.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.editor-item {
  margin: 0 0 16px;
}
.editor-item label {
  display: block;
  min-height: 20px;
}
.editor-item label.editor-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.editor-item label.editor-title small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.editor-item label.editor-subtitle {
  font-size: 14px;
  line-height: 30px;
  margin-top: 2px;
}
.editor-item input,
.editor-item select {
  width: 100%;
  border: solid 1px #D2D1CF;
  padding: 8px;
}
.editor-item img {
  width: auto;
  max-width: 100%;
}
.editor-item .form-check-label input[type="checkbox"] {
  margin: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  left: -9999px;
}
.editor-item .form-check-label span {
  width: 20px;
  height: 20px;
  border: 1px solid #c6c1b6;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.editor-item .form-check-label span::before {
  line-height: 18px;
  position: absolute;
}
.editor-item .form-check-label.checked span::before {
  content: '\f12c';
}
.editor-dialog-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.editor-dialog-container .editor-popup {
  overflow: hidden !important;
  position: relative;
}
.editor-popup {
  z-index: 3000;
}
.editor-popup .modal-header {
  padding: 0;
}
.editor-popup .modal-header .close {
  padding: 9px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.editor-popup .modal-dialog {
  max-width: 600px;
  position: relative;
  top: unset;
  left: unset;
  transform: none !important;
  margin: 30px auto;
}
.editor-popup .modal-body {
  padding: 10px 40px 0 40px;
}
.editor-popup .modal-body .button.type-3 {
  line-height: 44px;
}
.editor-popup [contenteditable] {
  padding: 8px;
}
.editor-popup .modal-footer {
  padding: 20px 40px 20px;
}
.tox-tinymce-inline {
  z-index: 3000 !important;
}
.tox-tinymce-aux {
  z-index: 3001 !important;
}
textarea[id^="react-tinymce"] {
  display: none !important;
}
.editor-item [id^="react-tinymce"][contenteditable="true"] {
  border: solid 1px #D2D1CF;
  background: white;
}
.image-editor-frame {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: solid 1px #D2D1CF;
  position: relative;
}
.image-editor-frame button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.image-editor-frame div {
  width: calc(100% - 140px);
  height: 100%;
  position: relative;
}
.image-editor-frame div img {
  max-width: 100%;
  max-height: 200px;
  margin: 0;
}
.light-border {
  border: dashed 1px #D2D1CF;
}
.droppable-active {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.dnd-editor-parent > div.droppable-hover,
.carousel-component.droppable-hover {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.carousel-component.droppable-hover {
  border: solid deeppink !important;
}
button.btn {
  text-align: center;
  padding: 0;
  border-radius: 3px;
  text-transform: uppercase;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  padding: 0 20px !important;
}
button.btn.btn-secondary {
  border: solid 1px #D2D1CF;
}
.btn-primary {
  background: #f45e2b;
  transition: background 0.5s;
}
.btn-primary:hover {
  background: #E4E4E2;
  color: black;
  border: none;
}
i.mce-i-icon-crop:before {
  font-family: Material Icons;
  content: "content_cut";
  color: #595959;
  font-size: 1.1em;
  text-align: center;
  top: 18%;
}
.draggable-component.ui-draggable-dragging {
  width: 230px;
}
.modal.fullscreen-popup .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
  padding: 0;
}
.modal.fullscreen-popup .modal-content {
  height: auto;
  height: 100%;
  border-radius: 0;
}
.modal.fullscreen-popup .modal-content .modal-header {
  border-bottom: none;
}
.modal.fullscreen-popup .modal-content .modal-body {
  height: calc(100% - 75px);
  padding: 0;
}
.modal.fullscreen-popup .modal-content .modal-body iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.editor-item .react-datepicker {
  border-radius: 0;
}
.editor-item .react-datepicker__day--selected,
.editor-item .react-datepicker__day--in-selecting-range,
.editor-item .react-datepicker__day--in-range {
  border-radius: 0;
  background: #f45e2b;
}
.editor-item .rbt .rbt-input {
  height: 37px !important;
}
.editor-item .rbt ul li {
  margin-bottom: 0 !important;
}
.editor-item .rbt ul li a.dropdown-item {
  padding: 3px 10px;
}
.editor-item select option {
  padding: 3px 10px;
}
.editor-item select option:hover {
  background: #f7f5f4;
}
.editor-item .options-table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
.editor-item .options-table th {
  padding: 10px;
}
.editor-item .options-table th,
.editor-item .options-table td {
  width: 50%;
  border: solid 1px #D2D1CF;
}
.editor-item .options-table th input,
.editor-item .options-table td input {
  border: none !important;
}
.mce-colorbutton-grid div[data-mce-color="#993366"],
.tox-swatches div[data-mce-color="#993366"] {
  margin-bottom: 22px !important;
}
.mce-colorbutton-grid div[data-mce-color="#"],
.tox-swatches div[data-mce-color="#"] {
  display: none;
}
.mce-colorbutton-grid div[data-mce-color="#c19e5b"],
.tox-swatches div[data-mce-color="#c19e5b"],
.mce-colorbutton-grid div[data-mce-color="#C19E5B"],
.tox-swatches div[data-mce-color="#C19E5B"] {
  position: relative;
}
.mce-colorbutton-grid div[data-mce-color="#c19e5b"]:before,
.tox-swatches div[data-mce-color="#c19e5b"]:before,
.mce-colorbutton-grid div[data-mce-color="#C19E5B"]:before,
.tox-swatches div[data-mce-color="#C19E5B"]:before {
  content: 'Colors';
  display: block;
  position: absolute;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  left: 4px;
  top: -22px;
  pointer-events: none;
  white-space: nowrap;
}
.admin-confirm-popup .modal-header {
  justify-content: flex-start;
  border-bottom: none;
  font-weight: bold;
}
.admin-confirm-popup .modal-header i {
  color: #f45e2b;
  font-size: 20px;
  margin-left: 10;
}
.admin-confirm-popup .model-footer {
  border-top: none;
}
.headerImage {
  width: 100%;
}
.headerImage img {
  width: 100%;
  height: auto;
}
.col.droppable {
  min-height: 80px;
}
.col.droppable .col-border {
  transition: all 0.5s;
}
.dom-editor .col.spacer,
.col.spacer {
  height: 60px;
}
.dom-editor .col.spacer .col-border,
.col.spacer .col-border {
  min-height: 60px;
}
.dom-editor .spacer-row .col.spacer,
.spacer-row .col.spacer {
  height: auto;
}
.dom-editor .spacer-row .col.spacer .col-border,
.spacer-row .col.spacer .col-border {
  min-height: 100%;
}
.droppable-hover > .col-border {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.dom-editor .col .col-border {
  border: dashed 1px #D2D1CF;
  height: 100%;
  min-height: 80px;
}
.dom-editor > div > div > .row-component.padding-24 > .row {
  border: dashed 1px #D2D1CF;
  border-top: none;
  border-bottom: none;
}
.dom-editor .row {
  position: relative;
}
.dom-editor .row > .icons {
  position: absolute;
  left: 100%;
  margin-left: -2px;
  top: 50%;
  background: #ECEBE7;
  width: 55px;
  padding: 2px;
  border: dashed 1px #D2D1CF;
  border-left: none;
  transform: translateY(-50%);
}
.dom-editor .row > .icons:hover {
  border: dashed #f45e2b 2px;
  border-left: none;
  z-index: 3000;
  width: 58px;
}
.dom-editor .row > .icons i {
  padding: 5px;
  text-align: center;
  color: #ada99f;
  cursor: pointer;
  transition: background 0.5s;
}
.dom-editor .row > .icons i.fa-arrows {
  cursor: move;
}
.dom-editor .row > .icons i:hover {
  color: #2D2C28;
}
.dom-editor .row div.row-border {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: top 0.3s;
}
/*.row-component:not(.gray-bg){
    background: #ffffff;
}*/
.row-component.padding-24 {
  margin: 0 -24px;
  padding: 0 24px;
}
.row-component.padding-24.full-canvas {
  margin: 0 -48px;
}
.row-component.spacer-row {
  margin: 0 -24px;
  padding: 0 24px;
}
.row-component.gray-bg {
  background: #ECEBE7;
}
.row.highlighted div.row-border {
  border: dashed #f45e2b 2px;
  top: 0;
}
.row-component.padding-24 .icons {
  margin-left: 0px;
}
.row-component:not(.padding-24) div.row-border {
  left: 4px;
  width: calc(100% - 8px);
}
.row-component:not(.padding-24) .icons {
  margin-left: -12px;
  margin-left: 0;
}
.row-component.hidden {
  display: none !important;
}
.dom-preview .row .icons {
  display: none;
}
.dom-editor .big-grid .row .col,
.dom-preview .big-grid .row .col {
  /*padding: 0 12px;*/
}
@media screen and (max-width: 959px) {
  .row-component.padding-24 {
    /*padding: 0 16px;*/
  }
  .row-component.padding-24 {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .content .dnd-editor-parent .row-component.padding-24.full-canvas {
    margin: 0 -16px;
    padding: 0 0px;
  }
  .white-background .dnd-editor-parent .row-component.padding-24.full-canvas {
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 599px) {
  .col.spacer {
    min-height: 0px;
    height: 0px;
  }
  .col.droppable {
    min-height: 0px;
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
div.url-component {
  background: white;
}
div.url-component a {
  color: mediumseagreen;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  padding: 5px 10px;
  transition: background 0.5s;
}
div.url-component a i {
  margin-right: 5px;
  color: #aaa;
}
div.url-component a:hover {
  background: whitesmoke;
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.iframe {
  width: 100%;
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.image-component-container {
  position: relative;
}
div.image-placeholder {
  pointer-events: none;
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
div.placeholder-text {
  width: 80px;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.image-component {
  z-index: 1;
}
.image-component:not(.has-margin) img {
  width: 100%;
  height: auto;
}
.default-image img {
  width: 100% !important;
}
.image-placeholder.has-margin,
.image-component.has-margin {
  max-width: 100%;
  width: 100%;
}
.image-placeholder.has-margin img,
.image-component.has-margin img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.link-image {
  cursor: pointer;
}
[data-inline-edit-prop=image] br {
  display: none;
}

.richtext-component {
  column-fill: 'balance';
  column-gap: 25px;
  /*max-width:960px;*/
}
.richtext-component img {
  max-width: 100%;
  height: auto;
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.carousel-component {
  background-color: #f7f5f4;
  min-height: 120px;
  margin: 0 -24px;
  padding: 0 120px;
  overflow: hidden;
  position: relative;
}
.carousel-component .empty {
  display: none;
}
.carousel-component.small-carousel {
  /*padding: 0 !important;
        background: transparent;*/
}
.carousel-component.small-carousel .component-carousel .slick-arrow.slick-next {
  right: -46px;
}
.carousel-component.small-carousel .component-carousel .slick-arrow.slick-prev {
  left: -78px;
}
.carousel-component.small-carousel .component-carousel .slick-arrow.slick-prev:before,
.carousel-component.small-carousel .component-carousel .slick-arrow.slick-next:before {
  opacity: 0.5 !important;
}
.carousel-component.small-carousel .component-carousel:hover .slick-arrow.slick-prev:before,
.carousel-component.small-carousel .component-carousel:hover .slick-arrow.slick-next:before {
  opacity: 0.5;
}
.carousel-component .component-carousel .slick-list {
  margin: 0 -4px !important;
  padding: 40px 0;
}
.carousel-component .component-carousel .slick-list .slick-track {
  margin-left: 0px;
}
.carousel-component .component-carousel .slick-dots {
  display: none;
}
.carousel-component .component-carousel .slick-arrow {
  height: 50px;
}
.carousel-component .component-carousel .slick-arrow.slick-prev:before,
.carousel-component .component-carousel .slick-arrow.slick-next:before {
  background-color: black;
  opacity: 0.5;
  transition: opacity 0.5s;
  background-image: url('/page-builder/public/assets/component/angle.svg');
  width: 50px;
  height: 40px;
  display: block;
  border-radius: 3px;
  content: '' !important;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-component .component-carousel .slick-arrow {
  z-index: 300;
}
.carousel-component .component-carousel .slick-arrow:before {
  width: 52px !important;
  height: 36px !important;
}
.carousel-component .component-carousel .slick-arrow.slick-next {
  right: -72px;
}
.carousel-component .component-carousel .slick-arrow.slick-prev {
  left: -104px;
}
.carousel-component .component-carousel .slick-arrow.slick-prev:before {
  transform: rotate(90deg);
}
.carousel-component .component-carousel .slick-arrow.slick-next:before {
  transform: rotate(-90deg);
}
.carousel-component .component-carousel .carousel-item {
  /*padding: 30px 2px;
            padding: 30px 0;
            box-sizing: border-box;*/
  /*max-width: max-content !important;*/
}
.carousel-component .component-carousel .carousel-item .non-editable-root,
.carousel-component .component-carousel .carousel-item .editable-root {
  max-width: 100%;
  width: 100%;
}
.carousel-component .component-carousel .carousel-item .youtube-root .youtube-video {
  margin: 0 2px;
}
.carousel-component .component-carousel .carousel-item .product-card-component {
  width: 100%;
}
.carousel-component .component-carousel:hover .slick-arrow:before {
  opacity: 0.7;
}
.editable-root .carousel-component .empty {
  display: block;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279.99px) {
  .carousel-component {
    padding: 0px 94px !important;
  }
}
@media screen and (max-width: 959.99px) {
  .carousel-component {
    margin: 0 -16px;
    padding: 0 16px !important;
  }
  .carousel-component.small-carousel .component-carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .carousel-component.small-carousel .component-carousel .slick-arrow.slick-prev {
    left: -24px;
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.carousel-universal-component {
  background-color: #f7f5f4;
  min-height: 120px;
  height: 300px;
  overflow: hidden;
  margin: 0 -24px;
  padding: 0 120px;
  position: relative;
}
.carousel-universal-component .empty {
  display: none;
}
.carousel-universal-component.small-carousel {
  /*padding : 0 !important;
        background: transparent;*/
}
.carousel-universal-component.small-carousel .component-carousel .slick-arrow.slick-next {
  right: -46px;
}
.carousel-universal-component.small-carousel .component-carousel .slick-arrow.slick-prev {
  left: -78px;
}
.carousel-universal-component.small-carousel .component-carousel .slick-arrow.slick-prev:before,
.carousel-universal-component.small-carousel .component-carousel .slick-arrow.slick-next:before {
  opacity: 0;
}
.carousel-universal-component.small-carousel .component-carousel:hover .slick-arrow.slick-prev:before,
.carousel-universal-component.small-carousel .component-carousel:hover .slick-arrow.slick-next:before {
  opacity: 1;
}
.carousel-universal-component .component-universal-carousel .slick-list {
  margin: 0 -4px !important;
  padding: 40px 0;
}
.carousel-universal-component .component-universal-carousel .slick-arrow {
  height: 50px;
}
.carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev:before,
.carousel-universal-component .component-universal-carousel .slick-arrow.slick-next:before {
  background-color: black;
  opacity: 0.5;
  transition: opacity 0.5s;
  background-image: url('/page-builder/public/assets/component/angle.svg');
  width: 50px;
  height: 40px;
  display: block;
  border-radius: 3px;
  content: '' !important;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-universal-component .component-universal-carousel .slick-arrow {
  z-index: 300;
}
.carousel-universal-component .component-universal-carousel .slick-arrow:before {
  width: 52px !important;
  height: 36px !important;
}
.carousel-universal-component .component-universal-carousel .slick-arrow.slick-next {
  right: -72px;
}
.carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev {
  left: -104px;
}
.carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev:before {
  transform: rotate(90deg);
}
.carousel-universal-component .component-universal-carousel .slick-arrow.slick-next:before {
  transform: rotate(-90deg);
}
.carousel-universal-component .component-universal-carousel .carousel-universal-item {
  max-width: max-content !important;
  opacity: 0;
  padding: 0 4px;
  /*padding : 30px 2px;
            padding   : 30px 0;
            box-sizing: border-box;*/
}
.carousel-universal-component .component-universal-carousel .carousel-universal-item .non-editable-root,
.carousel-universal-component .component-universal-carousel .carousel-universal-item .editable-root {
  height: 200px !important;
  width: auto !important;
}
.carousel-universal-component .component-universal-carousel .carousel-universal-item .youtube-root .youtube-video {
  /*margin  : 0 2px;*/
  height: 200px !important;
  width: 355px !important;
}
.carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container .image-component {
  max-width: 100%;
  width: 100%;
}
.carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container .image-component img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container img {
  padding-left: 5px;
  padding-right: 5px;
  height: 200px;
  width: auto;
}
.carousel-universal-component .component-universal-carousel:hover .slick-arrow:before {
  opacity: 0.7;
}
.carousel-universal-component.style-v2 {
  min-height: 600px;
  height: 600px;
}
.carousel-universal-component.style-v2 .slick-slider {
  height: 400px;
}
.carousel-universal-component.style-v2 .slick-list {
  padding: 0;
  overflow: unset;
}
.carousel-universal-component.style-v2 .brochure .inner .extra.sheets {
  display: none;
}
.editable-root .carousel-universal-component .empty {
  display: block;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279.99px) {
  .carousel-universal-component {
    padding: 0px 94px !important;
  }
}
@media screen and (max-width: 959.99px) {
  .carousel-universal-component {
    margin: 0 -16px;
    padding: 0 16px !important;
  }
  .carousel-universal-component.small-carousel .component-carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .carousel-universal-component.small-carousel .component-carousel .slick-arrow.slick-prev {
    left: -24px;
  }
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev {
    left: -24px;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item {
    max-width: max-content !important;
    /*padding : 30px 2px;
                padding   : 30px 0;
                box-sizing: border-box;*/
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .non-editable-root,
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .editable-root {
    height: 200px !important;
    width: auto !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .youtube-root .youtube-video {
    margin: 0 2px;
    height: 200px !important;
    width: 355px !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container img {
    padding-left: 3px;
    padding-right: 3px;
    height: 200px;
    width: auto;
  }
  .carousel-universal-component .component-universal-carousel:hover .slick-arrow:before {
    opacity: 0.7;
  }
}
@media screen and (max-width: 425px) {
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev {
    left: -24px;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item {
    max-width: max-content !important;
    /*padding : 30px 2px;
                padding   : 30px 0;
                box-sizing: border-box;*/
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .non-editable-root,
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .editable-root {
    height: 155px !important;
    width: auto !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .youtube-root .youtube-video {
    margin: 0 2px;
    height: 155px !important;
    width: 275px !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container img {
    padding-left: 3px;
    padding-right: 3px;
    height: 155px;
    width: auto;
  }
  .carousel-universal-component .component-universal-carousel:hover .slick-arrow:before {
    opacity: 0.7;
  }
}
@media screen and (max-width: 375px) {
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev {
    left: -24px;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item {
    max-width: max-content !important;
    /*padding : 30px 2px;
                padding   : 30px 0;
                box-sizing: border-box;*/
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .non-editable-root,
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .editable-root {
    height: 150px !important;
    width: auto !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .youtube-root .youtube-video {
    margin: 0 2px;
    height: 150px !important;
    width: 266px !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container img {
    padding-left: 3px;
    padding-right: 3px;
    height: 150px;
    width: auto;
  }
  .carousel-universal-component .component-universal-carousel:hover .slick-arrow:before {
    opacity: 0.7;
  }
}
@media screen and (max-width: 320px) {
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-next {
    right: 8px;
  }
  .carousel-universal-component .component-universal-carousel .slick-arrow.slick-prev {
    left: -24px;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item {
    max-width: max-content !important;
    /*padding : 30px 2px;
                padding   : 30px 0;
                box-sizing: border-box;*/
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .non-editable-root,
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .editable-root {
    height: 120px !important;
    width: auto !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .youtube-root .youtube-video {
    margin: 0 2px;
    height: 120px !important;
    width: 213px !important;
  }
  .carousel-universal-component .component-universal-carousel .carousel-universal-item .image-component-container img {
    padding-left: 2px;
    padding-right: 2px;
    height: 120px;
    width: auto;
  }
  .carousel-universal-component .component-universal-carousel:hover .slick-arrow:before {
    opacity: 0.7;
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.table-component {
  overflow: auto;
}
.table-component table {
  min-width: 620px;
}
.table-component.borderless table {
  border: none !important;
}
.table-component.borderless table tr {
  border: none !important;
}
.table-component.borderless table tr th {
  border: none !important;
}
.table-component.borderless table tr td {
  border: none !important;
}
.ephox-dragster-blocker {
  z-index: 600;
}
.ephox-snooker-resizer-bar {
  z-index: 601;
  border: solid 1px #f45e2b;
}



.add-remove-list-component {
  width: 100%;
  display: flex;
}
.add-remove-list-component .list-container {
  width: calc(50% - 45px);
  border: solid 1px #D2D1CF;
  max-height: 500px;
  overflow: auto;
  position: relative;
}
.add-remove-list-component .list-container .add-remove-list-item {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  overflow: hidden;
}
.add-remove-list-component .list-container .add-remove-list-item svg {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 16px;
  color: #333;
  display: none;
}
.add-remove-list-component .list-container .add-remove-list-item:nth-of-type(2n) {
  background: #f9f9f9;
}
.add-remove-list-component .list-container .add-remove-list-item:hover {
  background: #ddd;
}
.add-remove-list-component .list-container .add-remove-list-item[data-selected=true] svg {
  display: block;
}
.add-remove-list-component .add-remove-list-controls {
  padding: 8px;
}
.add-remove-list-component .add-remove-list-controls button {
  display: block;
  width: 80px;
  height: 38px;
  margin: 5px 5px;
  padding: 8px;
}
.add-remove-list-component .list-to {
  border: none;
  overflow: initial;
}
.add-remove-list-component .list-to .list-elements {
  height: 100%;
  border: solid 1px #D2D1CF;
  max-height: 500px;
  overflow: auto;
}
.add-remove-list-component .list-to input.error ~ .list-elements {
  border: solid 1px red;
}
.add-remove-list-component .list-to label.error {
  color: red;
  font-size: 14px;
  font-family: "FranklinGothicBookITC";
  line-height: 24px;
  margin: 0;
}
.add-remove-list-component.product-add-remove-list button.add-all,
.add-remove-list-component.product-add-remove-list button.remove-all {
  display: none;
}

/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.cropper-container img {
    backface-visibility: hidden;
    display: block;
    height: 100%;
    image-orientation: 0deg;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
    border-bottom-width: 1px;
    border-top-width: 1px;
    height: calc(100% / 3);
    left: 0;
    top: calc(100% / 3);
    width: 100%;
  }

.cropper-dashed.dashed-v {
    border-left-width: 1px;
    border-right-width: 1px;
    height: 100%;
    left: calc(100% / 3);
    top: 0;
    width: calc(100% / 3);
  }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
  .cropper-center::after {
    background-color: #eee;
    content: ' ';
    display: block;
    position: absolute;
  }

.cropper-center::before {
    height: 1px;
    left: -3px;
    top: 0;
    width: 7px;
  }

.cropper-center::after {
    height: 7px;
    left: 0;
    top: -3px;
    width: 1px;
  }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
    cursor: ew-resize;
    right: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-n {
    cursor: ns-resize;
    height: 5px;
    left: 0;
    top: -3px;
  }

.cropper-line.line-w {
    cursor: ew-resize;
    left: -3px;
    top: 0;
    width: 5px;
  }

.cropper-line.line-s {
    bottom: -3px;
    cursor: ns-resize;
    height: 5px;
    left: 0;
  }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
    cursor: ew-resize;
    margin-top: -3px;
    right: -3px;
    top: 50%;
  }

.cropper-point.point-n {
    cursor: ns-resize;
    left: 50%;
    margin-left: -3px;
    top: -3px;
  }

.cropper-point.point-w {
    cursor: ew-resize;
    left: -3px;
    margin-top: -3px;
    top: 50%;
  }

.cropper-point.point-s {
    bottom: -3px;
    cursor: s-resize;
    left: 50%;
    margin-left: -3px;
  }

.cropper-point.point-ne {
    cursor: nesw-resize;
    right: -3px;
    top: -3px;
  }

.cropper-point.point-nw {
    cursor: nwse-resize;
    left: -3px;
    top: -3px;
  }

.cropper-point.point-sw {
    bottom: -3px;
    cursor: nesw-resize;
    left: -3px;
  }

.cropper-point.point-se {
    bottom: -3px;
    cursor: nwse-resize;
    height: 20px;
    opacity: 1;
    right: -3px;
    width: 20px;
  }

@media (min-width: 768px) {

.cropper-point.point-se {
      height: 15px;
      width: 15px;
  }
    }

@media (min-width: 992px) {

.cropper-point.point-se {
      height: 10px;
      width: 10px;
  }
    }

@media (min-width: 1200px) {

.cropper-point.point-se {
      height: 5px;
      opacity: 0.75;
      width: 5px;
  }
    }

.cropper-point.point-se::before {
    background-color: #39f;
    bottom: -50%;
    content: ' ';
    display: block;
    height: 200%;
    opacity: 0;
    position: absolute;
    right: -50%;
    width: 200%;
  }

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!
 * Cropper.js v1.6.1
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2023-09-17T03:44:17.565Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.33333%;left:0;top:33.33333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.33333%;top:0;width:33.33333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC")}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}
.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.cropper-popup img {
  max-width: 100%;
}
.cropper-popup #cropped-size {
  color: #ada99f;
}
.cropper-popup #cropped-size.error {
  color: #f45e2b;
}
.cropper-popup #cropper-done[disabled] {
  opacity: 0.5;
}
.cropper-popup .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
.cropper-popup .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.cropper-popup .modal-content .modal-body {
  padding-top: 40px;
}
.cropper-popup .modal-content .editor-title {
  font-size: 24px;
  font-weight: bold;
  margin-left: 25px;
}
.editor-content {
  width: 1600px;
  margin: auto;
  max-width: 100%;
}
.editor-content .cropper-root {
  width: 100%;
  max-width: 1280px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.editor-content .cropper-preview {
  width: 300px;
  max-width: 100%;
  height: 300px;
  margin: auto;
  position: relative;
  overflow: hidden;
  background: snow;
}
.editor-content .cropper-preview img {
  position: absolute;
}
.editor-content .cropper-toolbar {
  text-align: center;
}
.editor-content .cropper-toolbar .cropper-icons {
  margin-top: 30px;
}
.editor-content .cropper-toolbar .cropper-icons i {
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ada99f;
  line-height: 38px;
  cursor: pointer;
}
.editor-content .cropper-toolbar .cropper-icons i:hover {
  color: #f45e2b;
}
@media screen and (max-width: 1280px) {
  .cropper-preview {
    margin-top: 10px;
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.szinminta-carousel {
  display: none;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.color-detail {
  display: none;
}
.color-detail.visible {
  display: block;
}
.color-picker {
  cursor: pointer;
}
.colorName {
  width: 100%;
  float: left;
  background-color: white;
  padding: 10px 0px;
  display: none;
}
.colorName span.twitter-typeahead {
  width: 100%;
}
.colorName.visible {
  display: block;
}
.colorName .tt-hint {
  display: none !important;
}
.colorName #colorNameFormBuilder {
  width: 100%;
  border: solid 1px #D2D1CF;
  padding: 8px;
  display: block;
}
.colorName .tt-menu {
  display: block;
  max-height: 180px;
  overflow-x: hidden;
  width: 100%;
  background-color: white;
}
.colorName .tt-menu .tt-selectable {
  width: 100%;
  display: block;
  float: left;
}
.colorName .tt-menu .tt-selectable:hover {
  background-color: #F9F8F4;
}
.colorName .tt-menu .tt-selectable .color,
.colorName .tt-menu .tt-selectable .name {
  width: 50%;
  float: left;
  display: block;
}
.colorName .tt-menu .tt-selectable .name p {
  margin: unset;
  color: #000000;
  font-size: 18px;
  font-family: "FranklinGothicBookITC";
  line-height: 42px;
  padding: 0 12px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background-color 300ms ease-in-out;
}
.colorName .tt-menu .tt-selectable .color {
  height: 42px;
}
.color-picker-component .colorName {
  float: none;
}

.color-search-parent {
  height: 40px;
}
.form-builder-input.color-search {
  width: 100%;
  background-color: white;
}
.form-builder-input.color-search .twitter-typeahead {
  width: 100%;
}
.form-builder-input.color-search .tt-hint {
  display: none !important;
}
.form-builder-input.color-search .tt-menu {
  display: block;
  max-height: 180px;
  overflow-x: hidden;
  width: 100%;
  background-color: white;
}
.form-builder-input.color-search .tt-menu .tt-selectable {
  width: 100%;
  display: block;
  float: left;
}
.form-builder-input.color-search .tt-menu .tt-selectable:hover {
  background-color: #F9F8F4;
}
.form-builder-input.color-search .tt-menu .tt-selectable .color,
.form-builder-input.color-search .tt-menu .tt-selectable .name {
  width: 50%;
  float: left;
  display: block;
}
.form-builder-input.color-search .tt-menu .tt-selectable .name p {
  margin: unset;
  color: #000000;
  font-size: 18px;
  font-family: "FranklinGothicBookITC";
  line-height: 42px;
  padding: 0 12px;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background-color 300ms ease-in-out;
}
.form-builder-input.color-search .tt-menu .tt-selectable .color {
  height: 42px;
}

.repeatable-component {
  margin-bottom: 15px;
}
.repeatable-component .title {
  font-weight: bold;
}
.repeatable-component .repeatable-empty {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.repeatable-component .repeatable-items {
  padding-left: 10px;
  padding-right: 20px;
  position: relative;
  margin-bottom: 15px;
}
.repeatable-component .repeatable-items.repeatable-base-items .item-remove {
  display: none;
}
.repeatable-component .repeatable-items:not(.repeatable-base-items) .item-remove {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -1px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  padding: 0;
  margin-top: -17px;
}
.repeatable-component .repeatable-items.repeatable-columns-1 .editable-root,
.repeatable-component .repeatable-items.repeatable-columns-1 .non-editable-root {
  width: 100%;
  display: block;
  padding: 0 10px;
}
.repeatable-component .repeatable-items.repeatable-columns-2 .editable-root,
.repeatable-component .repeatable-items.repeatable-columns-2 .non-editable-root {
  width: 50%;
  display: inline-grid;
  padding: 0 10px;
}
.repeatable-component .repeatable-items.repeatable-columns-3 .editable-root,
.repeatable-component .repeatable-items.repeatable-columns-3 .non-editable-root {
  width: 33.33%;
  display: inline-grid;
  padding: 0 10px;
}
.repeatable-component .repeatable-items.repeatable-columns-4 .editable-root,
.repeatable-component .repeatable-items.repeatable-columns-4 .non-editable-root {
  width: 25%;
  display: inline-grid;
  padding: 0 10px;
}
.repeatable-component .repeatable-items.repeatable-columns-5 .editable-root,
.repeatable-component .repeatable-items.repeatable-columns-5 .non-editable-root {
  width: 20%;
  display: inline-grid;
  padding: 0 10px;
}
.non-editable-root .repeatable-component .repeatable-empty {
  display: none;
}
.non-editable-root .repeatable-component .card-header > button {
  display: none;
}

.form-component-placeholder {
  background-image: url('/page-builder/public/assets/component/placeholder2.png');
  background-position-x: -10px;
  padding: 30px;
  text-align: center;
}
.form-component form {
  margin: 0 -25px;
}
.form-component {
  padding: 0 24px;
}
.dom-editor .form-component .non-editable-root {
  display: block;
}

.form-builder-input {
  margin-bottom: 30px;
}
.form-builder-input label.title {
  color: #182f43;
}
.form-builder-input label.mb-10 {
  display: block;
  margin-bottom: 10px;
}
.form-builder-input label.error {
  color: #bd0e1a;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.form-builder-input input,
.form-builder-input .input {
  display: inline-block;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #c1d6e9;
  height: 48px;
  width: 100%;
  color: #263f8f;
  padding: 0 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.3s ease-in-out;
  opacity: 1;
}
.form-builder-input input::-moz-placeholder,
.form-builder-input .input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  color: #889cd9;
  opacity: 1;
}
.form-builder-input input::placeholder,
.form-builder-input .input::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #889cd9;
  opacity: 1;
}
.form-builder-input input:focus,
.form-builder-input .input:focus {
  background-color: #f3f3f4 !important;
}
.form-builder-input input[type="tel"],
.form-builder-input .input[type="tel"] {
  padding-left: 24px;
}
.form-builder-input textarea {
  display: inline-block;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #c1d6e9;
  min-height: 120px;
  min-width: 320px;
  max-width: 100%;
  width: 100%;
  color: #263f8f;
  padding: 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
}
.form-builder-input textarea::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  color: #889cd9;
  opacity: 1;
}
.form-builder-input textarea::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #889cd9;
  opacity: 1;
}
.form-builder-input textarea:focus {
  background-color: #f3f3f4 !important;
}
.form-builder-input textarea::-webkit-resizer {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #c1d6e9 50%);
}
.form-builder-input textarea:after {
  content: "xx";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid #d0eafa;
  border-left: 10px solid #d0eafa;
  border-right: 0;
  border-bottom: 0;
}
.form-builder-input.simple-select label.title {
  display: block;
  margin-bottom: 10px;
}
.form-builder-input.simple-select select {
  width: 100%;
  min-width: 260px;
  border-radius: 0;
  border-right: solid 1px #d0eafa;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  margin: 0;
  text-align: left !important;
  transition: all 0.24s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.form-builder-input.simple-select .select-wrapper {
  width: 100%;
  min-width: 260px;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: solid 1px #d0eafa;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 48px;
  line-height: 46px;
  outline: none;
  padding-left: 15px;
  padding-right: 40px;
  position: relative;
  margin: 0;
  text-align: left !important;
  transition: all 0.24s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.form-builder-input.simple-select .select-wrapper:after {
  content: "";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  transform: rotate(0deg);
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.46875 8.46582L0.375 2.40332C0.09375 2.09082 0.09375 1.62207 0.375 1.34082L1.09375 0.62207C1.375 0.34082 1.84375 0.34082 2.15625 0.62207L7 5.43457L11.8125 0.62207C12.125 0.34082 12.5938 0.34082 12.875 0.62207L13.5938 1.34082C13.875 1.62207 13.875 2.09082 13.5938 2.40332L7.5 8.46582C7.21875 8.74707 6.75 8.74707 6.46875 8.46582Z" fill="rgb(24, 47, 67)"/></svg>');
  display: block;
  width: 14px;
  height: 9px;
  margin-top: -5px;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: all 0.15s ease-in-out;
}
.form-builder-input.select-component label.title {
  display: block;
  margin-bottom: 10px;
}
.form-builder-input.select-component select {
  all: revert;
  width: 100%;
  min-width: 260px;
  border-radius: 0;
  border: solid 1px #d0eafa;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 108px;
  outline: none;
  padding: 10px;
  position: relative;
  margin: 0;
  text-align: left !important;
  transition: all 0.24s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.form-builder-input.select-component select option {
  padding: 5px;
  min-height: 20px;
}
.form-builder-input.select-component select option:hover {
  background-color: #f3f3f4 !important;
}
.form-builder-input .radio-group .radio-input {
  display: flex;
  margin-bottom: 20px;
}
.form-builder-input .radio-group .radio-input input {
  margin-right: 20px;
}
.form-builder-input .form-check-label {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.form-builder-input .form-check-label .checkbox-text {
  width: 100%;
  left: 35px;
  border: none;
}
.form-builder-input .form-check-label input {
  margin-right: 20px;
}
.form-builder-input input[type=checkbox],
.form-builder-input input[type=radio],
.form-builder-input .input[type=checkbox],
.form-builder-input .input[type=radio] {
  width: 26px;
  height: 26px;
  background: #ffffff;
  padding: 2px;
  border: 1px solid #f45e2b;
  display: block;
}
.form-builder-input input[type=checkbox]:checked:after,
.form-builder-input input[type=radio]:checked:after,
.form-builder-input .input[type=checkbox]:checked:after,
.form-builder-input .input[type=radio]:checked:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-color: #f45e2b;
  aspect-ratio: 1;
}
.form-builder-input input[type=radio],
.form-builder-input .input[type=radio] {
  border-radius: 12px;
}
.form-builder-input input[type=radio]:checked:after,
.form-builder-input .input[type=radio]:checked:after {
  border-radius: 10px;
}
.form-builder-input input[type=range] {
  height: 5px;
  background: #f45e2b;
  margin: 0;
  border-radius: 5px;
}
.form-builder-input input[type=range]:focus {
  background: #b03309 !important;
}
.file-uploader-component label.copyright-title,
.file-uploader-list-component label.copyright-title {
  margin-left: calc(49% + 5px);
  margin-top: -25px;
}
.file-uploader-component .cropper-btn,
.file-uploader-list-component .cropper-btn {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  vertical-align: bottom !important;
  border-radius: 50%;
  color: #555;
  transform: rotate(45deg);
  cursor: pointer;
  margin-left: 10px;
  font-size: 18px;
  transition: color 0.5s;
}
.file-uploader-component .cropper-btn:hover,
.file-uploader-list-component .cropper-btn:hover {
  color: #f45e2b;
  background-color: #ddd;
}
.file-uploader-component ul.files-list,
.file-uploader-list-component ul.files-list {
  list-style-type: none;
  vertical-align: top;
  padding: 10px 0;
  font-size: 16px;
}
.file-uploader-component ul.files-list li,
.file-uploader-list-component ul.files-list li {
  position: relative;
}
.file-uploader-component ul.files-list li .close,
.file-uploader-list-component ul.files-list li .close {
  position: absolute;
  top: 0;
  right: 5px;
  transform: rotate(45deg);
  cursor: pointer;
}
.file-uploader-component ul.files-list li > div,
.file-uploader-list-component ul.files-list li > div {
  width: 49%;
  display: inline-block;
}
.file-uploader-component ul.files-list li > div:nth-of-type(1) span.file-name,
.file-uploader-list-component ul.files-list li > div:nth-of-type(1) span.file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  font-size: 16px;
  align-content: center;
  align-items: center;
}
.file-uploader-component ul.files-list li > div:nth-of-type(1) span.file-name .file-inner,
.file-uploader-list-component ul.files-list li > div:nth-of-type(1) span.file-name .file-inner {
  display: inline-block;
  max-width: calc(100% - 100px);
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.file-uploader-component ul.files-list li > div:nth-of-type(2),
.file-uploader-list-component ul.files-list li > div:nth-of-type(2) {
  vertical-align: middle;
  padding-left: 5px;
}
.file-uploader-component ul.files-list li > div:nth-of-type(2) input,
.file-uploader-list-component ul.files-list li > div:nth-of-type(2) input {
  height: 35px;
  font-size: 16px;
  width: calc(100% - 15px);
}
.file-uploader-component ul.files-list li > div:nth-of-type(2) div,
.file-uploader-list-component ul.files-list li > div:nth-of-type(2) div {
  margin-top: -9px;
  margin-bottom: 10px;
}
.file-uploader-component ul.files-list li.error span.error,
.file-uploader-list-component ul.files-list li.error span.error,
.file-uploader-component ul.files-list li.error i,
.file-uploader-list-component ul.files-list li.error i {
  color: #f45e2b;
}
.file-uploader-component ul.files-list li.error span.error,
.file-uploader-list-component ul.files-list li.error span.error {
  font-size: 13px;
  display: block;
  line-height: 10px;
}
.file-uploader-component ul.files-list li i,
.file-uploader-list-component ul.files-list li i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: text-top;
  color: gray;
}

#jobs .jobs-filter {
  margin-bottom: 40px;
}
#jobs .jobs-filter .mdi-chevron-down {
  color: #f85e2b;
}
#jobs .jobs-filter .dropdown {
  width: 100%;
}
#jobs .jobs-filter .dropdown .jobs-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#jobs .jobs-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#jobs .jobs-filter .jobs-filter-title {
  font-weight: bold;
}
#jobs .jobs-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#jobs .jobs-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#jobs .jobs-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#jobs .jobs-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#jobs .jobs-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#jobs .jobs-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#jobs .jobs-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#jobs .jobs-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#jobs .jobs-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#jobs .jobs-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#jobs .jobs-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#jobs .jobs-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#jobs .jobs-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#jobs .jobs-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#jobs .jobs-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #jobs .jobs-filter .dropdown {
    width: 100%;
  }
  #jobs .jobs-content .job-card {
    width: 100%;
  }
  #jobs .jobs-content .job-card .job-card-content {
    width: 100%;
  }
  #jobs .jobs-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #jobs .jobs-filter .dropdown {
    width: 100%;
  }
  #jobs .jobs-content .job-card {
    width: 50%;
  }
  #jobs .jobs-content .job-card .job-card-content {
    width: 100%;
  }
  #jobs .jobs-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #jobs .jobs-filter .dropdown {
    width: 100%;
  }
  #jobs .jobs-content .job-card {
    width: 33.33%;
  }
  #jobs .jobs-content .job-card .job-card-content {
    width: 100%;
  }
  #jobs .jobs-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#global-reach .global-reach-filter {
  margin-bottom: 40px;
}
#global-reach .global-reach-filter .mdi-chevron-down {
  color: #f85e2b;
}
#global-reach .global-reach-filter .dropdown {
  width: 100%;
}
#global-reach .global-reach-filter .dropdown .global-reach-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#global-reach .global-reach-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#global-reach .global-reach-filter .global-reach-filter-title {
  font-weight: bold;
}
#global-reach .global-reach-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#global-reach .global-reach-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#global-reach .global-reach-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#global-reach .global-reach-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#global-reach .global-reach-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#global-reach .global-reach-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#global-reach .global-reach-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#global-reach .global-reach-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#global-reach .global-reach-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#global-reach .global-reach-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#global-reach .global-reach-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#global-reach .global-reach-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#global-reach .global-reach-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#global-reach .global-reach-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#global-reach .global-reach-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #global-reach .global-reach-filter .dropdown {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card .job-card-content {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #global-reach .global-reach-filter .dropdown {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card {
    width: 50%;
  }
  #global-reach .global-reach-content .job-card .job-card-content {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #global-reach .global-reach-filter .dropdown {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card {
    width: 33.33%;
  }
  #global-reach .global-reach-content .job-card .job-card-content {
    width: 100%;
  }
  #global-reach .global-reach-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#poster .poster-filter {
  margin-bottom: 40px;
}
#poster .poster-filter .mdi-chevron-down {
  color: #f85e2b;
}
#poster .poster-filter .dropdown {
  width: 100%;
}
#poster .poster-filter .dropdown .poster-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#poster .poster-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#poster .poster-filter .poster-filter-title {
  font-weight: bold;
}
#poster .poster-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#poster .poster-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#poster .poster-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#poster .poster-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#poster .poster-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#poster .poster-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#poster .poster-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#poster .poster-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#poster .poster-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#poster .poster-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#poster .poster-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#poster .poster-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#poster .poster-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#poster .poster-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#poster .poster-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #poster .poster-filter .dropdown {
    width: 100%;
  }
  #poster .poster-content .job-card {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #poster .poster-filter .dropdown {
    width: 100%;
  }
  #poster .poster-content .job-card {
    width: 50%;
  }
  #poster .poster-content .job-card .job-card-content {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #poster .poster-filter .dropdown {
    width: 100%;
  }
  #poster .poster-content .job-card {
    width: 33.33%;
  }
  #poster .poster-content .job-card .job-card-content {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#poster .poster-filter {
  margin-bottom: 40px;
}
#poster .poster-filter .mdi-chevron-down {
  color: #f85e2b;
}
#poster .poster-filter .dropdown {
  width: 100%;
}
#poster .poster-filter .dropdown .poster-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#poster .poster-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#poster .poster-filter .poster-filter-title {
  font-weight: bold;
}
#poster .poster-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#poster .poster-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#poster .poster-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#poster .poster-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#poster .poster-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#poster .poster-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#poster .poster-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#poster .poster-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#poster .poster-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#poster .poster-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#poster .poster-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#poster .poster-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#poster .poster-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#poster .poster-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#poster .poster-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #poster .poster-filter .dropdown {
    width: 100%;
  }
  #poster .poster-content .job-card {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #poster .poster-filter .dropdown {
    width: 100%;
  }
  #poster .poster-content .job-card {
    width: 50%;
  }
  #poster .poster-content .job-card .job-card-content {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #poster .poster-filter .dropdown {
    width: 100%;
  }
  #poster .poster-content .job-card {
    width: 33.33%;
  }
  #poster .poster-content .job-card .job-card-content {
    width: 100%;
  }
  #poster .poster-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#news .news-filter {
  margin-bottom: 40px;
}
#news .news-filter .mdi-chevron-down {
  color: #f85e2b;
}
#news .news-filter .dropdown {
  width: 100%;
}
#news .news-filter .dropdown .news-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#news .news-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#news .news-filter .news-filter-title {
  font-weight: bold;
}
#news .news-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#news .news-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#news .news-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#news .news-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#news .news-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#news .news-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#news .news-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#news .news-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#news .news-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#news .news-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#news .news-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#news .news-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#news .news-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#news .news-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#news .news-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #news .news-filter .dropdown {
    width: 100%;
  }
  #news .news-content .job-card {
    width: 100%;
  }
  #news .news-content .job-card .job-card-content {
    width: 100%;
  }
  #news .news-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #news .news-filter .dropdown {
    width: 100%;
  }
  #news .news-content .job-card {
    width: 50%;
  }
  #news .news-content .job-card .job-card-content {
    width: 100%;
  }
  #news .news-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #news .news-filter .dropdown {
    width: 100%;
  }
  #news .news-content .job-card {
    width: 33.33%;
  }
  #news .news-content .job-card .job-card-content {
    width: 100%;
  }
  #news .news-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#expertises .expertises-filter {
  margin-bottom: 40px;
}
#expertises .expertises-filter .mdi-chevron-down {
  color: #f85e2b;
}
#expertises .expertises-filter .dropdown {
  width: 100%;
}
#expertises .expertises-filter .dropdown .expertises-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#expertises .expertises-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#expertises .expertises-filter .expertises-filter-title {
  font-weight: bold;
}
#expertises .expertises-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#expertises .expertises-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#expertises .expertises-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#expertises .expertises-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#expertises .expertises-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#expertises .expertises-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#expertises .expertises-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#expertises .expertises-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#expertises .expertises-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#expertises .expertises-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#expertises .expertises-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#expertises .expertises-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#expertises .expertises-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#expertises .expertises-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#expertises .expertises-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #expertises .expertises-filter .dropdown {
    width: 100%;
  }
  #expertises .expertises-content .job-card {
    width: 100%;
  }
  #expertises .expertises-content .job-card .job-card-content {
    width: 100%;
  }
  #expertises .expertises-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #expertises .expertises-filter .dropdown {
    width: 100%;
  }
  #expertises .expertises-content .job-card {
    width: 50%;
  }
  #expertises .expertises-content .job-card .job-card-content {
    width: 100%;
  }
  #expertises .expertises-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #expertises .expertises-filter .dropdown {
    width: 100%;
  }
  #expertises .expertises-content .job-card {
    width: 33.33%;
  }
  #expertises .expertises-content .job-card .job-card-content {
    width: 100%;
  }
  #expertises .expertises-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#experts .experts-filter {
  margin-bottom: 40px;
}
#experts .experts-filter .mdi-chevron-down {
  color: #f85e2b;
}
#experts .experts-filter .dropdown {
  width: 100%;
}
#experts .experts-filter .dropdown .experts-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#experts .experts-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#experts .experts-filter .experts-filter-title {
  font-weight: bold;
}
#experts .experts-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#experts .experts-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#experts .experts-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#experts .experts-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#experts .experts-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#experts .experts-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#experts .experts-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#experts .experts-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#experts .experts-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#experts .experts-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#experts .experts-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#experts .experts-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#experts .experts-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#experts .experts-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#experts .experts-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #experts .experts-filter .dropdown {
    width: 100%;
  }
  #experts .experts-content .job-card {
    width: 100%;
  }
  #experts .experts-content .job-card .job-card-content {
    width: 100%;
  }
  #experts .experts-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #experts .experts-filter .dropdown {
    width: 100%;
  }
  #experts .experts-content .job-card {
    width: 50%;
  }
  #experts .experts-content .job-card .job-card-content {
    width: 100%;
  }
  #experts .experts-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #experts .experts-filter .dropdown {
    width: 100%;
  }
  #experts .experts-content .job-card {
    width: 33.33%;
  }
  #experts .experts-content .job-card .job-card-content {
    width: 100%;
  }
  #experts .experts-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#history .history-filter {
  margin-bottom: 40px;
}
#history .history-filter .mdi-chevron-down {
  color: #f85e2b;
}
#history .history-filter .dropdown {
  width: 100%;
}
#history .history-filter .dropdown .history-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#history .history-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#history .history-filter .history-filter-title {
  font-weight: bold;
}
#history .history-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#history .history-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#history .history-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#history .history-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#history .history-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#history .history-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#history .history-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#history .history-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#history .history-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#history .history-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#history .history-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#history .history-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#history .history-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#history .history-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#history .history-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #history .history-filter .dropdown {
    width: 100%;
  }
  #history .history-content .job-card {
    width: 100%;
  }
  #history .history-content .job-card .job-card-content {
    width: 100%;
  }
  #history .history-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #history .history-filter .dropdown {
    width: 100%;
  }
  #history .history-content .job-card {
    width: 50%;
  }
  #history .history-content .job-card .job-card-content {
    width: 100%;
  }
  #history .history-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #history .history-filter .dropdown {
    width: 100%;
  }
  #history .history-content .job-card {
    width: 33.33%;
  }
  #history .history-content .job-card .job-card-content {
    width: 100%;
  }
  #history .history-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#commitments .commitments-filter {
  margin-bottom: 40px;
}
#commitments .commitments-filter .mdi-chevron-down {
  color: #f85e2b;
}
#commitments .commitments-filter .dropdown {
  width: 100%;
}
#commitments .commitments-filter .dropdown .commitments-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#commitments .commitments-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#commitments .commitments-filter .commitments-filter-title {
  font-weight: bold;
}
#commitments .commitments-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#commitments .commitments-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#commitments .commitments-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#commitments .commitments-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#commitments .commitments-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#commitments .commitments-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#commitments .commitments-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#commitments .commitments-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#commitments .commitments-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#commitments .commitments-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#commitments .commitments-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#commitments .commitments-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#commitments .commitments-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#commitments .commitments-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#commitments .commitments-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #commitments .commitments-filter .dropdown {
    width: 100%;
  }
  #commitments .commitments-content .job-card {
    width: 100%;
  }
  #commitments .commitments-content .job-card .job-card-content {
    width: 100%;
  }
  #commitments .commitments-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #commitments .commitments-filter .dropdown {
    width: 100%;
  }
  #commitments .commitments-content .job-card {
    width: 50%;
  }
  #commitments .commitments-content .job-card .job-card-content {
    width: 100%;
  }
  #commitments .commitments-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #commitments .commitments-filter .dropdown {
    width: 100%;
  }
  #commitments .commitments-content .job-card {
    width: 33.33%;
  }
  #commitments .commitments-content .job-card .job-card-content {
    width: 100%;
  }
  #commitments .commitments-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#communities .communities-filter {
  margin-bottom: 40px;
}
#communities .communities-filter .mdi-chevron-down {
  color: #f85e2b;
}
#communities .communities-filter .dropdown {
  width: 100%;
}
#communities .communities-filter .dropdown .communities-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#communities .communities-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#communities .communities-filter .communities-filter-title {
  font-weight: bold;
}
#communities .communities-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#communities .communities-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#communities .communities-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#communities .communities-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#communities .communities-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#communities .communities-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#communities .communities-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#communities .communities-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#communities .communities-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#communities .communities-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#communities .communities-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#communities .communities-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#communities .communities-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#communities .communities-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#communities .communities-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #communities .communities-filter .dropdown {
    width: 100%;
  }
  #communities .communities-content .job-card {
    width: 100%;
  }
  #communities .communities-content .job-card .job-card-content {
    width: 100%;
  }
  #communities .communities-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #communities .communities-filter .dropdown {
    width: 100%;
  }
  #communities .communities-content .job-card {
    width: 50%;
  }
  #communities .communities-content .job-card .job-card-content {
    width: 100%;
  }
  #communities .communities-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #communities .communities-filter .dropdown {
    width: 100%;
  }
  #communities .communities-content .job-card {
    width: 33.33%;
  }
  #communities .communities-content .job-card .job-card-content {
    width: 100%;
  }
  #communities .communities-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#worldwide .worldwide-filter {
  margin-bottom: 40px;
}
#worldwide .worldwide-filter .mdi-chevron-down {
  color: #f85e2b;
}
#worldwide .worldwide-filter .dropdown {
  width: 100%;
}
#worldwide .worldwide-filter .dropdown .worldwide-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#worldwide .worldwide-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#worldwide .worldwide-filter .worldwide-filter-title {
  font-weight: bold;
}
#worldwide .worldwide-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#worldwide .worldwide-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#worldwide .worldwide-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#worldwide .worldwide-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#worldwide .worldwide-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#worldwide .worldwide-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#worldwide .worldwide-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#worldwide .worldwide-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#worldwide .worldwide-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#worldwide .worldwide-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#worldwide .worldwide-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#worldwide .worldwide-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#worldwide .worldwide-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#worldwide .worldwide-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#worldwide .worldwide-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #worldwide .worldwide-filter .dropdown {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card .job-card-content {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #worldwide .worldwide-filter .dropdown {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card {
    width: 50%;
  }
  #worldwide .worldwide-content .job-card .job-card-content {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #worldwide .worldwide-filter .dropdown {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card {
    width: 33.33%;
  }
  #worldwide .worldwide-content .job-card .job-card-content {
    width: 100%;
  }
  #worldwide .worldwide-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#learning .learning-filter {
  margin-bottom: 40px;
}
#learning .learning-filter .mdi-chevron-down {
  color: #f85e2b;
}
#learning .learning-filter .dropdown {
  width: 100%;
}
#learning .learning-filter .dropdown .learning-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#learning .learning-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#learning .learning-filter .learning-filter-title {
  font-weight: bold;
}
#learning .learning-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#learning .learning-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#learning .learning-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#learning .learning-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#learning .learning-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#learning .learning-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#learning .learning-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#learning .learning-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#learning .learning-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#learning .learning-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#learning .learning-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#learning .learning-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#learning .learning-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#learning .learning-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#learning .learning-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #learning .learning-filter .dropdown {
    width: 100%;
  }
  #learning .learning-content .job-card {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #learning .learning-filter .dropdown {
    width: 100%;
  }
  #learning .learning-content .job-card {
    width: 50%;
  }
  #learning .learning-content .job-card .job-card-content {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #learning .learning-filter .dropdown {
    width: 100%;
  }
  #learning .learning-content .job-card {
    width: 33.33%;
  }
  #learning .learning-content .job-card .job-card-content {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#learning .learning-filter {
  margin-bottom: 40px;
}
#learning .learning-filter .mdi-chevron-down {
  color: #f85e2b;
}
#learning .learning-filter .dropdown {
  width: 100%;
}
#learning .learning-filter .dropdown .learning-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#learning .learning-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#learning .learning-filter .learning-filter-title {
  font-weight: bold;
}
#learning .learning-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#learning .learning-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#learning .learning-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#learning .learning-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#learning .learning-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#learning .learning-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#learning .learning-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#learning .learning-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#learning .learning-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#learning .learning-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#learning .learning-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#learning .learning-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#learning .learning-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#learning .learning-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#learning .learning-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #learning .learning-filter .dropdown {
    width: 100%;
  }
  #learning .learning-content .job-card {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #learning .learning-filter .dropdown {
    width: 100%;
  }
  #learning .learning-content .job-card {
    width: 50%;
  }
  #learning .learning-content .job-card .job-card-content {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #learning .learning-filter .dropdown {
    width: 100%;
  }
  #learning .learning-content .job-card {
    width: 33.33%;
  }
  #learning .learning-content .job-card .job-card-content {
    width: 100%;
  }
  #learning .learning-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#contact .contact-filter {
  margin-bottom: 40px;
}
#contact .contact-filter .mdi-chevron-down {
  color: #f85e2b;
}
#contact .contact-filter .dropdown {
  width: 100%;
}
#contact .contact-filter .dropdown .contact-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#contact .contact-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#contact .contact-filter .contact-filter-title {
  font-weight: bold;
}
#contact .contact-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#contact .contact-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#contact .contact-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#contact .contact-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#contact .contact-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#contact .contact-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#contact .contact-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#contact .contact-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#contact .contact-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#contact .contact-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#contact .contact-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#contact .contact-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#contact .contact-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#contact .contact-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#contact .contact-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #contact .contact-filter .dropdown {
    width: 100%;
  }
  #contact .contact-content .job-card {
    width: 100%;
  }
  #contact .contact-content .job-card .job-card-content {
    width: 100%;
  }
  #contact .contact-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #contact .contact-filter .dropdown {
    width: 100%;
  }
  #contact .contact-content .job-card {
    width: 50%;
  }
  #contact .contact-content .job-card .job-card-content {
    width: 100%;
  }
  #contact .contact-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contact .contact-filter .dropdown {
    width: 100%;
  }
  #contact .contact-content .job-card {
    width: 33.33%;
  }
  #contact .contact-content .job-card .job-card-content {
    width: 100%;
  }
  #contact .contact-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#leaders .leaders-filter {
  margin-bottom: 40px;
}
#leaders .leaders-filter .mdi-chevron-down {
  color: #f85e2b;
}
#leaders .leaders-filter .dropdown {
  width: 100%;
}
#leaders .leaders-filter .dropdown .leaders-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#leaders .leaders-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#leaders .leaders-filter .leaders-filter-title {
  font-weight: bold;
}
#leaders .leaders-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#leaders .leaders-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#leaders .leaders-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#leaders .leaders-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#leaders .leaders-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#leaders .leaders-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#leaders .leaders-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#leaders .leaders-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#leaders .leaders-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#leaders .leaders-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#leaders .leaders-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#leaders .leaders-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#leaders .leaders-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#leaders .leaders-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#leaders .leaders-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #leaders .leaders-filter .dropdown {
    width: 100%;
  }
  #leaders .leaders-content .job-card {
    width: 100%;
  }
  #leaders .leaders-content .job-card .job-card-content {
    width: 100%;
  }
  #leaders .leaders-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #leaders .leaders-filter .dropdown {
    width: 100%;
  }
  #leaders .leaders-content .job-card {
    width: 50%;
  }
  #leaders .leaders-content .job-card .job-card-content {
    width: 100%;
  }
  #leaders .leaders-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #leaders .leaders-filter .dropdown {
    width: 100%;
  }
  #leaders .leaders-content .job-card {
    width: 33.33%;
  }
  #leaders .leaders-content .job-card .job-card-content {
    width: 100%;
  }
  #leaders .leaders-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#brochure .brochure-filter {
  margin-bottom: 40px;
}
#brochure .brochure-filter .mdi-chevron-down {
  color: #f85e2b;
}
#brochure .brochure-filter .dropdown {
  width: 100%;
}
#brochure .brochure-filter .dropdown .brochure-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#brochure .brochure-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#brochure .brochure-filter .brochure-filter-title {
  font-weight: bold;
}
#brochure .brochure-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#brochure .brochure-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#brochure .brochure-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#brochure .brochure-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#brochure .brochure-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#brochure .brochure-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#brochure .brochure-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#brochure .brochure-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#brochure .brochure-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#brochure .brochure-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#brochure .brochure-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#brochure .brochure-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#brochure .brochure-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#brochure .brochure-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#brochure .brochure-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #brochure .brochure-filter .dropdown {
    width: 100%;
  }
  #brochure .brochure-content .job-card {
    width: 100%;
  }
  #brochure .brochure-content .job-card .job-card-content {
    width: 100%;
  }
  #brochure .brochure-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #brochure .brochure-filter .dropdown {
    width: 100%;
  }
  #brochure .brochure-content .job-card {
    width: 50%;
  }
  #brochure .brochure-content .job-card .job-card-content {
    width: 100%;
  }
  #brochure .brochure-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #brochure .brochure-filter .dropdown {
    width: 100%;
  }
  #brochure .brochure-content .job-card {
    width: 33.33%;
  }
  #brochure .brochure-content .job-card .job-card-content {
    width: 100%;
  }
  #brochure .brochure-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

