/* Custom easing */
/* Media Query Mixins */

body {
  background-color: #f7f7f7;
  overflow-x: hidden;
  font-family: "Myriad Pro Regular", sans-serif !important;
}

body > .container-fluid {
  padding: 0 !important;
}

.container.wide {
  max-width: 1600px;
}


/* HEADER-RELATED */

div#top_header.nfTopbar {
  background: #fff !important;
}

.white-wave {
  background-color: #fff !important;
  min-height:100px;
  position: relative;
}
.green-wave{
  background-color: #225759 !important;
}

svg#wave-svg {
  background: #225759;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
body[data-id="95"] svg#wave-svg,
body[data-id="258"] svg#wave-svg {
  height: 500px;
}

#wave-svg-path {
  fill: #fff;
}
#wave-svg-rect2 {
  fill: #225759; /* #52724b; */
}

/* test default */
/* */
#wave-svg-rect1,
#wave-svg-rect2 {
  display: none;
}

body[data-id="95"] #wave-svg-rect1,
body[data-id="95"] #wave-svg-rect2,
body[data-id="258"] #wave-svg-rect1,
body[data-id="258"] #wave-svg-rect2 {
    display: inline;
}


@media only screen and (max-width: 992px) {
  svg#wave-svg {
    display: none;
  }
  a.navbar-brand img {
/*
    width: 200px !important;
*/
    margin-top: -10px !important;
    height: auto;
  }
}

.wave-container {
  --divider-height: 6rem;
  
  background: #fff;

  position: relative;
  top: calc( var(--divider-height)/2 * -1 );

  height: var(--divider-height);
  width: 100%;
    /* alternatively, could get rid of the rect, and move the svg container further down */

  float: left; 
  z-index: 1;
    
}

#home-wave-bottom svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#home-wave-bottom .elementor-widget-container {
  display: inline-block;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  vertical-align: top;
  overflow: hidden;
  top: 0;
  left: 0;
}

#navbar-container {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  z-index: 9999;
}

.font-12 {
  font-size: 12px !important;
}

#home-empowering-call .elementor-cta {
  border-radius: 1em;
}

h2 {
  border-bottom: none;
}
#home-empowering-call h2 {
  border-bottom: solid 1px #ffcf47 !important;
  width: initial !important;
}

.home-register-now a.elementor-button-link {
/*  
  background: rgb(254,221,128) !important;
  background: linear-gradient(180deg, rgba(254,221,128,1) 0%, rgba(255,199,48,1) 100%) !important;
*/

  background: rgb(232,213,183);
  background: linear-gradient(180deg, rgba(232,213,183,1) 0%, rgba(210,175,121,1) 100%);  
}

.home-register-now a.elementor-button-link:hover {
  background: rgb(254,221,128) !important;
}

.gold-hr {
  border-top: 1px solid #fece48;
  width: 50%;
}

.gold-button {
/*  
  background: rgb(254,221,128) !important;
  background: linear-gradient(180deg, rgba(254,221,128,1) 0%, rgba(255,199,48,1) 100%) !important;
*/  
  background: rgb(232,213,183);
  background: linear-gradient(180deg, rgba(232,213,183,1) 0%, rgba(210,175,121,1) 100%);  

  color: #000 !important;  
  float: left;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75em 0.75em;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;  
}
.gold-button:hover {
  background: rgb(254,221,128) !important;
}


.home-skew-right-left:before{
  content: '';
  background-color: #fff;
  display: block;
  width: 120%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
  transform: rotate(1deg);
}

.home-skew-right-left:after{
  content: '';
  background-color: #fff;
  display: block;
  width: 120%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -42px;
  transform: rotate(-1deg);
}

.home-skew-left-right:before{
  content: '';
  background-color: #fff;
  display: block;
  width: 120%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
  transform: rotate(-1deg);
}

.home-skew-left-right:after{
  content: '';
  background-color: #fff;
  display: block;
  width: 120%;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -42px;
  transform: rotate(1deg);
}


.home-register-now a.elementor-button-link .elementor-button-text {
  color:#000 !important;
  font-weight: 400 !important;
}

.no-click-session {
  border-color: #fff !important;
  background: #fff !important;
  cursor: default !important;
}

.no-click-session .bookmark w-100,
.no-click-session .fc-event-time,
.no-click-session .fc-event-title span:nth-last-of-type(1) {
  display: none !important;
}
.no-click-session .fc-event-title span {
  color: #000 !important;
  text-shadow: none !important;
}


