/* Programs Styles */
.omega-cwi-program-para {
  /********* Responsive Table ****************/
  /* Force table to not be like tables anymore */
  /********* Responsive Table ****************/
  /* Force table to not be like tables anymore */
  /* added flex selector to make even spacing between spans */
  font-size: 0.875rem;
}
.omega-cwi-program-para table {
  color: #000000;
  margin-bottom: 20px;
  /* Colors */
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table {
    margin-bottom: 40px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table {
    margin-bottom: 40px;
  }
}
.omega-cwi-program-para table:last-child {
  margin-bottom: 0;
}
.omega-cwi-program-para table th {
  white-space: normal;
  color: #072C33;
  font-size: clamp(1rem, 0.8864rem + 0.4848vw, 1.25rem);
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  border: 1px solid #545859;
  background: #EDEDED;
}
.omega-cwi-program-para table th a.active {
  color: #902A9D;
}
.omega-cwi-program-para table td,
.omega-cwi-program-para table th {
  padding: 20px;
  text-align: left;
}
.omega-cwi-program-para table td {
  border: 1px solid #545859;
  font-size: 1.25rem;
}
.omega-cwi-program-para table tr:nth-child(odd),
.omega-cwi-program-para table tr:nth-child(odd) td.active,
.omega-cwi-program-para table tr.odd,
.omega-cwi-program-para table tr.odd td.active {
  background-color: #FFFFFF;
}
.omega-cwi-program-para table tr:nth-child(even),
.omega-cwi-program-para table tr:nth-child(even) td.active,
.omega-cwi-program-para table tr.even,
.omega-cwi-program-para table tr.even td.active {
  background-color: #FFFFFF;
}
.omega-cwi-program-para table thead tr:nth-child(odd) th.active {
  background: #EDEDED;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive {
    display: table;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive {
    display: table;
  }
}
.omega-cwi-program-para table.responsive thead,
.omega-cwi-program-para table.responsive tbody,
.omega-cwi-program-para table.responsive th,
.omega-cwi-program-para table.responsive td,
.omega-cwi-program-para table.responsive tr {
  display: block;
}
.omega-cwi-program-para table.responsive {
  width: 100%;
}
.omega-cwi-program-para table.responsive caption {
  display: block;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive caption {
    display: table-caption;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive caption {
    display: table-caption;
  }
}
.omega-cwi-program-para table.responsive thead {
  border-bottom: none;
  /* Hide table headers (but not display: none;, for accessibility) */
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive thead {
    display: table-header-group;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive thead {
    display: table-header-group;
  }
}
.omega-cwi-program-para table.responsive thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive thead tr {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive thead tr {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive tbody {
    display: table-row-group;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive tbody {
    display: table-row-group;
  }
}
.omega-cwi-program-para table.responsive td,
.omega-cwi-program-para table.responsive th {
  position: relative;
  overflow: hidden;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive td,
  .omega-cwi-program-para table.responsive th {
    display: table-cell;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive td,
  .omega-cwi-program-para table.responsive th {
    display: table-cell;
  }
}
.omega-cwi-program-para table.responsive tr {
  margin-bottom: 20px; /*adds spacing between each table section*/
  border-bottom: 1px solid #545859;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive tr {
    display: table-row;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive tr {
    display: table-row;
  }
}
.omega-cwi-program-para table.responsive td {
  /* Behave  like a "row" */
  position: relative;
  padding: 10px 0.667em 10px 40%;
  white-space: normal;
  min-height: 52px;
  border-bottom: 0;
  word-break: normal;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive td {
    padding: 20px;
    border-bottom: 1px solid #545859;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive td {
    padding: 20px;
    border-bottom: 1px solid #545859;
  }
}
.omega-cwi-program-para table.responsive td[data-label=blank] {
  padding-left: 10px;
}
.omega-cwi-program-para table.responsive td[data-label=blank]:before {
  display: none;
}
.omega-cwi-program-para table.responsive td:before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 0;
  left: 0px;
  width: 35%;
  padding-left: 10px;
  white-space: nowrap;
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  background-color: #EDEDED;
  white-space: normal;
  word-break: break-word;
  height: 100%; /*makes the gray around test score headers fill the box 100%*/
  padding-top: 10px; /*.3em; /* adds padding to top between text and cell */
  border-right: 1px solid #545859;
  font-size: clamp(0.75rem, 0.5795rem + 0.7273vw, 1.125rem);
  /* Label the data */
  content: attr(data-label);
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para table.responsive td:before {
    display: none;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para table.responsive td:before {
    display: none;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive {
    display: table;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive caption {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive caption {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive caption {
    display: table-caption;
  }
}
.omega-cwi-program-para .grid-9 table.responsive thead {
  /* Hide table headers (but not display: none;, for accessibility) */
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive thead {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive thead {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive thead {
    display: table-header-group;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive thead tr {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive tbody {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive tbody {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive tbody {
    display: table-row-group;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive td,
  .omega-cwi-program-para .grid-9 table.responsive th {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive td,
  .omega-cwi-program-para .grid-9 table.responsive th {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive td,
  .omega-cwi-program-para .grid-9 table.responsive th {
    display: table-cell;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive tr {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive tr {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive tr {
    display: table-row;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive td {
    padding: 10px 0.667em 10px 40%;
    border-bottom: 0;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive td {
    padding: 10px 0.667em 10px 40%;
    border-bottom: 0;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive td {
    padding: 20px;
    border-bottom: 1px solid #545859;
  }
}
.omega-cwi-program-para .grid-9 table.responsive td[data-label=blank] {
  padding-left: 10px;
}
.omega-cwi-program-para .grid-9 table.responsive td[data-label=blank]:before {
  display: none;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .grid-9 table.responsive td:before {
    display: block;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .grid-9 table.responsive td:before {
    display: block;
  }
}
@media all and (min-width: 72.5rem) and (min-device-width: 72.5rem) {
  .omega-cwi-program-para .grid-9 table.responsive td:before {
    display: none;
  }
}
.omega-cwi-program-para .flexbox table.responsive span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para {
    /********* Responsive Table *** Resets ****************/
    /* Force table to be like tables again */
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para {
    /********* Responsive Table *** Resets ****************/
    /* Force table to be like tables again */
  }
}
.omega-cwi-program-para #panel-content {
  position: relative;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para {
    font-size: 1rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para {
    font-size: 0.875rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para {
    font-size: 1rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para {
    font-size: 1rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para {
    font-size: 1.25rem;
  }
}
.omega-cwi-program-para h1#page-title {
  font-size: 1.625rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para h1#page-title {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para h1#page-title {
    font-size: 1.625rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para h1#page-title {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para h1#page-title {
    font-size: 2rem;
    line-height: 1;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para h1#page-title {
    font-size: 2rem;
    line-height: 1;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para h1#page-title {
    font-size: 2.1875rem;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para h1#page-title {
    font-size: 3.4375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para h1#page-title {
    font-size: 3.4375rem;
  }
}
.omega-cwi-program-para h2 {
  font-size: 1.375rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para h2 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para h2 {
    font-size: 1.5rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para h2 {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para h2 {
    font-size: 1.75rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para h2 {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para h2 {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para h2 {
    font-size: 2.8125rem;
  }
}
.omega-cwi-program-para h3 {
  font-size: 1.25rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para h3 {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para h3 {
    font-size: 1.25rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para h3 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para h3 {
    font-size: 1.4375rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para h3 {
    font-size: 1.4375rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para h3 {
    font-size: 1.5625rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para h3 {
    font-size: 2rem;
  }
}
.omega-cwi-program-para h4 {
  font-size: 1.125rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para h4 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para h4 {
    font-size: 1.125rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para h4 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para h4 {
    font-size: 1.25rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para h4 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para h4 {
    font-size: 1.4375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para h4 {
    font-size: 1.75rem;
  }
}
.omega-cwi-program-para h5 {
  font-size: 1rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para h5 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para h5 {
    font-size: 1rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para h5 {
    font-size: 1rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para h5 {
    font-size: 1.125rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para h5 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para h5 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para h5 {
    font-size: 1.5625rem;
  }
}
.omega-cwi-program-para h6 {
  font-size: 0.875rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para h6 {
    font-size: 1rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para h6 {
    font-size: 0.875rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para h6 {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para h6 {
    font-size: 1rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para h6 {
    font-size: 1rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para h6 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para h6 {
    font-size: 1.375rem;
  }
}
.omega-cwi-program-para .bsa {
  font-size: 1rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para .bsa {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .bsa {
    font-size: 1rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .bsa {
    font-size: 1rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .bsa {
    font-size: 1.125rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .bsa {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .bsa {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para .bsa {
    font-size: 1.75rem;
  }
}
.omega-cwi-program-para .col50-50 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
      grid-template-areas: "headline-text" "headline-image";
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col50-50 {
    -ms-grid-columns: (minmax(100px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-template-areas: "headline-text headline-image";
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col50-50 {
    -ms-grid-columns: (minmax(100px, 1fr))[2];
    grid-template-columns: repeat(2, minmax(100px, 1fr));
        grid-template-areas: "headline-text headline-image";
  }
}
.omega-cwi-program-para .col50-50 > .left {
  padding: 20px 20px 10px 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col50-50 > .left {
    padding: 40px;
    padding-right: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col50-50 > .left {
    padding: 40px;
    padding-right: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col50-50 > .left {
    padding: 60px;
    padding-right: 30px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col50-50 > .left {
    padding: 100px;
    padding-right: 50px;
  }
}
.omega-cwi-program-para .col50-50 > .left-box {
  margin: 20px 20px 10px 0 20px;
  padding: 20px 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col50-50 > .left-box {
    margin: 40px;
    margin-right: 20px;
    padding: 30px 30px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col50-50 > .left-box {
    margin: 40px;
    margin-right: 20px;
    padding: 30px 30px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col50-50 > .left-box {
    margin: 60px;
    margin-right: 30px;
    padding: 40px 40px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col50-50 > .left-box {
    margin: 100px;
    margin-right: 50px;
    padding: 60px 60px;
  }
}
.omega-cwi-program-para .col50-50 > .right,
.omega-cwi-program-para .col50-50 > .right-box,
.omega-cwi-program-para .col50-50 > .right-border {
  margin: 10px 20px 20px 20px;
  padding: 20px 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col50-50 > .right,
  .omega-cwi-program-para .col50-50 > .right-box,
  .omega-cwi-program-para .col50-50 > .right-border {
    margin: 40px;
    margin-left: 20px;
    padding: 30px 30px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col50-50 > .right,
  .omega-cwi-program-para .col50-50 > .right-box,
  .omega-cwi-program-para .col50-50 > .right-border {
    margin: 40px;
    margin-left: 20px;
    padding: 30px 30px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col50-50 > .right,
  .omega-cwi-program-para .col50-50 > .right-box,
  .omega-cwi-program-para .col50-50 > .right-border {
    margin: 60px;
    margin-left: 30px;
    padding: 40px 40px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col50-50 > .right,
  .omega-cwi-program-para .col50-50 > .right-box,
  .omega-cwi-program-para .col50-50 > .right-border {
    margin: 100px;
    margin-left: 50px;
    padding: 60px 60px;
  }
}
.omega-cwi-program-para .col50-50 > .right-border {
  border: 2px solid #02CB35;
}
.omega-cwi-program-para .col33-66 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
      grid-template-areas: "left" "right" "fullwidth";
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col33-66 {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
        grid-template-areas: "left right right" "fullwidth fullwidth fullwidth";
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 {
    -ms-grid-columns: (minmax(100px, 1fr))[3];
    grid-template-columns: repeat(3, minmax(100px, 1fr));
        grid-template-areas: "left right right" "fullwidth fullwidth fullwidth";
  }
}
.omega-cwi-program-para .col33-66 > .left {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: left;
  padding: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col33-66 > .left {
    padding: 40px;
    padding-right: 10px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 > .left {
    padding: 40px;
    padding-right: 10px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .col33-66 > .left {
    padding-right: 20px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 > .left {
    padding-right: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col33-66 > .left {
    padding: 60px;
    padding-right: 30px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col33-66 > .left {
    padding: 100px;
    padding-right: 50px;
  }
}
.omega-cwi-program-para .col33-66 > .right {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: right;
  margin: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col33-66 > .right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    margin: 40px;
    margin-left: 10px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 > .right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    margin: 40px;
    margin-left: 10px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .col33-66 > .right {
    margin: 40px;
    margin-left: 20px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 > .right {
    margin: 40px;
    margin-left: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col33-66 > .right {
    margin: 60px;
    margin-left: 30px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col33-66 > .right {
    margin: 100px;
    margin-left: 50px;
  }
}
.omega-cwi-program-para .col33-66 > .full {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: fullwidth;
  margin: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col33-66 > .left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .omega-cwi-program-para .col33-66 > .right {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .omega-cwi-program-para .col33-66 > .full {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 > .left {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .omega-cwi-program-para .col33-66 > .right {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
  }
  .omega-cwi-program-para .col33-66 > .full {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col33-66 > .full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin: 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col33-66 > .full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    margin: 40px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col33-66 > .full {
    margin: 60px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col33-66 > .full {
    margin: 100px;
  }
}
.omega-cwi-program-para .col100 {
  padding: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col100 {
    padding: 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col100 {
    padding: 40px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col100 {
    padding: 60px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col100 {
    padding: 100px;
  }
}
.omega-cwi-program-para .col100.short {
  padding: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .col100.short {
    padding: 30px 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .col100.short {
    padding: 30px 40px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .col100.short {
    padding: 40px 60px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .col100.short {
    padding: 60px 100px;
  }
}
.omega-cwi-program-para a.b5m,
.omega-cwi-program-para a.b5g,
.omega-cwi-program-para a.b5r,
.omega-cwi-program-para a.button {
  border-radius: 0;
  padding: 8px 20px 8px;
  text-transform: uppercase;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -webkit-transition-property: background-color, border, font-size;
  transition-property: background-color, border, font-size;
  margin: 0 20px 0 0;
}
.omega-cwi-program-para a.b5m.b5r,
.omega-cwi-program-para a.b5g.b5r,
.omega-cwi-program-para a.b5r.b5r,
.omega-cwi-program-para a.button.b5r {
  border-color: #004853;
}
.omega-cwi-program-para a.b5m.b5r:hover, .omega-cwi-program-para a.b5m.b5r:focus,
.omega-cwi-program-para a.b5g.b5r:hover,
.omega-cwi-program-para a.b5g.b5r:focus,
.omega-cwi-program-para a.b5r.b5r:hover,
.omega-cwi-program-para a.b5r.b5r:focus,
.omega-cwi-program-para a.button.b5r:hover,
.omega-cwi-program-para a.button.b5r:focus {
  border-color: #004853;
}
.omega-cwi-program-para a.b5m.b5m, .omega-cwi-program-para a.b5m.button,
.omega-cwi-program-para a.b5g.b5m,
.omega-cwi-program-para a.b5g.button,
.omega-cwi-program-para a.b5r.b5m,
.omega-cwi-program-para a.b5r.button,
.omega-cwi-program-para a.button.b5m,
.omega-cwi-program-para a.button.button {
  background-color: transparent;
  color: #004853;
}
.omega-cwi-program-para a.b5m.b5m:hover, .omega-cwi-program-para a.b5m.b5m:focus, .omega-cwi-program-para a.b5m.button:hover, .omega-cwi-program-para a.b5m.button:focus,
.omega-cwi-program-para a.b5g.b5m:hover,
.omega-cwi-program-para a.b5g.b5m:focus,
.omega-cwi-program-para a.b5g.button:hover,
.omega-cwi-program-para a.b5g.button:focus,
.omega-cwi-program-para a.b5r.b5m:hover,
.omega-cwi-program-para a.b5r.b5m:focus,
.omega-cwi-program-para a.b5r.button:hover,
.omega-cwi-program-para a.b5r.button:focus,
.omega-cwi-program-para a.button.b5m:hover,
.omega-cwi-program-para a.button.b5m:focus,
.omega-cwi-program-para a.button.button:hover,
.omega-cwi-program-para a.button.button:focus {
  background-color: #004853;
  color: #FFFFFF;
  border-color: #02CB35;
}
.omega-cwi-program-para a.b5m.b5g,
.omega-cwi-program-para a.b5g.b5g,
.omega-cwi-program-para a.b5r.b5g,
.omega-cwi-program-para a.button.b5g {
  background-color: transparent;
  color: #004853;
  border-color: #C7C9C7;
}
.omega-cwi-program-para a.b5m.b5g:hover, .omega-cwi-program-para a.b5m.b5g:focus,
.omega-cwi-program-para a.b5g.b5g:hover,
.omega-cwi-program-para a.b5g.b5g:focus,
.omega-cwi-program-para a.b5r.b5g:hover,
.omega-cwi-program-para a.b5r.b5g:focus,
.omega-cwi-program-para a.button.b5g:hover,
.omega-cwi-program-para a.button.b5g:focus {
  background-color: #C7C9C7;
  color: #004853;
}
.omega-cwi-program-para .flexible-grid .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.omega-cwi-program-para .flexible-grid .view-content .views-row {
  margin-bottom: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row {
    width: calc(50% - 20px);
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row {
    width: calc(50% - 20px);
  }
}
.omega-cwi-program-para .flexible-grid .view-content .views-row:only-child {
  width: 100%;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(odd) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(odd) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(odd) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(odd) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(odd):last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(even) {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(even) {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(even) {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(even) {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.omega-cwi-program-para .flexible-grid .view-content .views-row:nth-of-type(even):last-of-type {
  margin-bottom: 0;
}
.omega-cwi-program-para .dark-mode {
  background-color: #004853;
}
.omega-cwi-program-para .dark-mode a, .omega-cwi-program-para .dark-mode p, .omega-cwi-program-para .dark-mode span, .omega-cwi-program-para .dark-mode ul, .omega-cwi-program-para .dark-mode li, .omega-cwi-program-para .dark-mode h1, .omega-cwi-program-para .dark-mode h2, .omega-cwi-program-para .dark-mode h3, .omega-cwi-program-para .dark-mode h4, .omega-cwi-program-para .dark-mode h5, .omega-cwi-program-para .dark-mode h6 {
  color: #FFFFFF;
}
.omega-cwi-program-para .dark-mode li:before {
  color: #FFFFFF !important;
}
.omega-cwi-program-para .dark-mode h2, .omega-cwi-program-para .dark-mode h3, .omega-cwi-program-para .dark-mode h4, .omega-cwi-program-para .dark-mode h5, .omega-cwi-program-para .dark-mode h6 {
  color: #FFFFFF;
}
.omega-cwi-program-para .dark-mode a.bs.bs, .omega-cwi-program-para .dark-mode a.bs.b5m,
.omega-cwi-program-para .dark-mode a.b5m.bs,
.omega-cwi-program-para .dark-mode a.b5m.b5m,
.omega-cwi-program-para .dark-mode a.bt.bs,
.omega-cwi-program-para .dark-mode a.bt.b5m,
.omega-cwi-program-para .dark-mode a.b5g.bs,
.omega-cwi-program-para .dark-mode a.b5g.b5m {
  background-color: transparent;
  color: #FFFFFF;
}
.omega-cwi-program-para .dark-mode a.bs.bs:hover, .omega-cwi-program-para .dark-mode a.bs.bs:focus, .omega-cwi-program-para .dark-mode a.bs.b5m:hover, .omega-cwi-program-para .dark-mode a.bs.b5m:focus,
.omega-cwi-program-para .dark-mode a.b5m.bs:hover,
.omega-cwi-program-para .dark-mode a.b5m.bs:focus,
.omega-cwi-program-para .dark-mode a.b5m.b5m:hover,
.omega-cwi-program-para .dark-mode a.b5m.b5m:focus,
.omega-cwi-program-para .dark-mode a.bt.bs:hover,
.omega-cwi-program-para .dark-mode a.bt.bs:focus,
.omega-cwi-program-para .dark-mode a.bt.b5m:hover,
.omega-cwi-program-para .dark-mode a.bt.b5m:focus,
.omega-cwi-program-para .dark-mode a.b5g.bs:hover,
.omega-cwi-program-para .dark-mode a.b5g.bs:focus,
.omega-cwi-program-para .dark-mode a.b5g.b5m:hover,
.omega-cwi-program-para .dark-mode a.b5g.b5m:focus {
  background-color: #FFFFFF;
  color: #004853;
  border-color: #02CB35;
}
.omega-cwi-program-para .dark-mode a.bs.bt, .omega-cwi-program-para .dark-mode a.bs.b5g,
.omega-cwi-program-para .dark-mode a.b5m.bt,
.omega-cwi-program-para .dark-mode a.b5m.b5g,
.omega-cwi-program-para .dark-mode a.bt.bt,
.omega-cwi-program-para .dark-mode a.bt.b5g,
.omega-cwi-program-para .dark-mode a.b5g.bt,
.omega-cwi-program-para .dark-mode a.b5g.b5g {
  background-color: #FFFFFF;
  color: #004853;
  border-color: #FFFFFF;
}
.omega-cwi-program-para .dark-mode a.bs.bt:hover, .omega-cwi-program-para .dark-mode a.bs.bt:focus, .omega-cwi-program-para .dark-mode a.bs.b5g:hover, .omega-cwi-program-para .dark-mode a.bs.b5g:focus,
.omega-cwi-program-para .dark-mode a.b5m.bt:hover,
.omega-cwi-program-para .dark-mode a.b5m.bt:focus,
.omega-cwi-program-para .dark-mode a.b5m.b5g:hover,
.omega-cwi-program-para .dark-mode a.b5m.b5g:focus,
.omega-cwi-program-para .dark-mode a.bt.bt:hover,
.omega-cwi-program-para .dark-mode a.bt.bt:focus,
.omega-cwi-program-para .dark-mode a.bt.b5g:hover,
.omega-cwi-program-para .dark-mode a.bt.b5g:focus,
.omega-cwi-program-para .dark-mode a.b5g.bt:hover,
.omega-cwi-program-para .dark-mode a.b5g.bt:focus,
.omega-cwi-program-para .dark-mode a.b5g.b5g:hover,
.omega-cwi-program-para .dark-mode a.b5g.b5g:focus {
  background-color: transparent;
  color: #FFFFFF;
}
.omega-cwi-program-para .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 31.25rem) and (min-device-width: 31.25rem) {
  .omega-cwi-program-para .cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.omega-cwi-program-para .cta-buttons a {
  font-size: 0.9375rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right: 0;
  margin-left: 0;
  letter-spacing: 0.5px;
  padding: 10px 30px;
}
@media all and (min-width: 31.25rem) and (min-device-width: 31.25rem) {
  .omega-cwi-program-para .cta-buttons a {
    margin-right: 20px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .cta-buttons a {
    padding: 8px 20px 8px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .cta-buttons a {
    padding: 8px 20px 8px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .cta-buttons a {
    margin-right: 40px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .cta-buttons a {
    margin-right: 40px;
  }
}
@media all and (min-width: 31.25rem) and (min-device-width: 31.25rem) {
  .omega-cwi-program-para .cta-buttons a:first-of-type {
    margin-left: 0;
  }
}
@media all and (min-width: 31.25rem) and (min-device-width: 31.25rem) {
  .omega-cwi-program-para .cta-buttons a:last-of-type {
    margin-right: 0;
  }
}
.omega-cwi-program-para .cta-buttons-wrapper {
  padding: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .cta-buttons-wrapper {
    padding: 30px 40px 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .cta-buttons-wrapper {
    padding: 30px 40px 40px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .cta-buttons-wrapper {
    padding: 30px 60px 40px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .cta-buttons-wrapper {
    padding: 30px 60px 40px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para .cta-buttons-wrapper {
    padding: 30px 100px 40px;
  }
}
.omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
  font-size: 1.5rem;
  font-family: Mulish-ExtraBold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 1.5625rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 1.5625rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 1.75rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 1.875rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para .cta-buttons-wrapper .cta-buttons-title p {
    font-size: 2.8125rem;
  }
}
.omega-cwi-program-para [data-scroll-fade] {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-property: margin-top, padding-top, opacity;
  transition-property: margin-top, padding-top, opacity;
}
.omega-cwi-program-para [data-scroll-fade].hide {
  opacity: 0.1;
}
.omega-cwi-program-para [data-scroll-fade].hide.card {
  opacity: 1;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.card {
    opacity: 0.1;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para [data-scroll-fade].hide.card {
    opacity: 0.1;
  }
}
.omega-cwi-program-para [data-scroll-fade].hide.margin {
  margin-top: 40px !important;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.margin {
    margin-top: 40px !important;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para [data-scroll-fade].hide.margin {
    margin-top: 40px !important;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.margin {
    margin-top: 60px !important;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para [data-scroll-fade].hide.margin {
    margin-top: 60px !important;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.margin {
    margin-top: 80px !important;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.margin {
    margin-top: 120px !important;
  }
}
.omega-cwi-program-para [data-scroll-fade].hide.padding {
  padding-top: 40px !important;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.padding {
    padding-top: 60px !important;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para [data-scroll-fade].hide.padding {
    padding-top: 60px !important;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.padding {
    padding-top: 80px !important;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para [data-scroll-fade].hide.padding {
    padding-top: 80px !important;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.padding {
    padding-top: 100px !important;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para [data-scroll-fade].hide.padding {
    padding-top: 120px !important;
  }
}
.omega-cwi-program-para #cards [data-scroll-fade].card {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: margin-top, opacity, -webkit-box-shadow;
  transition-property: margin-top, opacity, -webkit-box-shadow;
  transition-property: margin-top, opacity, box-shadow;
  transition-property: margin-top, opacity, box-shadow, -webkit-box-shadow;
}
.omega-cwi-program-para #headline {
  position: relative;
  min-height: 23.4375rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline {
    min-height: 13.4375rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline {
    min-height: 13.4375rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline {
    min-height: 17.5rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline {
    min-height: 17.5rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #headline {
    min-height: 22.1875rem;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #headline {
    min-height: 28.4375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline {
    min-height: 34.375rem;
  }
}
.omega-cwi-program-para #headline:before {
  content: "";
  background-repeat: no-repeat;
  background-image: url(../images/header_graphic_left.svg);
  top: 0;
  left: 0;
  background-position: left top;
  position: absolute;
  height: 100%;
  width: 50%;
  /* IE 10+ - Start */
  /* IE 10+ - End */
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline:before {
    width: 40%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline:before {
    width: 40%;
  }
}
@media all and (min-width: 64rem) and (min-device-width: 64rem) {
  .omega-cwi-program-para #headline:before {
    width: 30%;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline:before {
    width: 35%;
  }
}
@media all and (-ms-high-contrast: active) {
  .omega-cwi-program-para #headline:before {
    content: none;
  }
}
@media all and (-ms-high-contrast: none) {
  .omega-cwi-program-para #headline:before {
    content: none;
  }
}
.omega-cwi-program-para #headline .new {
  position: absolute;
  margin-left: 20px;
  width: 3.75rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .new {
    margin-left: 40px;
    width: 4.0625rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new {
    margin-left: 40px;
    width: 4.0625rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .new {
    margin-left: 40px;
    width: 5rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new {
    margin-left: 40px;
    width: 5rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #headline .new {
    margin-left: 60px;
    width: 6.25rem;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #headline .new {
    margin-left: 100px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .new {
    width: 9.375rem;
  }
}
.omega-cwi-program-para #headline .new .new-text {
  text-transform: uppercase;
  text-align: center;
  background-color: #02CB35;
  font-family: Mulish-ExtraBold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  font-size: 0.8125rem;
  padding-top: 7px;
  padding-bottom: 3px;
  line-height: 1;
  letter-spacing: 0.5px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .new .new-text {
    font-size: 0.875rem;
    padding-top: 7px;
    padding-bottom: 1px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new .new-text {
    font-size: 0.875rem;
    padding-top: 7px;
    padding-bottom: 1px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .new .new-text {
    font-size: 1.0625rem;
    padding-top: 9px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new .new-text {
    font-size: 1.0625rem;
    padding-top: 9px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #headline .new .new-text {
    font-size: 1.3125rem;
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .new .new-text {
    font-size: 1.875rem;
    padding-top: 18px;
    padding-bottom: 6px;
  }
}
.omega-cwi-program-para #headline .new .new-text.coming-soon {
  font-size: 0.5625rem;
  padding-top: 5px;
  padding-bottom: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .new .new-text.coming-soon {
    font-size: 0.5625rem;
    padding-top: 4px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new .new-text.coming-soon {
    font-size: 0.5625rem;
    padding-top: 4px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .new .new-text.coming-soon {
    font-size: 0.6875rem;
    padding-top: 5px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new .new-text.coming-soon {
    font-size: 0.6875rem;
    padding-top: 5px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #headline .new .new-text.coming-soon {
    font-size: 0.9375rem;
    padding-top: 6px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .new .new-text.coming-soon {
    font-size: 1.375rem;
    padding-top: 10px;
  }
}
.omega-cwi-program-para #headline .new .new-arrow {
  width: 100%;
  height: 8px;
  background-color: #02CB35;
  clip-path: polygon(0% 0%, 0% 10%, 50% 100%, 100% 10%, 100% 0%);
  margin-top: -1px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .new .new-arrow {
    height: 10px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new .new-arrow {
    height: 10px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .new .new-arrow {
    height: 14px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new .new-arrow {
    height: 14px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .new .new-arrow {
    height: 20px;
  }
}
.omega-cwi-program-para #headline .new + .headline-text {
  margin-top: 50px;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .new + .headline-text {
    margin-top: 60px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .new + .headline-text {
    margin-top: 60px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #headline .new + .headline-text {
    margin-top: 100px;
  }
}
.omega-cwi-program-para #headline .headline-text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: headline-text;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .headline-text {
    margin: 40px;
    margin-right: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text {
    margin: 40px;
    margin-right: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #headline .headline-text {
    margin: 60px;
    margin-right: 30px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #headline .headline-text {
    margin: 100px;
    margin-right: 50px;
    margin-top: 100px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .headline-text h1#page-title {
    padding-bottom: 40px;
  }
}
.omega-cwi-program-para #headline .headline-text .headline-desc {
  padding-bottom: 20px;
  font-size: 1rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1.25rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1.375rem;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .headline-text .headline-desc {
    font-size: 1.75rem;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    margin-right: 10px;
    padding: 8px 8px 8px;
    font-size: 0.6875rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    margin-right: 10px;
    padding: 8px 8px 8px;
    font-size: 0.6875rem;
  }
}
@media all and (min-width: 48rem) and (min-device-width: 48rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    margin-right: 10px;
    padding: 8px 10px 8px;
    font-size: 0.6875rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    padding: 5px 15px 5px;
    font-size: 0.875rem;
    margin-right: 13.3333333333px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    padding: 5px 15px 5px;
    font-size: 0.875rem;
    margin-right: 13.3333333333px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    font-size: 1rem;
    margin-top: 0;
  }
}
@media all and (min-width: 95.9375rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #headline .headline-text .cta-buttons a {
    font-size: 1.25rem;
    margin-right: 30px;
    padding: 9px 25px 9px;
  }
}
.omega-cwi-program-para #headline .headline-image {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: headline-image;
  background-size: cover;
  background-position: center;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #headline .headline-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .omega-cwi-program-para #headline .headline-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #headline .headline-text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .omega-cwi-program-para #headline .headline-image {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.omega-cwi-program-para #headline .headline-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-facts {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
  }
}
.omega-cwi-program-para #overview .overview-facts .fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact {
    margin-bottom: 40px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact {
    margin-bottom: 40px;
  }
}
.omega-cwi-program-para #overview .overview-facts .fact:last-of-type {
  margin-bottom: 0;
}
.omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
  min-width: 5rem;
  margin-right: 20px;
  text-align: center;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
    min-width: 3.25rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
    min-width: 3.25rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
    min-width: 4.25rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
    min-width: 4.25rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
    min-width: 5rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon {
    min-width: 6.25rem;
  }
}
.omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
  fill: #004853;
  height: 3.75rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
    height: 2.3125rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
    height: 2.3125rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
    height: 3.125rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
    height: 3.125rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
    height: 3.75rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-icon svg {
    height: 4.6875rem;
  }
}
.omega-cwi-program-para #overview .overview-facts .fact .fact-info {
  width: 100%;
}
.omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
  font-family: Mulish-ExtraBold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  color: #004853;
  font-size: 1rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1.25rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-title p {
    font-size: 1.625rem;
  }
}
.omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
  margin-bottom: 0 !important;
  font-size: 0.9375rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 0.9375rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 1.0625rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 1.1875rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p {
    font-size: 1.375rem;
  }
}
.omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
  font-size: 0.8125rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 1rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 0.8125rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 0.9375rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #overview .overview-facts .fact .fact-info .fact-detail p.fact-detail-sub {
    font-size: 1.1875rem;
  }
}
.omega-cwi-program-para #opportunity {
  background-image: url("../images/Web_Compass-Arrow-Pattern_1775x1516-med.jpg");
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #opportunity > div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #opportunity > div {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 40px;
  }
}
.omega-cwi-program-para #opportunity .opportunity-media picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.omega-cwi-program-para #opportunity .opportunity-media picture img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.omega-cwi-program-para #opportunity .virtual-tour {
  position: relative;
  display: block;
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image .virtual-tour-icon {
  background-color: rgba(0, 79, 89, 0.9);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  border-radius: 50%;
  line-height: 1;
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image .virtual-tour-icon svg {
  fill: #FFFFFF;
  font-size: 1.875rem;
  height: 9.375rem;
  width: 9.375rem;
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:hover, .omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:focus {
  cursor: pointer;
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:hover .virtual-tour-icon, .omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:focus .virtual-tour-icon {
  background-color: rgba(255, 255, 255, 0.7);
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:hover .virtual-tour-icon svg, .omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:focus .virtual-tour-icon svg {
  fill: #004853;
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:hover div.image, .omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:focus div.image {
  background-color: #004853;
}
.omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:hover div.image picture, .omega-cwi-program-para #opportunity .virtual-tour #virtual-tour-image:focus div.image picture {
  mix-blend-mode: luminosity;
}
.omega-cwi-program-para #opportunity div.image {
  background-size: cover;
  background-position: center;
}
.omega-cwi-program-para #opportunity .opportunity-text {
  background-color: #FFFFFF;
}
.omega-cwi-program-para #partner {
  position: relative;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #partner h2 {
    margin-bottom: 40px;
  }
}
.omega-cwi-program-para #partner .partner-content {
  background-color: #004853;
  padding: 20px;
  padding-right: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner .partner-content {
    padding: 30px 40px;
    padding-right: 20px;
    width: 69%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-content {
    padding: 30px 40px;
    padding-right: 20px;
    width: 69%;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #partner .partner-content {
    width: 67.5%;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-content {
    width: 67.5%;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #partner .partner-content {
    padding: 40px 60px;
    padding-right: 20px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #partner .partner-content {
    padding: 60px 100px;
    padding-right: 20px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #partner .partner-content {
    width: 73%;
  }
}
.omega-cwi-program-para #partner .partner-content .partner-desc {
  margin-bottom: 20px;
  margin-right: 40px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner .partner-content .partner-desc {
    margin-right: 0px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-content .partner-desc {
    margin-right: 0px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #partner .partner-content .partner-desc {
    margin-bottom: 40px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-content .partner-desc {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #partner .partner-content .partner-desc {
    margin-bottom: 60px;
  }
}
.omega-cwi-program-para #partner .partner-content .partner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-right: 60px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner .partner-content .partner-links {
    margin-right: 0px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-content .partner-links {
    margin-right: 0px;
  }
}
.omega-cwi-program-para #partner .partner-content .partner-links .partner-link {
  margin: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.omega-cwi-program-para #partner .partner-content .partner-links img {
  height: 50px;
  margin-right: 20px;
}
.omega-cwi-program-para #partner .partner-angle {
  position: absolute;
  width: 80px;
  height: 300px;
  bottom: 0;
  right: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner .partner-angle {
    position: relative;
    bottom: unset;
    right: unset;
    height: unset;
    background: #02CB35;
    background: -webkit-gradient(linear, left top, right top, from(#00a239), to(#006b74));
    background: linear-gradient(90deg, #00a239 0%, #006b74 100%);
    width: 31%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-angle {
    position: relative;
    bottom: unset;
    right: unset;
    height: unset;
    background: #02CB35;
    background: -webkit-gradient(linear, left top, right top, from(#00a239), to(#006b74));
    background: linear-gradient(90deg, #00a239 0%, #006b74 100%);
    width: 31%;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #partner .partner-angle {
    width: 32.5%;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-angle {
    width: 32.5%;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #partner .partner-angle {
    width: 27%;
  }
}
.omega-cwi-program-para #partner .partner-angle .partner-angle-path {
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00a239), to(#006b74));
  background: linear-gradient(90deg, #00a239 0%, #006b74 100%);
  clip-path: polygon(100% 100%, 100% 0%, 0% 100%, 0% 100%);
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path {
    left: -1px;
    right: unset;
    background: #004853;
    clip-path: polygon(0% 0%, 29% 0%, 4% 100%, 0% 100%);
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path {
    left: -1px;
    right: unset;
    background: #004853;
    clip-path: polygon(0% 0%, 29% 0%, 4% 100%, 0% 100%);
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path {
    clip-path: polygon(0% 0%, 22% 0%, 4% 100%, 0% 100%);
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path {
    clip-path: polygon(0% 0%, 22% 0%, 4% 100%, 0% 100%);
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path {
    clip-path: polygon(0% 0%, 24% 0%, 4% 100%, 0% 100%);
  }
}
.omega-cwi-program-para #partner .partner-angle .partner-angle-path:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #02CB35;
  clip-path: polygon(100% 0%, 100% 10%, 10% 100%, 0% 100%);
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path:before {
    clip-path: polygon(25% 0%, 30% 0%, 5% 100%, 0% 100%);
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path:before {
    clip-path: polygon(25% 0%, 30% 0%, 5% 100%, 0% 100%);
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path:before {
    clip-path: polygon(18% 0%, 23% 0%, 5% 100%, 0% 100%);
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path:before {
    clip-path: polygon(18% 0%, 23% 0%, 5% 100%, 0% 100%);
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #partner .partner-angle .partner-angle-path:before {
    clip-path: polygon(20% 0%, 25% 0%, 5% 100%, 0% 100%);
  }
}
.omega-cwi-program-para #partner.logos .partner-content {
  background-color: #FFFFFF;
  border-left: 10px solid #02CB35;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #partner.logos .partner-content {
    border-left: 14px solid #02CB35;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner.logos .partner-content {
    border-left: 14px solid #02CB35;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #partner.logos .partner-angle .partner-angle-path {
    background-color: #FFFFFF;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #partner.logos .partner-angle .partner-angle-path {
    background-color: #FFFFFF;
  }
}
.omega-cwi-program-para #study .study-desc {
  margin-bottom: 20px;
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study .study-desc {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study .study-desc .study-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-desc .study-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.omega-cwi-program-para #study .study-desc .study-cards:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study .study-desc .study-cards > div {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-desc .study-cards > div {
    width: 50%;
    margin-bottom: 0;
  }
}
.omega-cwi-program-para #study .study-desc .study-cards > div h3 {
  padding-bottom: 10px;
}
.omega-cwi-program-para #study .study-desc .study-cards > div p strong {
  color: #004853;
}
.omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(odd) {
  padding: 0;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(odd) {
    padding: 0 30px 20px 0;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(odd) {
    padding: 0 30px 20px 0;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(odd) {
    padding: 0 50px 20px 0;
  }
}
.omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(even) {
  padding: 0;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(even) {
    padding: 0 0 20px 30px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(even) {
    padding: 0 0 20px 30px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #study .study-desc .study-cards > div:nth-of-type(even) {
    padding: 0 0 20px 50px;
  }
}
.omega-cwi-program-para #study .study-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study .study-links {
    margin-top: 10px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-links {
    margin-top: 10px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study .study-links {
    margin-top: 20px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #study .study-links {
    margin-top: 40px;
  }
}
.omega-cwi-program-para #study .study-links a {
  margin: 0 20px 0 0;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study .study-links a {
    margin: 0 40px 0 0;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-links a {
    margin: 0 40px 0 0;
  }
}
.omega-cwi-program-para #study .study-links a:last-of-type {
  margin-right: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper {
  background-color: #EDEDED;
  padding: 20px;
  margin-bottom: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper {
    padding: 20px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper {
    padding: 20px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper {
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 40px;
    padding: 30px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper:nth-of-type(odd) {
    margin-left: 0px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper:nth-of-type(odd) {
    margin-left: 0px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper:nth-of-type(even) {
    margin-right: 0px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper:nth-of-type(even) {
    margin-right: 0px;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
  font-size: 1rem;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1.0625rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1.0625rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper h4 {
    font-size: 1.75rem;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info p {
  margin-bottom: 0 !important;
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info .degree-z .degree-z-icon {
  display: block;
  background-image: url("../images/z-degree_icon_70x70.png");
  background-size: 100%;
  float: left;
  margin-right: 10px;
  height: 1.1875rem;
  width: 1.1875rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info .degree-z .degree-z-icon {
    height: 1.0625rem;
    width: 1.0625rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info .degree-z .degree-z-icon {
    height: 1.0625rem;
    width: 1.0625rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info .degree-z .degree-z-icon {
    height: 1.25rem;
    width: 1.25rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info .degree-z .degree-z-icon {
    height: 1.5625rem;
    width: 1.5625rem;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-info .degree-format {
  clear: both;
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-icon {
  background-color: #FFFFFF;
  display: inline-block;
  color: #004853;
  border-radius: 10px;
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #02CB35;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-icon {
    margin-right: 10px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-icon {
    margin-right: 10px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-icon {
    margin-right: 20px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-icon {
    margin-right: 20px;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length {
  display: block;
  float: left;
  width: 5.9375rem;
  padding: 5px 10px 5px 1px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length {
    width: 4.375rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length {
    width: 4.375rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length {
    width: 5.625rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length {
    width: 5.625rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length {
    width: 5.9375rem;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length p {
  font-size: 2.5rem;
  margin: 0 !important;
  text-align: center;
  line-height: 1;
  color: #004853;
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length p {
    font-size: 1.4375rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length p {
    font-size: 1.4375rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length p {
    font-size: 2rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length p {
    font-size: 2rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length p {
    font-size: 2.5rem;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length .degree-interval {
  font-size: 1rem;
  color: #004853;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 2px;
  display: block;
  text-align: center;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length .degree-interval {
    font-size: 0.6875rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length .degree-interval {
    font-size: 0.6875rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length .degree-interval {
    font-size: 0.8125rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length .degree-interval {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length .degree-interval {
    font-size: 1rem;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length.empty {
  display: none;
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-length.empty ~ .degree-type {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin: 0;
  padding: 20px;
  height: auto;
  width: auto;
  border: 0;
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  border-bottom: 2px solid #02CB35;
  display: inline-block;
  width: 3.75rem x;
  margin-top: 5px;
  margin-left: -35px;
  padding-left: 0px;
  -webkit-transform-origin: 50% 86%;
      -ms-transform-origin: 50% 86%;
          transform-origin: 50% 86%;
  text-align: center;
  line-height: 1.4;
  height: 2.3125rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type {
    margin-top: 8px;
    margin-left: -23px;
    width: 1.875rem;
    height: 1.25rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type {
    margin-top: 8px;
    margin-left: -23px;
    width: 1.875rem;
    height: 1.25rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type {
    margin-top: 4px;
    margin-left: -35px;
    width: 3.125rem;
    height: 1.9375rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type {
    margin-top: 4px;
    margin-left: -35px;
    width: 3.125rem;
    height: 1.9375rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type {
    margin-top: 5px;
    width: 3.75rem;
    height: 2.3125rem;
  }
}
.omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type p {
  letter-spacing: 2px;
  font-size: 1.5625rem;
  color: #004853;
  padding: 0;
  margin: 0;
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type p {
    font-size: 0.8125rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type p {
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type p {
    font-size: 1.1875rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type p {
    font-size: 1.1875rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study #study-degree .degree-wrapper .degree-wrapper-flex .degree-type p {
    font-size: 1.5625rem;
  }
}
.omega-cwi-program-para #study .study-accordion {
  margin-top: 20px;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #study .study-accordion {
    margin-top: 30px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #study .study-accordion {
    margin-top: 30px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #study .study-accordion {
    margin-top: 40px;
  }
}
.omega-cwi-program-para #admission {
  background-color: #EDEDED;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #admission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.omega-cwi-program-para #admission .admission-content {
  padding: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #admission .admission-content {
    padding: 40px;
    padding-right: 20px;
    width: 55%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-content {
    padding: 40px;
    padding-right: 20px;
    width: 55%;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #admission .admission-content {
    width: 55%;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-content {
    width: 55%;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #admission .admission-content {
    padding: 60px;
    padding-right: 20px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #admission .admission-content {
    padding: 100px;
    padding-right: 20px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #admission .admission-content {
    width: 55%;
  }
}
.omega-cwi-program-para #admission .admission-angle {
  display: none;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #admission .admission-angle {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 45%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-angle {
    display: block;
    position: relative;
    background-size: cover;
    background-position: center;
    width: 45%;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #admission .admission-angle {
    width: 45%;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-angle {
    width: 45%;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #admission .admission-angle {
    width: 45%;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path {
    position: absolute;
    height: 100%;
    width: 100%;
    left: -1px;
    background: #EDEDED;
    clip-path: polygon(0% 0%, 28% 0%, 3% 100%, 0% 100%);
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path {
    position: absolute;
    height: 100%;
    width: 100%;
    left: -1px;
    background: #EDEDED;
    clip-path: polygon(0% 0%, 28% 0%, 3% 100%, 0% 100%);
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path {
    clip-path: polygon(0% 0%, 21% 0%, 3% 100%, 0% 100%);
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path {
    clip-path: polygon(0% 0%, 21% 0%, 3% 100%, 0% 100%);
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path {
    clip-path: polygon(0% 0%, 22.5% 0%, 2.5% 100%, 0% 100%);
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #02CB35;
    clip-path: polygon(25% 0%, 29% 0%, 4% 100%, 0% 100%);
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #02CB35;
    clip-path: polygon(25% 0%, 29% 0%, 4% 100%, 0% 100%);
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path:before {
    clip-path: polygon(18% 0%, 22% 0%, 4% 100%, 0% 100%);
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path:before {
    clip-path: polygon(18% 0%, 22% 0%, 4% 100%, 0% 100%);
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #admission .admission-angle .admission-angle-path:before {
    clip-path: polygon(20% 0%, 23% 0%, 3% 100%, 0% 100%);
  }
}
.omega-cwi-program-para #career .left picture {
  display: none;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #career .left picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 80px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .left picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: sticky;
    top: 80px;
  }
}
.omega-cwi-program-para #career .left picture img {
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.omega-cwi-program-para #career .career-info {
  margin-bottom: 20px;
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #career .career-info {
    margin-bottom: 40px;
  }
}
.omega-cwi-program-para #career .career-occupy .load-more-btn {
  margin: 20px 0 0 auto;
}
.omega-cwi-program-para #career .career-occupy .occopy-desc {
  margin-bottom: 20px;
}
.omega-cwi-program-para #career .career-occupy .occupy-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12.5px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div {
    width: 50%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div {
    width: 50%;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div {
    width: unset;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div {
    width: unset;
  }
}
.omega-cwi-program-para #career .career-occupy .occupy-stats > div p {
  margin: 0 auto !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
  font-family: Mulish-ExtraBold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: italic;
  color: #004853;
  font-size: 1.5625rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
    font-size: 1.375rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
    font-size: 1.375rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
    font-size: 1.6875rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
    font-size: 1.6875rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
    font-size: 2.0625rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type {
    font-size: 2.8125rem;
  }
}
.omega-cwi-program-para #career .career-occupy .occupy-stats > div p:first-of-type sup {
  font-size: 0.6em;
  padding-left: 5px;
}
.omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
  text-align: center;
  font-size: 1rem;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
    font-size: 0.875rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
    font-size: 0.875rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
    font-size: 0.9375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #career .career-occupy .occupy-stats > div .label {
    font-size: 1.125rem;
  }
}
.omega-cwi-program-para #career .full {
  margin-top: 0;
}
.omega-cwi-program-para #accreditation > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #02CB35;
  padding: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #accreditation > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #accreditation > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #accreditation > div {
    padding: 40px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #accreditation > div {
    padding: 50px;
  }
}
.omega-cwi-program-para #accreditation > div .accreditation-content {
  width: 100%;
}
.omega-cwi-program-para #accreditation > div .accreditation-content .accreditation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #accreditation > div .accreditation-content .accreditation-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #accreditation > div .accreditation-content .accreditation-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.omega-cwi-program-para #accreditation > div .accreditation-content .accreditation-link a {
  margin: 0;
}
.omega-cwi-program-para #accreditation.logo .accreditation-content {
  width: 100%;
}
.omega-cwi-program-para #accreditation.logo .accreditation-content .accreditation-link a {
  display: none;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #accreditation.logo .accreditation-content .accreditation-link a {
    display: inline-block;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #accreditation.logo .accreditation-content .accreditation-link a {
    display: inline-block;
  }
}
.omega-cwi-program-para #accreditation.logo .accreditation-logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo {
    margin-left: 20px;
    display: block;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo {
    margin-left: 20px;
    display: block;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo {
    margin-left: 40px;
  }
}
.omega-cwi-program-para #accreditation.logo .accreditation-logo img {
  margin: 0 auto;
  max-height: 70px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo img {
    max-height: 125px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo img {
    max-height: 125px;
  }
}
.omega-cwi-program-para #accreditation.logo .accreditation-logo .accreditation-link a {
  margin: 0;
  margin-top: 20px;
  display: inline-block;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo .accreditation-link a {
    display: none;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #accreditation.logo .accreditation-logo .accreditation-link a {
    display: none;
  }
}
.omega-cwi-program-para #cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards {
    padding: 60px;
    padding-bottom: 30px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #cards {
    padding: 100px;
    padding-bottom: 70px;
  }
}
.omega-cwi-program-para #cards a.card {
  background-color: #EDEDED;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(50% - 20px);
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(50% - 20px);
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards a.card {
    margin-bottom: 30px;
    width: calc(50% - 30px);
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #cards a.card {
    margin-bottom: 40px;
    width: calc(50% - 40px);
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards a.card:nth-of-type(odd) {
    margin-right: 30px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #cards a.card:nth-of-type(odd) {
    margin-right: 40px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card:nth-of-type(even) {
    margin-left: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card:nth-of-type(even) {
    margin-left: 20px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards a.card:nth-of-type(even) {
    margin-left: 30px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #cards a.card:nth-of-type(even) {
    margin-left: 40px;
  }
}
.omega-cwi-program-para #cards a.card > img {
  padding: 20px 20px 0;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card > img {
    padding: 0;
    height: 8.125rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > img {
    padding: 0;
    height: 8.125rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #cards a.card > img {
    height: 11.5625rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > img {
    height: 11.5625rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards a.card > img {
    height: 14.6875rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #cards a.card > img {
    height: 21.5625rem;
  }
}
.omega-cwi-program-para #cards a.card > div {
  margin: 20px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card > div {
    margin: 10px;
    overflow: hidden; /* Cut off the content */
    position: relative; /* needed for :after */
    max-height: 7.5em;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > div {
    margin: 10px;
    overflow: hidden; /* Cut off the content */
    position: relative; /* needed for :after */
    max-height: 7.5em;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #cards a.card > div {
    margin: 20px;
    max-height: 9em;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > div {
    margin: 20px;
    max-height: 9em;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards a.card > div {
    max-height: 10.8em;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #cards a.card > div {
    max-height: 14.75em;
  }
}
.omega-cwi-program-para #cards a.card > div .card-title {
  margin-bottom: 8px;
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
  line-height: 1.15;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 1.375rem;
    margin-bottom: 7px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 0.875rem;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 1.0625rem;
    margin-bottom: 6px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 1.0625rem;
    margin-bottom: 6px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 1.25rem;
    margin-bottom: 12px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #cards a.card > div .card-title {
    font-size: 1.75rem;
    margin-bottom: 20px;
  }
}
.omega-cwi-program-para #cards a.card > div .card-title > span {
  color: #004853;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.omega-cwi-program-para #cards a.card > div .card-title::after {
  content: ">";
  color: #02CB35;
  margin-left: 4px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #cards a.card > div:after {
    content: ""; /* Needed to render the pseudo */
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, #EDEDED));
    background-image: linear-gradient(to right, transparent, #EDEDED 80%);
    position: absolute;
    bottom: 0px;
    right: 2px;
    height: calc(1em + 8px);
    width: 35%; /* relative to the .card container */
    display: block;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #cards a.card > div:after {
    content: ""; /* Needed to render the pseudo */
    background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, #EDEDED));
    background-image: linear-gradient(to right, transparent, #EDEDED 80%);
    position: absolute;
    bottom: 0px;
    right: 2px;
    height: calc(1em + 8px);
    width: 35%; /* relative to the .card container */
    display: block;
  }
}
.omega-cwi-program-para #cards a.card > div p svg {
  fill: #004853;
  margin-right: 5px;
  height: 1em;
  width: auto;
}
.omega-cwi-program-para #cards a.card:hover, .omega-cwi-program-para #cards a.card:focus {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.omega-cwi-program-para #cards a.card:hover > div .card-title, .omega-cwi-program-para #cards a.card:focus > div .card-title {
  font-family: Mulish-ExtraBold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
}
.omega-cwi-program-para #cards a.card:hover > div .card-title > span, .omega-cwi-program-para #cards a.card:focus > div .card-title > span {
  letter-spacing: 0.32px;
  color: #902A9D;
  text-decoration: underline;
}
.omega-cwi-program-para #cards a.card:hover > div .card-title::after, .omega-cwi-program-para #cards a.card:focus > div .card-title::after {
  color: #902A9D;
}
.omega-cwi-program-para #related {
  background-image: url("../images/Web_Compass-Arrow-Pattern_1775x1516-med.jpg");
}
.omega-cwi-program-para #related > div {
  background-color: #FFFFFF;
  padding: 20px;
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #related > div {
    padding: 40px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #related > div {
    padding: 50px;
  }
}
.omega-cwi-program-para #related > div .flexible-grid .view-content .related-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
  width: 100%;
  aspect-ratio: 354/232;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
    width: auto;
    max-width: unset;
    height: 3.625rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
    width: auto;
    max-width: unset;
    height: 3.625rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
    height: 4.75rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
    height: 4.75rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
    height: 5.9375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-image img {
    height: 8.75rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content {
    width: 70%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content {
    width: 70%;
  }
}
.omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
  display: block;
  line-height: 1.15;
  margin-bottom: 8px;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 7px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 6px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 6px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .related-program .related-content a.related-title {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .views-row-1:only-child .related-content {
    width: 100%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #related > div .flexible-grid .view-content .views-row-1:only-child .related-content {
    width: 100%;
  }
}
.omega-cwi-program-para #clubs .flexible-grid .club {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.omega-cwi-program-para #clubs .flexible-grid .club .club-image {
  display: none;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 20px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-right: 20px;
  }
}
.omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
  width: auto;
  max-width: unset;
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
    height: 3.625rem;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
    height: 3.625rem;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
    height: 4.75rem;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
    height: 4.75rem;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
    height: 5.9375rem;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-image img {
    height: 8.75rem;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content {
    width: 70%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content {
    width: 70%;
  }
}
.omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
  display: block;
  line-height: 1.15;
  margin-bottom: 8px;
}
@media all and (min-width: 23.4375rem) and (min-device-width: 23.4375rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 7px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 6px;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 6px;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 6px;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 12px;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #clubs .flexible-grid .club .club-content a {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 46.25rem) and (min-device-width: 46.25rem) {
  .omega-cwi-program-para #clubs .flexible-grid .views-row-1:only-child .club-content {
    width: 100%;
  }
}
@media (max-device-width: 50rem) and (min-width: 46.25rem) and (orientation: landscape) {
  .omega-cwi-program-para #clubs .flexible-grid .views-row-1:only-child .club-content {
    width: 100%;
  }
}
.omega-cwi-program-para #faqs {
  background-color: #EDEDED;
}
.omega-cwi-program-para #faqs .view-program-faqs {
  background-color: #FFFFFF;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #faqs .view-program-faqs {
    padding: 40px;
  }
}
@media all and (min-width: 88.75rem) {
  .omega-cwi-program-para #faqs .view-program-faqs {
    padding: 50px;
  }
}
.omega-cwi-program-para #news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5px (minmax(1px, 1fr))[1] 5px;
  grid-template-columns: 5px repeat(1, minmax(1px, 1fr)) 5px;
  -ms-grid-rows: 1;
  grid-template-rows: 1;
  margin: 20px 0;
}
.omega-cwi-program-para #news > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.omega-cwi-program-para #news > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.omega-cwi-program-para #news > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media all and (min-width: 61.25rem) and (min-device-width: 61.25rem) {
  .omega-cwi-program-para #news {
    margin: 40px 0;
  }
}
@media all and (max-device-width: 64rem) and (min-width: 64rem) and (orientation: landscape) {
  .omega-cwi-program-para #news {
    margin: 40px 0;
  }
}
@media all and (min-width: 80rem) {
  .omega-cwi-program-para #news {
    margin: 50px 0;
  }
}
@media all and (min-width: 112.5rem) {
  .omega-cwi-program-para #news {
    margin: 100px 0;
  }
}
.omega-cwi-program-para #news .news-wrapper {
  -ms-grid-column: 2;
  grid-column: 2;
}
.omega-cwi-program-para #rfi {
  background-color: #EDEDED;
}
.omega-cwi-program-para #rfi .left-box {
  background-color: #FFFFFF;
}
.omega-cwi-program-para #rfi .left-box .rfi-description {
  margin-bottom: 0;
}
.omega-cwi-program-para #rfi .right {
  background-color: #FFFFFF;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 40px;
}
.omega-cwi-program-para #rfi .right .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.omega-cwi-program-para #rfi .right .contact p {
  margin-bottom: 0;
}
.omega-cwi-program-para #rfi .right .contact p.contact-name {
  font-family: Mulish-Bold, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  font-style: normal;
}
.omega-cwi-program-para #rfi .right .contact p.contact-name:nth-of-type(2) {
  margin-top: 20px;
}
.omega-cwi-program-para #rfi .right .contact a {
  display: block;
}
.omega-cwi-program-para #rfi .right .contact a.bs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px 0 0 0;
}
.node-type-program .grecaptcha-badge {
  display: none;
}