/*#region Scotia Font*/
@font-face {
    font-family: 'Scotia Sans';
    src: url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_Bd.woff2') format('woff2'), url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Scotia Sans';
    src: url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_Rg.woff2') format('woff2'), url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Scotia Sans Light';
    src: url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_L.woff2') format('woff2'), url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_L.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Scotia Sans Headline';
    src: url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_Headline.woff2') format('woff2'), url('https://armmyrewards.blob.core.windows.net/scb/fonts/Scotia_W_Headline.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*#endregion // Scotia Font*/

/*#region Scotia Styles*/
.scotia-red {
    color: #ED0722;
}
.scotia-red-bg {
    background-color: #ED0722;
}
/*#endregion Scotia Styles*/

html {
    font-family: "Scotia Sans",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #ffffff;
}

body {
    font-family: "Scotia Sans",Roboto,"Helvetica Neue",Arial,sans-serif !important;
    color: #515151;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Scotia Sans Headline",Roboto,"Helvetica Neue",Arial,sans-serif;
}

a, a:hover, a:active, a:visited {
    color: #ED0722;
}

.text-danger {
    color: #ED0722;
}

footer {
    /* background-color: #ffffff; */
}

.footer-bottom {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 0.8em;
}

.footer-end {
    padding-bottom: 60px;
}

@media (max-width:768px) {
    .footer-bottom {
        /* padding: 0px 30px; */
    }
}

p {
    /* font-size: 14px; */
    margin: 0 0 12px 0;
    line-height: 1.4;
}

/* Header Image Changes */
.layout-brandlogo {
    width: 100%;
}

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

/* START - Setup Main View */
.mainView {
    /*min-height: 400px;*/
}

main {
}

@media (max-width:768px) {
    .mainView {
        min-height: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* END - Setup Main View */

/*#region Pin Page*/
/* START - Pin Page */
.pin-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
    min-height: 400px;
}

.pin-container > .row {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1;
}

.pin-header {
    text-align: left;
    padding: 0px 30px 0px 30px;
    margin: 0px auto;
    font-size: 2rem;
}

.pin-header > h2 {
    margin: 10px 0 20px 0;
}

.pin-description {
    text-align: left;
    font-size: 1rem;
    padding: 0px 30px 20px 30px;
}

.pin-form {
    padding: 0px 30px;
}

.pin-input {
    margin: 15px 0 20px 0;
    max-width: 400px;
}

.pin-formcopy {
    padding: 0px 0px;
    text-align: left;
    font-size: 1.5rem;
}

.pin-control {
    margin: 0px auto 0px auto;
    /*max-width: 500px;*/
}

.pin-control > input[type="text"] {
    font-size: 1.5rem !important;
}

.pin-submit > .btn-primary {
    border-radius: 0px !important;
    padding: 0em 2em !important;
}

@media (max-width:768px) {
    .pin-container {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px;
        border: none;
        min-height: 400px;
    }

    .pin-header {
        padding: 0px 15px 15px 15px;
    }

    .pin-description {
        padding: 0px 15px 15px 15px;
    }

    .pin-input {
        padding: 0px 0px;
    }

    .pin-container {
    }

    .pin-control {
        max-width: none;
    }

    .pin-form {
        padding: 0px 15px;
    }

    .pin-submit > .btn-primary {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-bottom: 0px !important;
    }
}
/* END - Pin Page */
/*#endregion Pin Page*/

/*#region Gift Select Page*/
/* START - Gift Select Page */
.giftcard-container {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
    min-height: 400px;
}

.giftcard-container > .row {
    justify-content: center;
    align-content: center;
}

.giftcard-header {
    text-align: center;
    font-size: 2rem;
    font-weight: 300;
    margin: 10px 0 20px 0
}

.giftcard-description {
    margin: 0 0 20px 0;
}

ul.giftcard-list {
    margin-bottom: 0px 0px 16px 0px !important;
}

li.giftcard-ticket {
    max-width: 185px;
    margin: 0px 10px 20px 10px;
    display: inline-grid;
}

li.giftcard-ticket:last-child {
    margin: 0px 10px 20px 10px;
}

.giftcard-image {
    max-height: 150px;
}

@media (max-width:768px) {
    li.giftcard-ticket {
        max-width: 185px;
    }
}

.giftcard-ticket img {
    margin-bottom: 10px;
}

.giftcard-accept {
    margin-bottom: 16px;
}

@media (max-width:768px) {
    .giftcard-container {
        display: flex !important;
        align-items: left !important;
        justify-content: center !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px;
        border: none;
        min-height: 400px;
        flex-direction: column;
    }
}

/* END - Gift Select Page*/
/*#endregion Gift Select Page*/

/*#region Confirm Page*/
/* START - Confirm Page*/
.confirm-container {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
    min-height: 400px;
}

.confirm-container > .row {
    justify-content: center;
    align-content: center;
}

.confirm-header {
    text-align: left;
    padding: 20px 50px;
    margin: 0px auto;
    color: #006AC3;
    font-size: 2.5rem;
}

.confirm-header-description {
    padding-bottom: 14px;
}

.confirm-description {
    font-size: 1.5rem;
    padding-bottom: 16px;
}

.confirm-copy {
    font-size: 1.5rem;
}

@media only screen and (max-width: 576px) {
    .confirm-text {
        padding-top: 1em;
    }
}

.confirm-text {
    padding-bottom: 1em;
}

.confirm-buttons {
    padding-top: 1em;
    text-align: right;
}
/* END - Confirm Page*/
/*#endregion Confirm Page*/

/*#region Confirm Page*/
/* START - Registration Page*/
.registration-container {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
    min-height: 400px;
}

.registration-header > h2 {
    margin: 10px 0 20px 0
}

.registration-description {
    margin-bottom: 20px;
}

.registration-required {
    margin-bottom: 20px
}

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

.registration-buttons > a, .registration-buttons > input {
    margin: 10px 10px 10px 10px
}

.registration-form .form-group
{
    margin-bottom: 8px;
}

.registration-form-description {
    margin-bottom: 8px;
}

.sendviaemail-buttons {
    padding-bottom: 20px;
}

@media (max-width:768px) {
    .registration-container {
        display: flex !important;
        align-items: left !important;
        justify-content: center !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px;
        border: none;
        min-height: 400px;
        flex-direction: column;
    }
}

/* END - Registration Page*/
/*#endregion Confirm Page*/

/*#region Registration Confirmation Page*/
/* START - Registration Confirmation Page*/
.registrationconfirm-container {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
    min-height: 400px;
}

.registration-header > h2 {
    margin: 10px 0 20px 0
}

.registrationconfirm-description {
    margin-top: 20px;
    margin-bottom: 20px;
}

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

.registrationconfirm-buttons > a, .registrationconfirm-buttons > input {
    margin: 10px 10px 10px 10px;
    text-transform: uppercase;
}

.registrationconfirm-form {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.registrationconfirm-details {
    margin:0 10px;
    background-color: #eeeeee;
    padding: 10px;
    border: 1px #cccccc solid;
    border-radius: 11px;
}

.registrationconfirm-details-row {
    margin-bottom: 1rem;
}

@media (max-width:768px) {
    .registrationconfirm-container {
        display: flex !important;
        align-items: left !important;
        justify-content: center !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px;
        border: none;
        min-height: 400px;
        flex-direction: column;
    }
}
/* END - Registration Confirmation Page*/
/*#endregion Registration Confirmation Page*/

/*#region Congrats Page*/
/* START - Congrats Page*/
.congrats-container {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
}

.congrats-header > h2 {
    margin: 10px 0 20px 0
}

.congrats-image {
    display: none;
}

.congrats-description {
    flex-grow: 100;
    margin-bottom: 20px;
}

@media (max-width:768px) {
    .congrats-container {
        display: flex !important;
        align-items: left !important;
        justify-content: center !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px 0px;
        border: none;
        min-height: 400px;
        flex-direction: column;
    }
}
/* END - Congrats Page*/
/*#endregion Congrats Page*/

/*#region Referrer Portal Page*/
/* START - Referrer Portal Page*/
.referrer-container {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
}

.referrer-header > h1 {
    font-size: 24px !important;
    padding: 16px 0px 8px 0px;
}

.referrer-copy {
    padding-bottom: 16px;
}

.referee-entry {
    padding-bottom: 8px;
}

.referrer-form {
    padding-bottom: 32px;
}

.referrer-form-terms {
    padding-bottom: 16px;
}

@media (max-width:768px) {
    .referrer-container {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0px;
        border: none;
        max-width: 100% !important;
    }
}
/* END - Referrer Portal Page*/
/*#endregion Referrer Portal Page*/

/*#region Button Styles*/
/* START - Button Styles */
.btn-primary {
    color: #FFFFFF;
    background-color: #EC111A;
    border: 1px #EC111A solid;
    font-size: 1.05em;
    font-weight: bold;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #DF040D;
    border: 1px #DF040D solid;
}

.btn-primary:active, .btn-primary:focus {
    background-color: #D30001 !important;
    border: 1px #D30001 solid !important;
    box-shadow: 0 0 0 0.2rem rgba(211, 0, 1, 0.5) !important;
}

.btn-primary:disabled {
    background-color: #D30001 !important;
    border: 1px #D30001 solid !important;
}

@media (max-width:576px) {
    .btn-primary {
        margin-bottom: 8px;
    }
}

a.btn-primary {
    color: #ffffff;
}

.btn-secondary {
    font-size: 1.05em;
    font-weight: bold;
}

.btn-next {
    padding-right: 25px;
    background-image: url(https://armmyrewards.blob.core.windows.net/scb/chevron-right.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
}

.btn-prev {
    padding-left: 25px;
    background-image: url(https://armmyrewards.blob.core.windows.net/scb/chevron-left.png);
    background-repeat: no-repeat;
    background-position: left 5px center;
}
/* END - Button Styles */
/*#endregion Button Styles*/

/*#region Checkbox Styles*/
.form-check .form-check-input-xl[type=checkbox] {
    border-radius: 2px;
    height: 50px;
    width: 50px;
    border-color: rgb(193, 193, 193);
    margin-right: 32px;
}

.checkbox-xl {
    padding-bottom: 12px;
}

.checkbox-xl > .form-check-input {
    /*top: 0.8rem;*/
    scale: 1.7;
    position: relative;
    margin-left: -1em !important;
}

.checkbox-xl > .form-check-label {
    /*padding-top: 13px;*/
    margin-left: 1rem;
}

.form-control:focus {
    border-color: #EC111A;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(236, 17, 26, 0.25);
}

.form-check-input:checked {
    background-color: #EC111A;
    border-color: #EC111A;
}

.form-check-input:focus {
    border-color: #EC111A;
    box-shadow: 0 0 0 0.25rem rgba(236, 17, 26, 0.25);
}

.form-select:focus {
    border-color: #EC111A;
    box-shadow: 0 0 0 0.25rem rgba(236, 17, 26, 0.25);
}
/*#endregion Checkbox Styles*/

/*#region Navigation*/
/* START - Navigation */
.navbar-brand {
    min-height: 50px;
    height: auto;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 8px;
}

.nav-container {
}

.nav-left > p {
    font-size: 11px !important;
}

@media only screen and (max-width: 576px) {
    .nav-container {
        justify-content: flex-end !important;
    }
}

@media (max-width:768px) {
    .nav-container {
        max-width: 100% !important;
    }
}

.navbar > .container {
}

.bg-scotia {
    background-color: #FFFFFF;
}

.bg-note {
    background-color: #F1F1F1;
}

/* START - Change Height */
.navbar-nav > li > a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    color: #515151 !important;
}
/* END - Change Height */

/* START - Add Pipes */
#options-nav li > a {
    border-right: 1px solid currentColor !important;
}

#options-nav li:last-child > a {
    border-right: 0 !important;
}

@media only screen and (max-width: 992px) {
    #options-nav li > a {
        border-right: 0 !important;
    }
}
/* END - Add Pipes */
/* END - Navigation */
/*#endregion Navigation*/

/* START - Offline Page */
.message-container {
    padding: 3em;
    background-color: #FFFFFF;
}

.message-container > .row {
    justify-content: center;
    align-content: center;
}

.message-header {
    text-align: center;
    padding: 20px 50px;
    margin: 0px auto;
    color: #006AC3;
    font-size: 2.5rem;
}

/* END - Offline Page */

/* START - Header */
.header-headerbar {
    background-color: #0079C1;
    color: #FFFFFF;
    height: 17px;
    width: 100%;
}

.header-content {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    align-items: center;
    padding: 20px 10px;
}

.header-logo {
    flex-grow: 1;
    padding-left: 15px;
}

.header-logo > img {
    height: 60px;
}

.header-keyline {
    background-color: #CACACA;
    height: 1px;
    width: 100%;
}

@media (max-width:768px) {
    .header-logo {
        min-height: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
/* END - Header */

/* START - Gift Card Secret Page */
.giftcardsecret-header {
    text-align: center;
    padding-bottom: 1em;
}

.giftcardsecret-header > h2 {
    font-size: 22px;
}

.giftcardsecret-reward-title {
    display: none;
}

.giftcardsecret-reward {
    padding-bottom: 1em;
}

.giftcardcode-header {
    text-align: center;
    padding-bottom: 1em;
}

.giftcardcode-header > h2 {
    font-size: 22px;
}

.giftcardcode-reward-title {
    display: none;
}

.giftcardcode-reward {
    padding-bottom: 1em;
}

.giftcardcode-reward-img {
    max-width: 315px;
}

.giftcardcode-form .form-group
{
    margin-bottom: 8px;
}

.giftcardcode-form .form-group label
{
    margin-bottom: 8px;
}

.giftcardsecret-reward-img {
    max-width: 315px;
}

.giftcardsecret-details-btn {
    margin-bottom: 8px;
}

/* END - Gift Card Secret Page */


.footer-bottom-copyright {
    padding: 0px 65px;
}

@media (max-width:768px) {
    .footer-bottom-copyright {
        padding: 0px 30px;
    }
}

.giftcard-check-box {
    zoom: 1.2;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

ol.faq {
    margin: 0;
    padding: 0;
    display: table;
}

ol.faq > li {
    list-style: none;
    display: table-row;
    padding: 0;
}

div.faq-header {
    display: table-cell;
    text-align: right;
    padding-right: .5em;
}

.content-description-text {
    -webkit-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    box-shadow: 4px 5px 10px 4px rgba(0,0,0,0.3);
    padding: 30px 50px;
    border: 1px #cccccc solid;
    min-height: 400px;
}

.content-description-text > p {
    font-size: 16px;
}


.header-primary > h2 {
    margin: 10px 0 20px 0
}


/* #region Partner */
.partner-body {
    background-color: #f2f2f2;
}

.partner-container {
    max-width: 900px;
    background-color: #FFFFFF;
}

.partner-navbar {
    max-width: 900px;
    background-color: #FFFFFF;
}

.partner-footerView > .container {
    max-width: 900px;
    background-color: #FFFFFF;
}

.partner-footerView > .footer-bottom {
    padding-left: 24px;
    padding-right: 24px;
}

.partner-footerView > .footer-accordion {
    padding-left: 0px;
    padding-right: 0px;
}

.partner-hero {
    padding: 0px;
}

.header-scb-logoimage {
    width: 40px;
    padding-top: 10px;
    background-color: #EC111A
}

.header-scb-logoimage > img {
    display: inline-block;
    color: #fffffe;
    width: 28px;
    height: 28px;
}

.header-scb-bannertext{
    font-family: "Scotia Sans Headline",Roboto,"Helvetica Neue",Arial,sans-serif;
    color: #fffffe;
    font-size: 1.75em;
    padding: 16px;
    margin-bottom: 0px;
}

.partner-header {
    margin-bottom: 16px;
}

.partner-headercontainer h1 {
    padding-top:16px;
    font-size: 1.5em;
    margin-bottom: 16px;
}

.partner-giftcards {
    padding: 16px 0px 16px 0px !important;
}

ul.partner-giftcard-list {
    margin: 0px 0px 16px 0px !important;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

li.partner-giftcard-ticket {
    max-width: 185px;
    margin: 0px 10px 0px 10px;
    display: inline-grid;
}

li.partner-giftcard-ticket:last-child {
    margin: 0px 10px 0px 10px;
}

.partner-giftcard-image {
    max-height: 150px;
}

@media (max-width:768px) {
    li.partner-giftcard-ticket {
        max-width: 185px;
    }
}

.partner-giftcard-ticket img {
    margin-bottom: 0px;
}

.partner-form .form-group
{
    margin-bottom: 8px;
}

.partner-form-description {
    margin-bottom: 8px;
}

.partner-registration-buttons {
    padding-top: 16px;
}

.partner-registration-submit {
    padding: 10px 20px;
}

.partner-consent-check {
    padding-bottom: 12px;
}

.partner-consent-check > .form-check-input {
    /*top: 0.8rem;*/
    scale: 1.7;
    position: relative;
    margin-left: -1em !important;
}

.partner-consent-check > .form-check-label {
    /*padding-top: 13px;*/
    margin-left: 1rem;
}

.partner-success-buttons {
    width: 400px;
    margin-bottom: 8px;
}

@media (max-width:768px) {
    .partner-success-buttons {
        width: 100%;
    }
}
/* #endregion Partner */

/* #region Partner Accordion */
.accordion-header {
    /*margin: 0px -12px;*/
}

.accordion-button {
    background-color: #FFFFFF;
    color: #000000;
}

.accordion-button:focus {
    border-color: #EC111A;
    box-shadow: 0 0 0 0.25rem rgba(236, 17, 26, 0.25)
}

.accordion-button:not(.collapsed) {
    background-color: #EC111A;
    color: #FFFFFF;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-body {
    padding: 18px 32px;
}
/* #endregion Partner Accordion */