.ps-widget {
    position: relative;
    cursor: pointer;
    border-radius: 32px;
    font-size: 16px;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-family: Gotham SSm A,Gotham SSm B,Helvetica,sans-serif;
    font-weight: 400;
    min-width: 70px;
    max-width: 270px;
    text-decoration: none!important;
    background: transparent;
    color: #006fb4!important;
    line-height: 18px;
}
.ps-widget i:after, .ps-widget i:before  {
    content: "";
}
.ps-widget i:after, .ps-widget i:before {
    font-family: icons-canon, canon-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    font-size:13px;
    line-height: 1;
    margin-left: -.5em;
    position: absolute;
    top: 8px;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ps-widget:hover i:after { 
    webkit-animation: link-circle 1s infinite linear both;
    animation: link-circle 1s infinite linear both;
    webkit-animation: link-arrow-horizontal 1s infinite linear both;
    animation: link-arrow-horizontal 1s infinite linear both;
}
.ps-widget:hover {
    background: transparent;
}
.ps-button-content i {
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    font-size: 1.125em;
    top: .1875em;
    direction: ltr;
    margin-left: .5em;
    display: inline-block;
    border-radius: 100%;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 1em;
}
@media (min-width: 768px){
    .ps-widget {
        margin-top: 0;
        display: inline-block!important;
        width: auto;
    }
}


@media (max-width:990px) {
    .ps-widget {
        height: 33px;
        background: transparent;
    }
}

@media (max-width: 767px){
    .ps-widget {
        top: 10px;
        margin-bottom: 20px;
    }
}

.ps-widget.ps-disabled{
    display: none!important;
}

.ps-button-label {
    /* white-space: nowrap; */ /* 4/23/2018 - LT - Removed to avoid running too long and match their button */
    min-width: 130px; /* 4/23/2018 - LT - Insurances for WTB text wrapping */
    font-size: 15px; /* 4/28/2018 - LT - Fit NL button text and match adjust button font size */
}
