@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap');
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

html {
  height: 100%;
}

body,
html {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  background: #F3F1EA;
  color: #444444;
}

input::placeholder {
font-style:italic;
font-color:silver;
font-size:0.75rem;
}
textarea::placeholder {
font-style:italic;
font-color:silver;
font-size:0.75rem;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #3bbeb4 !important;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.text-dark{
  color: #444444 !important;
}
.material-icons.text-grey,.material-icons-outlined.text-grey{
  color: #BBB9BA !important;
}
.material-icons.text-secondary{
  color: #666666 !important;
}
.material-icons.text-white{
  color: #FFFFFF !important;
}
.material-icons.text-white-hover:hover{
  color: #FFFFFF !important;
}
.btn-outline-secondary:hover .material-icons.text-white-hover{
  color: #FFFFFF !important;
}

.btn-combo-radio{
  border-radius:8px;
  border: 1px solid #CFD4D8;
}
.btn-combo-radio:hover{
  background-color: #F6FBFB !important;
}
.btn-combo-radio.selected{
  border-color: #3BBEB5 !important;
}
.text-ellipsis{text-overflow: ellipsis !important;}
.sm-icon.material-icons-outlined{font-size: 16px;}
/* Titles */

h1.main_title {
  color: #444444;
  font-family: 'Open Sans', serif;
}
a.help-popover-icon:focus,a.help-popover-icon:hover{
  color: #3bbeb4 !important;
}

.font-small{font-size: 13px !important;}
.font-medium{font-size: 16px !important;}
.font-large{font-size: 20px !important;}

.font-weight-semibold {
  font-weight: 600 !important;
}
/*Bootstrap overrides*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: rgb(120, 127, 133);
  /* text-transform: uppercase;
*/
  /*font-family: "Exo 2";
*/
}

li.checkmark{list-style: none;}
li.checkmark:before{
  content: '\2713\0020';
}
.card-title {
  font-size: 1.2em;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #444;
}

.page-title {
  font-weight: 500;
  margin: 0 0 1.4rem 0;
  color: #353b40;
}


.img-fit{width: fit-content;height: fit-content;max-width: 100%;max-height: 100%;object-fit: contain;}
.img-cover{width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: cover;}

.h2,
h2 {
  font-size: 2rem;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 .5rem 0;
}

.container-fluid {
  padding: 1.4rem 2.8rem 2.8rem 2.8rem;
}

#home #content {
  margin: 0 auto;
  max-width: none;
}

#home .container-fluid {
  padding: 0 15px;
}

