@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("Fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("Fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("Fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("Fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("Fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("Fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.redactor-box .redactor-editor {
  overflow-x: hidden !important;
  overflow-y: auto !important; }

#preview-menu {
  display: none; }

#dynamicModal iframe {
  display: block; }

body.preview-active #moduleContainer .previewMode {
  max-width: 100%; }
body.preview-active .headerBar,
body.preview-active .leftNav,
body.preview-active #editorToolbarContainer {
  opacity: 0;
  pointer-events: none; }
body.preview-active #preview-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -40px;
  right: 0;
  width: 300px; }
  body.preview-active #preview-menu .viewport-selectors {
    display: inline-flex; }
    body.preview-active #preview-menu .viewport-selectors a {
      display: inline-block;
      text-decoration: none;
      width: 38px;
      height: 29px;
      background-color: #014069;
      margin: 0 5px;
      text-align: center; }
      body.preview-active #preview-menu .viewport-selectors a:hover {
        background-color: #015f9c; }
      body.preview-active #preview-menu .viewport-selectors a:before {
        font-family: "FontAwesome";
        color: #a0d0ef;
        font-size: 1.2em; }
    body.preview-active #preview-menu .viewport-selectors .preview-d:before {
      content: "";
      line-height: 33px; }
    body.preview-active #preview-menu .viewport-selectors .preview-t:before {
      content: "";
      line-height: 31px;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      display: block; }
    body.preview-active #preview-menu .viewport-selectors .preview-m:before {
      content: "";
      line-height: 31px; }
  body.preview-active #preview-menu #close-preview {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 8px 5px; }
body.preview-active .hint-label {
  display: none; }
body.preview-active #editor.desktopViewport #preview-menu .preview-d {
  background-color: #ff7814;
  pointer-events: none; }
  body.preview-active #editor.desktopViewport #preview-menu .preview-d:before {
    color: #fff; }
body.preview-active #editor.tabletViewport #preview-menu .preview-t {
  background-color: #ff7814;
  pointer-events: none; }
  body.preview-active #editor.tabletViewport #preview-menu .preview-t:before {
    color: #fff; }
body.preview-active #editor.mobileViewport #preview-menu .preview-m {
  background-color: #ff7814;
  pointer-events: none; }
  body.preview-active #editor.mobileViewport #preview-menu .preview-m:before {
    color: #fff; }

body {
  margin: 0; }
  body.modalBodyTag {
    -webkit-overflow-scrolling: touch; }

#editor {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100px;
  box-sizing: border-box;
  padding: 0 10px; }
  #editor div.desktopStyle {
    min-width: 0 !important; }
    #editor div.desktopStyle .moduleItemContainer {
      visibility: visible;
      opacity: 1; }
    #editor div.desktopStyle .dynamicPageContainer {
      visibility: visible;
      opacity: 1; }
  #editor .moduleContainer:not(.previewMode) {
    margin: 10px 0; }
    #editor .moduleContainer:not(.previewMode) .module.isEmpty .content {
      background-color: #fff; }
  #editor select {
    max-width: 100%; }
  #editor .input {
    font-family: "open_sansregular";
    font-size: 12px; }
  #editor .editor-fallback #mapContainer .mapLegend {
    position: absolute;
    width: 23%; }
  #editor .editor-fallback .content:before, #editor .editor-fallback .content:after {
    display: none; }
  #editor .content {
    padding: 0px;
    margin: 0px;
    width: auto;
    max-width: 100%;
    padding-top: initial;
    overflow: hidden;
    left: 0; }
  #editor .preview {
    cursor: pointer; }
    #editor .preview input {
      cursor: pointer; }
    #editor .preview .mapLegend input.category-button,
    #editor .preview .markerControlLive input.marker {
      border: none !important;
      padding: 0; }
  #editor.desktopViewport {
    position: relative;
    padding-top: 1px; }
    #editor.desktopViewport .editorModule {
      pointer-events: none; }
    #editor.desktopViewport #editor-wrapper {
      margin-top: 42px;
      max-height: 551px;
      overflow: auto; }
    #editor.desktopViewport:after {
      width: 1075px;
      content: "";
      display: block;
      background-image: url(../Images/desktop-preview-bg.png);
      background-size: contain;
      height: 800px;
      position: absolute;
      top: 0;
      left: -32px;
      background-repeat: no-repeat;
      z-index: -1; }
  #editor.tabletViewport {
    width: 768px;
    position: relative;
    padding-top: 1px; }
    #editor.tabletViewport .editorModule {
      pointer-events: none; }
    #editor.tabletViewport #editor-wrapper {
      margin-top: 27px;
      max-height: 564px;
      overflow: auto; }
    #editor.tabletViewport:after {
      width: 927px;
      content: "";
      display: block;
      background-image: url(../Images/tablet-preview-bg.png);
      background-size: contain;
      height: 650px;
      position: absolute;
      top: 0;
      left: -80px;
      background-repeat: no-repeat;
      z-index: -1; }
  #editor.mobileViewport {
    width: 320px;
    position: relative;
    padding-top: 1px; }
    #editor.mobileViewport .editorModule {
      pointer-events: none; }
    #editor.mobileViewport #editor-wrapper {
      margin-top: 99px;
      max-height: 524px;
      overflow: auto; }
    #editor.mobileViewport:after {
      width: 343px;
      content: "";
      display: block;
      background-image: url(../Images/mobile-preview-bg.png);
      background-size: contain;
      height: 730px;
      position: absolute;
      top: 0;
      left: -14px;
      background-repeat: no-repeat;
      z-index: -1; }
  #editor textarea {
    max-width: 100%; }
  #editor .module {
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #editor #dockedModuleContainer {
    margin-bottom: 20px;
    border: solid;
    border-width: 1px;
    border-color: #f1f1f1; }
    #editor #dockedModuleContainer.previewMode {
      border: none; }
    #editor #dockedModuleContainer.editorSettings {
      display: none; }
  #editor .fa {
    font-family: inherit; }
    #editor .fa::before {
      font-family: 'FontAwesome'; }
  #editor .editableContainer {
    cursor: pointer; }
  #editor .editorModule {
    position: relative;
    border: 3px solid transparent;
    box-shadow: inset 0px 0px 0px 1px #f1f1f1;
    box-sizing: border-box;
    padding: 1px;
    z-index: 0; }
    #editor .editorModule:hover {
      border: 3px solid #0081D2;
      padding: 1px;
      z-index: 1; }
    #editor .editorModule.copiedHeader {
      border: 3px solid #ff7814; }
    #editor .editorModule.copiedHeader:hover {
      border: 3px solid #ff7814; }
  #editor .previewMode .editorModule {
    border: none;
    box-shadow: none; }
  #editor .small {
    font-size: 12px; }
  #editor .tiny {
    font-size: 10px; }
    #editor .tiny .label-text {
      font-size: inherit; }
  #editor .imageGridInformationClicker {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    bottom: 13px;
    right: 15px; }
  #editor .havePhotoCloneContainer.subContainer {
    text-align: center; }

.pageSettings,
.eventSettings {
  color: #868585; }

.expand-collapse-container {
  text-align: right; }

.flex-container, .draggableWidgetHeader, .adminStyle .widgetHeader.draggableWidgetHeader,
.moduleItemMenu,
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%; }
  .flex-container.align-top, .align-top.draggableWidgetHeader, .adminStyle .align-top.widgetHeader.draggableWidgetHeader,
  .align-top.moduleItemMenu,
  .align-top.header-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flex-container:not(.imageGridWrapperContainer).align-left, .draggableWidgetHeader:not(.imageGridWrapperContainer).align-left,
  .moduleItemMenu:not(.imageGridWrapperContainer).align-left,
  .header-container:not(.imageGridWrapperContainer).align-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .flex-container.align-center, .align-center.draggableWidgetHeader, .adminStyle .align-center.widgetHeader.draggableWidgetHeader,
  .align-center.moduleItemMenu,
  .align-center.header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex-container.justify-left, .justify-left.draggableWidgetHeader, .adminStyle .justify-left.widgetHeader.draggableWidgetHeader,
  .justify-left.moduleItemMenu,
  .justify-left.header-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .flex-container a, .draggableWidgetHeader a, .adminStyle .widgetHeader.draggableWidgetHeader a,
  .moduleItemMenu a,
  .header-container a {
    width: 100%; }

iframe {
  border: none; }

.hint-label {
  color: rgba(127, 127, 127, 0.9);
  text-transform: uppercase;
  vertical-align: top; }

