:root{
  --body-font-size: 1rem;
  --h1-font-size: 2em;
  --h2-font-size: 1.75em;
  --h3-font-size: 1.5em;
  --h4-font-size: 1.25em;
  font-size: 16px !important;
}

.iphone input, .iphone option, .iphone select, .iphone textarea{
    -webkit-appearance: checkbox !important;}
input#choice_1_1003_1 {
    -webkit-appearance: checkbox !important;
}
.aioseo-breadcrumbs *{
    list-style: disc;
    font-size: 13px;
    font-weight: 400;
    color: #7f7f7f !important;
    line-height: 1.3em;
    text-transform:uppercase;
	
}
.aioseo-breadcrumbs {
    padding-bottom:1em;
    border-bottom: 1px solid #7f7f7f;
	padding-top:1em;
}
span.aioseo-breadcrumb-separator {
    font-size: 16px;
}
.center-page-content h1.inner-section-title {
  font-size: var(--h1-font-size) !important;
  margin: 20px 0px !important;
  color: #7f7f7f;
}

.sponsors-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.sponsors-slider .owl-nav button {
    pointer-events: all;
    background: none;
    border: none;
    font-size: 2em;
    color: #7f7f7f !important;
    cursor: pointer;
}

.sponsors-slider .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}
@media all and (min-width:981px){
.dentist-filters-select.column-4 {
    width: 100% !important;
}}
.sponsors-slider .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}

.sponsors-slider .owl-nav button span {
    background: transparent;
    border: none;
    font-size: 3em;
    top: -20px !important;
    position: relative
}

.sponsors-slider .owl-dots {
    text-align: center;
    position: relative;
}

@media all and (max-width:767px) {
    .sponsors-slider .owl-nav .owl-prev {

        left: 0px;
    }

    .sponsors-slider .owl-nav .owl-next {

        right: 0px;
    }
}

.foundation-area .find-dentist {
    background: #123223;
}

.center-page-content .video-area-foundation {
    margin-bottom: 20px;
}

/* .owl-carousel .owl-item img{
    width:50%;
} */

.program-holder {
    width: 100%;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-gap: 6px;
    margin-bottom: 40px;
    -ms-grid-columns: (3fr)[3];
    grid-template-columns: repeat(3, 3fr);
}

