html { font-size: 1px; }

.iframe-action {
	z-index:10;
}

.iframe-action * {
	font-style: normal;
	font-weight: 500;
	font-size:20px;
    line-height:130%;	
	color: #000000;
}
			
.at {
	font-family:'Work Sans', sans-serif;
    font-style: normal;
	font-weight: 500;
	font-size:20px;
    line-height:130%;	
	color: #000000;
    position: relative;
    cursor: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.at *,
.at *:before,
.at *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.at a:hover {
    cursor: pointer;
}

.at img {
    max-width: 100%;
    height: auto;
}

.at img {
    -ms-interpolation-mode: bicubic;
}

.at .left {
    float: left !important;
}

.at .right {
    float: right !important;
}

.at .clearfix:before,
.at .clearfix:after {
    content: " ";
    display: table;
}

.at .clearfix:after {
    clear: both;
}
.at .hide {
    display: none;
}
.at .invisible {
    visibility: hidden;
}
.at .antialiased,
.at small.info,
.at .error small.error {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.at img {
    display: inline-block;
    vertical-align: middle;
}
.at textarea {
    height: auto;
    min-height: 50px;
}
.at select {
    width: 100%;
}
.at form {
    margin: 0;
}
.at form .row .row {
    margin: 0 -8px;
}
.at form .row .row .column,
.at form .row .row .columns {
    padding: 0 8px;
}
.at form .row .row.collapse {
    margin: 0;
}
.at form .row .row.collapse .column,
.at form .row .row.collapse .columns {
    padding: 0;
}
.at form .row .row.collapse input {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.at form .row input.column,
.at form .row input.columns,
.at form .row textarea.column,
.at form .row textarea.columns {
    padding-left: 8px;
}
.at label {
    cursor: pointer;
    display: block;
    margin-bottom: 0;
    position: relative;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #000000;
}

.at label.right {
    float: none !important;
    text-align: right;
}
.at label.inline {
    margin: 0 0 16px 0;
    padding: 8px 0;
}

.at label small {
    text-transform: none;
	color:inherit!important;
    opacity:0.67;
}

.at small.optional {
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    position: relative;
    text-transform: none;
    color: #a2abb4;
}
.at input[type="text"],
.at input[type="password"],
.at input[type="date"],
.at input[type="datetime"],
.at input[type="datetime-local"],
.at input[type="month"],
.at input[type="week"],
.at input[type="email"],
.at input[type="number"],
.at input[type="search"],
.at input[type="tel"],
.at input[type="time"],
.at input[type="url"],
.at input[type="color"],
.at textarea {
    -webkit-appearance: none;
    font-family:'Work Sans', sans-serif;
    border:1px solid #000;
	background:transparent!important;
    box-shadow: none;
    color:#000;
    display: block;
    font-size:20px;
    line-height:140%;
    margin: 10px 0 16px 0;
    padding: 8px;
    height: 37px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.iti__arrow {
	 border-top: 4px solid #000!important;
}

.at .label-otheramount input[type="number"] {
	margin-top:0px;
}

.intl-tel-input {
	margin:10px 0 0 0;
}

.intl-phone-HomePhone {
	padding-left:52px!important;
}

.at input[type="text"]:focus,
.at input[type="password"]:focus,
.at input[type="date"]:focus,
.at input[type="datetime"]:focus,
.at input[type="datetime-local"]:focus,
.at input[type="month"]:focus,
.at input[type="week"]:focus,
.at input[type="email"]:focus,
.at input[type="number"]:focus,
.at input[type="search"]:focus,
.at input[type="tel"]:focus,
.at input[type="time"]:focus,
.at input[type="url"]:focus,
.at input[type="color"]:focus,
.at textarea:focus {
    outline: none;
	-webkit-appearance: none;
	box-shadow: none;
}

.at input[type="text"]:disabled,
.at input[type="password"]:disabled,
.at input[type="date"]:disabled,
.at input[type="datetime"]:disabled,
.at input[type="datetime-local"]:disabled,
.at input[type="month"]:disabled,
.at input[type="week"]:disabled,
.at input[type="email"]:disabled,
.at input[type="number"]:disabled,
.at input[type="search"]:disabled,
.at input[type="tel"]:disabled,
.at input[type="time"]:disabled,
.at input[type="url"]:disabled,
.at input[type="color"]:disabled,
.at textarea:disabled {
    cursor: not-allowed !important;
}

.at input[type="text"][disabled],
.at input[type="text"][readonly],
fieldset[disabled] .at input[type="text"],
.at input[type="password"][disabled],
.at input[type="password"][readonly],
fieldset[disabled] .at input[type="password"],
.at input[type="date"][disabled],
.at input[type="date"][readonly],
fieldset[disabled] .at input[type="date"],
.at input[type="datetime"][disabled],
.at input[type="datetime"][readonly],
fieldset[disabled] .at input[type="datetime"],
.at input[type="datetime-local"][disabled],
.at input[type="datetime-local"][readonly],
fieldset[disabled] .at input[type="datetime-local"],
.at input[type="month"][disabled],
.at input[type="month"][readonly],
fieldset[disabled] .at input[type="month"],
.at input[type="week"][disabled],
.at input[type="week"][readonly],
fieldset[disabled] .at input[type="week"],
.at input[type="email"][disabled],
.at input[type="email"][readonly],
fieldset[disabled] .at input[type="email"],
.at input[type="number"][disabled],
.at input[type="number"][readonly],
fieldset[disabled] .at input[type="number"],
.at input[type="search"][disabled],
.at input[type="search"][readonly],
fieldset[disabled] .at input[type="search"],
.at input[type="tel"][disabled],
.at input[type="tel"][readonly],
fieldset[disabled] .at input[type="tel"],
.at input[type="time"][disabled],
.at input[type="time"][readonly],
fieldset[disabled] .at input[type="time"],
.at input[type="url"][disabled],
.at input[type="url"][readonly],
fieldset[disabled] .at input[type="url"],
.at input[type="color"][disabled],
.at input[type="color"][readonly],
fieldset[disabled] .at input[type="color"],
.at textarea[disabled],
.at textarea[readonly],
fieldset[disabled] .at textarea {
    background-color: #f1f3f5;
    cursor: not-allowed !important;
    box-shadow: none;
}
.at input[type="text"]::-webkit-input-placeholder,
.at input[type="password"]::-webkit-input-placeholder,
.at input[type="date"]::-webkit-input-placeholder,
.at input[type="datetime"]::-webkit-input-placeholder,
.at input[type="datetime-local"]::-webkit-input-placeholder,
.at input[type="month"]::-webkit-input-placeholder,
.at input[type="week"]::-webkit-input-placeholder,
.at input[type="email"]::-webkit-input-placeholder,
.at input[type="number"]::-webkit-input-placeholder,
.at input[type="search"]::-webkit-input-placeholder,
.at input[type="tel"]::-webkit-input-placeholder,
.at input[type="time"]::-webkit-input-placeholder,
.at input[type="url"]::-webkit-input-placeholder,
.at input[type="color"]::-webkit-input-placeholder,
.at textarea::-webkit-input-placeholder {
    color: #000;
}
.at input[type="text"]::-moz-placeholder,
.at input[type="password"]::-moz-placeholder,
.at input[type="date"]::-moz-placeholder,
.at input[type="datetime"]::-moz-placeholder,
.at input[type="datetime-local"]::-moz-placeholder,
.at input[type="month"]::-moz-placeholder,
.at input[type="week"]::-moz-placeholder,
.at input[type="email"]::-moz-placeholder,
.at input[type="number"]::-moz-placeholder,
.at input[type="search"]::-moz-placeholder,
.at input[type="tel"]::-moz-placeholder,
.at input[type="time"]::-moz-placeholder,
.at input[type="url"]::-moz-placeholder,
.at input[type="color"]::-moz-placeholder,
.at textarea::-moz-placeholder {
    color: #000;
}
.at input[type="text"]:-moz-placeholder,
.at input[type="password"]:-moz-placeholder,
.at input[type="date"]:-moz-placeholder,
.at input[type="datetime"]:-moz-placeholder,
.at input[type="datetime-local"]:-moz-placeholder,
.at input[type="month"]:-moz-placeholder,
.at input[type="week"]:-moz-placeholder,
.at input[type="email"]:-moz-placeholder,
.at input[type="number"]:-moz-placeholder,
.at input[type="search"]:-moz-placeholder,
.at input[type="tel"]:-moz-placeholder,
.at input[type="time"]:-moz-placeholder,
.at input[type="url"]:-moz-placeholder,
.at input[type="color"]:-moz-placeholder,
.at textarea:-moz-placeholder {
    color: #000;
}
.at input[type="text"]:-ms-input-placeholder,
.at input[type="password"]:-ms-input-placeholder,
.at input[type="date"]:-ms-input-placeholder,
.at input[type="datetime"]:-ms-input-placeholder,
.at input[type="datetime-local"]:-ms-input-placeholder,
.at input[type="month"]:-ms-input-placeholder,
.at input[type="week"]:-ms-input-placeholder,
.at input[type="email"]:-ms-input-placeholder,
.at input[type="number"]:-ms-input-placeholder,
.at input[type="search"]:-ms-input-placeholder,
.at input[type="tel"]:-ms-input-placeholder,
.at input[type="time"]:-ms-input-placeholder,
.at input[type="url"]:-ms-input-placeholder,
.at input[type="color"]:-ms-input-placeholder,
.at textarea:-ms-input-placeholder {
    color: #000;
}
.at .at-radio-set-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    margin: 0 -8px -8px;
}
.at .at-radio-set-buttons.at-align-flex-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.at .at-radio-set-buttons input[type="radio"] {
    display: none;
}
.at .at-radio-set-buttons .at-btn-radio-wrapper {
    margin: 0 8px;
}
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio {
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 20px;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    display: inline-block;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    background-color: #fff;
    border-color: #ced4da;
    color: #333;
    transition: background-color 300ms ease-out;
    font-weight: 500;
    border-width: 1px;
    border-radius: 4px;
}
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio:hover,
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio:focus {
    background-color: #f1f3f5;
}
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio:hover,
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio:focus {
    color: #333;
}
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio.small {
    min-width: 10em;
}
.at .at-radio-set-buttons .at-btn-radio-wrapper label.at-btn-radio.large {
    min-width: 15em;
}
.at .at-radio-set-buttons input[type="radio"]:checked + label.at-btn-radio {
    border-color: #228ae6;
}
@media screen and (min-width: 40em) {
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-btn-radio-wrapper {
        flex-grow: 1;
        flex-basis: 40%;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-btn-radio-wrapper label.at-btn-radio {
        width: 100%;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-apple-pay-button-wrapper {
        order: 1;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-paypal-button-wrapper {
        order: 2;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-credit-card-button-wrapper {
        order: 3;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-eft-button-wrapper {
        order: 4;
    }
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-credit-card-button-wrapper:nth-child(1):nth-last-child(3),
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-credit-card-button-wrapper:nth-child(2):nth-last-child(2),
    .at .at-radio-set-buttons.at-radio-set-button-wrap-styling .at-credit-card-button-wrapper:nth-child(3):nth-last-child(1) {
        order: 5;
    }
}
@media only screen and (max-width: 40em) {
    .at .at-radio-set-buttons {
        flex-direction: column-reverse;
    }
    .at .at-radio-set-buttons label.at-btn-radio {
        width: 100%;
    }
}
.at input[type="submit"] {
    -webkit-appearance: none;
}
.at textarea[rows] {
    height: auto;
}
.at textarea {
    max-width: 100%;
    resize: vertical;
}
.at select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: block;
    background-color: transparent;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjEycHgiIHZpZXdCb3g9IjAgMCA2IDEyIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgPHRpdGxlPnNlbGVjdGFycm93PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4gICAgICAgIDxnIGlkPSJzZWxlY3RhcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDEuMDAwMDAwKSIgc3Ryb2tlPSIjODY4RTk2Ij4gICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgiIHBvaW50cz0iMCAzIDMuMDU1MDg0OTMgMCA2IDIuODkxODE2NTciPjwvcG9seWxpbmU+ICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLUNvcHkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMDAwMDAwLCA4LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHRyYW5zbGF0ZSgtMy4wMDAwMDAsIC04LjUwMDAwMCkgIiBwb2ludHM9IjAgMTAgMy4wNTUwODQ5MyA3IDYgOS44OTE4MTY1NyI+PC9wb2x5bGluZT4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==) !important;
    background-position: right 8px center;
    background-repeat: no-repeat;
    border:1px solid #000;
    padding: 8px 12px 8px 8px;
    font-size: 18px;
    font-family:'Work Sans', sans-serif;
    color: #000;
    line-height: normal;
    border-radius: 5px;
    height: 37px;
}
.at select::-ms-expand {
    display: none;
}
.at select:focus {
    box-shadow:none;
}

.at select:focus {
    box-shadow:none;
    outline: none;
}

.at select:disabled {
    background-color: #f1f3f5;
    cursor: not-allowed;
}
.at select[multiple] {
    height: auto;
}

.at select option {
	color:#000!important;
}


.at input[type="file"],
.at input[type="checkbox"],
.at input[type="radio"],
.at select {
		margin: 10px 0 16px 0;
}
.at input[type="checkbox"] {
    left: -9999em;
    position: absolute;
}
.at input[type="checkbox"] + span {
    cursor: pointer;
    float: left;
    padding-left: 26px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.at input[type="checkbox"] + span:before {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    border: 1px solid #000;
    color: inherit;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 2px;
	background: #6A19F5;
}

.at input[type="checkbox"] + span:after {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #fff;
    content: "✔";
    display: block;
    font-family: "Arial Unicode MS";
    font-size:16px;
    line-height: 1;
    left: 3px;
    position: absolute;
    top: 3px;
}
.at input[type="checkbox"]:not(:checked) + span:after,
.at input[type="checkbox"].unchecked + span:after {
    opacity: 0;
    transform: scale(0);
}

.at input[type="checkbox"]:checked + span:before {
    background-color:#6A19F5;
    border-color: #000;
}

.at input[type="checkbox"]:checked + span:after {
    color: #FFF;
    opacity: 1;
    transform: scale(1);
}
.at input[type="checkbox"]:focus + span:before {
    border-color: #228ae6;
}

.at input[type="checkbox"]:active + span:before {
    background-color: #1c7cd6;
    border-color: #1c7cd6;
}
.at input[type="checkbox"]:active + span:after {
    color: #fff;
}
.at input[type="checkbox"]:hover + span:before {
    border-color: #1c7cd6;
}
.at input[type="checkbox"][disabled] + span {
    cursor: default;
}
.at input[type="checkbox"][disabled] + span:before {
    background-color: #f1f3f5;
    border-color: #ced4da;
}
.at input[type="checkbox"][disabled] + span:after {
    color: #ced4da !important;
}
.at input[type="radio"] + label {
    display: inline-block;
    margin-left: 8px;
    margin-right: 16px;
    margin-bottom: 0;
    vertical-align: baseline;
}
.at input[type="file"] {
    width: 100%;
}
.at input[type="number"] {
    -moz-appearance: textfield;
}
.at input[type="number"]::-webkit-inner-spin-button,
.at input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.at fieldset {
    border-width: 0;
    padding: 0 0 23px;
    margin: 0;
}
.at fieldset legend {
    color: #000;
    font-family:'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin: 0 10px;
    padding-bottom: 16px;
    padding-top: 23px;
    border: 0;
}

.at fieldset:last-of-type {
    border-bottom: 0px;
}
.at small.info {
    display: block;
    padding: 6px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    white-space: normal;
    text-align: left;
    clear: both;
    background: transparent;
    color: #fa5252;
    margin-top:-1px;
    color: #228ae6;
}
.at small.info a {
    text-decoration: underline;
}
.at input:hover + small.info,
.at input:focus + small.info {
    border-top-color: #228ae6;
}
.at .form-unit-radio.error label ~ small.error:before {
    content: "\00a0 ";
}
.at .error input,
.at .error textarea,
.at .error select {
    margin-bottom: 0;
}
.at .error input[type="checkbox"],
.at .error input[type="radio"] {
    margin-bottom: 16px;
}

.at .error label,
.at .error label.error {
    
}

.at .error label small {
	opacity:0.67;
}

.at .error small.error {
    display: block;
    padding: 6px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    white-space: normal;
    text-align: left;
    clear: both;
    background: transparent;
	color: #D30000!important;	
}

.at .error > label > small {
	opacity:0.67;
    background: transparent;
    padding: 0;
    text-transform: none;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}
.at .error span.error-message {
    display: block;
}
.at input.error,
.at textarea.error,
.at select.error {
    margin-bottom: 0;
}
.at label.error {
	color: #D30000;
}
.at .checkbox-list-label {
    margin-left: 10px;
    padding-bottom: 10px;
}
.at .EventSignup .at-legend {
    padding-top: 0;
}
.at .EventSignup .EventLocationsParent div.form-unit-radio > label,
.at .EventSignup .EventRolesParent div.form-unit-radio > label {
    color: #212529;
    font-weight: bold;
    font-size: 16px;
}
.at .EventSignup .EventShiftsParent label[name="EventShiftsParent"] {
    color: #212529;
    font-weight: bold;
    font-size: 16px;
}
.at .EventSignup .EventRolesParent,
.at .EventSignup .EventShiftsParent {
    margin-top: 10px;
}
.at .EventSignup .at-check span {
    margin-bottom: 8px;
}
.at .EventSignup .form-unit-radio {
    margin-left: 10px;
}
.at .EventSignup .form-unit-radio > label {
    padding-bottom: 10px;
}
.at .EventSignup .form-unit-radio .radios input[type="radio"] {
    margin-right: 5px;
    margin-bottom: 8px;
}
.at-apple-pay-button-wrapper label.at-btn-radio {
    padding: 1px !important;
}
.at-apple-pay-button-wrapper label.at-btn-radio:hover {
    background-color: white !important;
}
.at-apple-pay-button-wrapper label.at-btn-radio .at-apple-pay-button {
    margin: 0;
    padding: 11px 23px;
}
.at-apple-pay-button {
    display: inline-block;
    min-width: 100pt;
    min-height: 30pt;
}
@supports (-webkit-appearance: -apple-pay-button) {
    .at-apple-pay-button {
        -webkit-appearance: -apple-pay-button !important;
    }
    .at-apple-pay-button-base {
        -apple-pay-button-style: white !important;
    }
    .at-apple-pay-button-logo {
        -apple-pay-button-style: white-outline !important;
    }
}
@supports not (-webkit-appearance: -apple-pay-button) {
    .at-apple-pay-button {
        background-size: 100% 60%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .at-apple-pay-button-base {
        background-image: -webkit-named-image(apple-pay-logo-black);
        background-color: white;
    }
    .at-apple-pay-button-logo {
        background-image: -webkit-named-image(apple-pay-logo-black) !important;
        background-color: white !important;
        border: 1px solid black !important;
    }
}
.at-paypal-button {
    background: url("//static.everyaction.com/ea-actiontag/assets/images/paypal-logo.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 6em;
}
.at-paypal-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
}
.at-payment-integration-container {
    text-align: center;
    padding: 20px;
    background-color: #f1f3f5;
    border: 1px solid #ced4da;
    border-radius: 4px;
    cursor: auto;
}
.list-unstyled,
.at .at-steps {
    line-height: inherit;
    list-style: none;
    margin: 0;
    padding: 0;
}
.multistep-layout .clearfix:before,
.multistep-layout .at-inner:before,
.multistep-layout .HeaderHtml:before,
.multistep-layout .at-markup:before,
.multistep-layout .clearfix:after,
.multistep-layout .at-inner:after,
.multistep-layout .HeaderHtml:after,
.multistep-layout .at-markup:after {
    content: " ";
    display: table;
}
.multistep-layout .clearfix:after,
.multistep-layout .at-inner:after,
.multistep-layout .HeaderHtml:after,
.multistep-layout .at-markup:after {
    clear: both;
}
.page-ngp-multistep h1.title {
    display: none;
}
section.fastaction-modal,
section.cvv2-modal {
    font-size: 14px;
}

.at .at-steps {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:transparent;
    counter-reset: step;
    padding: 0px 35px;
}

.at .at-steps a,
.at .at-steps b {
    color: inherit;
    display: block;
    padding: 3px 48px;
    text-align: center;
    font-weight: 400;
}
.at .at-steps a:hover,
.at .at-steps b:hover {
    color: #495057;
}
.at .at-steps li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 auto;
    -moz-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
    color: #495057;
    margin-bottom: -9px;
    margin-top: -6px;
    padding: 9px 0;
    position: relative;
}
.at .at-steps li:last-of-type > * {
    border-right: 0;
}

.at .at-step {
    border:none!important;
    cursor: pointer;
}

.at .at-step > *:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: counter(step);
    counter-increment: step;
    position: absolute;
    text-align: center;
    left: 24px;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #6A19F5;
    border-radius: 20px;
    background-color:transparent;
    color: #6A19F5;
    display: block;
    font-size: 12px;
    font-weight: 500;
    z-index: 1;
	line-height: 18px;
}
.at .at-step > *:focus:before {
    border-color: rgba(0, 0, 0, 0.25);
}

.at .at-step.valid > *:before {
	background: #6A19F5;
    color: #FFF;
}

.at .at-step.active {
    border:none!important
}

.at .at-step.active > * {
    color: #343a40;
}

.at .at-step.active > *:before {
    color: #fff;
	background:#6A19F5;	
}

.at .at-step.active.valid > *:before {
    background:#6A19F5;
	color: #FFF;
}

.at .at-step.active.warn > *:before {
    background: #fd7e14;
}
.at .at-step.active.invalid > *:before {
	background: red;
	color:#FFF;
	
}
.at .at-step.invalid > *:before {
    background: red;
	color:#FFF;
}

@media screen and (max-width: 512px) {
    .at .at-step a,
    .at .at-step b {
        padding: 20px 0 0;
        font-size: 12px;
    }
    .at .at-step a:before,
    .at .at-step b:before {
        -webkit-transform: translateY(-100%) translateX(-50%);
        -moz-transform: translateY(-100%) translateX(-50%);
        -ms-transform: translateY(-100%) translateX(-50%);
        -o-transform: translateY(-100%) translateX(-50%);
        transform: translateY(-100%) translateX(-50%);
        left: 50%;
        right: auto;
    }
}

.step-prevNext {
    width: 100%;
    padding:0;
}

.step-prevNext .prevNext {
    text-align: center;
}

.step-prevNext .prev {
    float: right;
}
.step-prevNext .next {
    float: right;
}
.step-prevNext .next button {
    display: none;
}
.at .btn-at {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    box-shadow: none;
    display: block;
    font-family:'Work Sans', sans-serif;
    font-weight: 500;
    line-height: 1.2;
    outline: 0;
    position: relative;
    margin-bottom: 23px;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
}
.at .btn-at.btn-dropdown {
    position: relative;
}
.at .btn-at.btn-dropdown:after {
    display: inline-block;
    color: inherit;
    content: "▾";
    padding-left: 24px;
}
.at .btn-at.btn-dropdown.btn-xs:after {
    padding-left: 14px;
}
.at .btn-at.btn-dropdown.btn-sm:after {
    padding-left: 20px;
}
.at .btn-at.btn-dropdown.btn-lg:after {
    padding-left: 40px;
}
.at .btn-at.btn-dropdown.btn-xl:after {
    padding-left: 48px;
}
.at .btn-at:focus {

}
.at .btn-at-primary {
	color: #000000;
    outline: 0;
	background: #F6C55A;
	border-radius: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 13.9636px;
	line-height: 130%;
	font-family:'Work Sans', sans-serif;
}

.at .btn-at-primary:hover {
	background: #2A2A2A;
	color: #FFF;
}

.at .btn-at-primary:active,
.at .active.btn-at-primary {
    background-color: #1c7cd6;
    color: #fff;
}

.at .btn-at-primary:disabled,
.at .disabled.btn-at-primary {
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}
.at .btn-at-link {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
	color: #000000;
    outline: 0;
}

.at .btn-at-link:hover,
.at .hover.btn-at-link {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
	color: #000000;
}

.at .btn-at-link:active,
.at .active.btn-at-link {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
}
.at .btn-at-link:disabled,
.at .disabled.btn-at-link {
    cursor: default;
    opacity: 0.3;
    pointer-events: none;
}

header.at-title {
    padding:33px 35px 28px 35px;
    margin: 0;
	color: #2A2A2A;
    font-family:'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 27.3727px;
	font-style: normal;
	font-weight: 500;
	line-height: 157.8%;
    text-align: center;
    position: relative;
	text-transform: uppercase;
}

header.MeterHtml {
    margin-bottom: -1px;
}
.faux-multistep-layout fieldset.ContactInformation {
    padding-top: 1.5em !important;
}
.faux-multistep-layout fieldset.ContactInformation legend {
    display: none !important;
}
.multistep-layout .at-banner img {
    display: block;
    margin: 0 auto;
}
.multistep-layout .required {
    background-image: none;
}
.multistep-layout .console .alert {
    border: 1px solid #ebccd1;
    border-width: 0 0 1px 0;
    border-radius: 0;
    margin: 0;
    color: #a94442;
    background-color: #f2dede;
    padding: 15px;
    font-size: 15px;
    line-height: 16px;
    text-decoration: none;
}
.multistep-layout .console .alert .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 16px;
    color: #a94442;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin: 0;
    text-decoration: none;
    top: 0;
    right: 0;
}
.multistep-layout .console .alert .close:hover,
.multistep-layout .console .alert .close:focus {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.multistep-layout img,
.multistep-layout object,
.multistep-layout embed,
.multistep-layout iframe {
    max-width: 100%;
    height: auto;
}
.multistep-layout .media_embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.multistep-layout .media_embed iframe,
.multistep-layout .media_embed object,
.multistep-layout .media_embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.multistep-layout fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
.multistep-layout .ngp-col {
    width: 100% !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0px 10px!important;
}
.multistep-layout .LegalDescription {
    margin-top: 8px;
}
.multistep-layout .LegalDescription p {
    font-size: 11px;
    color: #999;
}
.multistep-layout .HeaderHtml {
    padding: 0 25px 15px;
}
.multistep-layout .HeaderHtml h1 {
    background-color: #fff;
    color: #333;
    font-weight: 200;
    padding: 15px 0 0;
    margin: 0;
    font-size: 32px;
    text-align: left;
}
.multistep-layout .HeaderHtml blockquote {
    border: none;
    margin: 0;
    padding: 0;
}
.multistep-layout .HeaderHtml p {
    padding: 16px 0 0;
    line-height: 28px;
    font-size: 16px;
}
.multistep-layout .HeaderHtml cite {
    line-height: 28px;
    font-size: 15px;
    font-weight: 200;
    display: block;
    padding: 0;
    margin-top: -10px;
    text-align: right;
    letter-spacing: 0.045em;
    color: #9c9c9c;
}

.multistep-layout .at-form-submit {
    padding: 0 35px;
    margin: 0;
}

.multistep-layout .at-submit {
    margin: 0;
    padding: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
}

.multistep-layout .FastAction {
    padding:0px;
    margin: 0;
}

.multistep-layout .FastAction .fastAction {
    display: block;
    border: none;
    margin: 0 auto;
    width: auto;
}
.multistep-layout .FooterHtml {
    color: #999;
    padding: 0 0 29px;
}
.multistep-layout .FooterHtml blockquote {
    border: none;
    margin: 0;
    padding: 0;
}
.multistep-layout .FooterHtml cite {
    display: block;
    text-align: right;
}
.multistep-layout .FooterHtml ul {
    margin: 8px 16px;
    padding: 0;
}
.multistep-layout .FooterHtml p {
    margin: 8px 0;
}
.multistep-layout .FooterHtml * {
    color: #999;
    font-size: 11px;
}
.multistep-layout fieldset {
    margin-top: 0 !important;
    padding-top: 1.5em !important;
}
.multistep-layout fieldset legend {
    display: none !important;
}
.multistep-layout fieldset.hideStep {
    visibility: hidden;
    position: absolute;
    height: 0px;
    display: none !important;
    z-index: -1;
}
.multistep-layout.split-layout {
    max-width: 1200px;
    min-width: 900px;
}
.multistep-layout.split-layout .HeaderHtml {
    float: left;
    width: 40%;
    width: calc(40% + 1px);
    margin-right: -1px;
    margin-bottom: 0;
}
.multistep-layout.split-layout .HeaderHtml h1 {
    background-color: #fff;
    padding: 10px 0 0;
    color: #333;
}
.multistep-layout.split-layout form {
    float: left;
    width: 60%;
    margin: 0;
}
.multistep-layout .at-fieldset.Premiums,
.multistep-layout .at-fieldset.ShippingInformation {
    padding-top: 0px !important;
}
.multistep-layout .at-fieldset.Premiums legend,
.multistep-layout .at-fieldset.ShippingInformation legend {
    display: block !important;
}
.FastAction.at-markup {
    margin-bottom: -1px;
}
.fastAction {
    max-width: 100%;
    background: #fff;
    border-width: 1px 0;
    display: block;
    padding: 0 20px;
    position: relative;
    box-sizing: border-box;
}
.fastAction p {
    color: #495057;
    float: none;
    font-size: 11px;
    padding-top: 0 !important;
    margin: 1px 0;
    line-height: 15px;
    min-height: 31px;
}
.fastAction .fa-lead {
    display: inline-block;
}
.fastAction .fa-cta {
    line-height: 30px;
    display: block;
    white-space: nowrap;
    float: right;
}
.fastAction .profile-link {
    color: #fff;
    font-weight: bold;
    padding: 4px 4px 0 1px;
    position: relative;
    text-decoration: none;
    height: 30px;
    width: 110px;
    display: inline-block;
    border: 1px solid #ced4da;
    border-radius: 4px;
    position: relative;
    padding: 4px;
    vertical-align: bottom;
    margin: 0;
    box-sizing: border-box;
}
.fastAction .profile-link .profile-link-fa-image {
    position: absolute;
    width: 94px;
    height: 15px;
    top: 6px;
    left: 8px;
}
.fastAction .profile-link.toggle-menu {
    width: 125px;
}
.fastAction .profile-link.toggle-menu img.toggle-menu-triangle {
    position: absolute;
    width: 10px;
    height: 8px;
    top: 10px;
    right: 5px;
}
.fastAction .profile-link.menu-open {
    color: #666666 !important;
    outline: none;
}
.fastAction .circle {
    display: inline-block;
    background: #878787;
    color: #fff;
    font-size: 13px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 16px;
    font-family: monospace;
    font-weight: bold;
    text-decoration: none;
    margin-left: 4px;
}
.fastAction .circle:hover,
.fastAction .circle:active,
.fastAction .circle:focus {
    color: #fff;
}
#profile-menu {
    background-color: #fff;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    display: none;
    font-size: 13px;
    list-style-type: none;
    margin-bottom: 8px;
    margin-left: 0px;
    min-width: 150px;
    padding: 8px 0;
    position: absolute;
    text-align: left;
    top: 37px;
    width: 150px;
    z-index: 100;
}
#profile-menu a,
#profile-menu a:visited {
    color: #343a40;
    display: block;
    padding: 8px 12px;
    text-decoration: none;
}
#profile-menu a:hover {
    background: #f1f3f5;
}
.UpdateMyProfile label > span > span:after {
    content: "\01F512";
}
@media (max-width: 400px) {
    .fastAction .fa-cta {
        float: none;
        display: inline-block;
        margin-bottom: 4px;
        vertical-align: top;
        margin-right: 5px;
    }
}
.vgs-input-container.loading,
.vgs-input-container .loading {
    display: none;
}
.vgs-input-container iframe {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    border-style: solid;
    border-width: 1px;
    border-color: #ced4da;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 16px 0;
    padding: 8px;
    height: 37px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.vgs-input-container iframe:focus {
    box-shadow: 0 0 5px #ced4da;
    border-color: #228ae6;
}
.vgs-input-container iframe:focus {
    background: #fff;
    border-color: #228ae6;
    outline: none;
}
.vgs-input-container iframe:disabled {
    background-color: #f1f3f5;
    cursor: not-allowed !important;
}
.vgs-input-container iframe[disabled],
.vgs-input-container iframe[readonly],
fieldset[disabled] .vgs-input-container iframe {
    background-color: #f1f3f5;
    cursor: not-allowed !important;
    border-color: #ced4da;
    box-shadow: none;
}
.vgs-input-container.isFocused iframe,
.vgs-input-container .isFocused iframe {
    background: #fff;
    border-color: #228ae6;
    outline: none;
    box-shadow: 0 0 5px #ced4da;
}
.at .error .vgs-input-container iframe {
    color: #f03e3e;
    border-color: #fa5252;
    box-shadow: none;
    margin-bottom: 0;
}
.at .error .vgs-input-container iframe::selection {
    background: #fa5252;
    color: #fff;
}
.at .error .vgs-input-container iframe::-moz-selection {
    background: #fa5252;
    color: #fff;
}
.at .error .vgs-input-container iframe::-webkit-input-placeholder {
    color: #ffa8a8;
}
.at .error .vgs-input-container iframe::-moz-placeholder {
    color: #ffa8a8;
}
.at .error .vgs-input-container iframe:-moz-placeholder {
    color: #ffa8a8;
}
.at .error .vgs-input-container iframe:-ms-input-placeholder {
    color: #ffa8a8;
}
.at .error .vgs-input-container iframe:hover {
    border-color: #fa5252;
}
.at .error .vgs-input-container.isFocused iframe,
.at .error .vgs-input-container .isFocused iframe {
    border-color: #fa5252;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(250, 82, 82, 0.5);
}
.AdditionalInformation .at-row.other-option {
    display: flex;
}
.AdditionalInformation .at-row.other-option label.at-check {
    flex-grow: initial;
    flex: initial;
    min-width: initial;
}
.AdditionalInformation .at-row.other-option label.at-text {
    flex-grow: 1;
}
.AdditionalInformation .form-unit-radio > label {
    margin-left: 10px;
}
.AdditionalInformation .radios {
    margin-left: 10px;
}
.AdditionalInformation .radios > label:last-child {
    display: flex;
}
.AdditionalInformation .radios > label input[type="radio"] {
    margin:0 4px 0 0!important;
	padding:0!important;
}

.AdditionalInformation .radios > label:last-child > label {
    flex-grow: 1;
    margin-top: -6px;
}
.ExtraInformation .at-legend {
    width: 100%;
}
#rta-link {
    display: block;
}
.ua-mobile #rta-link {
    padding-top: 18px;
    padding-bottom: 7px;
}
.ua-mobile-iphone #rta-link {
    padding-top: 11px;
    padding-bottom: 5px;
}
.ua-mobile-ipad #rta-link {
    padding-top: 15px;
    padding-bottom:6px;
}
.ngp-form {
    margin: 0 auto;
    max-width: 910px;
}