#video .video-filter {
  margin-bottom: 40px;
}
#video .video-filter .mdi-chevron-down {
  color: #f85e2b;
}
#video .video-filter .dropdown {
  width: 100%;
}
#video .video-filter .dropdown .video-filter-button {
  background-color: transparent;
  border-color: transparent;
}
#video .video-filter .job_number {
  height: 30px;
  padding: 10px 12px;
  outline: none !important;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  margin: 0 0 20px 0;
  width: 200px;
  max-width: 100%;
  display: block;
  color: #999;
  line-height: 1.6;
  border: 1px solid #dddddd;
  background: #ffffff;
  border-radius: 15px;
}
#video .video-filter .video-filter-title {
  font-weight: bold;
}
#video .video-filter .job_number_title {
  float: left;
  margin-right: 20px;
}
#video .video-content .job-card {
  display: block;
  opacity: 1;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
  -ms-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}
#video .video-content .job-card a:hover {
  color: unset;
  text-decoration: none;
}
#video .video-content .job-card.hide-card {
  height: 0px;
  width: 0px;
  margin: 0px;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
}
#video .video-content .job-card .job-card-content {
  height: 290px;
  width: 290px;
  color: #f2fafb;
  padding: 15px;
  margin-bottom: 25px;
  position: relative;
}
#video .video-content .job-card .job-card-content .job-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  word-break: break-word;
}
#video .video-content .job-card .job-card-content .job-content {
  margin-top: 20px;
  font-size: 19px;
  line-height: 1.4;
}
#video .video-content .job-card .job-card-content.green {
  background-color: #94c11e;
  color: #212121;
}
#video .video-content .job-card .job-card-content.green-2020 {
  background-color: #83c06f;
  color: #212121;
}
#video .video-content .job-card .job-card-content.red {
  background-color: #e30713;
}
#video .video-content .job-card .job-card-content.gold {
  background-color: #c6c082;
}
#video .video-content .job-card .job-card-content.grey {
  background-color: #bcbcbc;
}
#video .video-content .job-card .job-card-content.blue {
  background-color: #78c0cc;
}
#video .video-content .job-card .job-card-content .job-img {
  float: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 150px;
  max-height: 100px;
  overflow: hidden;
}
#video .video-content .job-card .job-card-content .job-img img {
  width: 100%;
  margin: auto;
}
@media (max-width: 579px) {
  #video .video-filter .dropdown {
    width: 100%;
  }
  #video .video-content .job-card {
    width: 100%;
  }
  #video .video-content .job-card .job-card-content {
    width: 100%;
  }
  #video .video-content .job-card .job-card-content .job-title {
    font-size: 24px;
  }
}
@media (min-width: 580px) and (max-width: 767px) {
  #video .video-filter .dropdown {
    width: 100%;
  }
  #video .video-content .job-card {
    width: 50%;
  }
  #video .video-content .job-card .job-card-content {
    width: 100%;
  }
  #video .video-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #video .video-filter .dropdown {
    width: 100%;
  }
  #video .video-content .job-card {
    width: 33.33%;
  }
  #video .video-content .job-card .job-card-content {
    width: 100%;
  }
  #video .video-content .job-card .job-card-content .job-title {
    font-size: 22px;
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.editor-item {
  margin: 0 0 16px;
}
.editor-item label {
  display: block;
  min-height: 20px;
}
.editor-item label.editor-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.editor-item label.editor-title small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.editor-item label.editor-subtitle {
  font-size: 14px;
  line-height: 30px;
  margin-top: 2px;
}
.editor-item input,
.editor-item select {
  width: 100%;
  border: solid 1px #D2D1CF;
  padding: 8px;
}
.editor-item img {
  width: auto;
  max-width: 100%;
}
.editor-item .form-check-label input[type="checkbox"] {
  margin: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  left: -9999px;
}
.editor-item .form-check-label span {
  width: 20px;
  height: 20px;
  border: 1px solid #c6c1b6;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.editor-item .form-check-label span::before {
  line-height: 18px;
  position: absolute;
}
.editor-item .form-check-label.checked span::before {
  content: '\f12c';
}
.editor-dialog-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.editor-dialog-container .editor-popup {
  overflow: hidden !important;
  position: relative;
}
.editor-popup {
  z-index: 3000;
}
.editor-popup .modal-header {
  padding: 0;
}
.editor-popup .modal-header .close {
  padding: 9px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.editor-popup .modal-dialog {
  max-width: 600px;
  position: relative;
  top: unset;
  left: unset;
  transform: none !important;
  margin: 30px auto;
}
.editor-popup .modal-body {
  padding: 10px 40px 0 40px;
}
.editor-popup .modal-body .button.type-3 {
  line-height: 44px;
}
.editor-popup [contenteditable] {
  padding: 8px;
}
.editor-popup .modal-footer {
  padding: 20px 40px 20px;
}
.tox-tinymce-inline {
  z-index: 3000 !important;
}
.tox-tinymce-aux {
  z-index: 3001 !important;
}
textarea[id^="react-tinymce"] {
  display: none !important;
}
.editor-item [id^="react-tinymce"][contenteditable="true"] {
  border: solid 1px #D2D1CF;
  background: white;
}
.image-editor-frame {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: solid 1px #D2D1CF;
  position: relative;
}
.image-editor-frame button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.image-editor-frame div {
  width: calc(100% - 140px);
  height: 100%;
  position: relative;
}
.image-editor-frame div img {
  max-width: 100%;
  max-height: 200px;
  margin: 0;
}
.light-border {
  border: dashed 1px #D2D1CF;
}
.droppable-active {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.dnd-editor-parent > div.droppable-hover,
.carousel-component.droppable-hover {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.carousel-component.droppable-hover {
  border: solid deeppink !important;
}
button.btn {
  text-align: center;
  padding: 0;
  border-radius: 3px;
  text-transform: uppercase;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  padding: 0 20px !important;
}
button.btn.btn-secondary {
  border: solid 1px #D2D1CF;
}
.btn-primary {
  background: #f45e2b;
  transition: background 0.5s;
}
.btn-primary:hover {
  background: #E4E4E2;
  color: black;
  border: none;
}
i.mce-i-icon-crop:before {
  font-family: Material Icons;
  content: "content_cut";
  color: #595959;
  font-size: 1.1em;
  text-align: center;
  top: 18%;
}
.draggable-component.ui-draggable-dragging {
  width: 230px;
}
.modal.fullscreen-popup .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
  padding: 0;
}
.modal.fullscreen-popup .modal-content {
  height: auto;
  height: 100%;
  border-radius: 0;
}
.modal.fullscreen-popup .modal-content .modal-header {
  border-bottom: none;
}
.modal.fullscreen-popup .modal-content .modal-body {
  height: calc(100% - 75px);
  padding: 0;
}
.modal.fullscreen-popup .modal-content .modal-body iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.editor-item .react-datepicker {
  border-radius: 0;
}
.editor-item .react-datepicker__day--selected,
.editor-item .react-datepicker__day--in-selecting-range,
.editor-item .react-datepicker__day--in-range {
  border-radius: 0;
  background: #f45e2b;
}
.editor-item .rbt .rbt-input {
  height: 37px !important;
}
.editor-item .rbt ul li {
  margin-bottom: 0 !important;
}
.editor-item .rbt ul li a.dropdown-item {
  padding: 3px 10px;
}
.editor-item select option {
  padding: 3px 10px;
}
.editor-item select option:hover {
  background: #f7f5f4;
}
.editor-item .options-table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
.editor-item .options-table th {
  padding: 10px;
}
.editor-item .options-table th,
.editor-item .options-table td {
  width: 50%;
  border: solid 1px #D2D1CF;
}
.editor-item .options-table th input,
.editor-item .options-table td input {
  border: none !important;
}
.mce-colorbutton-grid div[data-mce-color="#993366"],
.tox-swatches div[data-mce-color="#993366"] {
  margin-bottom: 22px !important;
}
.mce-colorbutton-grid div[data-mce-color="#"],
.tox-swatches div[data-mce-color="#"] {
  display: none;
}
.mce-colorbutton-grid div[data-mce-color="#c19e5b"],
.tox-swatches div[data-mce-color="#c19e5b"],
.mce-colorbutton-grid div[data-mce-color="#C19E5B"],
.tox-swatches div[data-mce-color="#C19E5B"] {
  position: relative;
}
.mce-colorbutton-grid div[data-mce-color="#c19e5b"]:before,
.tox-swatches div[data-mce-color="#c19e5b"]:before,
.mce-colorbutton-grid div[data-mce-color="#C19E5B"]:before,
.tox-swatches div[data-mce-color="#C19E5B"]:before {
  content: 'Colors';
  display: block;
  position: absolute;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  left: 4px;
  top: -22px;
  pointer-events: none;
  white-space: nowrap;
}
.admin-confirm-popup .modal-header {
  justify-content: flex-start;
  border-bottom: none;
  font-weight: bold;
}
.admin-confirm-popup .modal-header i {
  color: #f45e2b;
  font-size: 20px;
  margin-left: 10;
}
.admin-confirm-popup .model-footer {
  border-top: none;
}
.headerImage {
  width: 100%;
}
.headerImage img {
  width: 100%;
  height: auto;
}
.editable-root {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
}
.dom-editor .non-editable-root {
  display: inline-block;
  margin-top: 20px;
}
.carousel-item .editable-root,
.boxes-container .editable-root {
  margin-top: 0;
}
.carousel-item .non-editable-root,
.boxes-container .non-editable-root {
  margin-top: 0;
}
.block {
  display: block;
}
.badges-overlay {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 700;
}
.target-overlay {
  background: #ECEBE7;
  border: dashed 1px #D2D1CF;
  font-size: 14px;
  padding: 2px 5px;
}
.target-overlay i {
  margin-right: 5px;
  color: #2D2C28;
}
.target-overlay.red {
  background: #f45e2b;
  color: white;
  border: dashed 1px #D2D1CF;
}
.target-overlay.red i {
  color: white;
}
.editable-overlay {
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 120;
  opacity: 0;
  pointer-events: none;
  border: dashed #f45e2b 2px;
  color: #ada99f;
  transition: color 0.5s;
  transition: all 0.3s ease-out;
}
.editable-overlay .icons {
  pointer-events: all;
  background: #ECEBE7;
  border: dashed #f45e2b 2px;
}
.editable-overlay .icons i:hover {
  color: #2D2C28;
}
.editable-overlay:hover {
  opacity: 1;
}
.editable-overlay .icons {
  position: absolute;
  height: 32px;
  text-align: center;
  top: -32px;
  right: 0;
  cursor: pointer;
}
.editable-overlay .icons i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #ada99f;
  transition: color 0.3s;
}
.editable-overlay .icons i.fa-arrows {
  cursor: move;
}
.editable-overlay .icons i:hover {
  color: #2D2C28;
}
.editable-root.hidden {
  display: none !important;
}
.editable-root:hover > .editable-overlay {
  opacity: 1;
  top: 0;
  z-index: 600;
}
.editable-overlay:hover {
  pointer-events: all;
}
.hovered {
  border: dashed #f45e2b 2px;
  color: #ada99f;
  transition: color 0.5s;
}
.hovered .icons {
  pointer-events: all;
  background: #ECEBE7;
  border: dashed #f45e2b 2px;
}
.hovered .icons i:hover {
  color: #2D2C28;
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.ui-draggable.dragging {
  z-index: 3000;
}
.draggable-component,
.draggable-row {
  width: 100%;
  height: 36px;
  padding: 3px 12px;
  cursor: move;
  display: inline-block;
  vertical-align: top;
  background: #E4E4E2;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 2px;
  border: solid 0px transparent;
  position: relative;
}
.draggable-component .draggable-arrow,
.draggable-row .draggable-arrow {
  position: absolute;
  top: 10px;
  top: 4px;
  right: 20px;
  width: 14px;
  height: 14px;
  opacity: 0;
  transition: all 0.5s;
}
.draggable-component:hover,
.draggable-row:hover {
  background: #ECEBE7;
  border: dashed 2px #D2D1CF;
}
.draggable-component:hover .draggable-arrow,
.draggable-row:hover .draggable-arrow {
  right: 10px;
  opacity: 0.8;
}
.draggable-component .component-name,
.draggable-row .component-name {
  display: flex;
  font-weight: bold;
  font-size: 14px;
}
.draggable-component .component-name img,
.draggable-row .component-name img {
  width: 30px;
  height: 30px;
}
.draggable-component .component-name span,
.draggable-row .component-name span {
  line-height: 33px;
  vertical-align: top;
  margin-left: 10px;
  color: #555555;
}
.row-drop-placeholder {
  height: 60px;
  width: 100%;
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.toolbar-component {
  overflow: hidden;
  position: relative;
  height: calc(100vh - 250px);
}
.toolbar-component .editor-title {
  background: white;
  width: 100%;
  height: 36px;
  margin: 2px 0;
  font-weight: bold;
  padding: 0px 12px;
  font-size: 16px;
  line-height: 36px;
  color: #555555;
  position: relative;
  margin-top: 16px;
  margin-top: 0;
}
.toolbar-component .editor-title:first-of-type {
  margin-top: 0;
}
.toolbar-component .editor-title:last-of-type {
  margin-bottom: 0;
}
.toolbar-component .editor-title.sub {
  background: #f5f5f5;
  padding-left: 25px;
  font-size: 14px;
}
.toolbar-component .editor-title img.dropdown-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
  right: 5px;
  transform: rotate(180deg);
  transition: transform 0.5s;
}
.toolbar-component .editor-title.collapsed img.dropdown-arrow {
  transform: rotate(0deg);
}
.ps__rail-y {
  z-index: 300;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.6 !important;
}
/*.component-placeholder {
    border: 4px red !important;
}*/

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
#snackbar {
  position: fixed;
  bottom: 0px;
  height: 100px;
  width: 100%;
  pointer-events: none;
}
#snackbar div {
  position: absolute;
  background: #555555;
  color: white;
  width: 300px;
  padding: 10px;
  overflow: hidden;
  transform: translateX(-50%);
  text-align: center;
  left: 50%;
  transition: bottom 0.5s ease-out;
  bottom: -100px;
}
#snackbar.active div {
  bottom: 50px;
}
#snackbar.error-message div {
  background: #f45e2b;
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.card-data {
  padding-left: 20px;
  position: relative;
}
.card-data .card-preview {
  min-width: 300px;
  min-height: 300px;
  z-index: 3000;
  position: absolute;
  top: 168px;
  left: -279px;
  display: none;
}
.card-organizer #addCard:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.card-organizer .card-preview .grid-item .inner {
  display: block !important;
  border: solid 1px #D2D1CF !important;
}
.card-organizer .card-preview .grid-item.medium {
  width: 600px;
  height: 300px;
  margin-left: -300px;
}
.card-organizer .card-preview .grid-item.small {
  width: 300px;
  height: 300px;
}
.card-organizer .card-preview .grid-item.big {
  width: 600px;
  height: 600px;
  margin-left: -300px;
}
.card-organizer .grid-bg {
  background: #ECEBE7;
  padding: 40px;
  max-width: 1320px;
  margin: auto;
}
.card-organizer .grid {
  max-width: 1240px;
  margin: auto;
}
.card-organizer .card-item {
  height: 300px;
}
.card-organizer .card-item.big {
  height: 608px;
}
.card-organizer .grid-item a {
  cursor: move !important;
}
.card-organizer .grid-item:hover .inner,
.card-organizer .grid-item.is-dragging .inner,
.card-organizer .grid-item.is-positioning-post-drag .inner {
  border: dashed #f45e2b 3px;
  z-index: 200;
}
.card-organizer .grid-item .delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 35px;
  background: #ECEBE7;
  text-align: center;
  line-height: 32px;
  border-left: dashed #f45e2b 3px;
  border-bottom: dashed #f45e2b 3px;
  opacity: 0;
}
.card-organizer .grid-item .inner {
  display: none;
}
.card-organizer .grid-item .delete-btn i {
  font-size: 20px;
  vertical-align: middle;
  color: #2D2C28;
}
.card-organizer .grid-item:hover .delete-btn {
  opacity: 0.7;
  cursor: pointer;
}
.card-organizer .grid-item:hover .delete-btn:hover {
  opacity: 1;
}
.card-organizer .youtube iframe {
  height: 100%;
}
.card-organizer .youtube .drag-overlay {
  opacity: 0;
  position: absolute;
  width: calc(100% - 30px);
  height: 100%;
  z-index: 700;
  top: 0;
  left: 0;
  cursor: move;
}
.card-organizer.no-drag .grid-item:hover .inner,
.card-organizer.no-drag .grid-item.is-dragging .inner,
.card-organizer.no-drag .grid-item.is-positioning-post-drag .inner {
  border: none;
}
.card-organizer.no-drag .youtube .drag-overlay {
  cursor: default;
}
.card-organizer.no-drag .grid-item a {
  cursor: pointer !important;
}
.my-baumit-dashboard .card-organizer .grid-item .delete-btn {
  display: none;
}
@media screen and (max-width: 1279px) {
  .fix-width-card-organizer {
    min-width: 1000px;
    width: 1000px;
  }
}
@media screen and (max-width: 959px) {
  .fix-width-card-organizer {
    min-width: 752px;
    width: 752px;
  }
}

