body {
    background-color: #f1f7ff}
* {
    font-family: Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,-apple-system,Helvetica Neue,sans-serif;
    box-sizing: border-box}
.layout.layout-canvas-a,form.smartcapture-content-wrapper {
    background-color: #f1f7ff}
.layout.layout-canvas-a input[type=date],.layout.layout-canvas-a input[type=email],.layout.layout-canvas-a input[type=number],.layout.layout-canvas-a input[type=tel],.layout.layout-canvas-a input[type=text],.layout.layout-canvas-a select,form.smartcapture-content-wrapper input[type=date],form.smartcapture-content-wrapper input[type=email],form.smartcapture-content-wrapper input[type=number],form.smartcapture-content-wrapper input[type=tel],form.smartcapture-content-wrapper input[type=text],form.smartcapture-content-wrapper select, input[type=text] {
    height: 2rem !important}
form.smartcapture-content-wrapper .smartcapture-controls {
    padding-bottom: 10px}
form.smartcapture-content-wrapper .smartcapture-controls .sc-formfield-label {
    padding-left: .875rem;
    color: #0ebbfe;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: .25rem}
.sc-formfield-input {
    position: relative;
    overflow: hidden}
.sc-formfield-input>label:first-child {
    padding-left: 38px;
    padding-top: .125rem;
    padding-bottom: .125rem;
    display: block;
    position: relative;
    font-size: .875rem;
    line-height: 1.25}
.sc-formfield-input>label:first-child input[type=checkbox],.sc-formfield-input>label:first-child input[type=radio] {
    top: 1px;
    left: 14px;
    position: absolute}
.sc-formfield-input>input[type=checkbox],.sc-formfield-input>input[type=radio] {
    left: -3rem;
    top: 0;
    position: absolute}
.sc-formfield-input>input[type=checkbox]+label,.sc-formfield-input>input[type=radio]+label {
    padding-top: 3px;
    padding-bottom: .25rem;
    font-size: .875rem;
    line-height: 1.25;
    display: block}
.sc-formfield-input>input[type=radio]+label {
    display: block;
    position: relative;
    line-height: 1.25;
    margin-bottom: .5rem;
    padding-left: 38px}
.sc-formfield-input>input[type=radio]+label::before {
    box-shadow: 0 0 0 rgba(255,255,255,0) inset;
    content: "";
    top: 2px;
    left: 14px;
    border: 1px solid #0f2137;
    width: 1rem;
    height: 1rem;
    position: absolute;
    border-radius: 9999px;
    transition: all .3s ease-in-out}
.sc-formfield-input>input[type=radio]+label::after {
    content: "";
    top: 7px;
    left: 19px;
    background: 0 0;
    width: .5rem;
    height: .5rem;
    transform: scale(.1,.1);
    position: absolute;
    border-radius: 9999px;
    transition: all .3s ease-in-out}
.sc-formfield-input>input[type=radio]: checked+label::after {
    background-color: #0ebbfe;
    transform: scale(1,1)}
.sc-formfield-input>input[type=radio]:focus+label::before {
    box-shadow: 0 0 0 .125rem rgba(255,255,255,1) inset}
.sc-formfield-input>input[type=checkbox]+label {
    display: block;
    position: relative;
    line-height: 1.25;
    margin-bottom: .5rem;
    padding-left: 38px}
.sc-formfield-input>input[type=checkbox]+label::before {
    content: "";
    top: 2px;
    left: 14px;
    border: 1px solid #0f2137;
    background-position: center;
    background-size: 10px 10px;
    width: 1rem;
    height: 1rem;
    position: absolute;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 rgba(255,255,255,0) inset}
.sc-formfield-input>input[type=checkbox]: checked+label::before {
    border: 1px solid #0f2137;
    background-size: 14px 14px;
    background-color: #0ebbfe}
table.stylingblock-content-wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem}
form.smartcapture-content-wrapper .sc-button {
    background-color: #009ddc;
    border-color: #009ddc;
    border-radius: 3px;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 10px}
form.smartcapture-content-wrapper .date-dropdown-select-boxes input {
    display: none}
form.smartcapture-content-wrapper .date-dropdown-select-boxes {
    display: flex;
    margin: 0 -.5rem}
form.smartcapture-content-wrapper .date-dropdown-select-boxes .select {
    margin: 0 .5rem;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
    width: calc(33% - .75rem)}
textarea {
    resize: none;
    height: 8rem}
input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea {
    border-radius: 1.25rem;
    width: 100%;
    padding-left: .875rem;
    padding-right: .875rem;
    background-color: #fff;
    border-width: 2px;
    border-style: solid;
    background-color: #fff;
    border-color: #0ebbfe;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 transparent inset;
	height: 2rem;
}
input[type=email]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus {
    outline: 0;
    box-shadow: 0 .125rem .375rem rgba(0,0,0,.75) inset}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/select-arrow.svg);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: center right 1rem;
    padding-right: 3rem}
select:: -ms-expand {
    display: none}
form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper {
    margin-top: 1rem;
    transition: all .1s ease-in;
    background-image: linear-gradient(to right,#0ebbfe,#c1d830);
    background-color: #0ebbfe;
    display: inline-block;
    border-radius: 1.25rem;
    height: 2.5rem;
    padding: .125rem}
form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper:hover,form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper[focus-within] {
    background-image: none}
form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper:focus-within,form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper:hover {
    background-image: none}
form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper>button {
    cursor: pointer;
    transition: all .1s ease-in;
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.25rem;
    height: 100%;
    width: 100%;
    text-transform: uppercase;
    font-family: Noto Sans,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,BlinkMacSystemFont,-apple-system,Helvetica Neue,sans-serif;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .875rem;
    vertical-align: middle;
    padding-bottom: .25rem;
    padding-top: .25rem;
    font-weight: 700;
    white-space: nowrap;
    border-width: 0}
form.smartcapture-content-wrapper .smartcapture-submit-button-wrapper>button:focus {
    outline: 0}

div > label {
    color: #0ebbfe !important;
}

.smartcapture-submit-button-wrapper {padding-bottom: 0px !important;}

select { background-image:url('https://image.email.trgsolutions.com/lib/fe4011717164057c741670/m/1/Select_arrow.png') !important;}

.form-group {margin:15px; }