.plenary_session {
  border-color: #008789 !important;
  background: #008789 !important;
}
.oral_presentation {
  border-color: #256D1B !important;
  background: #256D1B !important;
}
.workshop {
  border-color: #002D2E !important;
  background: #002D2E !important;
}
.vendor_room {
  border-color: #005A5B !important;
  background: #005A5B !important;
}
.cultural_presentation {
  border-color: #256D1B !important;
  background: #256D1B !important;
}
.breakout_session {
  border-color: #005A5B !important;
  background: #005A5B !important;
}

.no-click-session:hover{

}

.agenda-session:hover {
  border-color: #55AFB0 !important; 
  background: #55AFB0 !important; 
}



.workshop.open {
  border-color: #002D2E !important;
  background: #002D2E !important;
}
.plenary_session.open {
  border-color: #008789 !important;
  background: #008789 !important;
}
.oral_presentation.open {
  border-color: #256D1B !important;
  background: #256D1B !important;
}
.cultural_presentation.open {
  border-color: #256D1B !important;
  background: #256D1B !important;
}
.vendor_room.open {
  border-color: #005A5B !important;
  background: #005A5B !important;
}
.breakout_session.open {
  border-color: #AAD7D8 !important;
  background: #AAD7D8 !important;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  #header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  #header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}


@media only screen and (min-width: 767px) and (max-width: 980px) {
  #header-signin .circle-button {
    margin: 0.5em;
  }
}

@media only screen and (max-width: 767px) {
  #header-signin .circle-button {
    margin: 0.5em;
  }
}


.navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#session-header {
  background-color: #225759;
  background-repeat: no-repeat !important;
/*  
  background-image: url(/wp-content/uploads/sites/10/2023/09/canadian-educational-icons-top-right-2023-2.png) !important;
*/  
/*
  background-image: url(/wp-content/uploads/sites/12/2025/07/profile-header.png) !important;
*/  
  background-size: cover !important;
  background-position-x: right !important;
  background-position-y: top !important;    

  margin-top:-40px !important;
}

#session-header > h1 {
  color: white;
}

#session-header > h2 {
  color: white;
  text-transform: none !important;
  font-size: 1.2rem !important;
}

.fc-button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.fc-toolbar-chunk .fc-button {
  margin: 1rem 0 0 !important;
  font-family: "Myriad Pro Regular", sans-serif !important;
  background-color: #1A535C !important;
  border: none !important;
  font-weight: bold !important;
  font-size: 1rem !important;
  padding: .6rem 1rem !important;
}

.accordionButton {
	background-color: #1A535C !important;
	color: #fff !important;
}
.accordionButton.on {
  background-color: #1A535C !important;
	color: #fff !important;
}
.accordionButton:hover {
	background-color: #C1666B !important;
	color: #fff !important;
}


.elementor-countdown-item {
  position: relative;
}

.elementor-countdown-item:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border-left: 4px dotted white;
  right: 0;
  top: 40%;
}

.elementor-countdown-wrapper .elementor-countdown-item:last-child:after {
  content: none;
}

/* .elementor-column-wrap {
    position: relative;

    &::after {
        content:"";
        width:
    }
} */
a.elementor-button-link {
  position: relative;
}

a.elementor-button-link::before {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0C3581;
}

a.elementor-button-link:hover {
  color: white !important;
}

.left-title-border h1 {
  position: relative;
  padding-left: 35px;
}

.left-title-border h1::after {
  content: "";
  width: 6px;
  height: 95%;
  background-color: #30D6E9;
  position: absolute;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 767px) {
  .left-title-border h1 {
    padding-left: 0;
    padding-bottom: 35px;
  }
  .left-title-border h1::after {
    height: 4px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 0px;
  }
}

.title-shadow p {
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}

/* p {
    @include sm-screen {
        text-align:center;
    }
} */
.small-title-border p {
  position: relative;
  padding-top: 15px;
  margin-bottom: 0;
}

.small-title-border p::before {
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 16px;
  font-weight: 400;
}

.small-title-border p::after {
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px dotted #fff;
  position: absolute;
  left: 20px;
  top: 2px;
}

.small-title-border.first p::before {
  content: "1";
}

.small-title-border.second p::before {
  content: "2";
}

.small-title-border.third p::before {
  content: "3";
}

.small-title-border.fourth p::before {
  content: "4";
}

.section-title h1 {
  position: relative;
}

.section-title h1::after {
  content: "";
  width: 70px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -22px;
}

.section-title.centered h1::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.section-title.light h1::after {
  background-color: white;
}

.section-title.dark h1::after {
  background-color: #0C3581;
}

.fc .fc-scrollgrid {
  background-color: white !important;
}

.jumbotron {
  border-radius: 0 !important;
  margin-bottom: 5rem !important;
}