.border-dark-thick{border: 3px solid #444 !important;}
.border-bottom-dark-thick{border-bottom: 3px solid #444 !important;}
.border-top-dark-thick{border-top: 3px solid #444 !important;}
.border-left-dark-thick{border-left: 3px solid #444 !important;}
.border-right-dark-thick{border-right: 3px solid #444 !important;}


.modal-xxl{max-width: 90% !important;}

/**** CARDS ****/

.card {
  border: 0;
  padding: 1rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.card-text {
  color: #666666;
}

.category-card-container {
  padding-bottom: 1.8rem!important;
}

.card.principle-card {
  min-height: 250px;
}


.card-body {
  border: none;
}

/********/
.TemplatePreviewImage {
  max-width: 300px;
}
/********/
.text-underline{text-decoration: underline !important;}

/**** BUTTONS ****/

.btn {
  font-weight: 500;
  outline: 0;
  border: 0px;
}

.btn.disabled,
.btn:disabled {
  opacity: .4;
}

.btn-primary,
.btn-primary:hover, 
.btn-primary.hover {
  background-color: #7fb942;
  color: #fff;
} 

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7fb942;
}

.btn-secondary,
.btn-secondary:hover, 
.btn-secondary.hover {
  color: #fff;
  background-color: #3bbeb4;
}

.btn-outline-primary {
  color: ;
  border: 1px solid #aaa !important;
}

.btn-outline-primary:hover,
.btn-outline-primary.hover {
  color: #fff;
  background-color: rgba(127, 185, 66, 0.7) !important;
}

.btn-outline-secondary {
    border: 1px solid #aaa !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary.hover {
  color: #fff;
  background-color: rgba(59, 190, 180, 0.7) !important;
}

.btn-outline-tertiary {
    border: 1px solid #aaa !important;
}

.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #666666 !important;
  border: 1px solid #666666 !important;
}


.btn-warning,
.btn-warning:hover,
.btn-warning.hover {
  background-color: #fcb315;
}

.btn-danger,  
.btn-danger:hover, 
.btn-danger.hover {
  background-color: #FC2B15;
}

.btn-info,
.btn-info:hover, 
.btn-info.hover  {
    background-color: #3bbeb4;
}

.btn[type="submit search"] {
  height: 57px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.btn-no-link{}
.btn-no-link:hover{
  color:  #007bff;
}

.no-link,.no-link:hover{text-decoration: none;}

/* sets hover state for all buttons via shadow */
.btn:hover, .btn.hover {
  box-shadow: inset 10000px 0 0 rgba(0, 0, 0, 0.2)!important;
  -webkit-box-shadow: inset 10000px 0 0 rgba(0, 0, 0, 0.2)!important;
}

/*More Options*/
.MoreOptionsBtn.collapsed .MoreOptionsToggle{transform: rotate(0deg);}
.MoreOptionsBtn .MoreOptionsToggle{transform: rotate(180deg);}

/******/


/* Navigation */

.sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #F6F9FB;
  position: relative;
  order: 0;
  border-right: 1px solid #ccc;
  /* top: 65px;
*/
}

.mobile-menu {
  display: none;
}

.sidebar-scroll-container {
  position: fixed;
  width: 250px;
  background-color: #ffffff;
  height: calc(100% - 61px);
  border-right: 1px solid #dfe4e8;
  overflow: auto;
}

.sidebar .components {
  margin: 1rem 0 2rem .5rem;
  /* background-color: white;
*/
}

.sidebar .components li {
  /* padding: 8px 0 14px;
*/
  border-left: 4px solid transparent;
}

.sidebar .components li a {
  font-size: .9rem;
  color: #53575d;
  text-decoration: none;
  padding: 1rem 1rem;
  vertical-align: middle;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.sidebar .components li a span {
  margin: 0 8px 0 0;
}


/*#sidebar .components li.active{
border-left: 4px solid #2E80FB;
}
*/

.sidebar .components li.active a {
  color: #6dccde;
}

.sidebar .components li.blank {
  padding: 0;
  height: 1rem;
}

.sidebar .components li.sub {
  padding: 8px 0 11px 11px;
  margin-left: 28px;
  border-left: 3px solid #3f4e52;
}

.sidebar .components li.sub a {
  color: #d7e3e6;
  text-decoration: none;
  padding: 0.5rem 0.8rem;
  font-size: .88rem;
}

.line-wrapper {
  /* padding: 2rem;
*/
  position: absolute;
  width: 22px;
  height: 12px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.wrapper {
  display: flex;
}

#content {
  position: relative;
  /* max-width:1280px;
*/
  order: 1;
}

@media (max-width: 1024px) {
  .wrapper {
    flex-direction: column;
  }
}

.sub_container {
  margin-bottom: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.example_image_container {
  box-shadow: 0px 8px 10px rgba(0, 0, 0, .05);
  border: 1px solid #E3E5E8
}

.example_image_container img {
  margin-bottom: 3rem!important;
  object-fit: cover;
  position: absolute;
  height: 28vw;
  width: 100%;
}


/* HEAD */

.header {
  display: flex;
  align-items: center;
  padding: 2.3rem 1rem 0.8rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(83, 93, 96, 0.1);
  flex-direction: column;
  /* background: #363f46;
*/
}

.logo-text {
  /* display: flex;
*/
  flex-direction: column;
  line-height: 1rem;
  color: #444;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 0 0.5rem;
  padding: 17px 0px;
}

.logo-text span:nth-child(2) {
  color: #fcb315;
  position: relative;
}

.navbar-brand .logo-container {
  display: flex;
  align-items: center;
  background: url(../images/logo.svg) #6ecbde no-repeat;
  background-size: 45px 45px;
  display: block;
  width: 51px;
  height: 50px;
  background-position: center;
  box-shadow: 20px 0 28px rgba(0, 0, 0, .2);
  display: none;
}

.navbar-brand {
  /* display:flex;
*/
  align-items: center;
  width: 188px;
  border-right: 1px solid #ccc;
  margin: 0;
}

.logo {
  width: 2.28rem;
  height: 2.28rem;
  margin: 0 auto 0 auto;
  border-radius: 2px;
  background: #2E80FB;
  position: relative;
  display: block;
  text-align: center;
}

.row.icon-title {
  margin-top: 1rem;
}

 .navbar-nav .nav-link {color: inherit;}
 .navbar-nav .nav-link:focus,  .navbar-nav .nav-link:hover,  .navbar-nav .nav-link:hover span{
  color: rgb(120,120,120);
}

 .navbar-nav .active > .nav-link,  .navbar-nav .nav-link.active,  .navbar-nav .nav-link.show,  .navbar-nav .show > .nav-link {
    color: #rgb(68, 68, 68);
}

/*Login Page*/

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
  height: 100%;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-control {
  display: block;
  width: 100%;
}

.media img {
  background-color: #cccccc;
  height: 40px !important;
}

.media-lrg {
  display: block;
  width: 10rem;
  height: 10rem;
  border-radius: 100px;
  background: #d7e0e2;
  display: flex;
}
/*
.nav-link.active {
  color: #6dccde;
  border-radius: 0;
  font-weight: 500;
  border-bottom: 4px solid #6dccde;
}

.nav-link:hover {
  background-color: #6dccde;
  color: #ffffff;
  border-radius: 4px;
}

.nav-link {
  color: #2f3336;
  border-radius: 4px;
  margin: 0 8px 0 0;
  padding: 8px;
}*/


nav.navbar.navbar-expand-lg.navbar-light.bg-white {
  /* border-bottom: 1px solid #e1e2e6;
*/
  box-shadow: 0 6px 6px -3px rgba(39, 44, 51, .1), 0 10px 14px 1px rgba(39, 44, 51, .04), 0 4px 18px 3px rgba(39, 44, 51, .02);
}

.aqflow-layout-main {
  /* display:flex;
*/
  padding-top: 59px;
}

 .navbar-search,
.search-form--black {
  background-color: transparent;
  height: 57px;
  width: 100%;
}

.search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #edf0f2;
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #cfd7dc;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.search-form .form-control,
.search-form .form-control:focus {
  border-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.search-form .form-control {
  background-color: transparent;
  height: 100%;
  width: 50%;
  transition: all ease .25s;
  color: #ffffff;
}

.search-form .form-control:focus {
  background-color: #272c33;
  width: calc(100% - 4rem);
  min-width: 0;
  max-width: 100%;
}

.input-group-flex{
  height: calc(1.5em + .75rem + 2px);
}

/* Rules for sizing the icon. */
.ListPill{
  background-color: #F8F9FA;
  color: #444444;
  border-radius: 1rem;
  box-sizing: border-box;
  display: inline-block;
  padding: .25rem 1rem;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-right: 8px;
  margin-bottom: 8px;
}

.material-icons-outlined {
  color: #3bbeb4;
}

.MenuItemSelected .material-icons-outlined {
  color: #ffffff;
}

.nav-link.material-icons-outlined {
  color: #444 !important;
}
.nav-link.material-icons-outlined:hover,
.nav-link.material-icons-outlined:focus {
  color: #666 !important;
}

.material-icons-outlined.md-18,
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons-outlined.md-24,
.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36,
.material-icons-outlined.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}


/* Rules for using icons as black on a light background. */

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}


/* Rules for using icons as white on a dark background. */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons-outlined.search {
  color: white;
  align-items: center;
  display: flex;
}

.navbar {
  justify-content: normal;
  padding: 0;
  background-color: #FFF !important;
}
#content .navbar {
/*  border-bottom: 1px solid #ccc;*/
  border-radius: 20px;
  margin-bottom: 35px;
  box-shadow: 0px 12px 20px #00000029;
}

#content .navbar .nav-item .active {
  background-color: #fcb315 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
/*  box-shadow: 0px -2px 2px rgba(0,0,0,0.3) inset;*/
}
#content .navbar .nav-item .nav-link {
  padding: 1rem 1.5rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .logo-container {
    display: none;
  }
}

button.navbar-toggler {
  background: transparent;
  border: 0;
}

.menu-icon {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #3bbeb4;
  width: 50px;
  height: 50px;
  margin-left: 12px;
}


/*!* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)* Copyright 2013-2019 Start Bootstrap* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)*/

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15.7rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  margin: 10px 0 0 0
}

a.list-group-item.list-group-item-action {
  display: flex;
  border: 0;
  padding: 1rem 1.5rem;
}

a.list-group-item.sub-item.list-group-item-action {
  display: flex;
  border: 0;
  padding: .5rem 1.5rem .5rem 3rem;
  font-weight: 400;
  color: #747c84;
}

#sidebar-wrapper .list-group .material-icons-outlined {
  margin: 0 10px 0 0;
}

