/**
 ** Global Settings
**/

body {
 padding-bottom: 10px;
}

.row {
  padding-bottom: 20px;
}

.breadcrumb a,
.image-source a,
.card a,
.paragraph-body a,
.text-body a {
  color: #1f419a;
}

.breadcrumb a,
.image-source a,
.paragraph-body a, 
.collapse a,
.article2-body a,
.news-panel a,
.profdev-panel a
 {
  text-decoration: underline;
}

.breadcrumb a {font-weight: 500}

/**
 ** 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 0;
}

 .left-header-block {
   padding: 20px 0 20px 0;
   background-color: #a82d2b;
 }

.left-header-block h1 {
  margin-left: 2em;
  color: white;
  font-size: 300%;
  font-weight: 700;
}

.right-header-block {
  padding: 20px 0 20px 0;
  background-color: #1e384b;
}

.right-header-block h2 {
 margin-left: 1em;
 margin-top: .40em;
 color: white;
 font-size: 180%;
 font-weight: 500;
}

/**
 ** navbar
**/

.navbar-expand-lg {
  margin-top: 2em;
  border-color: transparent;
}

.navbar-expand-lg a {
  text-decoration-line: none;
}

#navbarDropdownMenuLink2 {background-color: #e9ecef;}

.navbar-toggler-icon {
  color: #1e384b;
}

.dropdown:hover .dropdown-menu {display: block;}

.about-menu {background-color: #1e384b !important; }

.fa-envelope {
  color: #1a6986;
  font-size: 120%;
}

/**
 ** Side Blocks
**/

.this-issue-block {
  padding-bottom: 1px;
}

.this-issue-block .card-header,
.feedback-card .card-header {
  font-weight: 900;
}

.this-issue-block .card-header {
  background-color: #a82d2b;
}
.this-issue-block .list-group-item,
.this-issue-block .card {
  background-color: #eeeeee;
}

.this-issue-block a {
  /* color: white; */
}

.this-issue-block a:hover,
.feedback-card a:hover {
  /* color: #000000; */
  text-decoration: underline;
}

/* .card-text {
  font-weight: 500;
} */

.feedback-card {
  background-color: #eeeeee;
}

.feedback-card .card-header {
  background-color: #a82d2b;
  color: white;
}

.ideas-header {
  font-size: 130%;
}

/**
 ** Home Page
**/

.btn {background-color: #1a6986;}

a.btn {
  font-weight: 600;
}

p.card-text {
  font-size: 100% !important;
}

.article-teaser {
  font-weight: 400;
}

/**
 ** Articles
**/

.article-list-spacing li {padding-bottom: 8px;}

.authors-text {font-size: 90%;}

/** Article 1 **/

.article-post-img1 {
  /* margin: auto; */
  max-height: 550px;
}

.article1-card-header {
  margin-left: -1.5em;
}

h5.mb-0 {
  color: #1f419a;
}


/** Article 2 **/

img{float: right; margin: 5px;}

.article-image-border {
  border: solid 8px #1e384b;
}

.article-image-border {
  border: solid 8px #1e384b;
}

.article-header-h2 {
  padding: 20px 0 20px 0;
  background-color: #a82d2b;
  color: white;
  font-weight: 600;
  margin: auto;
  max-width: 40rem;
  margin-top: -.60em;
}

.article2-body {
  margin: auto;
  width: 85%;
  padding-bottom: 30px;
  font-weight: 400;
}

.image-source {
  font-size: 90%;
}
/** Article 3 **/

.article-header-h3 {
  color: #1f419a;
  font-size: 130%;
  font-weight: 500;
}

.article-header-h4 {
  font-weight: 500;
}


.lifeline-box {
  padding: 10px 10px 0 10px;
  background-color: #a82d2b;
  color: white;
  max-width: 400px;
}

/**
 **  News and Professional Development Panels
**/

.news-panel,
.profdev-panel {
  margin: auto;
  width: 75%;
}

.news-card-header,
.profdev-card-header {
  background-color: #1a6986;
}

/**
 ** professional development pagge
**/

/* .profdev-panel,
.newspanel {
  margin-left: 1em;
} */

.profdev-card-header,
.news-card-header {
  font-weight: 600;
  font-size: 120%;
}

h3.profdev-title,
h3.news-title {
  font-size: 95%;
}

/**
 ** footer
**/

footer {
  background-color: #1e384b;
  padding: 10px 0 2px 0;
}

footer p {
  margin-left: 1.5em;
}

footer .fedlogos {
  padding-left: 2em;
}

/**
 ** Enews
**/

.enews {
  padding: 0 2rem 0 2rem;
}

.left-header-block h1 {padding-left: 1px; !important}

.enews-footer {
  padding: 10px 0 10px 0;
}

.enews-header {
  background-color: #1a6986 !important;
}

.enews-text {
  padding-bottom: 12px;
}
