﻿@import url("font-awesome.min.css");
/* Course Listing Layout */
.listing, .courses-listing {
  overflow-x: hidden;
}

.listing .adage-block {
  background: #F1F2F2;
}

.courses-listing .adage-block {
  background: rgba(239, 242, 242, 0.4);
}

.adage-fiftyfifty {
  max-width: 1400px;
  padding: 2%;
}

.adage-fiftyfifty-inner {
  align-items: center;
}

.grow {
  display: inline-block;
  overflow: hidden;
}

.grow img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.grow img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.inset {
  padding: 1.25em;
}

.amta-inset {
  padding: 1.25em 1.25em 0.5em 1.25em;
}

.amta-color-009fa9 {
  color: #009fa9 !important;
}

.amta-color-009fa9 > a {
  color: #009fa9 !important;
}

.amta-accent-color-025173 {
  accent-color: #025173;
}

.amta_ol_elements li::marker {
  color: #025173;
  font-weight: bold;
}

.amta-no-blue-outine:focus {
  outline: none !important;
}

.amta-no-blue-outine:active {
  outline: none !important;
}

.amta-display-flex {
  display: flex !important;
}

.flex_grid ul.courses {
  width: 31.333%;
  border-radius: 6px;
  background: white;
  list-style: none;
}

.flex_grid ul .status {
  float: none;
  margin-right: 0;
  width: 100%;
  text-align: left;
  display: none;
}

.course-item {
  text-align: left;
}

.course-item .img-container {
  position: relative;
  width: 100%;
  height: 200px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.course-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-item .img-container .course-badge {
  position: absolute;
  display: block;
  right: 20px;
  top: 20px;
  background-color: white;
  border-radius: 8px;
  color: #ED5025;
  font-size: 0.875rem;
  padding: 0.25em 1em;
  text-transform: uppercase;
  font-weight: 600;
}

.flex_grid ul.courses {
  display: flex;
  flex-direction: column;
  transition: 1s ease;
  border-radius: 10px;
}

.courses.flex_item:hover {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.amta-box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.course-sort {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  color: #025173;
  padding: 2em 0 1.25em;
  width: 100%;
}

.course-sort span {
  color: black;
}

.course-sort svg {
  fill: #025173;
  width: 23px;
  height: 24px;
  vertical-align: middle;
}

.course-search-bar-area-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 2em auto 1em;
}

.course-search-bar-area {
  background: #ffffff;
  border: 1px solid #e3e6e6;
  border-radius: 5rem;
  display: flex;
  width: 100%;
}

.amta-course-search-bar-area-red {
  background: #ffffff;
  border: 1px solid #E31837 !important;
  border-radius: 5rem;
  display: flex;
  width: 100%;
}

.amta-margin-left-2 {
  margin-left: 2rem;
}

.listing .search-bar-area-input input:focus:focus {
  outline-offset: -2px;
  outline-color: #025173;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amta-dropdown {
  float: right;
  position: relative;
  display: inline-block;
}

.amta-cursor-pointer {
  cursor: pointer !important;
}

.close-filter-menu {
  padding: 1rem;
}

.close-filter-menu:hover {
  cursor: pointer;
}

.amta-line-height-course-cards {
  line-height: 3rem;
}

@media only screen and (max-width: 600px) {
  .amta-line-height-course-cards {
    line-height: 1.93rem;
  }
}
.amta-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  /*min-width: 160px;*/
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 5.25rem;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .amta-dropdown-content {
    right: 0.2rem;
  }
}
.amta-dropdown-content a {
  color: #025173;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: none;
}

.amta-dropdown-content a:hover {
  color: #ed5025 !important;
}

.amta-dropdown-content a:active,
.amta-dropdown-content a:focus {
  outline: none !important;
}

.amta-show {
  display: block !important;
}

.amta-dark-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
}

.amta-sort-dropdown-link span,
.amta-sort-dropdown-link {
  /*position: relative;
  display: inline-block;*/
  border-bottom: none;
  color: #025173 !important;
}

.amta-sort-dropdown-link:hover svg path,
.amta-sort-dropdown-link:hover span,
.amta-sort-dropdown-link:hover {
  color: #ed5025 !important;
  fill: #ed5025 !important;
}

.amta-sort-dropdown-link:focus,
.amta-sort-dropdown-link:active {
  outline: none !important;
  /*outline-color: transparent !important;*/
}