.more-toggle {
  cursor: pointer;
  margin-bottom: 10px; }
  .more-toggle::after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    display: inline-block;
    margin: 0 6px; }
  .more-toggle.carrot-up::after {
    margin: 0 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.sortable-placeholder {
  border: 1px solid #0081D2; }

.moduleMorePanel {
  width: 100%;
  text-align: left;
  font-family: "open_sansregular";
  font-size: 12px;
  margin: 10px 0;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
  background: none; }

.moduleMorePanel .more-toggle {
  color: #0081D2; }

.moduleMorePanel .moduleMorePanelContent {
  max-height: 0;
  overflow: hidden; }

.moduleMorePanel .moduleMorePanelContent.moduleMorePanelContentExpanded {
  max-height: 500px;
  overflow: auto; }

.moduleMorePanel.morePanelPulse {
  background-color: #339adc; }

.moduleContainer.isDragging {
  margin-bottom: 10px;
  opacity: 0.9; }
  .moduleContainer.isDragging .module {
    -webkit-transform: rotate(2deg) scale(1.1) translateZ(0);
    transform: rotate(2deg) scale(1.1) translateZ(0);
    overflow: hidden;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.4); }

.appMask {
  width: 100vw !important;
  height: 100vh !important;
  opacity: 1;
  top: 0px !important;
  left: 0px !important;
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  position: fixed !important; }

.mask-background {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9); }

.appMaskMessage,
.appMessage {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border: 1px solid #f1f1f1;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  text-align: center;
  padding: 32px 0;
  max-width: 500px;
  min-width: 500px; }

.message-container {
  position: relative; }
  .message-container .button-container {
    margin-top: 10px; }

.editorValidationMessages {
  max-height: 250px;
  overflow: auto;
  min-height: 50px; }

.error {
  font-size: 12px;
  color: red; }

.dragging-helper {
  width: 200px !important;
  height: 32px !important;
  box-sizing: border-box;
  background-color: rgba(0, 129, 210, 0.8);
  color: #FFF;
  font: 80%/1.5em "open_sansregular";
  width: auto;
  height: auto;
  padding: 3px 5px 3px 10px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: rotate(2deg) scale(1.05);
  transform: rotate(2deg) scale(1.05);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2); }
  .dragging-helper::before {
    content: "";
    font-family: 'FontAwesome';
    margin: 0 10px 0 6px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: -5px;
    color: #FFF; }

.dynamicPageContainer {
  box-sizing: border-box; }

.previewMode .dynamicPageContainer {
  padding: 0; }

.moduleSortablePlaceholder {
  height: 100px;
  width: 100%;
  border: 2px solid #0081D2; }

.charcounter {
  font-size: 12px;
  color: #0081D2;
  font-family: "open_sansregular"; }

.editView {
  background: #f8f8f8;
  font-family: "open_sansregular";
  font-size: 15px;
  color: #333; }
  .editView .fileItemList, .editView .sublist {
    list-style-type: none; }
  .editView .label-text {
    display: inline-block;
    font-family: "open_sansbold";
    font-weight: normal;
    font-size: 15px;
    color: #333; }

.editor-view-container {
  padding: 12px;
  box-sizing: border-box;
  background: #f8f8f8; }

.editView input[type="text"],
.editorSettings .seoURLView input[type="text"],
.editorSettings .seoURLView textarea {
  border: 1px solid #c3deef;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #868585;
  padding: 4px;
  font-family: "open_sansregular"; }

.copiedBorder {
  border: 3px solid #ff7814 !important; }
  .copiedBorder .copiedHeader {
    background: #ff7814;
    color: #fff; }

.adminStyle {
  font: 80%/1.5em "open_sansregular";
  margin: 0;
  min-width: 0px !important; }
  .adminStyle select {
    min-width: 82px;
    max-width: 100%; }
  .adminStyle .clickToAdd h2 {
    font-weight: normal;
    font-size: 25px;
    line-height: 22px;
    font-family: 'open_sanslight';
    color: #0081D2; }

h1.pageTitle {
  font-size: 2.6em;
  margin: 0;
  font-family: 'open_sanslight';
  color: #0081D2; }

.rowHeaderContainer {
  position: relative;
  margin-bottom: 10px; }
  .rowHeaderContainer .heading.flex-container, .rowHeaderContainer .heading.draggableWidgetHeader,
  .rowHeaderContainer .heading.moduleItemMenu,
  .rowHeaderContainer .heading.header-container {
    padding: 12px; }

.show-dropdown .rowHeaderContainer {
  z-index: 5; }

.header {
  background: #FFF;
  color: #D0D0D0;
  border: 1px solid #f1f1f1;
  padding: 2px 4px;
  line-height: 1.7em;
  font-size: 1.2em;
  width: auto;
  height: auto;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .header:hover {
    background: rgba(0, 129, 210, 0.8);
    border: 3px solid #0081D2;
    padding: 0px 2px;
    color: #FFF; }
  .header.copiedHeader:hover {
    background: #ff7814;
    border: 3px solid #ff7814; }
  .header.widget {
    background: transparent; }

.moduleContainer {
  width: 100%;
  position: relative; }

.clear {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.smallView,
.largeView {
  max-width: 100%; }

.smallView {
  display: none; }

.swiperMobileInstructions {
  width: 100%;
  text-align: center;
  margin-top: 5px; }

.desktopStyle {
  background-origin: inherit !important;
  background-position: inherit !important;
  background-repeat: inherit !important;
  background-size: inherit !important;
  background-attachment: inherit !important;
  background-clip: inherit !important;
  background-color: inherit !important;
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: inherit !important;
  min-width: inherit !important;
  opacity: 1 !important; }
  .desktopStyle .editor-fallback .content {
    visibility: visible !important;
    border: none !important;
    border-top: none !important;
    padding: 0px !important;
    padding-top: 0px !important;
    top: 0px !important;
    position: relative !important;
    margin: 0 auto !important;
    z-index: 0 !important;
    background-image: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    opacity: 1 !important;
    white-space: normal !important;
    min-height: 50px !important;
    left: 0 !important; }
  .desktopStyle .previewMode .content {
    min-height: 0px !important; }
  .desktopStyle .column {
    float: none; }

/*
    JQuery UI Dialog

*/
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
  background-color: white;
  border: solid 1px grey;
  z-index: 10002; }
  .ui-dialog .ui-dialog-titlebar {
    border: none;
    background: none;
    width: 100%; }
  .ui-dialog .ui-dialog-title {
    display: none; }
  .ui-dialog .ui-dialog-titlebar-close {
    height: 20px;
    float: right; }
    .ui-dialog .ui-dialog-titlebar-close .ui-button-text {
      width: 46px;
      height: 19px;
      background-image: url(../App_Themes/SaffireDefault/images/btn_close_panel.gif);
      display: block;
      background-repeat: no-repeat; }
  .ui-dialog .ui-button {
    border: none;
    width: 46px;
    background-color: transparent;
    cursor: pointer;
    padding: 0px; }
  .ui-dialog .ui-button-icon-primary {
    display: none; }
  .ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    background: none;
    overflow: auto;
    clear: both; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
    .ui-dialog .ui-dialog-buttonpane button {
      margin: .5em .4em .5em 0;
      cursor: pointer; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: right; }
  .ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px; }
  .ui-dialog .row-column {
    width: 32%;
    padding: 0 2px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box; }
  .ui-dialog .row-block-field {
    margin-bottom: 10px; }
  .ui-dialog #dockedModuleContainer {
    overflow-y: auto !important; }

.modal_padding {
  padding: 0 11px;
  z-index: 999999999 !important; }

.ui-widget-overlay {
  background-color: #fff;
  opacity: .75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 10001 !important;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10001; }

/* DATEPICKER */
.ui-datepicker-calendar a {
  color: #333;
  text-decoration: none; }

.widgetListRow a:not(.button):hover {
  color: #5cbbf6; }

.widgetSectionHeader,
.recentlyVisitedTitle {
  font-family: 'open_sansbold';
  font-size: 15px; }

.settingsTicketsDealsWidget .widgetSectionHeader {
  padding: 10px 0; }

.ui-datepicker {
  display: none;
  width: 188px;
  background: #fff;
  padding: 5px; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-calendar .potentialDate span {
  color: #9E9E9E; }

.QAdateManagement,
.QAmultiDates {
  position: absolute;
  left: 290px;
  top: 16px; }

.QAeventName input {
  width: 268px;
  margin-top: 2px;
  left: 5px;
  position: relative; }

.dateDisplay,
.datePickerContainer,
.timeDisplay,
.timePickerContainer {
  width: 81px;
  text-align: center;
  font-weight: bold;
  text-shadow: none; }

.dateDisplay,
.timeDisplay {
  padding: 3px 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.QArightTime {
  position: relative; }

.QAleftDate > div {
  padding-left: 22px;
  background: url(../images/icon-calendar.png) no-repeat left; }

.QArightTime > div {
  padding-left: 22px;
  background: url(../images/icon-clock.png) no-repeat left;
  height: 26px; }

.dateDisplay_enabled,
.timeDisplay_enabled {
  background-color: #319FD4; }

.datePickerContainer {
  /*width:100px;*/
  float: left; }

.dateDisplay {
  /*width:100px;*/
  height: 20px;
  color: #FFFFFF;
  float: left;
  cursor: pointer; }

.dateDisplay_enabled {
  background-color: #2F79B6; }

.dateDisplay_disabled {
  background-color: #9DCBE2; }

.dateSelectionContainer {
  width: 194px;
  padding: 8px;
  float: left;
  border: none;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  z-index: 3; }

.dateSelectionClear {
  cursor: pointer; }

.dateSelection_selectedDate {
  background-color: #000000 !important;
  color: #FFFFFF !important;
  background-image: none !important; }

.dateSelectionUseMonth {
  cursor: pointer; }

.ui-datepicker-header {
  background: #0081D1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  height: 24px;
  padding-top: 3px; }

.ui-datepicker-calendar {
  background: transparent;
  border: 1px solid #e2e2e2;
  border-top: none;
  padding-top: 5px;
  position: relative;
  top: -4px;
  width: 100%;
  text-shadow: none;
  border-spacing: 7px 5px;
  font-weight: normal;
  table-layout: fixed; }

.ui-datepicker-calendar th {
  font-weight: normal;
  font-family: 'open_sansbold';
  font-size: 12px;
  color: #868585; }

.ui-datepicker-calendar td {
  background: #eceff4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 17px;
  text-align: center; }

.ui-datepicker-calendar td.ui-state-disabled {
  background: #eceff4 !important; }

.ui-datepicker-calendar td.dateRange {
  background: #0081D1 !important; }

.ui-datepicker-calendar td.startDate,
.ui-datepicker-calendar td.endDate {
  background: #1874A9 !important; }

.ui-datepicker-calendar td.startDate a,
.ui-datepicker-calendar td.endDate a,
.ui-datepicker-calendar td.ui-datepicker-current-day a {
  color: #fff !important; }

.ui-datepicker-calendar td.ui-datepicker-today {
  background: #F26A21 !important; }

.ui-datepicker-calendar td.ui-datepicker-current-day {
  background: #1B71AA !important; }

.ui-datepicker-calendar td:hover,
.timeSelection:hover {
  background: #1b71aa;
  cursor: pointer; }

.timeSelection:hover {
  color: #fff; }

.ui-datepicker-calendar td a {
  color: #000;
  text-decoration: none; }

.ui-datepicker-calendar td.ui-datepicker-today a,
.ui-datepicker-calendar td:hover a,
.ui-datepicker-calendar td.dateRange a {
  color: #fff; }

.ui-datepicker-calendar td.ui-datepicker-unselectable:hover,
.ui-datepicker-calendar td.inactiveDate:hover {
  background: #ECEFF4 !important;
  cursor: default !important; }

.ui-datepicker-calendar td.inactiveDate:hover span,
.ui-datepicker-calendar td.inactiveDate span {
  color: #b7b7b7 !important; }

.ui-datepicker-calendar td.inactiveDate.ui-datepicker-today:hover span,
.ui-datepicker-calendar td.inactiveDate.ui-datepicker-today span {
  color: #fff !important; }

.ui-datepicker-prev span,
.ui-datepicker-next span {
  visibility: hidden; }

.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 0;
  height: 27px;
  width: 25px;
  cursor: pointer;
  -o-transition: background-color 0.4s ease;
  -ms-transition: background-color 0.4s ease;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease; }

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: #9DCBE2; }

.ui-datepicker-prev:active,
.ui-datepicker-next:active {
  background-color: #eceff4; }

.ui-datepicker-prev {
  left: 0;
  border-right: 2px solid #fff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.ui-datepicker-prev:after {
  content: '\25C4';
  font-family: Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  height: 19px;
  left: 5px;
  margin: auto;
  right: 0;
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  top: 0; }

.ui-datepicker-next {
  right: 0;
  border-left: 2px solid #fff;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.ui-datepicker-next:after {
  content: '\25BA';
  font-family: Arial, sans-serif;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 13px;
  height: 19px;
  left: 5px;
  margin: auto;
  right: 0;
  text-decoration: none;
  text-shadow: 0 0 0 transparent;
  top: 0; }

.ui-datepicker-month,
.ui-datepicker-year {
  border: 1px solid #bcbcbc;
  width: auto;
  position: relative;
  top: 1px;
  font: 11px Arial;
  color: #555;
  padding: 0; }

.ui-datepicker-month {
  margin-right: 6px; }

#calendarsContainer .ui-datepicker-header {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.timePickerContainer {
  /*width:100px;*/
  float: left; }

.timeDisplay {
  /*width:100px;*/
  height: 20px;
  color: #FFFFFF;
  float: left;
  cursor: pointer; }

.timeDisplay_enabled {
  background-color: #2F79B6; }

.timeDisplay_disabled {
  background-color: #9DCBE2; }

.timeSelectionContainer {
  width: 100px;
  float: left;
  border: 1px #e9e8e3 solid;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 3;
  text-shadow: none; }

.timeSelectionColumn {
  width: 30px;
  float: left;
  margin-left: 3px; }

.timeSelection {
  width: 100%;
  text-align: center;
  margin-top: 2px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal; }

.timeSelection_on {
  background-color: #1674A7;
  color: #FFFFFF; }

.timeSelection_off {
  background-color: #ECEFF4;
  color: inherit; }

.timeSelectionClose {
  width: 100%;
  background-color: #DCDCDC;
  cursor: pointer; }

.timeSelectionClear {
  cursor: pointer; }

.ui-datepicker-calendar tbody td a {
  color: #000;
  font-family: 'open_sansbold';
  font-size: 12px;
  text-decoration: none; }

/* Menu styles*/
/* Table of Contents:*/
/* 1. Buttons/slider*/
/* 2. Dropdowns*/
/* 3. Draggable control*/
/* 4. Row and flyout widget header*/
/* 5. Module control header*/
/* 6. Add module placeholder*/
/* 7. Validation*/
/* 8. Inputs*/
/* ===============================================================*/
/* 1. Buttons*/
/* ===============================================================*/
.button:hover,
.addItem:hover,
.removeItem:hover {
  cursor: pointer; }

.menu-btn {
  display: inline-block;
  padding: 0 2px;
  position: relative;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .menu-btn::before {
    content: "";
    font: 15px/22px "FontAwesome";
    width: 32px;
    height: 22px;
    box-sizing: border-box;
    z-index: 1;
    display: inline-block;
    position: relative;
    text-align: center; }
  .menu-btn .editItemMenu a {
    display: block;
    font-size: 14px; }
  .menu-btn:hover {
    border-radius: 4px;
    background: #0081D2;
    color: #FFF; }

.copiedHeader .menu-btn:hover {
  background: #e25e00; }

.fa-expand::before {
  content: "";
  margin-right: 10px; }

.fa-collapse::before {
  content: "";
  margin-right: 10px; }

.addItem,
.removeItem {
  display: inline-block;
  color: #FFF;
  background: rgba(0, 0, 0, 0.4);
  font-family: 'open_sansregular';
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-left: 0px;
  cursor: pointer; }
  .addItem:hover,
  .removeItem:hover {
    background: rgba(0, 0, 0, 0.5); }

.close-btn {
  background: rgba(127, 127, 127, 0.9);
  color: #fff;
  cursor: pointer;
  float: right;
  padding: 7px; }
  .close-btn:hover {
    background: rgba(128, 128, 128, 0.9); }

.toggle-container {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #e2e3e7;
  overflow: hidden;
  border-radius: 11px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
  cursor: pointer;
  float: right; }
  .toggle-container:active .toggle-button {
    background: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #c7c7c7));
    background: -webkit-linear-gradient(top, white 0%, #c7c7c7 100%);
    background: linear-gradient(to bottom, white 0%, #c7c7c7 100%);
    box-shadow: 2px 0 0 rgba(240, 240, 240, 0.5) inset, -2px 0 0 rgba(230, 230, 230, 0.5) inset, 0 -2px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 0 rgba(160, 160, 160, 0.5) inset; }

.toggle-slider {
  width: 40px;
  height: 20px;
  background-color: #4BBB3F;
  position: relative;
  border-radius: 11px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .toggle-slider:hover {
    background-color: #62d256; }

.toggle-button,
.toggle-button:hover {
  width: 20px;
  height: 20px;
  background: #F0F0F0;
  float: right;
  border-radius: 50%;
  box-shadow: 2px 0 0 rgba(240, 240, 240, 0.5) inset, -2px 0 0 rgba(230, 230, 230, 0.5) inset, 0 -2px 0 rgba(160, 160, 160, 0.5) inset, 0 2px 0 rgba(255, 255, 255, 0.5) inset;
  border: 1px solid #cbcbcb;
  position: relative;
  left: 1px;
  cursor: pointer;
  background: #c7c7c7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c7c7c7), color-stop(100%, white));
  background: -webkit-linear-gradient(top, #c7c7c7 0%, white 100%);
  background: linear-gradient(to bottom, #c7c7c7 0%, white 100%); }

/* ===============================================================*/
/* 2. Dropdowns*/
/* ===============================================================*/
.menu-dropdown {
  max-height: 0;
  opacity: 1;
  visibility: hidden;
  background: #0081D2;
  right: 0;
  top: 100%;
  text-align: left;
  min-width: 210px;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 4px 0 4px 4px;
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  /* .toggle-options-more {*/
  /*   display: block;*/
  /* }*/
  /* .toggle-options-hide {*/
  /*   display: none;*/
  /* }*/
  /* &.advanced-hidden {*/
  /*   .toggle-options-more {*/
  /*     display: none;*/
  /*   }*/
  /*   .toggle-options-hide {*/
  /*     display: block;*/
  /*   }*/
  /* }*/ }
  .menu-dropdown a {
    display: block;
    width: 100%;
    color: #fff;
    font: 15px/1.7 open_sansregular;
    padding: 2px 20px;
    box-sizing: border-box;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menu-dropdown a:hover {
      background: rgba(255, 255, 255, 0.3); }

.show-dropdown .menu-dropdown {
  max-height: 600px;
  opacity: 1;
  visibility: visible; }
.show-dropdown .menu-btn {
  background: #0081D2;
  color: #FFF; }
  .show-dropdown .menu-btn:hover {
    border-radius: 4px 4px 0 0; }

.copiedHeader .show-dropdown .menu-btn {
  background: #e25e00; }
.copiedHeader .show-dropdown .menu-dropdown {
  background: #e25e00; }

.copiedHeader .menu-dropdown {
  background: #e25e00; }

/* ===============================================================*/
/* 3. Draggable control*/
/* ===============================================================*/
.moduleDragHandle {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 36px;
  text-align: center; }
  .moduleDragHandle::before {
    content: "";
    font: 15px/26px "FontAwesome";
    margin-left: 4px;
    position: relative;
    vertical-align: middle; }

.header-content {
  display: inline-block; }
  .header-content .menu-btn {
    z-index: 0; }
  .header-content .module-header-stopwatch,
  .header-content .row-header-stopwatch {
    box-sizing: border-box;
    display: inline-block;
    width: 36px !important;
    height: 26px;
    padding: 1px 3px 7px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    top: 2px;
    transition: 0.3s;
    margin-right: 2px; }
    .header-content .module-header-stopwatch path,
    .header-content .row-header-stopwatch path {
      fill: #aaa; }
    .header-content .module-header-stopwatch:hover,
    .header-content .row-header-stopwatch:hover {
      background-color: #0081D2;
      transition: 0.3s; }
      .header-content .module-header-stopwatch:hover path,
      .header-content .row-header-stopwatch:hover path {
        fill: #fff; }
  .header-content .module-header-stopwatch svg,
  .header-content .row-header-stopwatch svg {
    position: relative;
    top: 0;
    transition: 0.3s;
    height: 87%;
    margin: auto; }

.header:hover .module-header-stopwatch svg path,
.header:hover .row-header-stopwatch svg path {
  fill: #fff;
  transition: 0.3s; }

.header-content.show-dropdown .menu-btn {
  z-index: 100; }

.heading {
  vertical-align: middle; }

.sortableFAQDragHandle, .sortableDragHandle {
  float: left;
  z-index: 5; }
  .sortableFAQDragHandle::before, .sortableDragHandle::before {
    content: "";
    display: block;
    font-family: 'FontAwesome';
    font-size: 15px;
    padding: 8px; }

.sortableDragHandle.map-category {
  float: none; }
  .sortableDragHandle.map-category::before {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box; }

.hide-control {
  padding-left: 35px; }

.eventMediaModuleEdit .header-content .sortableDragHandle.hide-control {
  padding-left: 0;
  opacity: 0;
  pointer-events: none; }

/* ===============================================================*/
/* 4. Row and flyout widget header*/
/* ===============================================================*/
.draggableWidgetHeader, .adminStyle .widgetHeader.draggableWidgetHeader,
.moduleItemMenu,
.header-container {
  cursor: pointer; }
  .draggableWidgetHeader .header-click-stretch, .adminStyle .widgetHeader.draggableWidgetHeader .header-click-stretch,
  .moduleItemMenu .header-click-stretch,
  .header-container .header-click-stretch {
    width: 100%;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding: 7px 0;
    cursor: pointer; }

.header-container.not-editable {
  cursor: default; }
  .header-container.not-editable .header-click-stretch {
    cursor: default; }

.header.widget .moduleDragHandle {
  float: left;
  min-width: 30px; }

.flyoutHeader {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0;
  text-transform: uppercase;
  font: 15px/1 "open_sansregular";
  background: rgba(0, 129, 210, 0.8);
  color: #FFF;
  -webkit-transition: max-height 0.1s linear, opacity 0.2s linear;
  transition: max-height 0.1s linear, opacity 0.2s linear; }
  .flyoutHeader.copiedHeader {
    background: rgba(255, 120, 20, 0.8); }

.editorModule .fly-module-header-stopwatch {
  box-sizing: border-box;
  display: inline-block;
  width: 36px;
  vertical-align: middle;
  height: 22px;
  padding: 2px 3px 5px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  top: 0;
  transition: 0.3s; }
  .editorModule .fly-module-header-stopwatch:hover {
    background-color: #0081D2;
    transition: 0.3s; }
.editorModule .fly-module-header-stopwatch svg {
  position: relative;
  top: 0;
  transition: 0.3s;
  height: 100%;
  margin: auto; }
  .editorModule .fly-module-header-stopwatch svg path {
    fill: #fff; }
.editorModule.editModule .flyoutHeader {
  display: none; }
.editorModule.editModule:hover .flyoutHeader {
  display: none; }
.editorModule:hover .flyoutHeader {
  display: block;
  overflow: visible;
  opacity: 1;
  max-height: 35px;
  z-index: 100; }
.editorModule:hover .addmodule-btn {
  visibility: visible;
  z-index: 99;
  opacity: 1;
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px); }
  .editorModule:hover .addmodule-btn.module-footer {
    -webkit-transform: translateY(70px);
    transform: translateY(70px); }

.addmodule-btn {
  display: inline-block;
  visibility: hidden;
  width: 100px;
  height: 70px;
  box-sizing: border-box;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* &:hover {*/
  /*  box-shadow: 0 0 26px #339ADC inset;*/
  /* }*/ }
  .addmodule-btn .modulePicker {
    background: #0081D2;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer; }
    .addmodule-btn .modulePicker:hover {
      background: #339adc; }
    .addmodule-btn .modulePicker::before, .addmodule-btn .modulePicker::after {
      content: '';
      vertical-align: center;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      width: 25px;
      border-top: 1px solid #FFF; }
    .addmodule-btn .modulePicker::after {
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      transform: translateX(-50%) translateY(-50%) rotate(90deg); }
  .addmodule-btn.module-footer {
    top: auto;
    bottom: 0; }
    .addmodule-btn.module-footer .modulePicker {
      bottom: 0; }
  .addmodule-btn.module-paceholder {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    width: 100%; }

/* ===============================================================*/
/* 5. Module control header*/
/* ===============================================================*/
.adminStyle .widgetHeader.draggableWidgetHeader,
.adminStyle .widgetHeader.moduleItemMenu,
.moduleItemMenu {
  background: transparent;
  padding-left: 0;
  color: #D0D0D0; }

.copiedHeader .adminStyle .widgetHeader.draggableWidgetHeader,
.copiedHeader .adminStyle .widgetHeader.moduleItemMenu {
  background: #ff7814;
  color: #fff; }

.adminStyle .widgetHeaderToolTip {
  float: none;
  display: inline-block;
  background: #D0D0D0;
  color: #FFF;
  vertical-align: middle;
  margin: 0; }

/* ===============================================================*/
/* 6. Add Module Placeholder*/
/* ===============================================================*/
.modulePickerPlaceholder {
  border: dashed 1px #D0D0D0;
  text-align: center;
  color: rgba(127, 127, 127, 0.9);
  cursor: pointer;
  margin-bottom: 10px; }

/* ===============================================================*/
/* 7. Validation*/
/* ===============================================================*/
input.ng-invalid:not(:focus) {
  border: 1px solid red !important;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.29);
  outline: none; }

select.ng-invalid:not(:focus) {
  border: 1px solid red !important;
  box-shadow: 0 0 4px rgba(255, 0, 0, 0.29);
  outline: none; }

.module-error {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  left: 5px; }
  .module-error::before {
    content: "";
    color: red;
    font-size: 2em;
    -webkit-animation: 2s ease 0s infinite pulse;
    animation: 2s ease 0s infinite pulse; }

/* ===============================================================*/
/* 7. Inputs*/
/* ===============================================================*/
input,
select {
  border: 1px solid #C5DFEC !important;
  border-radius: 3px;
  padding: 4px;
  color: #868585; }

option {
  border: 3px solid #C5DFEC !important; }

.dropdown option {
  font: 11px 'open_sansregular'; }

/* Toolbar*/
#editorToolbarContainer {
  position: fixed;
  top: 100px;
  right: 0;
  width: 138px;
  height: auto;
  background-color: #0081D2;
  color: #FFF;
  font-family: "open_sansregular";
  z-index: 1;
  -webkit-transform: translateZ(0); }

#editorToolbars {
  color: #FFF; }
  #editorToolbars .toolbar-title {
    text-transform: uppercase;
    width: 100%;
    background: #339adc;
    height: 36px;
    line-height: 38px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 7px; }
  #editorToolbars .button {
    background-color: #014069;
    color: white;
    width: 100%;
    margin: 2px 0;
    padding: 3px 8px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #editorToolbars .button:hover {
      background: #015f9c; }
    #editorToolbars .button.viewport {
      text-align: center;
      max-width: 31%; }
      #editorToolbars .button.viewport .desktop::before {
        content: "";
        line-height: 23px;
        margin: 0; }
      #editorToolbars .button.viewport .tablet {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        #editorToolbars .button.viewport .tablet::before {
          content: "";
          line-height: 23px;
          margin: 0; }
      #editorToolbars .button.viewport .mobile::before {
        content: "";
        line-height: 23px;
        margin: 0; }
    #editorToolbars .button.savehasChangesHighlight, #editorToolbars .button:not(.viewport).hasChangesHighlight {
      background: #ff7814; }

#seoStatusIndicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  color: #FFBC00;
  border: 1px solid #ffbc00;
  margin: 0 0 .5em;
  padding: .5em; }
  #seoStatusIndicator:before {
    content: "";
    font-family: 'FontAwesome';
    margin-right: .5em;
    opacity: 1; }
  #seoStatusIndicator .warnings-tooltip {
    display: block;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 7px 0px #00000052;
    border-radius: 3px;
    width: auto;
    padding: 10px;
    width: max-content;
    box-sizing: border-box;
    border-left: 5px solid #FFBC00;
    color: #2a2a2a;
    right: 100%;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none; }
    #seoStatusIndicator .warnings-tooltip:after {
      content: '';
      width: 10px;
      height: 10px;
      background: #fff;
      right: -5px;
      display: block;
      position: absolute;
      transform: rotateZ(45deg);
      top: calc(50% - 5px); }
  #seoStatusIndicator:hover {
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer; }
  #seoStatusIndicator:hover .warnings-tooltip {
    right: 107%;
    opacity: 1;
    transition: 0.2s; }

#moduleStatusIndicator::before {
  content: "";
  font-family: 'FontAwesome';
  margin-right: 4px;
  opacity: 1;
  -webkit-animation: 2s ease 0s infinite pulse;
  animation: 2s ease 0s infinite pulse; }

@-webkit-keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.toolbar-controls-container {
  width: 124px;
  margin: 0 auto;
  position: relative; }
  .toolbar-controls-container .moduleMorePanel .more-toggle {
    color: #fff; }

#editorToolbars .fa::before {
  margin-right: 7px;
  font-size: 1.4em;
  color: #a0d0ef; }
  #editorToolbars .fa::before.hasChangesHighlight {
    color: #014069; }

.toolbar-status::before {
  content: '\f0e4'; }

.theme-title::before {
  content: '\f1fc';
  font-size: 14px; }

.toolbar-title::before {
  content: '\f016'; }

.toolbar-status,
.theme-title {
  margin: 6px auto;
  width: 95%;
  padding: 5% 0 5% 5%;
  position: relative;
  background: #339adc; }

.unlisted-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0; }
  .unlisted-toggle span {
    margin-left: 5px; }

#editor.oneColumn #moduleContainer.columnCount-1 .column, #editor.oneColumn #moduleContainer.columnCount-2 .column {
  clear: both;
  width: 100%; }
#editor.oneColumn #moduleContainer.columnCount-3 .column {
  clear: both;
  width: 100%; }
#editor.twoColumn #moduleContainer.columnCount-2 .column-6, #editor.threeColumn #moduleContainer.columnCount-2 .column-6 {
  float: left;
  width: 50%; }
#editor.twoColumn #moduleContainer.columnCount-2 .column-4, #editor.threeColumn #moduleContainer.columnCount-2 .column-4 {
  float: left;
  width: 33%; }
#editor.twoColumn #moduleContainer.columnCount-2 .column-8, #editor.threeColumn #moduleContainer.columnCount-2 .column-8 {
  float: left;
  width: 66%; }
#editor.twoColumn #moduleContainer.columnCount-3 .columnIndex-1,
#editor.twoColumn #moduleContainer.columnCount-3 .columnIndex-2 {
  float: left;
  width: 50%; }
#editor.twoColumn #moduleContainer.columnCount-3 .columnIndex-3 {
  clear: both; }
#editor.threeColumn #moduleContainer.columnCount-3 .column {
  float: left;
  width: 33%; }

.column {
  min-height: 20px;
  box-sizing: border-box;
  padding: 0 1%; }
  .column .text-container li {
    margin-bottom: 0; }
  .column .fileItemList li {
    margin-bottom: 10px; }

.previewMode.column {
  min-height: 0;
  margin: 0 !important; }

.column.inReorderMode {
  min-height: 10px; }

/*iPad styling*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*General styling*/
  body {
    min-width: 320px; }

  .titleBar {
    min-width: 320px; }

  .menu-icon {
    display: none; }

  #editor {
    padding: 0 10px 0;
    width: 100%;
    box-sizing: border-box; }

  #editor #moduleContainer,
  #editor #dockedModuleContainer {
    width: 100%; }

  .content {
    padding: 1em;
    margin-top: 5em; }

  .headerBarUser {
    width: 28%; }

  .dragging-helper {
    padding: 3px 5px 3px 20px; }

  .dragging-helper::before {
    left: -15px; }

  /*mobile nav styling*/
  .headerBarItem.navClientLogo {
    display: none; }

  .headerBarItem.navClientLogo.mobile {
    display: block;
    right: 0;
    width: 18%;
    margin: 0 auto; }

  .headerBarItem:nth-child(2) {
    margin: 0; }

  .headerBarSubNav,
  .headerBarSubNavItem > .headerBarSubNav {
    position: relative; }

  .left .headerBarSubNavItem > .headerBarSubNav {
    left: 0;
    margin-top: 8px; }

  .headerBarContainer {
    width: 100%; }

  .headerBarSubNavItem {
    background: #0081d1;
    border-top: 2px solid #339adc;
    border-bottom: 2px solid #339adc; }

  .headerBarNav {
    position: fixed;
    height: 100vh;
    background: rgba(0, 129, 209, 0.96);
    left: 0;
    top: 0;
    width: 30%;
    padding: 5em 0 0;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: visible;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-107%);
    transform: translateX(-107%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .headerBarItem {
    float: none; }

  .headerBarNav .headerBarItem .adminIcon {
    width: 25%;
    font-size: 2em;
    position: relative;
    top: 0.3em; }

  /*menu hamburger icon*/
  .menu-icon {
    position: fixed;
    top: 1.2em;
    left: 1em;
    display: block;
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
    z-index: 5000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

  .menu-icon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 0.22em;
    background-color: #fff;
    border-radius: 3px; }

  .menu-icon > span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-0.8em);
    transform: translateY(-0.8em); }

  .menu-icon > span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0.8em);
    transform: translateY(0.8em); }

  /* Opened menu */
  .menu-icon.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

  .menu-icon.open > span::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu-icon.open > span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .headerBarItem:not(.navClientLogo) > a {
    padding: 1.3em 0 1.5em 0em; }

  .mobile-nav-open .headerBarNav {
    -webkit-transform: translateX(0);
    transform: translateX(0); }

  /*pinned pages and email help*/
  .leftNav {
    top: 45vh;
    right: -66px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }

  .leftNavItemContainer .pinThisPageContainer a {
    left: 60px;
    right: auto; }
  .leftNavItemContainer.showLeftNavCloseButton .pinThisPageContainer a {
    left: 161px;
    right: auto; }

  .leftNavItem {
    left: auto;
    margin-right: 0;
    margin-left: auto;
    border-radius: 6px 0 0 6px;
    box-shadow: -3px 3px 5px #616161; }

  .leftNavContent {
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }

  .leftNavItem.leftNavPinnedPages .eventPinRow td:first-child:before,
  .leftNavItem.leftNavPinnedPages .formPinRow td:first-child:before,
  .leftNavItem.leftNavPinnedPages .pagePinRow td:first-child:before {
    display: none; }

  .mobile-nav-open .leftNav {
    right: 0; }

  /*page editor toolbar*/
  #editor #editorToolbarContainer {
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2); }
    #editor #editorToolbarContainer .flex-container, #editor #editorToolbarContainer .draggableWidgetHeader,
    #editor #editorToolbarContainer .moduleItemMenu,
    #editor #editorToolbarContainer .header-container {
      display: inline;
      width: auto; }
    #editor #editorToolbarContainer .button {
      line-height: 2em;
      width: 100px;
      text-align: center; }
      #editor #editorToolbarContainer .button.save, #editor #editorToolbarContainer .button.savehasChangesHighlight {
        margin-left: 10px; }
      #editor #editorToolbarContainer .button.user {
        position: relative;
        top: -5px;
        width: 100px; }
    #editor #editorToolbarContainer .button.viewport {
      width: 40px; }
      #editor #editorToolbarContainer .button.viewport:first-child {
        margin-left: 30px; }
        #editor #editorToolbarContainer .button.viewport:first-child span:before {
          position: relative;
          top: 2px; }
    #editor #editorToolbarContainer .unlisted-toggle {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      position: relative;
      top: -4px;
      margin-right: 10px;
      margin-left: 8px; }

  #editor #editorToolbarContainer.slideup {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }

  #editor .toolbar-controls-container {
    width: 90%;
    margin: -30px 0 0 auto;
    position: relative; }

  #editor .toolbar-controls-container > .ng-scope:first-child {
    display: inline-block;
    width: 77%;
    position: relative;
    top: -5px; }

  #editorToolbars .toolbar-title {
    background: none;
    line-height: 57px;
    position: relative;
    top: 7px;
    padding-left: 12px; }

  #editorToolbars .button {
    width: 19%; }

  a.button.debug {
    position: absolute;
    bottom: 82px;
    right: 8em; }

  #toolbar-hamburger {
    position: absolute;
    display: block;
    top: -1px;
    right: 10px;
    padding: 6px; }

  #toolbar-hamburger::before {
    content: 'MORE';
    display: inline-block;
    margin-right: 5px; }

  #toolbar-hamburger::after {
    content: '\f176';
    font: 1em 'FontAwesome';
    display: inline-block;
    position: relative; }

  .slideup #toolbar-hamburger::before {
    content: 'LESS'; }

  .slideup #toolbar-hamburger::after {
    content: ""; }

  .advanced-options-col {
    display: inline-block;
    width: 40%;
    padding: 8px;
    vertical-align: top; }

  #editorToolbars .button.user {
    width: 50%; }

  #editorToolbars .button.viewport .tablet:before,
  #editorToolbars .button.viewport .mobile:before {
    position: relative; }
  #editorToolbars .button.viewport .tablet:before {
    top: 2px; }
  #editorToolbars .button.viewport .mobile:before {
    top: 1px; } }
/*landscape iPad styling*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .leftNavItem.leftNavItemOpen.leftNavEmailHelp .leftNavContent {
    max-height: 192px; }

  .leftNavItem.leftNavItemOpen .leftNavContent {
    max-height: 256px; }

  #editor #editorToolbarContainer #copyLinkData {
    width: 208px; }
  #editor #editorToolbarContainer .linkCopyContainer {
    display: none;
    position: absolute;
    top: -30px;
    left: 225px; }
    #editor #editorToolbarContainer .linkCopyContainer input {
      width: 200px; }
  #editor #editorToolbarContainer .linkCopyContainer.show {
    display: block; } }
/*portrait iPad styling*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*page editor toolbar*/
  #editor #editorToolbarContainer .toolbar-controls-container {
    width: 88%; }
  #editor #editorToolbarContainer .toolbar-controls-container > .ng-scope:first-child {
    width: 100%; }
  #editor #editorToolbarContainer .button {
    width: 83px; }
  #editor #editorToolbarContainer #copyLinkData {
    position: absolute;
    bottom: -28px;
    left: 208px; }
  #editor #editorToolbarContainer .linkCopyContainer {
    display: none;
    position: absolute;
    top: 40px;
    left: 200px; }
    #editor #editorToolbarContainer .linkCopyContainer input {
      width: 200px; }
  #editor #editorToolbarContainer .linkCopyContainer.show {
    display: block; } }
