/* global CSS here */

.flex-align {
    display: flex;
}

.flex-start-center {
    justify-content: start;
    align-items: center;
}

.flex-align-row {
    display: flex;
    flex-direction: column;
}

.flex-align-column {
    display: flex;
    flex-direction: column;
}

.flex-space-between-center {
    justify-content: space-between;
    align-items: center;
}

.margin-top-md {
    margin-top: 32px;
	font-size: 14px;
}

.margin-bottom-md {
    margin-bottom: 32px;
	font-size: 14px;
}

#main .container_wrap_first {
    min-height: calc(100vh - 225px);
}

.page-id-35 .container_wrap_first {
    min-height: auto !important;
}