.amta-sort-dropdown-link svg:hover {
  fill: #ed5025 !important;
}

.member-wrap {
  font-size: 1.125rem;
}

.amta-display-inline-block {
  display: inline-block !important;
}

.amta-member-wrap {
  font-size: 1.125rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

span.member-price {
  font-size: 1.125rem;
}

h3.course-listing-item-title {
  font-size: 1.5rem;
  line-height: normal;
}

h3.course-listing-item-title a {
  color: #025173;
  line-height: normal;
  transition: 0.5s ease;
  border-bottom: none;
}

h3.course-listing-item-title a:hover {
  color: #ed5025;
}

.course-author {
  font-size: 0.875rem;
  margin: 0.75em 0;
  display: block;
}

.member-price {
  color: #ff5940;
  font-weight: bold;
}

.your-courses .course-extras .flex_grid {
  border-top: none;
  padding: 0;
}

.your-courses .course-continue {
  border-top: 4px solid #DFDFDF;
  padding: 1em;
}

.your-courses .course-continue a {
  display: inline-block;
}

.your-courses .course-continue a.link-download {
  color: #025173;
  font-size: 17px;
}

.amta-link-download {
  color: #025173;
  font-size: 17px;
}

.amta-font-size-18 {
  font-size: 18px !important;
}

.amta-inset .amta-inset-hide {
  display: none !important;
}

.course-extras .amta-course-extras-hide {
  display: none !important;
}

.amta-link-download svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #025173;
}

.your-courses .course-continue svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #025173;
}

.your-courses .checkmark-badge {
  position: absolute;
  right: 0;
  top: 0;
  border-top-right-radius: 6px;
  overflow: hidden;
}

.your-courses .checkmark-badge:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 70px solid #025173;
  border-left: 70px solid transparent;
}

.your-courses .checkmark-badge svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  fill: white;
}

.courses-listing .adage-fiftyfifty {
  padding: 0 2%;
}

.courses-listing .nav.nav-tabs {
  margin-top: 2.5em;
}

.courses-listing .nav-tabs {
  border-bottom: none;
}

.courses-listing .nav-tabs .nav-item.show .nav-link, .courses-listing .nav-tabs .nav-link.active {
  color: #025173;
  border-bottom: 6px solid #025173;
}

.courses-listing .related-courses {
  background: white;
}

.courses-listing main > .adage-block:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

.your-courses h3.course-listing-item-title {
  margin-right: 1em;
}

.course-extra-wrap {
  margin-top: auto;
}

.course-extras .flex_grid {
  border-top: 1px solid #DFDFDF;
  text-align: center;
  padding: 1em 0 0;
  margin-bottom: 0;
  flex-wrap: nowrap;
}

.course-extras {
  margin-top: auto;
}

.course-extras .flex_grid .flex_item {
  border: none !important;
  font-size: 0.75rem;
}

.course-extras span {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
}

/* Course Details Layout */
.rich-text > * + *, .rich-text > div > * + * {
  margin-top: 0;
}

.details .adage-heading {
  background: #009FA9;
  color: white;
}

.details .adage-heading-inner {
  text-align: left;
  padding-bottom: 3em;
}

.details .adage-heading-inner .course-author {
  font-size: 1.125rem;
  margin-bottom: 2em;
}

.details .adage-heading-inner img {
  margin-bottom: 1em;
}

.details .adage-heading h1 {
  color: white;
  margin-left: 0;
  font-size: 2.75rem;
}

.details .details-tag {
  font-size: 0.875rem;
  color: white;
  background: #025173;
  border-radius: 6px;
  display: inline-block;
  padding: 0.25em 0.75em;
  margin-bottom: 1em;
}

.details .breadcrumbs {
  margin-left: 0;
  justify-content: flex-start;
}

.details .breadcrumbs-list-item-link {
  color: white;
}

.details .breadcrumbs a {
  color: white;
}

.details .breadcrumbs a:hover, .details .breadcrumbs a:active, .details .breadcrumbs a:focus {
  color: #1d252e;
}

.details .breadcrumbs a, .details .course-author a {
  border-bottom: 1px solid white;
}

.details .course-author a {
  color: white;
  font-weight: 700;
}

.details .course-author a:hover, .details .course-author a:active, .details .course-author a:focus {
  color: #1d252e;
}