.hint-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000000;
  opacity: 0;
  visibility: hidden; }
  .hint-background .hint-container {
    background: #FFF;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 4px;
    width: 700px;
    max-width: 100%; }
  .hint-background .hint-description {
    text-align: left; }
    .hint-background .hint-description h2 {
      font-family: 'open_sansbold'; }
    .hint-background .hint-description p {
      margin: 0.5em 0; }
  .hint-background .hint-video {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    max-height: 480px;
    max-width: 100%;
    margin-top: 10px; }
  .hint-background .hint-pagination {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    list-style: none;
    text-align: center; }
    .hint-background .hint-pagination .hint-dot {
      display: inline-block;
      width: 7px;
      height: 7px;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
      cursor: pointer;
      border: 2px solid #0081D2;
      background: transparent;
      border-radius: 50%;
      margin: 0 7px; }
      .hint-background .hint-pagination .hint-dot.selected-hint, .hint-background .hint-pagination .hint-dot:hover {
        background: #0081D2; }
  .hint-background .hint-close {
    width: 46px;
    height: 19px;
    background-image: url(../App_Themes/SaffireDefault/images/btn_close_panel.gif);
    display: block;
    background-repeat: no-repeat;
    position: relative;
    left: calc(100% - 46px);
    margin-top: -10px;
    margin-bottom: 4px;
    cursor: pointer; }
  .hint-background .hint-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .hint-background .hint-links .link {
      display: inline-block;
      margin: 9px 6px 0; }
    .hint-background .hint-links .button {
      font-size: 14px;
      line-height: 2.2em; }

.hint-background.overlayShown {
  visibility: visible;
  opacity: 1;
  -webkit-animation: fadeInFromNone 1s ease-out;
  -moz-animation: fadeInFromNone 1s ease-out;
  -o-animation: fadeInFromNone 1s ease-out;
  animation: fadeInFromNone 1s ease-out; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-o-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
/* Module specific styling*/
/* Table of Contents:*/
/* 1. General styleing */
/* 2. Empty Module*/
/* 3. Map Module*/
/* 4. FAQ module */
/* 5. Image module */
/* 6. Media Gallery (text/media) */
/* 7. Link Module */
/* 8. Navigation Module */
/* 9. Tag Module */
/* 10. Form Module */
/* 11. Social Media Module */
/* 12. Items Module */
/* 13. Event Social Share Module */
/* 14. Event Locations Module */
/* 15. Category Map Module */
/* 16. Event Media Module */
/* 17. Business Media Module */
/* 18. PageSettings Modal */
/* 19. Event Social Media Share */
/* 20. Sponsor Module */
/* 21. Organization Listing Module */
/* 22. Tickets and Deals event item sales Module */
/* 23. Feature Lineup Module */
/* 24. Custom Field Module */
/* ===============================================================*/
/* 1. General styling */
/* ===============================================================*/
/* edit mode*/
.editModule input {
  box-sizing: border-box; }
.editModule .radio-btn-wrapper {
  text-align: left; }
.editModule .fileItemContainer {
  width: 100%; }
.editModule .inputsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  min-height: 60px;
  max-width: 250px;
  padding-right: 10px;
  height: auto;
  text-align: right; }
  .editModule .inputsContainer.align-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .editModule .inputsContainer.has-radio-btns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
.editModule .heading {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px; }
  .editModule .heading .headingInput {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%; }
    .editModule .heading .headingInput input {
      box-sizing: border-box;
      width: 100%;
      margin-bottom: 5px; }
    .editModule .heading .headingInput .charcounter {
      padding-left: 5px; }
.editModule .data .text-list-container,
.editModule .data .image-list-container,
.editModule .data .image-grid-container {
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  min-height: 42px;
  box-shadow: 2px 2px 3px #ddd;
  background: #fff; }
  .editModule .data .text-list-container:hover,
  .editModule .data .image-list-container:hover,
  .editModule .data .image-grid-container:hover {
    border: 1px solid #0081D2; }
  .editModule .data .text-list-container.not-draggable,
  .editModule .data .image-list-container.not-draggable,
  .editModule .data .image-grid-container.not-draggable {
    padding-left: 10px; }
.editModule .data .image-grid-container {
  width: 150px; }
.editModule .data .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D0D0D0; }
  .editModule .data .header-content:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .editModule .data .header-content h2 {
    font-size: 1em; }
  .editModule .data .header-content .sortableDragHandle {
    margin-right: 5px;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .editModule .data .header-content.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
.editModule .data .module-item-title {
  width: 100%;
  max-height: 110px;
  overflow: hidden; }
  .editModule .data .module-item-title span,
  .editModule .data .module-item-title .item-checkbox {
    vertical-align: middle;
    max-width: 95%; }
.editModule .data .centeredImageContainer {
  text-align: center; }
.editModule .data .text-container {
  margin: 0 10px; }
.editModule .data .centeredImageContainer img {
  max-width: 100%; }
.editModule .data .mainlist {
  padding-left: 0; }
.editModule .data .sublist {
  margin-top: 10px;
  padding-left: 20px; }
.editModule .hiddenModuleMask {
  display: none; }

.hiddenModuleMask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1; }

.delimiter {
  margin: 0 2px 0 3px; }

#editor .pageCreateNew .editView {
  padding: 10px;
  box-sizing: border-box; }
#editor .textGalleryPhotoHasThumbs {
  bottom: 0;
  float: left;
  left: 2%;
  margin: auto;
  max-width: 73%;
  position: relative;
  text-align: center;
  top: 0;
  width: 77%;
  height: 100%; }

