﻿body {
  font-family: 'Nunito', sans-serif;
  background: #FFFFFF;
  color: #676767; }

h1 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0px; }

/* Color gradient class, for titles */
h1 {
  /* old browsers */
  background: #F3624C;
  /* IE10+ */
  background: -ms-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Mozilla Firefox */
  background: -moz-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Opera */
  background: -o-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Webkit (Chrome 11+) */
  background: -webkit-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* W3C Markup */
  background: linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red', endColorstr='$yellow', GradientType=1);
  /*background: linear-gradient(linear, left bottom, right top, from($yellow), to($red));*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  h1 {
    color: #F3624C;
    background: transparent; } }

/* Color gradient class, for titles */
.pageArticleContent h1 {
  /* old browsers */
  background: #F3624C;
  /* IE10+ */
  background: -ms-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Mozilla Firefox */
  background: -moz-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Opera */
  background: -o-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* Webkit (Chrome 11+) */
  background: -webkit-linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  /* W3C Markup */
  background: linear-gradient(to right, #EC1C5A 0%, #FAA83E 65%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red', endColorstr='$yellow', GradientType=1);
  /*background: linear-gradient(linear, left bottom, right top, from($yellow), to($red));*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .pageArticleContent h1 {
    color: #F3624C;
    background: transparent; } }

img[src*=svg] {
  width/*\**/: 100%\9; }

h2, h3, h4, h5, h6 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0px;
  color: #F3624C;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset; }

.pageArticleContent h1 {
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 0px; }

a {
  color: #F3624C;
  font-weight: 700; }

a:hover {
  color: #F3624C;
  font-weight: 700;
  opacity: 0.8;
  text-decoration: none; }

h1 {
  font-size: 55px;
  line-height: 55px; }

h2 {
  font-size: 48px;
  line-height: 48px; }

h3 {
  font-size: 30px;
  line-height: 34px; }

h3.loginTitle {
  font-size: 24px;
  line-height: 26px;
  text-align: left !important;
  padding-bottom: 10px !important; }

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  /*color: $grey3;*/
  margin-bottom: 0px !important; }

hr {
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0;
  border-top: 2px solid #f5f5f5; }

.row {
  margin: 0; }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Pro"; }

.selectionText {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px !important; }

.selectionHeader {
  text-align: center !important;
  background: linear-gradient(to right, #EC1C5A 31%, #FAA83E 60%) !important;
  -webkit-text-fill-color: transparent !important;
  -webkit-background-clip: text !important;
  margin-bottom: 20px !important; }

input:-internal-autofill-selected {
  background-color: #FFFFFF !important; }

input[type='radio']:after {
  width: 18px !important;
  height: 18px !important;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  content: '';
  display: block;
  visibility: visible;
  background-color: #f5f5f5;
  border: 1px solid #DEDEDE;
  margin-top: -1px;
  margin-left: -2px; }

input[type='radio']:checked:after {
  width: 20px !important;
  height: 20px !important;
  border-radius: 15px;
  top: 0px;
  left: 0px;
  background-color: #F3624C;
  content: '';
  display: block;
  visibility: visible;
  border: 4px double #FFFFFF;
  margin-left: -3px; }

/* ---------------------------------------------------
    BUTTONS AND FORMS
----------------------------------------------------- */
.KonvenoUI .button {
  border-radius: 1000px;
  font-size: 16px;
  font-weight: 700;
  padding: 0px 20px;
  line-height: 44px;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08); }

.button:hover {
  transition: 0.3s;
  opacity: 0.8; }

.hoverOnDemand {
  transition: 0.3s;
  opacity: 0.5; }

.button:focus {
  outline: none; }

.primary {
  background-image: linear-gradient(to right, #EC1C5A 0%, #FAA83E 100%);
  color: #FFFFFF;
  transition: 0.3s;
  border: none;
  background-color: inherit; }

.secondary {
  background: #F3624C;
  color: #FFFFFF;
  border: none; }

.tertiary {
  background: #FAA83E;
  color: #FFFFFF;
  border: none; }

.Actions {
  background: #FAA83E;
  color: #FFFFFF;
  width: 100%;
  padding: 0px !important;
  overflow: hidden;
  height: 44px;
  border: none; }

.Learnings {
  background: #EC1C5A;
  color: #FFFFFF;
  width: 100%;
  padding: 0px !important;
  overflow: hidden;
  height: 44px;
  border: none; }

.grey {
  background: #DEDEDE;
  color: #b7b7b7;
  border: none; }

.white {
  background: #FFFFFF;
  color: #b7b7b7;
  border: 1px solid #DEDEDE; }

.white:hover {
  background: #f5f5f5; }

.whiteLogin {
  background: #FFFFFF;
  color: #EC1C5A;
  border: 2px solid #FFFFFF !important; }

.whiteLogin:hover {
  background: #EC1C5A;
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none; }

.whiteRedOnHover {
  background: #FFFFFF;
  color: #b7b7b7;
  border: 1px solid #DEDEDE !important; }

.whiteRedOnHover:hover {
  background: #EC1C5A;
  opacity: 1 !important;
  color: #FFFFFF; }

.actionsPopupButtons {
  cursor: pointer;
  font-size: 12px !important;
  height: 25px !important;
  padding: 0px 10px !important;
  line-height: 25px !important;
  background: #FFFFFF;
  color: #676767;
  border: 1px solid #DEDEDE !important; }

.actionsPopupButtons.red:hover {
  background: #EC1C5A;
  opacity: 1 !important;
  color: #FFFFFF; }

.actionsPopupButtons.yellow:hover {
  background: #FAA83E;
  opacity: 1 !important;
  color: #FFFFFF; }

.downAndUpChevrons {
  fill: #FAA83E; }

.tableButton {
  height: 33px !important;
  width: 33px;
  line-height: 36px !important;
  padding: 0px 11px !important;
  float: right;
  border: none !important;
  margin-right: 6px; }

.modalButton {
  min-width: 150px; }

.Highlight {
  color: #F3624C;
  font-weight: 700; }

.extendSpacer {
  margin: 0 5px !important;
  height: 55px !important;
  width: 55px !important;
  padding: 0px !important; }

.KonvenoUI input {
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 400;
  padding: 1px 20px 0px;
  background: #FFFFFF;
  color: #676767;
  border: 1px solid #DEDEDE;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0px; }

.KonvenoUI select {
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 400;
  padding: 1px 20px 0px;
  background: #FFFFFF;
  color: #676767;
  border: 1px solid #DEDEDE;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0px; }

.form-control::-webkit-input-placeholder {
  /* Edge */
  color: #b7b7b7; }

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b7b7b7; }

.form-control::placeholder {
  color: #DEDEDE;
  font-weight: 700;
  font-size: 18px; }

[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text);
  color: #DEDEDE;
  font-weight: 700;
  font-size: 18px; }

.form-control:focus {
  -webkit-appearance: none;
  border: 0px solid #FAA83E !important;
  outline: 0;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 141, 18, 0.25);
  -moz-box-shadow: 0px 0px 5px 5px rgba(255, 141, 18, 0.25);
  box-shadow: 0px 0px 5px 5px rgba(255, 141, 18, 0.25) !important; }

.form-group {
  margin-bottom: 0; }

input:-internal-autofill-selected {
  background-color: #FFFFFF !important; }

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 #DEDEDE;
  -webkit-text-fill-color: #676767;
  -webkit-box-shadow: #FFFFFF;
  transition: background-color 5000s ease-in-out 0s; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  vertical-align: middle; }

.formSection p {
  margin-bottom: 10px !important;
  color: #676767; }

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(255, 255, 255, 0) !important; }

.form-control.actionsDescription {
  min-height: 44px;
  resize: auto;
  border: 1px solid #DEDEDE;
  padding: 10px 20px;
  line-height: 22px;
  color: #b7b7b7;
  background: #f5f5f5;
  margin: 0px 0px 10px 0px;
  font-size: 18px;
  border-radius: 20px !important;
  height: auto; }

.form-control.multiLineInput {
  height: 44px;
  resize: none;
  border: 1px solid #DEDEDE !important;
  padding: 20px;
  line-height: 22px;
  color: #b7b7b7;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0px; }

.modalText p {
  padding: 30px 0px;
  font-size: 20px;
  line-height: 26px;
  text-align: center; }

.form-control.actionsDescription.white {
  background: #FFFFFF; }

.touchedControl {
  box-shadow: unset !important; }

.buttonRight {
  padding-left: 25px !important; }

.buttonLeft {
  padding-right: 25px !important; }

.formFieldRight {
  padding-left: 10px !important; }

.formFieldLeft {
  padding-right: 10px !important; }

.ql-container {
  height: 100px !important; }

.ql-toolbar.ql-snow {
  border: 1px solid #DEDEDE !important;
  font-family: inherit !important;
  padding: 0px 0px 0px 10px !important;
  height: 44px !important;
  border-radius: 15px 15px 0px 0px !important; }

.ql-container.ql-snow {
  border: 1px solid #DEDEDE !important;
  border-top: 0px !important;
  border-radius: 0px 0px 15px 15px;
  overflow: hidden; }

.additionalFormText {
  font-size: 16px;
  line-height: 19px; }

.form-control.optionsDropDown {
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 400;
  padding: 1px 20px 0px;
  background: #FFFFFF;
  color: #b7b7b7;
  border: 1px solid #DEDEDE;
  height: 44px;
  line-height: 44px;
  margin-bottom: 0px; }

.welcomeTitle {
  font-size: 50px;
  line-height: 50px; }

@media (max-width: 768px) {
  .welcomeTitle {
    font-size: 40px;
    line-height: 45px; }
  .whiteLogin {
    width: 50%;
    text-align: center; } }

/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */
.cookieBarPosition {
  width: 100%;
  display: block;
  top: 0px; }

.cookieBar {
  padding: 10px 20px 10px 20px;
  margin-bottom: 0px;
  border: 0px solid #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  background: #4a4a4a;
  overflow-x: hidden;
  color: #FFFFFF;
  text-align: center;
  z-index: 999999;
  display: none;
  max-width: inherit;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0px; }

@media (max-width: 768px) {
  .cookieBar {
    padding: 20px 20px 20px 20px;
    border-radius: 0px;
    margin: 0px 0px 0px -15px; } }

.alert-dismissible {
  padding-right: 20px; }

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
  display: block;
  margin: 0 auto; }

.acceptcookies {
  display: inline !important; }

/* ---------------------------------------------------
    Layout
----------------------------------------------------- */
@media (min-width: 1675px) {
  .col-xxl {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; } }

@media (min-width: 2560px) {
  .col-xxxl {
    flex: 0 0 14.2%;
    max-width: 14.2%; } }

@media (min-width: 3000px) {
  .col-xxxxl {
    flex: 0 0 12.5%;
    max-width: 12.5%; } }

.contentSectionDivider {
  padding-bottom: 50px; }

.myBoardsContent {
  padding-top: 0px; }

.showOnMobile {
  display: none !important; }

.hideContent {
  display: none !important; }

.showContent {
  display: unset; }

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.homepageBulletPoints {
  color: #b7b7b7;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  padding: 0; }

@media (max-width: 768px) {
  .myBoardsContent {
    padding-top: 20px; }
  .hideOnMobile {
    display: none !important; }
  .showOnMobile {
    display: block !important; }
  .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto; }
  .pageDecorationTwo {
    background-image: none !important; }
  .KonvenoUI table tr td .LCLink {
    padding-left: 2%; }
  .KonvenoUI table tr td .RetroLink {
    padding-left: 2%; }
  .KonvenoUI table tr td .ADMLink {
    padding-left: 2%; }
  .mobileTitlePadding {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 25px; }
  .nonFullWidth {
    padding: 0px 20px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1300px; } }

.pageDividerOne {
  background-image: url(/images/KonvenoUI/pageDividerOne.svg);
  background-repeat: no-repeat;
  background-position: center; }

.pageDecorationOne {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 700px;
  background-size: 13%; }

.pageDecorationTwo {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 700px;
  background-size: 13%; }

.boardsPageVideo img {
  max-width: 800px;
  width: 100%;
  background: #DEDEDE;
  border-radius: 20px; }

.standardLoggedInPageContainer {
  padding-top: 50px; }

.standardLoggedInPageContainer h2 {
  padding-bottom: 50px; }

.standardLoggedInPageContainer h3, h4 {
  padding-bottom: 15px; }

.standardLoggedInPageContainer p {
  margin-bottom: 16px !important; }

@media (min-width: 1600px) {
  .standardLoggedInPageContainer {
    max-width: 1024px; } }

.editable-click, a.editable-click, a.editable-click:hover {
  text-decoration: none !important;
  border-bottom: 1px solid #DEDEDE !important;
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 20px;
  border: none;
  height: 44px;
  line-height: 44px;
  vertical-align: middle;
  display: block;
  cursor: pointer;
  background: #FFFFFF;
  color: #676767;
  border: 1px solid #DEDEDE;
  width: fit-content;
  min-width: 300px; }

.profilePageLabel {
  font-weight: 700; }

.facilitatorTextFix {
  padding-right: 115px; }

.glyphicon {
  color: #676767; }

.glyphicon-ok::before {
  color: #F3624C !important; }

/* ---------------------------------------------------
    TABLES
----------------------------------------------------- */
.table {
  color: inherit;
  margin-bottom: 0px; }

.table td {
  padding: 10px 0px 10px 10px;
  vertical-align: middle;
  border-top: 1px solid #DEDEDE; }

@media (max-width: 768px) {
  .table td {
    padding: 10px 0px 5px 0px;
    vertical-align: middle;
    border-top: 0px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE; }
  td p {
    font-size: 20px;
    margin-bottom: 5px !important; } }

.table th {
  padding: 10px 0px;
  vertical-align: middle;
  border-top: 0px solid #DEDEDE;
  line-height: 18px;
  font-size: 15px;
  color: #F3624C;
  font-weight: 700; }

.ellipseLink {
  color: #F3624C;
  font-size: 16px;
  cursor: pointer;
  padding: 0px 10px; }

.ellipseLinkDisabled {
  color: #DEDEDE;
  font-size: 16px;
  cursor: default;
  padding: 0px 10px; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DEDEDE; }

.searchIcon {
  float: left;
  font-size: 16px;
  color: #F3624C;
  line-height: 44px; }

.KonvenoUI table tbody tr td {
  font-size: 18px;
  line-height: 20px;
  border-spacing: 0px;
  border-top: 0px; }

.KonvenoUI table tr td .LCLink {
  font-weight: 700;
  color: #FAA83E;
  padding-left: 0%; }

.KonvenoUI table tr td .RetroLink {
  font-weight: 700;
  color: #EC1C5A;
  padding-left: 0%; }

.KonvenoUI table tr td .ADMLink {
  font-weight: 700;
  color: #F3624C;
  padding-left: 0%; }

.TableIcon_LCT {
  fill: #FAA83E; }

.TableIcon_ADM {
  fill: #F3624C; }

.textMiddle {
  text-align: center; }

.textRight {
  text-align: right; }

.attendeesList td {
  border-top: none !important;
  padding: 5px 0px !important;
  line-height: 34px !important;
  transition: 0.3s; }

.attendeesList td:hover {
  padding: 5px 0px 5px 10px !important;
  transition: 0.3s;
  border-radius: 100px;
  background: #f5f5f5; }

.facilitatorNames {
  line-height: 18px;
  font-size: 15px; }

/* ---------------------------------------------------
    BOXED CONTENT
----------------------------------------------------- */
.whiteBox {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 20px;
  display: block;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #DEDEDE; }

.whiteBoxExpander {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #FFFFFF;
  border: none;
  width: 100%;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 15px;
  background: #FFFFFF;
  padding: 15px 20px;
  display: block;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #DEDEDE; }

.whiteBoxExpander.modalPic {
  width: inherit;
  max-height: fit-content;
  padding: 0px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 25px; }

.FAQq {
  text-transform: capitalize;
  font-weight: 700;
  color: #F3624C; }

.whiteBoxExpander:focus {
  outline: none; }

.card {
  border: none;
  padding-top: 20px; }

.expanderTitle {
  font-size: 20px;
  color: #676767;
  font-weight: 400; }

.expanderTitle:after {
  font-size: 20px;
  color: #676767;
  font-weight: 700; }

.expanderText {
  font-size: 16px;
  color: #676767;
  font-weight: 400; }

/* ---------------------------------------------------
    PAGINATION
----------------------------------------------------- */
.paginationUI {
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  background: #FFFFFF;
  color: #b7b7b7;
  border: 1px solid #DEDEDE;
  height: 48px;
  width: auto;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08); }

.paginationUI .pageSelectors {
  border-right: 1px solid #DEDEDE;
  text-align: center;
  color: #F3624C;
  cursor: pointer;
  padding: 5px 12px 3px;
  border-radius: 0px;
  margin: 6px 5px 5px 5px; }

.paginationUI .chevron {
  width: 46px;
  height: 46px;
  text-align: center;
  cursor: pointer;
  padding: 12px; }

.paginationUI .activePage {
  background-color: #F3624C;
  color: #FFFFFF;
  border-radius: 5px; }

.activePage:hover {
  opacity: 0.8; }

.paginationUI .notActive {
  color: #b7b7b7;
  font-weight: 100;
  opacity: 0.4; }

.TableChevrons {
  fill: #F3624C; }

.searchBox {
  border-radius: 1000px;
  font-size: 18px;
  font-weight: 400;
  padding: 0px 5px;
  background: #FFFFFF;
  color: #b7b7b7;
  border: 1px solid #DEDEDE;
  line-height: 44px;
  margin-bottom: 0;
  width: 263px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08); }

.searchBox .form-control:focus {
  border: unset !important;
  box-shadow: unset !important; }

.form-control:focus .searchBox {
  box-shadow: 0 2px 6px 0 rgba(255, 5, 5, 0.2); }

.searchBox:focus-within {
  border: 1px solid #FFFFFF;
  outline: 0;
  box-shadow: 0 0 5px 5px rgba(255, 141, 18, 0.25) !important; }

.unsetInputBox {
  line-height: 42px !important;
  color: #676767 !important;
  border: 0 solid #DEDEDE !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-bottom: unset !important;
  height: unset !important;
  padding: unset !important;
  width: calc(100% - 38px) !important;
  margin-right: 0px;
  background: none !important; }

.dropdownUI {
  border-radius: 25px;
  font-size: 18px;
  font-weight: 700;
  padding: 0px;
  background: #FFFFFF;
  color: #b7b7b7;
  border: 1px solid #DEDEDE;
  height: 48px;
  width: 100px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08); }

.dropdown-toggle:after {
  content: none; }

.dropdownUI button {
  width: 100%;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  height: inherit;
  z-index: 999;
  position: inherit;
  display: block;
  color: #676767; }

.dropdown-menu {
  left: inherit;
  margin: -50px 0 0 -1px !important;
  width: 100px;
  min-width: 100px;
  padding: 0;
  border: 1px solid #DEDEDE;
  color: #b7b7b7;
  padding-top: 50px;
  z-index: 99;
  position: absolute;
  border-radius: 25px;
  overflow: hidden; }

.dropdownUI button:focus {
  outline: none; }

.dropdown-menu > li > a:hover {
  background: #f5f5f5;
  color: #b7b7b7;
  opacity: 1;
  text-decoration: none; }

.dropdown-menu > li > a {
  text-align: center;
  padding: 7px 12px;
  color: #F3624C;
  width: 100%;
  display: block; }

.dropdown-menu.show {
  display: block;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08); }

.boardList {
  transition: 0.1s;
  border-bottom: 1px solid #f5f5f5; }

.boardList:hover {
  background: #f5f5f5;
  transition: 0.1s; }

.boardList:hover span {
  color: #F3624C !important;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.1s;
  border-radius: 4px; }

.boardList span {
  color: #F3624C;
  padding: 10px;
  font-size: 16px;
  transition: 0.1s;
  border-radius: 4px; }

.boardList:hover span:hover {
  color: #F3624C !important;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.1s;
  opacity: 0.7; }

a span:hover {
  opacity: 1; }

/* ---------------------------------------------------
    MODALS
----------------------------------------------------- */
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 768px;
    margin: 50px auto 0px; }
  .modal-dialog.threeSimple {
    max-width: 950px;
    margin: 50px auto 0px; } }

.modal-body {
  padding: 0; }

.modal {
  padding: 0px !important; }

.meetingTypeGraphic {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px; }

.meetingTypeGraphicTitle {
  font-size: 20px;
  padding-top: 5px;
  text-align: center;
  font-weight: 700; }

.meetingTypeGraphicTitle.ADM {
  color: #F3624C; }

.meetingTypeGraphicTitle.LC {
  color: #FAA83E; }

.meetingTypeGraphicTitle.RE {
  color: #EC1C5A; }

.whiteBoxModal {
  background: #FFFFFF;
  border-radius: 25px;
  padding: 50px;
  display: block;
  position: relative;
  position: relative;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  border: 0px solid #DEDEDE;
  flex-direction: column;
  word-wrap: break-word;
  width: 100%;
  text-align: left;
  overflow: hidden; }

.whiteBoxModal.KonvenoThemed {
  background-image: url(../images/KonvenoUI/KonvenoBackGround.png);
  background-repeat: no-repeat;
  background-size: 105%;
  padding: 30px;
  -moz-box-shadow: 0px 2px 6px 0px transparent;
  box-shadow: 0px 2px 6px 0px transparent;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  z-index: 300; }

.whiteBoxModal.KonvenoThemed input {
  border: 1px solid #DEDEDE; }

.buttonRightMobileLeft {
  float: right; }

@media screen and (max-width: 768px) {
  .searchBox {
    width: 100%; }
  .whiteBoxModal.KonvenoThemed {
    margin-top: 0; }
  .buttonRightMobileLeft {
    float: left; }
  .modalButton {
    margin-bottom: 10px !important; }
  .whiteBoxModal {
    border-radius: 20px;
    padding: 20px; }
  .extendSpacer {
    margin: 0 1px !important; }
  .mobileActionsDropDown {
    width: 200% !important; }
  .whatsNewModalButtonSpacing {
    padding-bottom: 100px; } }

.whiteBoxModal.EdgeToEdge {
  padding: 0px; }

.whiteBoxModal h3 {
  text-align: center;
  padding-bottom: 20px; }

.formSection {
  padding: 15px 0px !important; }

.formSection10 {
  padding: 10px 0px; }

.formFieldTitle h5 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #F3624C;
  background: unset;
  -webkit-text-fill-color: unset; }

.input-group-addon {
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  width: 44px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  font-size: 20px;
  color: #F3624C;
  border-radius: 0px 25px 25px 0px;
  border-left: none; }

.input-group-addon:hover {
  background-color: #F3624C;
  border: 1px solid #F3624C;
  color: #FFFFFF;
  transition: 0.3s; }

.input-group-addon-text {
  cursor: pointer;
  width: 90px;
  font-weight: 700;
  color: #FFFFFF;
  background: #F3624C;
  line-height: 44px;
  height: 44px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #DEDEDE;
  border-radius: 0px 25px 25px 0px;
  border-left: none; }

.input-group-addon-text:hover {
  color: #F3624C;
  background: #FFFFFF; }

.help-block {
  font-size: 20px;
  font-weight: 700;
  color: #FAA83E; }

.mergeHelpBox {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  margin-right: 5%;
  margin-top: 30px; }

/* ---------------------------------------------------
    TOPIC CARD SCROLL BARS - DO NOT REMOVE BLANK CLASSES - ANDY
----------------------------------------------------- */
.cardScrollBarStyle {
  margin: 0 auto;
  overflow-y: auto; }

.cardScrollBarStyle::-webkit-scrollbar {
  max-width: 8px; }

.cardScrollBarStyle:hover::-webkit-scrollbar-thumb {
  background-color: #DEDEDE; }

/* ---------------------------------------------------
    FIREFOX SCROLLBAR FIX
----------------------------------------------------- */
@-moz-document url-prefix() {
  .cardScrollBarStyle {
    padding-right: 2px !important;
    scrollbar-width: thin !important; }
  .form-control {
    padding-right: 2px !important;
    scrollbar-width: thin !important; }
  .cardinputdiv textarea {
    width: calc(100% - 2px); } }

/* ---------------------------------------------------
    IE11 SCROLLBAR FIX
----------------------------------------------------- */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* ---------------------------------------------------
    ANIMATIONS
    ----------------------------------------------------- */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: unset !important;
    animation: unset !important; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* ---------------------------------------------------
    ALERTS
    ----------------------------------------------------- */
.alert {
  border-radius: 25px;
  padding: 10px 20px;
  display: block;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08);
  color: #b7b7b7;
  width: fit-content; }

.alert-info {
  border: 1px solid #DEDEDE; }

.alert-warning {
  background: #FAA83E !important;
  color: #FFFFFF !important;
  font-weight: 400;
  box-shadow: unset !important;
  border: unset !important; }

.alert-warning a {
  color: #FAA83E;
  font-weight: 700;
  background: white;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 0px 0px 0px 10px; }

.alert-danger {
  border: 0px solid #EC1C5A;
  background: #EC1C5A !important;
  color: #FFFFFF !important;
  font-weight: 400;
  border: unset !important; }

.alert-danger a {
  color: #EC1C5A;
  font-weight: 700;
  background: white;
  padding: 5px 10px;
  border-radius: 25px;
  margin: 0px 0px 0px 10px; }

.alert-info .boldText {
  font-weight: 700;
  color: #F3624C;
  font-weight: 800; }

/* ---------------------------------------------------
    BOARD MOBILE NAV MENU
----------------------------------------------------- */
.mobileMenuBar {
  overflow-x: scroll;
  flex-wrap: initial !important;
  padding: 5px !important; }

.mobileMenuOption {
  float: left;
  min-width: fit-content; }

.boardMobileTopBar .boardColumnsNavigation .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #FFFFFF !important;
  opacity: 1;
  text-decoration: none;
  font-weight: 700;
  opacity: 1 !important;
  -webkit-animation: none !important;
  background: #F3624C;
  padding: 11px 20px 8px; }

.boardMobileTopBar .boardColumnsNavigation .nav > li > a {
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 11px 10px 8px;
  background: #FFFFFF;
  border-radius: 25px;
  margin: 0px 2px; }

.boardMobileTopBar .mainTitle {
  font-weight: bold !important;
  font-size: 1.5em !important;
  padding-top: 10px;
  color: #FAA83E; }

.mobileOnly {
  display: none; }

@media screen and (max-width: 768px) {
  .teaserContainer {
    display: none; }
  .progress {
    /*width: 100%;*/
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    height: 10px !important;
    border-radius: 0px 0px 0px 0px; }
  #facilitatorControlsSection {
    display: none; }
  .nav-pills > li + li {
    margin-left: 0px; }
  #ToDiscuss {
    display: none; }
  #Discussing {
    display: none; }
  #Discussed {
    display: none; }
  .textEntryCardBox {
    float: left;
    width: 100%; }
  #commentMessage {
    width: 100%;
    float: left; }
  #commentMessageButton {
    width: fit-content;
    margin-left: 14px;
    float: right;
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    padding: 0px 20px !important; }
  .nav {
    padding: 0px 5px; }
  .textEntryCardContainer {
    margin-left: 2px; }
  .profilePadding {
    padding: 50px 20px 100px 20px !important; } }

.boardMobileTopBar .staticFacilitorsMessageToAttendees {
  font-size: 10px;
  padding-top: 0px; }

.boardMobileTopBar .textareaFacilitorsMessageToAttendees {
  font-size: 10px;
  padding-top: 0px; }

.boardMobileTopBar .boardColumnsNavigation {
  border-bottom: 0px solid #DEDEDE;
  border-top: 0px solid #DEDEDE;
  padding-bottom: 0px; }

.boardMobileTopBar {
  z-index: 1029;
  position: relative;
  background-color: #FFFFFF;
  width: 100%;
  top: 0;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1); }

.item {
  padding: 0px 0px 10px 0px !important; }

.mobileSpacing {
  padding-bottom: 0px; }

/* ---------------------------------------------------
    CUSTOM TICK BOXES
----------------------------------------------------- */
.konvenoStyleCheckmarkContainer label {
  color: #b7b7b7; }

/* Hide the browser's default checkbox */
.konvenoStyleCheckmarkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.konvenoStyleCheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f5f5f5;
  border-radius: 100px;
  border: 1px solid #DEDEDE; }

/* On mouse-over, add a grey background color */
.konvenoStyleCheckmarkContainer:hover input ~ .konvenoStyleCheckmark {
  background-color: #DEDEDE; }

/* When the checkbox is checked, add a blue background */
.konvenoStyleCheckmarkContainer input:checked ~ .konvenoStyleCheckmark {
  background-color: #F3624C;
  border: 1px solid #F3624C; }

/* Create the checkmark/indicator (hidden when not checked) */
.konvenoStyleCheckmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.konvenoStyleCheckmarkContainer input:checked ~ .konvenoStyleCheckmark:after {
  display: block; }

.konvenoStyleCheckmarkContainer input:disabled ~ .konvenoStyleCheckmark:after {
  display: block;
  background: #f5f5f5;
  width: 25px;
  height: 25px;
  border-radius: 1000px;
  left: 0px;
  top: 0px; }

.konvenoStyleLabelGrey {
  color: #b7b7b7; }

/* Style the checkmark/indicator */
.konvenoStyleCheckmarkContainer .konvenoStyleCheckmark:after {
  left: 2px;
  top: 3px;
  width: 19px;
  height: 18px;
  background-image: url("../images/konveno/Tick_White.png");
  background-repeat: no-repeat; }

/* ---------------------------------------------------
    MEETING SERIES PAGE
----------------------------------------------------- */
.meetingsBoxContainer {
  background: #F3624C;
  border-radius: 25px;
  padding: 25px;
  background-image: url(/images/homepage/greenBoxGraphic.png);
  background-repeat: no-repeat;
  background-position: bottom right; }

.meetingBoxNextTitle {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400; }

.meetingBoxNextDate {
  padding-bottom: 20px !important;
  color: #FFFFFF !important; }

.meetingBoxTitles {
  color: #FFFFFF;
  padding-right: 25px; }

.meetingBoxTitlesBold {
  font-weight: 700; }

.meetingTableHeaders {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #F3624C; }

.tablePaddingSideRemoval {
  padding: 10px 0px !important; }

/* ---------------------------------------------------
    SUBSCRIBE/UPGRADE PAGE
----------------------------------------------------- */
.whiteBoxExpander.SubscriptionBoxes {
  min-height: 368px;
  padding: 30px 30px 20px 30px;
  border-radius: 20px; }

.whiteBoxExpander.LoginBoxes {
  padding: 35px;
  border-radius: 20px; }

.whiteBoxExpander.isoBoxes {
  padding: 30px;
  border-radius: 20px;
  height: fit-content;
  margin-bottom: 0px; }

.boxHeaders {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0px;
  color: #F3624C;
  text-align: center;
  font-size: 26px;
  padding-bottom: 15px; }

.checkboxOff {
  display: inline-grid;
  background-color: #f5f5f5;
  border: 1px solid #DEDEDE;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 100px; }

.checkboxOff:hover {
  background-color: #DEDEDE; }

.checkboxOn {
  display: inline-grid;
  background-color: #F3624C;
  border: 1px solid #F3624C;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 100px;
  background-image: url(../images/konveno/Tick_White.png);
  background-repeat: no-repeat;
  background-position: 2px; }

/* The container */
.checkboxcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkboxcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #f5f5f5;
  border: 1px solid #DEDEDE;
  border-radius: 50px; }

/* On mouse-over, add a grey background color */
.checkboxcontainer:hover input ~ .checkmark {
  background-color: #DEDEDE; }

/* When the checkbox is checked, add a blue background */
.checkboxcontainer input:checked ~ .checkmark {
  background-color: #F3624C;
  border: 1px solid #F3624C; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkboxcontainer input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkboxcontainer .checkmark:after {
  background-image: url(../images/konveno/Tick_White.png);
  background-repeat: no-repeat;
  background-position: 2px;
  top: -1;
  left: 0;
  height: 25px;
  width: 25px; }

.selectFacilitatorAmountlabel {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  display: inline-block; }

.selectFacilitatorAmount {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px; }

.subscriptionPrice {
  font-size: 26px; }

.discountMessage {
  color: #b7b7b7;
  font-size: 12px; }

.selectPlanButton {
  cursor: pointer;
  min-width: 150px;
  text-align: center;
  margin: 5px auto 0px;
  width: fit-content; }

.subsciptionIncludes {
  color: #b7b7b7;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  padding: 0px 25px; }

.subsciptionIncludes .Highlight {
  color: #F3624C;
  font-weight: 700; }

.subscriptionTextBulletpoint {
  width: 50px;
  float: left;
  margin-right: 10px; }

.singleLineAdjustment {
  padding: 14px 0px 0px 0px; }

/* ---------------------------------------------------
    LOGIN BUTTONS
----------------------------------------------------- */
/* Microsoft */
.loginBtnX--microsoft {
  background: url("/images/ms-symbollockup_mssymbol_19.png") no-repeat;
  background-size: 25px 25px;
  padding-left: 43px !important;
  background-position: 12px 9px;
  float: left;
  margin-right: 15px; }

.loginBtnX--microsoft:hover {
  background: url("/images/ms-symbollockup_mssymbol_19.png") no-repeat;
  background-size: 25px 25px;
  padding-left: 43px !important;
  background-position: 12px 9px; }

/* Slack*/
.loginBtnX--slack {
  background: url("/images/slack-logo.png") no-repeat;
  background-size: 27px 27px;
  padding-left: 43px !important;
  background-position: 10px 8px;
  float: left;
  margin-right: 15px; }

.loginBtnX--slack:hover {
  background: url("/images/slack-logo.png") no-repeat;
  background-size: 27px 27px;
  padding-left: 43px !important;
  background-position: 10px 8px; }

/* Google */
.loginBtnX--google {
  background: url(/images/g-logo.png) no-repeat;
  padding-left: 43px !important;
  background-position: 8px 5px;
  float: left;
  margin-right: 15px; }

.loginBtnX--google:hover {
  background: url(/images/g-logo.png) no-repeat;
  padding-left: 43px !important;
  background-position: 8px 5px; }

.loginBoxLeft {
  margin-right: 15px; }

.loginBoxRight {
  margin-left: 15px; }

.additionalLogins {
  width: fit-content;
  flex: inherit;
  margin: auto; }

/* ---------------------------------------------------
    MOBILE OPTIMISATIONS
----------------------------------------------------- */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 48px; }
  h2 {
    font-size: 40px;
    line-height: 40px; }
  ul {
    padding-inline-start: 0px;
    margin-bottom: 0px; }
  .loginBtnX--google {
    float: none;
    margin: auto;
    margin-bottom: 10px; }
  .loginBtnX--slack {
    float: none;
    margin: auto;
    margin-bottom: 10px; }
  .loginBtnX--microsoft {
    float: none;
    margin: auto; }
  #subscribePageLoad .hideLogo {
    display: none; }
  .formFieldRight {
    padding-left: 0px !important; }
  .buttonRight {
    padding-left: 10px !important; }
  .buttonLeft {
    padding-right: 10px !important; }
  .modalButton {
    min-width: 125px; }
  .messages {
    overflow-y: visible !important; }
  .mobileIconResize {
    font-size: 15px !important; }
  textarea.form-control {
    height: auto;
    min-height: 44px; }
  .cardinputdiv {
    height: auto;
    min-height: 44px; }
  textarea.form-control.entryCard {
    height: 50px;
    text-align: left;
    background: #f5f5f5;
    border: 1px solid #DEDEDE;
    padding: 10px;
    border-radius: 10px; }
  .cardScrollBarStyle {
    overflow-y: visible !important; }
  .card {
    margin-top: 15px; }
  .mobileOnly {
    display: block; }
  .pageArticleContent {
    padding: 0px 0px 100px 0px; }
  .facilitatorTextFix {
    padding-right: 0px; }
  .mobileSpacing {
    padding-bottom: 15px; }
  .loginBoxLeft {
    margin-right: 0px !important; }
  .loginBoxRight {
    margin-left: 0px !important; }
  .whiteBoxModal.KonvenoThemed {
    padding: 20px;
    border-radius: 0px; }
  .whiteBoxExpander.SubscriptionBoxes {
    min-height: auto !important; }
  .iconBoxContainer {
    padding: 0px 20px; }
  .selectionHeader {
    background: linear-gradient(to right, #EC1C5A 12%, #FAA83E 72%) !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    margin-bottom: 0px !important;
    margin-top: 20px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .modal {
    -ms-transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    background: rgba(0, 0, 0, 0.5); }
  /* ----- HIDE ZOOM FUNCTIONALITY FROM IE -------- */
  .disableZOOMie {
    display: none; } }

@media screen and (max-width: 1768px) {
  .hideToOptimise {
    display: none; } }

@media screen and (max-width: 768px) {
  .hideToOptimise {
    display: unset; } }

.zEWidget-launcher {
  width: 115px !important;
  display: inline !important;
  margin-bottom: 1px !important;
  margin-right: 5px !important; }

img.lazyload:not([src]) {
  visibility: hidden; }

/* ----- INTRO JS STYLING -------- */
.introjs-hint-dot {
  border: 10px solid rgba(243, 98, 76, 0.5) !important;
  -webkit-animation: introjspulse 2s ease-out !important;
  -moz-animation: introjspulse 2s ease-out !important;
  animation: introjspulse 2s ease-out !important;
  -webkit-animation-iteration-count: infinite !important;
  -moz-animation-iteration-count: infinite !important;
  animation-iteration-count: infinite !important; }

.introjs-hint-pulse {
  border: 5px solid rgba(255, 255, 255, 0.7) !important;
  background-color: #f3624c !important;
  -webkit-transition: all 0.2s ease-out !important;
  -moz-transition: all 0.1s ease-out !important;
  -ms-transition: all 0.1s ease-out !important;
  -o-transition: all 0.1s ease-out !important;
  transition: all 0.1s ease-out !important; }

.introjs-tooltip {
  padding: 20px !important;
  background-color: white !important;
  min-width: 300px !important;
  max-width: 400px !important;
  border-radius: 25px !important; }

.introjs-button {
  float: left;
  text-shadow: unset !important;
  color: #676767 !important;
  background: unset !important;
  -webkit-border-radius: 1000px !important;
  -moz-border-radius: 1000px !important;
  border-radius: 1000px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding: 0px 19px !important;
  border: 1px solid #DEDEDE !important;
  line-height: 44px !important;
  vertical-align: middle !important;
  display: block !important;
  cursor: pointer !important;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08) !important;
  width: fit-content;
  margin-top: 20px !important; }

.introjs-prevbutton {
  float: left;
  margin-right: 10px !important; }

.introjs-nextbutton {
  float: left; }

.introjs-skipbutton {
  float: right; }

.introjs-helperLayer {
  background: transparent !important;
  border-radius: 25px !important;
  margin-left: -1px;
  margin-top: -1px; }

.introjs-overlay {
  opacity: 0 !important; }

.introjs-helperLayer:before {
  content: '';
  position: fixed;
  width: inherit;
  height: inherit;
  border-radius: 25px !important;
  box-shadow: 0 0 0 1000em rgba(0, 0, 0, 0.7);
  opacity: 1; }

.introjs-helperLayer:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000; }

.introjs-helperNumberLayer {
  /* old browsers */
  background: #F3624C !important;
  /* IE10+ */
  background: -ms-linear-gradient(to right, #EC1C5A 0%, #FAA83E 100%) !important;
  /* Mozilla Firefox */
  background: -moz-linear-gradient(to right, #EC1C5A 0%, #FAA83E 100%) !important;
  /* Opera */
  background: -o-linear-gradient(to right, #EC1C5A 0%, #FAA83E 100%) !important;
  /* Webkit (Safari/Chrome 10) */
  background: -webkit-gradient(to right, #EC1C5A 0%, #FAA83E 100%) !important;
  /* Webkit (Chrome 11+) */
  background: -webkit-linear-gradient(to right, #EC1C5A 0%, #FAA83E 100%) !important;
  /* W3C Markup */
  background: linear-gradient(to right, #EC1C5A 0%, #FAA83E 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$red', endColorstr='$yellow', GradientType=1) !important;
  /*background: linear-gradient(linear, left bottom, right top, from($yellow), to($red));*/ }

.introjs-arrow {
  display: none !important; }

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  display: none !important; }

.introjs-bullets ul li a.active {
  background: #F3624C !important; }

.introjs-bullets ul li a {
  width: 8px !important;
  height: 8px !important; }

.themeSwitcher {
  bottom: 50px;
  position: absolute;
  width: 100%;
  max-width: 310px; }
