/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/nunito-v9-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Nunito Regular'), local('Nunito-Regular'), url('../fonts/nunito-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v9-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}
/* nunito-700 - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/nunito-v9-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Nunito Bold'), local('Nunito-Bold'), url('../fonts/nunito-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/nunito-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/nunito-v9-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/nunito-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/nunito-v9-latin-700.svg#Nunito') format('svg'); /* Legacy iOS */
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
}

html {
    font-size: 62.5%;
}

header {
    background-color: #51247f;
    height: 72px;
    display: flex;
    display: -ms-flexbox;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: fixed; /* add */
    width: 100%;
    z-index: 999;
}

header .container-fluid .row {
        max-width: 1280px;
        width: 100%;
        margin: auto;
    }

.hide {
    display: none;
}

.hide-in-desktop {
    display: none;
}

h1 {
    font-family: Nunito;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #51247f;
}

h2 {
    font-family: Nunito;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: #ffffff;
}

h3 {
    font-family: Nunito;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

h4 {
    font-family: Nunito;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3a89b8;
}

p {
    font-family: Nunito;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #52575f;
    margin: 1rem 0;
}

.purple {
    color: #92278f;
}

.white {
    color: #fff !important;
}

.black {
    color: #000;
}

.custom-label {
    font-family: Nunito;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 1px;
    color: #979797;
    text-transform: uppercase;
    margin: 0.5rem 0;
}

.custom-text {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1c2b36;
}

.custom-bold {
    font-family: Nunito;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.font-bold {
    font-weight: 700;
}

.size-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.size-22 {
    font-size: 22px;
    font-size: 2.2rem;
}

/* Start Here */
.landing-container .content {
    width: 100%;
    position: relative;
    top:0;
    margin:0;
}

#container {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-flow: column;
}

#body {
    flex: 1 1 auto;
    background-color: #fff;
    display: flex;
    flex-flow: column;
}