.jumbotron.ihc-footer {
  margin-bottom: 0 !important;
}

.header-signin-btns {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .header-signin-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-signin-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-signin-btns a {
  width: auto !important;
/*
  padding: .5rem 1.5rem !important;
*/  
  padding: 6px 6px !important;
  margin: 0 0 0 .5rem;
  font-family: "Myriad Pro Regular", sans-serif;
}

#conference-spinner {
  font-size: 1.3rem !important;
  color: white !important;
}

input[type="range"] {
  width: 100%;
}

div#header-signin-buttons div {
  padding: 0 1rem !important;
}

#header-signin .circle-button {
  background: #008789 !important;
  color: #aad7d8 !important;
  margin: 0.5em 1em 0.5em 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}
#header-signin .circle-button:hover {
  background: #fff !important;
  color: #002d2e !important;
}
#header-signin .circle-button {
  padding: 0 0.125em !important;
  width: 2em !important;
  height: 2em !important;
  float: right;
}

.elementor-widget-countdown .elementor-countdown-digits {
  font-family: 'Yantramanav' !important;
  font-size: 100px !important;
}
.elementor-widget-countdown .elementor-countdown-label {
  font-family: 'Yantramanav' !important;
  font-size: 24px !important;
  text-transform: uppercase !important;  
}

.elementor-widget-call-to-action .elementor-cta__title {
  font-family: "Myriad Pro Regular", sans-serif !important;
  font-size: 28px;
}
.elementor-widget-call-to-action .elementor-cta__description.elementor-cta__content-item {
  font-family: "Myriad Pro Bold", sans-serif !important;
  font-size: 16px;
}

@media (max-width: 680px) {
  /* top bar on small screen */
  #language-switcher {
    width: 44px !important;
    top: -2px;
  }
  #header-signin-buttons .circle-button {
      width: 1.5em !important;
      height: 1.5em !important;
      margin: 0.5em 0.5em 0.5em 0;
  }
  #header-signin-buttons .circle-button i.fa {
    margin-top: 0.25em !important;
    margin-left: -0.125em !important;
  }
  #header-signin-buttons .nf-button-small {
      font-size: 8px;
  }
  #header-signin-buttons .nf-button-small i.fa {
    display: none;
  }

  /* home page countdown */
  .elementor-widget-countdown .elementor-countdown-digits {
    font-size: 48px !important;
  }

  /* home page schedule */
  #browse-schedule {
    display: none;
  }
  .home-keynote-column,
  .home-registration-column {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  /* sponsors */
  #sponsor-2 .elementor-column-wrap,
  #sponsor-3 .elementor-column-wrap {
    border: none !important;
  }
}



.navbar {
  padding: 1.5rem 0 1.5rem 1rem;
}

/* TOP MENU */
ul#menu-mainmenu,
ul#menu-mainmenufr {
  background: #000;
  opacity: 0.75;
  padding: 0.75em 1.25em;
}


ul#menu-mainmenu li.menu-item,
ul#menu-mainmenufr li.menu-item {
  margin: 0 0.6em 0 0.6em;
  padding: 0 1.2em 0 0;
  border-right: solid 1px #fff;
  box-sizing: border-box;
}
ul#menu-mainmenufr li.menu-item {
  padding: 0 0.6em 0 0;
}
ul#menu-mainmenu li.menu-item:last-child,
ul#menu-mainmenufr li.menu-item:last-child {
  border-right: none;
  padding: 0 0 0 0;
}

ul#menu-mainmenu li.menu-item a,
ul#menu-mainmenufr li.menu-item a {
  color: #fff !important;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  ul#menu-mainmenu li.menu-item,
  ul#menu-mainmenufr li.menu-item {
    margin: .8rem 0 0 !important;
    padding: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  ul#menu-mainmenu li.menu-item,
  ul#menu-mainmenufr li.menu-item {
    margin: .8rem 0 0 !important;
    padding: 1rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  ul#menu-mainmenu li.menu-item.current-menu-item,
  ul#menu-mainmenufr li.menu-item.current-menu-item {
    background-color: #dfdfdf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
  }
}

@media only screen and (max-width: 767px) {
  ul#menu-mainmenu li.menu-item.current-menu-item,
  ul#menu-mainmenufr li.menu-item.current-menu-item {
    background-color: #dfdfdf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
  }
}

ul#menu-mainmenu li:last-child.menu-item,
ul#menu-mainmenufr li:last-child.menu-item {
  margin: 0 0 0 0.75em;
}

