﻿/*html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #112b4a;
}
*/

.container-form{
    max-width:960px;
    margin-bottom:80px;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container-video {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
iframe#videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.container {
    max-width: 960px;
}*/

#regForm {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}

h1 {
    text-align: center;
}


/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

button:hover {
    opacity: 0.8;
}


/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #39DA8A;
    }

/*Scrollbar*/
::-webkit-scrollbar {
    height: 10px;
    overflow: visible;
    width: 10px
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px
}

    ::-webkit-scrollbar-track:horizontal {
        border-width: 4px 0 0
    }

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(0,0,0,.05);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1)
    }

    ::-webkit-scrollbar-track:horizontal:hover {
        box-shadow: inset 0 1px 0 rgba(0,0,0,.1)
    }

    ::-webkit-scrollbar-track:active {
        background-color: rgba(0,0,0,.05);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07)
    }

    ::-webkit-scrollbar-track:horizontal:active {
        box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07)
    }

::-webkit-scrollbar-thumb {
    border-style: solid;
    border-color: transparent;
    border-width: 4px;
    background-color: #dadce0;
    border-radius: 8px;
    box-shadow: none;
}


/*
.card .card-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
}

.card-footer, .card-header {
    padding: 1.4rem 1.7rem;
    background-color: transparent
}

.card-title {
    margin-bottom: 1.4rem
}

.card .card-header + .card-body, .card .card-header + .card-content > .card-body:first-of-type {
    padding-top: 0
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.7rem
}

.card {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border-radius: .267rem
}

.card {
    margin-bottom: 2.2rem;
    box-shadow: -8px 12px 18px 0 rgb(25 42 70 / 13%);
    -webkit-transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
    transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
}


    .card > hr {
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.267rem - 0px);
            border-top-right-radius: calc(.267rem - 0px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.267rem - 0px);
            border-bottom-left-radius: calc(.267rem - 0px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.7rem
}

.card-footer, .card-header {
    padding: 1.4rem 1.7rem;
    background-color: transparent
}

.card-title {
    margin-bottom: 1.4rem
}

.card-header, .card-subtitle, .card-text:last-child {
    margin-bottom: 0
}

.card-subtitle {
    margin-top: -.7rem
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.7rem
}

.card-header-pills, .card-header-tabs {
    margin-right: -.85rem;
    margin-left: -.85rem
}

.card-header {
    border-bottom: 0 solid #DFE3E7
}

    .card-header:first-child {
        border-radius: calc(.267rem - 0px) calc(.267rem - 0px) 0 0
    }

.card-footer {
    border-top: 0 solid #DFE3E7
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.267rem - 0px) calc(.267rem - 0px)
    }

.card-header-tabs {
    margin-bottom: -1.4rem;
    border-bottom: 0
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.267rem - 0px)
}

.card-img, .card-img-bottom, .card-img-top {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.267rem - 0px);
    border-top-right-radius: calc(.267rem - 0px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.267rem - 0px);
    border-bottom-left-radius: calc(.267rem - 0px)
}

.card-deck .card {
    margin-bottom: .75rem
}*/

/*Card*/
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #D5DDE6;
    border-radius: 0.25rem;
}

[dir=ltr] .card > hr {
    margin-right: 0;
    margin-left: 0;
}

[dir=rtl] .card > hr {
    margin-left: 0;
    margin-right: 0;
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}

    .card > .list-group:first-child {
        border-top-width: 0;
    }

[dir=ltr] .card > .list-group:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card > .list-group:first-child {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
    border-bottom-width: 0;
}