.landing-container {
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

    .landing-container .body-left {
        flex: 1;
        display: flex;
        flex-flow: column;
        background-color: #51247f;
    }

    .landing-container .header {
        height: 14rem;
        box-shadow: 0 1px 3px 0 rgba(78, 88, 92, 0.15);
        padding: 2rem 0;
        display: flex;
        display: -ms-flexbox;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        padding-left: 30px;
        background-color: #51247f; /* add */
    }

        .landing-container .header img {
            width: 83px;
            height: auto;
        }

    .landing-container .body-left .page-container {
        display: flex;
        flex-flow: column;
        padding-bottom:18rem;
    }

    .landing-container .page-content {
        xxxflex: 1 1 auto;
        xdisplay: flex;
        xflex-flow: column;
        width:80%;
        margin:0 auto;
        position: relative;
    }

    .landing-container .body-right {
        background: url("../images/img-login.png") no-repeat center center;
        background-size: cover;
        flex: 1;
    }

.btn-primary {
    background-color: #f47a5c;
    width: 100%;
    box-shadow: none;
    border: none;
    font-family: Nunito;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    padding: 1.5rem 5rem;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: unset;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:after {
        background-color: #ff8a6d !important;
    }

    .btn-primary:disabled {
        background-color: #d2d2d2 !important;
        color: #aaaaaa !important
    }

.btn-secondary {
    background-color: #51247f;
    box-shadow: none;
    border: none;
    font-family: Nunito;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    padding: 1.5rem 8rem;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: unset;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:after {
        background-color: #735099;
    }

.btn-outline {
    background-color: #fff;
    width: 100%;
    box-shadow: none;
    border: 1px solid #51247f;
    font-family: Nunito;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: center;
    color: #51247f;
    padding: 1.5rem 5rem;
    cursor: pointer;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: unset;
}

.filter-section .btn-outline {
    background-color: transparent
}

.btn-back {
    background-color: transparent;
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #92278f !important;
    padding: 1.5rem 0;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}

    .btn-back i {
        padding-right: 1rem;
    }

.button-container {
    margin: auto;
    max-width: 620px;
    margin-top: 0;
    display: flex;
    justify-content: space-around;
}

.mr20 {
    margin-right: 2rem;
}

.mr100 {
    margin-right: 10rem;
}

.mt10 {
    margin-top: 1rem;
}

.mt20 {
    margin-top: 2rem;
}

.mb20 {
    margin-bottom: 2rem;
}

.mb30 {
    margin-bottom: 3rem;
}
.mb10 {
    margin-bottom: 1rem;
}
.mtb20 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.plr50 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.plr20 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pr10 {
    padding-right: 1rem;
}

.form-group-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    .form-group-button .btn-selection {
        padding: 1.5rem 5rem;
        flex: 33.33%
    }

.error {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #92278f !important;
}

.form-section {
    margin-top: 2rem;
}


.form-field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-self: flex-end;
}

    .form-field label {
        font-family: Nunito;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.1;
        letter-spacing: 1px;
        color: #979797;
        text-transform: uppercase;
        text-align: left;
        flex-basis: 100%; /* add */
    }

    .form-field .text-input {
        flex-basis: 100%;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid #735099;
        font-family: Nunito;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        color: #1c2b36;
        padding: 1rem;
        box-shadow: none !important;
        outline: none !important;
    }
    .form-field .input-group {
        border-collapse: separate;
    }

 .form-field .input-group .text-input {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
}

    .form-field .input-group .text-input:focus {
        z-index: 3;
    }

        .form-field .input-group-addon,
        .form-field .input-group .text-input {
            display: table-cell;
        }

 .form-field .input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

    .form-field .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-size:1.4rem;
        font-weight: normal;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #735099;
        border-right:none;
    }

.form-button-container {
    margin-top: 2rem;
}

.login-container {
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 7rem;
}

    .login-container .body-left {
        flex: 1;
        display: flex;
        flex-flow: column;
    }

        .login-container .body-left .page-container {
            flex: 1 1 auto;
            display: flex;
            flex-flow: column;
        }

    .login-container .page-content {
        flex: 1 1 auto;
        display: flex;
        flex-flow: column;
        padding: 0 14rem;
        position: relative;
    }

    /*
    .login-container .content {
        width: 65%;
        position: absolute;
        top: 50%;
        height: 350px;
        margin-top: -175px;
    }
    */
    .login-container .content {
      width: 100%;
      position: relative;
      top: 0;
      margin: 10rem 0 0 0;
    }

    .login-container .body-right {
        xbackground: url("../images/img-graduationgowns.jpg") no-repeat center center;
        background-size: cover;
        flex: 1;
    }
    .login-container img.sb-sidebanner{max-width:100%;}


.gown-confirmation-container {
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff;
    max-width: 1200px;
    margin: auto;
    margin-top: 7rem;
}

    .gown-confirmation-container .body-left {
        text-align: center;
    }

        .gown-confirmation-container .body-left .page-content {
            width: 100%;
            height: 200px;
            background-color: rgba(228, 147, 148, 0.8);
            position: absolute;
            bottom: 0;
        }

    .gown-confirmation-container .body-right {
        flex: 1;
        display: flex;
        flex-flow: column;
        max-width: 100%;
        min-height: 450px;
    }

        .gown-confirmation-container .body-right .page-container {
            flex: 1 1 auto;
            display: flex;
            flex-flow: column;
        }

        .gown-confirmation-container .body-right .page-content {
            flex: 1 1 auto;
            display: flex;
            flex-flow: column;
            padding: 3rem 8rem;
            position: relative;
        }

.desc {
    font-family: Nunito;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.button-container {
    text-align: center;
}

.custom-container .header {
    background-color: #51247f;
}

.header-container {
    max-width: 1280px;
    margin: auto;
    border-top: 1px solid #735099;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}

    .header-container h2 {
        max-width: 540px;
        flex-basis: 75%;
    }

.welcome {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    /*flex-basis: 25%;*/
}

.custom-container
{
    margin-top:7rem;
}
    .custom-container .tabs-container{
        max-width:1280px;
        margin:3rem auto 2rem auto;
    }

    .custom-container .page-container {
        margin-top: 3rem;
        margin-left: -15px;
        margin-right: -15px;
        padding-bottom: 100px;
    }


.wizard-inner {
    margin: auto;
    max-width: 620px;
}

.step33 {
    margin: auto;
    max-width: 620px;
}

.form-section-header {
    margin-top: 2rem;
    font-family: Nunito;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
    text-transform: none;
    margin-bottom: 1rem;
}

.step33 .form-field {
    padding-bottom: 1rem;
}

.form-group {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-bottom: 0;
}

    .form-group input {
        padding-left: 3rem !important;
    }

    .form-group i {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.5;
        position: absolute;
        right: 0;
        top: 0.9rem;
        left: 1rem;
        color: #51247f;
        width: 15px;
    }


.form-field select {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #1c2b36;
    width: 100%;
    padding: 1rem;
    border-color: #735099;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.form-group-select {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    width: 100%;
}

    .form-group-select::after {
        content: '\f0dc';
        pointer-events: none;
        font-family: FontAwesome;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.71;
        letter-spacing: normal;
        text-align: center;
        color: #51247f !important;
        position: absolute;
        right: 2rem;
        top: 1rem;
    }

.form-input-group {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .form-input-group .item-left {
        flex-basis: 50%;
        border: 1px solid #735099;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.empty-selection {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #aaaaaa;
}

.form-input-group .item-right {
    flex-basis: 50%;
    border: 1px solid #735099;
    border-left: none;
    background-color: #f1edf4;
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #333;
}

.checkbox-inline {
    flex-basis: 100%;
    border-bottom: 1px solid #735099;
    height: 5rem;
    padding-left: 3rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-inline input {
        margin-right: 1rem;
    }

    .checkbox-inline:last-child {
        border-bottom: none;
    }


/* The container */
.container-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem !important;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71 !important;
    letter-spacing: normal;
    color: #333333 !important;
    text-transform: none !important;
    border-bottom: 1px solid #735099;
    padding: 2.5rem 0 2.5rem 6rem;
}

    .container-checkbox:last-child {
        border-bottom: none !important;
    }

    /* Hide the browser's default checkbox */
    .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2.5rem;
    left: 2rem;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #51247f;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 0px;
    width: 8px;
    height: 14px;
    border: solid #51247f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-input-two-col {
    display: flex;
    justify-content: space-between;
}

    .form-input-two-col .item-left {
        flex-basis: 30%;
    }

    .form-input-two-col .item-right {
        flex-basis: 65%;
    }

.half .item-left {
    flex-basis: 47.5%;
}

.half .item-right {
    flex-basis: 47.5%;
}

.form-field p {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #52575f;
}

.collection-box {
    background-color: rgba(115, 80, 153, 0.1);
    width: 100%;
    padding: 2rem;
    word-break: break-word;
}

.btn-selection {
    background-color: rgba(115, 80, 153, 0.1);
    width: 100%;
    box-shadow: none;
    border: none;
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    outline: 1px solid #51247f;
    padding: 1.5rem 10rem;
    cursor: pointer;
    color: #333333;
}

    .btn-selection:hover, .btn-selection.active {
        box-shadow: 0 2px 2px 0 rgba(146, 39, 143, 0.5);
        border: 2px solid #f1edf5;
        background-color: #51247f;
        color: #ffffff;
    }

    .btn-selection.disabled {
        background-color: #d2d2d2 !important;
        color: #aaaaaa !important;
        border: none !important;
        box-shadow: none !important;
    }


.btn-number {
    background-color: #ffffff;
    border: 1px solid #735099;
    outline: none !important;
    padding: 1.7rem;
}

.input-number {
    text-align: center;
}

.input-group {
    display: flex;
    flex-wrap: nowrap;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #735099;
    box-shadow: 0 2px 4px 0 rgba(139, 197, 255, 0.4);
    background-color: #ffffff;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        font-family: Nunito;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #1c2b36;
        padding: 1rem;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.form-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 5rem;
    display: flex;
    flex-wrap: nowrap;
}

    .form-footer .summary-section {
        flex-basis: 65%;
        background-color: #f1edf4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: flex-end;
    }

    .form-footer .button-container {
        flex-basis: 35%;
        margin-top: 0;
    }

.summary-item {
    width: 40%;
    display: flex;
    align-items: center;
    /*justify-content: flex-start;*/
}

.summary-label {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #52575f;
    text-align: left;
    flex-basis: 50%;
}

.summary-value {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #51247f;
    flex-basis: 40%;
}

.divider {
    border-bottom: 2px solid #dcdcdc;
}

.tab-text {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #1c2b36;
    opacity: 0.3;
}

.tab-number {
    font-family: Nunito;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #1c2b36;
    opacity: 0.3;
}

.nav-tabs {
    display: flex;
    justify-content: flex-start;
}

    .nav-tabs li {
        margin-right: 5rem;
        flex-basis: 25%;
    }

        .nav-tabs li a {
            text-decoration: none !important;
            display: flex;
            flex-direction: column;
        }

            .nav-tabs li a.active .tab-text, .nav-tabs li a.active .tab-number {
                color: #51247f;
                opacity: 1;
            }

            .nav-tabs li a.active {
                border-bottom: 2px solid #92278f;
            }

/* start */
.cart-checkout {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: auto !important;
    margin-top: 3rem !important;
    align-content: center;
}

    .cart-checkout .wizard {
        flex: 3;
    }

        .cart-checkout .wizard .wizard-inner {
            max-width: 85%;
            margin-left: 0;
        }

        .cart-checkout .wizard .step33 {
            max-width: 85%;
            margin-left: 0;
        }

        .cart-checkout .wizard .button-container {
            max-width: 85%;
            margin-left: 0;
        }

    .cart-checkout .summary-container {
        flex: 1.5;
    }

    .cart-checkout .nav-tabs li {
        margin-right: 5rem;
        flex-basis: 40%;
    }
/* end */

.programme-detail {
    display: none;
}

.programme-label {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #52575f;
}

    .programme-label .programme-title {
        font-weight: bold;
    }


.programme-session {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #51247f;
    margin-bottom: 2rem;
}

.photo-container .header {
    box-shadow: 0 1px 3px 0 rgba(78, 88, 92, 0.15);
    background-color: #92278f;
    font-family: Nunito;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -1px;
    color: #ffffff;
    margin-top: 72px; /* add */
}
/* start */
.cart-container {
    padding-bottom: 38rem;
}

    .cart-container .header-container {
        max-width: 620px;
        margin: auto;
    }

    .cart-container .content {
        max-width: 650px;
        margin: auto;
    }
/* end */

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .header-content .right-item {
        display: none;
        justify-content: space-between;
        align-items: center;
    }

.cart-notification-container {
    margin-left: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-decoration: none !important; /* add */
}

.header-content .right-item i {
    font-family: Ionicons;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #ffffff;
}

.cart-notification {
    font-family: Nunito;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    background-color: #f47a5c;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 0 2rem 0.5rem;
    padding-top: 0.25rem;
}

.total-photos {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #83838f;
    margin: 2rem 0;
    margin-bottom: 1rem;
}

.photo-container .page-container {
    max-width: 1280px;
    margin: auto;
}

.ceremony-photos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}

    .ceremony-photos img {
        /*flex: 1 0 22%; /* explanation below */
        max-height:100%;
        max-width:100%;
        cursor: pointer; /* add */
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .ceremony-photos .photo-item {
        width: calc(1/4*100% - (1 - 1/4)*40px);
        margin: 15px;
        height:200px;
        background:#FAFAFA;
    }

/* start */

.summary-content {
    background-color: rgba(115, 80, 153, 0.1);
    padding: 1rem 0;
    margin-bottom: 1rem;
}

.delivery-content {
    background-color: rgba(115, 80, 153, 0.1);
    padding: 1rem 0;
}

.summary-title {
    font-family: Nunito;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.9px;
    color: #333333;
    border-bottom: 1px solid #dcdcdc;
    padding: 1rem 3rem;
    /*padding-bottom:1.5rem;*/
}

.sum-label {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #52575f;
    padding: 0rem 3rem;
}

.sum-value {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
    padding: 0rem 3rem;
}

.sum-total {
    font-family: Nunito;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #52575f;
    padding: 0rem 3rem;
}

.sum-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}

.total-value {
    font-family: Nunito;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #51247f;
    padding: 0rem 3rem;
}

.delivery-details {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #1c2b36;
    padding: 1rem 3rem;
}
/* end */

/* Style For Footer */
/* Vincent SB Website
.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 17rem;
    background-color: #ffffff;
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #83838f;
    border-top: 1px solid #aaaaaa;
}

    .footer .footer-text .flex-container {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start;
        padding: 2rem 0rem;
        max-width:1280px;
        margin:auto;
    }

    .footer .footer-text .bottom-left-text {
        width: 50%;
        padding-left:20%;
    }

        .footer .footer-text .bottom-left-text > div {
            text-align:left;
        }

        .footer .footer-text .bottom-right-text {
            text-align: left;
            width: 50%;
            margin-left:3rem;
        }



.footer .title {
    font-family: Nunito;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #51247f;
    margin-bottom: 0.5rem;
}
    .footer a {
        color: #92278f;
    }

	*/

.filter-container {
    position: relative;
}

.filter-section {
    background: #f1edf4;
    width: 350px;
    height: 250px;
    position: absolute;
    right: -475%;
    top: 4rem;
    display: inline-block;
    z-index: 99999;
    box-shadow: 0 5px 20px 0 rgba(81, 36, 127, 0.2);
    border: 1px solid #92278f;
    padding: 2rem;
    display: none;
}

    .filter-section:before {
        content: "";
        position: absolute;
        height: 0px;
        width: 0px;
        top: -25px;
        left: 65%; /* 1px buffer for zooming problems while rendering*/
        border-width: 15px;
        border-color: transparent #f1edf4 transparent transparent;
        border-style: solid;
        transform: rotate(90deg);
    }

.filter-session {
    font-family: Nunito;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 1px;
    color: #979797;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.filter-section .container-checkbox {
    border-bottom: none;
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3 !important;
    letter-spacing: normal;
    color: #1c2b36;
    margin-top: 0;
    padding-left: 3rem;
}

.filter-section .checkmark {
    left: 0;
}

.filter-options {
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.filter-section .form-button-container {
    margin-top: 0;
}

.modal-photo {
    background-color: rgba(255, 255, 255, 0.95);
    color: #fff;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100vh; /* auto update 100vh*/
    margin: auto;
    padding-right: 0px !important;
    overflow: hidden;
}

    .modal-photo .custom-modal-content {
        position: relative;
        height: 100vh; /* add */
        overflow: hidden;
    }

    .modal-photo .close {
        position: absolute;
        cursor: pointer;
        /*top: 0;
        right: 0;*/
        top: 2rem;
        right: 2rem;
        z-index: 9999999999999999999999999999999999 !important;
        opacity: 1;
        width: 30px;
        height: 30px;
        /*border: 1px solid #fff;
        background-color: #fff;
        color: #000;*/
        background-color: transparent; /* add */
        color: #333333;
        text-shadow: none;
        text-align: center;
    }

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.modal-photo .photo-count {
    position: absolute;
    top: 2rem;
    left: 3rem;
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #83838f;
}

.close .ion-android-close {
    font-family: Ionicons;
    font-size: 30px;
    font-size: 3.2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
}

.photo-view-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-between; /*centers items on the line (the x-axis by default)*/
    align-items: flex-start; /*centers items on the cross-axis (y by default)*/
    max-width: 80%;
    margin: auto;
    margin-top: 20vh;
}

    .photo-view-container .left-item {
        width: 60%;
        height: 100vh;
        max-height: 60vh;
        overflow: hidden;
        position: relative;
    }

        .photo-view-container .left-item img {
            width: auto;
            height: auto;
        }

    .photo-view-container .right-item {
        width: 35%;
    }

    .photo-view-container .btn-selection {
        padding: 1.5rem;
    }

.photo-amount {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 2rem;
}

.photo-amount-label {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: right;
    color: #52575f;
    margin-right: 1rem;
}

.photo-amount-value {
    font-family: Nunito;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #51247f;
}

.photo-navigation i {
    font-family: Ionicons;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.8;
    letter-spacing: normal;
    text-align: center;
    color: #83838f;
    cursor: pointer;
}

.photo-navigation .left-navigation {
    position: absolute;
    left: 5px;
    top: 45%;
    z-index: 1;
}

.photo-navigation .right-navigation {
    position: absolute;
    right: 10px;
    top: 45%;
    z-index: 1;
}

.cart-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dcdcdc;
    padding: 1.5rem 0;
}

    .cart-item > div {
        flex: 1;
    }

.photo-cart-container {
    display: flex;
    flex-direction:column;
    align-items: center;
}

.photo-title {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #1c2b36;
    margin-left: 1rem;
}

.photo-size{
    flex: 2 !important;
    padding: 0 2rem;
}

.photo-price {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #1c2b36;
    text-align: center;
}

.total-price {
    font-family: Nunito;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #333333;
}

.cart-item img {
    max-width:100%;
    max-height:100%;
}
.cart-item .photo-cart-container .img-container{
    width: 95px;
    text-align: center;
}

.cart-header {
    font-family: Nunito;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.1;
    letter-spacing: 1px;
    color: #979797;
    text-transform: uppercase;
}

.action-container {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.delete-item {
    font-family: Nunito;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: right;
    color: #92278f !important;
    margin-top: 1.5rem;
}

.subtotal-container {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.subtotal {
    font-family: Nunito;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #52575f;
    margin-right: 3rem;
}

.subtotal-value {
    font-family: Nunito;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #51247f
}

.input-group {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}

    .input-group i {
        font-family: Ionicons;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #51247f;
        position: absolute;
        right: 0;
        top: 1.5rem;
        right: 1.5rem;
    }

/* End Style For Footer */
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    html {
        font-size: 60%;
    }

    .login-container .page-content {
        padding: 0 10rem;
    }

    .landing-container .header {
        padding-left: 3rem;
    }

    .landing-container .page-content {
        xpadding: 0 10rem;
    }

    .header-container {
        padding: 2rem;
    }
}

@media only screen and (max-width: 970px) {
    html {
        font-size: 50%;
    }

    .btn-selection { /* add */
        padding: 1.5rem 5rem;
    }

    .landing-container .page-content{width:90%;}
}

@media only screen and (max-width: 768px) {

    html {
        font-size: 60%;
    }

    .hide-in-mobile {
        display: none;
    }

    .landing-container {
        flex-wrap: wrap;
    }


        .landing-container .body-left {
            flex-basis: 100%;
        }

            .landing-container .body-left .page-container {
                width: 100%;
            }

        .landing-container .page-content {
            max-width: 100%;
        }

        .landing-container .content {
            position: unset;
            width: 100%;
        }

        .landing-container .body-left .page-container{
          padding-bottom:5em;
        }

        .landing-container .header {
            height: auto;
            text-align: center;
            padding-left: 0;
            align-items: center;
        }

        .landing-container .page-content h1 {
            text-align: center;
        }

        .landing-container .body-right {
            width: 100%;
            min-height: 435px;
            flex: unset;
            order:-1;
        }

    header {
        padding-left: 1.5rem;
    }

    .login-container {
        flex-wrap: wrap;
    }

        .login-container .body-left .page-container {
            width: 100%;
        }


        .login-container .page-content {
            max-width: unset;
            padding: 6rem 3rem;
        }

        .login-container .content {
            position: unset;
            width: 100%;
            height: unset;
            margin-top: unset;
        }

        .login-container .body-right {
            width: 100%;
            min-height: 435px;
            flex: unset;
        }

    .gown-confirmation-container {
        flex-wrap: wrap;
    }

        .gown-confirmation-container .body-left {
            width: 100%;
            flex: unset;
        }

    .footer .footer-text .bottom-left-text {
        width: 100%;
        padding-left: 1rem;
    }

    .gown-confirmation-container .body-right {
        max-width: unset;
    }

        .gown-confirmation-container .body-right .page-content {
            padding: 3rem;
        }

    .desc {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .display-flex {
        display: flex;
    }

    .header-container {
        flex-wrap: wrap;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .welcome {
        flex-basis: auto;
        margin-bottom: 0.5rem;
        order: 1;
    }

    .header-container h2 {
        flex-basis: 100%;
        max-width: none;
        margin-bottom: auto;
        order: 2;
    }

    .wizard-inner {
        max-width: unset;
        padding: 0 3rem;
    }

    .nav-tabs li {
        flex-basis: unset;
        margin-right: 1rem;
    }

    .nav-tabs {
        flex-wrap: nowrap;
        justify-content: space-between
    }

    .step33 {
        max-width: unset;
        padding: 0 3rem;
    }

    .summary-item {
        width: 100%;
        padding-left: 3rem
    }

    .form-input-two-col .item-left {
        flex-basis: 100%;
    }

    .form-input-two-col .item-right {
        flex-basis: 100%;
        margin-top: 2rem;
    }

    .button-container {
        max-width: unset;
        padding: 0 3rem;
        flex-wrap: wrap;
    }

    .form-footer .button-container {
        padding: 0;
    }

    .btn-primary {
        padding: 1.5rem
    }

    .btn-outline {
        margin-right: 0 !important;
        margin-bottom: 2rem;
    }

    .btn-back {
        margin-right: 0 !important;
        width: 100%;
        text-align: left !important
    }

    .btn-selection {
        padding: 1.5rem 5rem;
    }

    .button-container {
        margin-top: 0;
        width: 100%;
    }

    .gown-confirmation-container .button-container {
        padding: 0;
    }

    .gown-confirmation-container .body-left .page-content {
        padding: 0 3rem;
        height: auto;
        padding-bottom: 3rem;
    }

    .summary-label {
        flex-basis: 60%;
    }

    .summary-value {
        flex-basis: 30%;
    }

    .tab-text {
        font-size: 1.4rem;
        line-height: 1.5;
    }

    .form-group-button .btn-selection {
        flex: 1
    }

    .ceremony-photos {
        margin-left: 1rem;
        margin-right: 1rem;
    }

        .ceremony-photos .photo-item {
            width: calc(1/2*100% - (1 - 1/2)*25px);
            margin: 5px;
            height: 138px;
        }

            .total-photos {
                padding-right: 2rem;
            }

    .filter-section {
        right: -475%;
    }

    .cart-notification-container {
        margin-left: 2.5rem;
    }
    /* start */
    .modal-photo .custom-modal-content {
        overflow: auto;
    }

    .photo-view-container {
        flex-wrap: wrap;
        margin-top: 6rem;
        max-width: 85%;
        height: auto;
    }

        .photo-view-container .button-container {
            padding: 0;
        }

        .photo-view-container .left-item {
            width: 100%;
            height: auto;
            max-height: unset;
        }

            .photo-view-container .left-item img {
                width: 100%;
                height: auto;
            }

        .photo-view-container .right-item {
            width: 100%;
            margin-top: 2rem;
        }

    .photo-cart-container {
        flex-direction: column;
        flex: 1.8 !important;
    }

    .delete-item {
        margin-top: 4rem;
    }
    .cart-container {
        padding-bottom: 5rem;
    }
    .cart-container .button-container {
        padding: 0;
    }

    .cart-container .content {
        max-width: unset;
        padding: 0 1rem;
    }

    .form-group-select::after {
        right: 1rem;
    }

    .cart-checkout {
        flex-direction: column;
        position: relative;
        padding-bottom: 0 !important;
    }

        .cart-checkout .wizard .wizard-inner {
            max-width: unset;
            padding: 0 1.5rem;
        }

        .cart-checkout .wizard .step33 {
            max-width: unset;
            padding: 0 1.5rem;
        }

        .cart-checkout .wizard .button-container {
            max-width: unset;
            padding: 0 1.5rem;
        }

    .summary-container {
        padding: 0 1.5rem;
    }
    /* end */

    .cart-checkout .wizard {
        order:2
    }
    .cart-checkout .summary-container {
        order: 1
    }
}

@media only screen and (max-width: 360px) {

    .filter-section {
        right: -500%;
    }
}


@media only screen and (max-width: 320px) {
    html { /* add */
        font-size: 45%;
    }

    .filter-section {
        width: 300px;
        right: -475%;
    }

        .filter-section:before {
            left: 60%; /* 1px buffer for zooming problems while rendering*/
        }
}




/***** margin *****/
.no-margins{margin:0;}
.no-m-t{margin-top:0 !important;}