ul#menu-mainmenu li.menu-item a,
ul#menu-mainmenufr li.menu-item a {
  font-family: "Myriad Pro Regular", sans-serif !important;
  font-weight: 400 !important;
  font-size: 0.8vw !important;
  text-decoration: none;
  position: relative;
  letter-spacing: .5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  ul#menu-mainmenu li.menu-item a,
  ul#menu-mainmenufr li.menu-item a {
    font-size: 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  ul#menu-mainmenu li.menu-item a,
  ul#menu-mainmenufr li.menu-item a {
    font-size: 1rem !important;
  }
}

ul#menu-mainmenu li.menu-item a::after,
ul#menu-mainmenufr li.menu-item a::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.4s cubic-bezier(0.47, 0, 0.745, 0.715);
}

ul#menu-mainmenu li.menu-item a:hover,
ul#menu-mainmenufr li.menu-item a:hover {
  opacity: .9;
}

ul#menu-mainmenu li.menu-item a:hover::after,
ul#menu-mainmenufr li.menu-item a:hover::after {
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

ul#menu-mainmenu li.current-menu-item a,
ul#menu-mainmenufr li.current-menu-item a {
  opacity: .9;
}

ul#menu-mainmenu li.current-menu-item a::after,
ul#menu-mainmenufr li.current-menu-item a::after {
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#groups-outer-container, #conference-outer-container {
  margin: 80px 0;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

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

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.no-padding {
  padding: 0 !important;
}

.primary {
  color: #0C3581;
}

