.container__12uzD {
  display: flex;
  align-items: center;
  justify-content: center; }

.icon__1Hade {
  width: 22px;
  height: auto; }

body .ck__2pmEo.ck-balloon-panel__3eIYb {
  z-index: 99999; }

.container__3yuLX {
  height: 60vh;
  overflow: auto;
  width: 100%;
  margin: 1rem 0 2rem 0; }

.formArea__1ppwM {
  padding: 0.25rem;
  margin-bottom: 1rem; }

.modalLoading__1bHie {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 47, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }

.error__3nG9y {
  color: #d50f3f;
  margin: 8px 6px;
  font-size: 0.8em; }

.imageContainer__384fX {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.imageContainer__384fX img {
  width: auto;
  height: auto;
  display: block; }

.imageExpanded__yydt0 img {
  max-height: 45vh;
  min-height: 200px;
  max-width: 600px; }

.imageSmall__2Blpr img {
  max-height: 0;
  min-height: 0;
  max-width: 0; }

.imageExpander__3OjRJ {
  font-size: 18px;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  cursor: pointer;
  background: #121f1f; }

.imageExpanderHelp__2ZgsY {
  font-size: 12px;
  font-weight: lighter;
  margin-right: 16px; }

.alt__2msPV {
  display: flex;
  flex-wrap: wrap;
  margin: 8px;
  font-size: 12px; }
  .alt__2msPV input {
    width: 100%; }

.dropzone__cis8H {
  outline: none;
  border-color: #f2f2f2;
  color: #ebebeb;
  border-style: dashed;
  background-color: #1c2f2f;
  cursor: pointer;
  text-align: center;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 1;
  padding: 18px; }
  .dropzone__cis8H:focus {
    border-color: #20c7f9; }

.buttons__Ux0xa {
  display: flex;
  justify-content: center;
  margin: 12px 0; }

.button__3Z1Q5 {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 8px 12px;
  margin: 0 8px;
  font-size: 16px;
  font-weight: bold; }

.alignField__19sR8 {
  margin-bottom: 1rem;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  text-align: center; }

.alignLabel__2KbwD {
  display: block;
  color: #7E888E;
  font-size: 0.8rem;
  margin-bottom: 0.5rem; }

.alignButton__2khDR {
  background: none;
  border: 0;
  border-radius: 3px;
  transition: all 0.15s ease-in-out; }
  .alignButton__2khDR:focus {
    outline: 0; }

.alignActive__3yLcx {
  background: #f3f3f3; }

.imageFieldContainer__20Ooe.align-flex-start__1NSA3 div.image-field--image-container {
  justify-content: flex-start; }

.imageFieldContainer__20Ooe.align-center__3krz7 .image-field--image-container {
  justify-content: center; }

.imageFieldContainer__20Ooe.align-flex-end__3pNpE .image-field--image-container {
  justify-content: flex-end; }

.container__Np_Jy {
  padding: 1rem;
  border: 1px solid #E7E7E7;
  margin-bottom: 1rem; }

.noImageMsg__1laTa {
  color: #7E888E;
  width: 100%;
  text-align: center; }

.label__1oUgw {
  display: block;
  color: #7E888E;
  font-size: 0.8rem;
  margin-bottom: 0.5rem; }

.overlay__1Aufx {
  display: flex;
  position: fixed;
  left: 50%;
  bottom: 0;
  background-color: transparent;
  transform: translate(-50%, 0); }

.modal__3yIyP {
  position: relative;
  border: 1px solid #203535;
  overflow: auto;
  outline: none;
  background-color: #1c2f2f;
  color: white; }

.modalLoading__281dd {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100; }

.error__3loVs {
  color: #d50f3f;
  margin: 8px 6px;
  font-size: 0.8em; }

.imageContainer__21PNf {
  display: flex;
  background: #f3f3f3;
  position: relative;
  padding: 1rem; }

.imageDisplayArea__1ZNQa {
  height: 260px;
  min-width: 160px;
  position: relative; }

.imageLoadingIndicator__3L1g3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; }

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

.imageWrapper__fGfkf img {
  display: block;
  max-height: 260px;
  max-width: 100%; }

.alt__3dOWB {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0rem;
  font-size: 12px; }
  .alt__3dOWB label {
    display: block;
    color: #7E888E;
    font-size: 0.8rem; }
  .alt__3dOWB input {
    font-size: 0.8rem;
    color: #162732;
    background: #F3F3F3;
    border: 1px solid #E7E7E7;
    padding: 1rem;
    width: 100%; }

.dropzone__2yylL {
  outline: none;
  border-color: #E7E7E7;
  color: #162732;
  border-style: dashed;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 18px;
  border-width: 2px;
  margin-top: 1rem; }
  .dropzone__2yylL:focus {
    border-color: #20c7f9; }

.buttons__2632c {
  display: flex;
  justify-content: center;
  margin: 12px 0; }

.button__CZHfu {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 8px 12px;
  margin: 0 8px;
  font-size: 16px;
  font-weight: bold; }

.iframeContainer__HHGjx {
  height: 650px; }

body .ck__2BkMl.ck-balloon-panel__cE2de {
  z-index: 99999; }

.overlay__1VYwz {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(45, 45, 45, 0.95);
  z-index: 1002; }

.modal__3Di_O {
  position: relative;
  overflow: auto;
  outline: none;
  min-height: 40vh;
  max-height: 90vh;
  background: white;
  padding: 30px;
  width: 80vw;
  max-width: 965px; }

.loading__1679f {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center; }

.loading__1679f .loading-spinner > img {
  width: 80px;
  height: auto; }

.modalContent__23NCY {
  display: flex;
  flex-wrap: wrap; }

.closeButton__IUCd6 {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #d8d8d8;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold; }
  .closeButton__IUCd6:hover {
    color: #90979D; }

body .ck__1x_Qi.ck-balloon-panel__2Tx2T {
  z-index: 99999; }

.ButtonAreaContainer__OAp13 {
  height: 70px;
  margin-top: 24px;
  width: 100%;
  background: white;
  z-index: 10; }

.ButtonArea__1O3n2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: #ffffff;
  width: 100%;
  text-align: right;
  border-top: 1px solid #E7E7E7;
  z-index: 0; }

.left__rhAys {
  display: flex;
  align-items: center; }

.right__2tSPO {
  display: flex;
  gap: 8px; }

body .ck__b-ITh.ck-balloon-panel__1coHc {
  z-index: 99999; }

.button__1qlVX {
  padding: 0.5rem 2rem;
  margin-right: 1rem;
  font-size: 0.75rem;
  background: white;
  border: 0;
  cursor: pointer;
  font-family: "Frutiger", sans-serif;
  font-size: 1rem; }
  .button__1qlVX:hover {
    transition: 0.15s ease-in-out; }
  .button__1qlVX:last-child {
    margin-right: 0; }

.primary__3a35x, .primaryLessPadding__2aDwv {
  background-color: #1fa4d7;
  color: white;
  border: 1px solid #1fa4d7; }
  .primary__3a35x:hover, .primaryLessPadding__2aDwv:hover {
    background-color: #45b8e4;
    border-color: #45b8e4; }
  .primary__3a35x:disabled, .primaryLessPadding__2aDwv:disabled {
    background-color: #F3F3F3;
    border-color: #F3F3F3; }

.button-coresite.primary__3a35x, .primaryLessPadding__2aDwv.button-coresite {
  color: #ffffff;
  background-color: #0072cf;
  border: 1px solid #0072cf; }
  .button-coresite.primary__3a35x:hover, .primaryLessPadding__2aDwv.button-coresite:hover {
    background-color: #038eff;
    border-color: #038eff; }

.button-coresite.secondary__N_x2k {
  background-color: #ffffff;
  color: #0072cf;
  border: 1px solid #0072cf; }
  .button-coresite.secondary__N_x2k:hover {
    color: #00569c;
    border-color: #00569c; }

.button-coresite.delete__13WKz {
  background-color: #0072cf; }

.primaryLessPadding__2aDwv {
  padding: 0.7rem 0rem;
  width: 100%; }

.secondary__N_x2k {
  background-color: #ffffff;
  color: #1fa4d7;
  border: 1px solid #1fa4d7; }
  .secondary__N_x2k:hover {
    color: #1982aa;
    border-color: #1982aa; }

.delete__13WKz {
  color: #ffffff;
  background-color: #d50f3f; }

.close__8yVJb {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #b5b5b5;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  background: none;
  margin: 0;
  padding: 0; }
  .close__8yVJb:hover {
    color: #90979D; }

.disabled__3VIa8 {
  color: #a5a5a5;
  background: #e4e4e4;
  border: 0; }
  .disabled__3VIa8:hover {
    color: #a5a5a5;
    background: #e4e4e4;
    border: 0; }

body .ck__3BzC9.ck-balloon-panel__301Di {
  z-index: 99999; }

.dropArea__615pB {
  position: relative;
  background: white;
  transition: background 200ms ease-out; }

.isDraggedOver__26Ynd:not(.disabled__XV8dE) {
  background: #f1f2f3; }

.disabled__XV8dE,
.isDragging__3iAMl {
  cursor: default; }
  .disabled__XV8dE:after,
  .isDragging__3iAMl:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }

.disabled__XV8dE {
  user-select: none; }

.dragContact__2F5kT {
  padding: 12px;
  margin: 5px 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative; }

.dragContactPhoto__WiO7o {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 14px;
  object-fit: cover; }

.dragContactPhoto__WiO7o .avatarLabel__2w_Dr {
  position: absolute;
  width: 16px;
  height: 16px; }

.dragContactInfo__3xHTr {
  margin-right: 10px; }

.dragContactName__2q5pQ {
  font-size: 14px;
  font-weight: bold; }

.dragContactEmail__35ceY,
.dragContactJob__37T4B {
  font-size: 12px;
  color: rgba(22, 39, 50, 0.55); }

.deleteContactClickArea__26hDq {
  padding: 5px;
  z-index: 1;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.deleteContact__1ppF1 {
  height: 14px;
  width: auto;
  display: block; }

body .ck__3gM_7.ck-balloon-panel__3dqPz {
  z-index: 99999; }

.dragContacts__3OEMU {
  list-style: none;
  padding: 0;
  max-height: 45vh;
  overflow-y: auto; }

.addTarget__1zVuS {
  width: 100%;
  height: 38px;
  border: 2px dashed #d8d8d8;
  transition: background 200ms ease-in; }
  .addTarget__1zVuS:first-child {
    margin-bottom: 15px; }
  .addTarget__1zVuS:last-child {
    margin-top: 15px; }

.addIsDraggedOver__1Q_Cc {
  background: #d8d8d8; }

body .ck__tlYz0.ck-balloon-panel__ehdq6 {
  z-index: 99999; }

.controls__1yIzp {
  display: flex;
  align-items: center; }

.info__3pbhu {
  width: 35px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.searchInputContainer__3FA9- {
  width: 100%;
  position: relative; }

.searchInput__IwF3b {
  flex: 1 0 auto;
  padding: 10px 40px 10px 18px;
  background: #f1f2f3;
  color: black;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  width: 100%; }

.clearSearchButton__3B7Fv {
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  cursor: pointer;
  width: 16px;
  height: auto; }

.searchIcon__jlF1Z {
  width: 22px;
  height: auto; }

.paginationControls__3sEAM {
  text-align: center;
  margin-top: 16px; }

.showMoreButton__3nhSB {
  background: transparent;
  border: none;
  color: #197da4;
  font-size: 14px;
  cursor: pointer; }

.loadingText__3vmYT {
  color: #90979D;
  font-size: 14px;
  margin-top: 8px; }

.noMoreText__1IL2f {
  color: #90979D;
  font-size: 14px;
  margin-top: 8px; }

.contactsList__1HSy1 {
  margin-top: 8px;
  list-style: none;
  padding: 0;
  max-height: 40vh;
  overflow-y: auto; }

body .ck__7Lh4e.ck-balloon-panel__3hA4R {
  z-index: 99999; }

.header__xAZZd {
  width: 100%;
  margin: 0 0 20px 0; }

.heading__2Chlp {
  font-size: 24px;
  font-weight: normal;
  margin: 0; }

.help__PXfOW {
  color: rgba(22, 39, 50, 0.55);
  font-size: 14px; }

.innerContainer__2C9mO {
  min-height: 60vh;
  margin-bottom: 2rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.titleContainer__3kwp- {
  width: 100%;
  margin-bottom: 20px; }

.titleLabel__3HgFf {
  display: block; }

.titleField__2UamC {
  width: 100%;
  padding: 10px;
  font-size: 1rem; }

.section__17wOs {
  width: 50%; }

.addContactSection__3ljyT {
  width: 50%;
  padding-right: 20px;
  border-right: 2px solid #f1f2f3; }

.arrangeContactsSection__uxHq4 {
  width: 50%;
  padding-left: 20px; }

.sectionHeader__K1yBs {
  font-size: 18px;
  margin-bottom: 25px; }

.controls__1LHHA {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 32px;
  background: white; }

.cancelButton__w-tT1,
.saveButton__CqdkI {
  padding: 10px 0;
  min-width: 125px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: white; }

.cancelButton__w-tT1 {
  margin-left: auto;
  color: #197da4;
  border: 1px solid #197da4;
  transition: all 150ms ease-out; }
  .cancelButton__w-tT1:hover {
    color: white;
    background: #d50f3f;
    border-color: white; }

.saveButton__CqdkI {
  margin-left: 20px;
  background: #197da4;
  color: white;
  transition: background 150ms ease-out; }
  .saveButton__CqdkI:hover {
    color: white;
    background: #16cb67; }

body .ck__2rRjh.ck-balloon-panel__FK7qS {
  z-index: 99999; }

.container__3YACe {
  display: flex; }

.photoContainer__2eXcb {
  margin-right: 16px; }
  .photoContainer__2eXcb svg,
  .photoContainer__2eXcb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover; }
  .photoContainer__2eXcb .avatarContainer__3AlnL {
    position: relative; }
    .photoContainer__2eXcb .avatarContainer__3AlnL img.avatarLabel__3_men {
      position: absolute;
      top: 0;
      left: 0;
      width: 28px;
      height: 28px; }

.infoContainer__2a78h {
  width: 100%;
  padding: 0 1rem; }
  @media (min-width: 1024px) {
    .infoContainer__2a78h {
      display: flex;
      align-items: space-between; } }

.infoSection__U8wvL {
  width: 100%;
  overflow-wrap: break-word;
  padding: 0.5em 0; }
  @media (min-width: 1024px) {
    .infoSection__U8wvL {
      padding: 0 10px;
      flex: 0 1 33%; }
      .infoSection__U8wvL.infoPhone__2cY6a {
        align-self: flex-end;
        text-align: right; } }

.infoMain__1cO5q {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap; }

.name__2YYSF {
  flex: 1 0 100%; }

.infoMainSubsection__2144E {
  align-self: flex-end; }

.infoDetails__1UeV2 {
  max-width: 245px; }
  @media (min-width: 1024px) {
    .infoDetails__1UeV2 {
      max-width: 100%;
      align-self: flex-end; } }

.text__3hr9c {
  display: block;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4rem; }

.isTitle__2Q0-P {
  font-size: 18px;
  margin-bottom: 0.5rem; }

.isClickable__ygl-U {
  color: #197da4;
  cursor: pointer; }

.coresite .isClickable__ygl-U {
  color: #0072cf; }

.phone__K1mbl:not(.isClickable__ygl-U) {
  color: black;
  text-decoration: none; }

.isVerticallyCentered__2Cv_V {
  align-items: center; }

.isEndAligned__3b8YJ {
  align-items: flex-end; }

.hasRightMargin__2sS5W {
  margin-right: 32px; }

.isTextCenteredMobile__mc2Nc {
  text-align: center; }
  @media (min-width: 768px) {
    .isTextCenteredMobile__mc2Nc {
      text-align: initial; } }

.address__v75-W * {
  margin: 0;
  line-height: 1.4rem; }

.placeholder__3zDXW .name__2YYSF {
  height: 18px;
  width: 100px;
  background: #f1f2f3; }

.placeholder__3zDXW .title__TY3u_ {
  height: 14px;
  width: 100px;
  background: #f1f2f3; }

.placeholder__3zDXW .businessUnit__3V3g6 {
  height: 14px;
  width: 30%;
  background: #f1f2f3; }

.placeholder__3zDXW .address__v75-W {
  background: #f1f2f3;
  width: 300px;
  height: 32px; }

.placeholder__3zDXW .email__1a0wF {
  height: 16px;
  width: 200px;
  background: #f1f2f3; }

.placeholder__3zDXW .phone__K1mbl {
  height: 16px;
  width: 150px;
  background: #f1f2f3; }

body .ck__1f7F7.ck-balloon-panel__2BQUE {
  z-index: 99999; }

.overlay__1zmqV {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }

.modal__3GQQb {
  position: relative;
  overflow: auto;
  outline: none;
  min-width: 80vw;
  height: 85vh;
  background: white; }
  @media (min-width: 1024px) {
    .modal__3GQQb {
      min-width: 280px;
      max-height: 80vh;
      height: auto;
      width: auto;
      padding-top: 0; } }

.closeButton__1P0Wc {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #b5b5b5;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  background: none; }
  .closeButton__1P0Wc:hover {
    color: #90979D; }

.modal__3GQQb .modal-content {
  padding: 30px; }

.modalProfileContainer__1qUkr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 24px 0;
  max-width: 965px; }
  .modalProfileContainer__1qUkr .photo__JkGTu .avatarContainer {
    position: relative; }
  .modalProfileContainer__1qUkr .photo__JkGTu .avatarLabel {
    position: absolute;
    width: 32px;
    height: 32px; }

.photo__JkGTu svg, .photo__JkGTu img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover; }

.modalName__1lJ6c {
  margin-bottom: 1rem; }

.modalJobTitle__2uxJ7 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

.modalBusinessUnit__22hAa {
  font-size: 14px;
  margin-top: 0; }

.modalPhysicalAddress__38ghT {
  font-size: 14px;
  margin-bottom: 0.75rem; }
  .modalPhysicalAddress__38ghT * {
    margin: 0; }

.modalPhoneContainer__3riL7 {
  display: flex;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 0.75rem; }

.modalPhoneBusiness__121d0 {
  color: #197da4;
  font-size: 14px;
  text-decoration: none;
  margin-right: 1rem; }

.modalPhoneMobile__1rMnn {
  color: #197da4;
  font-size: 14px;
  text-decoration: none; }

.modalEmail__2mJOc {
  color: #197da4;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 1rem; }

.modalActionButton__2lW0Z {
  cursor: pointer;
  background-color: #ffffff;
  background: #197da4;
  color: #ffffff;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  border: 0;
  text-align: center; }
  .modalActionButton__2lW0Z:focus {
    outline: 0; }

.userControls__2ICJr {
  display: flex;
  flex-direction: column;
  margin-top: 16px; }
  .userControls__2ICJr > div {
    display: flex;
    margin-bottom: 16px;
    margin-top: 0; }

.modal-theme-coresite .modalPhoneBusiness__121d0 {
  color: #0072cf; }

.modal-theme-coresite .modalPhoneMobile__1rMnn {
  color: #0072cf; }

.modal-theme-coresite .modalEmail__2mJOc {
  color: #0072cf; }

.modal-theme-coresite .modalActionButton__2lW0Z {
  background: #0072cf; }

body .ck__3-onp.ck-balloon-panel__PB3Qm {
  z-index: 99999; }

.dropArea__2klzK {
  position: relative;
  background: white;
  transition: background 200ms ease-out; }

.isDraggedOver__21XPv:not(.disabled__1pYlm) {
  background: #f1f2f3; }

.disabled__1pYlm,
.isDragging__qm2Z5 {
  cursor: default; }
  .disabled__1pYlm:after,
  .isDragging__qm2Z5:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }

.disabled__1pYlm {
  user-select: none; }

.dragFile__1hIgx {
  padding: 12px;
  margin: 5px 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative; }

.dragFilePhoto__OZatY {
  font-size: 18px;
  color: #90979D;
  margin-right: 14px; }

.dragFileInfo__cMdUm {
  margin-right: 10px; }

.dragFileStatus__3pfBx {
  font-size: 12px;
  margin-bottom: 5px; }

.dragFileStatusPublished__3CwQQ {
  color: #16cb67; }

.dragFileStatusUnpublished__2cbLb {
  color: #d50f3f; }

.dragFileTitle__3Bh3C {
  font-size: 14px;
  font-weight: bold;
  word-break: break-word; }

.dragFileAudience__1Y1hW {
  font-size: 12px;
  color: #90979D; }

.dragFileTag__1ndCl {
  font-size: 12px;
  color: rgba(22, 39, 50, 0.55);
  margin: 0 2px; }

.deleteFileClickArea__3mZGk {
  padding: 5px;
  z-index: 1;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.deleteFile__OAaWw {
  height: 14px;
  width: auto;
  display: block; }

body .ck__1_Y9P.ck-balloon-panel__1yKnI {
  z-index: 99999; }

.container__139GT {
  width: 600px;
  overflow: auto;
  max-height: 60vh;
  margin: 0 -30px 0;
  padding: 0 30px 30px; }

.loadingOverlay__1lBIr {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center; }

.backButton__FhljB {
  cursor: pointer;
  color: #197da4;
  font-size: 14px;
  margin-bottom: 20px; }

.modal-theme-coresite .backButton__FhljB {
  color: #0072cf; }

.userContainer__OIGQT {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12px 0 32px 0;
  flex-wrap: wrap; }

.userPhotoContainer__3Z4jy {
  flex: 0;
  text-align: center;
  margin-bottom: 15px; }
  .userPhotoContainer__3Z4jy img,
  .userPhotoContainer__3Z4jy svg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 12px; }
  .userPhotoContainer__3Z4jy .avatarContainer {
    position: relative; }
  .userPhotoContainer__3Z4jy .avatarLabel {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px; }

.userName__2MaUW {
  font-size: 22px;
  flex: 1 0 100%;
  text-align: center; }

.marketsHeaderContainer__2zGbf,
.pagesHeaderContainer__19fEG,
.syncHeaderContainer__2SFEg,
.rolesHeaderContainer__22cr4 {
  display: flex;
  align-items: center;
  margin: 22px 0 0 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f2f3; }

.marketsHeader__1qoQ-,
.pagesHeader__1Dmdl,
.rolesHeader__2M5zZ,
.syncHeader__3_1M8 {
  font-size: 14px;
  text-transform: uppercase;
  color: #90979D; }

.syncStatus__gd54u {
  font-size: 14px;
  color: #90979D;
  margin: 6px 0;
  display: flex;
  justify-content: space-between; }
  .syncStatus__gd54u strong {
    color: black; }

.marketsHeaderContainerPermissions__1pB5y {
  position: sticky;
  background: white;
  margin: 0;
  top: 0;
  left: 0;
  right: 0; }

.marketRowHeaders__TNPJ6 {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto; }

.marketRowHeader__2slC0 {
  position: relative;
  font-weight: bold;
  width: 70px;
  font-size: 12px;
  text-align: center; }

.marketsContainer__1CphB {
  height: 200px;
  overflow-y: auto;
  margin-bottom: 36px;
  position: relative; }

.marketRow__2Eegs {
  display: flex;
  background: white;
  font-size: 14px;
  padding: 5px 0 5px 10px; }

.pageRow__3fTP3 {
  font-size: 14px;
  padding: 12px 0; }
  .pageRow__3fTP3 a {
    color: #197da4;
    font-weight: bold;
    text-decoration: none; }

.rolesRow__HTTQm {
  padding: 5px; }

.marketRow__2Eegs:nth-child(even),
.pageRow__3fTP3:nth-child(even),
.rolesRow__HTTQm:nth-child(even) {
  background: #f1f2f3; }

.marketRowDepth1__zdYWb {
  font-weight: bold; }

.marketRowDepth2__1niUn {
  font-weight: bold;
  padding-left: 20px; }

.marketRowDepth3__WT6Be {
  padding-left: 40px; }

.marketRowDepth4__1DE_1 {
  padding-left: 60px; }

.marketRowDepth5__3lf_5 {
  padding-left: 80px; }

.marketRowOptions__1AGmE {
  margin-left: auto; }

.marketRowOptionContainer__1Pbgj {
  width: 70px;
  display: inline-block;
  text-align: center; }

.marketRowOption__aAh4f,
.roleOption__HQg5W {
  width: 12px;
  height: 12px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  cursor: pointer; }

.roleOption__HQg5W {
  display: inline-block; }

.rolesRole__DFWiR {
  font-weight: bold;
  margin-left: 0.5em;
  display: inline-block; }

.marketRowOptionSelected__35xAL:not(.marketRowOptionImplicit__rMNs7),
.roleOptionSelected__2l1tu {
  background: #197da4;
  border-color: #197da4;
  border-width: 2px;
  margin: -1px; }

.marketRowOptionImplicit__rMNs7 {
  background: rgba(44, 117, 145, 0.3);
  border: none;
  cursor: not-allowed; }

.modal-theme-coresite .marketRowOptionSelected__35xAL:not(.marketRowOptionImplicit__rMNs7),
.modal-theme-coresite .roleOptionSelected__2l1tu {
  background: #0072cf;
  border-color: #0072cf; }

.modal-theme-coresite .marketRowOptionImplicit__rMNs7 {
  background: rgba(21, 112, 186, 0.3); }

.marketRowOption__aAh4f.marketRowOptionDisabled__j4Egg,
.rowOption__1jF2g.rowOptionDisabled__2mD7c {
  background: #d8d8d8;
  border: none;
  cursor: not-allowed; }

.pagesContainer__2NmR1 {
  max-height: 200px;
  overflow-y: auto; }

.submitButtons__1S7YE {
  display: flex;
  justify-content: flex-end; }

body .ck__1wMI9.ck-balloon-panel__hWXa6 {
  z-index: 99999; }

.container__1Z0Px {
  position: relative; }

.loadingOverlay__JBTti {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7); }

.dragFiles__3EjQ9 {
  list-style: none;
  padding: 0;
  max-height: 45vh;
  overflow-y: auto; }

.addTarget__1qIOx {
  width: 100%;
  height: 38px;
  border: 2px dashed #d8d8d8;
  transition: background 200ms ease-in; }
  .addTarget__1qIOx:first-child {
    margin-bottom: 15px; }
  .addTarget__1qIOx:last-child {
    margin-top: 15px; }

.addIsDraggedOver__180Es {
  background: #d8d8d8; }

body .ck__YRB0n.ck-balloon-panel__20lYb {
  z-index: 99999; }

.container__3Qodz {
  display: none; }
  @media (min-width: 1024px) {
    .container__3Qodz {
      display: flex;
      font-size: 11px;
      margin-top: 6px;
      justify-content: flex-end;
      align-items: center; } }

.content__3Qkf_ {
  position: relative; }

.label__1ra3T {
  position: absolute;
  top: 6px;
  left: 12px;
  z-index: 8;
  cursor: pointer;
  color: #69737b; }

body .ck__XdB3C.ck-balloon-panel__1Zr4H {
  z-index: 99999; }

.controls__kCphX {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.addFileOverlay__qJspt {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 9999; }

.addFileModal__2qEiF {
  border: 1px solid #cccccc;
  background: white;
  color: #162732;
  overflow: auto;
  outline: none;
  position: relative;
  padding: 0 30px 30px 30px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 9999; }
  @media (min-width: 1024px) {
    .addFileModal__2qEiF {
      width: 70vw; } }

.info__2Eif- {
  width: 35px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center; }

.searchInputContainer__1B_rS {
  flex: 1 1 auto;
  position: relative; }

.searchInput__FCEkd {
  flex: 1 0 auto;
  padding: 10px 40px 10px 18px;
  background: #f1f2f3;
  color: black;
  border: 1px solid #d8d8d8;
  font-size: 14px;
  width: 100%; }

.clearSearchButton__2EEpH {
  position: absolute;
  right: 12px;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  cursor: pointer;
  width: 16px;
  height: auto; }

.addButton__b_mDp {
  width: 32px;
  height: 32px;
  border: 2px solid #197da4;
  margin-left: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

.addButtonIcon__208y4 {
  color: #197da4;
  font-size: 18px; }

.coresite .addButton__b_mDp,
.modal-theme-coresite .addButton__b_mDp {
  border: 2px solid #0072cf; }

.coresite .addButtonIcon__208y4,
.modal-theme-coresite .addButtonIcon__208y4 {
  color: #0072cf; }

.file__2haL0 {
  padding: 10px;
  cursor: copy; }

.fileDisabled__1Gjbg {
  color: #d8d8d8;
  cursor: not-allowed; }

.file__2haL0:nth-child(odd) {
  background: #f1f2f3; }

.fileName__2ar5g {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block; }

.fileEmail__Amuis {
  display: inline-block;
  font-size: 12px;
  margin-left: 8px; }

body .ck__1mS6C.ck-balloon-panel__IV-f8 {
  z-index: 99999; }

.container__2iuDV {
  display: none; }
  @media (min-width: 1024px) {
    .container__2iuDV {
      display: flex;
      font-size: 11px;
      margin-top: 6px;
      justify-content: flex-end;
      align-items: center; } }

.flagOptionContainer__6xErG {
  display: flex;
  margin-bottom: 5px;
  padding-left: 5px;
  align-content: center;
  align-items: center;
  cursor: pointer; }
  .flagOptionContainer__6xErG span {
    margin-left: 5px;
    padding-top: 3px;
    text-transform: uppercase; }

.flagValueContainer__1i_EZ {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .flagValueContainer__1i_EZ span {
    margin-left: 5px;
    padding-top: 3px;
    text-transform: uppercase; }

.content__24Ww0 {
  position: relative; }

.label__1Z_EA {
  position: absolute;
  top: 6px;
  left: 12px;
  z-index: 8;
  cursor: pointer;
  color: #69737b; }

.filesList__2wUa_ {
  margin-top: 8px;
  list-style: none;
  padding: 0;
  max-height: 40vh;
  overflow: auto; }

body .ck__3_5vu.ck-balloon-panel__1uJR- {
  z-index: 99999; }

.container__25LSH {
  position: relative;
  padding: 0 15px;
  min-height: 400px; }
  @media (min-width: 1800px) {
    .container__25LSH {
      padding: 0; } }

.title__23_V- {
  background: #197da4;
  color: white;
  padding: 0.5em 0;
  font-size: 24px;
  z-index: 1;
  position: relative; }
  .title__23_V-:after {
    content: '';
    display: block;
    background: white;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1; }
  .title__23_V-:after {
    background: #197da4; }

.primaryLanguage__a5Gjl {
  color: white;
  margin-right: 1em; }

.loading__3e11T:after {
  content: '';
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  z-index: 100; }

.actionBar__KQSOq {
  position: relative;
  width: 100%;
  background: #2c2c2c;
  z-index: 1; }
  .actionBar__KQSOq:after {
    content: '';
    display: block;
    background: white;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1; }
  .actionBar__KQSOq:after {
    background: #2c2c2c; }

.actionBarItems__J0Z42 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 6px 0;
  width: 100%;
  position: relative;
  z-index: 10; }

.editButton__1i8eQ {
  font-size: 14px;
  min-width: 60px;
  padding: 6px 8px;
  margin-right: 6px;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  transition: all 250ms ease-out; }
  .editButton__1i8eQ:hover {
    color: white; }
  .editButton__1i8eQ:last-child {
    margin-right: 0; }

.editBtnIcon__3z6S6 {
  width: 18px;
  height: auto;
  margin-bottom: 5px;
  display: inline-block; }

.editButtonSave__1yriu:hover {
  background: #16cb67; }

.editButtonDelete__2zzEo:hover {
  background: #d50f3f; }

.editButtonView__3ijUk:hover {
  background: #197da4; }

.coresite .editButtonView__3ijUk:hover,
.modal-theme-coresite .editButtonView__3ijUk:hover {
  background: #0072cf; }

.coresite .editButtonDelete__2zzEo:hover,
.modal-theme-coresite .editButtonDelete__2zzEo:hover {
  background: #0072cf; }

.editButtonDisabled__3EE4n {
  cursor: not-allowed;
  background: #828d95;
  color: #b3b3b3; }
  .editButtonDisabled__3EE4n:hover {
    background: #7a858e; }

.displayOptions__1Y-I7 {
  position: relative;
  width: 100%;
  background: #5E666D;
  z-index: 1; }
  .displayOptions__1Y-I7:after {
    content: '';
    display: block;
    background: white;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1; }
  @media (min-width: 768px) {
    .displayOptions__1Y-I7 {
      display: flex;
      justify-content: space-between; } }
  .displayOptions__1Y-I7:after {
    background: #5E666D; }

.tabs__rnLXA {
  flex: 1 0 auto;
  z-index: 10; }

.tabButton__3hvtA {
  font-size: 14px;
  padding: 12px 10px;
  display: inline-block;
  border-bottom: 4px solid #5E666D;
  cursor: pointer;
  transition: all 250ms ease-in;
  color: #ffff; }
  @media (min-width: 768px) {
    .tabButton__3hvtA {
      font-size: 18px;
      padding: 26px 24px; } }
  .tabButton__3hvtA:hover {
    border-bottom: 4px solid #1fa4d7;
    background: #4E5459; }
  .tabButton__3hvtA.tabButtonRequired__3AJeE:after {
    content: '*';
    color: indianred; }
  .tabButton__3hvtA.tabContainsError__1jxZd {
    font-weight: bold;
    background: indianred;
    color: white; }
    .tabButton__3hvtA.tabContainsError__1jxZd:after {
      color: white; }
    .tabButton__3hvtA.tabContainsError__1jxZd:hover, .tabButton__3hvtA.tabContainsError__1jxZd.tabButtonActive__257X5 {
      border-color: white; }

.coresite .tabButton__3hvtA:hover,
.modal-theme-coresite .tabButton__3hvtA:hover {
  border-bottom: 4px solid #0072cf; }

.tabButtonActive__257X5 {
  background: #4E5459;
  border-bottom: 4px solid #1fa4d7; }

.coresite .tabButtonActive__257X5,
.modal-theme-coresite .tabButtonActive__257X5 {
  border-bottom: 4px solid #0072cf; }

.translationInfo__Y0vyo {
  display: flex;
  align-items: center;
  font-size: 14px;
  z-index: 10; }

.language__nUEL1 {
  color: white;
  text-align: center; }

.languageName__3_Wbv {
  display: block;
  text-transform: uppercase;
  margin-bottom: 6px; }

.languageLabel__3BUwz {
  display: block; }

.toggleSwitchContainer__1ac5d {
  margin-right: 26px;
  color: white;
  text-align: center; }

.toggleSwitch__3vjIv {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 6px; }
  .toggleSwitch__3vjIv .toggleSwitchLabel__2Xo2C {
    width: 100%;
    display: inline-block; }

.translationOn__72ooJ .toggleSwitchLabel__2Xo2C {
  color: #90979D; }

.fieldRow__2GLRn {
  margin: 48px 0;
  display: flex;
  flex-wrap: wrap; }

.fieldRowError__17OzY {
  border: 2px solid #d50f3f;
  padding: 10px; }

.error__3peSe {
  color: #d50f3f;
  width: 100%;
  font-size: 14px;
  margin-bottom: 12px; }

.formTab__20J92 {
  display: none; }

.currentTab__3k7zP {
  display: block; }

.field__1fTQe {
  flex: 1 0 25%; }

.field__1fTQe label {
  font-size: 12px;
  text-transform: uppercase;
  color: #90979D; }

.fieldInput__1-Bre {
  width: 100%;
  padding: 10px 0;
  border: 0;
  color: #69737b;
  border-bottom: 1px solid #69737b;
  outline: none;
  font-size: 16px;
  transition: color 300ms; }
  .fieldInput__1-Bre:focus {
    color: black; }

.field__1fTQe textarea {
  resize: none; }

.errorMessage__1BGeN {
  background: #d50f3f;
  padding: 8px;
  color: white; }

.saveError__WQpuE {
  color: white;
  background: #d50f3f;
  padding: 16px;
  margin: 12px 0; }

.saveErrorSystemTitle__8HMs9 {
  font-weight: bold;
  margin: 0.5em 0; }

.saveErrorSystemOut__GpZoQ {
  font-family: 'Courier New', sans-serif;
  font-size: 12px; }

.coresite .title__23_V-,
.modal-theme-coresite .title__23_V- {
  background: #0072cf; }
  .coresite .title__23_V-:after,
  .modal-theme-coresite .title__23_V-:after {
    background: #0072cf; }

body .ck__3zJXQ.ck-balloon-panel__2I_1_ {
  z-index: 99999; }

.select__3busr {
  color: #596168; }

body .ck__1UbZz.ck-balloon-panel__1EEVd {
  z-index: 99999; }

.labelRequired__3tiJH:after {
  content: '*';
  color: indianred; }

.field__5F74g {
  flex: 1 0 25%; }
  .field__5F74g:nth-child(odd):not(:only-child) {
    margin-right: 12px; }
  .field__5F74g:nth-child(even) {
    margin-left: 12px; }

.fieldError__2tjq4,
div.fieldError__2tjq4 {
  padding: 10px;
  margin: -10px;
  border: 2px solid #d50f3f; }

.errorMessageText__2rkxt {
  color: #d50f3f;
  font-size: 12px;
  margin: 6px 0 12px 0; }

.fieldLabel__2-hfa {
  font-size: 14px;
  color: #90979D;
  margin-bottom: 0.5em;
  display: inline-block; }
  .fieldLabel__2-hfa.unTranslatable__XKRtF {
    color: #197da4;
    font-weight: bold; }

.fieldInput__1iKVV {
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  outline: none;
  font-size: 16px;
  transition: color 300ms; }
  .fieldInput__1iKVV:focus {
    color: black; }

.helpText__2EV7W {
  color: #9ea4a9;
  display: block;
  font-size: 12px;
  margin: 6px 0 12px 0; }

.coresite .fieldLabel__2-hfa.unTranslatable__XKRtF,
.modal-theme-coresite .fieldLabel__2-hfa.unTranslatable__XKRtF {
  color: #0072cf; }

body .ck__1AUVe.ck-balloon-panel__2SSbX {
  z-index: 99999; }

.tooltip__1f5P5 {
  position: absolute;
  width: 190px;
  background-color: #90979D;
  color: white;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 300ms ease-out;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 0.8em;
  padding: 4px; }

.container__3jCPS {
  position: relative;
  cursor: help; }
  .container__3jCPS .tooltip__1f5P5 {
    display: none; }

.container__3jCPS:hover .tooltip__1f5P5 {
  display: block;
  opacity: 1; }

.icon__YbNvt {
  color: #197da4;
  margin: 0 0.25em; }

.coresite .icon__YbNvt,
.modal-theme-coresite .icon__YbNvt {
  color: #0072cf; }

body .ck__3pU-Z.ck-balloon-panel__2ozv6 {
  z-index: 99999; }

.field__31Eb7 {
  flex: 1 0 100%; }

.marketsContainer__1PmKr {
  height: 250px;
  max-width: 400px;
  overflow-y: auto;
  background: white;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  position: relative; }

.marketsContainer__1PmKr .loading-spinner {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%); }

.marketRowSpecialPageEditor__6fyo6 .marketRowOption__3PvFK {
  cursor: not-allowed; }

.marketRowSpecialPageEditor__6fyo6 .marketRowOptionImplicit__1ei10 {
  background: rgba(44, 117, 145, 0.3);
  border: none;
  cursor: not-allowed; }

.marketRowSpecialPageEditor__6fyo6 .marketRowOption__3PvFK.marketRowOptionDisabled__3dZgy {
  background: #d8d8d8;
  border: none;
  cursor: not-allowed; }

.marketRow__YNo79 {
  display: flex;
  background: white;
  font-size: 14px;
  padding: 5px 26px 5px 10px; }
  .marketRow__YNo79:nth-child(odd) {
    background: #f1f2f3; }

.marketRowDepth1__1xSto {
  font-weight: bold; }

.marketRowDepth2__Yu43F {
  font-weight: bold;
  padding-left: 20px; }

.marketRowDepth3__1syOE {
  padding-left: 80px; }

.marketRowDepth4__1xQxl {
  padding-left: 130px; }

.marketRowDepth5__3xUri {
  padding-left: 175px; }

.marketRowOptions__3CSX- {
  margin-left: auto; }

.marketRowOption__3PvFK {
  width: 12px;
  height: 12px;
  border: 1px solid #d8d8d8;
  display: inline-block;
  cursor: pointer; }

.marketRowOptionSelected__r9pfp:not(.marketRowOptionImplicit__1ei10) {
  background: #197da4;
  border-color: #197da4;
  border-width: 2px;
  margin: -1px; }

.marketRowOptionImplicit__1ei10 {
  background: rgba(44, 117, 145, 0.3);
  border: none;
  cursor: not-allowed; }

.marketRowOption__3PvFK.marketRowOptionDisabled__3dZgy {
  background: #d8d8d8;
  border: none;
  cursor: not-allowed; }

.coresite .marketRowOptionSelected__r9pfp:not(.marketRowOptionImplicit__1ei10),
.modal-theme-coresite .marketRowOptionSelected__r9pfp:not(.marketRowOptionImplicit__1ei10) {
  background: #0072cf;
  border-color: #0072cf; }

.coresite .marketRowOptionImplicit__1ei10,
.modal-theme-coresite .marketRowOptionImplicit__1ei10 {
  background: rgba(21, 112, 186, 0.3); }

body .ck__1RSXG.ck-balloon-panel__3lOYZ {
  z-index: 99999; }

.textarea__2eU-Z {
  resize: none;
  background: #ffffff; }

.container__3E12K {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 60vh;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.singleMode__2o8_M {
  padding: 1rem;
  transition: all 0.15s ease-in-out;
  border-radius: 3px;
  cursor: pointer; }

.singleModeTitle__QM3id {
  color: #7E888E;
  font-size: 0.85rem;
  margin-bottom: 0; }

.singleModeImage__2kFMC {
  width: 100%; }

.selected__1sYXU {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 10px; }

.title__2NKak {
  font-size: 1.75rem;
  font-weight: normal;
  margin-top: 0; }

.container__3xYo_ {
  margin-bottom: 1rem; }

.required__Fhh2_, .error__nvcaQ {
  color: #d50f3f; }

.label__Yf7Bb {
  display: block;
  color: #7E888E;
  font-size: 0.8rem; }

.input__3Kd6L {
  font-size: 0.8rem;
  color: #162732;
  background: #F3F3F3;
  border: 1px solid #E7E7E7;
  padding: 1rem;
  width: 100%; }

.ErrorMessage__2yRtH {
  background: #d50f3f;
  display: block;
  margin: 1rem 0rem;
  font-size: 0.8rem;
  outline: 1px solid #d50f3f;
  padding: 0.5rem;
  color: #fff; }

.container__11Hg1 {
  margin-bottom: 1rem; }

.required__21-4c, .error__3e_aj {
  color: #d50f3f; }

.label__I6VbJ {
  display: block;
  color: #7E888E;
  font-size: 0.8rem; }

.input__h0eO3 {
  font-size: 0.8rem;
  color: #162732;
  background: #F3F3F3;
  border: 1px solid #E7E7E7;
  padding: 1rem;
  width: 100%; }

.label__I6VbJ {
  margin: 0 0 6px 0; }

.container__3E2jQ {
  margin-bottom: 1rem; }

.required__1naph, .error__2EHkM {
  color: #d50f3f; }

.label__1SEkr {
  display: block;
  color: #7E888E;
  font-size: 0.8rem; }

.iconContainer__B_875 {
  padding: 1rem;
  border: 1px solid #E7E7E7;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  overflow: auto;
  height: 200px;
  align-items: flex-start; }

.icon__1xXyb {
  width: 100%;
  padding: 1rem;
  border-radius: 3px;
  cursor: pointer; }
  .icon__1xXyb img {
    width: 100%;
    height: 80px; }

.selected__NzCz_ {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px; }

.container__3RulX {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.formArea__2lvI8 {
  padding: 0.25rem;
  margin-bottom: 1rem; }

body .ck__3KXnu.ck-balloon-panel__1oXyl {
  z-index: 99999; }

.label__1JHZS {
  color: #7E888E;
  font-size: 0.8rem;
  margin-left: 10px; }

.coresite .label__1JHZS {
  color: #989898; }

body .ck__2-sqK.ck-balloon-panel__21KFQ {
  z-index: 99999; }

.DraggableLink__jUlZ3 {
  padding: 1rem;
  height: 100%; }

.dropArea__14SfX {
  position: relative;
  background: white;
  transition: 200ms ease-out;
  border: 1px solid #f3f3f3;
  height: 100%; }
  .dropArea__14SfX:hover .linkButtons__3GeCK {
    opacity: 1; }

.linkButtons__3GeCK {
  opacity: 0;
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
  transition: all 0.25s ease-in-out; }

.linkButton__3-IpY {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 0;
  margin-right: 0.25rem;
  font-weight: bold;
  color: #197da4;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .linkButton__3-IpY:last-child {
    margin-right: 0; }

.linkButtonEdit__2j1E4 {
  color: #fff;
  background-color: #197da4; }
  .linkButtonEdit__2j1E4:hover {
    background-color: #209fd0; }

.linkButtonDelete__3Iipg {
  color: #d50f3f; }
  .linkButtonDelete__3Iipg:hover {
    color: #a50c31; }

.modal-theme-coresite .linkButton__3-IpY {
  color: #0072cf; }

.modal-theme-coresite .linkButtonEdit__2j1E4 {
  color: #fff;
  background-color: #0072cf; }
  .modal-theme-coresite .linkButtonEdit__2j1E4:hover {
    background-color: #038eff; }

.modal-theme-coresite .linkButtonDelete__3Iipg {
  color: #0072cf; }
  .modal-theme-coresite .linkButtonDelete__3Iipg:hover {
    color: #00569c; }

.isDraggedOver__2lQLH:not(.disabled__2D2HK) {
  background: #f1f2f3; }

.disabled__2D2HK,
.isDragging__2UdqF {
  cursor: default; }
  .disabled__2D2HK:after,
  .isDragging__2UdqF:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }
  .disabled__2D2HK .linkButtons__3GeCK,
  .isDragging__2UdqF .linkButtons__3GeCK {
    opacity: 0 !important; }

.disabled__2D2HK {
  user-select: none; }

.dragFile__3M6eF {
  padding: 12px;
  margin: 5px 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative; }

.dragFilePhoto__-WI4c {
  font-size: 18px;
  color: #90979D;
  margin-right: 14px; }

.dragFileInfo__2KqTI {
  margin-right: 10px; }

.dragFileTitle__1v_kj {
  font-size: 14px;
  font-weight: bold; }

.dragFileTag__2XXvb {
  font-size: 12px;
  color: rgba(22, 39, 50, 0.55);
  margin: 0 2px; }

.deleteFileClickArea__2Pnnb {
  padding: 5px;
  z-index: 1;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.deleteFile__36ST6 {
  height: 14px;
  width: auto;
  display: block; }

.container__3kJIX {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.ArrangeGrid__33dmv {
  display: grid;
  margin-bottom: 2rem; }

.oneColumn__1yIiR {
  grid-template-columns: 1fr; }

.twoColumn__VSrXe {
  grid-template-columns: 1fr 1fr; }

.threeColumn__3PW5X {
  grid-template-columns: 1fr 1fr 1fr; }

.GridItem__1Ac8k {
  padding: 0.5rem;
  background: #f3f3f3;
  margin: 0.25rem; }
  .GridItem__1Ac8k img {
    max-width: 100%; }

.NewLinkContainer__IHSCs {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.rangeInput__2ltz1 {
  cursor: ew-resize; }

.columnSliderContainer__1YDKZ {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-align: center;
  margin: 0 auto 24px; }

.columnSliderTitle__3_uWp {
  font-weight: 900;
  font-family: Frutiger, 'sans-serif';
  font-size: 16px; }

input[type=range].rangeInput__2ltz1 {
  -webkit-appearance: none;
  width: 100%;
  margin: 8px 0; }

input[type=range].rangeInput__2ltz1:focus {
  outline: none; }

input[type=range].rangeInput__2ltz1::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__2ltz1::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__2ltz1::-webkit-slider-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

.modal-theme-coresite input[type=range].rangeInput__2ltz1::-webkit-slider-thumb {
  background: #0072cf; }

.modal-theme-coresite input[type=range].rangeInput__2ltz1::-moz-range-thumb {
  background: #0072cf; }

input[type=range].rangeInput__2ltz1:focus::-webkit-slider-runnable-track {
  background: #e6e6e6; }

input[type=range].rangeInput__2ltz1::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__2ltz1::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__2ltz1::-moz-range-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__2ltz1::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range].rangeInput__2ltz1::-ms-fill-lower {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__2ltz1::-ms-fill-upper {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__2ltz1::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__2ltz1::-ms-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__2ltz1:focus::-ms-fill-lower {
  background: #e6e6e6; }

input[type=range].rangeInput__2ltz1:focus::-ms-fill-upper {
  background: #e6e6e6; }

body .ck__25DAZ.ck-balloon-panel__32ftw {
  z-index: 99999; }

.overlay__dzqeb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.modal__3ZIDI {
  position: relative;
  overflow: auto;
  outline: none;
  min-height: 40vh;
  max-height: 80vh;
  background: white;
  padding: 30px;
  overflow-y: auto;
  width: 80vw;
  max-width: 965px; }

.modalContent__J_0rw {
  width: 100%; }

.closeButton__1EHMZ {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #d8d8d8;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold; }
  .closeButton__1EHMZ:hover {
    color: #90979D; }

.errorMessage__QHGVz {
  margin-top: 15px;
  color: indianred;
  font-size: 12px; }

.container__h632t {
  width: 100%;
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem; }

.formArea__fui_9 {
  padding: 0.25rem;
  margin-bottom: 1rem; }

body .ck__3rVoA.ck-balloon-panel__HRo8A {
  z-index: 99999; }

.DraggableImage__2uFbt {
  padding: 1rem; }

.dropArea__1ovxg {
  position: relative;
  background: white;
  transition: 200ms ease-out;
  border: 1px solid #f3f3f3; }
  .dropArea__1ovxg:hover .buttons__35qr7 {
    opacity: 1; }

.buttons__35qr7 {
  opacity: 0;
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
  transition: all 0.25s ease-in-out; }

.button__3wDHq {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 0;
  margin-right: 0.25rem;
  font-weight: bold;
  color: #197da4;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .button__3wDHq:last-child {
    margin-right: 0; }

.editButton__Jamue {
  color: #fff;
  background-color: #197da4; }
  .editButton__Jamue:hover {
    background-color: #209fd0; }

.deleteButton__2A50c {
  color: #d50f3f; }
  .deleteButton__2A50c:hover {
    color: #a50c31; }

.isDraggedOver__2ChPt:not(.disabled__3Hd65) {
  background: #f1f2f3; }

.disabled__3Hd65,
.isDragging__348LV {
  cursor: default; }
  .disabled__3Hd65:after,
  .isDragging__348LV:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }
  .disabled__3Hd65 .buttons__35qr7,
  .isDragging__348LV .buttons__35qr7 {
    opacity: 0 !important; }

.disabled__3Hd65 {
  user-select: none; }

.container__zkHyM {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem; }

.ArrangeGrid__MG6XL {
  display: grid;
  margin-bottom: 2rem;
  grid-template-columns: repeat(5, 1fr); }

.GridItem__14tKd {
  padding: 0.5rem;
  background: #f3f3f3;
  margin: 0.25rem;
  text-align: center; }
  .GridItem__14tKd img {
    max-height: 100px; }

.NewLinkContainer__2vO-z {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

body .ck__1jWyP.ck-balloon-panel__3JXaG {
  z-index: 99999; }

.pages__LocBM {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.pages__LocBM span:not(:first-child):not(:last-child) {
  margin: 0 4px; }

.pages__LocBM span {
  padding: 8px 14px; }

.page__2ZWmt {
  background: #f1f2f3;
  color: #353535;
  cursor: pointer;
  display: inline-block; }

.page__2ZWmt.currentPage__1Clpi {
  background: #4c89ad;
  color: white; }

.prev__3hdu5,
.next__1oBNU,
.first__1OWIZ,
.last__2NW0c {
  cursor: pointer;
  transition: color 250ms ease-out;
  width: 28px;
  height: 28px;
  background-size: cover;
  display: inline-block; }
  .prev__3hdu5.disabled__3BGDT,
  .next__1oBNU.disabled__3BGDT,
  .first__1OWIZ.disabled__3BGDT,
  .last__2NW0c.disabled__3BGDT {
    color: #f1f2f3; }

.prev__3hdu5,
.next__1oBNU {
  background-image: url("/static/icons/pagination/right.svg"); }
  .prev__3hdu5.disabled__3BGDT,
  .next__1oBNU.disabled__3BGDT {
    background-image: url("/static/icons/pagination/right-disabled.svg"); }

.first__1OWIZ,
.last__2NW0c {
  background-image: url("/static/icons/pagination/first.svg"); }
  .first__1OWIZ.disabled__3BGDT,
  .last__2NW0c.disabled__3BGDT {
    background-image: url("/static/icons/pagination/first-disabled.svg"); }

.coresite .prev__3hdu5,
.coresite .next__1oBNU {
  background-image: url("/static/icons/pagination/right-coresite.svg"); }
  .coresite .prev__3hdu5.disabled__3BGDT,
  .coresite .next__1oBNU.disabled__3BGDT {
    background-image: url("/static/icons/pagination/right-disabled.svg"); }

.coresite .first__1OWIZ,
.coresite .last__2NW0c {
  background-image: url("/static/icons/pagination/first-coresite.svg"); }
  .coresite .first__1OWIZ.disabled__3BGDT,
  .coresite .last__2NW0c.disabled__3BGDT {
    background-image: url("/static/icons/pagination/first-disabled.svg"); }

.next__1oBNU,
.last__2NW0c {
  transform: scaleX(-1); }

.coresite .page__2ZWmt.currentPage__1Clpi {
  background: #0072cf; }

body .ck__3_as0.ck-balloon-panel__2ewRc {
  z-index: 99999; }

.header__2wnRC {
  width: 100%;
  margin: 0 0 20px 0; }

.heading__2DlyF {
  font-size: 24px;
  font-weight: normal;
  margin: 0; }

.help__3Xq9K {
  color: rgba(22, 39, 50, 0.55);
  font-size: 14px; }

.innerContainer__2taAe {
  height: 60vh;
  margin-bottom: 2rem;
  width: 100%; }

.titleContainer__3zvbT {
  width: 100%;
  margin-bottom: 20px; }

.titleLabel__pSeZo {
  display: block;
  font-weight: bold;
  font-size: 1.2em; }

.fieldHelp__2jWSP {
  color: #90979D;
  font-size: 0.85em; }

.titleField__2OktO {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  margin: 0.5em 0; }

.controls__2OJ6l {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 32px;
  background: white; }

.cancelButton__3GMvm,
.saveButton__2S9gz {
  padding: 10px 0;
  min-width: 125px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: white; }

.cancelButton__3GMvm {
  margin-left: auto;
  color: #197da4;
  border: 1px solid #197da4;
  transition: all 150ms ease-out; }
  .cancelButton__3GMvm:hover {
    color: white;
    background: #d50f3f;
    border-color: white; }

.saveButton__2S9gz {
  margin-left: 20px;
  background: #197da4;
  color: white;
  transition: background 150ms ease-out; }
  .saveButton__2S9gz:hover {
    color: white;
    background: #16cb67; }

body .ck__3wcxC.ck-balloon-panel__30lJy {
  z-index: 99999; }

.saveOverlay__3Cxd_ {
  position: absolute;
  top: -10px;
  bottom: -10px;
  right: -10px;
  left: -10px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5; }

.container__1qFfX {
  position: relative; }

.container__1qFfX .granite-edit-overlay {
  z-index: 1000; }

.container__1qFfX .granite-edit-container .granite-block-is-editing {
  z-index: 1001; }

body .ck__3PwfH.ck-balloon-panel__dKi6a {
  z-index: 99999; }

.container__3GspN {
  overflow: auto;
  width: 100%; }

body .ck__2yroV.ck-balloon-panel__31Xkd {
  z-index: 99999; }

.ckEditorWrapper__z_Pfl {
  border: 1px solid #d8d8d8;
  background: #ffffff;
  padding: 0 15px; }
  .ckEditorWrapper__z_Pfl > div {
    min-height: 8em !important; }

body .ck__3IvrE.ck-balloon-panel___g7E3 {
  z-index: 99999; }

.container__2iH02 {
  height: 60vh;
  overflow: auto;
  width: 100%;
  margin: 1rem 0 2rem 0; }

.formArea__2cAjT {
  padding: 0.25rem;
  margin-bottom: 1rem; }

.modalLoading__3CZSu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(28, 47, 47, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }

.error__JUlx- {
  color: #d50f3f;
  margin: 8px 6px;
  font-size: 0.8em; }

.imageContainer__1qH2k {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.imageContainer__1qH2k img {
  width: auto;
  height: auto;
  display: block; }

.imageExpanded__2au0a img {
  max-height: 45vh;
  min-height: 200px;
  max-width: 600px; }

.imageSmall__2W4bN img {
  max-height: 0;
  min-height: 0;
  max-width: 0; }

.imageExpander__1rwc0 {
  font-size: 18px;
  width: 100%;
  padding-right: 10px;
  text-align: right;
  cursor: pointer;
  background: #121f1f; }

.imageExpanderHelp__b6LEG {
  font-size: 12px;
  font-weight: lighter;
  margin-right: 16px; }

.alt__39wIK {
  display: flex;
  flex-wrap: wrap;
  margin: 8px;
  font-size: 12px; }
  .alt__39wIK input {
    width: 100%; }

.dropzone__2xPoV {
  outline: none;
  border-color: #f2f2f2;
  color: #ebebeb;
  border-style: dashed;
  background-color: #1c2f2f;
  cursor: pointer;
  text-align: center;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 1;
  padding: 18px; }
  .dropzone__2xPoV:focus {
    border-color: #20c7f9; }

.buttons__28UY6 {
  display: flex;
  justify-content: center;
  margin: 12px 0; }

.button__3DB0a {
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  padding: 8px 12px;
  margin: 0 8px;
  font-size: 16px;
  font-weight: bold; }

.alignField__SZ6Vv {
  margin-bottom: 1rem;
  border: 1px solid #e7e7e7;
  padding: 1rem;
  text-align: center; }

.alignLabel__1MOaL {
  display: block;
  color: #7E888E;
  font-size: 0.8rem;
  margin-bottom: 0.5rem; }

.alignButton__2xYP_ {
  background: none;
  border: 0;
  border-radius: 3px;
  transition: all 0.15s ease-in-out; }
  .alignButton__2xYP_:focus {
    outline: 0; }

.alignActive__mcqkZ {
  background: #f3f3f3; }

.imageFieldContainer__3TRku.align-flex-start__1FzAT div.image-field--image-container {
  justify-content: flex-start; }

.imageFieldContainer__3TRku.align-center__3acxQ .image-field--image-container {
  justify-content: center; }

.imageFieldContainer__3TRku.align-flex-end__283um .image-field--image-container {
  justify-content: flex-end; }

body .ck__3b414.ck-balloon-panel__3j2by {
  z-index: 99999; }

.container__2FGav {
  margin-top: 24px;
  position: relative;
  max-width: 320px; }

.overlay__24aa1 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5; }

.imageContainer__1GUcs {
  background: #d8d8d8;
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  display: flex;
  align-items: center;
  justify-content: center; }

.image__3L91h {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 100%; }

.placeholderText__1clNM {
  text-transform: uppercase;
  font-size: 13px;
  color: #69737b;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%); }

.dropzone__f_bM7 {
  width: 100%;
  min-height: 75px;
  border: 2px dashed #90979D;
  color: #90979D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer; }

.container__1FNzG {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.ArrangeGrid___YAE8 {
  display: grid;
  margin-bottom: 2rem; }

.oneColumn__2w6_A {
  grid-template-columns: 1fr; }

.twoColumn__2p0FF {
  grid-template-columns: 1fr 1fr; }

.threeColumn__15Sji {
  grid-template-columns: 1fr 1fr 1fr; }

.GridItem__3e5J5 {
  padding: 0.5rem;
  background: #f3f3f3;
  margin: 0.25rem; }
  .GridItem__3e5J5 img {
    max-width: 100%; }

.NewLinkContainer__3s0PP {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.rangeInput__1XjnW {
  cursor: ew-resize; }

.columnSliderContainer__1usCn {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-align: center;
  margin: 0 auto 24px; }

.columnSliderTitle__14SLC {
  font-weight: 900;
  font-family: Frutiger, 'sans-serif';
  font-size: 16px; }

input[type=range].rangeInput__1XjnW {
  -webkit-appearance: none;
  width: 100%;
  margin: 8px 0; }

input[type=range].rangeInput__1XjnW:focus {
  outline: none; }

input[type=range].rangeInput__1XjnW::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__1XjnW::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__1XjnW::-webkit-slider-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__1XjnW:focus::-webkit-slider-runnable-track {
  background: #e6e6e6; }

input[type=range].rangeInput__1XjnW::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__1XjnW::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__1XjnW::-moz-range-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__1XjnW::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range].rangeInput__1XjnW::-ms-fill-lower {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__1XjnW::-ms-fill-upper {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__1XjnW::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__1XjnW::-ms-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__1XjnW:focus::-ms-fill-lower {
  background: #e6e6e6; }

input[type=range].rangeInput__1XjnW:focus::-ms-fill-upper {
  background: #e6e6e6; }

.imagePreview__2ose2 {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: contain;
  z-index: 2; }

body .ck__1vm_6.ck-balloon-panel__ZySF0 {
  z-index: 99999; }

.DraggableLink__3nz6J {
  padding: 1rem;
  height: 100%; }

.dropArea__qoXUC {
  position: relative;
  background: white;
  transition: 200ms ease-out;
  border: 1px solid #f3f3f3;
  height: 100%; }
  .dropArea__qoXUC:hover .linkButtons__f-EhS {
    opacity: 1; }

.linkButtons__f-EhS {
  opacity: 0;
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
  transition: all 0.25s ease-in-out; }

.linkButton__1bjeC {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 0;
  margin-right: 0.25rem;
  font-weight: bold;
  color: #197da4;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .linkButton__1bjeC:last-child {
    margin-right: 0; }

.linkButtonEdit__RITcr {
  color: #fff;
  background-color: #197da4; }
  .linkButtonEdit__RITcr:hover {
    background-color: #209fd0; }

.linkButtonDelete__3S-ap {
  color: #d50f3f; }
  .linkButtonDelete__3S-ap:hover {
    color: #a50c31; }

.isDraggedOver__1gWOR:not(.disabled__2Rsru) {
  background: #f1f2f3; }

.disabled__2Rsru,
.isDragging__2RkXQ {
  cursor: default; }
  .disabled__2Rsru:after,
  .isDragging__2RkXQ:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }
  .disabled__2Rsru .linkButtons__f-EhS,
  .isDragging__2RkXQ .linkButtons__f-EhS {
    opacity: 0 !important; }

.disabled__2Rsru {
  user-select: none; }

.dragFile__3xyu4 {
  padding: 12px;
  margin: 5px 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative; }

.dragFilePhoto__2qmsO {
  font-size: 18px;
  color: #90979D;
  margin-right: 14px; }

.dragFileInfo__3JJDV {
  margin-right: 10px; }

.dragFileTitle__irIT4 {
  font-size: 14px;
  font-weight: bold; }

.dragFileTag__1K3xl {
  font-size: 12px;
  color: rgba(22, 39, 50, 0.55);
  margin: 0 2px; }

.deleteFileClickArea__3_7YG {
  padding: 5px;
  z-index: 1;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.deleteFile__gSJxZ {
  height: 14px;
  width: auto;
  display: block; }

body .ck__QRBfV.ck-balloon-panel__Wbw3S {
  z-index: 99999; }

.container__35dKa {
  position: relative; }

.modalLoading__280ZU {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100; }

.overlay__gCgtd {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5; }
  .overlay__gCgtd .loading-spinner img {
    width: 40px; }

.uploadError__tH3Sv {
  color: #d50f3f;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: bold; }

.uploadErrorMessage__3S2IJ {
  font-weight: normal;
  font-size: 13px;
  margin: 4px 0; }

.fileContainer__2QT4k {
  margin: 15px 0; }

.file__34Rtv {
  display: flex;
  align-items: center;
  margin: 12px 0; }

.fileIcon__3HA-i {
  font-size: 22px;
  color: #90979D;
  margin-right: 12px; }

.fileUrl__2SY04 {
  text-decoration: none;
  color: #197da4; }

.placeholder-text__2bS6i {
  color: #69737b; }

.dropzone__1d2pr {
  width: 100%;
  min-height: 75px;
  background: #ffffff;
  border: 2px dashed #90979D;
  color: #90979D;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  padding: 30px; }

.dropzone__1d2pr .uploadIcon__1Bt9Y {
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #90979D; }

.imagePreviewWrapper__1moP- {
  height: 300px;
  width: auto;
  min-height: 280px;
  max-height: 320px;
  min-width: 160px;
  max-width: 400px;
  position: relative;
  display: inline-block;
  margin: 8px 0; }

.imagePreviewLoading__1xMWg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1; }

.imagePreview__Y-YUz {
  position: relative;
  height: 300px;
  width: auto;
  z-index: 2; }

.coresite .fileUrl__2SY04,
.modal-theme-coresite .fileUrl__2SY04 {
  color: #0072cf; }

.container__21C6o {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.formArea__3LKsI {
  padding: 0.25rem; }

.field__3xmez {
  margin-bottom: 20px; }

body .ck__37iiu.ck-balloon-panel__2Fa8c {
  z-index: 99999; }

.container__3aaqg {
  padding: 1rem 0; }

.subLabel__1mve8 {
  font-size: 10px; }

.item__1Y0t6 {
  width: 100%; }

.fieldInput__3jIK3 {
  display: block;
  padding: 15px;
  font-size: 16px; }

body .ck__tbLdw.ck-balloon-panel__3THay {
  z-index: 99999; }

.hasBorder__27siz {
  padding: 6px 14px 14px;
  border: 1px solid #90979D; }

.subLabel__3DsSp {
  font-size: 10px; }

.item__2_CBg {
  width: 100%; }

body .ck__3AGtA.ck-balloon-panel__EsiAI {
  z-index: 99999; }

.container__24S6d {
  border: solid 1px #dcddde; }

.react-datepicker-wrapper, .react-datepicker__input-container {
  width: 225px; }

.datepickerContainer__2FLo8 {
  display: block; }

.dateTimeWrapper__1ypKX {
  width: 100%;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 0.25rem; }

body .ck__3p9qx.ck-balloon-panel__REnGM {
  z-index: 99999; }

.audienceRow__TaS2w {
  font-size: 0.85em;
  color: #888;
  font-style: italic;
  margin-top: 2px; }

.dropdownLinkContainer__2R41b {
  position: relative; }
  .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj {
    min-width: 130px;
    display: flex;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    background: #ffffff;
    z-index: 10;
    box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.3);
    top: 0;
    left: -90px; }
    .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj a,
    .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj .edit-node-modal-button {
      width: 100%;
      padding: 0.75rem;
      color: #5BB1D3;
      text-transform: uppercase;
      cursor: pointer; }
      .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj a:hover,
      .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj .edit-node-modal-button:hover {
        color: #FFFFFF;
        background: #5BB1D3; }

.coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj {
  background: #ffffff; }
  .coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj a,
  .coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj .edit-node-modal-button {
    color: #0072cf; }
    .coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj a:hover,
    .coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj .edit-node-modal-button:hover {
      color: #ffffff;
      background: #0072cf; }

.dropdownLink__BlYFL {
  padding: 0.5rem;
  text-align: center; }

.dropdownLinkChildren__1AHwj {
  display: none; }

.coresite .dropdownLinkContainer__2R41b {
  position: relative; }
  .coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj a {
    color: #0072cf;
    background-color: #ffffff; }
    .coresite .dropdownLinkContainer__2R41b:hover .dropdownLinkChildren__1AHwj a:hover {
      color: #ffffff;
      background: #0072cf; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }
  .react-datepicker__month .react-datepicker__month-text {
    display: inline-block;
    width: 4rem;
    margin: 2px; }

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left; }
  .react-datepicker__input-time-container .react-datepicker-time__caption {
    display: inline-block; }
  .react-datepicker__input-time-container .react-datepicker-time__input-container {
    display: inline-block; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
      display: inline-block;
      margin-left: 10px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
        width: 85px; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-inner-spin-button,
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0; }
      .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type="time"] {
        -moz-appearance: textfield; }
    .react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
      margin-left: 5px;
      display: inline-block; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          height: 30px;
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff; }
  .react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover {
    background-color: #1d5d90; }

.react-datepicker__month--disabled {
  color: #ccc;
  pointer-events: none; }
  .react-datepicker__month--disabled:hover {
    cursor: default;
    background-color: transparent; }

.react-datepicker__day,
.react-datepicker__month-text {
  cursor: pointer; }
  .react-datepicker__day:hover,
  .react-datepicker__month-text:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today,
  .react-datepicker__month-text--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted,
  .react-datepicker__month-text--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover,
    .react-datepicker__month-text--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1,
    .react-datepicker__month-text--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2,
    .react-datepicker__month-text--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
  .react-datepicker__month-text--selected,
  .react-datepicker__month-text--in-selecting-range,
  .react-datepicker__month-text--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
    .react-datepicker__month-text--selected:hover,
    .react-datepicker__month-text--in-selecting-range:hover,
    .react-datepicker__month-text--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected,
  .react-datepicker__month-text--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover,
    .react-datepicker__month-text--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range ,
  .react-datepicker__month-text--in-selecting-range {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range__3sfsf .react-datepicker__day--in-range , .react-datepicker__month--selecting-range__3sfsf
  .react-datepicker__month-text--in-range {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled,
  .react-datepicker__month-text--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover,
    .react-datepicker__month-text--disabled:hover {
      background-color: transparent; }

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover {
  background-color: #216ba5; }

.react-datepicker__month-text:hover {
  background-color: #f0f0f0; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 7px;
  height: 16px;
  width: 16px;
  margin: -8px auto 0; }
  .react-datepicker__close-icon::after {
    cursor: pointer;
    background-color: #216ba5;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    padding: 2px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    content: "\D7"; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }

body .ck__bCZOw.ck-balloon-panel__3Fv2f {
  z-index: 99999; }

.DraggableLink__u459T {
  padding: 1rem;
  height: 100%; }

.dropArea__1RcKj {
  position: relative;
  background: white;
  transition: 200ms ease-out;
  border: 1px solid #f3f3f3;
  height: 100%; }
  .dropArea__1RcKj:hover .linkButtons__1G7Wc {
    opacity: 1; }

.linkButtons__1G7Wc {
  opacity: 0;
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
  transition: all 0.25s ease-in-out; }

.linkButton__27Yci {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 0;
  margin-right: 0.25rem;
  font-weight: bold;
  color: #197da4;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease-in-out; }
  .linkButton__27Yci:last-child {
    margin-right: 0; }

.linkButtonEdit__1LIqQ {
  color: #fff;
  background-color: #197da4; }
  .linkButtonEdit__1LIqQ:hover {
    background-color: #209fd0; }

.linkButtonDelete__2JiwC {
  color: #d50f3f; }
  .linkButtonDelete__2JiwC:hover {
    color: #a50c31; }

.modal-theme-coresite .linkButton__27Yci {
  color: #0072cf; }

.modal-theme-coresite .linkButtonEdit__1LIqQ {
  color: #fff;
  background-color: #0072cf; }
  .modal-theme-coresite .linkButtonEdit__1LIqQ:hover {
    background-color: #038eff; }

.modal-theme-coresite .linkButtonDelete__2JiwC {
  color: #0072cf; }
  .modal-theme-coresite .linkButtonDelete__2JiwC:hover {
    color: #00569c; }

.isDraggedOver__3treJ:not(.disabled__TWOyx) {
  background: #f1f2f3; }

.disabled__TWOyx,
.isDragging__4hg2s {
  cursor: default; }
  .disabled__TWOyx:after,
  .isDragging__4hg2s:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }
  .disabled__TWOyx .linkButtons__1G7Wc,
  .isDragging__4hg2s .linkButtons__1G7Wc {
    opacity: 0 !important; }

.disabled__TWOyx {
  user-select: none; }

.dragFile__2XODY {
  padding: 12px;
  margin: 5px 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative; }

.dragFilePhoto__1iVze {
  font-size: 18px;
  color: #90979D;
  margin-right: 14px; }

.dragFileInfo__2gN76 {
  margin-right: 10px; }

.dragFileTitle__3DBJb {
  font-size: 14px;
  font-weight: bold; }

.dragFileTag__yV5ju {
  font-size: 12px;
  color: rgba(22, 39, 50, 0.55);
  margin: 0 2px; }

.deleteFileClickArea__1ELtd {
  padding: 5px;
  z-index: 1;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.deleteFile__3Xu3y {
  height: 14px;
  width: auto;
  display: block; }

body .ck__2L1Zq.ck-balloon-panel__HnyuW {
  z-index: 99999; }

.select__1p7SM {
  color: #596168; }

.container__38T3U {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.ArrangeGrid__3S_EZ {
  display: grid;
  margin-bottom: 2rem; }

.oneColumn__192Lt {
  grid-template-columns: 1fr; }

.twoColumn__2NoAL {
  grid-template-columns: 1fr 1fr; }

.threeColumn__2Nepv {
  grid-template-columns: 1fr 1fr 1fr; }

.GridItem__31ru- {
  padding: 0.5rem;
  background: #f3f3f3;
  margin: 0.25rem; }
  .GridItem__31ru- img {
    max-width: 100%; }

.NewLinkContainer__2HUmN {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.rangeInput__M8_n4 {
  cursor: ew-resize; }

.columnSliderContainer__3mIml {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-align: center;
  margin: 0 auto 24px; }

.columnSliderTitle__3AtLv {
  font-weight: 900;
  font-family: Frutiger, 'sans-serif';
  font-size: 16px; }

input[type=range].rangeInput__M8_n4 {
  -webkit-appearance: none;
  width: 100%;
  margin: 8px 0; }

input[type=range].rangeInput__M8_n4:focus {
  outline: none; }

input[type=range].rangeInput__M8_n4::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__M8_n4::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__M8_n4::-webkit-slider-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

.modal-theme-coresite input[type=range].rangeInput__M8_n4::-webkit-slider-thumb {
  background: #0072cf; }

.modal-theme-coresite input[type=range].rangeInput__M8_n4::-moz-range-thumb {
  background: #0072cf; }

input[type=range].rangeInput__M8_n4:focus::-webkit-slider-runnable-track {
  background: #e6e6e6; }

input[type=range].rangeInput__M8_n4::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__M8_n4::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__M8_n4::-moz-range-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__M8_n4::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range].rangeInput__M8_n4::-ms-fill-lower {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__M8_n4::-ms-fill-upper {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__M8_n4::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__M8_n4::-ms-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__M8_n4:focus::-ms-fill-lower {
  background: #e6e6e6; }

input[type=range].rangeInput__M8_n4:focus::-ms-fill-upper {
  background: #e6e6e6; }

body .ck__21Er-.ck-balloon-panel__281Rp {
  z-index: 99999; }

.languageVariants__2OwQi {
  margin: 2em 0; }

.languageVariantRow__29W03 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
  padding: 1em; }
  .languageVariantRow__29W03:nth-child(odd):not(.languageVariantRowHeaders__1s7j9) {
    background: #d8d8d8; }

.languageVariantRowHeaders__1s7j9 {
  font-weight: bold;
  padding-bottom: 0.5em;
  margin-bottom: 1.15em;
  border-bottom: 1px solid #d8d8d8; }

.languageVariantRowActive__39f7n {
  border-left: 5px solid #16cb67; }

.languageVariantRowActive__39f7n .languageVariantLanguage__2xmo- {
  font-weight: bold; }

.languageVariantOperations__2DTj1 {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px; }

.languageVariantOperation__1uadn {
  border: 1px solid #90979D;
  color: #90979D;
  padding: 4px 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 200ms ease-out; }
  .languageVariantOperation__1uadn:hover {
    color: white; }

.languageVariantOperationEdit__19QcJ:hover {
  background: #197da4; }

.languageVariantOperationAdd__3FTjt:hover {
  background: #16cb67; }

.languageVariantOperationDisabled__3sMZ9 {
  color: #babfc4;
  border-color: #babfc4;
  cursor: not-allowed; }
  .languageVariantOperationDisabled__3sMZ9:hover {
    background: #babfc4;
    color: #d8d8d8; }

.container__2672G {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.formArea__1xUHr {
  padding: 0.25rem; }

.field__2gjXE {
  margin-bottom: 20px; }

body .ck__2HhPW.ck-balloon-panel__MgzyN {
  z-index: 99999; }

.searchBarContainer__29ODF {
  width: 100%;
  position: relative;
  border: 1px solid #E7E7E7; }

.searchBarIcon__1zwBq {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%); }
  .searchBarIcon__1zwBq img {
    display: block; }
  .searchBarIcon__1zwBq.clickable__25UbH {
    cursor: pointer; }

.searchBarLabel__1c8GX {
  color: #a0a0a0;
  margin-top: 12px;
  padding-left: 15px;
  z-index: 1;
  font-size: 12px; }

.searchBar__PkWsf {
  width: 100%;
  font-family: "Frutiger", sans-serif;
  font-size: 16px;
  padding: 17px 40px 17px 15px;
  border: none;
  outline: none; }
  @media (min-width: 768px) {
    .searchBar__PkWsf {
      font-size: 16px; } }

body .ck__fUCU2.ck-balloon-panel__3F_6B {
  z-index: 99999; }

.overlay__18T8i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10; }

.modal__34Kh7 {
  position: relative;
  overflow: auto;
  outline: none;
  max-height: 80vh;
  background: white;
  padding: 30px;
  overflow-y: auto;
  width: 30vw;
  max-width: 965px; }

.closeButton__uv2vo {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #b5b5b5;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold;
  border: 0;
  background: none; }
  .closeButton__uv2vo:hover {
    color: #90979D; }

.heading__1adl6 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal; }

.link__RsUQb {
  padding: 1rem;
  background: #f1f2f3;
  width: 100%;
  display: block;
  text-align: center;
  color: #197da4;
  text-decoration: none;
  overflow-wrap: break-word; }

.modal-theme-coresite .link__RsUQb {
  color: #0072cf; }

body .ck__R8Cuq.ck-balloon-panel__2OXPT {
  z-index: 99999; }

.contentTypes__3Jqjj {
  display: flex;
  flex-wrap: wrap;
  min-width: 550px;
  justify-content: space-between; }

.contentType__WVfnY {
  flex: 0 0 auto;
  margin-bottom: 10px;
  width: 49%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E7E7E7;
  cursor: pointer;
  transition: all 150ms ease-out;
  color: #7E888E; }
  .contentType__WVfnY:hover {
    color: #1fa4d7;
    background: #EAF6FB; }
  .contentType__WVfnY i {
    color: #1fa4d7;
    margin: 0 20px 0 auto;
    font-weight: bold;
    font-size: 14px; }

.modal-theme-coresite .contentType__WVfnY:hover {
  color: #0072cf; }

.modal-theme-coresite .contentType__WVfnY i {
  color: #0072cf; }

.contentTypeTitle__b8uKK {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: bold;
  margin: 16px 0 18px 16px; }

.header__2M6hW {
  font-size: 24px;
  font-weight: normal;
  margin: 1em 0; }

body .ck__3N69P.ck-balloon-panel__L5ywg {
  z-index: 99999; }

.filesTitle__2MYX1 {
  margin: 0 0 10px;
  font-weight: normal; }

.filesTitleInput__ebk8_ {
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%; }

.modalContent__25KCV {
  display: flex;
  flex-wrap: wrap; }

.closeButton__3ihnm {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #d8d8d8;
  font-size: 11px;
  cursor: pointer;
  font-weight: bold; }
  .closeButton__3ihnm:hover {
    color: #90979D; }

.header__3Nq_I {
  width: 100%;
  margin: 0 0 20px 0; }

.heading__3m9O8 {
  font-size: 24px;
  font-weight: normal;
  margin: 0; }

.help__20df8 {
  color: rgba(22, 39, 50, 0.55);
  font-size: 14px; }

.section__1d1WE {
  width: 50%; }

.addFileSection__1ij7w {
  width: 50%;
  padding-right: 20px;
  border-right: 2px solid #f1f2f3; }

.arrangeFilesSection__1lZAP {
  width: 50%;
  padding-left: 20px; }

.sectionHeader__1ktyN {
  font-size: 18px;
  margin-bottom: 25px; }

.controls__2rIHU {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 20px 32px;
  background: white; }

.cancelButton__3HkNi,
.saveButton__XPkXN {
  padding: 10px 0;
  min-width: 125px;
  cursor: pointer;
  font-size: 14px;
  border: none;
  background: white; }

.cancelButton__3HkNi {
  margin-left: auto;
  color: #197da4;
  border: 1px solid #197da4;
  transition: all 150ms ease-out; }
  .cancelButton__3HkNi:hover {
    color: white;
    background: #d50f3f;
    border-color: white; }

.saveButton__XPkXN {
  margin-left: 20px;
  background: #197da4;
  color: white;
  transition: background 150ms ease-out; }
  .saveButton__XPkXN:hover {
    color: white;
    background: #16cb67; }

.optionContainer__Mmggh {
  width: 100%;
  padding-top: 15px;
  border-top: solid 1px #E7E7E7; }

body .ck__2_PWH.ck-balloon-panel__1Oxl7 {
  z-index: 99999; }

.resultsContainerOuter__3SvO- {
  position: relative;
  min-height: 145px; }
  .resultsContainerOuter__3SvO-:after {
    content: '';
    display: block;
    background: white;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1; }

.loadingOverlay__25K87 {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.resultsContainer__C279I {
  overflow-x: auto;
  background: #ffffff; }
  @media (min-width: 1280px) {
    .resultsContainer__C279I {
      overflow-x: visible; } }

.resultsTable__oLVC5 {
  width: 100%;
  padding: 1rem;
  font-size: 13px;
  border-collapse: collapse; }
  .resultsTable__oLVC5 a {
    color: #197da4;
    text-decoration: none; }

.coresite .resultsTable__oLVC5 a {
  color: #0072cf; }

.fieldHeader__9edIu {
  font-weight: bold;
  text-transform: uppercase;
  color: #90979D;
  text-align: left;
  padding: 24px 12px;
  border-bottom: 2px solid #f1f2f3; }

.fieldHeaderActive__3oUxu {
  color: #000000; }

.sortableField__3g_rh {
  cursor: pointer; }

.fieldHeaderSortASC__15_6b .chevron__1OFZ0 {
  transform: rotate(0deg); }

.fieldHeaderSortDESC__cyS4e .chevron__1OFZ0 {
  transform: rotate(180deg); }

.chevron__1OFZ0 {
  margin-left: 4px;
  transition: transform 350ms; }

.rowValues__1ZEyA {
  height: 80px; }
  .rowValues__1ZEyA:nth-child(odd) {
    background: #f7f7f7; }

.fieldValue__1lNuO {
  padding: 1rem;
  text-align: left; }
  .fieldValue__1lNuO .tableActionMenuItem__3fAh3 {
    text-decoration: none;
    text-transform: uppercase; }
    .fieldValue__1lNuO .tableActionMenuItem__3fAh3:hover .button__1JfjW {
      color: #FFFFFF;
      background: #5BB1D3; }
    .fieldValue__1lNuO .tableActionMenuItem__3fAh3 .button__1JfjW {
      padding: 0;
      display: block;
      text-align: left;
      color: #5BB1D3;
      cursor: pointer;
      font-size: 13px;
      font-weight: normal; }
      .fieldValue__1lNuO .tableActionMenuItem__3fAh3 .button__1JfjW:hover {
        color: #FFFFFF;
        background: #5BB1D3; }

.coresite .fieldValue__1lNuO .tableActionMenuItem__3fAh3:hover .button__1JfjW {
  color: #ffffff;
  background: #0072cf; }

.coresite .fieldValue__1lNuO .tableActionMenuItem__3fAh3 .button__1JfjW {
  color: #0072cf; }
  .coresite .fieldValue__1lNuO .tableActionMenuItem__3fAh3 .button__1JfjW:hover {
    color: #fff;
    background: #0072cf; }

.fieldFile__2MXQT {
  color: #90979D;
  font-size: 18px; }

.fieldHeaderFile__27tT-, .fieldFile__2MXQT {
  width: 120px;
  padding-right: 0; }

.fieldHeaderName__2cvtX, .fieldName__1WEL7 {
  min-width: 80px; }
  @media (min-width: 1024px) {
    .fieldHeaderName__2cvtX, .fieldName__1WEL7 {
      width: 140px; } }
  @media (min-width: 1280px) {
    .fieldHeaderName__2cvtX, .fieldName__1WEL7 {
      width: 200px; } }

.fieldHeaderDate__qB49b, .fieldDate__kGkC5 {
  width: 125px; }

.fieldHeaderAction__1bguD, .fieldAction__3eJjx {
  width: 70px; }

.fieldHeaderTraining__1Kkww, .fieldTraining__2baJd {
  min-width: 150px; }

.noResults__1lacH {
  width: 100%;
  height: 100px;
  padding: 2rem;
  text-align: center; }

body .ck__8uAAC.ck-balloon-panel__3em4_ {
  z-index: 99999; }

.container__1yzx6 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 48px; }
  @media (min-width: 768px) {
    .container__1yzx6 {
      flex-wrap: nowrap; } }
  @media (min-width: 1800px) {
    .container__1yzx6 {
      padding: 48px 0; } }

.left__13TQw {
  width: 100%; }
  @media (min-width: 768px) {
    .left__13TQw {
      width: 35%; } }

.right__-cSS1 {
  width: 100%; }
  @media (min-width: 768px) {
    .right__-cSS1 {
      width: 65%; } }

.statusCode__DVgVC {
  color: #197da4;
  font-size: 6rem;
  margin: 0; }
  @media (min-width: 768px) {
    .statusCode__DVgVC {
      font-size: 12rem;
      line-height: 12rem; } }

.message__3xPt6 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem; }
  @media (min-width: 768px) {
    .message__3xPt6 {
      font-size: 1.5rem; } }

.button__3v6Pc {
  cursor: pointer;
  background-color: #ffffff;
  color: #d50f3f;
  border: 1px solid #d50f3f;
  padding: 1rem 2rem;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }
  .button__3v6Pc:focus {
    outline: 0; }

.image__v-i_S {
  max-width: 100%;
  display: none;
  padding: 1rem; }
  @media (min-width: 768px) {
    .image__v-i_S {
      display: block; } }

.coresite .statusCode__DVgVC {
  color: #0072cf; }

.coresite .button__3v6Pc {
  color: #0072cf;
  border: 1px solid #0072cf; }

body .ck__5xo7g.ck-balloon-panel__3JrPJ {
  z-index: 99999; }

.container__1ryzW {
  cursor: pointer;
  background-color: #ffffff;
  font-size: 12px;
  color: #197da4;
  font-weight: bold;
  padding: 6px 0;
  background: 0;
  display: inline-block;
  min-width: 88px;
  text-align: left; }
  .container__1ryzW:focus {
    outline: 0; }
  .container__1ryzW:hover {
    color: #d50f3f; }
    .container__1ryzW:hover * {
      color: #d50f3f; }

.coresite .container__1ryzW {
  color: #0072cf; }
  .coresite .container__1ryzW:hover {
    color: #0072cf; }
    .coresite .container__1ryzW:hover * {
      color: #0072cf; }

body .ck__2xzC9.ck-balloon-panel__2f_Zv {
  z-index: 99999; }

/* The switch - the box around the slider */
.switch__2hq2P {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px; }

/* Hide default HTML checkbox */
.switch__2hq2P input {
  opacity: 0;
  width: 0;
  height: 0; }

/* The slider */
.slider__3Cjz2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s; }

.slider__3Cjz2:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s; }

input:checked + .slider__3Cjz2 {
  background-color: #197da4; }

input:focus + .slider__3Cjz2 {
  box-shadow: 0 0 1px #197da4; }

.coresite input:checked + .slider__3Cjz2,
.modal-theme-coresite input:checked + .slider__3Cjz2 {
  background-color: #0072cf; }

.coresite input:focus + .slider__3Cjz2,
.modal-theme-coresite input:focus + .slider__3Cjz2 {
  box-shadow: 0 0 1px #0072cf; }

input:checked + .slider__3Cjz2:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

/* Rounded sliders */
.slider__3Cjz2.round__1Mi1n {
  border-radius: 34px; }

.slider__3Cjz2.round__1Mi1n:before {
  border-radius: 50%; }

body .ck__2djJG.ck-balloon-panel__1LtIq {
  z-index: 99999; }

.DraggableLink__2_FVk {
  padding: 1rem;
  height: 100%; }

.dropArea__8xMkh {
  position: relative;
  background: white;
  transition: 200ms ease-out;
  border: 1px solid #f3f3f3;
  height: 100%; }
  .dropArea__8xMkh:hover .linkButtons__Fu_Ir {
    opacity: 1; }

.linkButtons__Fu_Ir {
  opacity: 0;
  position: absolute;
  top: -1.5rem;
  right: -0.5rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 40px;
  transition: all 0.25s ease-in-out; }

.linkButton__2zI-9 {
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  border: 0;
  margin-right: 0.25rem;
  font-weight: bold;
  color: #197da4;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out; }
  .linkButton__2zI-9:last-child {
    margin-right: 0; }

.linkButtonEdit__3wBbj {
  color: #fff;
  background-color: #197da4; }
  .linkButtonEdit__3wBbj:hover {
    background-color: #209fd0; }

.linkButtonDelete___vZgJ {
  color: #d50f3f; }
  .linkButtonDelete___vZgJ:hover {
    color: #a50c31; }

.modal-theme-coresite .linkButton__2zI-9 {
  color: #0072cf; }

.modal-theme-coresite .linkButtonEdit__3wBbj {
  color: #fff;
  background-color: #0072cf; }
  .modal-theme-coresite .linkButtonEdit__3wBbj:hover {
    background-color: #038eff; }

.modal-theme-coresite .linkButtonDelete___vZgJ {
  color: #0072cf; }
  .modal-theme-coresite .linkButtonDelete___vZgJ:hover {
    color: #00569c; }

.isDraggedOver__gh1Wf:not(.disabled__2f85A) {
  background: #f1f2f3; }

.disabled__2f85A,
.isDragging__5fUoP {
  cursor: default; }
  .disabled__2f85A:after,
  .isDragging__5fUoP:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0.6; }
  .disabled__2f85A .linkButtons__Fu_Ir,
  .isDragging__5fUoP .linkButtons__Fu_Ir {
    opacity: 0 !important; }

.disabled__2f85A {
  user-select: none; }

.dragFile__3qwLl {
  padding: 12px;
  margin: 5px 0;
  border-top: 1px solid #f1f2f3;
  border-bottom: 1px solid #f1f2f3;
  cursor: grab;
  display: flex;
  align-items: center;
  position: relative; }

.dragFilePhoto__3lKYd {
  font-size: 18px;
  color: #90979D;
  margin-right: 14px; }

.dragFileInfo__3rh0i {
  margin-right: 10px; }

.dragFileTitle__2gPmh {
  font-size: 14px;
  font-weight: bold; }

.dragFileTag__2FYqA {
  font-size: 12px;
  color: rgba(22, 39, 50, 0.55);
  margin: 0 2px; }

.deleteFileClickArea__2FCCc {
  padding: 5px;
  z-index: 1;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  margin-right: 10px; }

.deleteFile__rNO_n {
  height: 14px;
  width: auto;
  display: block; }

body .ck__vlsam.ck-balloon-panel__oiPPK {
  z-index: 99999; }

.container__5jMkH {
  display: flex;
  align-items: center;
  background: white;
  margin: 24px;
  position: relative;
  min-height: 40px;
  flex-direction: column; }
  @media (min-width: 1024px) {
    .container__5jMkH {
      flex-direction: row;
      min-height: 75px;
      margin-right: 0; } }
  @media (min-width: 1280px) {
    .container__5jMkH {
      margin: 24px 0; } }

.container__5jMkH .edit-node-modal-button {
  position: absolute;
  top: 4px;
  right: 8px;
  background: #5E666D;
  color: white;
  text-transform: uppercase;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 11px; }

.imageContainer__20Cw- {
  flex: 0 0 25%;
  margin: 24px; }
  @media (min-width: 1024px) {
    .imageContainer__20Cw- {
      margin-bottom: 0;
      margin-top: 0; } }

.image__2Tx7d {
  width: 100%;
  height: auto;
  display: block; }

.body__25S8k {
  word-wrap: break-word;
  color: #69737b; }
  @media (min-width: 1024px) {
    .body__25S8k {
      flex: 1 0 50px;
      margin: 0 24px; } }

.link__1VM5F {
  flex: 0 0 15%;
  color: white;
  margin: 24px 16px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .link__1VM5F span {
    padding: 8px 16px;
    background: #d50f3f; }

.loading__2GkCx .body__25S8k {
  width: 100%;
  background: #f1f2f3;
  height: 1em;
  margin: 1em; }

.loading__2GkCx .link__1VM5F {
  background: #f1f2f3; }

.emergencyAlert__3qYrn {
  border: 2px solid #d50f3f; }
  .emergencyAlert__3qYrn .imageContainer__20Cw- {
    flex: 0 1 10%; }
  .emergencyAlert__3qYrn .body__25S8k {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .emergencyAlert__3qYrn .emergencyImage__2aD7k {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto; }

.coresite .link__1VM5F,
.modal-theme-coresite .link__1VM5F {
  color: #ffffff; }
  .coresite .link__1VM5F span,
  .modal-theme-coresite .link__1VM5F span {
    padding: 8px 16px;
    background: #0072cf; }

.coresite .emergencyAlert__3qYrn,
.modal-theme-coresite .emergencyAlert__3qYrn {
  border: 2px solid #0072cf; }

body .ck__Aijva.ck-balloon-panel__bHoi8 {
  z-index: 99999; }

.overlay__7PJDm {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 10; }

.modal__3uGqQ {
  border: 1px solid #cccccc;
  background: white;
  color: #162732;
  overflow: auto;
  outline: none;
  position: relative;
  padding: 30px;
  max-height: 90vh;
  overflow-y: auto; }
  @media (min-width: 1024px) {
    .modal__3uGqQ {
      width: 30vw; } }

.closeButton__1AyOw {
  cursor: pointer;
  background-color: #ffffff;
  position: absolute;
  right: 25px;
  top: 18px;
  cursor: pointer;
  padding: 5px; }
  .closeButton__1AyOw:focus {
    outline: 0; }

.mainContent__ZmIsa {
  text-align: center; }

.message__1vrQT {
  font-size: 1rem;
  font-weight: normal; }

.loading__3MIjp {
  color: #afafaf;
  background: #d0d0d0; }

body .ck__6GwS0.ck-balloon-panel__BDabb {
  z-index: 99999; }

.searchBarContainer__nshR3 {
  margin-bottom: 15px; }

.pagerContainer__3sdI8 {
  padding: 24px 0;
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .pagerContainer__3sdI8:after {
    content: '';
    display: block;
    background: white;
    width: 200vw;
    height: 100%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: -1; }

.container__33ZD9 {
  height: 60vh;
  overflow: auto;
  margin-bottom: 2rem;
  width: 100%; }

.ArrangeGrid__2rC-v {
  display: grid;
  margin-bottom: 2rem; }

.oneColumn__GTY-i {
  grid-template-columns: 1fr; }

.twoColumn__2Wben {
  grid-template-columns: 1fr 1fr; }

.threeColumn__2y6ty {
  grid-template-columns: 1fr 1fr 1fr; }

.GridItem__3eh9u {
  padding: 0.5rem;
  background: #f3f3f3;
  margin: 0.25rem; }
  .GridItem__3eh9u img {
    max-width: 100%; }

.NewLinkContainer__1nNTl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }

.rangeInput__1UrdE {
  cursor: ew-resize; }

.columnSliderContainer__2K49E {
  display: flex;
  flex-direction: column;
  width: 33%;
  text-align: center;
  margin: 0 auto 24px; }

.columnSliderTitle__2Pdf0 {
  font-weight: 900;
  font-family: Frutiger, 'sans-serif';
  font-size: 16px; }

input[type=range].rangeInput__1UrdE {
  -webkit-appearance: none;
  width: 100%;
  margin: 8px 0; }

input[type=range].rangeInput__1UrdE:focus {
  outline: none; }

input[type=range].rangeInput__1UrdE::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__1UrdE::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__1UrdE::-webkit-slider-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

.modal-theme-coresite input[type=range].rangeInput__1UrdE::-webkit-slider-thumb {
  background: #0072cf; }

.modal-theme-coresite input[type=range].rangeInput__1UrdE::-moz-range-thumb {
  background: #0072cf; }

input[type=range].rangeInput__1UrdE:focus::-webkit-slider-runnable-track {
  background: #e6e6e6; }

input[type=range].rangeInput__1UrdE::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 25px; }

input[type=range].rangeInput__1UrdE::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__1UrdE::-moz-range-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__1UrdE::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range].rangeInput__1UrdE::-ms-fill-lower {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__1UrdE::-ms-fill-upper {
  background: #e6e6e6;
  border-radius: 50px; }

input[type=range].rangeInput__1UrdE::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #1fa4d7;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
  transition: all 0.1s ease-out; }
  input[type=range].rangeInput__1UrdE::-ms-thumb:hover {
    height: 22px;
    width: 22px;
    margin-top: -9px; }

input[type=range].rangeInput__1UrdE:focus::-ms-fill-lower {
  background: #e6e6e6; }

input[type=range].rangeInput__1UrdE:focus::-ms-fill-upper {
  background: #e6e6e6; }

body .ck__2SuZv.ck-balloon-panel__2YkiW {
  z-index: 99999; }

.overlay__OYKkk {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 10; }

.modal__36gOz {
  border: 1px solid #cccccc;
  background: white;
  color: #162732;
  outline: none;
  position: relative;
  padding: 0 30px 30px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1024px) {
    .modal__36gOz {
      width: 70vw; } }

.modal__36gOz.nodeModal__1cDYc {
  height: 90vh; }

.closeButton__3zrsh {
  position: absolute;
  right: 25px;
  top: 18px;
  cursor: pointer;
  padding: 5px; }

.title__2wuIT {
  font-size: 24px;
  margin: 0 0 0.8em 0; }

body .ck__214F7.ck-balloon-panel__2CnAC {
  z-index: 99999; }

.container__Ofb6W {
  display: flex;
  background: white;
  margin: 24px;
  position: relative;
  min-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch; }
  @media (min-width: 1024px) {
    .container__Ofb6W {
      min-height: 75px;
      margin-right: 0;
      flex-direction: row; } }
  @media (min-width: 1280px) {
    .container__Ofb6W {
      margin: 24px 0; } }

.container__Ofb6W .edit-node-modal-button {
  position: absolute;
  top: 4px;
  right: 8px;
  background: #5E666D;
  color: white;
  text-transform: uppercase;
  padding: 4px 6px;
  cursor: pointer;
  font-size: 11px; }

.imageContainer__3zvGE {
  flex: 0 0 25%;
  width: 100%;
  display: block; }

.image__JT6mA {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }

.body__HosF- {
  word-wrap: break-word;
  margin: 24px;
  color: #69737b; }
  @media (min-width: 1024px) {
    .body__HosF- {
      flex: 1 0 50px;
      margin: 0 24px;
      align-self: center; } }

.link__24udv {
  flex: 0 0 15%;
  color: white;
  margin: 24px 16px;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .link__24udv span {
    padding: 8px 16px;
    background: #d50f3f; }

.loading__2IE-j .body__HosF- {
  width: 100%;
  background: #f1f2f3;
  height: 1em;
  margin: 1em; }

.loading__2IE-j .link__24udv {
  background: #f1f2f3; }

.emergencyAlert__1k-_8 {
  border: 2px solid #d50f3f; }
  .emergencyAlert__1k-_8 .imageContainer__3zvGE {
    flex: 0 1 10%; }
  .emergencyAlert__1k-_8 .body__HosF- {
    margin-left: 0; }
  .emergencyAlert__1k-_8 .emergencyImage__K3XYo {
    display: block;
    width: 40px;
    height: auto;
    margin: 0 auto; }

.coresite .link__24udv,
.modal-theme-coresite .link__24udv {
  color: #ffffff; }
  .coresite .link__24udv span,
  .modal-theme-coresite .link__24udv span {
    padding: 8px 16px;
    background: #0072cf; }

.coresite .emergencyAlert__1k-_8,
.modal-theme-coresite .emergencyAlert__1k-_8 {
  border: 2px solid #0072cf; }

body .ck__1qUm8.ck-balloon-panel__2Fcvl {
  z-index: 99999; }

.container__2y4Av {
  background-color: #69737b;
  color: white;
  overflow: hidden;
  padding: 12px 24px; }
  @media print {
    .container__2y4Av {
      display: none; } }

.containerInner__1V8wS {
  text-align: center; }
  @media (min-width: 1024px) {
    .containerInner__1V8wS {
      text-align: right; } }

.navLinksContainer__RUjUg {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem; }
  @media (min-width: 1024px) {
    .navLinksContainer__RUjUg {
      margin-bottom: 0; } }

.navLink__3fC6z {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px; }
  @media (min-width: 1024px) {
    .navLink__3fC6z {
      font-size: 1rem;
      margin-bottom: 0;
      margin-right: 2rem; } }
  .navLink__3fC6z:last-child {
    margin-right: 0; }
  .navLink__3fC6z a {
    text-decoration: none;
    color: #ffffff; }

.copyright__jO9qT {
  display: block;
  font-size: 12px; }
  @media (min-width: 1024px) {
    .copyright__jO9qT {
      font-size: 1rem; } }

.coresite .container__2y4Av {
  background-color: #616265; }

body .ck__sY8DQ.ck-balloon-panel__2m_Wc {
  z-index: 99999; }

.container__1jYwc {
  display: flex;
  align-items: center; }

.searchInput__3my-t {
  display: none;
  outline: none;
  padding: 12px 18px;
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border: none;
  border-bottom: 2px solid #69737b; }
  @media (min-width: 1024px) {
    .searchInput__3my-t {
      padding: 10px 4px; } }

.searchButton__3cE4n {
  cursor: pointer; }

.isOpen__1rsCn .searchInput__3my-t {
  display: block; }

.isOpen__1rsCn .searchButton__3cE4n {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%); }
  @media (min-width: 1024px) {
    .isOpen__1rsCn .searchButton__3cE4n {
      right: 4px; } }

body .ck__2YCkL.ck-balloon-panel__GWEhY {
  z-index: 99999; }

@media (min-width: 1024px) {
  .container__Kr3_C {
    padding-right: 32px; } }

.loadingOverlay__2ZxYx {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001; }

.user__gFitN {
  display: flex;
  justify-content: flex-end; }

.welcome__Gvloy {
  font-weight: bold;
  font-size: 11px;
  color: lightgrey; }

.userText__RIzaS {
  display: none; }
  @media (min-width: 1024px) {
    .userText__RIzaS {
      display: block;
      text-align: right;
      margin-right: 10px;
      cursor: pointer; } }

.imageContainer__23frr {
  width: 36px;
  cursor: pointer; }
  .imageContainer__23frr .image__3rXp_ {
    width: 36px;
    height: 36px;
    object-fit: cover;
    display: block;
    border-radius: 50%; }

.selectors__TMpmr {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 0; }

.selector__o-pSD {
  display: inline-block;
  margin-left: 10px; }

body .ck__2wyAx.ck-balloon-panel__11cnh {
  z-index: 99999; }

.container__GSLqN {
  width: 100%;
  padding: 0.25em 30px 0.1em 30px;
  background: #5E666D;
  display: none;
  align-items: center;
  color: #162732; }
  @media (min-width: 500px) {
    .container__GSLqN {
      display: flex; } }

@media print {
  .container__GSLqN {
    display: none; } }

.logo__1VQKv {
  display: flex;
  align-items: center; }
  .logo__1VQKv img {
    width: 40px;
    height: auto;
    margin-right: 16px; }

.coresiteLogo__1a23S img {
  width: 30px; }

.dropdownContents__4BV3_ {
  position: absolute;
  display: none;
  background: white;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 225px;
  border-top: 4px solid #197da4;
  box-shadow: 0px 4px 4px 0px #000000 25%; }

.coresite .dropdownContents__4BV3_ {
  border-top: 4px solid #0072cf; }

.dropdownContents__4BV3_ li {
  color: black;
  cursor: pointer;
  transition: color 200ms;
  display: flex;
  align-items: center;
  padding: 16px 16px 10px 16px; }
  .dropdownContents__4BV3_ li a {
    color: black;
    text-decoration: none;
    outline: none; }
  .dropdownContents__4BV3_ li:hover {
    background: #E4E5E6; }

.dropdownContainer__2aKDw {
  margin: 0 25px;
  padding: 0.15em 0;
  position: relative;
  font-size: 1.2em; }
  .dropdownContainer__2aKDw:first-child {
    margin-right: 50px; }
  .dropdownContainer__2aKDw:hover .dropdownContents__4BV3_ {
    display: block; }

.dropdownLabel__2NZVB {
  color: white;
  display: block;
  cursor: pointer;
  padding: 0.5em 0; }

.coresite .container__GSLqN {
  background: #616265; }

.coresite .dropdownContainer__2aKDw a.dropdownLabel__2NZVB {
  color: #ffffff; }

.coresite .dropdownContainer__2aKDw .dropdownContents__4BV3_ a {
  color: #000000; }

body .ck__fm4mk.ck-balloon-panel__3XegT {
  z-index: 99999; }

.headerContainer__dYmHo {
  width: 100%;
  padding: 12px;
  background-color: white;
  position: relative; }
  @media (min-width: 1024px) {
    .headerContainer__dYmHo {
      display: flex;
      align-items: center; } }
  @media (min-width: 1800px) {
    .headerContainer__dYmHo {
      min-height: 120px; } }

@media print {
  .headerContainer__dYmHo {
    display: none; } }

.header__ZVwhY {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .header__ZVwhY {
      max-width: 100%; } }
  @media (min-width: 1800px) {
    .header__ZVwhY {
      max-width: 960px; } }

.logo__b1Ry7, .openLogo__1La2w, .closedLogo__Iy-oQ {
  width: 64px;
  top: 0.5rem;
  left: 0.5rem; }

@media (min-width: 1024px) {
  .openLogo__1La2w {
    position: relative;
    top: auto;
    left: auto;
    width: 100%; } }

@media (min-width: 1024px) {
  .closedLogo__Iy-oQ {
    position: relative;
    top: auto;
    left: auto; } }

.coresiteLogo__1E1F_ {
  width: 44px; }

.logoContainer__1V2Bg, .logoContainerOpen__2LMMu {
  flex: 0 0 auto;
  align-items: center;
  margin: 0 16px; }
  @media (min-width: 1024px) {
    .logoContainer__1V2Bg, .logoContainerOpen__2LMMu {
      flex: 0 0 auto; } }
  @media (min-width: 1280px) {
    .logoContainer__1V2Bg, .logoContainerOpen__2LMMu {
      margin-right: 2.75em; } }
  @media (min-width: 1800px) {
    .logoContainer__1V2Bg, .logoContainerOpen__2LMMu {
      margin-left: 0; } }

.logoContainerOpen__2LMMu {
  z-index: 12; }

.openNav__XHEvo {
  display: block;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  padding: 3rem 2rem;
  padding-top: 5.5rem;
  margin: 0;
  z-index: 11; }

.closedNav__3dSc- {
  display: none; }

@media (min-width: 1024px) {
  .headerNav__1xj0J {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    list-style: none;
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    margin: 0;
    padding: 0 3% 0 0; } }

.headerNav__1xj0J li {
  margin-bottom: 1.25rem;
  list-style: none; }
  .headerNav__1xj0J li:last-child {
    margin-bottom: 0; }
  .headerNav__1xj0J li:not(:first-child) {
    margin-right: 10px; }
  .headerNav__1xj0J li a {
    text-decoration: none;
    color: #6a747c;
    border-bottom: 2px solid white;
    transition: border 200ms ease-in;
    padding: 0 3px 6px 3px; }
    .headerNav__1xj0J li a:hover {
      border-bottom: 2px solid #d50f3f; }
  @media (min-width: 1024px) {
    .headerNav__1xj0J li {
      margin-bottom: 0; } }

.mobileSearchContainer__3dM3l {
  margin: 0 16px 0 auto; }
  @media (min-width: 1024px) {
    .mobileSearchContainer__3dM3l {
      display: none; } }

.desktopSearchContainer__10mlk {
  display: none; }
  @media (min-width: 1024px) {
    .desktopSearchContainer__10mlk {
      display: block;
      min-height: 23px; } }

.userContainer__3Olif {
  flex: 0 1 auto; }
  @media (min-width: 1024px) {
    .userContainer__3Olif {
      flex-basis: 340px; } }
  @media (min-width: 1800px) {
    .userContainer__3Olif {
      position: absolute;
      top: 1em;
      right: 2em; } }

.navbarToggle__1-DJs, .navbarToggleOpen__VWvgG {
  left: 4rem;
  top: 1.25rem;
  background: none;
  border: 0;
  width: 38px; }
  .navbarToggle__1-DJs:focus, .navbarToggleOpen__VWvgG:focus {
    outline: 0; }
  @media (min-width: 1024px) {
    .navbarToggle__1-DJs, .navbarToggleOpen__VWvgG {
      display: none; } }

.navbarToggleOpen__VWvgG {
  left: auto;
  right: 1rem;
  z-index: 12; }

.coresite .headerNav__1xj0J li a {
  color: #616265; }
  .coresite .headerNav__1xj0J li a:hover {
    border-bottom: 2px solid #0072cf; }

body .ck__TnVbx.ck-balloon-panel__mk2A6 {
  z-index: 99999; }

.subheaderContainer__2gr4M {
  width: 100%;
  background-color: #197da4;
  color: white; }
  @media print {
    .subheaderContainer__2gr4M {
      display: none; } }

.subheader__27gPa {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 32px; }
  @media (min-width: 1024px) {
    .subheader__27gPa {
      max-width: 100%; } }
  @media (min-width: 1800px) {
    .subheader__27gPa {
      max-width: 960px;
      padding: 0; } }

.title__1Kpx3 {
  font-weight: normal;
  line-height: 1;
  margin: 1em 0 0.5em 0; }

.moreLink__1YlLy a {
  color: white;
  text-decoration: none; }

