html,
body {
    font-family: AIA Regular !important;
    font-size: 22px;
    color: #554344;
    background-color: #FAF9F3;
    margin: 0px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    /* overflow: auto; */
}

canvas {
    width: 100%;
    height: 100%;
    /* background: black; */
}

b {
    font-family: AIA Bold;
    font-weight: normal;
}

h1 {
    font-family: AIA Heading Regular;
}

h2 {
    font-family: AIA Heading Regular;
    font-weight: normal;
    /* font-size: 2em; */
    margin: 0px;
}

h3 {
    font-family: AIA Bold;
    font-size: 1.5em;
    margin: 0px;
    line-height: 30px;
}

h4 {
    font-family: AIA Bold;
    font-weight: normal;
    font-size: 1.3em;
    margin: 0px;
}

h4.two-lines {
    line-height: 35px;
    padding: 5px;
}

h4.consent3-name {
    color: #22A8DA;
    text-align: center;
}

h5 {
    font-weight: normal;
    font-size: 1.3em;
    margin: 0px;
}

h6 {
    font-size: 1.1em;
    font-family: AIA Heading Regular;
    letter-spacing: 0.5px;
    font-weight: normal;
}

h7 {
    font-family: AIA Bold;
    font-weight: normal;
    display: block;
    font-size: 1.5em;
    padding-top: 15px;
}

a {
    color: #22A8DA;
}

a:hover {
    cursor: pointer;
}

@media only screen and (max-width: 667px) {
    h1 {}
}

input {
    height: 35px;
    width: 100%;
    display: block;
    padding: 1px 16px 1px 16px;
    background-color: #FFF;
    border: 1px solid #B3B1A8;
    border-radius: 0px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    line-height: normal;
    box-sizing: border-box;
    box-shadow: none;
    appearance: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input:focus {
    outline: none;
    border-color: #22A8DA;
}

input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"] {
    margin-right: 10px;
}

input[type="submit"] {
    box-sizing: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

label.checkbox {
    display: block;
    font-family: AIA Regular;
    cursor: pointer;
}

label.checkbox input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label.checkbox input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    margin: -2px 10px 0 -37px;
    vertical-align: middle;
    cursor: pointer;
    background-color: #FFF;
    border: 3px solid #DBDAD4;
}

label.checkbox input[type="checkbox"]:disabled+span {
    border: 3px solid transparent;
    cursor: not-allowed;
}

label.checkbox input[type="checkbox"]+span>span.tick,
label.checkbox input[type="checkbox"]:checked+span>span.tick {
    transition: opacity 0.125s linear;
}

label.checkbox input[type="checkbox"]:checked+span>span.tick {
    opacity: 1;
}

label.checkbox input[type="checkbox"]+span>span.tick {
    display: block;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    opacity: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAMAAAGpX1+2AAAAqFBMVEXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUXTEUV+TxMFAAAAN3RSTlMABggKDg8REhMVFhgaHCAkJyorQEVJTlJTV19ja3F4t7q8v8HHy8/R09XX293h4+fq9fb3+fz+naLXIwAAAJBJREFUGNNtjldywgAUAxdsegkdQg1gSkJNYtj734wP8Bhm0JekJ2keAEUBsApgDqIGAPSBgdgWuIcAhn5BBbpaAuZq/XFq8owgIRezCVkBY4jdAhsnv+4AAvVwz4Sekl6eNxhdF8GL8XlRozA1erG6LgCUvp1C50/9KQOQmanXf3VfSz9dqh4/XnZzq3MrVTeq7xAMMFWDSQAAAABJRU5ErkJggg==);
    background-size: 18px;
    background-position: 3px 1px;
}

label.radio-button {
    display: block;
    font-family: AIA Regular;
    cursor: pointer;
    font-weight: normal;
    padding-left: 32px;
}

label.radio-button input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

label.radio-button input[type="radio"]+span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -2px 10px 0 -30px;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
}

label.radio-button input[type="radio"]+span {
    background-color: #FFF;
    border: 3px solid #DBDAD4;
}

label.radio-button input[type="radio"]:checked+span {
    background-color: #D31145;
    box-shadow: inset 0 0 0 1px #FFF, inset 0 0 0 2px #DBDAD4;
}

label.radio-button input[type="radio"]+span,
label.radio-button input[type="radio"]:checked+span {
    transition: background-color 0.125s linear;
}

ul.progress-line {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    padding-bottom: 30px;
    clear: both;
}

ul.progress-line li {
    float: left;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 56px;
    margin-left: -4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAAA1BMVEXb2tTcz9xTAAAACklEQVR4AWMAAwAABgABeV6XjwAAAABJRU5ErkJggg==);
    background-repeat: repeat no-repeat;
    background-position: 40%;
    font-family: AIA Bold;
    font-size: 20px;
    border: none;
    background-color: transparent;
    padding: 0px;
}