.rbt {
  outline: none;
}

.rbt-menu {
  margin-bottom: 2px;
}

.rbt-menu > li a {
  overflow: hidden;
  text-overflow: ellipsis;
}

.rbt-menu > li a:focus {
  outline: none;
}

.rbt-menu-pagination-option {
  text-align: center;
}

.rbt .rbt-input-main::-ms-clear {
  display: none;
}

.rbt-input-multi {
  cursor: text;
  overflow: hidden;
  position: relative;
  height: auto;
}

.rbt-input-multi.focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  outline: 0;
}

.rbt-input-multi.form-control[disabled] {
  background-color: #e9ecef;
  opacity: 1;
}

.rbt-input-multi input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.rbt-input-multi input:-ms-input-placeholder {
  color: #999;
}

.rbt-input-multi input::-webkit-input-placeholder {
  color: #999;
}

.rbt-input-multi .rbt-input-wrapper {
  margin-bottom: -4px;
  margin-top: -1px;
  overflow: hidden;
}

.rbt-input-multi .rbt-input-main {
  height: 20px;
  margin: 1px 0 4px;
}

.rbt-input-multi .rbt-input-hint-container {
  display: inline-block;
}

.rbt-input-multi.input-lg .rbt-input-main, .rbt-input-multi.form-control-lg .rbt-input-main {
  height: 24px;
}