.secondary {
  color: #30D6E9;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

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

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

.no-padding {
  padding: 0px;
}

.ihc-speaker-card {
  background-color: white;
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  padding: 1.5rem 1.5rem 5rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.ihc-speaker-card > p {
  font-size: 1rem;
}

.ihc-speaker-card > .avatar {
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: table;
  margin: 0 auto 2rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.ihc-speaker-card > .avatar > img {
  max-width: 100%;
}

.ihc-speaker-card > .avatars {
  width: 140px;
  height: 140px;
  overflow: hidden;
  display: table;
  margin: 0 auto 2rem;
}
.ihc-speaker-card > .avatars img {
  width: 60px !important;
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}

.ihc-speaker-card > .group-avatar {
  width: 100%; /* 140px; */
  height: 140px;
  overflow: hidden;
  display: table;
  margin: 0 auto 2rem;
}

.ihc-speaker-card > .group-avatar > img {
  max-width: 100%;
}


.ihc-speaker-card .name {
  font-size: 1.5rem;
  color: #0C3581;
  font-weight: bold;
  text-align: center;
}

.ihc-speaker-card .title {
  text-align: center;
  font-weight: bold;
}

.cdrcp-btn, 
.ihc-speaker-card .btn {
  background-color: #018789 !important; /* CDRCP BUTTON MAIN COLOR */
  display: table;
  color: white !important;
  font-weight: bold;
  max-width: 150px;
  position: relative;
  margin: 1rem 0 0;
  font-family: "Myriad Pro Regular", sans-serif;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.cdrcp-btn:hover,
.ihc-speaker-card .btn:hover {
  background-color: #6bcfd4 !important; /* CDRCP BUTTON HOVER COLOR */
}

.cdrcp-btn.times {
  background-color: #e60000 !important;
}
.cdrcp-btn.times:hover {
  background-color: #ff8080 !important;
}

#profile-header {
  background-color: #225759;
  background-repeat: no-repeat !important;
/*
  background-image: url(/wp-content/uploads/sites/10/2023/09/canadian-educational-icons-top-right-2023-2.png) !important;
*/  
/*
  background-image: url(/wp-content/uploads/sites/12/2025/07/profile-header.png) !important;
*/  
  background-size: cover !important;
  background-position-x: right !important;
  background-position-y: top !important;    
  margin-top: -40px !important;
}

.ihc-profile-social-links {
  list-style: none;
  padding: 0;
  margin: 0 0 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.ihc-profile-social-links li a {
  width: 35px;
  height: 35px;
  background-color: #0C3581;
  color: white;
  text-align: center;
  font-size: 1.1rem;
  display: block;
  line-height: 2;
  border-radius: 100%;
  margin: 0 .4rem 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.ihc-profile-social-links li a.web {
  background-color: #0C3581;
}
.ihc-profile-social-links li a.facebook {
  background-color: #2d609b;
}

.ihc-profile-social-links li a.twitter {
  background-color: #27c2ee;
}

.ihc-profile-social-links li a.tnstagram {
  background-color: #cc327f;
}

.ihc-profile-social-links li a.linkedin {
  background-color: #0976b6;
}

.ihc-profile-social-links li a.youtube {
  background-color: #f92610;
}
.ihc-profile-social-links li a.vimeo {
  background-color: #19B7EA;
}


.ihc-profile-social-links li a:hover {
  background-color: #5a9312 !important;
}

.ihc-profile-social-links li a i {
  color: white;
}

@media only screen and (max-width: 767px) {
  .ihc-profile-social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.profile-sessions-list {
  width: 100%;
}

.edit-title {
  font-weight: bold;
}

.profile-header {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.profile-social-media-entries {
  margin: .7rem 0 0;
}

.profile-social-media-entry {
  position: relative;
  margin: 0;
}

.delete-social-media-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  right: -28px;
  top: 78px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.delete-social-media-btn:hover {
  background-color: #003982;
  border: 1px solid #003982;
}

.delete-social-media-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #003982;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.delete-social-media-btn:hover::after {
  background-color: #fff;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

label {
  display: block;
  font-size: 14px;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  margin: 0 0 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  margin: 0 0 1rem !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

select.extra-padding {
  padding: 15px 16px 8px !important;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}

input[type="text"]:focus, 
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  background-color: #eee;
  border: 1px solid #ccc;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="number"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
input[type="tel"]:focus::-webkit-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="number"]:focus:-ms-input-placeholder,
input[type="email"]:focus:-ms-input-placeholder,
input[type="tel"]:focus:-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus::-ms-input-placeholder,
input[type="number"]:focus::-ms-input-placeholder,
input[type="email"]:focus::-ms-input-placeholder,
input[type="tel"]:focus::-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder {
  color: #ccc;
}

textarea {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.error-message, .success-message {
  display: none;
}

.nf-button-large {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nf-button-large.secondary {
  background-color: #003982;
}

.nf-button-large.secondary:hover {
  background-color: #00d5e9 !important;
}


a.nf-button-small, a.nf-button-large {
  background: #008789 !important;
  color: #fff !important;
}
a.nf-button-small.red {
  background: #c23616 !important;
}

/*
a.nf-button-small.bright {
  background: #F7FF58 !important;
}
*/
.header-signin-btns .nf-button-small:hover {
  background: #fff !important;
  color: #002d2e !important;
}

#groups-sidebar .sidebar-button.negative {
  background: #fff !important;
  color: #002d2e !important;
}

.nf-button-large.home-action {
  border-radius: 2em !important;
  padding: 0.75em 2.5em !important;
  background: #aad7d8 !important;
  color: #002d2e !important;
  font-family: "Myriad Pro Regular", sans-serif !important;
  font-weight: 400 !important;
}

.home-registration-outer .nf-button-large.home-action {
  position: absolute;
  bottom: 48px;
  left: 12.5%;
  right: 12.5%;
}

.nf-button-large.home-action:hover {
  background: #002d2e !important;
  color: #aad7d8 !important;
}


select {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  margin: 0 0 3px;
}

.field-item {
  width: 100%;
}

.field-item.photo {
  background-color: #fff;
  padding: 3rem 3rem 0rem;
  border: 1px solid #e8e8e8;
}

.error-message {
  color: #0C3581;
  font-size: .9rem;
  border: 1px solid #ba2c51;
  padding: 1rem 1.5rem;
  background-color: #e86084;
  color: white;
  margin: 0 0 10px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

.success-message {
  color: #0C3581;
  font-size: .9rem;
  border: 1px solid #0a66ad;
  padding: 1rem 1.5rem;
  background-color: #0090ff;
  color: white;
  margin: 0 0 10px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.success-message.active {
  display: block;
}

.image-cropper {
  position: relative;
  width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 9997;
}

.image-cropper-mask {
  width: 300px;
  height: 300px;
  opacity: 0.777;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(transparent 150px, black 150px);
  /* background: -webkit-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
    background: -ms-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
     background: -o-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px); */
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 0 0 1.2rem;
}

input.cropit-image-input {
  visibility: hidden;
}

i#cropit-rotation-left,
i#cropit-rotation-right,
i#cropit-small-icon,
i#cropit-large-icon {
  color: #666;
}

i#cropit-rotation-left,
i#cropit-rotation-right {
  background-color: #115500;
  padding: 1rem;
  color: white !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

i#cropit-rotation-left:hover,
i#cropit-rotation-right:hover {
  background-color: #1A535C;
  cursor: pointer;
}

input[type="range"] {
  margin: 2rem 0;
}

a#select-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #0C3581;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#select-avatar:hover {
  color: black !important;
  background-color: #30D6E9;
}

a#cancel-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: .8rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a#cancel-avatar:hover {
  color: white !important;
  background-color: #666;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.lds-dual-ring.centered {
  margin: 0;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}

.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}

.lds-dual-ring.active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lds-dual-ring.small {
  margin-right: 0px;
  top: 3px;
}

.lds-dual-ring.small::after {
  width: 17px;
  height: 17px;
}

.card-header {
  background-color: #0C3581;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.card-header:hover {
  background-color: #FFEEB9 !important;
}

.card, .card-header:first-child, .card-body, .collapse {
  border-radius: 0;
}

.card-header h5, .card-header h5 button {
  width: 100%;
  text-align: left;
}

.card-header h5 button {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  text-decoration: none !important;

  font-family: "Myriad Pro Bold", sans-serif !important;
}

.card-header h5 button:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.card-header h5 button i {
  float: right;
}



.card-body-left-col {
  width: 75%;
  font-size: 1.1rem;
  color: black;
}

.session-date {
  font-weight: 400;
  font-size: 1rem;
  padding: 1.4rem 0 0;
}

.session-time {
  font-weight: 400;
  font-size: 1rem;
  padding: .6rem 0 0;
}

.session-type {
  font-weight: 400;
  font-size: 1rem;
  margin: 0 0 1rem;
  background-color: #ddd;
  padding: .5rem 1rem;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.card-body {
  padding: 2.5rem !important;
}

.card-body-right-col {
  width: 25%;
}

.card-body-right-col a {
  padding: 6px 12px;
  background-color: #ffce44;
  color: #000 !important;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 15px !important;
  display: inline-block;
  min-width: 175px;
  font-weight: 400;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Myriad Pro Regular", sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.card-body-right-col a > i {
  margin-left: 5px;
}

.card-body-right-col a:hover {
  text-decoration: none !important;
}

.card-body-right-col a.disabled {
  background-color: #555;
}

.card-body-right-col a.disabled:hover {
  cursor: default;
  background-color: #555;
}

.card-body-right-col a:hover {
  background-color: #5a9312;
  color: #fff !important;
}

.sessions-title {
  font-family: "Fjalla One" !important;
  font-size: 3rem;
  margin: 0 0 2rem;
}

#vendor-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#vendor-header > span {
  width: 100%;
  height: 100%;
  background-color: #0C3581;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
}

#vendor-header p {
  text-align: left;
  max-width: 60%;
}


@media only screen and (min-width: 767px) and (max-width: 980px) {
  #vendor-header p {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #vendor-header p {
    max-width: 100%;
  }
}

#vendor-header .featured {
  color: white;
}

#vendor-header .featured::before {
  content: "\f005";
  font-family: "FontAwesome";
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
  color: #f80;
  line-height: 1.5;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #ffe600;
  text-align: center;
  border: 2px solid #f90;
}

.ihc-vendor-profile-details {
  background-color: white;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 2rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .ihc-vendor-profile-details {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .ihc-vendor-profile-details {
    margin-bottom: 2rem;
  }
}

.ihc-vendor-profile-details > img {
  max-width: 100%;
  margin: 0 0 1rem;
}

.ihc-vendor-profile-details > h6 {
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: #0C3581;
}

.ihc-vendor-profile-details > p {
  font-weight: bold;
  margin-bottom: 3px;
  text-align: center;
}

.ihc-vendor-profile-details > a.donation-link {
  background-color: #0C3581;
  display: table;
  color: white !important;
  font-weight: bold;
  max-width: 150px;
  position: relative;
  margin: 1rem 0 0;
  padding: .5rem 1rem;
  text-decoration: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.ihc-vendor-profile-details > a.donation-link:hover {
  background-color: #30D6E9;
}

.gl-btn {
  background-color: #115500;
  display: table;
  color: white !important;
  font-weight: bold;
  max-width: 150px;
  position: relative;
  margin: 1rem 0 0;
  padding: .5rem 1rem;
  text-decoration: none !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.gl-btn:hover {
  background-color: #1A535C !important;
}

.gl-btn > i {
  position: absolute;
  top: 30%;
  right: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gl-btn:hover > i {
  right: 15px;
  opacity: 1;
}

.gl-btn.animated:hover {
  padding-left: 20px;
  padding-right: 40px;
}

#vendor-header {
  background-color: #003982;
}

.ihc-vendor-profile-details .ihc-profile-social-links li:last-child {
  margin-right: 0;
}

.ihc-vendor-profile-details .ihc-profile-social-links li a {
  margin: 0 .2rem;
}

.vendor-profile-desc h4 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
}

.vendor-profile-desc h4::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  bottom: 0px;
}

h1, .h1 {
  font-family: "Myriad Pro Regular", sans-serif !important;
}
.sidebar-button {
  font-family: "Myriad Pro Regular", sans-serif !important;
}
.fc .fc-button {
  font-family: "Myriad Pro Regular", sans-serif !important;
}
.card-header h5 button {
  font-family: "Myriad Pro Regular", sans-serif !important;
}
.elementor-button-text {
  font-family: "Myriad Pro Regular", sans-serif !important;
}

.flip-clock-wrapper ul li a div div.inn {
/*
  background: #713c08 !important; 
*/
  background: #FFC630 !important;
  text-shadow: 0 1px 2px #fff !important;
  color: #222f3e !important;
}

a.netference-button-small, 
a.netference-button-large {
  background: rgb(254,221,128) !important;
  background: linear-gradient(180deg, rgba(254,221,128,1) 0%, rgba(255,199,48,1) 100%) !important;
  color: #000 !important;
}
a.netference-button-small:hover, 
a.netference-button-large:hover {
  background: rgb(254,221,128) !important;
  color: #000 !important;
}

a#conference-update {
  background: #4E5340 !important;
}

/* KNOWLEDGE BASE */
.pm-single-knowledgebase-tags {
  float: right;
}

.pm-single-knowledgebase-tags .tags {
  color: #2083a7 !important;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pm-single-knowledgebase-tags .tags a {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pm-single-knowledgebase-tags .tags a:hover {
  color: #577fbd;
}

.pm-single-knowledgebase-cats {
  float: left;
}

.pm-single-knowledgebase-cats .cats {
  color: #2083a7 !important;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.pm-single-knowledgebase-cats .cats a {
  color: #233578;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pm-single-knowledgebase-cats .cats a:hover {
  color: #577fbd;
}

.pm-ln-glossary-index {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.pm-ln-glossary-index li:before {
  content: "";
  margin: 0;
  padding: 0;
}

/* .pm-ln-glossary-index li {
    height: 31px !important;
} */
.pm-ln-glossary-index li a {
  padding: 5px 8px;
  width: 30px;
  height: 30px;
  display: block;
  background-color: #1A535C;
  margin: 0 1px;
  text-align: center;
  font-size: 13px;
  color: white !important;
  line-height: 1.7;
  text-decoration: none !important;
  font-family: "Myriad Pro Regular", sans-serif !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.pm-ln-glossary-index li a:hover {
  background-color: #115500;
}

.pm-ln-glossary-index li a.current {
  background-color: #115500;
}

.pm-glossary-search-box {
  overflow: hidden;
  margin: 0 0 30px;
}

.pm-glossary-search-box a {
  float: right;
  padding: 13px 10px;
}

.pm-glossary-search-box input {
  border: 0px solid white !important;
  width: 100%;
  padding: 10px 30px;
  background-color: #3a3a3a;
  color: white !important;
  margin: 0 auto;
  font-family: "Myriad Pro Regular", sans-serif;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.pm-glossary-search-box input:focus {
  background-color: #115500;
}

.pm-glossary-search-box input::-webkit-input-placeholder {
  color: white !important;
}

.pm-glossary-search-box input:-ms-input-placeholder {
  color: white !important;
}

.pm-glossary-search-box input::-ms-input-placeholder {
  color: white !important;
}

.pm-glossary-search-box input::placeholder {
  color: white !important;
}

.pm-glossary-sort-text {
  float: right;
  padding: 8px;
}

.pm-glossary-filter {
  max-width: 150px;
  float: right;
  background-image: none;
  padding: 8px;
  margin-top: 0px;
}

#pm-ln-glossary-search-results-container {
  background-color: white;
  border: 1px solid #e1e1e1;
  display: none;
  left: 15px;
  margin-top: 5px;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 45px;
  width: 100%;
  z-index: 999;
}

#pm-ln-glossary-search-results-close {
  display: block;
  float: right;
  font-family: "FontAwesome";
}

.pm-ln-glossary-index-list {
  width: 100%;
  padding: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}

.pm-ln-glossary-index-list li {
  padding: 15px 20px;
  background-color: white;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 0px 6px #e6e6e6;
          box-shadow: 0px 0px 6px #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px;
  font-family: "Myriad Pro Regular", sans-serif;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.clear-search-btn {
  background-color: #115500;
  padding: 7px 14px;
  color: white !important;
  text-decoration: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.clear-search-btn:hover {
  background-color: #1A535C;
  color: white !important;
}


.image-box-shadow {
  -webkit-box-shadow: 5px 5px 15px 5px #ccc; 
  box-shadow: 5px 5px 15px 5px #ccc;
}

.fc-event-main .col-right .row .fc-event-time span,
.fc-event-main .col-right .row .fc-event-title span {
  white-space: initial !important; /* nowrap; */
  overflow: initial !important; /* hidden; */
  text-overflow: initial !important; /* ellipsis; */
}
.fc-event-main .col-right .row .fc-event-title span {
  font-size: 10px !important; /*12px !important;*/
}
.no-click-session .fc-event-main .col-right .row .fc-event-title span {
  font-size: 22px !important;
}
.no-click-session .fc-event-main .col-right .row .fc-event-title {
  top: -48px;
}


/* knowledge base */
ul.ln-pagination {
  list-style: none !important;
}
ul.ln-pagination li{
  display: inline-block !important;
  margin-right: 1.5em !important;
}

/* information will be available */
h1.information-will-be-available {
  background: #115500;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  width: 100%;
  margin-bottom: 1em;
}

/* */
table#orgs-table tbody,
table#audience-table tbody {
  display: block;
  overflow-y: auto;
  max-height: 480px;
}

table#orgs-table thead,
table#audience-table thead {
  width: calc( 100% - 1em );
}

table#orgs-table,
table#audience-table {
  width: 100%;
}

table#orgs-table thead tr,
table#orgs-table tbody tr,
table#audience-table thead tr,
table#audience-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table#orgs-table tbody tr td,
table#audience-table tbody tr td {
  overflow-x: auto;
}


