/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}

/* Responsive Home Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_cdba65b168bd40e9b4690d6aa822de85 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    
    .blockWrap_cdba65b168bd40e9b4690d6aa822de85 .contentTitle {
        font-size: 40px; 
    }
}

/* Home Page Services Equalize Simple List Blocks*/

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c5217b8ab82a47938fd429a6bdea1e0b > .item {
	display: flex;
	flex-direction: column;
}

/* Home Page Shop by Brand Equalize Simple List Blocks*/

/* Change item class here */
.items_c313e3bf6dd14db8908a8e8fbdce350c { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_c313e3bf6dd14db8908a8e8fbdce350c > .item {
	display: flex;
	flex-direction: column;
}

/* Home Page Shop by Brand Equalize Simple List Blocks*/

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e7283708d7a9448f9e6ce01676edf03b > .item {
	display: flex;
	flex-direction: column;
}

/********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
  font-size: 30px;
}

.mwd-accordion {
  margin: 30px 0;
}

.mwd-accordion .mwd-accordion-item {
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
.mwd-accordion .mwd-accordion-item .mwd-accordion-title {
  font-size: 24px;
  background: #000000;
  color: white;
  padding: 10px 20px;
  cursor: pointer;
}
.mwd-accordion .mwd-accordion-item .mwd-accordion-content {
  color: black;
  padding: 20px 20px 0 20px;
}
.mwd-accordion .mwd-accordion-item .mwd-accordion p {
  margin: 0;
}

/********************
  BASE +/- STYLES
  ********************/
.mwd-accordion-content {
  display: block;
  overflow: hidden;
  max-height: 100%;
  transition: all 0.3s ease-in-out;
}

.mwd-accordion-title > :first-child {
  max-width: 90%;
}

.mwd-accordion-title {
  position: relative;
}
.mwd-accordion-title .mwd-accordion-icon {
  position: absolute;
  background: white;
  width: 20px;
  height: 3px;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.mwd-accordion-title .mwd-accordion-icon:after {
  content: "";
  position: absolute;
  background: white;
  width: 3px;
  height: 20px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.active .mwd-accordion-icon:after {
  transform: translateY(-50%) rotate(90deg);
}


  /* Sitewide Banner */

.blockWrap_a425155ff6ee4d6a83ef523ad4db0149{
background-color: #4dff00;
color: #000000; 
text-align: center;
padding: 10px;
}

.headerAndNavContainer{
padding-top: 0px !important;
}