.details .adage-heading-inner {
  padding-left: 0;
  padding-right: 0;
}

.details .adage-heading-svg-swoosh-sm {
  display: none;
}

.details .sidebar {
  margin-top: -120px;
}

.details .purchase-callout {
  font-size: 1.25rem;
  text-align: center;
  background: white;
  border: 1px solid #979797;
  border-radius: 12px;
  margin: 0 0 2em 2em;
  padding: 1.5em 1em;
  position: sticky;
  top: 75px;
}

.details .purchase-callout .purchase-title {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}

.details .purchase-callout .btn {
  display: block;
  margin-bottom: 1em;
}

.details .purchase-callout p {
  margin-bottom: 1em;
}

.details .purchase-callout .purchase-title.passed svg {
  fill: #009fa9;
}

.details .purchase-callout svg {
  width: 1em;
  padding-bottom: 0.2em;
  vertical-align: middle;
}

.details .purchase-callout .caption {
  color: #1d252e;
}

.details .purchase-callout .member-price {
  font-size: 1.25rem;
}

.details .credits-lessons p {
  font-size: 0.9rem;
}

.details .credits-lessons p .credits {
  margin-right: 2em;
}

.details .credits-lessons strong {
  font-size: 1.5rem;
  margin-right: 0.5em;
}

.details .adage-heading-top {
  display: flex;
  justify-content: space-between;
}

.details .social-share-container {
  position: relative;
  padding-right: 0;
}

.details .social-share {
  justify-content: flex-start;
  padding-left: 0;
}

.nav_section_btn {
  display: none;
}

.related-courses {
  background: #F9FAFA;
  padding: 3em 0;
  text-align: center;
}

.related-courses h2 {
  color: #009fa9;
}

.related-courses .course-listing {
  margin-top: 3em;
  margin-bottom: 2em;
}

.nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-tabs {
  border-bottom: 1px solid #979797;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ED5025;
  background-color: #fff;
  border-color: none;
  border-bottom: 6px solid #ED5025;
}

/* Flex Grid */
.flex_grid {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin-bottom: 3em;
}

.flex_grid .flex_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left; /* for IE */
  padding: 0.75em;
  margin-bottom: 2em;
  position: relative;
}

/* Flex Grid border/no border widths */
.flex_grid.flex_4x .flex_item {
  width: 25%;
}

.flex_grid.flex_3x .flex_item {
  width: 33.333%;
}

.flex_grid.flex_2x .flex_item {
  width: 50%;
}