.list-group-item:not(.collapsed) .material-icons-outlined:nth-child(3) {
  transform: rotate(180deg);
}

.list-group-flush:first-child .list-group-item {
  font-size: .9rem;
  font-weight: 500;
  align-items: center;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
    padding: 61px 0 0 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15.7rem;
  }
}


/* Custom search page */

.scrollable-dropdown {
  height: auto;
  max-height: 320px;
  /* Increase / Decrease value as per your need */
  overflow-x: hidden;
}

.search-panel {
  border: 1px solid #ced7dd;
  align-items: center;
  display: flex;
  border-right: 0px
}


/*Bootsrap Tables*/
.word-break{
  word-wrap: anywhere;
}
.bootstrap-table {
  width: 100%;
}


/*side nav for mobile*/

@media (max-width: 700px) {
  #wrapper.toggled #content {
    position: fixed;
  }
  #wrapper.toggled .sidebar {
    box-shadow: 0 0 0 20000px rgba(0, 0, 0, .2);
    z-index: 1000;
  }
}


.GridRowHL,
.table-hover tbody tr:hover
{
  background-color: rgba(252, 179, 21, .2)!important;
  cursor: pointer;
}

.accordion{}
.accordion .item{line-height: 20px; display: flex; cursor: pointer;}
.accordion .item .material-icons-outlined:before{content: 'arrow_right'}
.accordion .item .material-icons-outlined{transform: rotate(90deg);}
.accordion .collapsed.item .material-icons-outlined{transform: rotate(0deg);}

