.image-align-left {
    float: left;
    margin: 20px 20px 20px 0;
}

.image-align-right {
    float: right;
    margin: 20px 0 20px 20px;
}

a.cta-button {
    background-color: #C5294D;
    border-radius: 11px;
    border-top-right-radius: 3px;
    color: #fff !important;
    line-height: 1;
    font-weight: bold;
    padding: .75em 1.58em;
    margin-right: 5px;
}
a.cta-button:hover {  text-decoration: none; }

a.cta-button.red { background-color: #C5294D; }
a.cta-button.red:hover { background-color: #9b203d; }

a.cta-button.orange { background-color: #F6A500; }
a.cta-button.orange:hover { background-color: #c38300; }

a.cta-button.blue { background-color: #009BDB; }
a.cta-button.blue:hover { background-color: #0077a8; }

a.cta-button.green { background-color: #76B72A; }
a.cta-button.green:hover { background-color: #5b8e20; }

a.cta-button.violet { background-color: #822B85; }
a.cta-button.violet:hover { background-color: #5c1f5e; }

span.introParagraph {
    font-size: 2em;
    margin-top: 48px;
    margin-bottom: 40px;
    color: #3366ff;
    font-weight: 700;
}

span.introParagraph2 {
    font-size: 2.25rem;
    margin-top: 48px;
    margin-bottom: 40px;
    color: #000;
}

div.threeBox.blue {
    display: inline-block;
    float: left;
    width: 31%;
    background-color: #009BDB;
    color: white;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

div.threeBox.violet {
    display: inline-block;
    float: left;
    width: 31%;
    background-color: #822B85;
    color: white;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

div.threeBox.orange {
    display: inline-block;
    float: left;
    width: 31%;
    background-color: #F6A500;
    color: white;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

div.threeBox.green {
    display: inline-block;
    float: left;
    width: 31%;
    background-color: #76B72A;
    color: white;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

div.threeBox.red {
    display: inline-block;
    float: left;
    width: 31%;
    background-color: #C5294D;
    color: white;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

div.threeBox.white {
    display: inline-block;
    float: left;
    width: 31%;
    background-color: #fff;
    color: white;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}

div.box.blue {
    display: block;
    float: left;
    width: 100%;
    background-color: #009BDB;
    color: white;
    padding: 20px;
    margin: 10px;
}

div.box.violet {
    display: block;
    float: left;
    width: 100%;
    background-color: #822B85;
    color: white;
    padding: 20px;
    margin: 10px;
}

div.box.orange {
    display: block;
    float: left;
    width: 100%;
    background-color: #F6A500;
    color: white;
    padding: 20px;
    margin: 10px;
}

div.box.green {
    display: block;
    float: left;
    width: 100%;
    background-color: #76B72A;
    color: white;
    padding: 20px;
    margin: 10px;
}

div.box.red {
    display: block;
    float: left;
    width: 100%;
    background-color: #C5294D;
    color: white;
    padding: 20px;
    margin: 10px;
}


div.table3x2_1,
div.table3x2_2 {
    border-collapse: collapse;
    width: 100%;
    height: auto;
    margin: 100px 0;
    border: transparent;
    position: relative;
}

div.table3x2_1 table,
div.table3x2_2 table {
    border: transparent;
    margin: 0 auto;
    height: auto !important;
    background-color: transparent;
}

div.table3x2_1 table tbody,
div.table3x2_2 table tbody {
    background-color: transparent;
    border: transparent;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div.table3x2_1 table tbody tr,
div.table3x2_2 table tbody tr {
    height: auto;
    background-color: transparent;
    border: transparent;
    width: 33%;
    display: flex;
    justify-content: center;
    ;
    align-items: center;
    flex-direction: column;
}

div.table3x2_1 table tbody tr td:first-child,
div.table3x2_2 table tbody tr td:first-child {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    background-color: transparent;
    border: transparent;
    font-size: 5.33em;
    font-weight: bold;
    line-height: 1;
}

div.table3x2_1 table tbody tr td:last-child,
div.table3x2_2 table tbody tr td:last-child {
    width: 100% !important;
    max-width: 80%;
    height: auto !important;
    text-align: center;
    background-color: transparent;
    border: transparent;
    color: #575756;
    font-size: 1.33em;
    line-height: 1.2;
}

div.table3x2_1 table tbody tr:nth-child(1) td:first-child {
    color: #F6A500;
}

div.table3x2_1 table tbody tr:nth-child(2) td:first-child {
    color: #C5294D;
}

div.table3x2_1 table tbody tr:nth-child(3) td:first-child {
    color: #009BDB;
}

div.table3x2_2 table tbody tr:nth-child(1) td:first-child {
    color: #76B72A;
}

div.table3x2_2 table tbody tr:nth-child(2) td:first-child {
    color: #822B85;
}

div.table3x2_2 table tbody tr:nth-child(3) td:first-child {
    color: #F6A500;
}

@media (max-width: 1024px) {

    div.table3x2_1,
    div.table3x2_2 {
        margin: 30px 0;
    }

    div.table3x2_1 table tbody,
    div.table3x2_2 table tbody {
        margin: 30px 0;
        flex-direction: column;
    }

    div.table3x2_1 table tbody tr,
    div.table3x2_2 table tbody tr {
        width: 100%;
        height: auto !important;
    }

    div.table3x2_1 table tbody tr td,
    div.table3x2_2 table tbody tr td {
        width: 100% !important;
        height: auto !important;
    }

    div.table3x2_1 table tbody tr td:first-child {
        font-size: 4em;
    }

    div.table3x2_2 table tbody tr td:first-child {
        font-size: 4em;
    }
}

table.text-image-left, table.text-image-right {
  background-color: transparent;
  height: auto !important;
  border: none;
  margin: 50px 0;
  width: 100% !important;
}
	table.text-image-left *, table.text-image-right * {
      background-color: transparent;
      height: auto !important;
      border: none;
    }
	table.text-image-left tr, table.text-image-right tr {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
    }
	table.text-image-left td, table.text-image-right td {
      width: 50%;
    }
@media (max-width: 768px) {
  table.text-image-left tr {
      flex-direction: column;
    }
  table.text-image-right tr {
    flex-direction: column-reverse;
  }
  table.text-image-left td, table.text-image-right td {
      width: 100% !important;
    }
}
      

div.threeBox {
    display: inline-block;
    float: left;
    width: 31%;
    padding: 20px;
    margin: 5px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
div.threeBox.blue { background-color: #009BDB; color: #FFF; }
div.threeBox.violet { background-color: #822B85; color: #FFF; }
div.threeBox.orange { background-color: #F6A500; color: #FFF; }
div.threeBox.green { background-color: #76B72A; color: #FFF; }
div.threeBox.red { background-color: #C5294D; color: #FFF; }
div.threeBox.white { background-color: #fff; color: #4f4f4f; }