/**
 ** Global Settings
**/

body {
  padding: 0 15px 0 15px;
}

.breadcrumb a {font-weight: 500;}

  .main-content {
    padding-bottom: 85px;
  }

  /**
   ** HHS ribbon
  **/

  #hhs-ribbon {
    background-color: #eeeeee;
    color: #1E384B;
    padding: 5px 0; }
    /* line 10, ../sass/base/_regions_header.scss */
    #hhs-ribbon .svg-icon {
      width: 22px;
      height: 25px;
      vertical-align: middle;
      margin-right: 5px; }
    /* line 17, ../sass/base/_regions_header.scss */
    #hhs-ribbon a {
      color: #1E384B;
      text-decoration: none;
      line-height: 1em;
      font-weight: 400; }
      /* line 23, ../sass/base/_regions_header.scss */
      #hhs-ribbon a:hover, #hhs-ribbon a:focus {
        color: #4a4a4a; }

/**
 ** Header Section
**/

.samhsalogo {
  padding: 10px 0 10px 15px;
}

.webinar-header {
  padding: 20px 0 20px 0;
  background-color: #a82d2b;
  font-weight: 500;
}

.breadcrumb-nav {
  margin-top: -.50em;
}
/**
 ** Webinars Listing
**/

.card {
  margin: auto;
  max-width: 50%;
}

.webinars-title-2019 {
  font-weight: 600;
  background-color: #1a6986;
  color: white;
}

.fa-li {
  font-size: 140%;
}

a {
  color: #1f419a;
  text-decoration-line: none;
}

a:hover {
  text-decoration: underline;
}

/**
 ** footer
**/

footer {
  background-color: #1e384b;
  padding: 20px 0 20px 0;
  font-size: 90%;
}

footer p {
  padding: 0 65px 0 65px;
}