.simple-list{}
.simple-list.list-group{
  padding: .5rem 0 .5rem 1rem;
}
.simple-list.list-group .list-group-item{
  border: 0;
/*  padding: 0 0 .5rem 1rem;*/
  border-radius: unset;
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: 0;
}

.image-group{}
.image-group .image-group-item .image-holder{max-width: 275px;}
.image-group .image-group-item .info-holder{max-width: 460px;}
.image-group .image-group-item.active{}
.image-group .image-group-item.active{background: rgb(120, 186, 240);}

.min-vh-75{min-height:75vh!important}
.min-vh-50{min-height:50vh!important}
.max-vh-75{max-height:75vh!important}
.max-vh-50{max-height:50vh!important}

.MenuItemSelected
{
  font-weight: bold!important;
  color: #fff!important;
  border-top: 1px dotted gray !important;
  border-bottom: 1px dotted gray !important;
  background-color: #fcb315!important;
  box-shadow: 1px 3px 6px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.3) inset;
}

.custom-select option[disabled]{color: red;}
.note-target-select option[disabled]{color: red;}
/* CONTROLS AND LABELS */
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #7fb942;
}
.custom-control-input:checked~.radio-info.custom-control-label::before {
  color: #fff;
  background-color: #3bbeb4 !important;
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  color: #fff;
  background-color: rgba(127, 185, 66, 0.4);
}