.content-wrapper {
  height: 100%;
  display: inline-block;
  width: 100%;
  max-width: 100%; }

/* Small column styles */
.column-4 .heading.flex-container, .column-4 .heading.draggableWidgetHeader,
.column-4 .heading.moduleItemMenu,
.column-4 .heading.header-container,
.mobileViewport .heading.flex-container,
.mobileViewport .heading.draggableWidgetHeader,
.mobileViewport .heading.moduleItemMenu,
.mobileViewport .heading.header-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start; }
.column-4 .heading .inputsContainer,
.mobileViewport .heading .inputsContainer {
  height: auto;
  margin: 10px 0 5px; }
.column-4 .heading .headingInput,
.mobileViewport .heading .headingInput {
  max-width: 100%; }
.column-4 .largeView,
.mobileViewport .largeView {
  display: none; }
.column-4 .smallView,
.mobileViewport .smallView {
  display: block; }

.module-stopwatch {
  position: absolute;
  top: 5px;
  right: 39px;
  width: 20px;
  height: 16px;
  box-sizing: border-box;
  display: block; }
  .module-stopwatch svg {
    display: block;
    height: 100%;
    box-sizing: border-box; }
    .module-stopwatch svg path {
      fill: #333; }

.module-stopwatch {
  position: relative;
  top: 5px;
  right: 0;
  left: auto;
  margin-left: auto; }

#editor .editorModule:hover .module-stopwatch {
  opacity: 0; }

