.w-full {
    width: 100%;
}

.w-unset {
    width: unset !important;
}

.h-full {
    height: 100%;
}

.w-150 {
    width: 150px;
}

.w-250 {
    width: 250px;
}

.line-height-0 {
    line-height: 0;
}
.line-height {
    line-height: 1.5;
}
.modal-fullscreen {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
}

/**:read-only,*/
/*[readonly],*/
/*[type='readonly'] {*/
/*    -webkit-user-select: none;*/
/*    -moz-user-select: none;*/
/*    -ms-user-select: none;*/
/*    user-select: none;*/
/*}*/

.cursor-pointer {
    cursor: pointer;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}
ol li, ul li {
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

p {
     line-height: 1.1;
}
.hr-header-bg {
    background-size: cover !important;
    background-position: center center !important;
    height: 75vh !important;
    text-align: center;
}

.home-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/img/header-main.jpg') no-repeat;
}

.next-step-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/img/header-next.jpg') no-repeat;
}
.magellan-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/img/header-main.jpg') no-repeat;
}

.thank-you-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/assets/img/header-thank-you.jpg') no-repeat;
    background-position: top center !important;
}

.guide-co {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    background-size: cover;
    background-position: center center;
    padding: 20px;
}

.flexslider {
    margin: 0 0 40px;
}

.h1dropbig {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    text-shadow: 1px 1px 9px #000;
    font-family: "Nunito",sans-serif;
    font-weight: 500;
}

.hrgray {
    border: none;
    height: 10px;
    color: #ececec;
    background-color: #ececec;
    width: 100%;
}

.lifestyle-page .post {
    width: 100%;
}

.formlt {
    font-size: 18px;
    color: #777;
    text-align: left;
    font-weight: 400;
    line-height: 21px;
}

.default-page {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    background: none repeat scroll 0 0 #FFF;
}

.sk-spinner-pulse {
    width: 60px;
    height: 60px;
    background-color: #82c341;
    border-radius: 100%;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
    margin: auto;
}

.small-box > .small-box-right {
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .8);
    display: block;
    padding: 3px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

.small-box > .small-box-right:hover {
    background-color: rgba(0, 0, 0, .2);
}


.modal-video-dialog {
    max-width: 380px;
    margin: 50px auto;
}

.modal-video-body {
    position: relative;
    padding: 0px;
    border-radius: 3px;
}

.modal-video-close {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 5000;
    cursor: pointer;
}

.modal-video-item {
    border-radius: 3px;
}

.embed-responsive-9by16::before {
    content: "";
    display: block;
    padding-top: 177.77777778%; /* (16 / 9) * 100% */
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


select2-secondary + .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #6f3266;
}

.select2-secondary + .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #6f3266;
}

.select2-container--default .select2-secondary .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-secondary .select2-search--inline .select2-search__field:focus,
.select2-container--default .select2-secondary.select2-dropdown .select2-search__field:focus,
.select2-secondary .select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-secondary .select2-container--default .select2-search--inline .select2-search__field:focus,
.select2-secondary .select2-container--default.select2-dropdown .select2-search__field:focus {
    border: 1px solid #6f3266;
}

.select2-container--default .select2-secondary .select2-results__option--highlighted,
.select2-secondary .select2-container--default .select2-results__option--highlighted {
    background-color: #4c0041;
    color: #fff;
}

.select2-container--default .select2-secondary .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-secondary .select2-results__option--highlighted[aria-selected]:hover,
.select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-secondary .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #4c0041;
    color: #fff;
}

.select2-container--default .select2-secondary .select2-selection--multiple:focus,
.select2-secondary .select2-container--default .select2-selection--multiple:focus {
    border-color: #6f3266
}

.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice,
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4c0041;
    border-color: #4c0041;
    color: #fff
}

.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice__remove,
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255, 255, 255, .7)
}

.select2-container--default .select2-secondary .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff
}

.select2-container--default .select2-secondary.select2-container--focus .select2-selection--multiple,
.select2-secondary .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #6f3266
}

[class*=icheck-] > input:first-child:disabled + input[type=hidden] + label, [class*=icheck-] > input:first-child:disabled + input[type=hidden] + label::before, [class*=icheck-] > input:first-child:disabled + label, [class*=icheck-] > input:first-child:disabled + label::before {
    opacity: unset !important;
}

.brush-script-text {
    font-family: 'Dancing Script', cursive;
    font-weight: bold;
    font-size: 36px;
    color: #4c0041;
}

.nav-item {
    font-size: 15px;
    cursor: pointer;
}

.nav-item.active span {
    color: #82c341;
}

/* Container for each set of products */
.products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px; /* Space between product sets */
    padding: 0 30px;
}

/* Category should take full width */
.category {
    flex-basis: 100%;
    font-size: 1rem;
    margin-bottom: 7px;
    font-family: 'Andale Mono', monospace;
}

/* Each product item should be in a column (2 columns) */
.product-item {
    flex-basis: calc(50% - 10px); /* Take 50% of the width minus margin */
    margin-bottom: 0px;
    padding: 0 5px 3px 5px;
    /*background-color: #f5f5f5;*/
    /*border: 1px solid #ddd;*/
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    /*box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);*/
    /*border-radius: 3px;*/
}

.product-description {
    font-size: 9px;
    display: block;
    font-weight: normal;
    font-style: italic;
}

/* Optional hover effect for products */
.product-item:hover {
    /*background-color: #eaeaea;*/
    cursor: pointer;
    color: #82c341 !important;
    /*box-shadow: none;*/
}

@print {
    @page :footer {
        display: none
    }

    @page :header {
        display: none
    }
}

.callout p {
    line-height: 1.4;
}

#homePageForm .text-sm .select2-container--default .select2-selection--single, #homePageForm select.form-control-sm~.select2-container--default .select2-selection--single {
    height: unset;
}

#homePageForm select.form-control-sm~.select2-container--default {
     font-size: 100%;
}

/*#homePageForm .text-sm .select2-container--default .select2-selection--single .select2-selection__rendered, #homePageForm select.form-control-sm~.select2-container--default .select2-selection--single .select2-selection__rendered {*/
/*    padding-top: 2px;*/
/*}*/

.select2:focus-visible {
    outline: none !important;
}

#homePageForm .select2-container--default .select2-selection--single {
    border: unset;
    border-radius: unset;
    border-bottom: 1px solid #ced4da;
}

.select2-results__options li {
    margin-bottom: unset;
}

#homePageForm .select2.select2-container--focus .select2-selection--single, #homePageForm .select2-container--open .select2-selection--single{
    border-color: #a8d57b;
}

.white-break-spaces {
    white-space: break-spaces;
}