@media only screen and (max-width: 767px) {
    .program-holder {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
}

.program-holder-items .thumb {
    width: 100%;
    height: 260px;
    background-color: white !important;
}

.program-holder-items .dsc {
    padding: 20px 35px;
}

.program-holder-items .dsc h2 {
    font-weight: bold;
    font-size: var(--h2-font-size);
    color: #fff;
    line-height: 1.2em;
    margin-top: 0;
}

.program-holder-items .dsc h6 {
    color: #fff;
    font-size: var(--body-font-size);
    font-weight: 300;
    line-height: 1.25em;
    margin: 15px 0;
}

.program-holder-items .dsc p {
    color: #fff;
    font-size: var(--body-font-size);
    font-weight: 300;
    line-height: 1.2em;
}

.program-holder-items .dsc span {
    font-weight: bold;
    font-size: var(--body-font-size);
    color: #fff;
    line-height: 1.2em;
}

.program-holder-items .thumb img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

.program-holder-items {
    margin-bottom: 20px;
}

.schedule {
  margin-bottom: 40px;
}

.schedule-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0px !important;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.schedule-table .accordion-toggle {
  cursor: pointer;
  background-color: var(--color-1);
  transition: background-color 0.3s ease;
}
.schedule-table .accordion-toggle:hover {
  background-color: var(--color-1-rgba);
}
.schedule-table .schedule-date {
  padding: 15px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}

.schedule-table .accordion-content {
  display: none;
  background-color: #f9f9f9;
}

.inner-schedule-table {
  width: 100%;
}

.inner-schedule-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.inner-schedule-table td:first-child {
  width: 25% !important;
  color: var(--color-1);
  font-weight: bold;
}

.row-toggle {
  float: right;
  transition: transform 0.3s ease;
}

.row-toggle-twist {
  transform: rotate(180deg);
}


/* Columns */

.column-1 {
    width: 8.33333% !important;
  }

  .column-2 {
    width: 16.66667% !important;
  }

  .column-3 {
    width: 25% !important;
  }

  .column-4 {
    width: 33.33333% !important;
  }

  .column-5 {
    width: 41.66667% !important;
  }

  .column-6 {
    width: 50% !important;
  }

  .column-7 {
    width: 58.33333% !important;
  }

  .column-8 {
    width: 66.66667% !important;
  }

  .column-9 {
    width: 75% !important;
  }

  .column-10 {
    width: 83.33333% !important;
  }

  .column-11 {
    width: 91.66667% !important;
  }

  .column-12 {
    width: 100% !important;
  }

  .wow {
    visibility: hidden;
  }

  [class*='column-'] {
    float: left;
    min-height: 1px;
  }

  .has_gutter [class*='column-'] {
    padding: 0 15px;
  }

  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .container {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
  }

  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .container {
      max-width: 732px !important;
    }
  }

  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .container {
      max-width: 100% !important;
      padding: 0 15px;
    }
  }

  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1140px !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .container {
      padding: 0 15px !important;
    }
  }

  @media only screen and (min-width: 1200px) {
    .show-mob {
      display: none !important;
    }
    .show-tab {
      display: none !important;
    }
    .show-tab-big {
      display: none !important;
    }
  }

  @media only screen and (max-width: 767px) {
    .column-mob-1 {
      width: 8.33333% !important;
    }
    .column-mob-2 {
      width: 16.66667% !important;
    }
    .column-mob-3 {
      width: 25% !important;
    }
    .column-mob-4 {
      width: 33.33333% !important;
    }
    .column-mob-5 {
      width: 41.66667% !important;
    }
    .column-mob-6 {
      width: 50% !important;
    }
    .column-mob-7 {
      width: 58.33333% !important;
    }
    .column-mob-8 {
      width: 66.66667% !important;
    }
    .column-mob-9 {
      width: 75% !important;
    }
    .column-mob-10 {
      width: 83.33333% !important;
    }
    .column-mob-11 {
      width: 91.66667% !important;
    }
    .column-mob-12 {
      width: 100% !important;
    }
    .show-mob {
      display: block !important;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 990px) {
    .column-tab-1 {
      width: 8.33333%;
    }
    .column-tab-2 {
      width: 16.66667%;
    }
    .column-tab-3 {
      width: 25%;
    }
    .column-tab-4 {
      width: 33.33333%;
    }
    .column-tab-5 {
      width: 41.66667%;
    }
    .column-tab-6 {
      width: 50%;
    }
    .column-tab-7 {
      width: 58.33333%;
    }
    .column-tab-8 {
      width: 66.66667%;
    }
    .column-tab-9 {
      width: 75%;
    }
    .column-tab-10 {
      width: 83.33333%;
    }
    .column-tab-11 {
      width: 91.66667%;
    }
    .column-tab-12 {
      width: 100%;
    }
    .show-tab {
      display: block !important;
    }
    .hidden-tab {
      display: none !important;
    }
  }

  @media only screen and (min-width: 991px) and (max-width: 1199px) {
    .column-tab-big-1 {
      width: 8.33333%;
    }
    .column-tab-big-2 {
      width: 16.66667%;
    }
    .column-tab-big-3 {
      width: 25%;
    }
    .column-tab-big-4 {
      width: 33.33333%;
    }
    .column-tab-big-5 {
      width: 41.66667%;
    }
    .column-tab-big-6 {
      width: 50%;
    }
    .column-tab-big-7 {
      width: 58.33333%;
    }
    .column-tab-big-8 {
      width: 66.66667%;
    }
    .column-tab-big-9 {
      width: 75%;
    }
    .column-tab-big-10 {
      width: 83.33333%;
    }
    .column-tab-big-11 {
      width: 91.66667%;
    }
    .column-tab-big-12 {
      width: 100%;
    }
    .show-tablet-big {
      display: block !important;
    }
    .hidden-tablet-big {
      display: none !important;
    }
  }

  /* Accordion table styling */
  .row-active, .row-open {
    background: rgba(245,245,245,1);
    opacity: 1 !important;
  }
  .row-open {
    max-height: 999px !important;
    padding: 1.5em !important;
  }
  .row-toggle {
    position: relative;
    cursor: pointer;
    float: right;
    display: block;
    margin: .3em 0.5em 0 0;
    font-size: 2em;
    transition: ease transform .5s;
    transform-origin: center;
    line-height: 1;
    font-weight: bold;
  }
  .row-toggle .horizontal,
  .row-toggle .vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    content:" ";
    width: 16px;
    height: 2px;
    background: var(--color-2);
    transition: ease transform .5s;
    transform-origin: center;
  }
  .row-toggle .vertical {
    transform: rotate(90deg);
  }
  .row-toggle-twist,
  .row-toggle-twist .vertical {
    transform: rotate(180deg);
  }

  .center-page-content .video-area-foundation .video-area-dsc{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
    .center-page-content .video-area-foundation .video .icon-title{
        background: linear-gradient(360deg, black, transparent);
    }
  .center-page-content .video-area-foundation .video-area-dsc h2{
    margin-bottom: unset;
  }



  /* Slider */
  .main-slider.default-page-slider .dsc {
    max-width: 100%;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    align-content: center;
  }

  .title-icon {
    height: 100%;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .main-slider.default-page-slider .dsc h1.the-title {
    font-size: 40px;
  }


  .main-slider.default-page-slider .dsc p {
    margin: 0;
  }

  @media only screen and (max-width: 767px) {
    .main-slider {
      height: 100% !important;
    }
    .main-slider.default-page-slider .dsc p {
          max-width: 100% !important;
          font-size: 1.2em;
      }
      .main-slider.default-page-slider .dsc h1.the-title {
          font-size: var(--h1-font-size);
          max-width: unset !important;
      }
      .center-page-content .video-area-foundation .video-area-dsc{
        padding: 15px 20px;
      }

  }

  h3.the-dates{
    margin-top: 0.5em;
    font-size: var(--h3-font-size);
    font-weight: 600;
    color: white;
  }


/* Event Disclaimer */

.event-disclaimer {
    margin-top: 20px;
}

.logos-container {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 100%;
}

.logos-container img {
    max-width: 250px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.footer-description p{
    font-size: var(--body-font-size);
    line-height: 1.5;
}

@media (max-width: 768px) {
    .logos-container {
        flex-direction: column;
    }
    .event-logo img {
        margin-bottom: 20px;
    }
}

/* Venue */
.venue-section {
  margin-bottom: 40px;
  padding: 20px 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

h2.hotel-name{
  font-size: var(--h2-font-size);
  font-weight: 700;
  color: #7f7f7f;
  margin-bottom: 10px;
}

p.hotel-address {
  /* font-size: 16px; */
  color: #7f7f7f;
  /* margin-bottom: 15px; */
}

p.hotel-description{
  /* font-size: 16px; */
  color: #7f7f7f;
  line-height: 1.6;
  /* margin-bottom: 20px; */
}

.hotel-image {
  margin-bottom: 20px;
}

.hotel-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.venue-cta {
  margin-top: 20px;
}

.venue-cta .button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

.venue-cta .button:hover {
  opacity: 0.9;
}

/* Aditional Content */

.event-page-content {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

h4.event-page-content {
  /* font-size: 24px; */
  font-weight: 700;
  /* color: #0073b4; */
  margin-bottom: 15px;
}

p.event-page-content {
  /* font-size: 16px; */
  color: #7f7f7f;
  line-height: 1.6;
  margin-bottom: 15px;
}

.event-page-content ul,
.event-page-content ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

.event-page-content li {
  /* font-size: 16px; */
  color: #7f7f7f;
  line-height: 1.6;
  margin-bottom: 5px;
}

.event-page-content a {
  color: #0073b4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.event-page-content a:hover {
  color: #005381;
}


/* Registration and Pricing */
.event-pricing-section {
  padding: 40px 20px;
  margin-bottom: 60px;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.event-section-title {
  text-align: left;
  font-weight: 700;
  margin-bottom: 30px !important;
}

/* Card Container: Grid Layout */
.event-pricing-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  justify-content: space-between;
}

/* Individual Cards */
.event-pricing-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}

.event-pricing-card:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.event-pricing-image {
  width: 100%;
  max-height: 250px;
  border-radius: 8px;
}
/* Full-Width Image */
.event-pricing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px 8px 0 0;
}

/* Card Title Styling */
.event-pricing-card-title {
  font-size: var(--h3-font-size);
  font-weight: bold;
  color: #333;
  margin: 20px 0;
}

/* Horizontal Divider */
.event-pricing-divider {
  width: 50%;
  height: 1px;
  background-color: var(--color-2-rgba);
  margin-bottom: 20px;
}

/* Price Styling */
.event-pricing-card-price {
  font-size: var(--h3-font-size);
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.event-pricing-register-button {
  background-color: var(--color-1);
  display: inline-block;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s ease;
  margin-bottom:25px;
}

.event-pricing-register-button:hover {
  background-color: var(--color-1-rgba);
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .event-pricing-cards {
      grid-template-columns: 1fr;
  }

  .event-pricing-card {
      width: 100%;
  }
}

.img-fluid{
  max-width: 100% !important;
  height: auto !important;
}


.right{
  float: right;
}

/* Display & Flexbox Utilities */
.d-flex {
  display: flex;
}

.d-flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.d-flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.d-flex-row-space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.d-flex-col-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.d-flex-row-space-evenly {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.d-flex-col-space-evenly {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.d-none {
  display: none;
}


.align-flex-end-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-end !important;
  height: 100% !important;
}
.align-flex-start-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  height: 100% !important;
}
.align-flex-center-center {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100% !important;
}

/* Text Alignment */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* Positioning */
.position-relative {
  position: relative;
}

.position-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.position-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Margins & Padding */
.m-auto {
  margin: auto;
}

.p-1 {
  padding: 0.5rem;
}

.m-1 {
  margin: 0.5rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.mx-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}

/* Width & Height */
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

/* Responsive Utilities */
@media (max-width: 576px) {
  .d-sm-flex-col-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .text-sm-center {
      text-align: center;
  }

  .w-sm-100 {
      width: 100%;
  }

  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }

}

@media (min-width: 577px) and (max-width: 768px) {
  .d-md-flex-col-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .text-md-center {
      text-align: center;
  }

  .w-md-100 {
      width: 100%;
  }
}

@media (min-width: 769px) {
  .d-lg-flex-col-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }

  .text-lg-center {
      text-align: center;
  }

  .w-lg-100 {
      width: 100%;
  }
}


/* Responsive Display Utilities */

/* Hidden on mobile (max-width: 576px) */

@media (max-width: 576px) {
  .hidden-mobile {
      display: none !important;
  }
}

/* Hidden on tablet (577px - 768px) */
.hidden-tab {
  display: none;
}

@media (min-width: 769px) {
  .hidden-tab {
      display: block;
  }
}

/* Hidden on desktop (min-width: 769px) */
.hidden-desk {
  display: none;
}

@media (max-width: 768px) {
  .hidden-desk {
      display: block;
  }
}

/* Visible only on mobile (max-width: 576px) */
.visible-mob {
  display: none;
}

@media (max-width: 576px) {
  .visible-mob {
      display: block;
  }
}

/* Visible only on tablet (577px - 768px) */
.visible-tab {
  display: none;
}

@media (min-width: 577px) and (max-width: 768px) {
  .visible-tab {
      display: block;
  }
}

/* Visible only on desktop (min-width: 769px) */
.visible-desk {
  display: none;
}

@media (min-width: 769px) {
  .visible-desk {
      display: block;
  }
}

/* Flexbox responsive classes */

/* Flex row and centered on mobile */
@media (max-width: 576px) {
  .d-flex-mob-center {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center;
  }
}

/* Flex column and centered on tablet */
@media (min-width: 577px) and (max-width: 768px) {
  .d-flex-tab-center {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
}

/* Flex row and space-between on desktop */
@media (min-width: 769px) {
  .d-flex-desk-space-between {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }
}

/* Text alignment responsive utilities */

@media (max-width: 576px) {
  .text-mob-center {
      text-align: center;
  }
}


@media (min-width: 577px) and (max-width: 768px) {
  .text-tab-left {
      text-align: left;
  }
}


@media (min-width: 769px) {
  .text-desk-right {
      text-align: right;
  }
}



#o-1 {
  order: 1;
}

#o-2 {
  order: 2;
}

#o-2 img{
  width: 75%;
}