/*
.conference-event[data-session-id="714"] {
  background-position: 33% 12px !important;
  background-size: 120px 120px !important;
  background-repeat: no-repeat !important;
}
.conference-event[data-session-id="714"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}

.conference-event[data-session-id="712"] {
  background-position: 33% 16px !important;
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
}
.conference-event[data-session-id="712"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}

.conference-event[data-session-id="2822"] {
  background-position: 33% 16px !important;
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
}
.conference-event[data-session-id="2822"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}

.conference-event[data-session-id="4348"] {
  background-position: 33% 16px !important;
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
}
.conference-event[data-session-id="4348"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}


.conference-event[data-session-id="3769"] {
  background-position: 86% 16px !important;
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
}

.conference-event[data-session-id="707"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}

.conference-event[data-session-id="2708"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}

.conference-event[data-session-id="713"] {
  background-position: 33% 16px !important;
  background-size: 100px 100px !important;
  background-repeat: no-repeat !important;
}
.conference-event[data-session-id="713"] .col-lg-8 {
  flex: 0 0 40%;
  max-width: 40%;
}
*/

.fc-event-main .col-right .row .fc-event-time span, 
.fc-event-main .col-right .row .fc-event-title span {
  text-shadow: 1px 1px 1px #000000;
}

.conference-event[data-session-id="711"] .row.h-100 {
  flex-wrap: initial;
  min-width: 120px;
}

