/* Quicklinks */
/* Single quicklinks */
.quicklinks {
  background-size: cover;
  background-position:center center;
  background-repeat:no-repeat;
}

.quicklinks--overlay {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quicklinks.background--green .quicklinks--overlay {
  /* source hex: #00694E */
  background-color:rgba(0, 105, 78, 0.9);
}

.quicklinks.background--white .quicklinks--overlay {
  /* source hex: #fff */
  background-color:rgba(255, 255, 255, 0.9);
}

.quicklinks.background--white .quicklinks--overlay div,
.quicklinks.background--white .quicklinks--overlay a {
  background:none;
}

.quicklinks.background--light .quicklinks--overlay {
  /* source hex: #f4f3f2 */
  background-color:rgba(244, 243, 242, 0.9);
}

.quicklinks.background--light .quicklinks--overlay div,
.quicklinks.background--light .quicklinks--overlay a {
  background:none;
}

.quicklinks.background--green a, .quicklinks.background--green a:hover {
  color: #fff;
}

.quicklinks--heading {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px !important;
  font-family: p22-mackinac-pro, Times New Roman, serif;
  font-weight: 600;
}

.quicklinks--wrapper.component-wrapper {
  padding-bottom: 65px !important;
}

.quicklinks ul {
  padding: initial;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.quicklinks ul li a {
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.quicklinks ul li a:hover {
  text-decoration: underline;
}
.quicklinks ul li {
  min-height: 50px;
}

.quicklinks li .fa-chevron-right {
  margin-left: 3px;
}

/* Group of quicklinks */
.quicklinks--large {
  background: #00694E;
}
.quicklinks--large .quicklinks--heading {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
/* wss-4947 removed botttom padding from links */
.quicklinks--large ul li a {
  color: #fff;
  text-transform: initial;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  padding: 5px 0;
  transition: background .5s,color .5s,padding .5s;
  display: block;
}
.quicklinks--large ul li a:hover {
  background: #024230;
  padding-left: 10px;
  text-decoration: underline;
  color: #fff;
}
.quicklinks.text--dark i, .quicklinks.text--dark a {
  color: #292724;
}
.quicklinks.text--white i, .quicklinks.text--white a {
  color: #fff;
}
.quicklinks.text--gateway i, .quicklinks.text--gateway a {
  color: #524D47;
}
.quicklinks--section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.quicklinks--section-wrapper:not(:first-child) {
  border-left: none;
}
.quicklinks--section-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quicklinks--large ul li {
  width: 100%;
  min-height: 50px;
}

@media only screen and (min-width: 500px) {
}

@media only screen and (min-width: 992px) {
  .quicklinks--section-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
  }
  .quicklinks--section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .quicklinks--section-wrapper:not(:first-child) {
    border-left: 2px solid #fff;
  }
}
