@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,300|Source+Sans+Pro:400,600,700,300&display=swap');

/* $montserrat: 'Montserrat', sans-serif;
$sourceSansPro: 'Source Sans Pro', sans-serif; */

* {
    box-sizing: border-box;
}
html,
body {
    margin: 0;
    padding: 0;
    background: #f6f6f6;
    color: #5f5d5e;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
}

.fc--header {
    height: 60px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: white;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    z-index: 3;
}
.fc--container {
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}
.fc--header img {
    width: 175px;
}

.fc--inner-header {
    height: 74px;
    margin-bottom: 16px;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    position: sticky;
    top: 0;
    z-index: 2;
}
.fc--section {
    background: #fff;
    padding: 24px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.fc--no-shadow {
    box-shadow: 0 0 0 !important;
}
.fc--page-header-title {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.fc--inner-header .fc--page-header-title {
    line-height: 45px;
}
.fc--margin-top-32px {
    margin-top: 32px;
}
.fc--status-row {   
    display: flex;
    margin: 0 -12px;
}
.fc--status-row .fc--section {
    flex: 1 1 calc(34% - 30px);
    box-sizing: border-box;
    min-width: calc(34% - 30px) !important;
    max-width: calc(34% - 30px) !important;
    margin: 12px;
}
.fc--status-row .fc--section .fc--status-photo {
    font-size: 32px;
}
.fc--status-row .fc--section .fc--status-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #545454;
}
.fc--status-row .fc--section .fc--status-discription {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    /* min-height: 80px; */
    color: #757575;
}

@media only screen and (max-width: 599px) {
    .fc--page-header-title {
        padding-left: 0;
        padding-right: 0;
    }
    .fc--status-row {
        flex-wrap: wrap;
    }
    .fc--status-row .fc--section {
        min-width: 100% !important;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1199px) {
    .fc--page-header-title {
        padding-left: 0;
    }
    .fc--status-row {
        flex-wrap: wrap;
        margin: 0 -24px;
    }
    .fc--status-row .fc--section {
        min-width: calc(50% - 24px) !important;
        max-width: calc(50% - 24px) !important;
    }
}