/*
a.fc-timegrid-event.fc-event[href="https://thrc2022.netference.ca/session/stress-management-for-educators/"] {
  width: 120px;
}
*/




/** CUSTOM COLUMNS FOR AGENDA VIEW **/
#conference-outer-row {
  margin-right: -125px;
}
#conference-outer-row .col-lg-2.col-md-2.col-sm-12.col-xs-12 {
  flex: 0 0 11%;
  max-width: 11%;
}
#conference-outer-row .col-lg-10.col-md-10.col-sm-12.col-xs-12 {
  flex: 0 0 89%;
  max-width: 89%;
}

table.fc-col-header colgroup:first-child col:first-child,
.fc-timegrid-body .fc-timegrid-slots table colgroup:first-child col:first-child,
.fc-timegrid-cols table colgroup:first-child col:first-child {
  width: 50px !important;
}
.fc-timegrid-slot-label-cushion {
  font-size: 11px !important;
}

.pm_panel.featured>.title {
  font-size: 1rem;
}
.pm_panel>.link,
.group-view-btn {
  background-color: #1A535C !important;  
}

.chat-group-container#group-outer-container {
  margin: 1em 1em !important;
  width: calc(100% - 2em) !important;
}

.groups-outer-container#groups-outer-container {
  margin: 1em 1em !important;
  width: calc(100% - 2em) !important;
}

.card-header.no_click_session h5 button,
.card-header.no_click_session h5 button a {
  color:#C89933 !important;
}
.card-header.no_click_session h5 button:hover,
.card-header.no_click_session h5 button:hover a,
.card-header.no_click_session h5 button a:hover {
  color:#fff !important;
}

.pm-ln-glossary-index {
  display: none !important;
}

@media (max-width: 992px) {

    .font-12 {
        font-size: 8px !important;
    }

}


/*# sourceMappingURL=custom.css.map */