.preview-active .module-stopwatch {
  display: none; }

/* preview mode*/
.preview .media-text-Container {
  display: none; }

/* ===============================================================*/
/* 2. Empty Module*/
/* ===============================================================*/
.clickToAdd {
  color: #D0D0D0;
  background: #fff;
  text-align: center;
  width: 100%; }
  .clickToAdd .emptyModuleThumb {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2; }
  .clickToAdd .module-title {
    font: 15px/2 "open_sansbold";
    display: block; }

/* ===============================================================*/
/* 3. Map Module*/
/* ===============================================================*/
#mapContainer table .mapUp,
#mapContainer table .mapLeft,
#mapContainer table .mapRight,
#mapContainer table .mapDown,
#mapContainer table .mapZoomIn,
#mapContainer table .mapZoomOut {
  cursor: pointer; }

#editor.tabletViewport .editor-fallback #mapContainer .mapLegend, #editor.mobileViewport .editor-fallback #mapContainer .mapLegend {
  background: inherit;
  width: 100%; }

.MapModuleEdit {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "open_sansregular"; }
  .MapModuleEdit .tiny {
    font-size: 15px; }
  .MapModuleEdit .data {
    width: 100%; }
    .MapModuleEdit .data .flex-container, .MapModuleEdit .data .draggableWidgetHeader,
    .MapModuleEdit .data .moduleItemMenu,
    .MapModuleEdit .data .header-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .MapModuleEdit .data .mapModule-addMap {
      margin-bottom: 15px; }
      .MapModuleEdit .data .mapModule-addMap .upload {
        border: none; }
    .MapModuleEdit .data .mapModule-imgDisplay {
      -webkit-box-flex: 1;
      -ms-flex: 1 45%;
      flex: 1 45%;
      margin: 0 15px 15px 0; }
      .MapModuleEdit .data .mapModule-imgDisplay > .label-text {
        margin-bottom: 10px; }
      .MapModuleEdit .data .mapModule-imgDisplay img {
        display: block;
        max-width: 100%;
        margin-bottom: 15px; }
    .MapModuleEdit .data .mapModule-pins {
      -webkit-box-flex: 1;
      -ms-flex: 1 45%;
      flex: 1 45%;
      margin-bottom: 15px; }
      .MapModuleEdit .data .mapModule-pins > .label-text {
        margin-bottom: 10px; }
      .MapModuleEdit .data .mapModule-pins .map-pin {
        margin-right: 5px; }
      .MapModuleEdit .data .mapModule-pins .addItem {
        padding: 5px 10px; }
    .MapModuleEdit .data .mapModule-addPDF > .label-text {
      margin-bottom: 10px; }
    .MapModuleEdit .data .mapModule-addPDF .upload {
      margin-bottom: 15px;
      border: none; }
    .MapModuleEdit .data .mapModule-addPDF .map-pdf {
      box-sizing: border-box;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      box-shadow: 2px 2px 3px #D0D0D0;
      padding: 10px; }
      .MapModuleEdit .data .mapModule-addPDF .map-pdf a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .MapModuleEdit .data .mapModule-addPDF .map-pdf a img {
          margin-right: 15px; }
      .MapModuleEdit .data .mapModule-addPDF .map-pdf .removeItem {
        margin: 0; }

h2.mapLegendTitle {
  padding-bottom: 15px; }

.column-4 .MapModuleEdit .mapModule-imgDisplay,
.column-4 .MapModuleEdit .mapModule-pins {
  -webkit-box-flex: 1;
  -ms-flex: 1 100%;
  flex: 1 100%; }
.column-4 .MapModuleEdit .mapModule-imgDisplay img {
  max-width: 100%; }
.column-4 .MapModuleEdit .heading .inputsContainer {
  min-height: 30px;
  margin-bottom: 0; }

.column-4 .map,
.column-6 .map,
.column-8 .map,
.tabletViewport .map,
.mobileViewport .map {
  width: 100%; }
.column-4 .mapLegend,
.column-6 .mapLegend,
.column-8 .mapLegend,
.tabletViewport .mapLegend,
.mobileViewport .mapLegend {
  top: auto;
  max-height: 50px;
  width: 100%;
  box-shadow: none;
  border-top: 1px solid;
  overflow: hidden; }
  .column-4 .mapLegend h2.mapLegendTitle,
  .column-6 .mapLegend h2.mapLegendTitle,
  .column-8 .mapLegend h2.mapLegendTitle,
  .tabletViewport .mapLegend h2.mapLegendTitle,
  .mobileViewport .mapLegend h2.mapLegendTitle {
    padding-bottom: 25px; }
.column-4 .mapLeftRight,
.column-6 .mapLeftRight,
.column-8 .mapLeftRight,
.tabletViewport .mapLeftRight,
.mobileViewport .mapLeftRight {
  display: none; }