.rbt-input-multi.input-sm .rbt-input-main, .rbt-input-multi.form-control-sm .rbt-input-main {
  height: 18px;
}

.rbt-close {
  z-index: 1;
}

.rbt-close-lg {
  font-size: 24px;
}

.rbt-token {
  background-color: #e7f4ff;
  border: 0;
  border-radius: 2px;
  color: #1f8dd6;
  display: inline-block;
  line-height: 1em;
  margin: 0 3px 3px 0;
  padding: 4px 7px;
  position: relative;
}

.rbt-token-disabled {
  background-color: #ddd;
  color: #888;
  pointer-events: none;
}

.rbt-token-removeable {
  cursor: pointer;
  padding-right: 21px;
}

.rbt-token-active {
  background-color: #1f8dd6;
  color: #fff;
  outline: none;
  text-decoration: none;
}

.rbt-token .rbt-token-remove-button {
  bottom: 0;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  opacity: 1;
  outline: none;
  padding: 3px 7px;
  position: absolute;
  right: 0;
  text-shadow: none;
  top: -2px;
}

.rbt-loader {
  -webkit-animation: loader-animation 600ms infinite linear;
  -o-animation: loader-animation 600ms infinite linear;
  animation: loader-animation 600ms infinite linear;
  border: 1px solid #d5d5d5;
  border-radius: 50%;
  border-top-color: #1f8dd6;
  display: block;
  height: 16px;
  width: 16px;
}

