:root {

    --text: 'Roboto', sans-serif;

    --white: #fff;
    --black: #000;

    --primary: #003380;
    --secondary: #E5A91D;

}

/* BODY */
body, p, li, h1, a {
    font-family: var(--text);
}

/* HEADER */
header {
    padding: 1rem;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.logo img {
    max-width: 185px;
    width: 185px;
}
a.btn {
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: var(--primary);
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 10px 40px;
    transition: .5s ease 0s;
}
a.btn:hover,
a.btn:focus,
a.btn:active  {
    background-color: var(--secondary);
    color: white;
}

/* CONTENT */
body h1 {
    text-align: center;
    margin: 3rem auto 0;
    font-weight: 600;
}
h1 span {
    color: var(--secondary);
}
.title-separator {
    width: 46px;
    height: 3px;
    background-color: var(--secondary);
    position: relative;
    display: block;
    margin: 0.5rem auto 3rem;
    top: 4px;
}
.title-separator:before, 
.title-separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: var(--secondary);
    display: inline-block;
    position: absolute;
}
.title-separator:before {
    right: -5px;
}
.title-separator:after {
    right: -10px;
}


/* WIDGET */
#pswidget {
    max-width: 100%;
}
body #pswidget-blocks {
    margin: 0 -1rem;
}
    body #pswidget h3 {
        margin: .5rem 0 1.5rem;
        color: var(--primary);
        text-transform: uppercase;
    }

body #pswidget-blocks > .pswidget-block {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
    margin: 1rem;
    padding: 1rem 2rem;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
    body #pswidget-blocks .pswidget-block fieldset label {
        width: 100%;
    }
    body #pswidget .pswidget-method-radio-item input:checked + div,
    body #pswidget .pswidget-method-radio-item input:checked + div:hover {
        background: var(--primary);
        color: var(--white);
        border-color: var(--primary);
    }

body #pswidget-blocks #pswidget-pick-datetime {
    display: flex;
}
    body #pswidget-blocks #pswidget-pick-datetime > div {
        flex: 1;
    }
        body #pswidget .pswidget-date-picker th {
            background-color: var(--primary);
            padding: 5px;
        }
        body #pswidget .pswidget-date-picker tr td.enabled a:hover,
        body #pswidget .pswidget-date-picker tr td a.selected {
            background-color: var(--secondary);
        }
        body #pswidget-picktime li.pswidget-picktime-selected a {
            border-color: var(--primary);
            background: var(--secondary);
        }
        body #pswidget .pswidget-date-picker table {
            border: 1px solid #f3f3f3;
        }

body #pswidget-blocks > #pswidget-clientinfo {
    flex: 0 0 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    display: flex;
    flex-wrap: wrap;
}
    #pswidget-clientinfo h3 {
        flex: 0 0 100%;
    }
    #pswidget-clientinfo > div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex: 0 0 calc(25% - 2rem);
        max-width: calc(25% - 2rem);
        margin: 1rem;
        align-self: stretch;
        justify-content: center;
    }
    #pswidget-clientinfo > div:nth-last-child(4) {
        flex: 0 0 calc(100% - 2rem);
        max-width: calc(100% - 2rem);
    }
    #pswidget-clientinfo > div:nth-last-child(2) {
        flex: 0 0 calc(100% - 2rem);
        max-width: calc(100% - 2rem);
        align-items: center;
    }
        body button#pswidget-submit {
            text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
            background-color: var(--primary);
            border-radius: 30px;
            font-size: 18px;
            font-weight: 600;
            color: white;
            padding: 10px 40px;
            margin: 0;
            transition: .5s ease 0s;
        }
        body button#pswidget-submit:hover,
        body button#pswidget-submit:focus,
        body button#pswidget-submit:active  {
            background-color: var(--secondary);
            color: white;
        }
        body #pswidget-clientinfo label {
            text-align: left;
            width: 100%;
            padding: 0;
        }
        body .pswidget-block .pswidget-field {
            width: 100%;
            background: #f7f7f7;
            color: #8d8d8d;
            font-size: 16px;
            line-height: 25px;
            border: none;
            padding: 13px 12px 12px 18px;
            outline: none;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            border-radius: 0;
            transition: all 0.2;
            box-shadow: none;
        }
            body #pswidget-clientinfo label.checkbox {
                display: flex;
                flex-direction: row-reverse;
            }
                body #pswidget-clientinfo label.checkbox input {
                    margin: 0 1rem 0 0!important;
                    display: block;
                }

@media screen and (max-width: 1201px) {

    body #pswidget-blocks #pswidget-pick-datetime {
        display: flex;
        flex-direction: column;
    }
    body #pswidget .pswidget-date-picker table,
    body #pswidget .pswidget-date-picker tr td a {
        width: 100%;
    }

}

@media screen and (max-width: 1025px) {

    #pswidget-clientinfo > div {
        flex: 0 0 calc(33.33% - 2rem);
        max-width: calc(33.33% - 2rem);
    }

}

@media screen and (max-width: 769px) {

    body #pswidget-blocks > .pswidget-block {
        flex: 0 0 calc(100% - 2rem);
        max-width: calc(100% - 2rem);
    }
    #pswidget-clientinfo > div {
        flex: 0 0 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }

}

@media screen and (max-width: 561px) {

    #pswidget-clientinfo > div,
    #pswidget-clientinfo > div:nth-last-child(4),
    #pswidget-clientinfo > div:nth-last-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        margin: .5rem 0;
    }
    header .col-md-6 {
        text-align: center;
        justify-content: center!important;
        margin: 0 0 1rem;
    }
    body #pswidget-powered {
        float: none;
        margin: 0 auto 1rem;
        display: block;
        text-align: center;
    }
    #pswidget h2 {
        text-align: center;
    }

}