#imgsearch {
  max-width: 100%; }
  #imgsearch .imgsearch {
    width: 100%; }

.mobileViewport .map {
  width: 100%;
  height: 453px; }
.mobileViewport .mapLegend {
  top: auto;
  max-height: 50px;
  width: 100%;
  box-shadow: none;
  border-top: 1px solid;
  overflow: hidden; }

/* ===============================================================*/
/* 4. FAQ module */
/* ===============================================================*/
.data .faqQuestion, .data .subAnswer {
  margin: 10px 0;
  font-family: "open_sansregular"; }
.data .faqQuestion {
  font-weight: bold;
  color: #0081D2; }
.data .subAnswer {
  color: #111;
  font-size: 14px; }
.data .sublist .header-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
.data .faqModuleCategories .module-item-title .label-text {
  max-width: 88%; }

.faqSection .faqQuestion::before {
  content: '\f196';
  margin-right: 1em;
  font-family: 'FontAwesome'; }

/* ===============================================================*/
/* 5. Image module */
/* ===============================================================*/
.ImageModule .itemListTypeList .smallImage,
.ImageModule .itemListTypeGrid .smallImage {
  box-sizing: border-box; }
.ImageModule .itemListTypeList .moduleItemContainer {
  width: 100%; }
.ImageModule .itemListTypeGrid .smallImage {
  max-width: 100%;
  height: auto;
  width: 100%; }
.ImageModule .itemListTypeGrid.image-grid-medium img,
.ImageModule .itemListTypeGrid.image-grid-large img {
  width: 100%; }
.ImageModule .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium,
.ImageModule .imageGridWrapperContainer.itemListTypeGrid.image-grid-large {
  margin: 0; }

.image-module-edit.heading {
  flex-wrap: wrap; }
  .image-module-edit.heading .inputsContainer {
    max-width: 40%;
    align-items: flex-end; }
    .columnCount-3 .image-module-edit.heading .inputsContainer, .columnCount-2 .image-module-edit.heading .inputsContainer {
      max-width: 100%;
      align-items: flex-start;
      justify-content: center; }
  .image-module-edit.heading .image-settings-container {
    box-sizing: border-box;
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    padding: 15px 20px; }
    .image-module-edit.heading .image-settings-container .label-text {
      display: block;
      width: 100%;
      margin-bottom: 1em; }
  .image-module-edit.heading .image-settings-options {
    display: flex; }
    .columnCount-3 .image-module-edit.heading .image-settings-options, .columnCount-2 .image-module-edit.heading .image-settings-options {
      flex-wrap: wrap; }
    .image-module-edit.heading .image-settings-options > div {
      display: flex;
      flex-direction: column;
      margin-right: 2em; }
      .columnCount-2 .column:not(.column-4) .image-module-edit.heading .image-settings-options > div {
        width: calc(50% - 2em);
        margin-bottom: 1em; }
      .columnCount-3 .image-module-edit.heading .image-settings-options > div, .columnCount-2 .column-4 .image-module-edit.heading .image-settings-options > div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em; }
    .image-module-edit.heading .image-settings-options select {
      margin-top: 0.5em; }

@media screen and (min-width: 0\0) {
  .desktopStyle .media-container .card {
    height: 100%; }

  .ImageModule .itemListTypeGrid .smallImage {
    height: 100%; }

  .column-4 .editor-view-container .heading.flex-container.image-module-edit .headingInput, .column-4 .editor-view-container .heading.image-module-edit.draggableWidgetHeader .headingInput,
  .column-4 .editor-view-container .heading.image-module-edit.moduleItemMenu .headingInput,
  .column-4 .editor-view-container .heading.image-module-edit.header-container .headingInput {
    min-height: 77px; } }
@media \\0 screen {
  .column-4 .editor-view-container .heading.flex-container.image-module-edit .headingInput, .column-4 .editor-view-container .heading.image-module-edit.draggableWidgetHeader .headingInput,
  .column-4 .editor-view-container .heading.image-module-edit.moduleItemMenu .headingInput,
  .column-4 .editor-view-container .heading.image-module-edit.header-container .headingInput {
    min-height: 77px; } }
.flex-container.align-center.imageGridWrapperContainer, .align-center.imageGridWrapperContainer.draggableWidgetHeader,
.align-center.imageGridWrapperContainer.moduleItemMenu,
.align-center.imageGridWrapperContainer.header-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.image-list-container {
  padding: 10px 0; }
  .image-list-container .editableContent img {
    max-width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .image-list-container .text-container {
    max-width: 100%; }

.dynamicImageGridGalleryDescription {
  font: 15px/1 "open_sansregular";
  color: #111; }

.heading .headingInput .image-display {
  margin-top: 9px; }
  .heading .headingInput .image-display .input {
    display: inline-block; }
    .heading .headingInput .image-display .input input {
      width: auto; }

.imageGridItems {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .imageGridItems .image-grid-container {
    width: 170px; }
  .imageGridItems li {
    margin-right: 10px; }

.image-grid-container.editableContainer .fileItemContainer {
  padding-bottom: 10px; }
.image-grid-container.editableContainer .module-item-title {
  margin-bottom: 5px; }
.image-grid-container.editableContainer .module-item-title,
.image-grid-container.editableContainer .dynamicImageGridGalleryDescription {
  box-sizing: border-box;
  padding: 0 10px; }
.image-grid-container.editableContainer .dynamicImageGridGalleryDescription {
  max-height: 92px;
  min-height: 17px;
  overflow: hidden; }

.preview.desktopStyle .moduleSmall .imageGridWrapperContainer.flex-container:not(.itemListTypeGrid), .preview.desktopStyle .moduleSmall .imageGridWrapperContainer.draggableWidgetHeader:not(.itemListTypeGrid),
.preview.desktopStyle .moduleSmall .imageGridWrapperContainer.moduleItemMenu:not(.itemListTypeGrid),
.preview.desktopStyle .moduleSmall .imageGridWrapperContainer.header-container:not(.itemListTypeGrid) {
  display: block; }

.imageGridWrapperContainer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* img.imagebacker,*/
  /* .text-container {*/
  /*   display: inline-block;*/
  /*   vertical-align: top;*/
  /*   text-align: left;*/
  /* }*/
  /* .text-container {*/
  /*   width: 70%;*/
  /*   margin-left: 10px;*/
  /**/
  /*   .dynamicImageGridGalleryDescription {*/
  /*     text-align: left;*/
  /*   }*/
  /* }*/ }
  .imageGridWrapperContainer.align-right {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial; }
  .imageGridWrapperContainer img.imagebacker {
    margin-bottom: 12px; }
  .imageGridWrapperContainer.grid-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .imageGridWrapperContainer.grid-view .dynamicImageGridGalleryDescription {
      text-align: center; }
    .imageGridWrapperContainer.grid-view .text-container {
      text-align: center; }
    .imageGridWrapperContainer.grid-view .moduleItemContainer {
      width: 150px;
      text-align: center;
      margin: 0.9em 2% 0.8em; }
      .imageGridWrapperContainer.grid-view .moduleItemContainer.smallView {
        width: 100%;
        margin: auto; }
      .imageGridWrapperContainer.grid-view .moduleItemContainer img {
        margin: 0 auto 12px; }

.column-4 .imageGridWrapperContainer.grid-view .moduleItemContainer {
  width: 100%; }
.column-4 .editor-view-container .heading.flex-container .headingInput, .column-4 .editor-view-container .heading.draggableWidgetHeader .headingInput,
.column-4 .editor-view-container .heading.moduleItemMenu .headingInput,
.column-4 .editor-view-container .heading.header-container .headingInput {
  min-height: 50px; }

.column-4 .image-list-container .editableContent.flex-container, .column-4 .image-list-container .editableContent.draggableWidgetHeader,
.column-4 .image-list-container .editableContent.moduleItemMenu,
.column-4 .image-list-container .editableContent.header-container,
.column-6 .image-list-container .editableContent.flex-container,
.column-6 .image-list-container .editableContent.draggableWidgetHeader,
.column-6 .image-list-container .editableContent.moduleItemMenu,
.column-6 .image-list-container .editableContent.header-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 300px;
  overflow: hidden; }
.column-4 .eventMediaModuleEdit .fileItemList .editableContent.flex-container, .column-4 .eventMediaModuleEdit .fileItemList .editableContent.draggableWidgetHeader,
.column-4 .eventMediaModuleEdit .fileItemList .editableContent.moduleItemMenu,
.column-4 .eventMediaModuleEdit .fileItemList .editableContent.header-container,
.column-6 .eventMediaModuleEdit .fileItemList .editableContent.flex-container,
.column-6 .eventMediaModuleEdit .fileItemList .editableContent.draggableWidgetHeader,
.column-6 .eventMediaModuleEdit .fileItemList .editableContent.moduleItemMenu,
.column-6 .eventMediaModuleEdit .fileItemList .editableContent.header-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.column-4 .itemFlexContainer .flexContent.buttons, .column-4 .itemFlexContainer .flexContent.itemName,
.column-6 .itemFlexContainer .flexContent.buttons,
.column-6 .itemFlexContainer .flexContent.itemName {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.column-4 .list-view,
.column-6 .list-view {
  /*   .text-container {*/
  /*     width: 59%;*/
  /*     text-align:left;*/
  /*     padding-top:5px;*/
  /*     display:inline-block;*/
  /* }*/ }
  .column-4 .list-view .dynamicImageGridGalleryDescription,
  .column-6 .list-view .dynamicImageGridGalleryDescription {
    text-align: left; }

.column-4 .eventMediaModuleEdit .fileItemList .editableContent.flex-container, .column-4 .eventMediaModuleEdit .fileItemList .editableContent.draggableWidgetHeader,
.column-4 .eventMediaModuleEdit .fileItemList .editableContent.moduleItemMenu,
.column-4 .eventMediaModuleEdit .fileItemList .editableContent.header-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.column-6 .imageGridWrapperContainer.grid-view img.imagebacker,
.column-8 .imageGridWrapperContainer.grid-view img.imagebacker,
.column-12 .imageGridWrapperContainer.grid-view img.imagebacker {
  max-width: 100%;
  box-sizing: border-box; }
.column-6 .imageGridWrapperContainer.list-view img.imagebacker,
.column-8 .imageGridWrapperContainer.list-view img.imagebacker,
.column-12 .imageGridWrapperContainer.list-view img.imagebacker {
  max-width: 150px; }

.column-8 .imageGridWrapperContainer .text-container {
  width: 70%; }

.column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium,
.column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large {
  margin: 0; }
  .column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer,
  .column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer {
    width: 100%;
    margin: 0 0 1em; }

.oneColumn .column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
  width: 48%;
  margin: 0 1% 1em; }
  @media screen and (max-width: 450px) {
    .oneColumn .column-4 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
      width: 100%;
      margin: 0 0 1em; } }

.column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
  width: 31.33%; }
  @media screen and (max-width: 960px) {
    .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
      width: 48%;
      margin: 0 1% 1em; } }
  @media screen and (max-width: 767px) {
    .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
      width: 100%;
      margin: 0 0 1em; } }

.oneColumn .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
  width: 48%;
  margin: 0 1% 1em; }
  @media screen and (max-width: 450px) {
    .oneColumn .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
      width: 100%;
      margin: 0 0 1em; } }

.oneColumn .column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer,
.column-6 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer {
  width: 100%;
  margin: 0 0 1em; }

.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
  width: 31.33%; }
  @media screen and (max-width: 960px) {
    .column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
      width: 48%;
      margin: 0 1% 1em; } }
  @media screen and (max-width: 450px) {
    .column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-medium .moduleItemContainer {
      width: 100%;
      margin: 0 0 1em; } }

.column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer {
  width: 48%;
  margin: 0 1% 1em; }
  @media screen and (max-width: 960px) {
    .column-8 .imageGridWrapperContainer.itemListTypeGrid.image-grid-large .moduleItemContainer {
      width: 100%;
      margin: 0 0 1em; } }