ul.progress-line li.completed-step>.step-number,
ul.progress-line li.current-step>.step-number {
    background-color: #22A8DA;
    border: 2px solid #22A8DA;
    color: #FFFFFF;
}

ul.progress-line li.completed-step>.step-number {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAMAAAGNwectAAAAhFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9hWbqAAAAAK3RSTlMAAQocHR8iJCYoKy0uLzFSa29xdHV4eXp+gYWKjpCVmay/297g4+bo6uz+5ONDcgAAAH9JREFUGNNljccSglAQBNucE5izKIKv////PAAWap+munZmgSskALgHSGPgTA0hDC3Th8wZOIGH2+IseKzXRs0yDAxF6CmsXtBRYG7espiMtNre2OCfYe6t+WX6TzUCWE4L003VNcA4aD6C9l3dVY1F0CxRD/WdWPX0+3N7qZk3t20MUsWZsAEAAAAASUVORK5CYII=);
    background-size: 20px 14px;
    background-repeat: no-repeat;
    background-position: 4px 2px;
    color: transparent;
    border: 2px solid transparent;
}

ul.progress-line li.completed-step,
ul.progress-line li.current-step {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAMAAABFaP0WAAAAA1BMVEUiqNqca6J/AAAACklEQVR4AWMAAwAABgABeV6XjwAAAABJRU5ErkJggg==);
    background-position: 40%;
}

ul.progress-line .step-number {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #DBDAD4;
    color: #DBDAD4;
}

ul.progress-line li:last-child {
    width: 24px;
}

ol {
    margin: 0px;
    margin-bottom: 20px;
    /*margin-left: 3px;*/
    padding-left: 32px;
}

ol.more-list {
    margin-left: 17px;
}

