html,
body {
    font-family: "Source Sans Pro", sans-serif, Helvetica, Arial;
    font-size: 18px;
    line-height: normal;
    color: #393D50;
    background-color: #EDEFFE;
    font-weight: 300;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    letter-spacing: 1px;
}

p {
    margin: 10px 0 25px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

h1, .h1 {
    font-size: 36px;
    font-family: Montserrat-Bold, sans-serif;
    color: #353749;
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    font-size: 49px;
    font-family: Montserrat-Bold, sans-serif;
    color: #353749;
    padding-bottom: 18px;
}

h3, .h3 {
    font-size: 34px;
}

h4, .h4 {
    font-size: 22px;
    font-family: Montserrat-Bold, sans-serif;
    color: #393D50;
    padding-bottom: 12px;
}

h5, .h5 {
    font-size: 19px;
    font-family: Montserrat-Bold, sans-serif;
    color: #353749;
    padding-bottom: 10px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid darkgrey !important;
    -webkit-text-fill-color: #707070 !important;
    -webkit-box-shadow: 0 0 0 30px #E2E5FB inset !important;
    transition: none !important;
}

input:focus, button:focus, .no-outline {
    outline: 0 !important;
}

.boundaries-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.boundaries {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version */
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

div.table,
form.table {
    display: table;
    margin-bottom: 0;
}

div.tr {
    display: table-row;
}

div.td,
a.td {
    display: table-cell;
}

.pre-loader {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.vertical-middle {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-middle.top100 {
    top: 100%;
}

.vertical-middle.center {
    margin-left: auto;
    margin-right: auto;
}

.vertical-middle.absolute {
    position: absolute;
}

.vertical-middle.offset-17 {
    top: calc(50% - 17px);
}

.vertical-middle.offset-top-20 {
    top: calc(50% + 100px);
}

.header-padding {
    padding-top: 60px;
}

.min-page-height {
    min-height: calc(100vh - 260px);
}

.screen-height {
    height: 100vh;
}

.mainContentContainer .header-padding {
    padding-top: 74px;
}

.mainContentContainer {
    min-height: calc(100vh - 500px);
    background-color: #EDEFFE;
}

.goopi-button {
    font-family: Montserrat-Bold, sans-serif;
    font-size: 14px;
    color: #EDEFFE;
    background-color: #F44E50;
    border-radius: 2px;
    border: 0;
    text-transform: uppercase;
    padding: 13px 20px;
    letter-spacing: 1px;
    display: inline-block;
}

.goopi-button.grey {
    background-color: #2B2E3C;
}

.goopi-button.smaller {
    font-size: 14px;
    padding: 15px 24px;
}

.goopi-button.small {
    font-size: 16px;
    padding: 10px 20px;
}

.goopi-button.edit {
    font-size: 16px;
    padding: 13px 25px;
}

.goopi-button.connect {
    font-size: 20px;
    padding: 13px 25px;
}

.goopi-button.popup {
    font-size: 14px;
    padding: 10px 22px;
}

.goopi-button:focus,
.goopi-button:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #EDEFFE;
    background-color: #D64546;
}

.goopi-button.grey:focus,
.goopi-button.grey:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #EDEFFE;
    background-color: #22242e;
}

h2 {
    margin: 5px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.has-error .help-block {
    color: #f44e50;
    font-size: 16px;
    line-height: 1;
    max-height: 22px;
    overflow: visible;
    font-weight: 600;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.margin60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/**
 * Fix the anchor for the fixmenu.
 */
span.anchor {
    display: block;
    height: 94px;
    margin-top: -94px;
    visibility: hidden;
}

.alert-success,
.alert-info,
.alert-danger,
.alert-warning {
    position: fixed;
    z-index: 650;
    top: 60px;
    width: 100%;
    border-radius: 0;
    font-size: 18px;
}

.alert-success button.close,
.alert-info button.close,
.alert-danger button.close,
.alert-warning button.close {
    font-size: 26px;
}

.alert-danger {
    color: #ffffff;
    background-color: #f44336;
    border-color: #f44336;
    text-align: center;
    font-size: 18pt !important;
}

.alert-success {
    color: #ffffff;
    background-color: #5aa05d;
    border-color: #5aa05d;
    text-align: center;
    font-size: 18pt !important;
}

/* ellips */
.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

/* |===== TITLES ======| */
.sectionTitleTable {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    table-layout: auto;
    border-collapse: collapse;
}

.sectionTitleTable h2 {
    font-size: 30px;
    font-family: "Montserrat-Black", sans-serif;
}

.sectionTitleTable td:nth-child(2) {
    padding: 0 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    width: 1%;
    white-space: nowrap;
}

.sectionTitleTable hr {
    height: 3px;
    border: 0;
}

.sectionTitleTable td:first-child > hr {
    margin-left: 0;
}

.sectionTitleTable td:last-child > hr {
    margin-right: 0;
}

/* width */
.sectionTitleTable.short hr {
    min-width: 200px;
}

/* color */
.sectionTitleTable.white {
    color: rgb(255, 255, 255);
}

.sectionTitleTable.white hr {
    background-color: rgb(255, 255, 255);
}

.sectionTitleTable.grey {
    color: rgb(86, 86, 86);
}

.sectionTitleTable.grey hr {
    background-color: rgb(86, 86, 86);
}

.sectionTitleTable.black {
    color: rgb(0, 0, 0);
}

.sectionTitleTable.black hr {
    background-color: rgb(0, 0, 0);
}

/* margin */
.sectionTitleTable.margin60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.sectionTitleTable.margin40-bottom {
    margin-bottom: 40px;
}

.sectionTitleTable.margin60-bottom {
    margin-bottom: 60px;
}

.sectionTitleTable.relative {
    position: relative;
    z-index: 2;
}

/* |===== EOF TITLES =====| */

.redButton {
    text-transform: uppercase;
    border: 3px solid rgb(228, 24, 9);
    background-color: rgb(228, 24, 9);
    height: 40px;
    color: #edeffe;
    border-radius: 20px;
    font-size: 14px;
}

.redButton:hover, .redButton:focus {
    text-decoration: none;
    color: #edeffe;
}

.redButton.width120 {
    width: 120px;
}

.goopi-btn-red {
    background-color: rgb(228, 24, 9);
    border: 3px solid rgb(228, 24, 9);
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    font-size: 15px;
    color: #edeffe;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
}

a.goopi-btn-red:hover,
a.goopi-btn-red:visited {
    text-decoration: none;
    color: #edeffe;
}

.goopi-btn-red.wide {
    max-width: 325px;
    height: 40px;
}

.quizNavigationContainer {
    margin-top: 20px;
    text-align: center;
}

.whiter-background {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8Xw8AAoMBgDTD2qgAAAAASUVORK5CYII=);
}

.whiter-background-2 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8fwYAAtABzbrmHzgAAAAASUVORK5CYII=);
}

.darker-background {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkmAkAAJ8AmzsOXcYAAAAASUVORK5CYII=);
}