/* ===============================================================*/
/* 6. Text/Gallery module */
/* ===============================================================*/
/* Edit mode*/
.column-12 .text-gallery .col-12,
.column-8 .text-gallery .col-12,
.column-6 .text-gallery .col-12 {
  width: 100%; }
.column-12 .text-gallery .col-8,
.column-8 .text-gallery .col-8,
.column-6 .text-gallery .col-8 {
  width: 65%; }
.column-12 .text-gallery .col-4,
.column-8 .text-gallery .col-4,
.column-6 .text-gallery .col-4 {
  width: 33%; }
.column-12 .text-gallery .smallView,
.column-8 .text-gallery .smallView,
.column-6 .text-gallery .smallView {
  display: none; }

.column-6 .text-gallery .col-8 {
  width: 57%; }
.column-6 .text-gallery .col-4 {
  width: 40%; }

.column-4 .TextMediaModule .imageContainer {
  margin: auto; }
.column-4 .text-gallery .flex-container.align-top, .column-4 .text-gallery .align-top.draggableWidgetHeader,
.column-4 .text-gallery .align-top.moduleItemMenu,
.column-4 .text-gallery .align-top.header-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
.column-4 .text-gallery .col-8 {
  width: 100%; }
.column-4 .text-gallery .col-4 {
  width: 100%; }

@media \\0 screen {
  .desktopStyle .media-container .card {
    height: auto; } }
.text-gallery ul.fileItemList {
  margin: 0 0 1em;
  padding: 0; }
.text-gallery .textMedia .image-grid-container {
  width: auto; }
.text-gallery .redactor-editor ul, .text-gallery .redactor-editor ol {
  padding-left: 2em; }

/* preview mode*/
.TextMediaModule .media-container.single-photo .media-text-Container {
  display: block; }
.TextMediaModule .imageTitleCaption h2 {
  text-align: center; }
.TextMediaModule .align-right .imageContainer {
  float: right;
  margin-right: 0;
  margin-top: 0;
  max-width: 76%;
  position: relative; }
  .TextMediaModule .align-right .imageContainer.video-item {
    max-width: 42%; }
  .TextMediaModule .align-right .imageContainer.subContainer {
    width: 45%;
    margin-left: 2%;
    margin-right: 1%;
    /* min-height: 319px*/ }
.TextMediaModule .align-left .imageContainer {
  float: left;
  /* margin-left: 0;*/
  margin-top: 0;
  /* max-width: 40%;*/
  position: relative; }
  .TextMediaModule .align-left .imageContainer.video-item {
    max-width: 42%; }
  .TextMediaModule .align-left .imageContainer.subContainer {
    width: 45%;
    margin-right: 2%;
    margin-left: 1%;
    /* min-height: 319px*/ }
.TextMediaModule .align-center .imageContainer {
  text-align: center; }
.TextMediaModule .align-center.subContainer {
  background: transparent;
  box-shadow: none; }
.TextMediaModule .text-container {
  /* padding: 0 6px 10px;*/
  box-sizing: border-box; }
.TextMediaModule .imageContainer {
  width: auto;
  margin: 1%;
  padding: 1%; }
  .TextMediaModule .imageContainer.subContainer {
    padding: 1%;
    min-height: 319px;
    height: 1px; }
    .TextMediaModule .imageContainer.subContainer .mainImage {
      position: relative;
      max-height: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .TextMediaModule .imageContainer::after {
    content: '';
    display: table;
    clear: both; }
.TextMediaModule .mainImageContainer img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  box-sizing: border-box; }
.TextMediaModule .imageGridTitle.subContainer {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap; }
.TextMediaModule .content-wrapper.subContainer {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important; }

.tabletViewport .TextMediaModule .imageContainer {
  float: none; }

.TextMediaModule.moduleSmall .largeView {
  display: none; }
.TextMediaModule.moduleSmall .smallView {
  display: block; }
.TextMediaModule.moduleSmall .align-right .imageContainer,
.TextMediaModule.moduleSmall .align-left .imageContainer {
  float: none;
  width: 100%;
  max-width: 100%; }
  .TextMediaModule.moduleSmall .align-right .imageContainer.subContainer,
  .TextMediaModule.moduleSmall .align-left .imageContainer.subContainer {
    max-width: 100%; }
.TextMediaModule.moduleMedium .largeView {
  display: none; }
.TextMediaModule.moduleMedium .smallView {
  display: block; }
.TextMediaModule.moduleMedium .align-right .imageContainer {
  float: right;
  margin-right: 0;
  max-width: 76%;
  position: relative; }
  .TextMediaModule.moduleMedium .align-right .imageContainer.video-item {
    max-width: 66%; }
  .TextMediaModule.moduleMedium .align-right .imageContainer.subContainer {
    max-width: 100%; }
.TextMediaModule.moduleMedium .align-left .imageContainer {
  float: left;
  /* margin-left: 0;*/
  max-width: 76%;
  position: relative; }
  .TextMediaModule.moduleMedium .align-left .imageContainer.video-item {
    max-width: 66%; }
  .TextMediaModule.moduleMedium .align-left .imageContainer.subContainer {
    max-width: 100%; }

.column-6 .moduleItemContainer.largeView,
.column-8 .moduleItemContainer.largeView,
.tabletViewport .moduleItemContainer.largeView,
.mobileViewport .moduleItemContainer.largeView {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.tabletViewport .BusinessMediaModule .smallView,
.mobileViewport .BusinessMediaModule .smallView {
  display: block; }
.tabletViewport .BusinessMediaModule .largeView,
.mobileViewport .BusinessMediaModule .largeView {
  display: none; }

.smallView .swiper-wrapper img {
  max-width: 90%;
  padding: 4px;
  box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vw * 0.659774); }

/* ===============================================================*/
/* 7. Link module */
/*                /\
                /   \
              /      \
            /         \
          /____________\
        /\            / \
      /   \         /    \
    /      \      /       \
  /         \   /          \
/____________\/_____________\   */
/* ===============================================================*/
.linkModuleEdit .fileItemList {
  padding-left: 20px; }
