﻿
body {
    max-width: 1245px;
    margin: auto;
}

hr {
    margin: 0 20px;
    border: 1px solid whitesmoke;
}

a {
    text-decoration: none;
}

.link-text {
    color: #0000EE;
    cursor: pointer;
}

    .link-text:active {
        color: #0000DD;
    }

.icon {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
}

.title-area {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.title {
    margin-top: 23px;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    -o-object-fit: fill;
    object-fit: fill;
}

.sub-title {
    margin-top: 23px;
    margin-bottom: 10px;
    margin-left: 6px;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    -o-object-fit: fill;
    object-fit: fill;
}

.hidden {
    display: none !important;
}

.item-container {
    padding: 10px 0;
    min-height: 120px;
}

.easepick-wrapper {
    z-index: 1000;
}

@media screen and (max-width: 767px) {
    .title-area {
        justify-content: start;
        max-width: 100%;
    }

    .title{
        font-size: 18px;
    }

    .sub-title{
        font-size: 18px;
    }

    .item-container {
        margin-bottom: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }
}