.main-wrapper {
    width: 100%;
    margin: auto;
    max-width: 700px;
    min-height: calc(100% - 120px);
    padding: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.row {
    width: 100%;
    display: table;
    margin: 0px;
}

.input-div {
    padding-top: 10px;
    max-width: 545px;
}

.input-div .input-field {
    margin-bottom: 20px;
}

.input-field label {
    display: block;
}

.input-div .label-field {
    margin-bottom: 20px;
}

.input-div .btn {
    margin-top: 20px;
}

.btn {
    font-family: AIA Heading Regular;
    font-size: 22px;
    width: 230px;
    height: 32px;
    color: #FFF;
    border-radius: 0;
    border: none;
    padding: 4px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.5px;
    margin: auto;
}

.btn:hover {
    cursor: pointer;
}

.btn-red {
    background-color: #D31145;
}

.btn-red:active {
    background-color: #E86487;
    outline: none;
}

.btn-blue {
    background-color: #596C80;
}

.btn-blue:active {
    background-color: #769FAB;
    outline: none;
}

.margin-auto {
    margin: auto;
}

.aia-logo {
    background: url("../images/80-year-logo-small-white.png") no-repeat;
    background-size: 120px 44px;
    background-position: 0%;
    width: 120px;
    height: 88px;
}

.aia-logo-red {
    background: url("../images/80-year-logo-small.png") no-repeat;
    background-size: 200px 100px;
    width: 200px;
    height: 100px;
    margin: auto;
}

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

.red-text {
    color: #D31145;
}

.orange-text {
    color: #FF5500;
}

.blue-text {
    color: #22A8DA;
}

.warning-input {
    border-color: #FF5500 !important;
}

.warning-label {
    font-weight: normal;
    color: #FF5500;
    margin: 0px;
}

.margin-footer {
    margin-top: 40px;
}

.extra-margin-top {
    margin-top: 20px;
}

.extra-margin-bottom {
    margin-bottom: 100px;
}

.progress-header {
    margin-bottom: 10px;
}

.progress-panel {
    padding-left: 5px;
}

.menu-nav {
    height: 88px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #D31145;
}

.end-line {
    background-color: #B8123E;
    height: 22px;
}

.footer-nav {
    width: 100%;
    background-color: #302F2C;
    color: #B3B1A8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.termNcon {
    text-align: center;
    line-height: 40px;
}

.footer-nav a {
    color: #B3B1A8;
}

.right-text {
    text-align: right;
}

.custom-right {
    float: right;
    margin-left: 6px;
}

.remark {
    width: 270px;
}

.check-grey-icon {
    background: url("../images/icons/success-grey-icon.png") no-repeat;
    background-size: 20px 20px;
    width: 100%;
    height: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 18px;
}

.check-green-icon {
    background: url("../images/icons/success-icon.png") no-repeat;
    background-size: 20px 20px;
    width: 100%;
    height: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 18px;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: url("../images/icons/success-icon.png") no-repeat;
    background-size: 100px 100px;
    margin: auto;
    margin-top: 100px;
}

.error-icon {
    width: 100px;
    height: 100px;
    background: url("../images/icons/error-icon.png") no-repeat;
    background-size: 100px 100px;
    margin: auto;
    margin-top: 20px;
}

.warning-icon {
    width: 100px;
    height: 100px;
    background: url("../images/icons/warning-icon.png") no-repeat;
    background-size: 100px 100px;
    margin: auto;
    margin-top: 20px;
}

.otp {
    font-family: AIA Bold;
    font-size: 30px;
    height: 55px;
}

.warning-div {
    background: rgba(232, 100, 135, 0.1);
    padding: 12px 12px 24px 12px;
    margin-bottom: 20px;
}

.warning-div .error-icon-mini {
    display: inline;
}

.error-icon-mini {
    background: url("../images/icons/error-icon.png") no-repeat;
    background-size: 20px 20px;
    background-position: 0%;
    width: 20px;
    height: 20px;
    padding-left: 30px;
}

.warning-div h6 {
    display: inline;
}

.hidden {
    display: none;
}

.pwd {
    position: relative;
}

.pwd .showPwd {
    display: inline;
    position: absolute;
    right: 0px;
    margin-top: 9px;
    margin-right: 16px;
    font-family: AIA Heading Regular;
    color: #596C80;
}

.showPwd:hover {
    cursor: pointer;
}

.resent {
    margin-top: -10px;
}

h-new {
    font-size: 16px;
}

.margin-bottom-m {
    margin-bottom: 20px;
}

.div-button {
    display: inline-block;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.middle-button-div {
    width: 546px;
    margin: auto;
}

div.consent3-namediv {
    margin-top: 20px;
}

form.consent3-form {
    margin-left: 70px;
}

label.consent3-firstlabel {
    margin-top: 10px;
}

label.consent3-secondlabel {
    margin-top: 17px;
}

.annotation {
    margin-top: 15px;
    font-size: 16px;
}

.fixed-bottom {
    /*position: fixed;
	bottom: 0px;
	width: 100%;*/
}

.loading-container {
    background-color: #FFF;
    padding: 5px;
}

.loading-container .loading-icon {
    background: url(../images/loading.gif) no-repeat;
    background-size: 40px 40px;
    background-position: 0% 50%;
    width: 106px;
    height: 40px;
    padding-left: 55px;
    padding-top: 15px;
    margin: auto;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 10px;
}

.margin-top-100 {
    margin-top: 100px;
}

text span {
    display: inline-block;
}

.grey-bg {
    background-color: #525659;
}

.template-wrapper {
    min-width: 700px;
    max-width: 700px;
    background-color: #FFF;
    font-size: 18px;
    padding: 30px;
    margin: 40px auto;
    box-sizing: border-box;
    position: relative;
    box-shadow: 10px 10px 4px 0px rgba(0, 0, 0, 0.12);
}

.template-wrapper .aia-logo-red {
    background-position: 103%;
    width: 75px;
    height: 70px;
    margin: 0px;
}

.template-wrapper label.checkbox {
    padding-left: 30px;
}

.template-wrapper label.checkbox input[type="checkbox"]+span {
    margin: -2px 10px 0 -30px;
}

.template-wrapper label.checkbox input[type="checkbox"]:disabled+span {
    border: 3px solid #DBDAD4;
}

.template-wrapper text {
    padding-left: 30px;
    display: block;
}

.template-wrapper text span {
    font-family: AIA Bold;
}

.company-info {
    width: 100%;
    font-size: 16px;
    display: table;
}

.company-info div {
    float: left;
}

.form-title {
    position: relative;
    height: 78px;
}

.form-title .title {
    background-color: #D31145;
    color: #FFF;
    font-family: AIA Bold;
    font-size: 22px;
    display: inline-block;
    padding: 10px;
    position: absolute;
    right: 0px;
}

.form-date {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-content div {
    margin-bottom: 10px;
}

.form-signature {
    position: relative;
    height: 106px;
    margin-top: 20px;
}

.form-signature .signature {
    position: absolute;
    right: 0px;
    text-align: center;
    padding: 15px;
    border: 2px solid #D31145;
}

.noted {
    font-size: 16px;
    margin-top: 20px;
}

.header-link {
    font-family: AIA Heading Regular;
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-height: 812px) and (orientation: portrait) {
    .fixed-bottom {
        /* position: inherit; */
    }
}

@media only screen and (max-height: 767px) and (orientation: landscape) {
    .fixed-bottom {
        /* position: inherit; */
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .adjust-landscape {
        /* position: inherit; */
    }
}

@media only screen and (max-width: 414px) {
    .main-wrapper {
        /* max-width: 270px; */
    }
}

@media only screen and (max-width: 667px) {
    .middle-button-div {
        width: 270px;
    }
    .div-button .btn-red {
        margin-top: 15px;
    }
}