/* Flex Grid Borders */
.flex_grid.flex_borders {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.flex_grid.flex_borders .flex_item {
  border: 1px solid #ddd;
  margin: 0;
  border-bottom: 0;
  border-right: 0;
}

/* Flex Grid Margins */
.flex_grid.flex_borders.flex_margin {
  border: 0;
}

.flex_grid.flex_borders.flex_margin .flex_item {
  margin-right: 3%;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
  padding: 0;
}

.flex_grid.flex_borders.flex_margin .flex_item .item_details {
  padding: 0.75em;
  padding-top: 0;
}

.flex_grid.flex_4x.flex_margin .flex_item {
  width: 22.75%;
}

.flex_grid.flex_3x.flex_margin .flex_item {
  width: 31.333%;
}

.flex_grid.flex_2x.flex_margin .flex_item {
  width: 48.5%;
}

.flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_2x.flex_margin .flex_item:nth-child(2n+2) {
  margin-right: 0;
}

/* IE8 and IE9 */
.no-flexbox .flex_grid:after {
  content: " ";
  display: block;
  clear: both;
}

.no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_2x .flex_item:nth-child(2n+3) {
  clear: both;
}

.flex_grid.flex_borders.flex_margin .flex_item .grid_img {
  border: 0;
  border-bottom: 1px solid #ddd;
}

.adage-fiftyfifty-inner {
  display: flex;
  flex-direction: column;
}

@media screen {
  .adage-fiftyfifty-inner.ratio-standard {
    padding-left: 5.5rem;
    padding-right: 5.5rem;
  }
}
@media screen and (max-width: 37.4375em) {
  /* iphone x*/
  .adage-fiftyfifty-inner.ratio-standard {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
@media screen and (max-width: 63.9375em) {
  /* ipad*/
  .adage-fiftyfifty-inner.ratio-standard {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
}
.adage-full-inner {
  padding-left: 1rem;
  padding-right: 1rem;
}

.flex-primary-left-50 {
  display: flex;
  flex: 3.5;
  flex-wrap: wrap;
  flex-flow: column;
  /* see on /pages/JobBank/ResumeSearch.aspx */
  margin: 2rem;
}

@media screen and (max-width: 37.4375em) {
  /* iphone x*/
  .flex-primary-left-50 {
    margin: 2rem;
  }
}
@media screen and (max-width: 63.9375em) {
  /* ipad*/
  .flex-primary-left-50 {
    margin: 0.8rem;
  }
}
.flex-primary-left-50 h1 {
  margin-bottom: 0.62em;
}

.flex-primary-left-50 h2 {
  color: #009fa9;
  margin-bottom: 0.3em;
}

.flex-primary-left-50 h3 {
  margin-bottom: 0.5em;
}

.flex-primary-left-50 > p {
  margin-bottom: 1rem;
}

.flex-secondary-right-auto {
  display: flex;
  flex: 1.5;
  flex-wrap: wrap;
  margin: 2rem;
}

.flex-secondary-right-auto h2 {
  line-height: 2;
}

.flex-secondary-right-auto hr {
  width: 100% !important;
  margin: 0;
  padding: 0;
}

.flex-secondary-right-auto > p {
  margin-bottom: 1rem;
  width: 100%;
}

.flex-secondary-right-auto p > a > img {
  /*width: 100%;*/
}

h3 > a {
  color: #025173;
}

/*Images*/
.call-l {
  float: left;
  padding: 0 1em 1em 0;
}

.call-r {
  float: right;
  padding: 0 0 1em 1em;
}

@media screen and (max-width: 480px) {
  .call-l {
    float: none;
    padding: 1em 0;
    width: 100%;
  }
  .call-r {
    float: none;
    padding: 1em 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .course-search-bar-area-wrap {
    width: 100%;
  }
  .details .adage-block .col-lg-8 {
    order: 2;
  }
  .details .adage-heading-inner img {
    display: none;
  }
  .details .sidebar {
    margin-top: -80px;
  }
  .details .purchase-callout {
    position: relative;
    top: auto;
    margin-left: 0;
  }
  .details .adage-heading-top {
    flex-direction: column-reverse;
  }
  .details .adage-theme-swoosh-sm .breadcrumbs {
    margin-top: 0;
  }
  .details .adage-theme-swoosh-sm .breadcrumbs-list {
    max-width: 100%;
  }
  .details .breadcrumbs {
    margin-top: 0;
  }
  .nav_section_btn {
    display: block;
  }
  .nav_section_btn a.btn {
    display: block;
    background: #EFF2F2;
    color: #1D252E;
    border: 1px solid #979797;
    padding: 0.75em 1em;
    border-radius: 12px;
    text-transform: inherit;
    text-align: left;
    letter-spacing: 0px;
    font-size: 1.125rem;
    font-weight: normal;
    display: flex;
  }
  .nav_section_btn a.btn span {
    margin-left: auto;
  }
  .nav_section_btn a.btn .nav-desktop-main-toggle:after {
    top: 61%;
    border-color: #dd390c;
    width: 0.75rem;
    height: 0.75rem;
  }
  .nav.nav-tabs, .adage-accordion-panel-content {
    display: none;
  }
  /*.courses-listing .nav.nav-tabs, .adage-accordion-panel-content { display: flex; }*/
  .courses-listing .nav.nav-tabs {
    display: flex;
  }
  .adage-accordion-panel-content {
    padding: 0 1em !important;
  }
  .nav.nav-tabs.show, .adage-accordion-panel-content.show {
    display: block;
    border-bottom: none;
  }
  .adage-accordion-panel-content h3 {
    display: none;
  }
  .nav-tabs .nav-link {
    border: none;
  }
  .nav_section_btn.open a span.section-toggle-js::after {
    border-color: #ed5025;
    transform: translateY(-0.17678rem) rotate(-135deg);
  }
  .topic-sidebar {
    padding: 0 1em;
  }
}
.sixty-thirty-left {
  width: 70rem;
  margin-left: 5rem;
  float: left;
}

.sixty-thirty-right {
  width: 25rem;
  margin-right: 5rem;
  float: right;
}

.thirty-sixty-left {
  width: 25rem;
  margin-left: 5rem;
  float: left;
}

.thirty-sixty-right {
  width: 70rem;
  margin-right: 5rem;
  float: right;
}

.form-content, #nav-wizard {
  margin-top: 5rem !important;
}

.view {
  /*http://localhost:7223/jobbank/JobSearch.html?searchcat=jobs&sort=distance&q=chicago*/
  margin-bottom: 1.35rem;
}

.flexrow {
  display: flex;
  flex-direction: row;
}

.flexrow .c2r {
  margin-left: 2em;
}

.c2l {
  width: 48%;
  margin: 0.1em;
}

.c2r {
  width: 48%;
  margin: 0.1em;
}

.geo {
  display: none;
}

.options-h li {
  display: inline;
  margin-right: 0.7em;
  white-space: nowrap;
}

label {
  display: inline-block;
}

.progress-form-disabled {
  flex: 1;
  flex-direction: column;
}

.progress {
  background-color: #fff;
  text-align: center;
  margin: 0 0 20px;
  list-style: none;
}

.progress ol {
  padding-left: 0;
}

.progress li:first-child {
  background: none;
  margin: 0;
  padding: 0;
}

.progress li.current {
  font-weight: bold;
}

.progress li {
  display: inline-block;
  background: url("../bullet-wizard.html") no-repeat 0 0.35em;
  margin-left: 13px;
  padding-left: 20px;
}

/* resume wizard */
.left-adjust {
  width: 24%;
  float: left;
}

.right-adjust {
  width: 74%;
  float: right;
}

.field .txt-med {
  width: 60%;
}

dl.form .txt {
  width: 60%;
}

dl.form .txt-num {
  width: 60%;
}

dl.form input, dl.form select {
  border: 1px solid #dcddde;
}

.hidden, .hide {
  display: none;
  visibility: hidden;
}

.mute {
  color: #77787b;
  font-size: 13px;
}

div.clear {
  clear: both;
}

/* /courses */
.course-categories .thumb {
  float: left;
  margin: 3px 0 0 -65px;
}

@media screen and (max-width: 63.9375em) {
  /* ipad*/
  .course-categories .thumb {
    float: left;
    margin: 3px 0 0 0px;
  }
  .course-categories dd {
    margin: 0 0 0 4rem;
  }
}
@media screen and (max-width: 37.4375em) {
  /* iphone x*/
  /* iphone x*/
  .course-categories .thumb {
    float: left;
    margin: 3px 0 0 0px;
  }
  .course-categories dd {
    margin: 0 0 0 4rem;
  }
  .progress li {
    display: flex;
  }
}
.course-categories > dt {
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 63.9375em) {
  /* ipad*/
  .course-categories > dt > a:first-child {
    float: left;
    width: 10%;
    border-bottom: none;
  }
  .course-categories > dt > a:not(first-child) {
    float: right;
    width: 90%;
  }
}
@media screen and (max-width: 37.4375em) {
  /* iphone x*/
  .course-categories > dt > a:first-child {
    float: left;
    width: 20%;
    border-bottom: none;
  }
  .course-categories > dt > a:not(first-child) {
    float: right;
    width: 79%;
  }
}
.course-categories > dt {
  margin-top: 1.35em;
}

.course-categories a {
  font-size: 1.5rem;
}

/* courses #featured courses*/
.courses {
  list-style: none;
  margin-left: 0;
  padding: 0;
  /* specific */
}

/* .courses > li {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-right: 33.27%;
} */
.courses .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.courses p, .featured-courses p {
  margin-bottom: 0.25em;
}

h2.lesson-title {
  margin-bottom: 0.75em;
}

/*featured courses*/
ul.featured-courses {
  padding-left: inherit;
}

.mute.category {
  color: #77787b;
  font-size: 1.1rem;
}

/* your-courses */
.courses-extras li {
  padding-top: 10px;
  padding-left: 5px;
}

ul#course-menu {
  display: none;
}

.adage-accordion {
  margin-bottom: 1.5em;
}

.adage-accordion-inner {
  border-bottom: none;
}

.adage-accordion-trigger {
  padding-top: 0;
  padding-bottom: 0;
}

.adage-accordion-panel-content {
  padding: 0 0 2.5rem 0;
}

.rich-text a {
  word-break: normal !important;
}

.caption sup {
  font-size: 0.75em;
}

.courses .status {
  float: right;
  margin-right: -49.87%;
  text-align: center;
  width: 44.96%;
}

/* course detail page/ navigation */
#course-nav {
  border: 1px solid #e9ebf7;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  font-size: 17px;
  list-style: none;
  margin-left: 0;
  padding: 15px;
  height: fit-content;
  height: -moz-fit-content;
  width: 100%;
}

#course-nav > li:first-child {
  border: 0;
  padding-top: 0;
}

#course-nav > li {
  border-top: 1px solid #ddd;
  padding: 0.75em 0;
}

