.navContent ul li ul, .navContent ul li:first-child ul {
    max-width:471px;
}

    /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.accordion {
  margin: 30px 0;
}
.accordion p {
  margin: 0;
}
.accordion-title {
  background: #ffffff;
  border: 1px solid;
  border-color: #ccb282;
  color: #171717;
  font-size: 24px;
  cursor: pointer;
  padding: 3px 20px;
}
.accordion-inner-wrap {
  border: 1px solid;
  margin-bottom: 15px;
}
.accordion-content {
  color: #000000;
  box-shadow: 0px 0px 0px 0px black;
  padding: 20px;
}
/********************
PLUS/MINUS SIGNS ON ACCORDION
********************/
.accordion-title {
  position: relative;
}
.accordion-indicator {
  position: absolute;
  transition: all 0.3s ease-in-out;
  background: #ccb282;
}
.accordion-indicator-minus {
  width: 20px;
  height: 3px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

/*Targets the parent container of the simple list items*/
.items_c43fed032fd44d9c9177afebe016d6f7,
.items_c3fac87b72e047c08b8a5c0efe596b8b {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
.items_c43fed032fd44d9c9177afebe016d6f7 > .item,
.items_c3fac87b72e047c08b8a5c0efe596b8b > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e3f0a3bb569f4f27a26b8b21cae045ea { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e3f0a3bb569f4f27a26b8b21cae045ea > .item {
	display: flex;
	flex-direction: column;
}