@charset "UTF-8";
/* breakpoints */
.promo h6 {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  letter-spacing: 1.75px;
  display: block;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

@media only screen and (min-width: 655px) {
  .promo h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 1.75px;
  }
}

.promo {
  background: #ffffff;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 35px;
}

.promo > .component-content {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.promo > .component-content:before, .promo > .component-content:after {
  content: " ";
  display: table;
}

.promo > .component-content:after {
  clear: both;
}

.promo > .component-content > div {
  padding: 5px;
}

.promo .zg-height-fix .field-promoicon {
  margin-top: 100px;
}

.promo .field-promoicon {
  overflow: hidden;
  width: 100%;
}

.promo .field-promoicon img {
  width: 100%;
  height: auto;
}

.promo .field-promolink {
  margin-top: 5px;
  padding-bottom: 10px;
}

.promo.image-full-size img {
  margin-bottom: 10px;
}

.promo.promo-icon-top > .component-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo.promo-icon-top .field-promoicon {
  width: 85px;
  margin: 0 auto;
}

.promo.promo-icon-left > .component-content, .promo.promo-icon-right > .component-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.promo.promo-icon-left .field-promoicon, .promo.promo-icon-right .field-promoicon {
  width: 85px;
  margin: auto 0;
}

@media only screen and (min-width: 655px) {
  .promo {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 655px) {
  .promo {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 800px) {
  .promo {
    margin-bottom: 75px;
  }
}

.promo a {
  color: #1e69d2;
  text-decoration: none;
}

.promo a:focus {
  outline: none;
}

.promo h1 {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  letter-spacing: 0.25px;
  color: #222222;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 655px) {
  .promo h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    letter-spacing: 0.5px;
  }
}

@media only screen and (min-width: 800px) {
  .promo h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 56px;
    letter-spacing: 0.5px;
  }
}

.promo h2 {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  letter-spacing: 0.25px;
  color: #222222;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 655px) {
  .promo h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    letter-spacing: 0.25px;
  }
}

@media only screen and (min-width: 800px) {
  .promo h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 48px;
    letter-spacing: 0.25px;
  }
}