/* todo: course detail side navigation */
/* course videos */
a.rtmp {
  display: block;
  width: 640px;
  height: 480px;
  margin: 25px 0;
  text-align: center;
  background-color: black;
}

/* course progress bar */
.progress-chart-course.large {
  float: none;
  font-size: 0.9em;
  height: 10px;
  margin-bottom: 1em;
  width: auto;
}

.interests-scale {
  float: left;
  padding-top: 0.75em;
}

@media screen and (max-width: 63.9375em) {
  /* ipad*/
  .field-help {
    display: block;
  }
  .field .txt-med {
    width: 100%;
  }
}
.progress-chart-course {
  background: rgba(227, 230, 230, 0.5);
  border: none;
  border-radius: 50px;
  float: right;
  height: 10px;
  position: relative;
  width: 200px;
}

.progress-chart-course .idx {
  background: #025173;
  border-radius: 50px;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
}

.topic.large .count {
  padding-top: 0.3em;
}

.topic .count {
  color: #009FA9;
  display: block;
  padding: 0.35em 0 0.25em 0;
  position: relative;
}

#course-nav ul {
  font-size: 15px;
  list-style: none;
  margin: 0.5em 0 0;
}

#course-nav ul {
  font-size: 15px;
  list-style: none;
  margin: 0.5em 0 0;
}

