.icon-page-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.icon-page-links img {
  margin-top: -7px;
}
.icon-page-links li {
  padding-right: 20px;
  padding-bottom: 15px;
}
.icon-page-links span {
  padding-left: 8px;
  display: inline-block;
}
.icon-page-links a:not(.btn) {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.icon-page-links a:hover {
  text-decoration: underline;
}
section.padding60:not(.bkg-gray) + a[name=schedule] + #schedule-table,
section.padding60 + a[name=goproduct] + #focus_callouts {
  margin-top: -60px;
}
#schedule-table {
  margin-top: 60px;
}
.first-section #schedule-table {
  margin-top: 2em;
}
.section-type-schedule {
  margin-bottom: 40px;
}
#schedule-table + section.padding60 {
  padding-top: 0;
}
/* CAROUSEL */
#gosponsors_div {
  margin-bottom: 50px;
  /* carousel-ibs-focus-sponsors */
  /* ////// used in focus page carousel-ibs-focus-sponsors */
}
#gosponsors_div h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #003E75;
}
#gosponsors_div .owl-carousel.carousel-ibs-focus-sponsors .owl-item {
  padding-left: 15px;
  padding-right: 15px;
}
#gosponsors_div .owl-carousel .owl-item .grayscale-hover-color {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(99%);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#gosponsors_div .owl-carousel .owl-item .grayscale-hover-color:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: color;
}
#gosponsors_div .owl-carousel .owl-dots button {
  width: 20px;
  height: 5px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #869791;
  border: 3px solid transparent;
}
#gosponsors_div .owl-carousel .owl-dots button.active {
  background: #000;
}
#gosponsors_div .owl-carousel .owl-item img {
  width: auto;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.wysiwyg-content {
  margin-bottom: 20px;
}
.row-columns {
  margin-bottom: 30px !important;
}
#goproduct_div .graybkg {
  margin-top: 20px;
}
.focus-heading {
  margin-bottom: 20px;
  margin-top: 20px;
}
.focus-heading h3 {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 11px;
  margin: 10px 0px;
}
.focus-heading h3 a {
  font-size: 17px;
  font-weight: 600;
  color: #0b3f74;
  text-decoration: none;
}
/*.focus-table_header {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px 0px;
    background: #003E75;
    color: #fff;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 3px solid #fff;

    p:first-child {
        font-weight: 600;
        margin-bottom: 0;
    }

    p:last-child {
        margin-bottom: 1rem;
    }
}

.focus-table_header p {
    color: #fff;
}
#focus_callouts .title {
    color: #003E75;
    font-size: 27px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}*/