.rbt-loader-lg {
  height: 20px;
  width: 20px;
}

.rbt-aux {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  bottom: 0;
  justify-content: center;
  pointer-events: none;
  /* Don't block clicks on the input */
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
}

.rbt-aux-lg {
  width: 46px;
}

.rbt-aux .rbt-close {
  margin-top: -4px;
  pointer-events: auto;
  /* Override pointer-events: none; above */
}

.has-aux .rbt-input {
  padding-right: 34px;
}

.rbt-highlight-text {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
  padding: 0;
}

/* Input Groups */
.input-group > .rbt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group > .rbt .rbt-input-hint-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.input-group > .rbt .rbt-aux,
.input-group > .rbt .rbt-input-hint {
  z-index: 5;
}

.input-group > .rbt:not(:first-child) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .rbt:not(:last-child) .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Validation States */
.has-error .rbt-input-multi.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-warning .rbt-input-multi.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-success .rbt-input-multi.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

@keyframes loader-animation {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes loader-animation {
  to {
    -webkit-transform: rotate(1turn);
  }
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
.editor-item {
  margin: 0 0 16px;
}
.editor-item label {
  display: block;
  min-height: 20px;
}
.editor-item label.editor-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.editor-item label.editor-title small {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.editor-item label.editor-subtitle {
  font-size: 14px;
  line-height: 30px;
  margin-top: 2px;
}
.editor-item input,
.editor-item select {
  width: 100%;
  border: solid 1px #D2D1CF;
  padding: 8px;
}
.editor-item img {
  width: auto;
  max-width: 100%;
}
.editor-item .form-check-label input[type="checkbox"] {
  margin: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  pointer-events: none;
  left: -9999px;
}
.editor-item .form-check-label span {
  width: 20px;
  height: 20px;
  border: 1px solid #c6c1b6;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.editor-item .form-check-label span::before {
  line-height: 18px;
  position: absolute;
}
.editor-item .form-check-label.checked span::before {
  content: '\f12c';
}
.editor-dialog-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.editor-dialog-container .editor-popup {
  overflow: hidden !important;
  position: relative;
}
.editor-popup {
  z-index: 3000;
}
.editor-popup .modal-header {
  padding: 0;
}
.editor-popup .modal-header .close {
  padding: 9px;
  margin: 0 0 0 auto;
  cursor: pointer;
}
.editor-popup .modal-dialog {
  max-width: 600px;
  position: relative;
  top: unset;
  left: unset;
  transform: none !important;
  margin: 30px auto;
}
.editor-popup .modal-body {
  padding: 10px 40px 0 40px;
}
.editor-popup .modal-body .button.type-3 {
  line-height: 44px;
}
.editor-popup [contenteditable] {
  padding: 8px;
}
.editor-popup .modal-footer {
  padding: 20px 40px 20px;
}
.tox-tinymce-inline {
  z-index: 3000 !important;
}
.tox-tinymce-aux {
  z-index: 3001 !important;
}
textarea[id^="react-tinymce"] {
  display: none !important;
}
.editor-item [id^="react-tinymce"][contenteditable="true"] {
  border: solid 1px #D2D1CF;
  background: white;
}
.image-editor-frame {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: solid 1px #D2D1CF;
  position: relative;
}
.image-editor-frame button {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.image-editor-frame div {
  width: calc(100% - 140px);
  height: 100%;
  position: relative;
}
.image-editor-frame div img {
  max-width: 100%;
  max-height: 200px;
  margin: 0;
}
.light-border {
  border: dashed 1px #D2D1CF;
}
.droppable-active {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.dnd-editor-parent > div.droppable-hover,
.carousel-component.droppable-hover {
  border: dashed 2px #4DB6E3 !important;
  background-color: rgba(77, 182, 227, 0.2);
}
.carousel-component.droppable-hover {
  border: solid deeppink !important;
}
button.btn {
  text-align: center;
  padding: 0;
  border-radius: 3px;
  text-transform: uppercase;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  padding: 0 20px !important;
}
button.btn.btn-secondary {
  border: solid 1px #D2D1CF;
}
.btn-primary {
  background: #f45e2b;
  transition: background 0.5s;
}
.btn-primary:hover {
  background: #E4E4E2;
  color: black;
  border: none;
}
i.mce-i-icon-crop:before {
  font-family: Material Icons;
  content: "content_cut";
  color: #595959;
  font-size: 1.1em;
  text-align: center;
  top: 18%;
}
.draggable-component.ui-draggable-dragging {
  width: 230px;
}
.modal.fullscreen-popup .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: unset;
  margin: 0;
  padding: 0;
}
.modal.fullscreen-popup .modal-content {
  height: auto;
  height: 100%;
  border-radius: 0;
}
.modal.fullscreen-popup .modal-content .modal-header {
  border-bottom: none;
}
.modal.fullscreen-popup .modal-content .modal-body {
  height: calc(100% - 75px);
  padding: 0;
}
.modal.fullscreen-popup .modal-content .modal-body iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.editor-item .react-datepicker {
  border-radius: 0;
}
.editor-item .react-datepicker__day--selected,
.editor-item .react-datepicker__day--in-selecting-range,
.editor-item .react-datepicker__day--in-range {
  border-radius: 0;
  background: #f45e2b;
}
.editor-item .rbt .rbt-input {
  height: 37px !important;
}
.editor-item .rbt ul li {
  margin-bottom: 0 !important;
}
.editor-item .rbt ul li a.dropdown-item {
  padding: 3px 10px;
}
.editor-item select option {
  padding: 3px 10px;
}
.editor-item select option:hover {
  background: #f7f5f4;
}
.editor-item .options-table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
}
.editor-item .options-table th {
  padding: 10px;
}
.editor-item .options-table th,
.editor-item .options-table td {
  width: 50%;
  border: solid 1px #D2D1CF;
}
.editor-item .options-table th input,
.editor-item .options-table td input {
  border: none !important;
}
.mce-colorbutton-grid div[data-mce-color="#993366"],
.tox-swatches div[data-mce-color="#993366"] {
  margin-bottom: 22px !important;
}
.mce-colorbutton-grid div[data-mce-color="#"],
.tox-swatches div[data-mce-color="#"] {
  display: none;
}
.mce-colorbutton-grid div[data-mce-color="#c19e5b"],
.tox-swatches div[data-mce-color="#c19e5b"],
.mce-colorbutton-grid div[data-mce-color="#C19E5B"],
.tox-swatches div[data-mce-color="#C19E5B"] {
  position: relative;
}
.mce-colorbutton-grid div[data-mce-color="#c19e5b"]:before,
.tox-swatches div[data-mce-color="#c19e5b"]:before,
.mce-colorbutton-grid div[data-mce-color="#C19E5B"]:before,
.tox-swatches div[data-mce-color="#C19E5B"]:before {
  content: 'Colors';
  display: block;
  position: absolute;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  left: 4px;
  top: -22px;
  pointer-events: none;
  white-space: nowrap;
}
.admin-confirm-popup .modal-header {
  justify-content: flex-start;
  border-bottom: none;
  font-weight: bold;
}
.admin-confirm-popup .modal-header i {
  color: #f45e2b;
  font-size: 20px;
  margin-left: 10;
}
.admin-confirm-popup .model-footer {
  border-top: none;
}
.headerImage {
  width: 100%;
}
.headerImage img {
  width: 100%;
  height: auto;
}

.checked-bg {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 16px 16px;
  background-position: 0 0, 0 8px, 8px -8px, -8px 0px;
}
ul.orange-ul li {
  color: #f45e2b !important;
}
body.editor-page {
  margin: 0;
  padding: 0px 4px;
  font-family: sans-serif;
  background: #B7B7B7;
}
#root .tab-content {
  padding-top: 0;
  background: #eee;
  z-index: 10;
  position: relative;
}
#root .col-2,
#root .col-10 {
  padding-top: 20px;
}
#root .col-2 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
body.editor-page {
  background: #ddd;
  padding: 0;
  overflow: hidden;
}
#root .nav-tabs {
  background-color: #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: none;
  margin-left: 0;
  z-index: 20;
  height: 66px;
  position: relative;
}
#root .nav-tabs .nav-item {
  margin-bottom: 0;
}
#root .nav-tabs .nav-link {
  border: none;
  padding-top: 15px;
  background: transparent;
  transition: all 0.3s;
  padding: 18px;
}
#root .nav-tabs .nav-link.active,
#root .nav-tabs .nav-link:hover {
  background: #ECEBE7;
}
#root .nav-tabs .nav-link.active h2,
#root .nav-tabs .nav-link:hover h2 {
  color: #f45e2b;
  transition: color 0.3s;
}
#root .nav-tabs .nav-link:hover {
  opacity: 0.7;
}
#root .nav-tabs .nav-link h2 {
  margin: 0;
}
#root div#editor {
  padding: 0 !important;
}
#root div#preview {
  background: white;
  margin-top: -20px;
  padding-top: 20px;
}
#root div#editor {
  padding: 0 20px;
}
.page-preview {
  max-width: 1280px;
  margin: auto;
}
.editor-container,
.targetgroup-select-container {
  max-width: 1400px;
  max-width: 95%;
  margin: auto;
}
.editor-container {
  background: white;
  min-height: 800px;
  padding: 60px;
}
.editor-parent {
  position: relative;
}
.editor-parent .bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.editor-parent .bg-grid .row {
  height: 100%;
}
.editor-parent .bg-grid .row div div {
  height: 100%;
  background: #E4E4E2;
}
.editor-parent .dom-editor {
  position: relative;
  width: 100%;
}
.editor-parent .dom-editor > .dnd-editor-parent > .ui-droppable {
  min-height: 100px;
}
.editor-parent .dom-editor > .dnd-editor-parent > .ui-droppable > .content {
  padding: 0;
}
.editor-parent .dom-editor > .dnd-editor-parent > .ui-droppable:empty {
  min-height: 100px;
  border: 1px dotted #cdcdcd;
}
.targetgroup-select-container {
  text-align: right;
}
.editor-item.target-group-select {
  width: 300px;
  display: inline-block;
}
.editor-item.target-group-select label {
  display: inline;
  font-weight: bold;
  font-size: 16px;
  color: #555555;
}
.editor-item.target-group-select select {
  display: 'inline';
  border: none;
  width: 170px;
  margin-left: 20px;
}
#snackbar {
  z-index: 20;
}
.page-title {
  width: calc(100% - 300px);
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  line-height: 35px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .page-title {
    width: 100%;
    text-align: right;
  }
}
button#save,
button#publish {
  margin-left: 3px;
  width: calc(100% - 3px);
}

