.logo {
    width: 150px;
}

svg.utility-icon {
    fill: #0DB14B;
}

.form-control:focus {
    border-color: #0db04a !important;
    box-shadow: 0 0 0 0.2rem rgba(13, 176, 74,0.3) !important;
}


.cnBookImg{
    margin-top: 40px;
}


input,
select{
    border-radius: 0.25rem !important;
}

.bg-cn-grey {
    background-color: #e5e5e5;
}

.cnGradient {
    background: #0DB14B;
    width: 100%;
}

.bgImage {
    position: relative;
    background: url('./CN_HEADER_IMAGE.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.bgImageOverlay {
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Address */

#AddressSuggestionList {
    border: 1px solid #e5e6e5;
    border-top: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #eee;
    margin-top: -3px;
    z-index: -3;
}

#AddressSuggestionList li {
    list-style: none;
    margin: 0px;
    padding: 10px;
}

ul {
    padding-left: 0px;
}

#AddressSuggestionList li:hover {
    background-color: #0db14b;
    color: white;
}

#enterManuallyBox {
    width: 100%;
    display: block;
    text-align: right;
    margin: 0px !important;
}

#enterManually {
    display: none;
}

/* remove validation styles on this input */

#enterManuallyLabel {
    color: #58595B !important;
    cursor: pointer;
    font-size: 13px;
}

#enterManuallyLabel:hover{
    color: #0db14b !important;
}


/* Checkbox */

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.styled-checkbox + label:before {
    content: "";
    margin-top: -3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 30px;
    border-radius: 100%;
    height: 30px;
    background: white;
    border: 3px solid #0DB14B;
    cursor: pointer;
    margin-bottom: 20px;
    float: left;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.styled-checkbox:checked + label:before{
    background-color: #0DB14B;
}

.styled-checkbox:hover + label:before {
  background: #0db14b;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #0db14b;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 12px;
    background: white;
    width: 3px;
    height: 3px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white, 4px -10px 0 white, 4px -12px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.form-check{
    padding-left: 0px !important;
    margin: 20px 0px;
}

.submit-sticky {
    position: sticky;
    padding: 0px 25px 25px 25px;
    background: white;
    bottom: 0px;
    width: 100%;
    text-align: center;
    box-shadow: 0px -10px 10px -10px rgba(0,0,0,0.1);
    margin-top: 25px;
}

.submit-sticky::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(68, 68, 68,0.1), rgba(0, 0, 0, 0));
    margin-bottom: 25px;
}

#btnsubmit {
    padding: 8px 16px;
    font-size: 18px;
    font-weight: bold;
}

#btnsubmit small{
    display: block;
    clear: both;
    margin: 0px 0px;
    font-size: 13px;
}

#successMessage {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    padding: 25vh 15vw;
    background: white;
    z-index: 999;
}

#successMessageClose {
    position: fixed;
    top: 5vw;
    right: 5vw;
    z-index: 9999;
    width: 50px;
    height: 50px;
    background: #eee;
    border-radius: 100%;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #successMessageClose svg {
        opacity: 0.5;
    }

    #successMessageClose:hover {
        background: #ccc;
    }

        #successMessageClose:hover svg {
            opacity: 1;
        }


@media (max-width: 1199.98px) {
    .textOverlay h1, .textOverlay p {
        color: #ffffff;
    }

    svg.utility-icon {
        fill: white;
    }

    .bgImage{
        background-position: 80%;
    }

    .bgImage .py-5{
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }

    h2{
        font-size: 1.6em !important;
    }

    .cnBookImg{
        max-width: 150px !important;
        margin-top: 20px;
    }

    .small{
        font-size: 12px !important;
    }

    .terms {
        font-size: 12px !important;
        line-height: 16px;
    }

    .lead{
        font-size: 16px !important;
    }
    .column {
  float: left !important;
  width: 100%  !important;
  padding: 0px 30px !important;
}

}

@media (max-width: 575.98px) {
    .cnBookImg {
        max-width: 100px !important;
    }
    
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  /*display: none;*/
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 33.33%;
  padding: 16px;
  text-align:center;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}