/* Convert Focus Schedule to CSS Grid*/
#schedule-table .table-header {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  margin: 0 0 1px 0;
  padding: 15px;
  background: #00AFE9;
  color: #fff;
  text-align: center !important;
  border: 0 !important;
}
#schedule-table .focus-table-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-rows: auto;
  /* grid-column-gap: 5px;
        grid-row-gap: 5px;*/
  grid-auto-flow: column;
}
#schedule-table .focus-table-grid .cell {
  font-size: 16px;
  line-height: 25px;
  padding: 15px;
  text-align: left;
  margin-bottom: 5px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ededed;
}
#schedule-table .focus-table-grid .cell .ampm {
  text-transform: uppercase;
}
#schedule-table .focus-table-grid .cell a {
  text-decoration: underline;
  font-size: 16px;
  color: #00AFE9;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  padding-bottom: 8px;
}
#schedule-table .focus-table-grid.focus-table-1 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
#schedule-table .focus-table-grid.focus-table-2 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
#schedule-table .focus-table-grid.focus-table-3 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
#schedule-table .focus-table-grid.focus-table-4 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
#schedule-table .focus-table-grid.focus-table-5 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
#schedule-table .focus-table-grid.focus-table-6 {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
#schedule-table .focus-table-grid .cell-1 {
  margin-bottom: 5px;
  -ms-grid-column: 1;
  grid-column: 1;
}
#schedule-table .focus-table-grid .cell-2 {
  margin-bottom: 5px;
  -ms-grid-column: 1;
  grid-column: 1;
}
#schedule-table .focus-table-grid .cell-3 {
  margin-bottom: 5px;
  -ms-grid-column: 1;
  grid-column: 1;
}
#schedule-table .focus-table-grid .cell-4 {
  margin-bottom: 5px;
  -ms-grid-column: 1;
  grid-column: 1;
}
#schedule-table .focus-table-grid .cell-5 {
  margin-bottom: 5px;
  -ms-grid-column: 1;
  grid-column: 1;
}
#schedule-table .focus-table-grid .cell-6 {
  margin-bottom: 5px;
  -ms-grid-column: 1;
  grid-column: 1;
}
#schedule-table .focus-table-grid .cell-empty {
  -ms-grid-column: 1;
  display: none;
}
#schedule-table .focus-table-grid > *:nth-child(49) {
  -ms-grid-row: 49;
}
#schedule-table .focus-table-grid > *:nth-child(48) {
  -ms-grid-row: 48;
}
#schedule-table .focus-table-grid > *:nth-child(47) {
  -ms-grid-row: 47;
}
#schedule-table .focus-table-grid > *:nth-child(46) {
  -ms-grid-row: 46;
}
#schedule-table .focus-table-grid > *:nth-child(45) {
  -ms-grid-row: 45;
}
#schedule-table .focus-table-grid > *:nth-child(44) {
  -ms-grid-row: 44;
}
#schedule-table .focus-table-grid > *:nth-child(43) {
  -ms-grid-row: 43;
}
#schedule-table .focus-table-grid > *:nth-child(42) {
  -ms-grid-row: 42;
}
#schedule-table .focus-table-grid > *:nth-child(41) {
  -ms-grid-row: 41;
}
#schedule-table .focus-table-grid > *:nth-child(40) {
  -ms-grid-row: 40;
}
#schedule-table .focus-table-grid > *:nth-child(39) {
  -ms-grid-row: 39;
}
#schedule-table .focus-table-grid > *:nth-child(38) {
  -ms-grid-row: 38;
}
#schedule-table .focus-table-grid > *:nth-child(37) {
  -ms-grid-row: 37;
}
#schedule-table .focus-table-grid > *:nth-child(36) {
  -ms-grid-row: 36;
}
#schedule-table .focus-table-grid > *:nth-child(35) {
  -ms-grid-row: 35;
}
#schedule-table .focus-table-grid > *:nth-child(34) {
  -ms-grid-row: 34;
}
#schedule-table .focus-table-grid > *:nth-child(33) {
  -ms-grid-row: 33;
}
#schedule-table .focus-table-grid > *:nth-child(32) {
  -ms-grid-row: 32;
}
#schedule-table .focus-table-grid > *:nth-child(31) {
  -ms-grid-row: 31;
}
#schedule-table .focus-table-grid > *:nth-child(30) {
  -ms-grid-row: 30;
}
#schedule-table .focus-table-grid > *:nth-child(29) {
  -ms-grid-row: 29;
}
#schedule-table .focus-table-grid > *:nth-child(28) {
  -ms-grid-row: 28;
}
#schedule-table .focus-table-grid > *:nth-child(27) {
  -ms-grid-row: 27;
}
#schedule-table .focus-table-grid > *:nth-child(26) {
  -ms-grid-row: 26;
}
#schedule-table .focus-table-grid > *:nth-child(25) {
  -ms-grid-row: 25;
}
#schedule-table .focus-table-grid > *:nth-child(24) {
  -ms-grid-row: 24;
}
#schedule-table .focus-table-grid > *:nth-child(23) {
  -ms-grid-row: 23;
}
#schedule-table .focus-table-grid > *:nth-child(22) {
  -ms-grid-row: 22;
}
#schedule-table .focus-table-grid > *:nth-child(21) {
  -ms-grid-row: 21;
}
#schedule-table .focus-table-grid > *:nth-child(20) {
  -ms-grid-row: 20;
}
#schedule-table .focus-table-grid > *:nth-child(19) {
  -ms-grid-row: 19;
}
#schedule-table .focus-table-grid > *:nth-child(18) {
  -ms-grid-row: 18;
}
#schedule-table .focus-table-grid > *:nth-child(17) {
  -ms-grid-row: 17;
}
#schedule-table .focus-table-grid > *:nth-child(16) {
  -ms-grid-row: 16;
}
#schedule-table .focus-table-grid > *:nth-child(15) {
  -ms-grid-row: 15;
}
#schedule-table .focus-table-grid > *:nth-child(14) {
  -ms-grid-row: 14;
}
#schedule-table .focus-table-grid > *:nth-child(13) {
  -ms-grid-row: 13;
}
#schedule-table .focus-table-grid > *:nth-child(12) {
  -ms-grid-row: 12;
}
#schedule-table .focus-table-grid > *:nth-child(11) {
  -ms-grid-row: 11;
}
#schedule-table .focus-table-grid > *:nth-child(10) {
  -ms-grid-row: 10;
}
#schedule-table .focus-table-grid > *:nth-child(9) {
  -ms-grid-row: 9;
}
#schedule-table .focus-table-grid > *:nth-child(8) {
  -ms-grid-row: 8;
}
#schedule-table .focus-table-grid > *:nth-child(7) {
  -ms-grid-row: 7;
}
#schedule-table .focus-table-grid > *:nth-child(6) {
  -ms-grid-row: 6;
}
#schedule-table .focus-table-grid > *:nth-child(5) {
  -ms-grid-row: 5;
}
#schedule-table .focus-table-grid > *:nth-child(4) {
  -ms-grid-row: 4;
}
#schedule-table .focus-table-grid > *:nth-child(3) {
  -ms-grid-row: 3;
}
#schedule-table .focus-table-grid > *:nth-child(2) {
  -ms-grid-row: 2;
}
#schedule-table .focus-table-grid > *:nth-child(1) {
  -ms-grid-row: 1;
}
@media (min-width: 768px) {
  #schedule-table .focus-table-grid {
    grid-auto-rows: 1fr;
    -ms-grid-rows: -webkit-min-content 1fr;
    -ms-grid-rows: min-content 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
  }
  #schedule-table .focus-table-grid > .row-25 {
    -ms-grid-row: 25;
  }
  #schedule-table .focus-table-grid > .row-24 {
    -ms-grid-row: 24;
  }
  #schedule-table .focus-table-grid > .row-23 {
    -ms-grid-row: 23;
  }
  #schedule-table .focus-table-grid > .row-22 {
    -ms-grid-row: 22;
  }
  #schedule-table .focus-table-grid > .row-21 {
    -ms-grid-row: 21;
  }
  #schedule-table .focus-table-grid > .row-20 {
    -ms-grid-row: 20;
  }
  #schedule-table .focus-table-grid > .row-19 {
    -ms-grid-row: 19;
  }
  #schedule-table .focus-table-grid > .row-18 {
    -ms-grid-row: 18;
  }
  #schedule-table .focus-table-grid > .row-17 {
    -ms-grid-row: 17;
  }
  #schedule-table .focus-table-grid > .row-16 {
    -ms-grid-row: 16;
  }
  #schedule-table .focus-table-grid > .row-15 {
    -ms-grid-row: 15;
  }
  #schedule-table .focus-table-grid > .row-14 {
    -ms-grid-row: 14;
  }
  #schedule-table .focus-table-grid > .row-13 {
    -ms-grid-row: 13;
  }
  #schedule-table .focus-table-grid > .row-12 {
    -ms-grid-row: 12;
  }
  #schedule-table .focus-table-grid > .row-11 {
    -ms-grid-row: 11;
  }
  #schedule-table .focus-table-grid > .row-10 {
    -ms-grid-row: 10;
  }
  #schedule-table .focus-table-grid > .row-9 {
    -ms-grid-row: 9;
  }
  #schedule-table .focus-table-grid > .row-8 {
    -ms-grid-row: 8;
  }
  #schedule-table .focus-table-grid > .row-7 {
    -ms-grid-row: 7;
  }
  #schedule-table .focus-table-grid > .row-6 {
    -ms-grid-row: 6;
  }
  #schedule-table .focus-table-grid > .row-5 {
    -ms-grid-row: 5;
  }
  #schedule-table .focus-table-grid > .row-4 {
    -ms-grid-row: 4;
  }
  #schedule-table .focus-table-grid > .row-3 {
    -ms-grid-row: 3;
  }
  #schedule-table .focus-table-grid > .row-2 {
    -ms-grid-row: 2;
  }
  #schedule-table .focus-table-grid > .row-1 {
    -ms-grid-row: 1;
  }
  #schedule-table .focus-table-grid.focus-table-1 {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  #schedule-table .focus-table-grid.focus-table-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #schedule-table .focus-table-grid.focus-table-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  #schedule-table .focus-table-grid.focus-table-4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  #schedule-table .focus-table-grid.focus-table-5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
  #schedule-table .focus-table-grid.focus-table-6 {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
  #schedule-table .focus-table-grid .cell-1 {
    -ms-grid-column: 1;
    grid-column: 1;
    margin-right: 5px;
  }
  #schedule-table .focus-table-grid .cell-2 {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #schedule-table .focus-table-grid .cell-3 {
    -ms-grid-column: 3;
    grid-column: 3;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #schedule-table .focus-table-grid .cell-4 {
    -ms-grid-column: 4;
    grid-column: 4;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #schedule-table .focus-table-grid .cell-5 {
    -ms-grid-column: 5;
    grid-column: 5;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #schedule-table .focus-table-grid .cell-6 {
    -ms-grid-column: 6;
    grid-column: 6;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #schedule-table .focus-table-grid .cell-empty {
    display: block;
  }
  #schedule-table .focus-table-grid.focus-table-2 .cell-2,
  #schedule-table .focus-table-grid.focus-table-3 .cell-3,
  #schedule-table .focus-table-grid.focus-table-4 .cell-4,
  #schedule-table .focus-table-grid.focus-table-5 .cell-5,
  #schedule-table .focus-table-grid.focus-table-6 .cell-4 {
    margin-right: 0;
  }
}
/* FOCUS 2024 */
.icon-page-links {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0px 0px 0px;
  list-style: none;
}
.icon-page-links img {
  margin-top: -7px;
}
.icon-page-links li {
  padding-right: 20px;
  padding-bottom: 15px;
}
.icon-page-links span {
  padding-left: 8px;
  display: inline-block;
}
.icon-page-links a {
  font-size: 19px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
}
.icon-page-links a:hover {
  text-decoration: underline;
}
.focus-table_header {
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  padding: 15px 15px 0px;
  margin-bottom: 1em;
  background: #003E75;
  color: #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 3px solid #fff;
}
.focus-table_header p {
  color: #fff;
}
@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
#focus_callouts .title {
  color: #003E75;
  font-size: 27px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: 'Montserrat', sans-serif;
}
#schedule .table-header {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  margin: 0 0 1px 0;
  padding: 15px;
  background: #00AFE9;
  color: #fff;
  text-align: center !important;
  border-bottom-width: 0;
}
.focus-table_column .table-cell {
  font-size: 16px;
  line-height: 25px;
  padding: 15px;
  text-align: left;
  margin-bottom: 5px;
}
#schedule .table-cell {
  background-color: #fff;
  color: #00264A;
}
.focus-table_column .table-cell {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  /*border: 1px solid #ededed;*/
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}
.focus-table-2 .focus-table_column {
  width: 50%;
  float: left;
}
.focus-table-3 .focus-table_column {
  width: 33.333%;
  float: left;
}
.focus-table-4 .focus-table_column {
  width: 25%;
  float: left;
}
.focus-table-5 .focus-table_column {
  width: 20%;
  float: left;
}
.table-column {
  margin-bottom: 5px !important;
}
.focus-table_column {
  background-color: white;
}
#schedule .table-cell a {
  text-decoration: underline;
  font-size: 16px;
  color: #00AFE9;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding-bottom: 8px;
}
/* CAROUSEL */
#gosponsors {
  margin-bottom: 50px;
}
#gosponsors h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  color: #003E75;
}
/* /// CAROUSEL */
@media screen and (min-width: 991px) {
  .table-column:not(:first-child) {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
@media screen and (max-width: 992px) {
  .focus-table-2 .focus-table_column,
  .focus-table-3 .focus-table_column,
  .focus-table-4 .focus-table_column,
  .focus-table-5 .focus-table_column {
    width: 100% !important;
  }
  #schedule .table-column {
    margin-bottom: 0px !important;
  }
}