.linkModuleEdit .editableContainer {
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 2px 3px #D0D0D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.linkModuleEdit .userLink {
  list-style-type: none;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .linkModuleEdit .userLink li {
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
.linkModuleEdit .sortableDragHandle:before,
.linkModuleEdit .menu-btn:before {
  color: #D0D0D0; }

.column-4 .linkModuleEdit .fileItemList {
  padding-left: 0; }

/* ===============================================================*/
/* 8. Navigation Module */
/* ===============================================================*/
.navigationModuleEdit .data .navModule-container {
  list-style-type: none;
  padding-left: 0; }
  .navigationModuleEdit .data .navModule-container li {
    min-width: 51%; }
    .navigationModuleEdit .data .navModule-container li span {
      display: block;
      background: #fff;
      padding: 10px;
      margin-bottom: 10px;
      box-shadow: 2px 2px 3px #D0D0D0; }
    .navigationModuleEdit .data .navModule-container li ul {
      list-style-type: none;
      padding-left: 20px; }

/* ===============================================================*/
/* 9. Tag Module */
/* ===============================================================*/
.tagModuleEdit .data .flex-container, .tagModuleEdit .data .draggableWidgetHeader,
.tagModuleEdit .data .moduleItemMenu,
.tagModuleEdit .data .header-container {
  -webkit-box-pack: initial;
  -ms-flex-pack: initial;
  justify-content: initial; }
.tagModuleEdit .tags {
  padding-left: 0px;
  list-style-type: none; }
  .tagModuleEdit .tags .flex-container, .tagModuleEdit .tags .draggableWidgetHeader,
  .tagModuleEdit .tags .moduleItemMenu,
  .tagModuleEdit .tags .header-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

/* ===============================================================*/
/* 10. Form Module */
/* ===============================================================*/
.formModuleEdit .data .formOptionRow {
  margin-bottom: 10px; }

.FormModule .flex-container, .FormModule .draggableWidgetHeader, .FormModule .adminStyle .widgetHeader.draggableWidgetHeader, .adminStyle .FormModule .widgetHeader.draggableWidgetHeader,
.FormModule .moduleItemMenu,
.FormModule .header-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.FormModule .formColumnLeft {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 31%;
  flex: 1 31%; }
.FormModule .formTermsConditions {
  margin: 10px 0 20px; }

.column-4 .FormModule .formColumnLeft,
.column-4 .FormModule .formColumnMid,
.column-4 .FormModule .formColumnRight,
.column-6 .FormModule .formColumnLeft,
.column-6 .FormModule .formColumnMid,
.column-6 .FormModule .formColumnRight {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }

.mobileViewport .FormModule .formSubmit,
.tabletViewport .FormModule .formSubmit {
  margin-top: 12px; }

/* ===============================================================*/
/* 11. Social Media Module */
/* ===============================================================*/
.column-12 .socialModuleEdit .data .mainlist .charcounter {
  display: inline !important;
  margin-left: 5px; }

.socialModuleEdit .data .mainlist {
  list-style-type: none; }
  .socialModuleEdit .data .mainlist label {
    width: 90px;
    display: inline-block; }
  .socialModuleEdit .data .mainlist .charcounter {
    margin-right: 5px;
    margin-left: 0px; }
  .socialModuleEdit .data .mainlist input {
    width: 250px; }

/* ===============================================================*/
/* 12. Items Module */
/* ===============================================================*/
.item {
  /* .listingItem .itemFlexContainer {*/
  /*   flex-wrap: nowrap;*/
  /* }*/ }
  .item .itemDetailsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .item .outlookCalendarAppointmentButton {
    padding: 0; }
  .item .datePriceSeparator {
    margin: 0 4px; }
  .item .flexContent.buttons .countdownButtonAvailableIn {
    text-align: left;
    margin: 0 .5em 0 0; }

.itemModuleEdit {
  /* .header-content:last-child {*/
  /*   -webkit-box-flex: 1;*/
  /*       -ms-flex: 1 1 100%;*/
  /*           flex: 1 1 100%;*/
  /* }*/ }
  .itemModuleEdit .text-list-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0; }
    .itemModuleEdit .text-list-container .label-text {
      margin-bottom: 0; }
  .itemModuleEdit .item-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .itemModuleEdit .data .fileItemList {
    padding-left: 0; }
  .itemModuleEdit .data .itemDetails {
    list-style-type: none;
    padding-left: 0;
    color: #111; }
    .itemModuleEdit .data .itemDetails li {
      margin-bottom: 0px; }
  .itemModuleEdit .data .type-icon {
    width: 16px;
    height: 16px;
    margin: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .itemModuleEdit .data .sf-commerce {
    background: url(../images/icon-SaffireCommerce.gif) no-repeat left; }
  .itemModuleEdit .data .sf-tix {
    background: url(../images/icon-SaffireScan.gif) no-repeat left; }
  .itemModuleEdit .data .sf-external {
    background: url(../images/icon-ExternalProvider.gif) no-repeat left; }

img.our-pick {
  display: inline-block;
  margin-right: 5px; }

.purchaseOptions > ng-show:last-child {
  align-self: flex-start; }

.moduleMedium .listingItem .listing-item-left,
.moduleSmall .listingItem .listing-item-left {
  flex: 1 1 100%; }

.moduleMedium .listingItem .purchaseOptionItems,
.moduleSmall .listingItem .purchaseOptionItems {
  align-items: flex-start;
  flex: 1 1 100%; }

.moduleMedium .listingItem .purchaseOption,
.moduleSmall .listingItem .purchaseOption {
  align-items: center; }

.moduleMedium .listingItem .purchaseOption > span:nth-child(1),
.moduleSmall .listingItem .purchaseOption > span:nth-child(1) {
  order: 0; }

.moduleMedium .listingItem .purchaseOption > span:nth-child(2),
.moduleSmall .listingItem .purchaseOption > span:nth-child(2) {
  order: 0; }

.moduleMedium .listingItem .purchaseOption select,
.moduleSmall .listingItem .purchaseOption select {
  order: 1;
  margin-left: 0;
  margin-right: 5px; }

.moduleMedium .listingItem .purchaseOptions,
.moduleSmall .listingItem .purchaseOptions {
  flex-wrap: wrap;
  flex-direction: column;
  text-align: left; }
  .moduleMedium .listingItem .purchaseOptions .scheduled-container,
  .moduleSmall .listingItem .purchaseOptions .scheduled-container {
    padding: 0 !important;
    margin-right: 1em;
    display: flex;
    flex-direction: column; }

.moduleMedium .listingItem .listing-item-right,
.moduleSmall .listingItem .listing-item-right {
  display: flex;
  flex: 1 1 100%;
  margin-left: 0;
  margin-top: 10px; }

.scheduled-container {
  font-weight: 700;
  display: flex; }

.listingItem .purchaseOptions {
  align-items: flex-start !important; }

/* ===============================================================*/
/* 13. Event Social Share Module */
/* ===============================================================*/
.socialShareModule .data .upload {
  margin-bottom: 15px;
  border: none; }
.socialShareModule .data .deleteFile {
  margin-top: 5px; }

/* ===============================================================*/
/* 14. Event Locations Module */
/* ===============================================================*/
.eventLocationsModuleEdit .data .locationsList {
  list-style-type: none;
  padding-left: 24px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 5px; }
  .eventLocationsModuleEdit .data .locationsList li input {
    margin-left: -20px;
    cursor: pointer; }
.eventLocationsModuleEdit .data .addButton {
  margin-bottom: 5px; }

/* ===============================================================*/
/* 15. Category Map Module */
/* ===============================================================*/
.categoryMap:last-child {
  margin-bottom: 10px;
  margin-top: 4px; }
.categoryMap select {
  float: left;
  width: 150px;
  min-width: 0px;
  margin-bottom: 5px;
  margin-right: 5px; }
.categoryMap .removeItem {
  padding: 0 10px;
  vertical-align: top; }

.moduleEventCategory a.hlnk_category {
  display: block; }
.moduleEventCategory a.hlnk_subcategory {
  display: inline;
  font-weight: normal; }

/* ===============================================================*/
/* 16. Event Media Module */
/* ===============================================================*/
#module .desktopStyle .EventMediaModule .media-container .interaction-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
#module .desktopStyle .EventMediaModule .media-container {
  float: none;
  max-width: 100%;
  margin-left: 0;
  margin-right: 18px; }
  #module .desktopStyle .EventMediaModule .media-container.single-photo {
    margin: 0 auto; }

.EventMediaModule .media-container .interaction-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.EventMediaModule.dynamicPageContainer {
  padding-bottom: 10px; }
.EventMediaModule .subContainer {
  max-width: 480px;
  margin: 0 auto;
  padding: 19px; }
  .EventMediaModule .subContainer .clear:last-child {
    text-align: center;
    padding-top: 10px; }
.EventMediaModule .content-wrapper.subContainer {
  padding: 1% 0 1%; }
  .EventMediaModule .content-wrapper.subContainer .mainImageContainer {
    text-align: center; }
    .EventMediaModule .content-wrapper.subContainer .mainImageContainer img.mainImage.sidepic {
      background: transparent !important;
      box-shadow: none !important;
      padding: 0 !important; }
.EventMediaModule.moduleSmall .subContainer {
  padding: 1%; }
.EventMediaModule .viewmore .arrowdown {
  border-style: solid;
  border-width: 5px;
  width: 0;
  height: 0;
  border-color: #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  display: inline-block; }
.EventMediaModule .mainImageContainer.textGalleryPhotoHasThumbs {
  max-width: 76%; }
  .EventMediaModule .mainImageContainer.textGalleryPhotoHasThumbs img {
    max-width: 330px;
    max-height: 330px; }

.eventMediaModuleEdit .heading .options {
  float: left; }
.eventMediaModuleEdit .heading .inputsContainer {
  height: 80px; }
.eventMediaModuleEdit .media-type {
  margin: 8px 0 0 6px; }
.eventMediaModuleEdit .userList .editableContent.flex-container, .eventMediaModuleEdit .userList .editableContent.draggableWidgetHeader,
.eventMediaModuleEdit .userList .editableContent.moduleItemMenu,
.eventMediaModuleEdit .userList .editableContent.header-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
.eventMediaModuleEdit .image-list-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.moduleSmall .moduleEventMedia h3.imageGridTitle.subContainer {
  display: none; }
.moduleSmall.EventMediaModule .subContainer {
  margin: 0 auto;
  text-align: center; }
  .moduleSmall.EventMediaModule .subContainer.havePhotoCloneContainer {
    margin-top: 8px;
    padding: 1%; }
.moduleSmall .swiper-container-horizontal.swiper-container {
  box-sizing: border-box; }

.moduleMedium .moduleEventMedia .havePhoto,
.moduleLarge .moduleEventMedia .havePhoto {
  position: relative;
  /* top:8px;*/
  padding: 4px 0; }

/* ===============================================================*/
/* 17. Business Media Module */
/* ===============================================================*/
#module .desktopStyle .BusinessMediaModule .media-container .interaction-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
#module .desktopStyle .BusinessMediaModule .media-container {
  float: none;
  max-width: 100%;
  margin-left: 0;
  margin-right: 18px; }
  #module .desktopStyle .BusinessMediaModule .media-container.single-photo {
    margin: 0 auto; }

.BusinessMediaModule .media-container .interaction-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.BusinessMediaModule .content-wrapper.subContainer {
  /* background: transparent !important;*/
  /* box-shadow: none !important;*/
  /* padding: 0 !important;*/ }
  .BusinessMediaModule .content-wrapper.subContainer .sidepic {
    display: block;
    margin: 0 auto;
    padding: 0 !important;
    box-shadow: none; }
.BusinessMediaModule .havePhoto {
  padding: 1% 0; }
.BusinessMediaModule .textGalleryPhotoHasThumbs {
  left: 0; }
.BusinessMediaModule .mainImage {
  max-width: 100%;
  box-sizing: border-box; }
.BusinessMediaModule.moduleLarge .moduleItemContainer {
  max-width: 550px;
  margin: 0 auto; }
.BusinessMediaModule .smallView .single-image .mainImageContainer {
  text-align: center; }

/* ===============================================================*/
/* 18. PageSettings Modal */
/* ===============================================================*/
.pageSettings,
.eventSettings {
  padding-left: 20px; }
  .pageSettings .seo-title,
  .eventSettings .seo-title {
    margin-bottom: 25px;
    text-transform: uppercase; }
  .pageSettings .content,
  .eventSettings .content {
    padding-top: 0; }
  .pageSettings .content > div:first-of-type,
  .eventSettings .content > div:first-of-type {
    margin-top: 25px; }
  .pageSettings .content > div:last-child,
  .eventSettings .content > div:last-child {
    margin-top: 25px; }
  .pageSettings .label-text,
  .eventSettings .label-text {
    font-family: "open_sansregular";
    font-weight: normal; }

/* ===============================================================*/
/* 19. Event Social Media Share */
/* ===============================================================*/
.EventSocialMediaModule .featureBox {
  width: auto;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.moduleEventTitle .featureBox .addthis_toolbox {
  height: 16px; }
.moduleEventTitle .featureBox .addthis_button_facebook,
.moduleEventTitle .featureBox .addthis_button_twitter {
  line-height: 16px;
  width: 16px;
  height: 16px;
  display: inline-block; }
  .moduleEventTitle .featureBox .addthis_button_facebook svg,
  .moduleEventTitle .featureBox .addthis_button_twitter svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    border: 0; }
.moduleEventTitle .featureBox span, .moduleEventTitle .featureBox img {
  margin-right: 5px; }
.moduleEventTitle .featureBox .addthis_button_facebook {
  background: #3b5998; }
.moduleEventTitle .featureBox .addthis_button_twitter {
  background: #1da1f2; }
.moduleEventTitle .featureBox .AddToPlanner i {
  color: #fff;
  text-shadow: -1px -1px 0 #a5a5a5, 1px -1px 0 #a5a5a5, -1px 1px 0 #a5a5a5, 1px 1px 0 #a5a5a5; }

/* ===============================================================*/
/* 20. Sponsor Module */
/* ===============================================================*/
.sponsorModuleItems .editableContent {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.moduleSmall.SponsorModule .moduleItemContainer {
  display: none; }
  .moduleSmall.SponsorModule .moduleItemContainer.mobileSponsorShowing {
    display: block; }

#editor .sponsor-edit-item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
#editor.tabletViewport .modulePageSponsor .imageGalleryViewItem {
  margin: 0;
  display: none; }
  #editor.tabletViewport .modulePageSponsor .imageGalleryViewItem.mobileSponsorShowing {
    display: block; }
#editor.mobileViewport .modulePageSponsor .imageGalleryViewItem {
  margin: 0; }

.tabletViewport .dynamicSponsorCaption,
.mobileViewport .dynamicSponsorCaption {
  display: none; }

/* ===============================================================*/
/* 21. Organization Listing Module */
/* ===============================================================*/
.organizationByIndustryListItem {
  margin-bottom: 0 !important; }

.organization-listing-edit .text-list-container .header-content {
  padding: 0 10px; }
.organization-listing-edit .text-list-container .item-text-container {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  .organization-listing-edit .text-list-container .item-text-container .module-item-options {
    min-width: 145px; }

/* ===============================================================*/
/* 22. Tickets and Deals event item sales Module */
/* ===============================================================*/
.ticketsDealsMainListing .item {
  padding-left: 3%; }

/* page item sales*/
.pageItemSalesModuleEdit .mainlist.fileItemList .sortable-placeholder {
  min-height: 62px !important; }

/* ===============================================================*/
/* 23. Feature Lineup Module */
/* ===============================================================*/
.desktopStyle .FeatureLineupModule .dateDisplayBar.featureLineup-title {
  width: 100%;
  height: auto; }

/* ===============================================================*/
/* 24. Custom Field Module */
/* ===============================================================*/
.customFieldModuleEdit .data textarea {
  color: #868585; }

/* Module Picker*/
.modulePicker .placeholder {
  font: 12px/28px 'open_sansregular';
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modulePicker .placeholder::before {
    content: '\f067';
    font-family: 'FontAwesome';
    margin-right: 4px; }

.isDragging .modulePicker {
  opacity: 0.2; }

#moduleSelector {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: auto;
  max-height: 562px;
  min-width: 304px;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f8f8f8;
  border: 1px solid #f4f4f4;
  box-shadow: 2px 2px 3px #ddd;
  font: 12px/1 "open_sansregular";
  text-transform: uppercase;
  border-radius: 1px;
  text-align: center;
  padding: 10px;
  z-index: 999999; }
  #moduleSelector .availableModules {
    position: relative; }
    #moduleSelector .availableModules ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 0; }
      #moduleSelector .availableModules ul li {
        width: auto;
        display: inline;
        margin: 0 5px 25px; }
    #moduleSelector .availableModules img {
      width: 83px;
      height: 83px;
      border: 1px solid transparent;
      -webkit-transition: box-shadow 0.3s ease;
      transition: box-shadow 0.3s ease;
      margin-bottom: 5px; }
      #moduleSelector .availableModules img:hover {
        box-shadow: 0 0 0 3px #f8f8f8, 0 0 0 5px #0081D2; }
    #moduleSelector .availableModules .availableModulesDialog {
      min-height: 100px;
      min-width: 100px;
      background-color: #F2F7FA;
      box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.4); }

.availableModuleContainer {
  float: left;
  margin-right: 5px;
  text-align: center;
  position: relative; }

.availableModuleContainer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.availableModuleLink {
  cursor: pointer;
  text-decoration: none; }
  .availableModuleLink .name {
    max-width: 80px; }

/*# sourceMappingURL=editor.css.map */