.promo h3 {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

@media only screen and (min-width: 655px) {
  .promo h3 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.promo h4 {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0px;
  color: #222222;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 655px) {
  .promo h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo h4 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    letter-spacing: 0px;
  }
}

.promo h5 {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 655px) {
  .promo h5 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.promo h6 {
  margin: 0;
  padding: 0;
}

.promo p,
.promo menu,
.promo pre,
.promo dt {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  padding-left: 0;
}

@media only screen and (min-width: 655px) {
  .promo p,
  .promo menu,
  .promo pre,
  .promo dt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo p,
  .promo menu,
  .promo pre,
  .promo dt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.promo img {
  max-width: 100%;
  height: auto;
  padding-top: 20px;
}

@media only screen and (min-width: 655px) {
  .promo img {
    padding-top: 14px;
    padding-bottom: 9px;
  }
}

.promo p {
  margin-top: 5px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 655px) {
  .promo p {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 800px) {
  .promo p {
    margin-bottom: 35px;
  }
}

.promo p + ol,
.promo p + ul {
  margin-top: -10px;
}

@media only screen and (min-width: 655px) {
  .promo p + ol,
  .promo p + ul {
    margin-top: -15px;
  }
}

@media only screen and (min-width: 800px) {
  .promo p + ol,
  .promo p + ul {
    margin-top: -20px;
  }
}

.promo address {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 23px;
  letter-spacing: 0px;
  color: #626262;
}

.promo q {
  display: block;
  padding: 18px 0;
}

.promo strong,
.promo b {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
}

.promo ul li a,
.promo ol li a {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  color: #1e69d2;
  text-decoration: none;
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 655px) {
  .promo ul li a,
  .promo ol li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo ul li a,
  .promo ol li a {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.promo ul li a:hover,
.promo ol li a:hover {
  text-decoration: underline;
  color: #1e69d2;
}

.promo ul {
  margin-bottom: 45px;
  margin-top: 5px;
  margin-left: 5px;
}

.promo ul li {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  margin-bottom: 20px;
  list-style: none;
}

@media only screen and (min-width: 655px) {
  .promo ul li {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo ul li {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.promo ul li:before {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 12px;
  margin-top: -2px;
  content: " ";
  background-color: #949494;
  height: 8px;
  width: 8px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .promo ul li:before {
    margin-top: 10px;
  }
}

.promo ul li p {
  margin: 0;
  display: inline;
}

.promo ol {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  color: #222222;
  list-style: none;
  margin-bottom: 45px;
  margin-top: 5px;
  counter-reset: item;
}

@media only screen and (min-width: 655px) {
  .promo ol {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo ol {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 38px;
    letter-spacing: 0px;
  }
}

.promo ol > li {
  position: relative;
  margin-bottom: 20px;
}

.promo ol > li:before {
  counter-increment: item;
  content: counter(item);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  letter-spacing: 0px;
  font-family: "Whitney A", "Whitney B";
  font-style: normal;
  font-weight: 400;
  background-color: #c33f9f;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 20px;
  padding-top: 3px;
  margin-top: 2px;
  margin-right: 8px;
  text-align: center;
  vertical-align: text-top;
  width: 20px;
}

.promo ol > li p {
  margin: 0;
  display: inline;
}

.promo table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.promo table,
.promo table tr,
.promo table th,
.promo table td {
  border: solid 2px #d2d2d2;
  background: #ffffff;
  border-collapse: collapse;
  vertical-align: middle;
}

.promo table tr,
.promo table th,
.promo table td {
  padding: 5px;
}

.promo table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.promo table tr {
  border: none;
}

.promo table th,
.promo table td {
  border-width: 2px 0 0 2px;
}

.promo table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.promo table th:first-child {
  border-left: 0;
}

.promo table td:first-child {
  border-left: 0;
}

.promo.absolute-bottom-link {
  position: relative;
}

.promo.absolute-bottom-link .field-promolink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* breakpoints */
.promo h6 {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  letter-spacing: 1.75px;
  display: block;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

@media only screen and (min-width: 655px) {
  .promo h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 1.75px;
  }
}

.promo.heading-underlines .eyebrow:after {
  position: absolute;
  top: 35px;
  left: 15px;
  width: 30px;
  content: "";
  border-bottom: 4px solid #b40f87;
}

.promo.heading-underlines .promo-heading {
  border-bottom: 1px solid #222222;
  padding-top: 20px;
  padding-bottom: 28px;
  margin-bottom: 30px;
}

/* breakpoints */
.promo h6 {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  letter-spacing: 1.75px;
  display: block;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

@media only screen and (min-width: 655px) {
  .promo h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 1.75px;
  }
}

.promo.promo-hero {
  position: relative;
  text-align: center;
}

.promo.promo-hero.promo-hero-half {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero.promo-hero-half {
    float: none;
    width: 100%;
  }
}

.promo.promo-hero .field-promotext {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.promo.promo-hero .field-promotext > a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero .field-promotext {
    width: 100%;
    margin: 0;
  }
  .promo.promo-hero .field-promotext h1 {
    font-size: 2.4px;
    font-size: 0.15rem;
  }
  .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
    font-size: 2px;
    font-size: 0.125rem;
  }
}

/* breakpoints */
.promo h6 {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  letter-spacing: 1.75px;
  display: block;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

@media only screen and (min-width: 655px) {
  .promo h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 1.75px;
  }
}

.promo-shadow {
  max-width: 960px;
  padding: 0;
  border-top-width: 3px;
  border-top-color: #89c6cc;
  border-style: solid;
  overflow: visible;
  position: relative;
}

.promo-shadow.promo {
  float: left;
}

.promo-shadow > .component-content {
  padding: 15px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 959px) {
  .promo-shadow > .component-content {
    margin: 0 10px 30px 10px;
  }
}

.promo-shadow > .component-content:before, .promo-shadow > .component-content:after {
  opacity: 0.7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 47%;
  content: "";
  bottom: 10px;
}

.promo-shadow > .component-content:before {
  left: 2%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.promo-shadow > .component-content:after {
  right: 2%;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* breakpoints */
.promo h6 {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  letter-spacing: 1.75px;
  display: block;
  color: #222222;
  text-transform: uppercase;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
}

@media only screen and (min-width: 655px) {
  .promo h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    letter-spacing: 1.75px;
  }
}

.promo.promo-transparent {
  background: none !important;
}

.promo-icon-left,
.promo-icon-right,
.promo-icon-top {
  text-align: center;
}

.promo-icon-left h3.promo-heading,
.promo-icon-right h3.promo-heading,
.promo-icon-top h3.promo-heading {
  font-family: "Chronicle Text G1";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 0px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 655px) {
  .promo-icon-left h3.promo-heading,
  .promo-icon-right h3.promo-heading,
  .promo-icon-top h3.promo-heading {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo-icon-left h3.promo-heading,
  .promo-icon-right h3.promo-heading,
  .promo-icon-top h3.promo-heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 800px) {
  .promo-icon-left h3.promo-heading,
  .promo-icon-right h3.promo-heading,
  .promo-icon-top h3.promo-heading {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 31px;
    letter-spacing: 0px;
  }
}

.promo-icon-left h3.promo-heading a,
.promo-icon-right h3.promo-heading a,
.promo-icon-top h3.promo-heading a {
  color: #222222;
  text-decoration: none;
}

.promo-icon-left h3.promo-heading a:hover, .promo-icon-left h3.promo-heading a:focus,
.promo-icon-right h3.promo-heading a:hover,
.promo-icon-right h3.promo-heading a:focus,
.promo-icon-top h3.promo-heading a:hover,
.promo-icon-top h3.promo-heading a:focus {
  text-decoration: underline;
}

.promo-icon-left .promo-content,
.promo-icon-left .promo-content p,
.promo-icon-right .promo-content,
.promo-icon-right .promo-content p,
.promo-icon-top .promo-content,
.promo-icon-top .promo-content p {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: 0px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 800px) {
  .promo-icon-left .promo-content,
  .promo-icon-left .promo-content p,
  .promo-icon-right .promo-content,
  .promo-icon-right .promo-content p,
  .promo-icon-top .promo-content,
  .promo-icon-top .promo-content p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    letter-spacing: 0px;
  }
}

.promo-icon-left .promo-link,
.promo-icon-right .promo-link,
.promo-icon-top .promo-link {
  font-family: "Whitney", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  letter-spacing: 0.25px;
}

.promo-icon-left .promo-link a,
.promo-icon-right .promo-link a,
.promo-icon-top .promo-link a {
  color: #1e69d2;
  display: inline-block;
  position: relative;
  text-transform: none;
  text-decoration: none;
  height: auto;
  padding: 2px 0;
  border-radius: 0;
  outline: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.promo-icon-left .promo-link a:after,
.promo-icon-right .promo-link a:after,
.promo-icon-top .promo-link a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #1e69d2;
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 10px;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

.promo-icon-left .promo-link a:hover,
.promo-icon-right .promo-link a:hover,
.promo-icon-top .promo-link a:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #1e69d2;
}

.promo-icon-left .promo-link a:hover:after,
.promo-icon-right .promo-link a:hover:after,
.promo-icon-top .promo-link a:hover:after {
  -webkit-transform: translate(5px, -50%);
  -ms-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
}

.promo-icon-top {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo-icon-top .component-content {
  border-color: #ebebeb;
  padding: 16px;
  width: 100%;
}

.promo-grid-container > .row {
  margin: 0;
  padding: 15px 10px 0;
}

@media only screen and (min-width: 655px) {
  .promo-grid-container > .row {
    padding: 15px 4px 0;
  }
}

.promo-icon-left,
.promo-icon-right {
  background: none;
}

.promo-icon-left .component-content,
.promo-icon-right .component-content {
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 16px;
}

@media only screen and (min-width: 655px) {
  .promo-icon-left .component-content,
  .promo-icon-right .component-content {
    padding: 50px 0;
  }
}

.promo-icon-left .promo-text,
.promo-icon-right .promo-text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 655px) {
  .promo-icon-left .promo-text,
  .promo-icon-right .promo-text {
    width: 63.293%;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}

.promo.promo-icon-left .promo-icon,
.promo.promo-icon-right .promo-icon {
  margin: 0 auto;
}

@media only screen and (min-width: 655px) {
  .promo.promo-icon-left .promo-icon,
  .promo.promo-icon-right .promo-icon {
    margin: auto 0;
  }
}
