@charset "UTF-8";
/* CSS Document Last Updated April 16, 2025 ZA */

h2,h3,h4 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: #37577e!important;
  width: 100% !important;;
}

.page-articles-show h2,h3,h4 {
  font-weight:bold;	
}

.eventButton {
width:100%;
margin:10px 0px;
padding:5px 0px;
display:block;
text-align:center;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 22px;
font-weight: bold;
background-color: #AD6200;
color: #ffffff!important;
}

img.eventlogo {
  margin:4px auto;
  display: block;
}

/* Image Wrap Styles */
img.img_left {
  float: left;
  margin-right: 10px;
}
img.img_right {
  float: right;
  margin-left: 10px;
}
img.img_center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}


.small, small {
  font-size: 10pt;
}
hr {
  display: block;
  clear: both;
  height: 1px;
color: #737373;
	background-color: #737373;
}



/*  COLUMN SETUP  */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  width: 96%;
  float: left;
  margin: 0.5rem 1%;
}
@media only screen and (min-width: 45em) {
  /* 720px */
  .col-1 {
    width: 4.33%;
  }
  .col-2 {
    width: 15.5%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.33%;
  }
  .col-5 {
    width: 37.66%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.33%;
  }
  .col-8 {
    width: 62.66%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.33%;
  }
  .col-11 {
    width: 87.66%;
  }
  .col-12 {
    width: 96%;
  }
}

/*Webinars page styles*/

#webinars-page {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #3f729b;
  padding: 10px;
}

#webinars-page .eight-five {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 4px solid #99ccff;
  padding: 5px;
}



#webinars-page img {
  width: 100%;
  height: auto;
}

#webinars-page hr {
  color: #737373;
  width: 80%;
}

#webinars-page .webinar-button {
  width: 150px;
  padding: 10px 10px;
  background-color: #37577e;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

#webinars-page .webinar-button:hover {


}

#webinars-page #stats {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #3f729b;
}

#webinars-page #schedule {
  max-width: 80%;
  border: 3px solid #3f729b;
  margin-left: auto;
  margin-right: auto;
}

#webinars-page #schedule #b-left {
  border-left: 1.5px solid #3f729b;
  padding: 6px;
}

#webinars-page #learn-more {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#webinars-page #learn-more img {
  border: 2px solid #99ccff;
}

#webinars-page #learn-more h4 {
  color: #fff!important;
}

#webinars-page #webinar-table {
  border-collapse: collapse;
}

#webinars-page #webinar-table table, th, td {
  border: 1px solid #ccc;
}

#webinars-page #webinar-table thead {
  background-color: #3f729b;
}

#webinars-page #webinar-table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}


.noscroll { overflow: hidden; }

.overlay {
   position: fixed;
   overflow-y: scroll;
   top: 0; right: 0; bottom: 0; left: 0; }

[aria-hidden="true"] { display: none; }
[aria-hidden="false"] { display: block; }




/* this code is not strictly necessary: just to make this demo a bit pleasant */

.overlay div.outside-box {
   margin: 15vh auto;
   width: 80%;
   max-width: 950px;
   padding: 30px;
   height: auto;
   background: rgba(255,255,255, .95);
}
.overlay {
    background:  rgba(40,40,40, .75);
}

.overlay div.outside-box div {
  margin-left: auto;
  margin-right: auto;
}

.clr{
  clear: both;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #3f729b;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  color: #fff;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #37577e;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #3184b8;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fff;
}

#staff  {
  display: flex;
  flex-wrap: wrap;
}

#staff div { 
  flex: 0 0 calc(33.33% - 20px);
  min-height: 150px;
  margin: 10px;
}

#staff img {  
  width: 110px;
  margin-right: 10px;
  vertical-align: top;
}

#staff p {
display:inline-block;
max-width:calc(100% - 130px)
}

#staff p:first-line {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  #staff div {
    flex: auto;
  }
}