[dir=ltr] .card > .list-group:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card > .list-group:last-child {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

[dir=ltr] .card-link + .card-link {
    margin-left: 1.25rem;
}

[dir=rtl] .card-link + .card-link {
    margin-right: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #FAFBFE;
    border-bottom: 1px solid #D5DDE6;
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #FAFBFE;
    border-top: 1px solid #D5DDE6;
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}

[dir=ltr] .card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

[dir=rtl] .card-header-tabs {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

[dir=ltr] .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

[dir=rtl] .card-header-pills {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
}

.card-img-overlay {
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}

[dir=ltr] .card-img-overlay {
    right: 0;
    left: 0;
}

[dir=rtl] .card-img-overlay {
    left: 0;
    right: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

[dir=ltr] .card-img, [dir=ltr] .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img, [dir=rtl] .card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

[dir=ltr] .card-img, [dir=ltr] .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img, [dir=rtl] .card-img-bottom {
    border-bottom-left-radius: calc(0.25rem - 1px);
    border-bottom-right-radius: calc(0.25rem - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
    }

    [dir=ltr] .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }

    [dir=rtl] .card-deck {
        margin-left: -15px;
        margin-right: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
    }

    .card-deck .card {
        margin-bottom: 0;
    }

    [dir=ltr] .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }

    [dir=rtl] .card-deck .card {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

        .card-group > .card {
            flex: 1 0 0%;
        }

        .card-group > .card {
            margin-bottom: 0;
        }

    [dir=ltr] .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    [dir=rtl] .card-group > .card + .card {
        margin-right: 0;
        border-right: 0;
    }

    [dir=ltr] .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    [dir=rtl] .card-group > .card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    [dir=ltr] .card-group > .card:not(:last-child) .card-img-top, [dir=ltr] .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    [dir=rtl] .card-group > .card:not(:last-child) .card-img-top, [dir=rtl] .card-group > .card:not(:last-child) .card-header {
        border-top-left-radius: 0;
    }

    [dir=ltr] .card-group > .card:not(:last-child) .card-img-bottom, [dir=ltr] .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    [dir=rtl] .card-group > .card:not(:last-child) .card-img-bottom, [dir=rtl] .card-group > .card:not(:last-child) .card-footer {
        border-bottom-left-radius: 0;
    }

    [dir=ltr] .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    [dir=rtl] .card-group > .card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    [dir=ltr] .card-group > .card:not(:first-child) .card-img-top, [dir=ltr] .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    [dir=rtl] .card-group > .card:not(:first-child) .card-img-top, [dir=rtl] .card-group > .card:not(:first-child) .card-header {
        border-top-right-radius: 0;
    }

    [dir=ltr] .card-group > .card:not(:first-child) .card-img-bottom, [dir=ltr] .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }

    [dir=rtl] .card-group > .card:not(:first-child) .card-img-bottom, [dir=rtl] .card-group > .card:not(:first-child) .card-footer {
        border-bottom-right-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion {
    overflow-anchor: none;
}

    .accordion > .card {
        overflow: hidden;
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
        }

[dir=ltr] .accordion > .card:not(:last-of-type) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

[dir=rtl] .accordion > .card:not(:last-of-type) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

[dir=ltr] .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

[dir=rtl] .accordion > .card:not(:first-of-type) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/*Form*/


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control {
    padding: 0.375rem 0.875rem;
    background-color: #FAFBFE;
    background-clip: padding-box;
    border: 1px solid #DBE5EE;
    border-radius: 0.25rem;
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12);
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
}

.form-control:-moz-focusring {
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    outline: 0;
}

.form-control:focus {
    background-color: #FAFBFE;
    border-color: #6774DF;
    box-shadow: inset 0 1px 2px 0 rgba(66, 71, 112, 0.12), 0 0 0 0.2rem rgba(103, 116, 223, 0.25);
}

.form-control::-moz-placeholder {
    color: #A6B0BC;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #A6B0BC;
    opacity: 1;
}

.form-control::placeholder {
    color: #A6B0BC;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:focus::-ms-value {
    color: #495057;
}

select.form-control:focus::-ms-value {
    background-color: #FAFBFE;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
}

.col-form-label-lg {
    font-size: 1rem;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.35rem + 1px);
    padding-bottom: calc(0.35rem + 1px);
}

.col-form-label-sm {
    font-size: 0.65rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.15rem + 1px);
    padding-bottom: calc(0.15rem + 1px);
}

.form-control-plaintext {
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #112b4a;
}

.form-control-plaintext {
    padding: 0.375rem 0;
    margin-bottom: 0;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

[dir=ltr] .form-control-plaintext.form-control-sm, [dir=ltr] .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

[dir=rtl] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg {
    padding-left: 0;
    padding-right: 0;
}

.form-control-sm {
    height: calc(1.5em + 0.3rem + 2px);
    font-size: 0.65rem;
    line-height: 1.5;
}

.form-control-sm {
    padding: 0.15rem 0.5rem;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 0.7rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
}

.form-control-lg {
    padding: 0.35rem 0.85rem;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
}

.form-text {
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
}

[dir=ltr] .form-row {
    margin-right: -5px;
    margin-left: -5px;
}

[dir=rtl] .form-row {
    margin-left: -5px;
    margin-right: -5px;
}

[dir=ltr] .form-row > .col, [dir=ltr] .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

[dir=rtl] .form-row > .col, [dir=rtl] .form-row > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.form-check {
    position: relative;
    display: block;
}

[dir=ltr] .form-check {
    padding-left: 1.25rem;
}

[dir=rtl] .form-check {
    padding-right: 1.25rem;
}

.form-check-input {
    position: absolute;
}

.form-check-input {
    margin-top: 0.3rem;
}

[dir=ltr] .form-check-input {
    margin-left: -1.25rem;
}

[dir=rtl] .form-check-input {
    margin-right: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: rgba(55, 77, 103, 0.54);
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
}

[dir=ltr] .form-check-inline {
    padding-left: 0;
    margin-right: 0.75rem;
}

[dir=rtl] .form-check-inline {
    padding-right: 0;
    margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
}

.form-check-inline .form-check-input {
    margin-top: 0;
}

[dir=ltr] .form-check-inline .form-check-input {
    margin-right: 0.3125rem;
    margin-left: 0;
}

[dir=rtl] .form-check-inline .form-check-input {
    margin-left: 0.3125rem;
    margin-right: 0;
}




.card-form__body .form-group label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: rgba(147, 159, 173, 0.84);
    line-height: 0.9375rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}



.location-container {
    columns: 200px 3
}


.card.registration .card-header {
    background-color: white;
    border: none;
}


.upload-container {
    text-align: center;
    padding: 16px;
    border: 1px;
    border-style: dashed;
}


@media (min-width: 768px) {
    .u-footer--bottom-fixed {
        position: fixed;
    }

    .u-footer--bottom-sticky {
        position: absolute;
    }

    .u-footer--bottom-fixed, .u-footer--bottom-sticky {
        bottom: 0;
        left: 0;
        right: 0;
        transition: margin-left .3s ease-in;
    }

    .u-side-nav-hidden .u-footer--bottom-fixed {
        margin-left: 0;
    }

    .u-side-nav-mini .u-footer--bottom-fixed {
        margin-left: 3.21429rem;
    }
}

@media (min-width: 992px) {
    .u-footer--bottom-fixed {
        margin-left: 17.85714rem;
    }

    .u-side-nav-hidden .u-footer--bottom-fixed {
        margin-left: 0;
    }

    .u-side-nav-mini .u-footer--bottom-fixed {
        margin-left: 3.21429rem;
    }
}


.input-prepend-coupon {
    background: white;
    box-shadow: none;
}


#lightbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(160, 160, 176, 0.5);
    display: none;
}

#lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
}