@media only screen and (max-width: 767px) {
  #o-1 {
      order: 2;
  }

  #o-2 {
      order: 1;
  }
  #o-2 img{
    width: 80%;
  }
}

.schedule-file-button .button {
  display: inline-block;
  background-color: var(--color-1);
  padding: 10px 20px;
  font-size: var(--body-font-size);
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.schedule-file-button .button:hover {
  background-color: var(--color-1-rgba);
}

.single-programs a.back-url{
  margin-top:0 !important;
  min-width:unset;
}



.gfield_no_follows_desc p {
  font-size: var(--body-font-size) !important;
}
.gfield--type-html{
  border-bottom: 1px solid #777;
  border-top: 0 !important;
  padding: 10px;
  margin-top: 0 !important;
}

#gform_page_3_1 .gfield_label {
  display: block !important;
}
#gform_page_3_1 .gfield--type-product,
#gform_page_3_1 .gfield--type-quantity {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: flex-start;
  /* margin-bottom: 10px; */
  -ms-flex-pack: justify;
  flex-direction: column;
  justify-content: center;
}
#gform_page_3_1 .gfield_select {
  font-size: 16px;
  font-weight: 400;
  color: #7f7f7f;
  border: 0;
  width: 100px;
  padding: 6px;
  padding-right: 50px;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  outline: none;
  background: url(../images/arrow-down.png) no-repeat 100% #eaeaea;
  background-size: 45px;
}
#gform_page_3_1 .ginput_product_price {
  width: 65px;
  color: #777;
  font-weight: 500;
}
#gform_page_3_1 .gfield_html a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.03rem;
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.1s cubic-bezier(0.3, 0, 0.2, 1);
}
#gform_page_3_1 .gfield_html a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/down-chevron.png) no-repeat center;
  background-size: 90%;
  margin-left: 4px;
}
#gform_page_3_1 .gfield_html a.clicked:after {
  transform: rotate(180deg);
}
#gform_page_3_1 #field_3_10 {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 400;
}