.input-group-text {
  color: #444;
  background-color: rgba(59,190,180,0.2);
}

/* SUMMER NOTE VALID */
.is-invalid .note-editor.note-airframe, 
.is-invalid .note-editor.note-frame{
  border-color: #dc3545;
}

/*SORTABLE*/
.dragged{
  position: absolute;
  z-index: 2000;
  opacity: 0.5;
}
body.dragging, body.dragging *{
  cursor: move !important;
}
tr.placeholder{position: relative;}
tr .sort-handle{cursor: move !important;padding: 1rem;}

/* Icon Browser */
.icon-item{font-size: 13px;}
.icon-item .icon-item-label{color: #444444;}
.icon-item .material-icons-outlined{font-size: 32px; color: #444444}
.icon-item.active{
/*  border:1px solid red;*/
  background-color:#12789E;
}
.icon-item.active  .material-icons-outlined,
.icon-item.active  .icon-item-label{color: #FFFFFF;}
.sm-icon.material-icons-outlined{font-size: 16px;}

.MenuRow0{}
.MenuRow1{background-color: #EDF7F6}
/*@media (prefers-color-scheme: light) {
    .bg-dark {
        background-color: white;
        color: black;
    }
}
@media (prefers-color-scheme: dark) {
    .bg-dark {
        background-color: black;
        color: white;
    }
}*/


.EmailDistroCardContainer{
  border-radius: 24px;
  border: #DEE2E5 1px solid;
  overflow: hidden;
}
.EmailDistroCardBorder{
  width: 25px;
  max-width: 25px;
}

.note-editable p{margin-bottom: 0px; !important;}


.NetworkingHubItemList{}
.NetworkingHubPreview{width: 420px;}
.NetworkingHubItemList ul,.NetworkingHubItemList ul li{list-style: none;}
.NetworkingHubItemList ul li{
  padding: 15px;
}
.NetworkingHubItemList ul li .sort-handle{cursor: move !important;}
.NetworkingHubItemList ul li.placeholder{height: 40px; padding: 1rem;}
.NetworkingHubItem0 .NetworkingHubItemIcon0,.NetworkingHubItem1 .NetworkingHubItemIcon1,
.NetworkingHubItem0 .NetworkingHubItemLabel0,.NetworkingHubItem1 .NetworkingHubItemLabel1{display: block;}
.NetworkingHubItem1 .NetworkingHubItemIcon0,.NetworkingHubItem0 .NetworkingHubItemIcon1,
.NetworkingHubItem1 .NetworkingHubItemLabel0,.NetworkingHubItem0 .NetworkingHubItemLabel1{display: none;}

.APJourneyListStatsContainer{}
.APJourneyListStatsBox{
  width: calc(25% - 1.25rem);
  margin-right: 1.5rem;
}
.APJourneyListStatsBox:last-child{
  margin-right: 0;
}

@media (max-width: 1200px) {
  .APJourneyListStatsBox{
    width: calc(50% - 1rem);
    margin-right: 1.5rem;
  }
  .APJourneyListStatsBox:nth-child(even){
    margin-right: 0;
  }
}