﻿[type="file"] {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 3.2375rem;
    margin: 0 0 1rem;
    padding: .9rem;
    border: 1px solid #B2B2B2;
    border-radius: 3px;
    background-color: #fefefe;
    -webkit-box-shadow: inset 0 0px 0px rgba(51,63,88,0);
    box-shadow: inset 0 0px 0px rgba(51,63,88,0);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333F58;
    -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#marketing-text {
    margin: 0.3rem;
}
.white-bg-hollow-btn {
    background: #fff !important;
}
/*.pane .signposts a:hover::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f061";
    margin-left: 0.3rem;
    text-decoration-line: none !important;
}
.pane .signposts a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f061";
    margin-left: 0.3rem;
    text-decoration-line: none !important;
}*/