.diagonal-divider {
    height: 50px;
    width: 100%;
    background-size: 100% 100%;
    z-index: 10;
}

.diagonal-divider svg {
    height: 100%;
}

.diagonal-divider.flipX {
    transform: scaleX(-1);
}

.diagonal-divider.flipY {
    transform: scaleY(-1);
}

.diagonal-divider.bg-grey {
    background-color: #393d50;
}

.diagonal-divider.bg-transparent {
    background-color: transparent;
}

.diagonal-divider.grey .triangle {
    fill: #353649;
}

.diagonal-divider.light-blue .triangle {
    fill: #EDEFFE;
}

/* |===== POPUP =====| */
.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

body.no-scroll { /* BODY */
    position: fixed;
    left: 0;
    right: 0;
    padding-right: 0 !important;
    overflow-y: scroll;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.acceptDemoPopup .modal-message > span {
    display: block;
    text-align: justify;
}

.acceptDemoPopup .newLineSpan {
    margin: 20px 0;
    display: block;
}

/* |===== Custom scrollbar ====== */
.simplebar-track.simplebar-vertical {
    width: 16px;
}

.simplebar-scrollbar {
    width: 10px;
}

/* |==== Custom checkbox ====== */
.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkMark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

.custom-checkbox:hover input ~ .checkMark {
    background-color: #ccc;
}

.custom-checkbox input:checked ~ .checkMark {
    background-color: #C4D975;
}

.custom-checkbox .checkMark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkMark:after {
    display: block;
}

.custom-checkbox .checkMark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    .boundaries {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* IntroJs override */
.introjs-tooltip.hidden-item-tooltip {
    display: none !important;
}

.introjs-showElement,
.introjs-showElement span,
.introjs-showElement div,
.introjs-showElement h1,
.introjs-showElement h2,
.introjs-showElement h3 {
    background-color: #EDEFFE !important;
    color: #393D50 !important;
}

/* Slides */
.experience-list-slide-wrap.introjs-showElement div,
.experience-list-slide-wrap.introjs-showElement span,
.experience-image-wrap img.introjs-showElement,
.sliderWrap.introjs-showElement div,
.sliderWrap.introjs-showElement span {
    background-color: transparent !important;
}

.experience-list-slide-wrap.introjs-showElement div,
.experience-list-slide-wrap.introjs-showElement span {
    color: #edeffe !important;
}

.experience-list-slide-wrap.introjs-showElement .exp-slide-button span {
    color: #e41809 !important;
}

/* Price-range */
.introjs-showElement span.irs-handle {
    background: #353749 !important;
}

.introjs-showElement .irs--big .irs-bar {
    background: #f44e50 !important;
}

.login-from-wp-background-lower,
.login-from-wp-background {
    position: absolute;
    width: 100%;
    height: calc(100% - 74px);
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    display: none;
}

.login-from-wp-background {
    height: calc(100% - 74px);
}

.login-from-wp-background-lower {
    height: 100%;
}

.mainContentContainer.login,
footer.login {
    position: relative;
}

.mainContentContainer.login > .login-from-wp-background,
footer.login > .login-from-wp-background-lower {
    display: block;
}

.iframe-container {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.iframe-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.faq-intro iframe, .faq-intro video,
.experience-details-page iframe, .experience-details-page video,
.voucher-content iframe, .voucher-content video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: none;
}

.sign-up-type {
    margin-bottom: 20px;
}

.sign-up-link {
    display: block;
    margin: 0 auto;
    border-width: 1px;
    border-style: solid;
    border-color: #EDEFFE;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    max-width: 200px;
    width: 100%;
    height: 38px;
    color: #EDEFFE;
    text-align: center;
    padding-top: 8px;
}

.sign-up-link:hover,
.sign-up-link:active,
.sign-up-link:visited {
    text-decoration: none;
}

.sign-up-link:hover {
    color: #C4D975;
    border-color: #C4D975;
}

.sign-up-link > .icon-holder {
    display: block;
    float: left;
    font-size: 36px;
    width: 32%;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px;
}

.sign-up-link.facebook > .icon-holder {
    padding-right: 28px;
}

.sign-up-link.small {
    max-width: 180px;
    width: 100%;
    height: 34px;
    font-size: 16px;
}

.sign-up-link.small > .icon-holder {
    font-size: 18px;
    width: 60px;
}

.sign-up-link.small {
    padding-top: 5px;
}

.sign-up-type .sign-up-method:last-child {
    margin-top: 10px;
}

.sign-up-link.facebook > .icon-holder {
    padding-right: 24px;
}

.uppercase {
    text-transform: uppercase;
}

.order-process-success {
    text-align: center;
    color: green;
}

.order-process-success svg {
    width: 78px;
    height: 78px;
}

.order-process-success svg path {
    fill: green;
    stroke: green;
}
