*, ::before, ::after {
    box-sizing: border-box;
}
body {
    font-family: "canada-type-gibson", sans-serif;
    margin: -5px;
    padding: 0;
}
time {
    color: #666;
    font-size: .85em;
}
small {
    font-size: .85em;
}
h2 {
    margin: .25em 0 .2em;
}
h3 {
    margin: .25em 0 .5em;
}
p {
    line-height: 1.3;
    margin: 0 0 1em;
    font-size: 18px;
}
label {
    color: #fff;
    display: block;
    font-size: 1.25em;
    font-weight: 600;
    padding-bottom: .5em;
}
select  {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
a,
a:visited {
    color: #462D82;
    text-decoration: none;
}
a:hover,
a:active {
    color: #271949;
    text-decoration: underline;
}
a svg {
    vertical-align: -.2em;
}
select::focus {
    border-color: #a18bd7;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(161,139,215,.25);
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col {
    position: relative;
    padding: 10px;
    width: 100%;
}
.col.text-col {
    padding: 0 17px;
}
.text-center {
    text-align: center;
}
@media all and (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.selectbox {
    background: #462d82;
    padding: .5em 1em 1em;
}
.card {
    background: #dedede;
    height: 100%;
    margin: 0 0 1em;
    padding: 1em 1em .5em;
}
.card p {
    font-size: 16px;
}
.icon {
    fill: currentColor;
}
a.btn {
    background: #462d82;
    padding: 10px 55px;
    display: inline-block;
    color:#fff;
    border-radius: 30px;
}
a.btn:hover {
    background: #573b97;
    text-decoration: none;
}
a.btn.disabled,
a.btn.load-disabled { 
    pointer-events: none; 
    cursor: default;
    background-color: #ccc;
}
.msg-in-row {
    font-size: 18px;
    padding: 10px 17px;

}