@charset "utf-8";
/**
 * Web Icons, 0.2.4
 * Created by amazingSurge
 * https://github.com/amazingSurge/web-icons
 * MIT License
 */
@font-face {
  font-family: "Web Icons";
  font-style: normal;
  font-weight: normal;
  src: url(/page-builder/public/build/fonts/web-icons.eot);
  src: url(/page-builder/public/build/fonts/web-icons.eot?#iefix&v=0.2.4) format("embedded-opentype"), url(/page-builder/public/build/fonts/web-icons.woff2) format("woff2"), url(/page-builder/public/build/fonts/web-icons.woff) format("woff"), url(/page-builder/public/build/fonts/web-icons.ttf) format("truetype"), url(/page-builder/public/build/images/web-icons.svg#web-icons) format("svg");
}

[class^="wb-"], [class*=" wb-"] {
  position: relative;
  display: inline-block;
  font-family: "Web Icons";
  font-style: normal;
  font-weight: normal;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  text-rendering: auto;
}

.wb-dashboard:before {
  content: "";
}

.wb-inbox:before {
  content: "";
}

.wb-cloud:before {
  content: "";
}

.wb-bell:before {
  content: "";
}

.wb-book:before {
  content: "";
}

.wb-bookmark:before {
  content: "";
}

.wb-tag:before {
  content: "";
}

.wb-library:before {
  content: "";
}

.wb-share:before {
  content: "";
}

.wb-reply:before {
  content: "";
}

.wb-refresh:before {
  content: "";
}

.wb-move:before {
  content: "";
}

.wb-chat:before {
  content: "";
}

.wb-chat-working:before {
  content: "";
}

.wb-chat-text:before {
  content: "";
}

.wb-chat-group:before {
  content: "";
}

.wb-envelope:before {
  content: "";
}

.wb-envelope-open:before {
  content: "";
}

.wb-user:before {
  content: "";
}

.wb-user-circle:before {
  content: "";
}

.wb-users:before {
  content: "";
}

.wb-user-add:before {
  content: "";
}

.wb-grid-9:before {
  content: "";
}

.wb-grid-4:before {
  content: "";
}

.wb-menu:before {
  content: "";
}

.wb-layout:before {
  content: "";
}

.wb-fullscreen:before {
  content: "";
}

.wb-fullscreen-exit:before {
  content: "";
}

.wb-expand:before {
  content: "";
}

.wb-contract:before {
  content: "";
}

.wb-arrow-expand:before {
  content: "";
}

.wb-arrow-shrink:before {
  content: "";
}

.wb-desktop:before {
  content: "";
}

.wb-mobile:before {
  content: "";
}

.wb-signal:before {
  content: "";
}

.wb-power:before {
  content: "";
}

.wb-more-horizontal:before {
  content: "";
}

.wb-more-vertical:before {
  content: "";
}

.wb-globe:before {
  content: "";
}

.wb-map:before {
  content: "";
}

.wb-flag:before {
  content: "";
}

.wb-pie-chart:before {
  content: "";
}

.wb-stats-bars:before {
  content: "";
}

.wb-pluse:before {
  content: "";
}

.wb-home:before {
  content: "";
}

.wb-shopping-cart:before {
  content: "";
}

.wb-payment:before {
  content: "";
}

.wb-briefcase:before {
  content: "";
}

.wb-search:before {
  content: "";
}

.wb-zoom-in:before {
  content: "";
}

.wb-zoom-out:before {
  content: "";
}

.wb-download:before {
  content: "";
}

.wb-upload:before {
  content: "";
}

.wb-sort-asc:before {
  content: "";
}

.wb-sort-des:before {
  content: "";
}

.wb-graph-up:before {
  content: "";
}

.wb-graph-down:before {
  content: "";
}

.wb-replay:before {
  content: "";
}

.wb-edit:before {
  content: "";
}

.wb-pencil:before {
  content: "";
}

.wb-rubber:before {
  content: "";
}

.wb-crop:before {
  content: "";
}

.wb-eye:before {
  content: "";
}

.wb-eye-close:before {
  content: "";
}

.wb-image:before {
  content: "";
}

.wb-gallery:before {
  content: "";
}

.wb-video:before {
  content: "";
}

.wb-camera:before {
  content: "";
}

.wb-folder:before {
  content: "";
}

.wb-clipboard:before {
  content: "";
}

.wb-order:before {
  content: "";
}

.wb-file:before {
  content: "";
}

.wb-copy:before {
  content: "";
}

.wb-add-file:before {
  content: "";
}

.wb-print:before {
  content: "";
}

.wb-calendar:before {
  content: "";
}

.wb-time:before {
  content: "";
}

.wb-trash:before {
  content: "";
}

.wb-plugin:before {
  content: "";
}

.wb-extension:before {
  content: "";
}

.wb-memory:before {
  content: "";
}

.wb-settings:before {
  content: "";
}

.wb-scissor:before {
  content: "";
}

.wb-wrench:before {
  content: "";
}

.wb-hammer:before {
  content: "";
}

.wb-lock:before {
  content: "";
}

.wb-unlock:before {
  content: "";
}

.wb-volume-low:before {
  content: "";
}

.wb-volume-high:before {
  content: "";
}

.wb-volume-off:before {
  content: "";
}

.wb-pause:before {
  content: "";
}

.wb-play:before {
  content: "";
}

.wb-stop:before {
  content: "";
}

.wb-musical:before {
  content: "";
}

.wb-random:before {
  content: "";
}

.wb-reload:before {
  content: "";
}

.wb-loop:before {
  content: "";
}

.wb-text:before {
  content: "";
}

.wb-bold:before {
  content: "";
}

.wb-italic:before {
  content: "";
}

.wb-underline:before {
  content: "";
}

.wb-format-clear:before {
  content: "";
}

.wb-text-type:before {
  content: "";
}

.wb-table:before {
  content: "";
}

.wb-attach-file:before {
  content: "";
}

.wb-paperclip:before {
  content: "";
}

.wb-link-intact:before {
  content: "";
}

.wb-link:before {
  content: "";
}

.wb-link-broken:before {
  content: "";
}

.wb-indent-increase:before {
  content: "";
}

.wb-indent-decrease:before {
  content: "";
}

.wb-align-justify:before {
  content: "";
}

.wb-align-left:before {
  content: "";
}

.wb-align-center:before {
  content: "";
}

.wb-align-right:before {
  content: "";
}

.wb-list-numbered:before {
  content: "";
}

.wb-list-bulleted:before {
  content: "";
}

.wb-list:before {
  content: "";
}

.wb-emoticon:before {
  content: "";
}

.wb-quote-right:before {
  content: "";
}

.wb-code:before {
  content: "";
}

.wb-code-working:before {
  content: "";
}

.wb-code-unfold:before {
  content: "";
}

.wb-chevron-right:before {
  content: "";
}

.wb-chevron-left:before {
  content: "";
}

.wb-chevron-left-mini:before {
  content: "";
}

.wb-chevron-right-mini:before {
  content: "";
}

.wb-chevron-up:before {
  content: "";
}

.wb-chevron-down:before {
  content: "";
}

.wb-chevron-up-mini:before {
  content: "";
}

.wb-chevron-down-mini:before {
  content: "";
}

.wb-arrow-left:before {
  content: "";
}

.wb-arrow-right:before {
  content: "";
}

.wb-arrow-up:before {
  content: "";
}

.wb-arrow-down:before {
  content: "";
}

.wb-dropdown:before {
  content: "";
}

.wb-dropup:before {
  content: "";
}

.wb-dropright:before {
  content: "";
}

.wb-dropleft:before {
  content: "";
}

.wb-sort-vertical:before {
  content: "";
}

.wb-triangle-left:before {
  content: "";
}

.wb-triangle-right:before {
  content: "";
}

.wb-triangle-down:before {
  content: "";
}

.wb-triangle-up:before {
  content: "";
}

.wb-check-circle:before {
  content: "";
}

.wb-check:before {
  content: "";
}

.wb-check-mini:before {
  content: "";
}

.wb-close:before {
  content: "";
}

.wb-close-mini:before {
  content: "";
}

.wb-plus-circle:before {
  content: "";
}

.wb-plus:before {
  content: "";
}

.wb-minus-circle:before {
  content: "";
}

.wb-minus:before {
  content: "";
}

.wb-alert-circle:before {
  content: "";
}

.wb-alert:before {
  content: "";
}

.wb-help-circle:before {
  content: "";
}

.wb-help:before {
  content: "";
}

.wb-info-circle:before {
  content: "";
}

.wb-info:before {
  content: "";
}

.wb-warning:before {
  content: "";
}

.wb-heart:before {
  content: "";
}

.wb-heart-outline:before {
  content: "";
}

.wb-star:before {
  content: "";
}

.wb-star-half:before {
  content: "";
}

.wb-star-outline:before {
  content: "";
}

.wb-thumb-up:before {
  content: "";
}

.wb-thumb-down:before {
  content: "";
}

.wb-small-point:before {
  content: "";
}

.wb-medium-point:before {
  content: "";
}

.wb-large-point:before {
  content: "";
}


/*# sourceMappingURL=component-style.css.map*/