.at-inner {
    background: #EAE3F5;
	border-radius: 30px;
	position:relative;
}

.at {
    /*overflow: hidden;*/
	overflow: visible;
}
.at a {
    color: #228ae6;
    text-decoration: none;
    line-height: inherit;
}
.at a:hover,
.at a:focus {
    color: #1777cc;
}
.at a img {
    border: none;
}
.at img {
    max-width: 100%;
}
.at h1,
.at h2,
.at h3,
.at h4,
.at h5,
.at h6 {
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-rendering: unset;
}
.at hr {
    border: 0;
    border-bottom: 1px solid #dee2e6;
    margin: 20px 0;
}

.at .error {
    background: none;
}

.at button {
    cursor: pointer;
}

.at-table {
    width: 100%;
}

.at-table input,
.at-table select {
    margin-bottom: 0 !important;
}

.at .at-fieldset {
    padding:0px 30px;
    min-width: 100%;
}

.at .at-fieldset-noborder {
    border: none !important;
}
.at-fields {
    position: relative;
}
.at-subtitle {
    color: #adb5bd;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-size: 13px;
    margin: 0 10px 10px;
    border: 0;
}
.at .at-radios {
    margin-top: 10px;
}
.multistep-footer {
    text-align: center;
}
.at-paid-for-by {
    border: 1px solid #dee2e6;
    padding: 0 3px;
    margin-top: -1px;
    display: inline-block;
}
.at-markup {
    margin-bottom: 10px;
}
.at-submit {
    cursor: pointer;
}
.at .at-check {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.at .at-check input {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
}

.at .at-check input + span {
    margin-bottom: 16px;
	color:#FFF;
}

.at-row,
.at-targets-have-images {
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}
.at-check.CoverCostsAmount {
    margin: 0 10px;
}
.at-row label {
    word-wrap: break-word;
}
.at-row > [class^="at-"] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1 200px;
    -moz-flex: 1 200px;
    -ms-flex: 1 200px;
    flex: 1 200px;
    margin: 0 10px;
    min-width: 200px;
}
@media only screen and (max-width: 30em) {
    .at-row > [class^="at-"] {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        min-width: 0;
    }
}
.at-row > .Suffix,
.at-row > .Prefix {
    -webkit-flex-basis: 90px;
    -moz-flex-basis: 90px;
    flex-basis: 90px;
    -ms-flex-preferred-size: 90px;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    min-width: 90px;
}
.at-row-full,
.at-row-full > div:first-child {
    width: 100%;
}
.at-row-half {
    width: 50%;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    display: block !important;
}
iframe {
    border: 0;
}
label > kbd,
.suggestion > kbd {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
.at-text input[list]::-webkit-calendar-picker-indicator {
    display: none !important;
}
.at-banner img {
    max-width: 100%;
}
.form-item-selectedfrequency .radios {
    margin: 0 10px 16px 10px;
}
.form-item-selectedfrequency .radios label {
    display: inline-block;
    margin-right: 32px;
}
.at-recurring {
    margin: 0 10px;
}
.at-recurring .at-check {
    display: inline-block;
}
.at-recurring .at-check input[type="checkbox"] + span {
    float: none;
}
.at-recurring .at-check input[type="checkbox"] + span:before {
    top: 0;
}
.at-recurring .at-check input[type="checkbox"] + span:after {
    top: 3px;
}
.at-recurring label,
.at-recurring .form-item-enddate {
    display: inline-block;
}
.at-recurring label {
    margin: 0 5px 0 0;
    line-height: 37px;
}
.at-recurring label.at-recurring-frequency {
    cursor: default;
}
.at-recurring select,
.at-recurring input {
    width: auto;
}
.at .form table {
    width: 100%;
}
.at .form table input,
.at .form table select {
    margin-bottom: 0;
}
.PaymentInformation input[type="tel"] {
    font-family: monospace;
    font-weight: bold;
}
.PaymentInformation .at-cc-number {
    -webkit-flex-grow: 4;
    -moz-flex-grow: 4;
    flex-grow: 4;
    -ms-flex-positive: 4;
}
@media only screen and (max-width: 30em) {
    .PaymentInformation .at-cc-number {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-positive: 1;
    }
}

.PaymentInformation .at-cc-expiration,
.PaymentInformation .at-cc-csc {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    min-width: 100px;
}
.SelectedDuration.select-collapse label,
.SelectedFrequency.select-collapse label {
    display: none;
}

.at input:focus::selection,
.at textarea:focus::selection {
    /*background: #1c7cd6;
    color: #fff;*/
}

.at input:focus::-moz-selection,
.at textarea:focus::-moz-selection {
    /*background: #1c7cd6;
    color: #fff;*/
}

.at .error select:required,
.at .error textarea:required,
.at .error input[type="text"]:required,
.at .error input[type="password"]:required,
.at .error input[type="date"]:required,
.at .error input[type="datetime"]:required,
.at .error input[type="datetime-local"]:required,
.at .error input[type="month"]:required,
.at .error input[type="week"]:required,
.at .error input[type="email"]:required,
.at .error input[type="number"]:required,
.at .error input[type="search"]:required,
.at .error input[type="tel"]:required,
.at .error input[type="time"]:required,
.at .error input[type="url"]:required,
.at .error input[type="color"]:required,
textarea.at .error input:required {
	color: #D30000;
	border: 1px solid #D30000;
    box-shadow: none;
}

.at .error select:required::selection,
.at .error textarea:required::selection,
.at .error input[type="text"]:required::selection,
.at .error input[type="password"]:required::selection,
.at .error input[type="date"]:required::selection,
.at .error input[type="datetime"]:required::selection,
.at .error input[type="datetime-local"]:required::selection,
.at .error input[type="month"]:required::selection,
.at .error input[type="week"]:required::selection,
.at .error input[type="email"]:required::selection,
.at .error input[type="number"]:required::selection,
.at .error input[type="search"]:required::selection,
.at .error input[type="tel"]:required::selection,
.at .error input[type="time"]:required::selection,
.at .error input[type="url"]:required::selection,
.at .error input[type="color"]:required::selection,
textarea.at .error input:required::selection {
    background: #fa5252;
    color: #fff;
}
.at .error select:required::-moz-selection,
.at .error textarea:required::-moz-selection,
.at .error input[type="text"]:required::-moz-selection,
.at .error input[type="password"]:required::-moz-selection,
.at .error input[type="date"]:required::-moz-selection,
.at .error input[type="datetime"]:required::-moz-selection,
.at .error input[type="datetime-local"]:required::-moz-selection,
.at .error input[type="month"]:required::-moz-selection,
.at .error input[type="week"]:required::-moz-selection,
.at .error input[type="email"]:required::-moz-selection,
.at .error input[type="number"]:required::-moz-selection,
.at .error input[type="search"]:required::-moz-selection,
.at .error input[type="tel"]:required::-moz-selection,
.at .error input[type="time"]:required::-moz-selection,
.at .error input[type="url"]:required::-moz-selection,
.at .error input[type="color"]:required::-moz-selection,
textarea.at .error input:required::-moz-selection {
    background: #fa5252;
    color: #fff;
}
.at .error select:required::-webkit-input-placeholder,
.at .error textarea:required::-webkit-input-placeholder,
.at .error input[type="text"]:required::-webkit-input-placeholder,
.at .error input[type="password"]:required::-webkit-input-placeholder,
.at .error input[type="date"]:required::-webkit-input-placeholder,
.at .error input[type="datetime"]:required::-webkit-input-placeholder,
.at .error input[type="datetime-local"]:required::-webkit-input-placeholder,
.at .error input[type="month"]:required::-webkit-input-placeholder,
.at .error input[type="week"]:required::-webkit-input-placeholder,
.at .error input[type="email"]:required::-webkit-input-placeholder,
.at .error input[type="number"]:required::-webkit-input-placeholder,
.at .error input[type="search"]:required::-webkit-input-placeholder,
.at .error input[type="tel"]:required::-webkit-input-placeholder,
.at .error input[type="time"]:required::-webkit-input-placeholder,
.at .error input[type="url"]:required::-webkit-input-placeholder,
.at .error input[type="color"]:required::-webkit-input-placeholder,
textarea.at .error input:required::-webkit-input-placeholder {
    color: #ffa8a8;
}
.at .error select:required::-moz-placeholder,
.at .error textarea:required::-moz-placeholder,
.at .error input[type="text"]:required::-moz-placeholder,
.at .error input[type="password"]:required::-moz-placeholder,
.at .error input[type="date"]:required::-moz-placeholder,
.at .error input[type="datetime"]:required::-moz-placeholder,
.at .error input[type="datetime-local"]:required::-moz-placeholder,
.at .error input[type="month"]:required::-moz-placeholder,
.at .error input[type="week"]:required::-moz-placeholder,
.at .error input[type="email"]:required::-moz-placeholder,
.at .error input[type="number"]:required::-moz-placeholder,
.at .error input[type="search"]:required::-moz-placeholder,
.at .error input[type="tel"]:required::-moz-placeholder,
.at .error input[type="time"]:required::-moz-placeholder,
.at .error input[type="url"]:required::-moz-placeholder,
.at .error input[type="color"]:required::-moz-placeholder,
textarea.at .error input:required::-moz-placeholder {
    color: #ffa8a8;
}
.at .error select:required:-moz-placeholder,
.at .error textarea:required:-moz-placeholder,
.at .error input[type="text"]:required:-moz-placeholder,
.at .error input[type="password"]:required:-moz-placeholder,
.at .error input[type="date"]:required:-moz-placeholder,
.at .error input[type="datetime"]:required:-moz-placeholder,
.at .error input[type="datetime-local"]:required:-moz-placeholder,
.at .error input[type="month"]:required:-moz-placeholder,
.at .error input[type="week"]:required:-moz-placeholder,
.at .error input[type="email"]:required:-moz-placeholder,
.at .error input[type="number"]:required:-moz-placeholder,
.at .error input[type="search"]:required:-moz-placeholder,
.at .error input[type="tel"]:required:-moz-placeholder,
.at .error input[type="time"]:required:-moz-placeholder,
.at .error input[type="url"]:required:-moz-placeholder,
.at .error input[type="color"]:required:-moz-placeholder,
textarea.at .error input:required:-moz-placeholder {
    color: #ffa8a8;
}
.at .error select:required:-ms-input-placeholder,
.at .error textarea:required:-ms-input-placeholder,
.at .error input[type="text"]:required:-ms-input-placeholder,
.at .error input[type="password"]:required:-ms-input-placeholder,
.at .error input[type="date"]:required:-ms-input-placeholder,
.at .error input[type="datetime"]:required:-ms-input-placeholder,
.at .error input[type="datetime-local"]:required:-ms-input-placeholder,
.at .error input[type="month"]:required:-ms-input-placeholder,
.at .error input[type="week"]:required:-ms-input-placeholder,
.at .error input[type="email"]:required:-ms-input-placeholder,
.at .error input[type="number"]:required:-ms-input-placeholder,
.at .error input[type="search"]:required:-ms-input-placeholder,
.at .error input[type="tel"]:required:-ms-input-placeholder,
.at .error input[type="time"]:required:-ms-input-placeholder,
.at .error input[type="url"]:required:-ms-input-placeholder,
.at .error input[type="color"]:required:-ms-input-placeholder,
textarea.at .error input:required:-ms-input-placeholder {
    color: #ffa8a8;
}
.at .error select:hover,
.at .error select:focus,
.at .error textarea:hover,
.at .error textarea:focus,
.at .error input[type="text"]:hover,
.at .error input[type="text"]:focus,
.at .error input[type="password"]:hover,
.at .error input[type="password"]:focus,
.at .error input[type="date"]:hover,
.at .error input[type="date"]:focus,
.at .error input[type="datetime"]:hover,
.at .error input[type="datetime"]:focus,
.at .error input[type="datetime-local"]:hover,
.at .error input[type="datetime-local"]:focus,
.at .error input[type="month"]:hover,
.at .error input[type="month"]:focus,
.at .error input[type="week"]:hover,
.at .error input[type="week"]:focus,
.at .error input[type="email"]:hover,
.at .error input[type="email"]:focus,
.at .error input[type="number"]:hover,
.at .error input[type="number"]:focus,
.at .error input[type="search"]:hover,
.at .error input[type="search"]:focus,
.at .error input[type="tel"]:hover,
.at .error input[type="tel"]:focus,
.at .error input[type="time"]:hover,
.at .error input[type="time"]:focus,
.at .error input[type="url"]:hover,
.at .error input[type="url"]:focus,
.at .error input[type="color"]:hover,
.at .error input[type="color"]:focus,
textarea.at .error input:hover,
textarea.at .error input:focus {
    border-color: #fa5252;
}
.at .error select:focus,
.at .error textarea:focus,
.at .error input[type="text"]:focus,
.at .error input[type="password"]:focus,
.at .error input[type="date"]:focus,
.at .error input[type="datetime"]:focus,
.at .error input[type="datetime-local"]:focus,
.at .error input[type="month"]:focus,
.at .error input[type="week"]:focus,
.at .error input[type="email"]:focus,
.at .error input[type="number"]:focus,
.at .error input[type="search"]:focus,
.at .error input[type="tel"]:focus,
.at .error input[type="time"]:focus,
.at .error input[type="url"]:focus,
.at .error input[type="color"]:focus,
textarea.at .error input:focus {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(250, 82, 82, 0.5);
}
.at form .label-amount {
	font-style: normal;
	font-weight: 500;
    width: 22%;
    height: auto;
    margin-right: 4%;
    float: left;
    color: #2A2A2A;
    font-size: 24px;
    background-image: none;
    padding: 8px;
    margin-bottom: 15px;
    letter-spacing: -0.03em;
    line-height: 1.428571429;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    z-index: 1;
	opacity: 0.8;
}

.at form .label-amount.label-otheramount {
    background-color: transparent;
    font-size: 0;
    padding: 0;
}

.at form .label-amount:nth-child(4n + 4) {
    margin-right: 0;
}

.at form .label-amount.label-otheramount {
    width: 48%;
    margin-right: 0;
    position: relative;
}

.at form .label-amount.label-otheramount-recurring {
    width: 100%;
    margin-right: 0;
    position: relative;
}

.at form .label-amount input {
    width: 100% !important;
    margin-left: 0;
    height: 50px;
    min-height: 0;
    padding: 7px 10px 7px 24px;
    outline: none;
	border: 1px solid #000000;
	border-radius: 5px;
	background:transparent;
    border-radius: 4px;
    background-color:transparent;
    font-size: 24px;
    line-height: 1.428571429;
    font-weight: 400;
    letter-spacing: -0.03em;
    max-width: 100%;
    margin-bottom: 0;
	color: #2A2A2A;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
}

.at form .label-amount input + .label-otheramount-prefix {
    display: block;
    position: absolute;
    color: #000;
    left: 0;
    top: 0;
    font-size: 24px;
    line-height: 1.42857;
    padding: 7px 0 7px 10px;
    border: 1px solid transparent;
    text-shadow: none;
}

.at form .label-amount input:required {
    color: #000;
    border:1px solid #000;
}

.at form .label-amount input:required::selection {
    background: #37b24d;
    color: inherit;
}
.at form .label-amount input:required::-moz-selection {
    background: #37b24d;
    color: inherit;
}
.at form .label-amount input:required::-webkit-input-placeholder {
    color: #000;
}

.at form .label-amount input:required::-moz-placeholder {
    color: #000;
}

.at form .label-amount input:required:-moz-placeholder {
    color: #000;
}

.at form .label-amount input:required:-ms-input-placeholder {
	color: #000;
}

.at form .label-amount input:required + .label-otheramount-prefix {
    color: #000;
}

.at form .label-amount input:required:focus {

}

.at form .label-amount.error input:required {
    color: #f03e3e;
    border-color: #fa5252;
    background-color: #fff;
}

.at form .label-amount.error input:required::selection {
    background: #fa5252;
    color: #fff;
}
.at form .label-amount.error input:required::-moz-selection {
    background: #fa5252;
    color: #fff;
}
.at form .label-amount.error input:required::-webkit-input-placeholder {
    color: #000;
}
.at form .label-amount.error input:required::-moz-placeholder {
    color: #000;
}
.at form .label-amount.error input:required:-moz-placeholder {
    color: #000;
}
.at form .label-amount.error input:required:-ms-input-placeholder {
    color: #000;
}
.at form .label-amount.error input:required + .label-otheramount-prefix {
    color: #f03e3e;
}
.at form .label-amount.error input:required:focus {
    box-shadow: 0 0 5px rgba(250, 82, 82, 0.5);
}
.at form .label-amount.long {
    font-size: 20px;
    line-height: 1.7142857148;
}
.at form .label-amount.veryLong {
    font-size: 18px;
    line-height: 1.9047619053;
}
.at form .label-amount.incrediblyLong {
    font-size: 16px;
    line-height: 2.14285714346;
}
.at form .label-amount.tooLong {
    font-size: 16px;
    white-space: normal;
    line-height: 1.12;
}
.at form .label-amount > a {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    left: 0;
    display: block;
	background: rgba(95,200,215, 0.4);
	border-radius: 5px;
    z-index: -1;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color:rgba(255,255,255, 0.4);
}

.at form .label-amount:hover > a {
    background: rgba(95,200,215, 0.65);
	color:rgba(255,255,255, 0.4);
}

.at form .label-amount:active > a {
    background: rgba(95,200,215, 1);
	color: #2A2A2A;
}

.at form .label-amount input[type="radio"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.at form .label-amount input[type="radio"]:checked + a {
    background: #5FC8D7;
	color: #2A2A2A;
}

.at form .label-amount input[type="radio"]:checked {
	color: #2A2A2A;
}

.at form .label-amount input[type="radio"]:checked::parent {
	color: #2A2A2A;
}

.at form .label-amount:active {
	color: #2A2A2A!important;
}

@media only screen and (max-width: 40em) {
    .at form .label-amount {
        width: 48% !important;
        float: left !important;
    }
    .at form .label-amount:nth-child(2n + 2) {
        margin-right: 0;
    }
    .at form .label-amount.label-otheramount {
        width: 100% !important;
    }
}
.payment-options {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0 48px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 0;
}
.payment-options > a {
    line-height: inherit !important;
    width: 22%;
    margin: 0 2% !important;
}
@media only screen and (max-width: 40em) {
    .payment-options {
        margin: 0;
        flex-direction: column-reverse;
    }
    .payment-options > a {
        width: 100% !important;
        margin: 15px 0 0 0 !important;
    }
}
.payment-option-multistep {
    margin-left: 20px;
    float: right;
}
.at-form-submit {
    padding: 10px;
}
.at-form-submit .at-submit {
    margin: 10px;
    display: inline-block;
    float: right;
}
.HeaderHtml,
.FooterHtml,
.MeterHtml {
    padding: 0 20px;
}
.MeterHtml {
    padding-top: 12px;
}
.MeterHtml iframe.meter-frame {
    width: 100%;
    height: 100px;
}
.at-personalization-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
}
.at-personal-description {
    white-space: pre-wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    width: 400px;
    padding: 1em;
}
.at-personal-image-container {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    max-width: 400px;
}
.at-personal-image {
    width: 100%;
    height: auto;
}
.fastaction-modal {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.at-alert {
    background: transparent;
    border-radius: 4px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 12px;
    padding: 12px;
    padding-right: 55px;
    position: relative;
}
.at-alert.at-error {
    background-color: #fff5f5;
    border: 1px solid #ffc9c9;
    color: #c92a2a;
}
.at-alert .at-dismiss {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: inherit;
    cursor: pointer;
    font-size: 200%;
    line-height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
}
.tabindex {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
}
.at .at-legend-with-submit {
    width: 100%;
}
@media only screen and (max-width: 30em) {
    .at .at-legend-with-submit {
        width: calc(100% - 20px);
    }
}
.at .at-secondary-submit {
    float: right;
    margin: 0 20px -20px 0px;
}
@media only screen and (max-width: 30em) {
    .at .at-secondary-submit {
        float: none;
        margin: 0 0 10px;
        width: 100%;
    }
}
.at-legal {
    font-size: 11px;
    color: #999;
}
.at-indented {
    padding-left: 26px;
    margin-top: -24px;
}
.RecurringButtons {
    background-color: #e8f7ff;
    border: 1px solid #e8f7ff;
    border-radius: 4px;
}
.at-red {
    color: #f03e3e !important;
}
.at-text.PersonalUrl {
    display: none;
}
.at-tribute-gift .form-item-inhonororinmemoryof * {
    display: inline-block;
    margin-right: 2em;
}
.at-recipient-info .at-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
}
.at-ecards input {
    margin: 0 !important;
}
.at-ecards .at-ecard {
    border: 1px solid #ced4da;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 15px;
    width: 22%;
    height: 128px;
}
@media only screen and (max-width: 40em) {
    .at-ecards .at-ecard {
        width: 48% !important;
    }
    .at-ecards .at-ecard:nth-child(2n + 2) {
        margin-right: 0;
    }
}
.at-ecards .at-ecard.selected {
    border: 2px solid #228ae6;
    border-radius: 5px;
}
.at-ecards .at-ecard:hover {
    cursor: pointer;
}
.at-ecards .at-ecard-img {
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.at-ecards .at-ecard-img > img {
    height: auto;
    left: 50%;
    max-height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.at-gifts .at-gift {
    margin: 15px 10px;
    white-space: nowrap;
}
.at-gifts .at-gift .gift-title {
    font-weight: 600;
    font-size: 16px;
    color: #343a40;
}
.at-gifts .at-gift .description {
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
    white-space: normal;
    max-width: 75%;
}
.at-gifts .at-gift .description .gift-description {
    color: #495057;
}
.at-gifts .at-gift .description .gift-description .gift-threshold-warning {
    font-style: italic;
}
@media only screen and (max-width: 40em) {
    .at-gifts .at-gift .description {
        max-width: calc(100% - 125px);
    }
}
.at-gifts .at-gift .gift-img {
    display: inline-block;
    height: 80px;
    width: 80px;
}
.at-gifts .at-gift .gift-img img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    max-width: 100%;
}
.at-gifts .at-gift .gift-img-container {
    background: url("//static.everyaction.com/ea-actiontag/assets/images/picture-gray.png") no-repeat;
    background-position: center;
    background-size: 48px 40px;
    display: inline-block;
    margin: 0 0 0 1em;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}
.at-fieldset.ShippingInformation .at-label {
    margin-top: 0.625em;
    margin-bottom: 0.625em;
}
.at-fieldset.ShippingInformation .at-shipping-destinations label {
    display: inline;
    margin-right: 2em;
}
.at-fieldset.ShippingInformation .at-shipping-destinations input[type="radio"] {
    margin-right: 1em;
}
.at-fieldset.ShippingInformation .at-shipping-cta {
    background-color: #e8f7ff;
    border: 1px solid #329af0;
    padding: 0.675em;
    margin-bottom: 0.625em;
}
.at-fieldset.ShippingInformation .at-shipping-cta label {
    display: inline;
    padding-right: 0.675em;
}
.at-fieldset.ShippingInformation .at-shipping-cta a {
    font-size: 0.875em;
}
.at-fieldset.ShippingInformation .at-shipping-cta a.at-dismiss {
    font-size: 1.15em;
    float: right;
}
.at-page-alert {
    position: fixed;
    top: 0;
    left: 50%;
    max-width: 400px;
    z-index: 999;
}
.at-page-alert .at-page-alert-wrapper {
    position: relative;
    left: -50%;
}
.at-page-alert .at-page-alert-wrapper .alert {
    position: relative;
    background: #ffffff;
    text-align: left;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    padding: 20px 56px 20px 20px;
}
.at-page-alert .at-page-alert-wrapper .alert .alert-content {
    font-size: 14px;
    line-height: 1.5;
}
.at-page-alert .at-page-alert-wrapper .alert a.at-dismiss {
    color: #868e96;
    font-size: 12px;
    top: 32px;
}
.thankYou .btn,
.thankYou .btn-tag,
.thankYou .tag,
.thankYou .tag-static {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: transparent;
    border-color: transparent;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: block;
    font-weight: 700;
    line-height: 1;
    outline: 0;
    position: relative;
    white-space: nowrap;
    margin-bottom: 12px;
    margin-left: 2px;
    margin-right: 2px;
}
.thankYou .btn,
.thankYou .btn-md,
.thankYou .btn-tag,
.thankYou .tag,
.thankYou .tag-static {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px;
}
.thankYou .inline-block {
    display: inline-block !important;
}
.thankYou .btn-facebook {
    background: #4065b4;
    color: white;
}
.thankYou .btn-facebook:hover {
    background-color: #3b5998;
}
.thankYou .btn-social::before {
    display: inline-block;
    height: 18px;
    vertical-align: bottom;
    margin-right: 8px;
}
.thankYou .btn-facebook::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3e%3cpath fill='white' fill-rule='evenodd' d='M9.827 18H2.5C1.1 18 0 16.9 0 15.5v-13C0 1.1 1.1 0 2.5 0h13C16.9 0 18 1.1 18 2.5v13c0 1.4-1.1 2.5-2.5 2.5h-3.227l-.01-6.955h2.482l.4-2.454h-2.872l.013-1.584c0-.7.17-1.2 1.22-1.2l1.63-.078V3.273s-1.33.032-2.23.032c-1.9 0-3.08 1.05-3.08 3.2l-.01 2.085H7.35l.005 2.455h2.463L9.828 18z'/%3e%3c/svg%3e");
}
.thankYou .btn-twitter {
    background: #1da1f2;
    color: white;
}
.thankYou .btn-twitter:hover {
    background: #0c7abf;
}
.thankYou .btn-twitter::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='18'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath fill='white' fill-rule='nonzero' d='M7.073 17.853c7.92 0 12.25-6.56 12.25-12.25 0-.187 0-.373-.01-.557.842-.61 1.57-1.365 2.147-2.23-.786.35-1.62.577-2.473.678.9-.538 1.572-1.384 1.893-2.38-.845.5-1.77.854-2.734 1.044C16.81.738 14.69.39 12.973 1.31c-1.718.92-2.605 2.877-2.165 4.775-3.462-.174-6.687-1.81-8.874-4.5-1.142 1.97-.56 4.486 1.333 5.75-.685-.02-1.355-.206-1.954-.54v.055c0 2.05 1.445 3.815 3.454 4.22-.633.173-1.298.2-1.944.074.564 1.754 2.18 2.956 4.023 2.99-1.525 1.2-3.408 1.85-5.347 1.847-.345 0-.687-.02-1.027-.06 1.97 1.264 4.26 1.934 6.6 1.93'/%3e%3c/g%3e%3c/svg%3e");
}
.TicketLevels .ticket-quantity-select {
    min-width: 125px;
}
.at-whatsthis {
    float: right;
}
.at-signature-pad canvas {
    width: 100% !important;
    height: 200px;
    max-height: 200px;
    border-style: dashed;
    border-width: 2px;
    border-color: #ced4da;
}
.at-signature-pad button {
    background-color: transparent;
    border-color: #ced4da;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    display: inline-block;
    line-height: 1;
    outline: 0;
    position: relative;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 5px;
    font-size:13px;
}
.at-hide {
    display: none !important;
}
.at-form:not(.at-mode-org) .at-mode-org-only {
    display: none !important;
}
.at-form:not(.at-mode-person) .at-mode-person-only {
    display: none !important;
}
.at-eft-legal-disclaimer {
    margin-bottom: 16px;
    font-size: 14px;
}
.at-sr-only {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.at .select2-selection--single {
	height:37px!important;
	font-size: 14px!important;
	padding: 8px 20px 8px 8px!important;	
	margin:10px 0 0 0!important;
	background-color:transparent!important;
	border:1px solid #000!important;
	border-radius:5px!important;
}

.UpdateMyProfile label > span > span:after { display:none!important; }

.at fieldset legend {
	margin:0!important;
}

.AdditionalInformation .radios {
	display:flex!important;
	align-items: center!important;
	padding:10px 0!important;
}

.AdditionalInformation .radios label {
	margin:0 0 0 15px!important;
	padding:0;
}

.AdditionalInformation .radios label:first-child {
	margin:0!important;
}

.page-template-page-maze-mats .iframe-action {
	background: #FFF;
	margin:55px 0;
}

.vgs-cc-iframe-wrapper,
.vgs-ccexpiration-iframe-wrapper,
.c-type-wrapper {
	margin:15px 0 0 0;
}

.at-row  input[type="checkbox"] ~ span {
	position:relative;
	top:-3px;
}

@media screen and (max-width: 768px) {

	.intl-tel-input {
		margin:10px 0 20px 0;
	}

}

.select2-container--default .select2-selection--multiple {
	background:transparent!important;
	border:1px solid #000!important;
	border-radius:5px!important
}

.at-submit.btn-at.btn-at-primary {
	min-height: 50rem!important;
    min-width: 160rem!important;
    padding: 0 20rem!important;
	display: inline-flex!important;
    text-align: center!important;
    align-items: center!important;
    justify-content: center!important;
    cursor: pointer!important;
    text-transform: uppercase!important;
    border-radius: 5rem!important;
    font-size: 18rem!important;
    font-weight: 600!important;
    letter-spacing: .05em!important;
    max-width: 100%!important;
    box-shadow: 4rem 4rem 5rem rgb(0 0 0 / 5%)!important;
    background-color: #6A19F5!important;
    color: #fff!important;
    user-select: none!important;
}
.at-submit.btn-at.btn-at-primary:hover{box-shadow: 4rem 4rem 10rem rgba(0, 0, 0, 0.25)!important;}