/* Colors */
/* Fonts */
/* Border Radius' */
/* Screen Sizes */
.red-gradient {
  background: #c93032;
  background: linear-gradient(310deg, #C95000, #c93032);
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0.5px 0.5px 2px #b11010;
}
.red-gradient h1 {
  margin: 0;
  line-height: 1;
}
.red-gradient a:hover, .red-gradient a:focus {
  text-shadow: none;
  color: black;
}
.red-gradient a.btn-ghost {
  background: rgba(0, 0, 0, 0);
  font-size: 1.1em;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
.red-gradient a.btn-ghost:hover {
  color: #ffffff;
  text-decoration: underline;
  background: rgb(159.8313253012, 38.1686746988, 39.7590361446);
}

.green-gradient {
  background: #08b55a;
  background: linear-gradient(310deg, #85bc19, #08b55a);
}

.blue-gradient {
  background: #1a85c1;
  background: linear-gradient(310deg, #0bada8, #1a85c1);
}

.purple-gradient {
  background: #8342b2;
  background: linear-gradient(310deg, #af2cc6, #8342b2);
}

.article-wrapper {
  max-width: 1500px;
  margin: 2em auto 0;
  padding: 1em 2em;
  display: flex;
}
@media (max-width: 992px) {
  .article-wrapper {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.article-wrapper aside {
  max-width: 400px;
}
@media (max-width: 992px) {
  .article-wrapper aside {
    max-width: 100%;
  }
}
.article-wrapper aside ul {
  font-size: 1rem;
}
.article-wrapper .nav-tabs {
  border-bottom: none;
}

aside .search {
  margin: 3em 0 2em;
  display: flex;
}
@media (max-width: 992px) {
  aside .search {
    width: 48%;
  }
}
aside .search input[type=search] {
  width: 80%;
  margin-right: auto;
}
@media (max-width: 992px) {
  aside .text-container-wrapper .text-container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  aside .text-container-wrapper .text-container:last-child {
    display: none;
  }
}

.back-link {
  font-size: 0.9em;
  color: #6c6c6c;
}

.article-main {
  flex: 2.5;
  padding-right: 5%;
  /*  STYLES added for Talking with Managers Content  */
}
@media (max-width: 992px) {
  .article-main {
    padding-right: 0;
    margin-top: 2em;
  }
}
.article-main .objective-header {
  margin-top: 1em;
}
.article-main .objective-header + div h2:first-child {
  margin-top: 2em;
}
.article-main a {
  word-wrap: break-word;
}
.article-main .panel {
  margin: 30px 25px;
  padding: 0 25px 20px 25px;
  background-color: #eee;
  border: 1px solid transparent;
  border-radius: 12px;
}
.article-main #ttmMenu {
  padding-left: 0;
  /*  border-right: 1px solid #c93032; */
}
.article-main #ttmMenu p {
  font-size: 1rem;
}
.article-main #ttmMenu ul {
  font-size: 1rem;
  padding: 0;
}

ul ul {
  padding-left: 2em;
}

.back-link::before {
  background-image: url("/images/arrow-right.svg");
  display: inline-block;
  content: " ";
  opacity: 0.6;
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  vertical-align: initial;
  margin-right: 0.4em;
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.text-container-wrapper {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .text-container-wrapper {
    flex-direction: inherit;
  }
}

.article-wrapper .text-container {
  padding: 0.5em 1.5em 1em;
  margin: 2em 0 0;
}
.article-wrapper .text-container .nav-tabs > li {
  float: none;
  margin: 15px 0;
}
.article-wrapper .text-container .nav > li > a, .article-wrapper .text-container .nav li a {
  padding: 0;
  border-left: 2px solid transparent;
  border-color: transparent;
  color: #2b2b2b;
  border-bottom: none;
}
.article-wrapper .text-container .nav-tabs > li > a:hover, .article-wrapper .text-container .nav li a:hover, .article-wrapper .text-container .nav > li > a:focus, .article-wrapper .text-container .nav li a:focus {
  background-color: transparent;
  text-decoration: underline;
  border-radius: 0px;
}
.article-wrapper .text-container .nav-tabs > li.active > a, .article-wrapper .text-container .nav-tabs > li.active > a:hover, .article-wrapper .text-container .nav-tabs > li.active > a:focus,
.article-wrapper .text-container .nav li.active a, .article-wrapper .text-container .nav li.active a:hover, .article-wrapper .text-container .nav li.active a:focus {
  color: #c93032;
  background-color: transparent;
  text-decoration: underline;
  border-radius: 0px;
  border: 0;
  padding-left: 6px;
  border-left: 2px solid #c93032;
  margin: 0.5em 0;
}

.text-container-wrapper .toggle-area, .text-container.visible-sm .toggle-area {
  display: flex;
  align-items: center;
}

.visible-sm a.toggle-area h3 {
  margin: 1.2em auto 1em 0;
}

a.toggle-area {
  border-bottom: 0;
}
a.toggle-area:focus {
  border-bottom: none;
}
a.toggle-area:hover h3 {
  color: #c93032;
  text-decoration: underline;
  text-decoration-color: #c93032;
}
a.toggle-area, a.toggle-area:hover {
  border-bottom: 0;
}
a.toggle-area h3 {
  margin-right: auto;
  color: #2b2b2b;
}
a.toggle-area img {
  width: 20px;
  height: 10px;
}
a.toggle-area.collapsed img {
  transform: rotate(180deg);
}

.article-main {
  position: relative !important;
  height: 1000px;
}