#course-nav ul ul {
  list-style: disc;
  margin: 0.5em 0 0 1.5em;
}

/* Action buttons */
.action, .action2, .action3, .action4, .action5 {
  -webkit-appearance: none;
  background: #ff5940;
  border: 0px solid #ff5940;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  padding: 0.5em 1em;
}

/* apply this to the sibling buttons */
.action.btn.utility-btn ~ .action.btn.utility-btn {
  margin-left: 0.4em !important;
}

.shadow {
  -webkit-box-shadow: 5px 5px 15px 5px lightgray;
  box-shadow: 5px 5px 15px 5px lightgray;
  padding: 1em;
}

@media only screen and (max-width: 991px) {
  /* Flex Grid max 3 column */
  .flex_grid.flex_4x .flex_item {
    width: 33.333%;
  }
  .flex_grid.flex_4x.flex_margin .flex_item {
    width: 31.333%;
  }
  .flex_grid.flex_4x.flex_margin .flex_item:nth-child(4n+4) {
    margin-right: 3%;
  }
  .flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3) {
    margin-right: 0;
  }
  /* Flex Grid IE9 */
  .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(4n+5) {
    clear: none;
  }
  .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  /* Flex Grid max 2 column */
  .flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item {
    width: 50%;
  }
  .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item {
    width: 48.5%;
  }
  .flex_grid.flex_4x.flex_margin .flex_item:nth-child(3n+3), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(3n+3) {
    margin-right: 3%;
  }
  .flex_grid.flex_4x.flex_margin .flex_item:nth-child(2n+2), .flex_grid.flex_3x.flex_margin .flex_item:nth-child(2n+2) {
    margin-right: 0;
  }
  /* Flex Grid IE9 */
  .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(3n+4), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(3n+4) {
    clear: none;
  }
  .no-flexbox .flex_grid.flex_4x .flex_item:nth-child(2n+3), .no-flexbox .flex_grid.flex_3x .flex_item:nth-child(2n+3) {
    clear: both;
  }
}
@media only screen and (max-width: 479px) {
  /* Flex Grid */
  .flex_grid.flex_4x .flex_item, .flex_grid.flex_3x .flex_item, .flex_grid.flex_2x .flex_item, .flex_grid.flex_4x.flex_margin .flex_item, .flex_grid.flex_3x.flex_margin .flex_item, .flex_grid.flex_2x.flex_margin .flex_item {
    width: 100%;
    margin-right: 0;
  }
}