#gform_page_3_2 #field_3_1000 table tr th {
  text-align: left;
}
#gform_page_3_2 select {
  margin-bottom: 10px;
}

#gform_3 #gform_submit_button_3,
#gform_3 .gform_next_button,
#gform_3 .gform_previous_button {
  /* font-size: 13px; */
  color: #fff;
  /* font-weight: 500; */
  /* margin-left: 10px; */
  text-transform: uppercase;
  background-color: #0073b4;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  /* line-height: 40px; */
  padding: 10px 40px;
  border: none;
  /* min-width: 130px; */
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
#gform_3 #gform_submit_button_3:hover,
#gform_3 .gform_next_button:hover,
#gform_3 .gform_previous_button:hover {
  opacity: .9;
}


.event-section-dsc {
	background-color: #102D55 !important;
}

@media only screen and (min-width: 1200px) {
    .home-slider .dsc h1 {
        max-width: 540px !important;
    }
}


@media only screen and (max-width: 767px) {
    .main-slider .dsc h1 {
        font-size: 20px;
        max-width: 250px !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider .dsc p {
        font-size: 13px;
        max-width: 250px !important;
    }
}

.container-speaker {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

.single-speaker-content-left p{
  font-size: 1rem;
  font-weight: 400;
  color: #7f7f7f;
  line-height: 1.25em;
}
.single-speaker-content-left p strong{
  font-size: 1rem;
  font-weight: 700;
  color: #7f7f7f;
  line-height: 1.25em;
}
.single-speaker-content-left h2,
.single-speaker-content-left h2 strong{
  font-size: 1.25rem;
  font-weight: 700;
  color: #7f7f7f;
  line-height: 1.5;
}
.center-page-content-speaker {
  flex: 3;
  padding-left: 20px;
}

.single-speaker-content-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 30px;
  align-items: start;
}

.single-speaker-content-left {
  order: 1;
  padding-right: 20px;
}

.single-speaker-content-right {
  order: 2;
  text-align: center;
}

.speakers-profile-image {
  border-radius: 16px;
  flex: none;
  width: 100%;
  max-width: 25rem;
  overflow: hidden;
}

.program-title {
  font-size: 2em;
  font-weight: 700;
  color: #7f7f7f;
  margin-bottom: 15px;
}

.speakers-back-url {
  display: inline-flex;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #fff !important;
  padding: 8px 15px;
  align-items: center;
  background: #0073b4;
  text-transform: uppercase;
  transition: all 0.1s cubic-bezier(.3,0,.2,1);
  margin-top: 10px;
  min-width: unset;

}

.speakers-back-url svg {
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .single-speaker-content-grid {
      grid-template-columns: 1.5fr 1fr;
      grid-gap: 20px;
  }

  .single-speaker-content-left {
      padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .container-speaker {
      flex-direction: column;
  }

  .single-speaker-content-grid {
      grid-template-columns: 1fr;
      grid-gap: 20px;
  }

  .single-speaker-content-right {
      order: 1;
      text-align: center;
  }

  .single-speaker-content-left {
      order: 2;
      padding: 0;
  }

  .speakers-profile-image {
      margin: 0 auto;
  }

  .speakers-back-url {
      width: auto;
      justify-content: center;
  }
}

@media (max-width: 480px) {
  .single-speaker-content-grid {
      grid-template-columns: 1fr;
      grid-gap: 15px;
  }

  .single-speaker-content-right {
      order: 1;
      text-align: center;
  }

  .single-speaker-content-left {
      order: 2;
  }

  .speakers-back-url {
      width: auto;
      justify-content: center;
      padding: 8px 14px;
      font-size: 13px;
  }
}


.course-registration {
    float: left;
    padding: 20px;
    margin-top: 20px;
    width: 100%;
    background: #fbfbfb
}

.course-registration .date-select {
    width: 41% !important;
}

@media only screen and (max-width: 767px) {
    .course-registration .date-select {
        width:100% !important;
    }
}

.course-registration .date-select select {
    margin-bottom: 10px
}

.course-registration .date-select p {
    margin-bottom: 0
}

@media only screen and (max-width: 990px) {
    .course-registration .date-select p {
        padding-left:10px
    }
}

.course-registration .tution-select {
    width: 26% !important;
}

.course-registration .lodging-select {
    width: 13% !important;
}

.course-registration .dentist-filters-select {
    padding-right: 10px
}

.course-registration .dentist-filters-select select {
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .course-registration .dentist-filters-select {
        width:100%!important
    }
}

@media only screen and (min-width: 768px) and (max-width:990px) {
    .course-registration .dentist-filters-select {
        width:100%!important
    }
}

.course-registration .register-column {
    width: 20% !important;;
    padding-right: 0
}

.course-registration .register-column input {
    width: 100%;
    border: 0;
    padding-right: 0!important;
    margin-left: 0!important;
    padding: 12px 12px 11px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px!important;
    background: url(../images/plus-icon.svg) no-repeat 10px #0073b4
}

@media only screen and (max-width: 990px) {
    .course-registration .register-column input {
        background:url(../images/plus-icon.svg) no-repeat 32% #0073b4
    }
}