a {
  color:SteelBlue;
  text-decoration: underline;
}
a:hover {
  color: MidnightBlue;
  text-decoration: underline;
}
.italic {
    font-style: italic;
}
.zpsection {
    padding-block-start: 10px;
}

* {
  box-sizing: border-box;
}
.registration-note {
    padding:0px 0px 10px 10px;
    margin:0px;
    font:6pt;
    color:darkred;
}
.format-desc {
    padding:0px 0px 10px 10px;
    margin:0px;
    font:5pt;
}
.registration-box {
    padding:0px 25px 25px 25px;
    border:4px solid gray;
    border-radius: 15px;
    margin:0 0 20px 0;
    background-color:#f9f9f9;
}
.secondary-registration-box {
padding:0px 25px 25px 25px;
border:0px solid lightgray;
border-radius: 15px;
margin-top:20px;
}

.main-left {
  float: left;
  margin-right: 20px;
  width: 60%; /* The width is 60%, by default */
}
.right-left {
  float: left;
  width: 25%; /* The width is 20%, by default */
}
.right-right {
  float: right;
  width: 40%; /* The width is 20%, by default */
  margin-left: 40px;
}
/* Use a media query to add a break point at 800px: */
@media screen and (max-width: 800px) {
  .main-left, .right-left, .right-right {
    width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
.WhyWMTC {
    margin:0;
    padding:0;
}
h3.coursename {
    font-size: 11pt;
    font-weight: 500;
    margin: 10px 0 0 0;
    line-height: 1.0;
}
div.course {
    border-radius: 0px; 
    border-top: 1px solid #cccccc;
    padding: 10px;
    margin: 0 0 20px 0;
}
div.course:hover {
    background-color:#eeeeee;
}
div.course p {
    margin: 0 0 0 0;
}
div.course h3 {
    margin:0 0 0 0;
    font-size:14pt;
}
div.course-button-div { 
    height: 70px;
    display:inline-block;
    float:right;
    display:flex;
    justify-content:center;
    align-items:center;
}
a.course-button {
    max-width:180px;
    line-height:1;
    border:1px #666 solid;
    border-radius:4px;
    padding:4px;
    text-align:center;
    background-color:DarkRed;
    font-weight:normal;
    font-size:12pt;
    color:White;
    text-decoration:none;
}
a.course-button:hover {
    background-color:White;
    color:DarkRed;
}
div.Hybrid {
    background-color: #9dd8ff;
    padding: 4px;
    border-radius: 5px;
    font-weight: 600;
    display:inline;
}
div.Standard {
    background-color: #ffd86a;
    padding: 4px;
    border-radius: 5px;
    font-weight: 600;
    display:inline;
}

.printBtn {
  background-color: #808080; /* Solid gray */
  color: #ffffff;            /* White text */
  font-size: 16px;           /* Text size */
  font-weight: 300;          /* Slightly bold */
  padding:8px 15px;        /* Spacing inside the button */
  border: none;              /* Removes default borders */
  border-radius: 4px;        /* Smooth rounded corners */
  cursor: pointer;           /* Changes pointer to a hand */
  transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Hover effect */
.printBtn:hover {
  background-color: #666666; /* Darker gray on hover */
}

/* Click effect */
.printBtn:active {
  transform: translateY(1px); /* Pushes the button down slightly */
}

@media print {
  /* 1. Setup page size and reset margins */
  @page {
    size: letter; /* or a4 */
    margin: 1.5cm;
  }

  /* 2. Reset global typography for paper */
  body {
    background: none !important;
    color: #000000 !important;
    font-family: Georgia, serif; /* Serif fonts are easier to read on paper */
    font-size: 12pt;
    line-height: 1.5;
  }

  /* 3. Hide non-essential UI elements */
  header, 
  footer, 
  nav, 
  aside, 
  form, 
  .sidebar, 
  .noprint,
  .social-share,
  .comments-section {
    display: none !important;
  }

  /* 4. Ensure main container takes full width */
  main, 
  .content, 
  article {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 5. Handle links (show the destination URL) */
  a {
    color: #000000 !important;
    text-decoration: underline;
  }
  
 /* a[href^="http"]:not([href*="mysite.com"])::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    font-style: italic;
  }
*/
  /* 6. Prevent image clipping and force high quality */
  img, figure {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  /* 7. Fine-tune page-breaks for layout elements */
  h1, h2, h3, h4, h5 {
    page-break-after: avoid; /* Don't leave a heading alone at the bottom */
      font-size:110%;
  }

  p, li, blockquote {
    page-break-inside: avoid;
  }
  div.footer-container {
        display: none;
    }
  .printBtn {
        display: none;
    }
    
}
 div.theme-footer-area a {
     text-decoration: none;
/*     padding: 4px 10px 4px 10px;  */
     color:#cccccc
}
 div.theme-footer-area a:hover {
     color:#ffffff;
     text-decoration: underline;
/*     background-color: #1e232e;  */
}
.footer-image a:hover {
     background-color: transparent !important; 
}
.theme-menu ul li a {
     text-decoration: none;
}
.theme-menu ul li a:hover {
     text-decoration: underline;
}
.theme-menu ul li.zplink-list {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
    padding-bottom:0px;
}
