@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");

      :root {
        --font: Open Sans;
        --alt-font: Open Sans;
        --accent-color: #00587c;
        --secondary-color: #4d4d4f;
        --link-color: #0000ff;
        --accent-highlight-color: #004662;
        --accent-highlight-background-color: #96e0ff;
        --accent-tinted-color-70: #b3cdd8;
        --accent-tinted-color-80: #ccdee5;
        --accent-tinted-color-90: #e6eef2;
        --accent-contrast-color: #fff;
        --accent-contrast-tinted-background-color: #b3b3b3;
        --accent-hover-color: #007caf;
        --secondary-hover-color: #666669;
        --secondary-contrast-color: #fff;
        --link-hover-color: #6666ff;
      }
      
body { background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/2ewfagz6n3sp-Genericgreybackgroundbranding.jpg'); background-attachment: fixed; background-size: cover; }
.company__logo {text-indent: 100%;white-space: nowrap;overflow: hidden;background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,t_ti_company_logo_hires_v3/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/rg1vxziqz6in-HBFF_Horizontal_600x110.jpg') no-repeat center left;background-size: contain;} .company__logo span.h4 {visibility: hidden;}
/* BEGIN 3/22/23 Heide Randall -- fix to make all quiz question prompts *not* bold */
.question__body.question__body--strong,.question__body.question__body--strong p {
    font-weight: 400;
}
/* END 3/22/23 Heide Randall -- fix to make all quiz question prompts *not* bold */

/*MichelleAdd*/
.cart-items .btn--small {display:none !important;}

/* Deleted this because it was interfering with back-end management */
/*.btn--left {display:none !important;}*/


.article-sidebar__custom-fields {display: none;}
/*end*/

/*Philadd*/
.article-sidebar__custom-fields { display: none; }
.widget .widget--featured-content .widget--featured-content_multi-carousel .classsmall-block-grid-1{
  padding-left: 90px;
  padding-right: 90px;
}
.catalog-grid-item__completed-container {
   display:none;
}

.hbfsub .catalog-search-bar {display:none !important;}
.hbfsub  .medium-3  {display:none !important;}
.hbfsub  .medium-9  {width:100% !important;} 
/*end*/

/*MichelleAdd-hide gifting text and icon in enroll widget*/
.widget--course-purchase .btn--secondary{display:none;}
.enroll__secondary-actions .icon-gift {display:none}
/*end*/

.learning-path-detail-milestone-list {display:none!important;}


h4 {
  color:#00587C;
}


h5 {
  text-transform: none;
  color:#f26529;
  font-size: 24px;
  font-weight:normal
}


/*HR Added 9/9/2022 to increase visibility of CTA button in Widget Titles*/
.widget__title-cta {
  color: #ffffff;
  font-size: .9rem;
  padding: 6px 14px;
  top: -2px;
  background: #00587C;
  z-index: 9000;
  white-space: nowrap;
  max-width: 50%;
  border-radius: 5px;
}
.widget__title-cta:hover {
  color: #E2E349;
}


select {
  outline: none;
}

.title .widget__title,
.h2.widget__title {
  color: #00587C;
  font-size: 34px;
  margin: 20px 0 20px;
}

.widget__subtitle {
  margin-bottom: 15px !important;
}

.application .container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

.container .header {
  padding-top: 0;
  z-index: 99;
}

.container .header .top-bar {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  height: auto;
  margin-left: 2%;
  line-height: 1;
  overflow: inherit;
}

.container .header .top-bar-section ul {
  width: 100%;
}

.container .header .column,
.container .header .columns {
  padding: 0;
}

.header--student .header__left__icon {
  width: 80px;
  padding: 0;
}

.header--student .header__left__icon .icon-home {
  font-size: 30px;
  line-height: 80px;
}

.header--student .header__left__copy {
  width: auto;
}

.header .header__inner > .row {
  display: flex;
  align-items: center;
}

.container .header .top-bar-section li a {
  line-height: 1;
  background: none !important;
  color: #00587C;
  transition: color 0.2s linear;
}

.container .header .top-bar-section li a:hover {
  color: #6aa3b9;
}

.header .nav.nav--top a,
.header .nav.nav--top button {
  padding: 10px;
  color: #00587C;
  margin: 0;
  background: none !important;
}

.header .nav.nav--top {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.dashboard-header-dropdown__link {
  color: #00587C;
  float: right;
}

.dashboard-header-dropdown__link > .row {
  display: flex;
}

.dashboard-header-dropdown__link > .row > div {
  width: auto;
}

.widget .search-bar-widget input {
  width: calc(100% - 190px);
  background: #DBE9F4;
  box-shadow: none;
  color: #42839F;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 0 20px;
  height: 50px;
}

.widget .search-bar-widget input::placeholder {
  color: #42839F;
}

.widget .search-bar-widget button {
  background: #D0DF00;
  color: #00587C;
  border-radius: 10px !important;
  border: 0;
  text-transform: none;
  width: 180px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  transition: background-color 0.2s linear;
}

.widget .search-bar-widget button:hover {
  background-color: #dcea09;
}

.widget .search-bar-widget button i {
  display: none;
}

.widget.widget--featured-content_multi-carousel {
  padding: 1rem 4rem;
}

.widget--featured-content_multi-carousel .btn--bare-icon i {
  color: #00587C;
  font-size:40px;
  font-weight: bold;
}

.barr-carousel.widget--featured-content_multi-carousel .btn--bare-icon i {
  color: #FFF;
  font-size: 50px;
}

.barr-carousel .featured-content-multi-carousel__nav-right {
  right: -45px;
}

.barr-carousel .featured-content-multi-carousel__nav-left {
  right: -60px;
}

.widget--hero-image {
  padding: 0 !important;
}

.featured-content-multi-carousel__nav-left {
  /*left: -30px;*/
  top: 42%;
}

.featured-content-multi-carousel__nav-right {
  /*right: -30px;*/
  top: 42%;
}

.testimonial-widget,
.widget--testimonial .row,
.widget--testimonial ul {
  margin: 0 !important;
}

.testimonial-widget .featured-content-multi-carousel,
.widget--testimonial,
.widget--testimonial .columns,
.widget--testimonial li {
  padding: 0 !important;
}

.featured-content-image-overlay-item  {
  border: 1px solid #E5E5E5;
}

.featured-content-image-overlay-item .featured-content-image-overlay-item__overlay {
  background: #FFF;
  padding: 7px 45px 7px 15px;
  position: relative;
}

.featured-content-image-overlay-item .featured-content-image-overlay-item__overlay:before {
  content: '';
  position: absolute;
  top: 14px;
  right: 15px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #00587C;
}

.featured-content-image-overlay-item .featured-content-image-overlay-item__overlay:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #00587C;
}

.featured-content-image-overlay-item h4 {
  color: #00587C;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}

footer.footer {
  padding: 0 20px;
  color: #FFF;
  background: #00587C;
}

.footer .footer__inner {
  border-top: none;
  display: flex;
  flex-flow: column wrap;
}

.footer__links {
  order: -1;
  margin-bottom: 20px;
}

.footer .footer__company__info {
  color: #FFF;
  margin: 0;
}

footer.footer a {
  color: #FFF;
  text-decoration: underline;
}

footer.footer a:hover {
  text-decoration: none;
}



.testimonial-quote__author-name p {
  font-style: normal !important;
}

.testimonial-quote__author-name:before {
  display: none !important;
}

.testimonial .testimonial-quote {
  right: 0;
}

.testimonial .testimonial-quote--right {
  padding: 0 4em 0 0;
  text-align: right;
  width: 70%;
}

.testimonial-details {
  background: #D0DF00;
}

.testimonial-details span {
  color: #00587C;
}

.testimonial-details p {
  margin: 0;
}

.testimonial-details span:first-child {
  font-size: 48px !important;
  display: inline-block;
  margin-right: 20px;
}

.testimonial-details strong {
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 30px !important;
}

.testimonial-details a {
  float: right;
  background: transparent;
  border: 2px solid #00587C;
  color: #00587C !important;
  border-radius: 10px;
  text-transform: none;
  margin: 10px 0 0 15px;
  padding: 8px 20px;
  font-size: 18px;
}

.featured-content-multi-carousel-item__title {
  padding: 7px 20px 4px 20px;
  background: #00587C;
  color: #FFF;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}


.featured-content-multi-carousel-item__source {
  padding: 0 20px 10px 20px;
  margin: 0;
  background: #00587C;
  color: #FFF;
  font-size: 12px;
}

.featured-content-multi-carousel-item__source * {
  font-weight: normal;
}

.featured-content-multi-carousel-item__description {
  font-size: 14px;
  padding: 15px 20px;
  margin: 0;
}

.featured-content-multi-carousel-item__body {
  text-align: left;
  padding: 0;
}

.featured-content-multi-carousel-item {
  background: #DBE9F4;
}

.featured-content-multi-carousel-item img {
  padding: 0;
}

.dashboard-stats__container {
  padding: 0;
  box-shadow: none;
}

.dashboard-stat {
  border: none;
  background: #DBE9F4;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
}

.dashboard-stat--completed > .dashboard-stat {
  background: #00587C;
}

.dashboard-views__container {
  background: #D0DF00;
  border-radius: 10px;
}

.dashboard-stat .dashboard-stat__value {
  order: -1;
  font-size: 46px;
  line-height: 60px;
}

.dashboard-stat__label,
.dashboard-views__header,
.dashboard-stat .dashboard-stat__value {
  color: #00587C;
}

.dashboard-stat--completed > .dashboard-stat .dashboard-stat__value,
.dashboard-stat--completed > .dashboard-stat .dashboard-stat__label {
  color: #FFF;
}

.catalog-display-type button {
  border: 0 !important;
  background: transparent;
  color: #00587C !important;
}

.barr-catalog .catalog-display-type button {
  background: transparent !important;
}

.catalog-filters {
  border: 0;
  background: transparent;
}

.catalog-filters * {
  color: #00587C !important;
}

.catalog-filters > div,
.catalog-filters input {
  background: transparent !important;
}

.catalog-filters > div {
  border-color: #9CBFD2;
}

.catalog-filters input::placeholder,
.catalog-filters select::placeholder {
  color: #76A6BD;
}

.catalog-active-filters {
  width: 100%;
}

.btn--bare-icon i, 
.btn--icon i, 
.btn--with-icon i i, 
.directional__nav__button i {
  font-size: 22px;
  line-height: 22px;
}

.catalog-aggregation {
  padding: 0;
  border: 0;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.catalog-aggregation .catalog-aggregation__header {
  padding: 12px 18px !important;
  background: #CCC !important;
  color: #00587C;
  display: block;
  font-size: 26px;
}

.catalog-aggregation .catalog-aggregation__header > .row .small-1 {
  float: right;
  width: 15px;
}

.catalog-aggregation .catalog-aggregation__header > .row .small-11 {
  float: left;
  width: calc(100% - 20px);
}

.catalog-aggregation .catalog-aggregation__header .catalog-aggregation__header--label {
  font-weight: 300;
  padding: 0;
}

.catalog-aggregation--expanded ul {
  padding: 10px 20px;
  margin: 0;
  background: #00587C;
  border-radius: 0 0 5px 5px;
}

.catalog-aggregation--expanded ul li {
  color: #FFF;
}

.catalog-aggregation--expanded .catalog-aggregation__count {
  color: #FFF;
}

.btn.catalog-aggregation__value {
  margin: 0;
  color: #FFF;
  font-size: 13px;
  padding: 5px 0;
}

.btn.catalog-aggregation__value:hover {
  color: #FFF;
  text-decoration: underline;
}

.widget--catalog .js-results-holder {
  padding: 0 20px 0 0;
}

.widget--catalog .js-results-holder ul {
  display: flex;
  flex-flow: row wrap;
}

.widget--catalog .js-results-holder .catalog-grid-item,
.widget--catalog .js-results-holder .catalog-item {
  height: 100%;
}

.widget--catalog .js-results-holder li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.widget--catalog .js-results-holder li * {
  color: #00587C;
}

.widget--catalog .js-results-holder .catalog-grid-item {
  border-radius: 6px;
  overflow: hidden;
}

.catalog-grid-item__hr,
.catalog-grid-item__cta-container {
  display: none;
}

.catalog-grid-item__title {
  font-size: 20px;
  line-height: 24px;
}

.dashboard-access {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.widget--dashboard-access * {
  color: #00587c;
}

.dashboard-access-tabs {
  display: flex;
  flex-flow: row wrap;
}

.dashboard-access-tabs li {
  flex: 1;
}

.dashboard-access-tabs li .btn {
  white-space: nowrap;
}

.dashboard-access__header,
.dashboard-access-tabs {
  background: #DBE9F4;
  border: 0;
}

.dashboard-access-tab--active {
  background: #D0DF00;
  color: #FFF;
}

.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title .syllabus__lesson--title-text {
  overflow: inherit;
}

.learner__sidebar-inner-list span.syllabus__section-title {
  margin: 0;
}

.learner__sidebar-inner-list.learner__sidebar-inner-list--disabled {
  margin: 0;
  padding: 10px;
}

.learner__sidebar-inner-list--disabled ul.syllabus__section-list {
  margin: 0;
}

.featured-content-multi-carousel-item__description {
  position: relative;
}

.featured-content-multi-carousel-item__description:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 11px;
  height: 11px;
  border-left: 3px solid #00587C;
  border-top: 3px solid #00587C;
  transform: rotate(135deg);
}
.featured-content-article-item__title, .featured-content-article-item__description{
  color: #00587C;
}

.session__container,
.session__container h2,
.session__container .btn--link {
  color: #00587C;
}

.session__container .btn--primary {
  background: #D0DF00;
  color: #00587C;
  border-radius: 10px !important;
  border: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
  transition: background-color 0.2s linear;
}

.session__container .btn--primary:hover {
  background: #dcea09;
}

.session__container .field input {
  border: 0;
  box-shadow: none;
  color: #00587C !important;
  border-radius: 5px;
  background: #DBE9F4;
}

.session__container .btn--link:hover {
  color: #14769e;
}

.home-info-columns {
  padding: 20px 70px 50px !important;
}

.home-info-columns .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.home-info-columns img {
  height: 90px;
}

.home-info-columns .row .columns {
  text-align: center;
  padding: 25px;
}

.home-info-columns h2 {
  color: #A4C8E2;
  margin: 25px 0 15px;
  font-size: 30px;
}

.home-info-columns p {
  color: #595959;
}

@media (min-width: 1024px) {
  .footer__company__info,
  .footer__links {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .header .company__beta-logo {
    max-width: 200px;
  }

  .container .header .top-bar {
    margin: 0;
  }

  .container .header .top-bar .top-bar-section li a {
    padding: 0 10px;
  }

  .audio-player__controls + .row > .small-2 {
    width: auto;
  }

  .audio-player__controls + .row > .small-10 {
    float: left;
  }

  .catalog-aggregation .catalog-aggregation__header {
    font-size: 22px;
  }

  .testimonial-details span:first-child {
    font-size: 24px !important;
  }

  .testimonial-details strong {
    font-size: 15px !important;
  }

  .testimonial-details a {
    margin-top: 0 !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
    transition: all 0.2s linear;
  }

  .testimonial-details a:hover {
    color: #14769e;
    border-color: #14769e;
  }
}

@media (min-width: 769px) {
  .catalog-filters {
    display: flex;
  }
  
  .catalog-filters__search {
    min-width: 220px;
    flex: 1;
  }

  .catalog-filters__selections {
    flex: 0.5;
  }
  
  .catalog-filters__selections,
  .catalog-filters__sort,
  .catalog-content-type {
    min-width: 100px;
  }

  .catalog-search-bar {
    border-radius: 7px;
    border: 0;
    background-color: #DBE9F4;
  }

  .catalog-display-type {
    border-left: 1px solid #9CBFD2;
  }

  .widget .catalog-search-bar {
    display: flex;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .widget--hero-image .hero .hero__caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    background: none;
    color: #FFF;
    width: 60%;
  }

  .widget--hero-image .hero .hero__title,
  .widget--hero-image .hero .h4 {
    color: #FFF;
  }

  .widget--hero-image .hero .h4 {
    padding: 10px 0;
    display: block;
  }

  .widget--hero-image .hero .btn {
    background: transparent;
    border: 2px solid #CFDF00;
    color: #CFDF00;
    border-radius: 10px;
    text-transform: none;
    margin-top: 20px;
    padding: 10px 15px;
    transition: all 0.2s linear;
  }

  .widget--hero-image .hero .btn:hover {
    color: #e3f30c;
    border-color: #e3f30c;
  }

  .widget--featured-content_image-overlay {
    padding: 30px 7vw;
  }

  .widget--searchbar {
    padding: 1rem 4rem !important;
  }

  .testimonial-details {
    padding: 15px 60px !important;
  }

  li.dashboard-stat--collaborations {
    padding-right: 8px;
  }

  .dash-hero .hero__caption {
    transform: none !important;
    top: initial !important;
    bottom: 10% !important;
  }

  .session__container {
    border-radius: 10px;
    border: 4px solid #D0DF00;
  }
}

@media (max-width: 768px) {
  .header .top-bar-section ul {
    display: none;
    position: absolute;
  }

  .container .header .top-bar-section ul {
    width: auto;
    right: 0;
  }

  .container .header .top-bar-section ul a {
    padding: 10px 15px !important;
    white-space: nowrap;
  }

  .top-bar.expanded .toggle-topbar.menu-icon button {
    color: #00587C;
  }

  .header .top-bar .name {
    display: none;
  }

  .header .top-bar .toggle-topbar {
    position: static;
    margin: 0;
  }

  .header .top-bar.expanded .top-bar-section ul  {
    display: block;
  }

  .widget.widget--featured-content_multi-carousel {
    padding: 1rem 2rem;
  }

  .hero__caption {
    background: #D0DF00;
    overflow: hidden;
    padding: 1rem !important;
  }

  .hero__caption .hero__title,
  .hero__caption .h4 {
    color: #00587C !important;
    display: block;
  }

  .hero__caption .btn {
    background: transparent;
    border: 2px solid #00587C;
    color: #00587C;
    border-radius: 10px;
    font-size: 12px;
    text-transform: none;
    margin: 10px 0 0 0;
    padding: 8px 20px;
    transition: all 0.2s linear;
  }

  .hero__caption .btn:hover {
    color: #14769e;
    border-color: #14769e;
  }

  .testimonial-quote__text {
    font-size: 14px !important;
  }

  .featured-content-multi-carousel__nav-left {
    left: -15px;
  }
  
  .featured-content-multi-carousel__nav-right {
    right: 0;
  }

  .catalog-search__button {
    top: -7px;
    right: 0;
  }

  .catalog-filters input,
  .catalog-filters select {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #DBE9F4 !important;
  }

  .catalog-display-type {
    float: right;
  }

  .catalog-display-type .btn:hover {
    background-color: #00587C;
    color: #FFF !important;
  }

  .learner__container--toggled .learner__content {
    position: static;
    transform: none;
  }

  .catalog-filters__search {
    padding: 0;
  }

  .catalog-filters__selections {
    padding-left: 0;
  }

  .catalog-filters__sort {
    padding-right: 0;
  }

  .widget--catalog .js-results-holder {
    padding: 0;
  }

  .widget--catalog .js-results-holder ul {
    margin: 0;
    padding: 0 15px;
  }

  .barr-catalog .widget--catalog .js-results-holder ul {
    padding: 0;
  }

  .widget--catalog .js-results-holder li {
    padding: 0 !important;
  }

  .dashboard-header-dropdown__link {
    padding-right: 15px;
  }

  .header--student .header__left__icon {
    width: 58px;
  }

  .header--student .header__left__icon .icon-home {
    font-size: 22px;
    line-height: 58px;
  }
}

@media (max-width: 500px) {
  .header:not(.header--student) {
    min-height: 75px;
  }

  .nav.nav--top {
    transform: none !important;
  }

  .title .widget__title,
  .h2.widget__title {
    font-size: 26px;
  }

  .testimonial-details strong {
    display: block;
  }

  .widget .search-bar-widget input,
  .widget .search-bar-widget button {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 15px;
  }
}



.testimonial-details-mesa span {
  color: #233f8f;
}

.testimonial-details-mesa {
  background: #233f8f;
}

.testimonial-details-mesa span {
  color: #ffc21f;
}

.testimonial-details-mesa p {
  margin: 0;
}

.testimonial-details-mesa span:first-child {
  font-size: 24px !important;
  display: inline-block;
  margin: auto;
}

.testimonial-details-mesa strong {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 24px !important;
}


.testimonial-details-mesa a {
  display: block;
  text-align: center;
  background: transparent;
  border: 2px solid #ffc21f;
  color: #233f8f !important;
  border-radius: 10px;
  text-transform: none;
  margin: auto;
  padding: 8px 8px;
  font-size: 18px;
}

  .testimonial-details-mesa {
    padding: 10px 20px !important;

}
  .testimonial-details-mesa strong {
    display: block;
  }
  
  .btn-mesa {
	background: solid #233f8f;
	border: transparent;
	color: #CFDF00;
	border-radius: 10px;
	text-transform: none;
	padding: 10px 15px;
	transition: all 0.2s linear;
  }
  

.container-mesa .footer
{
  padding: 10px;
  color: #00587C;
  margin: 0;
  background: none !important;
}

  .footer-mesa 
{
  padding: 10px;
  color: #00587C;
  margin: 0;
  background: none !important;
}
  
  .footer-mesa .footer {
  padding: 0 20px;
  color: #FFF;
  background: #233f8f;
}

.footer-mesa .footer__inner {
  border-top: none;
  display: flex;
  flex-flow: column wrap;
}

.footer-__links {
  order: -1;
  margin-bottom: 20px;
}

.footer-mesa .footer-__company__info {
  color: #FFF;
  margin: 0;
}

.footer-mesa .footer a {
  color: #FFF;
  text-decoration: underline;
}

.footer-mesa .footer a:hover {
  text-decoration: none;
}

.home .nav--global-links,
.barr-dashboard .nav--global-links {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: none !important;
}

.home .nav--global-links a,
.barr-dashboard .nav--global-links a {
  color: #F58221;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s linear;
}

.home .nav--global-links a:hover,
.barr-dashboard .nav--global-links a:hover {
  opacity: 0.8;
}

.barr-search {
  padding: 40px 125px 40px 180px !important;
}

.barr-search .search-bar-widget button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: #FFF !important;
  background: #F58220;
  border-radius: 5px !important;
  opacity: 1 !important;

}

.barr-search .search-bar-widget button:hover {
  background: #f89035;
}

.barr-search .search-bar-widget input {
  background: #EAEAEA !important;
  height: 50px;
  line-height: 50px;
  font-style: inherit !important;
  color: #3B3B3B !important;
  padding-left: 50px;
}

.barr-search .search-bar-widget input::placeholder {
  font-style: normal !important;
  color: #3B3B3B !important;
}

.barr-hero .hero__title {
  font-weight: normal !important;
  font-size: 48px !important;
  line-height: 48px !important;
  color: #FFF;
}

.barr-hero .h4 {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 18px;
  color: #FFF;
  padding: 5px 0 !important;
}

.barr-hero .hero {
  background: #005B9E;
}

.dashboard-header-dropdown {
  z-index: 99;
}

.barr-dashboard .header.header--dashboard {
  z-index: inherit;
}

.barr-hero .hero__caption .btn {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  height: 48px;
  color: #FFF !important;
  padding: 0 20px !important;
  line-height: 48px;
  background: transparent !important;
}

.barr-home .home__content {
  padding: 0;
}

.barr-home,
.barr-dashboard {
  background: transparent;
}

.barr-home footer.footer {
  display: none;
}

.barr-home .company-logo__container,
.barr-dashboard .company-logo__container {
  padding: 10px 0;
}

.barr-home .company-logo__container img,
.barr-dashboard .company-logo__container img {
  max-height: 80px !important;
  margin-left: 15px;
}

.barr-home .nav--top {
  padding-right: 30px;
}

.barr-home .nav--top li:first-child a {
  border: 1px solid #F58221;
  border-radius: 5px;
  height: 35px;
  padding: 0 15px;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #F58221;
}

.barr-home .nav--top li:last-child a {
  border: 1px solid #17B1E7;
  border-radius: 5px;
  height: 35px;
  padding: 0 15px;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
  background: #17B1E7;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
}

.barr-home .application .container,
.barr-dashboard .application .container {
  max-width: 1440px;
  margin: 0 auto;
}

.home.barr-home div.row,
.dashboard.barr-dashboard div.row {
  margin: 50;
}

.widget.widget--featured-content_multi-carousel.barr-carousel {
  padding: 1rem 140px;
}

.barr-launch-text {
  margin-bottom: 40px;
}

.barr-launch-text .widget__title {
  color: #18B1E7;
  font-weight: 600;
  font-size: 48px;
}

.barr-launch-text p,
.barr-explore-text p {
  color: #3B3B3B;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 0 15vw;
}

.barr-explore-text .widget__title {
  color: #005B9E;
  font-size: 48px;
  font-weight: bold;
}

.barr-info {
  text-align: center;
  padding: 30px 120px 0 120px;
}

.barr-info .editor-content * {
  text-align: center;
}

.barr-info .editor-content img {
  margin-bottom: 35px;
}

.barr-info .editor-content p {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  max-width: 240px;
  margin: 0 auto 10px;
}

.barr-info .editor-content strong {
  color: #18B1E7;
}

.barr-testimonials {
  background: #F58221;
  width: 62%;
  margin-top: 50px !important;
}

.barr-testimonials .testimonial-quote__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}

.barr-testimonials .testimonial-quote__author-name {
  font-weight: 500;
  font-size: 16px;
  font-style: inherit;
  line-height: 20px;
  display: inline-block;
}

.barr-testimonials .testimonial-quote__author-name::before {
  content: '- ';
  display: inline;
}

.barr-testimonials .testimonial-quote__author-description {
  font-weight: 500;
  font-size: 16px;
  font-style: inherit;
  line-height: 20px;
  display: inline-block;
}

.barr-testimonials .testimonial-quote__author-description::before {
  content: ', ';
}

.barr-testimonials .testimonial {
  background-position: left center;
  background-size: 58%;
}

.barr-testimonials .testimonial-quote {
  width: 40%;
  padding-right: 25px;
  text-align: center;
}

.barr-testimonials .testimonial:before {
  padding-top: 32%;
}

.barr-testimonials-link {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  height: 36px;
  line-height: 32px;
  padding: 0 15px;
  position: relative;
  float: left;
  margin-top: -50px;
  margin-left: 42%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF !important;
}

.barr-featured {
  padding: 80px 110px !important;
}

.barr-featured .editor-content strong {
  color: #009A4E;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  margin: 8px 0;
}

.barr-featured .editor-content p {
  color: #3B3B3B;
  font-size: 14px;
  line-height: 18px;
}

.barr-featured .editor-content a {
  border: 2px solid #009A4E;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  color: #009A4E !important;
  margin-top: 30px;
}

.barr-featured .editor-content video,
.barr-featured .editor-content img {
  width: 100%;
}

.barr-footer {
  padding: 70px 130px 60px 130px;
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/70lby7jdxt32-Footercolorbar.png') no-repeat center bottom;
}

.barr-footer .footer-contacts {
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.barr-footer .footer-contacts span {
  color: #000;
  font-size: 16px;
  padding: 0 20px 10px 40px;
  text-transform: uppercase;
}

.barr-footer .footer-contacts span:first-child {
  padding-left: 0;
}

.barr-footer .footer-contacts span:not(:first-child) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/bqt91beq8lu7-1621.png') no-repeat left 4px;
}

.barr-footer .footer-contacts a {
  font-size: 16px;
  padding: 0 20px 10px 40px;
  color: #005B9E;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/bqt91beq8lu7-1621.png') no-repeat left 4px;
}

.barr-footer .footer-contacts a:hover {
  text-decoration: underline;
}

.barr-footer .footer-main-links {
  list-style: none;
  padding: 25px 50px;
  margin: 0 0 25px 0;
  text-align: center;
}

.barr-footer .footer-main-links a {
  padding-left: 25px;
  text-transform: uppercase;
  color: #005B9E;
  font-size: 20px;
  font-weight: bold;
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/5ant19fzi8eg-FooterPrimaryNav.Bullet.png') no-repeat left center;
}

.barr-footer .footer-info {
  padding: 35px 40px 0 40px;
  text-align: center;
}

.barr-footer .footer-info img {
  margin: 0 7% 30px 0;
  width: 220px;
  vertical-align: top;
}

.barr-footer  .footer-info-copy {
  font-size: 12px;
  margin-top: 100px;
  width: 100%;
  text-transform: uppercase;
}

.barr-footer .footer-info-text {
  font-size: 18px;
  text-align: left;
  margin: 14px 0;
  max-width: 700px;
  display: inline-block;
}

.barr-carousel {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/dssqzv87ctkv-background.png') no-repeat left center;
}

.barr-carousel .featured-content-multi-carousel .featured-content-block-grid>li {
  padding: 0 2vw;
}

.barr-carousel .featured-content-multi-carousel-item {
  background: #FFF;
  height: 550px;
  border: 1px solid #E5E5E5;
  position: relative;
}

.barr-carousel .featured-content-multi-carousel-item__title {
  color: #005B9E !important;
  background: transparent !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
}

.barr-carousel .featured-content-multi-carousel-item__source {
  background: transparent !important;
  color: #FFC20E;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.barr-carousel .featured-content-multi-carousel-item__description {
  background: transparent !important;
  color: #4B4B4B;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  position: static;
}

.barr-carousel .featured-content-multi-carousel-item__description:after {
  content: 'READ MORE ►';
  color: #F58221;
  font-weight: bold;
  font-size: 14px;
  left: 20px;
  right: inherit;
  bottom: 25px;
  width: auto;
  height: auto;
  border: 0;
  transform: none;
}

.barr-carousel .featured-content-multi-carousel-item img {
  margin: -1px;
  width: calc(100% + 2px);
  max-width: inherit;
}

.barr-step-by-step {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/qub69a9mex5d-Group331.png') no-repeat left center;
  background-size: auto 100%;
  height: 700px;
  position: relative;
  margin-bottom: 50px !important;
}

.barr-step-by-step .widget__title {
  color: #8CC63F;
  font-weight: bold;
  text-align: left;
  font-size: 48px;
  line-height: 48px;
  width: 430px;
  margin-left: 100px;
}

.barr-step-by-step .featured-content-block-grid {
  margin: 0;
}

.barr-step-by-step .featured-content-block-grid li {
  position: absolute;
  background-size: contain !important;
}

.barr-step-by-step .catalog-grid-item {
  border: 0;
}

.barr-step-by-step .catalog-grid-item__title {
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}

.barr-step-by-step .catalog-grid-item__description {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
}

.barr-step-by-step .featured-content-block-grid li:nth-child(3) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/uu05b87f8sl1-green.png') no-repeat center center;
  left: 2%;
  bottom: 60px;
  width: 430px;
  height: 360px;
  padding: 80px;
}

.barr-step-by-step .featured-content-block-grid li:nth-child(6) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/tvavau08vgb6-yellow.png') no-repeat center center;
  left: 40%;
  top: 35px;
  width: 300px;
  height: 260px;
  padding: 40px 20px;
}

.barr-step-by-step .featured-content-block-grid li:nth-child(9) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/f0f5su7omczx-blue.png') no-repeat center center;
  right: 10%;
  bottom: 10px;
  width: 405px;
  height: 345px;
  padding: 80px;
}

.barr-step-by-step .columns {
  position: static;
}

.dashboard.barr-dashboard .widget {
  padding: 0;
}

.barr-dashboard .avatar {
  background: #3B3B3B;
  color: #FFF;
}

.barr-dashboard .dashboard-header__name {
  color: #3B3B3B;
}

.barr-dash-hero .hero {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/c8g638f42r86-Group37.png') no-repeat;
  background-size: 100%;
}

.barr-dash-hero .hero__title {
  font-size: 48px !important;
}

.barr-dash-hero .h4 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.barr-dash-hero .h4:before {
  content: ' ';
  font-weight: bold !important;
  font-size: 16px !important;
}

.barr-catalog .widget__title {
  color: #17B1E7;
  font-weight: 500;
  font-size: 48px;
}

.barr-featured h1 {
  color: #3B3B3B;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}

.barr-featured h2 {
  color: #8CC73F;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px;
}

.barr-dashboard .barr-featured a {
  color: #8CC73F !important;
  border-color: #8CC73F !important;
}

.barr-catalog {
  padding: 0 20px !important;
}

.barr-catalog .catalog-filters > div {
  border-color: rgba(59, 59, 59, 0.3);
}

.barr-catalog .catalog-filters * {
  color: #3B3B3B !important;
}

.barr-catalog .catalog-filters input::placeholder {
  font-weight: bold;
  font-style: normal;
  color: #3B3B3B !important;
}

.barr-catalog .catalog-display-type button i {
  color: #3B3B3B !important;
}

.barr-catalog .catalog-grid-item__description {
  background: transparent !important;
  color: #4B4B4B !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  position: static;
  padding: 15px 20px 60px 20px;
  margin: 0;
}

.barr-catalog .catalog-grid-item__title {
  color: #005B9E !important;
  background: transparent !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 0 0;
  padding: 7px 20px 4px 20px;
}
/*.barr-catalog .catalog-grid-item__cta-container {*/
/*  display: flex !important;*/
/*  margin-left: 25px;*/
/*  bottom: 20px;*/
/*  position:absolute;*/
/*  font-weight: bold;*/
/*  font-size: 14px;*/
/*}*/
/*.barr-catalog .widget--catalog .js-results-holder li * {*/
/*  color: #F58221;*/
/*}*/
.barr-catalog .catalog-grid-item__description:after {
  content: 'VIEW ►';
  color: #F58221;
  font-weight: bold;
  font-size: 14px;
  left: 20px;
  right: inherit;
  bottom: 25px;
  width: auto;
  height: auto;
  border: 0;
  transform: none;
  position: absolute;
}

.barr-catalog .catalog-grid-item__body {
  padding: 0;
}
.barr-catalog .catalog-grid-item__source {
  display:none;
}
/*.barr-catalog .catalog-grid-item__source {*/
/*  background: transparent !important;*/
/*  color: #FFC20E;*/
/*  text-transform: uppercase;*/
/*  font-weight: 500;*/
/*  font-size: 12px;*/
/*  padding: 0 20px 10px 20px;*/
/*  margin: 0;*/
/*}*/

.barr-catalog .catalog-grid-item__source strong {
  color: #FFC20E !important;
  font-weight: 500;
}

.barr-catalog .column.medium-12 {
  padding: 0 !important;
}

.barr-catalog .catalog-grid-item {
  border-radius: 0 !important;
  border: 1px solid #E5E5E5 !important;
}

.barr-catalog.widget--catalog .js-results-holder {
  padding: 0;
}

.barr-catalog .row .medium-3.columns {
  padding-left: 0;
}

.barr-catalog.widget--catalog .js-results-holder li {
  padding: 0 10px;
  margin-bottom: 15px;
}

.barr-catalog .catalog-aggregation .catalog-aggregation__header--label {
  font-weight: 600;
  font-size: 24px;
  color: #FFF;
}

.barr-catalog .catalog-aggregation .catalog-aggregation__expander i {
  color: #FFF;
}

.barr-catalog .catalog-aggregation .catalog-aggregation__header {
  background: #18B1E7 !important;
  padding: 15px 30px !important;
}

.barr-catalog .catalog-aggregation--expanded ul {
  padding: 15px 30px !important;
  background: linear-gradient(180deg, #005B9E 0%, #18B1E7 100%);
}

.barr-catalog .btn.catalog-aggregation__value {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}

.barr-catalog .catalog-aggregation--expanded .catalog-aggregation__count {
  font-weight: bold;
  font-size: 14px;
}

.barr-catalog .btn.catalog-aggregation__value:hover {
  text-decoration: none;
}

.barr-catalog .catalog-aggregation--expanded ul li {
  margin-bottom: 20px;
}

.barr-dashboard .field__input-wrapper.field__input-wrapper--select .field__input--select {
  height: 30px;
  padding: 0 20px;
  margin-top: -20px;
}

.barr-dashboard .dashboard-access {
  margin-top: 20px;
}

.barr-dashboard .dashboard-access__header {
  display: none;
}

.barr-dashboard .dashboard-access__header,
.barr-dashboard .dashboard-access-tabs {
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.barr-dashboard .widget--dashboard-access * {
  color: #3B3B3B;
}

.barr-dashboard .dashboard-access-tab {
  background: #E6E6E6;
  margin: 0 3px 3px 0;
  overflow: hidden;
  border: 0;
  border-radius: 5px 5px 0 0;
  flex: inherit;
}

.barr-dashboard .dashboard-access-tab * {
  color: #A9A9A9;
}

.barr-dashboard .dashboard-access-tab--active * {
  color:#3B3B3B;
}

.barr-dashboard .dashboard-access-tab--active {
  background: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.barr-dashboard .dashboard-access-tab--active .dashboard-access-tab__label {
  text-transform: uppercase;
}

.barr-dashboard .dashboard-access-tab__count {
  position: relative;
  border: 0;
  font-size: 14px;
  padding: 0;
  background: none;
}

.barr-dashboard .dashboard-access-tab__count::before {
  content: '(';
}

.barr-dashboard .dashboard-access-tab__count::after {
  content: ')';
}

.barr-dashboard .dashboard-access-list-item .btn.btn--primary.btn--small {
  border: 0;
  background: none;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  color: #3B3B3B !important;
  margin-bottom: 0;
  padding: 0;
  margin-left: 25px;
}

.barr-dashboard .dashboard-access-list-item  {
  background: #FFF !important;
}

.barr-dashboard .dashboard-access-list-item .btn:hover {
  text-decoration: none;
}

.barr-dashboard .dashboard-access > section {
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
}

.barr-dashboard .widget--dashboard-access {
  padding: 20px 20px 40px 20px !important;
  background: linear-gradient(0deg, #9D9D9D 0%, #E6E6E6 100%);
}

.barr-dashboard .dashboard-access-list-item-expander__title {
  font-weight: bold;
  font-size: 16px;
}



@media (max-width: 1280px) {
  .barr-testimonials .testimonial-quote__text {
    font-size: 18px;
  }

  .barr-testimonials .testimonial>.testimonial-quote {
    transform: none;
    top: 20px;
    padding-right: 15px;
  }

  .barr-testimonials .testimonial-quote__author-description,
  .barr-testimonials .testimonial-quote__author-name {
    font-size: 14px;
    line-height: 16px;
  }

  .barr-footer {
    padding: 60px 80px 60px 80px;
  }
}

@media (max-width: 1024px) {
  .barr-testimonials .testimonial-quote__text {
    font-size: 15px;
  }

  .barr-testimonials .testimonial {
    background-size: 57%;
  }

  .barr-testimonials .testimonial-quote__author-description {
    display: block;
  }

  .barr-testimonials .testimonial>.testimonial-quote {
    width: 40%;
    top: 20px;
    transform: none;
  }

  .barr-step-by-step .widget__title {
    font-size: 40px;
    line-height: 40px;
    width: 370px;
  }

  .barr-hero .hero picture {
    width: 55%;
  }

  .barr-hero .hero__caption {
    width: 46% !important;
  }

  .barr-hero .hero__title {
    font-size: 26px !important;
    line-height: 26px !important;
  }

  .barr-hero .hero__caption .btn {
    font-size: 14px;
    height: 40px;
    padding: 0 15px !important;
    line-height: 40px;
    margin-top: 15px;
  }
}

@media (min-width: 800px) {
  .barr-dashboard .barr-testimonials {
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) {
  .barr-featured .medium-6.columns:first-child {
    width: 40%;
  }

  .barr-featured .medium-6.columns:last-child {
    width: 60%;
  }

  .barr-hero .hero__caption {
    width: 35% !important;
  }

  .barr-hero .hero picture {
    width: 65%;
    float: right;
  }

  .barr-dash-hero .hero__caption {
    padding-left: 60px;
  }

  .barr-dash-hero .hero picture {
    width: 38%;
    float: right;
  }

  .barr-catalog .catalog-search-bar {
    background: #E6E6E6;
  }
}

@media (width: 800px) {
  .barr-hero .hero__title {
    font-size: 38px !important;
    line-height: 38px !important;
  }

  .barr-carousel .featured-content-multi-carousel .featured-content-block-grid>li {
    padding: 0 5px;
  }

  .widget.widget--featured-content_multi-carousel.barr-carousel {
    padding: 1rem 40px;
  }

  .barr-carousel .featured-content-multi-carousel__nav-right {
    right: -15px;
  }

  .featured-content-multi-carousel__nav-left {
    left: -35px;
  }
}

@media (max-width: 800px) {
  .barr-home .header,
  .barr-dashboard .header {
    padding-bottom: 50px;
  }

  .home .nav--global-links,
  .barr-dashboard .nav--global-links {
    top: 95px;
    left: 0;
    transform: none;
    width: 100%;
  }

  .barr-search {
    padding: 40px 20px 40px 20px !important;
  }

  .barr-info {
    padding: 30px 20px 0 20px;
  }

  .barr-launch-text p, 
  .barr-explore-text p {
    padding: 0 20px;
  }

  .barr-featured {
    padding: 80px 20px !important;
  }

  .barr-testimonials .testimonial {
    background-size: 100%;
  }

  .barr-testimonials .testimonial:before {
    padding-top: 55%;
  }

  .barr-testimonials .testimonial>.testimonial-quote {
    background-color: #f58221;
    top: 100%;
    width: 100%;
    height: 200px;
    padding: 20px;
    text-align: left;
    padding-bottom: 60px;
  }

  .barr-testimonials .featured-content-multi-carousel {
    overflow: inherit;
  }

  .barr-testimonials {
    margin-bottom: 200px !important;
  }

  .barr-testimonials-link {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: -60px;
    margin-left: 20px;
  }

  .barr-testimonials .testimonial-quote__text {
    line-height: 20px;
    margin: 0;
  }

  .barr-featured .editor-content strong,
  .barr-launch-text .widget__title,
  .barr-explore-text .widget__title {
    font-size: 34px;
    line-height: 34px;
  }

  .barr-launch-text .widget__title,
  .barr-explore-text .widget__title {
    padding: 0 20px;
  }

  .barr-info .editor-content p {
    max-width: inherit;
  }

  .barr-hero .hero__title {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .barr-step-by-step {
    background: none !important;
    height: auto;
  }

  .barr-step-by-step .featured-content-block-grid li {
    position: static !important;
    margin-bottom: 20px;
  }

  .barr-hero .hero picture {
    width: 100% !important;
  }

  .widget--hero-image .hero .hero__caption {
    transform: none;
    position: static;
    width: 100% !important;
    overflow: hidden;
    background: #4d4d4d !important;
  }

  .widget--hero-image .hero .hero__caption * {
    color: #FFF !important;
  }

  .barr-dash-hero .hero .hero__title {
    font-size: 34px !important;
  }

  .barr-dash-hero .hero .hero__caption {
    padding: 30px !important;
  }

  .header .nav.nav--top {
    transform: none;
    top: 30px;
  }

  .barr-catalog .medium-3.columns,
  .barr-catalog ul {
    padding: 0 !important;
  }

  .barr-catalog .medium-3.columns,
  .barr-catalog .js-results-holder,
  .barr-catalog ul li {
    width: 100% !important;
  }

  .barr-testimonials {
    width: 100%;
  }

  .barr-footer {
    padding: 40px 40px 60px 40px;
  }
}

@media (width: 768px) {
  .barr-step-by-step .featured-content-block-grid li:nth-child(6) {
    float: right;
    margin: -60px 10% 20px;
  }

  .barr-step-by-step .featured-content-block-grid li:nth-child(9) {
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  .barr-catalog .catalog-filters__sort {
    padding: 0 !important;
  }
}

@media (max-width: 540px) {
  .barr-step-by-step .widget__title {
    width: auto;
    font-size: 34px;
    line-height: 34px;
    margin-left: 20px;
  }

  .barr-step-by-step {
    background: none !important;
  }

  .home .nav--global-links a,
  .barr-dashboard .nav--global-links a {
    font-size: 13px;
  }

  .widget.widget--featured-content_multi-carousel.barr-carousel {
    padding: 1rem 50px;
  }

  .barr-carousel .featured-content-multi-carousel__nav-right {
    right: -15px
  }

  .featured-content-multi-carousel__nav-left {
    left: -25px;
  }

  .barr-carousel.widget--featured-content_multi-carousel .btn--bare-icon i {
    font-size: 38px;
  }

  .barr-step-by-step .featured-content-block-grid li {
    margin: 20px auto;
    float: none;
  }

  .header .nav.nav--top {
    padding-right: 20px;
  }

  .header .company__beta-logo {
    padding-right: 20px;
  }

  .container .header .nav.nav--top a {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .home .nav--global-links,
  .barr-dashboard .nav--global-links {
    top: 85px;
  }

  .barr-home .header,
  .barr-dashboard .header {
    min-height: 140px !important;
  }

  .barr-step-by-step .featured-content-block-grid li {
    max-width: 100%;
    width: 300px !important;
    height: 280px !important;
    padding: 40px 20px !important;
  }

  .barr-catalog .widget__title {
    font-size: 34px;
  }

  .barr-footer .footer-main-links {
    margin: 0;
  }

  .barr-footer .footer-contacts > * {
    font-size: 13px;
    padding: 0 15px 10px 35px;
  }

  .barr-footer .footer-contacts {
    padding: 25px 15px;
  }

  .barr-footer .footer-main-links a {
    font-size: 16px;
  }

  .barr-footer {
    padding: 40px 25px 60px 25px;
  }

  .barr-footer .footer-info-text {
    font-size: 15px;
  }

  .barr-footer .footer-info {
    padding: 35px 15px 0 15px;
  }

  .barr-footer .footer-info-copy {
    font-size: 11px;
    margin-top: 50px;
  }

  .barr-footer .footer-contacts {
    text-align: left;
  }

  .barr-footer .footer-contacts > * {
    display: block;
    padding: 0 15px 10px 35px !important;
    background: url(https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/bqt91beq8lu7-1621.png) no-repeat left 5px !important;
  }

  .barr-footer .footer-main-links {
    padding: 25px 15px;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .barr-testimonials .testimonial>.testimonial-quote {
    height: 240px;
  }

  .barr-testimonials-link {
    margin-top: -20px;
  }

  .barr-catalog .catalog-display-type {
    padding: 0;
  }

  .barr-dash-hero .hero .hero__title {
    font-size: 24px !important;
  }

  .barr-dash-hero .h4 {
    font-size: 13px !important;
  }

  .barr-dash-hero .h4:before {
    font-size: 14px !important;
  }
} 


/*Medical Education*/

/*Added CSS By KS*/


/*Philadd*/
.widget .widget--featured-content .widget--featured-content_multi-carousel .classsmall-block-grid-1{
  padding-left: 90px;
  padding-right: 90px;
}
.catalog-grid-item__completed-container {
   display:none;
}
.widget--dashboard-access .btn,
.widget--dashboard-access .btn.btn--primary span {color:white;}
/*end*/
h4 {
  color:#00587C;
}

select {
  outline: none;
}

.title .widget__title,
.h2.widget__title {
  color: #00587C;
  font-size: 34px;
  margin: 20px 0 20px;
}

.widget__subtitle {
  margin-bottom: 15px !important;
}

.application .container {
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-shadow: none;
}

.container .header {
  padding-top: 0;
  z-index: 99;
}

.container .header .top-bar {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  height: auto;
  margin-left: 2%;
  line-height: 1;
  overflow: inherit;
}

.container .header .top-bar-section ul {
  width: 100%;
}

.container .header .column,
.container .header .columns {
  padding: 0;
}

.header--student .header__left__icon {
  width: 80px;
  padding: 0;
}

.header--student .header__left__icon .icon-home {
  font-size: 30px;
  line-height: 80px;
}

.header--student .header__left__copy {
  width: auto;
}

.header .header__inner > .row {
  display: flex;
  align-items: center;
}

.container .header .top-bar-section li a {
  line-height: 1;
  background: none !important;
  color: #00587C;
  transition: color 0.2s linear;
}

.container .header .top-bar-section li a:hover {
  color: #6aa3b9;
}

.header .nav.nav--top a,
.header .nav.nav--top button {
  padding: 10px;
  color: #00587C;
  margin: 0;
  background: none !important;
}

.header .nav.nav--top {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.dashboard-header-dropdown__link {
  color: #00587C;
  float: right;
}

.dashboard-header-dropdown__link > .row {
  display: flex;
}

.dashboard-header-dropdown__link > .row > div {
  width: auto;
}

.widget .search-bar-widget input {
  width: calc(100% - 190px);
  background: #DBE9F4;
  box-shadow: none;
  color: #42839F;
  border: 0;
  font-weight: bold;
  font-size: 15px;
  padding: 0 20px;
  height: 50px;
}

.widget .search-bar-widget input::placeholder {
  color: #42839F;
}

.widget .search-bar-widget button {
  background: #D0DF00;
  color: #00587C;
  border-radius: 10px !important;
  border: 0;
  text-transform: none;
  width: 180px;
  height: 50px;
  font-size: 17px;
  font-weight: bold;
  transition: background-color 0.2s linear;
}

.widget .search-bar-widget button:hover {
  background-color: #dcea09;
}

.widget .search-bar-widget button i {
  display: none;
}

.widget.widget--featured-content_multi-carousel {
  padding: 1rem 4rem;
}

.widget--featured-content_multi-carousel .btn--bare-icon i {
  color: #00587C;
  font-size:40px;
  font-weight: bold;
}


.barr-carousel.widget--featured-content_multi-carousel .btn--bare-icon i {
  color: #FFF;
  font-size: 50px;
}

.barr-carousel .featured-content-multi-carousel__nav-right {
  right: -45px;
}

.barr-carousel .featured-content-multi-carousel__nav-left {
  right: -60px;
}

.widget--hero-image {
  padding: 0 !important;
}

.featured-content-multi-carousel__nav-left {
  /*left: -30px;*/
  top: 42%;
}

.featured-content-multi-carousel__nav-right {
  /*right: -30px;*/
  top: 42%;
}

.testimonial-widget,
.widget--testimonial .row,
.widget--testimonial ul {
  margin: 0 !important;
}

.testimonial-widget .featured-content-multi-carousel,
.widget--testimonial,
.widget--testimonial .columns,
.widget--testimonial li {
  padding: 0 !important;
}

.featured-content-image-overlay-item  {
  border: 1px solid #E5E5E5;
}

.featured-content-image-overlay-item .featured-content-image-overlay-item__overlay {
  background: #FFF;
  padding: 7px 45px 7px 15px;
  position: relative;
}

.featured-content-image-overlay-item .featured-content-image-overlay-item__overlay:before {
  content: '';
  position: absolute;
  top: 14px;
  right: 15px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
  background: #00587C;
}

.featured-content-image-overlay-item .featured-content-image-overlay-item__overlay:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 15px;
  width: 10px;
  height: 2px;
  transform: rotate(-45deg);
  background: #00587C;
}

.featured-content-image-overlay-item h4 {
  color: #00587C;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}


.featured-content-image-overlay_description p {
  color: #00587C;
  font-size: .12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}


footer.footer {
  padding: 0 20px;
  color: #FFF;
  background: #00587C;
}

.footer .footer__inner {
  border-top: none;
  display: flex;
  flex-flow: column wrap;
}

.footer__links {
  order: -1;
  margin-bottom: 20px;
}

.footer .footer__company__info {
  color: #FFF;
  margin: 0;
}

footer.footer a {
  color: #FFF;
  text-decoration: underline;
}

footer.footer a:hover {
  text-decoration: none;
}



.testimonial-quote__author-name p {
  font-style: normal !important;
}

.testimonial-quote__author-name:before {
  display: none !important;
}

.testimonial .testimonial-quote {
  right: 0;
}

.testimonial .testimonial-quote--right {
  padding: 0 4em 0 0;
  text-align: right;
  width: 70%;
}

.testimonial-details {
  background: #D0DF00;
}

.testimonial-details span {
  color: #00587C;
}

.testimonial-details p {
  margin: 0;
}

.testimonial-details span:first-child {
  font-size: 48px !important;
  display: inline-block;
  margin-right: 20px;
}

.testimonial-details strong {
  margin-right: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 30px !important;
}

.testimonial-details a {
  float: right;
  background: transparent;
  border: 2px solid #00587C;
  color: #00587C !important;
  border-radius: 10px;
  text-transform: none;
  margin: 10px 0 0 15px;
  padding: 8px 20px;
  font-size: 18px;
}

.featured-content-multi-carousel-item__title {
  padding: 7px 20px 4px 20px;
  background: #00587C;
  color: #FFF;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 1.2;
}

.featured-content-multi-carousel-item__source {
  padding: 0 20px 10px 20px;
  margin: 0;
  background: #00587C;
  color: #FFF;
  font-size: 12px;
}

.featured-content-multi-carousel-item__source * {
  font-weight: normal;
}

.featured-content-multi-carousel-item__description {
  font-size: 14px;
  padding: 15px 20px;
  margin: 0;
}

.featured-content-multi-carousel-item__body {
  text-align: left;
  padding: 0;
}

.featured-content-multi-carousel-item {
  background: #DBE9F4;
}

.featured-content-multi-carousel-item img {
  padding: 0;
}

.dashboard-stats__container {
  padding: 0;
  box-shadow: none;
}

.dashboard-stat {
  border: none;
  background: #DBE9F4;
  border-radius: 10px;
  display: inherit;/* flex;*/
  flex-flow: column;
}

.dashboard-stat--completed > .dashboard-stat {
  background: #00587C;
}

.dashboard-views__container {
  background: #D0DF00;
  border-radius: 10px;
}

.dashboard-stat .dashboard-stat__value {
  order: -1;
  font-size: 46px;
  line-height: 60px;
}

.dashboard-stat__label,
.dashboard-views__header,
.dashboard-stat .dashboard-stat__value {
  color:#326095;font-weight:bold;
}

.dashboard-stat--completed > .dashboard-stat .dashboard-stat__value,
.dashboard-stat--completed > .dashboard-stat .dashboard-stat__label {
  color: #FFF;font-weight:600;
}

.catalog-display-type button {
  border: 0 !important;
  background: transparent;
  color: #00587C !important;
}

.barr-catalog .catalog-display-type button {
  background: transparent !important;
}

.catalog-filters {
  border: 0;
  background: transparent;
}

.catalog-filters * {
  color: #00587C !important;
}

.catalog-filters > div,
.catalog-filters input {
  background: transparent !important;
}

.catalog-filters > div {
  border-color: #9CBFD2;
}

.catalog-filters input::placeholder,
.catalog-filters select::placeholder {
  color: #76A6BD;
}

.catalog-active-filters {
  width: 100%;
}

.btn--bare-icon i, 
.btn--icon i, 
.btn--with-icon i i, 
.directional__nav__button i {
  font-size: 22px;
  line-height: 22px;
}

.catalog-aggregation {
  padding: 0;
  border: 0;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.catalog-aggregation .catalog-aggregation__header {
  padding: 12px 18px !important;
  background: #CCC !important;
  color: #00587C;
  display: block;
  font-size: 26px;
}

.catalog-aggregation .catalog-aggregation__header > .row .small-1 {
  float: right;
  width: 15px;
}

.catalog-aggregation .catalog-aggregation__header > .row .small-11 {
  float: left;
  width: calc(100% - 20px);
}

.catalog-aggregation .catalog-aggregation__header .catalog-aggregation__header--label {
  font-weight: 300;
  padding: 0;
}

.catalog-aggregation--expanded ul {
  padding: 10px 20px;
  margin: 0;
  background: #00587C;
  border-radius: 0 0 5px 5px;
}

.catalog-aggregation--expanded ul li {
  color: #FFF;
}

.catalog-aggregation--expanded .catalog-aggregation__count {
  color: #FFF;
}

.btn.catalog-aggregation__value {
  margin: 0;
  color: #FFF;
  font-size: 13px;
  padding: 5px 0;
}

.btn.catalog-aggregation__value:hover {
  color: #FFF;
  text-decoration: underline;
}

.widget--catalog .js-results-holder {
  padding: 0 20px 0 0;
}

.widget--catalog .js-results-holder ul {
  display: flex;
  flex-flow: row wrap;
}

.widget--catalog .js-results-holder .catalog-grid-item,
.widget--catalog .js-results-holder .catalog-item {
  height: 100%;
}

.widget--catalog .js-results-holder li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.widget--catalog .js-results-holder li * {
  color: #00587C;
}

.widget--catalog .js-results-holder .catalog-grid-item {
  border-radius: 6px;
  overflow: hidden;
}

.catalog-grid-item__hr,
.catalog-grid-item__cta-container {
  display: none;
}

.catalog-grid-item__title {
  font-size: 18px;
  line-height: 24px;
}

.dashboard-access {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
}

.widget--dashboard-access * {
  color: #00587c;
}

.dashboard-access-tabs {
  display: flex;
  flex-flow: row wrap;
}

.dashboard-access-tabs li {
  flex: 1;
}

.dashboard-access-tabs li .btn {
  white-space: nowrap;
}

.dashboard-access__header,
.dashboard-access-tabs {
  background: #DBE9F4;
  border: 0;
}

.dashboard-access-tab--active {
  background: #D0DF00;
  color: #FFF;
}

.learner__sidebar-inner-list .syllabus__lesson .syllabus__lesson--title .syllabus__lesson--title-text {
  overflow: inherit;
}

.learner__sidebar-inner-list span.syllabus__section-title {
  margin: 0;
}

.learner__sidebar-inner-list.learner__sidebar-inner-list--disabled {
  margin: 0;
  padding: 10px;
}

.learner__sidebar-inner-list--disabled ul.syllabus__section-list {
  margin: 0;
}

.featured-content-multi-carousel-item__description {
  position: relative;
}

.featured-content-multi-carousel-item__description:after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 11px;
  height: 11px;
  border-left: 3px solid #00587C;
  border-top: 3px solid #00587C;
  transform: rotate(135deg);
}
.featured-content-article-item__title, .featured-content-article-item__description{
  color: #00587C;
}

.session__container,
.session__container h2,
.session__container .btn--link {
  color: #00587C;
}

.session__container .btn--primary {
  background: #D0DF00;
  color: #00587C;
  border-radius: 10px !important;
  border: 0;
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
  transition: background-color 0.2s linear;
}

.session__container .btn--primary:hover {
  background: #dcea09;
}

.session__container .field input {
  border: 0;
  box-shadow: none;
  color: #00587C !important;
  border-radius: 5px;
  background: #DBE9F4;
}

.session__container .btn--link:hover {
  color: #14769e;
}

.home-info-columns {
  padding: 20px 70px 50px !important;
}

.home-info-columns .row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.home-info-columns img {
  height: 90px;
}

.home-info-columns .row .columns {
  text-align: center;
  padding: 25px;
}

.home-info-columns h2 {
  color: #A4C8E2;
  margin: 25px 0 15px;
  font-size: 30px;
}

.home-info-columns p {
  color: #595959;
}

@media (min-width: 1024px) {
  .footer__company__info,
  .footer__links {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .header .company__beta-logo {
    max-width: 200px;
  }

  .container .header .top-bar {
    margin: 0;
  }

  .container .header .top-bar .top-bar-section li a {
    padding: 0 10px;
  }

  .audio-player__controls + .row > .small-2 {
    width: auto;
  }

  .audio-player__controls + .row > .small-10 {
    float: left;
  }

  .catalog-aggregation .catalog-aggregation__header {
    font-size: 22px;
  }

  .testimonial-details span:first-child {
    font-size: 24px !important;
  }

  .testimonial-details strong {
    font-size: 15px !important;
  }

  .testimonial-details a {
    margin-top: 0 !important;
    font-size: 14px !important;
    padding: 5px 15px !important;
    transition: all 0.2s linear;
  }

  .testimonial-details a:hover {
    color: #14769e;
    border-color: #14769e;
  }
}

@media (min-width: 769px) {
  .catalog-filters {
    display: flex;
  }
  
  .catalog-filters__search {
    min-width: 220px;
    flex: 1;
  }

  .catalog-filters__selections {
    flex: 0.5;
  }
  
  .catalog-filters__selections,
  .catalog-filters__sort,
  .catalog-content-type {
    min-width: 100px;
  }

  .catalog-search-bar {
    border-radius: 7px;
    border: 0;
    background-color: #DBE9F4;
  }

  .catalog-display-type {
    border-left: 1px solid #9CBFD2;
  }

  .widget .catalog-search-bar {
    display: flex;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .widget--hero-image .hero .hero__caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    background: none;
    color: #FFF;
    width: 60%;
  }

  .widget--hero-image .hero .hero__title,
  .widget--hero-image .hero .h4 {
    color: #FFF;
  }

  .widget--hero-image .hero .h4 {
    padding: 10px 0;
    display: block;
  }

  .widget--hero-image .hero .btn {
    background: transparent;
    border: 2px solid #CFDF00;
    color: #CFDF00;
    border-radius: 10px;
    text-transform: none;
    margin-top: 20px;
    padding: 10px 15px;
    transition: all 0.2s linear;
  }

  .widget--hero-image .hero .btn:hover {
    color: #e3f30c;
    border-color: #e3f30c;
  }

  .widget--featured-content_image-overlay {
    padding: 30px 7vw;
  }

  .widget--searchbar {
    padding: 1rem 4rem !important;
  }

  .testimonial-details {
    padding: 15px 60px !important;
  }

  li.dashboard-stat--collaborations {
    padding-right: 8px;
  }

  .dash-hero .hero__caption {
    transform: none !important;
    top: initial !important;
    bottom: 10% !important;
  }

  .session__container {
    border-radius: 10px;
    border: 4px solid #D0DF00;
  }
}

@media (max-width: 768px) {
  .header .top-bar-section ul {
    display: none;
    position: absolute;
  }

  .container .header .top-bar-section ul {
    width: auto;
    right: 0;
  }

  .container .header .top-bar-section ul a {
    padding: 10px 15px !important;
    white-space: nowrap;
  }

  .top-bar.expanded .toggle-topbar.menu-icon button {
    color: #00587C;
  }

  .header .top-bar .name {
    display: none;
  }

  .header .top-bar .toggle-topbar {
    position: static;
    margin: 0;
  }

  .header .top-bar.expanded .top-bar-section ul  {
    display: block;
  }

  .widget.widget--featured-content_multi-carousel {
    padding: 1rem 2rem;
  }

  .hero__caption {
    background: #D0DF00;
    overflow: hidden;
    padding: 1rem !important;
  }

  .hero__caption .hero__title,
  .hero__caption .h4 {
    color: #00587C !important;
    display: block;
  }

  .hero__caption .btn {
    background: transparent;
    border: 2px solid #00587C;
    color: #00587C;
    border-radius: 10px;
    font-size: 12px;
    text-transform: none;
    margin: 10px 0 0 0;
    padding: 8px 20px;
    transition: all 0.2s linear;
  }

  .hero__caption .btn:hover {
    color: #14769e;
    border-color: #14769e;
  }

  .testimonial-quote__text {
    font-size: 14px !important;
  }

  .featured-content-multi-carousel__nav-left {
    left: -15px;
  }
  
  .featured-content-multi-carousel__nav-right {
    right: 0;
  }

  .catalog-search__button {
    top: -7px;
    right: 0;
  }

  .catalog-filters input,
  .catalog-filters select {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #DBE9F4 !important;
  }

  .catalog-display-type {
    float: right;
  }

  .catalog-display-type .btn:hover {
    background-color: #00587C;
    color: #FFF !important;
  }

  .learner__container--toggled .learner__content {
    position: static;
    transform: none;
  }

  .catalog-filters__search {
    padding: 0;
  }

  .catalog-filters__selections {
    padding-left: 0;
  }

  .catalog-filters__sort {
    padding-right: 0;
  }

  .widget--catalog .js-results-holder {
    padding: 0;
  }

  .widget--catalog .js-results-holder ul {
    margin: 0;
    padding: 0 15px;
  }

  .barr-catalog .widget--catalog .js-results-holder ul {
    padding: 0;
  }

  .widget--catalog .js-results-holder li {
    padding: 0 !important;
  }

  .dashboard-header-dropdown__link {
    padding-right: 15px;
  }

  .header--student .header__left__icon {
    width: 58px;
  }

  .header--student .header__left__icon .icon-home {
    font-size: 22px;
    line-height: 58px;
  }
}

@media (max-width: 500px) {
  .header:not(.header--student) {
    min-height: 75px;
  }

  .nav.nav--top {
    transform: none !important;
  }

  .title .widget__title,
  .h2.widget__title {
    font-size: 26px;
  }

  .testimonial-details strong {
    display: block;
  }

  .widget .search-bar-widget input,
  .widget .search-bar-widget button {
    width: 100%;
    position: relative;
    height: 40px;
    margin-bottom: 15px;
  }
}



.testimonial-details-mesa span {
  color: #233f8f;
}

.testimonial-details-mesa {
  background: #233f8f;
}

.testimonial-details-mesa span {
  color: #ffc21f;
}

.testimonial-details-mesa p {
  margin: 0;
}

.testimonial-details-mesa span:first-child {
  font-size: 24px !important;
  display: inline-block;
  margin: auto;
}

.testimonial-details-mesa strong {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 24px !important;
}


.testimonial-details-mesa a {
  display: block;
  text-align: center;
  background: transparent;
  border: 2px solid #ffc21f;
  color: #233f8f !important;
  border-radius: 10px;
  text-transform: none;
  margin: auto;
  padding: 8px 8px;
  font-size: 18px;
}

  .testimonial-details-mesa {
    padding: 10px 20px !important;

}
  .testimonial-details-mesa strong {
    display: block;
  }
  
  .btn-mesa {
	background: solid #233f8f;
	border: transparent;
	color: #CFDF00;
	border-radius: 10px;
	text-transform: none;
	padding: 10px 15px;
	transition: all 0.2s linear;
  }
  

.container-mesa .footer
{
  padding: 10px;
  color: #00587C;
  margin: 0;
  background: none !important;
}

  .footer-mesa 
{
  padding: 10px;
  color: #00587C;
  margin: 0;
  background: none !important;
}
  
  .footer-mesa .footer {
  padding: 0 20px;
  color: #FFF;
  background: #233f8f;
}

.footer-mesa .footer__inner {
  border-top: none;
  display: flex;
  flex-flow: column wrap;
}

.footer-__links {
  order: -1;
  margin-bottom: 20px;
}

.footer-mesa .footer-__company__info {
  color: #FFF;
  margin: 0;
}

.footer-mesa .footer a {
  color: #FFF;
  text-decoration: underline;
}

.footer-mesa .footer a:hover {
  text-decoration: none;
}

.home .nav--global-links,
.barr-dashboard .nav--global-links {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  background: none !important;
}

.home .nav--global-links a,
.barr-dashboard .nav--global-links a {
  color: #F58221;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s linear;
}

.home .nav--global-links a:hover,
.barr-dashboard .nav--global-links a:hover {
  opacity: 0.8;
}

.barr-search {
  padding: 40px 125px 40px 180px !important;
}

.barr-search .search-bar-widget button {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: #FFF !important;
  background: #F58220;
  border-radius: 5px !important;
  opacity: 1 !important;

}

.barr-search .search-bar-widget button:hover {
  background: #f89035;
}

.barr-search .search-bar-widget input {
  background: #EAEAEA !important;
  height: 50px;
  line-height: 50px;
  font-style: inherit !important;
  color: #3B3B3B !important;
  padding-left: 50px;
}

.barr-search .search-bar-widget input::placeholder {
  font-style: normal !important;
  color: #3B3B3B !important;
}

.barr-hero .hero__title {
  font-weight: normal !important;
  font-size: 48px !important;
  line-height: 48px !important;
  color: #FFF;
}

.barr-hero .h4 {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 18px;
  color: #FFF;
  padding: 5px 0 !important;
}

.barr-hero .hero {
  background: #005B9E;
}

.dashboard-header-dropdown {
  z-index: 99;
}

.barr-dashboard .header.header--dashboard {
  z-index: inherit;
}

.barr-hero .hero__caption .btn {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  height: 48px;
  color: #FFF !important;
  padding: 0 20px !important;
  line-height: 48px;
  background: transparent !important;
}

.home__content {
  padding: 0;
}

.barr-home,
.barr-dashboard {
  background: transparent;
}

.barr-home footer.footer {
  display: none;
}

.barr-home .company-logo__container,
.barr-dashboard .company-logo__container {
  padding: 10px 0;
}

.barr-home .company-logo__container img,
.barr-dashboard .company-logo__container img {
  max-height: 80px !important;
  margin-left: 15px;
}

.barr-home .nav--top {
  padding-right: 30px;
}

.barr-home .nav--top li:first-child a {
  border: 1px solid #F58221;
  border-radius: 5px;
  height: 35px;
  padding: 0 15px;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #F58221;
}

.barr-home .nav--top li:last-child a {
  border: 1px solid #17B1E7;
  border-radius: 5px;
  height: 35px;
  padding: 0 15px;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
  background: #17B1E7;
  font-weight: bold;
  font-size: 14px;
  color: #FFF;
}

.barr-home .application .container,
.barr-dashboard .application .container {
  max-width: 1440px;
  margin: 0 auto;
}

.home.barr-home div.row,
.dashboard.barr-dashboard div.row {
  margin: 0;
}

.widget.widget--featured-content_multi-carousel.barr-carousel {
  padding: 1rem 140px;
}

.barr-launch-text {
  margin-bottom: 40px;
}

.barr-launch-text .widget__title {
  color: #18B1E7;
  font-weight: 600;
  font-size: 48px;
}

.barr-launch-text p,
.barr-explore-text p {
  color: #3B3B3B;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  padding: 0 15vw;
}

.barr-explore-text .widget__title {
  color: #005B9E;
  font-size: 48px;
  font-weight: bold;
}

.barr-info {
  text-align: center;
  padding: 30px 120px 0 120px;
}

.barr-info .editor-content * {
  text-align: center;
}

.barr-info .editor-content img {
  margin-bottom: 35px;
}

.barr-info .editor-content p {
  color: #4B4B4B;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  max-width: 240px;
  margin: 0 auto 10px;
}

.barr-info .editor-content strong {
  color: #18B1E7;
}

.barr-testimonials {
  background: #F58221;
  width: 62%;
  margin-top: 50px !important;
}

.barr-testimonials .testimonial-quote__text {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 15px;
}

.barr-testimonials .testimonial-quote__author-name {
  font-weight: 500;
  font-size: 16px;
  font-style: inherit;
  line-height: 20px;
  display: inline-block;
}

.barr-testimonials .testimonial-quote__author-name::before {
  content: '- ';
  display: inline;
}

.barr-testimonials .testimonial-quote__author-description {
  font-weight: 500;
  font-size: 16px;
  font-style: inherit;
  line-height: 20px;
  display: inline-block;
}

.barr-testimonials .testimonial-quote__author-description::before {
  content: ', ';
}

.barr-testimonials .testimonial {
  background-position: left center;
  background-size: 58%;
}

.barr-testimonials .testimonial-quote {
  width: 40%;
  padding-right: 25px;
  text-align: center;
}

.barr-testimonials .testimonial:before {
  padding-top: 32%;
}

.barr-testimonials-link {
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  height: 36px;
  line-height: 32px;
  padding: 0 15px;
  position: relative;
  float: left;
  margin-top: -50px;
  margin-left: 42%;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #FFF !important;
}

.barr-featured {
  padding: 80px 110px !important;
}

.barr-featured .editor-content strong {
  color: #009A4E;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  margin: 8px 0;
}

.barr-featured .editor-content p {
  color: #3B3B3B;
  font-size: 14px;
  line-height: 18px;
}

.barr-featured .editor-content a {
  border: 2px solid #009A4E;
  border-radius: 5px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  color: #009A4E !important;
  margin-top: 30px;
}

.barr-featured .editor-content video,
.barr-featured .editor-content img {
  width: 100%;
}

.barr-footer {
  padding: 70px 130px 60px 130px;
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/70lby7jdxt32-Footercolorbar.png') no-repeat center bottom;
}

.barr-footer .footer-contacts {
  padding: 25px;
  text-align: center;
  border-bottom: 1px solid #000;
}

.barr-footer .footer-contacts span {
  color: #000;
  font-size: 16px;
  padding: 0 20px 10px 40px;
  text-transform: uppercase;
}

.barr-footer .footer-contacts span:first-child {
  padding-left: 0;
}

.barr-footer .footer-contacts span:not(:first-child) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/bqt91beq8lu7-1621.png') no-repeat left 4px;
}

.barr-footer .footer-contacts a {
  font-size: 16px;
  padding: 0 20px 10px 40px;
  color: #005B9E;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/bqt91beq8lu7-1621.png') no-repeat left 4px;
}

.barr-footer .footer-contacts a:hover {
  text-decoration: underline;
}

.barr-footer .footer-main-links {
  list-style: none;
  padding: 25px 50px;
  margin: 0 0 25px 0;
  text-align: center;
}

.barr-footer .footer-main-links a {
  padding-left: 25px;
  text-transform: uppercase;
  color: #005B9E;
  font-size: 20px;
  font-weight: bold;
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/5ant19fzi8eg-FooterPrimaryNav.Bullet.png') no-repeat left center;
}

.barr-footer .footer-info {
  padding: 35px 40px 0 40px;
  text-align: center;
}

.barr-footer .footer-info img {
  margin: 0 7% 30px 0;
  width: 220px;
  vertical-align: top;
}

.barr-footer  .footer-info-copy {
  font-size: 12px;
  margin-top: 100px;
  width: 100%;
  text-transform: uppercase;
}

.barr-footer .footer-info-text {
  font-size: 18px;
  text-align: left;
  margin: 14px 0;
  max-width: 700px;
  display: inline-block;
}

.barr-carousel {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/dssqzv87ctkv-background.png') no-repeat left center;
}

.barr-carousel .featured-content-multi-carousel .featured-content-block-grid>li {
  padding: 0 2vw;
}

.barr-carousel .featured-content-multi-carousel-item {
  background: #FFF;
  height: 550px;
  border: 1px solid #E5E5E5;
  position: relative;
}

.barr-carousel .featured-content-multi-carousel-item__title {
  color: #005B9E !important;
  background: transparent !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 10px;
}

.barr-carousel .featured-content-multi-carousel-item__source {
  background: transparent !important;
  color: #FFC20E;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.barr-carousel .featured-content-multi-carousel-item__description {
  background: transparent !important;
  color: #4B4B4B;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  position: static;
}

.barr-carousel .featured-content-multi-carousel-item__description:after {
  content: 'READ MORE ►';
  color: #F58221;
  font-weight: bold;
  font-size: 14px;
  left: 20px;
  right: inherit;
  bottom: 25px;
  width: auto;
  height: auto;
  border: 0;
  transform: none;
}

.barr-carousel .featured-content-multi-carousel-item img {
  margin: -1px;
  width: calc(100% + 2px);
  max-width: inherit;
}

.barr-step-by-step {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/qub69a9mex5d-Group331.png') no-repeat left center;
  background-size: auto 100%;
  height: 700px;
  position: relative;
  margin-bottom: 50px !important;
}

.barr-step-by-step .widget__title {
  color: #8CC63F;
  font-weight: bold;
  text-align: left;
  font-size: 48px;
  line-height: 48px;
  width: 430px;
  margin-left: 100px;
}

.barr-step-by-step .featured-content-block-grid {
  margin: 0;
}

.barr-step-by-step .featured-content-block-grid li {
  position: absolute;
  background-size: contain !important;
}

.barr-step-by-step .catalog-grid-item {
  border: 0;
}

.barr-step-by-step .catalog-grid-item__title {
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
}

.barr-step-by-step .catalog-grid-item__description {
  text-align: center;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
}

.barr-step-by-step .featured-content-block-grid li:nth-child(3) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/uu05b87f8sl1-green.png') no-repeat center center;
  left: 2%;
  bottom: 60px;
  width: 430px;
  height: 360px;
  padding: 80px;
}

.barr-step-by-step .featured-content-block-grid li:nth-child(6) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/tvavau08vgb6-yellow.png') no-repeat center center;
  left: 40%;
  top: 35px;
  width: 300px;
  height: 260px;
  padding: 40px 20px;
}

.barr-step-by-step .featured-content-block-grid li:nth-child(9) {
  background: url('https://d36ai2hkxl16us.cloudfront.net/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/f0f5su7omczx-blue.png') no-repeat center center;
  right: 10%;
  bottom: 10px;
  width: 405px;
  height: 345px;
  padding: 80px;
}

.barr-step-by-step .columns {
  position: static;
}

.dashboard.barr-dashboard .widget {
  padding: 0;
}

.barr-dashboard .avatar {
  background: #3B3B3B;
  color: #FFF;
}

.barr-dashboard .dashboard-header__name {
  color: #3B3B3B;
}

.barr-dash-hero .hero {
  background: url('https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit,w_300/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/c8g638f42r86-Group37.png') no-repeat;
  background-size: 100%;
}

.barr-dash-hero .hero__title {
  font-size: 48px !important;
}

.barr-dash-hero .h4 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.barr-dash-hero .h4:before {
  content: ' ';
  font-weight: bold !important;
  font-size: 16px !important;
}

.barr-catalog .widget__title {
  color: #17B1E7;
  font-weight: 500;
  font-size: 48px;
}

.barr-featured h1 {
  color: #3B3B3B;
  font-weight: 500;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}

.barr-featured h2 {
  color: #8CC73F;
  font-weight: 500;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 10px;
}

.barr-dashboard .barr-featured a {
  color: #8CC73F !important;
  border-color: #8CC73F !important;
}

.barr-catalog {
  padding: 0 20px !important;
}

.barr-catalog .catalog-filters > div {
  border-color: rgba(59, 59, 59, 0.3);
}

.barr-catalog .catalog-filters * {
  color: #3B3B3B !important;
}

.barr-catalog .catalog-filters input::placeholder {
  font-weight: bold;
  font-style: normal;
  color: #3B3B3B !important;
}

.barr-catalog .catalog-display-type button i {
  color: #3B3B3B !important;
}

.barr-catalog .catalog-grid-item__description {
  background: transparent !important;
  color: #4B4B4B !important;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  position: static;
  padding: 15px 20px 60px 20px;
  margin: 0;
}

.barr-catalog .catalog-grid-item__title {
  color: #005B9E !important;
  background: transparent !important;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 10px 0 0 0;
  padding: 7px 20px 4px 20px;
}

.barr-catalog .catalog-grid-item__description:after {
  content: 'VIEW ITEM ►';
  color: #F58221;
  font-weight: bold;
  font-size: 14px;
  left: 20px;
  right: inherit;
  bottom: 25px;
  width: auto;
  height: auto;
  border: 0;
  transform: none;
  position: absolute;
}

.barr-catalog .catalog-grid-item__body {
  padding: 0;
}

.barr-catalog .catalog-grid-item__source {
  background: transparent !important;
  color: #FFC20E;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  padding: 0 20px 10px 20px;
  margin: 0;
}

.barr-catalog .catalog-grid-item__source strong {
  color: #FFC20E !important;
  font-weight: 500;
}

.barr-catalog .column.medium-12 {
  padding: 0 !important;
}

.barr-catalog .catalog-grid-item {
  border-radius: 0 !important;
  border: 1px solid #E5E5E5 !important;
}

.barr-catalog.widget--catalog .js-results-holder {
  padding: 0;
}

.barr-catalog .row .medium-3.columns {
  padding-left: 0;
}

.barr-catalog.widget--catalog .js-results-holder li {
  padding: 0 10px;
  margin-bottom: 15px;
}

.barr-catalog .catalog-aggregation .catalog-aggregation__header--label {
  font-weight: 600;
  font-size: 24px;
  color: #FFF;
}

.barr-catalog .catalog-aggregation .catalog-aggregation__expander i {
  color: #FFF;
}

.barr-catalog .catalog-aggregation .catalog-aggregation__header {
  background: #18B1E7 !important;
  padding: 15px 30px !important;
}

.barr-catalog .catalog-aggregation--expanded ul {
  padding: 15px 30px !important;
  background: linear-gradient(180deg, #005B9E 0%, #18B1E7 100%);
}

.barr-catalog .btn.catalog-aggregation__value {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}

.barr-catalog .catalog-aggregation--expanded .catalog-aggregation__count {
  font-weight: bold;
  font-size: 14px;
}

.barr-catalog .btn.catalog-aggregation__value:hover {
  text-decoration: none;
}

.barr-catalog .catalog-aggregation--expanded ul li {
  margin-bottom: 20px;
}

.barr-dashboard .field__input-wrapper.field__input-wrapper--select .field__input--select {
  height: 30px;
  padding: 0 20px;
  margin-top: -20px;
}

.barr-dashboard .dashboard-access {
  margin-top: 20px;
}

.barr-dashboard .dashboard-access__header {
  display: none;
}

.barr-dashboard .dashboard-access__header,
.barr-dashboard .dashboard-access-tabs {
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.barr-dashboard .widget--dashboard-access * {
  color: #3B3B3B;
}

.barr-dashboard .dashboard-access-tab {
  background: #E6E6E6;
  margin: 0 3px 3px 0;
  overflow: hidden;
  border: 0;
  border-radius: 5px 5px 0 0;
  flex: inherit;
}

.barr-dashboard .dashboard-access-tab * {
  color: #A9A9A9;
}

.barr-dashboard .dashboard-access-tab--active * {
  color:#3B3B3B;
}

.barr-dashboard .dashboard-access-tab--active {
  background: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.barr-dashboard .dashboard-access-tab--active .dashboard-access-tab__label {
  text-transform: uppercase;
}

.barr-dashboard .dashboard-access-tab__count {
  position: relative;
  border: 0;
  font-size: 14px;
  padding: 0;
  background: none;
}

.barr-dashboard .dashboard-access-tab__count::before {
  content: '(';
}

.barr-dashboard .dashboard-access-tab__count::after {
  content: ')';
}

.barr-dashboard .dashboard-access-list-item .btn.btn--primary.btn--small {
  border: 0;
  background: none;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  color: #3B3B3B !important;
  margin-bottom: 0;
  padding: 0;
  margin-left: 25px;
}

.barr-dashboard .dashboard-access-list-item  {
  background: #FFF !important;
}

.barr-dashboard .dashboard-access-list-item .btn:hover {
  text-decoration: none;
}

.barr-dashboard .dashboard-access > section {
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
}

.barr-dashboard .widget--dashboard-access {
  padding: 20px 20px 40px 20px !important;
  background: linear-gradient(0deg, #9D9D9D 0%, #E6E6E6 100%);
}

.barr-dashboard .dashboard-access-list-item-expander__title {
  font-weight: bold;
  font-size: 16px;
}



@media (max-width: 1280px) {
  .barr-testimonials .testimonial-quote__text {
    font-size: 18px;
  }

  .barr-testimonials .testimonial>.testimonial-quote {
    transform: none;
    top: 20px;
    padding-right: 15px;
  }

  .barr-testimonials .testimonial-quote__author-description,
  .barr-testimonials .testimonial-quote__author-name {
    font-size: 14px;
    line-height: 16px;
  }

  .barr-footer {
    padding: 60px 80px 60px 80px;
  }
}

@media (max-width: 1024px) {
  .barr-testimonials .testimonial-quote__text {
    font-size: 15px;
  }

  .barr-testimonials .testimonial {
    background-size: 57%;
  }

  .barr-testimonials .testimonial-quote__author-description {
    display: block;
  }

  .barr-testimonials .testimonial>.testimonial-quote {
    width: 40%;
    top: 20px;
    transform: none;
  }

  .barr-step-by-step .widget__title {
    font-size: 40px;
    line-height: 40px;
    width: 370px;
  }

  .barr-hero .hero picture {
    width: 55%;
  }

  .barr-hero .hero__caption {
    width: 46% !important;
  }

  .barr-hero .hero__title {
    font-size: 26px !important;
    line-height: 26px !important;
  }

  .barr-hero .hero__caption .btn {
    font-size: 14px;
    height: 40px;
    padding: 0 15px !important;
    line-height: 40px;
    margin-top: 15px;
  }
}

@media (min-width: 800px) {
  .barr-dashboard .barr-testimonials {
    margin-top: 0 !important;
  }
}

@media (min-width: 769px) {
  .barr-featured .medium-6.columns:first-child {
    width: 40%;
  }

  .barr-featured .medium-6.columns:last-child {
    width: 60%;
  }

  .barr-hero .hero__caption {
    width: 35% !important;
  }

  .barr-hero .hero picture {
    width: 65%;
    float: right;
  }

  .barr-dash-hero .hero__caption {
    padding-left: 60px;
  }

  .barr-dash-hero .hero picture {
    width: 38%;
    float: right;
  }

  .barr-catalog .catalog-search-bar {
    background: #E6E6E6;
  }
}

@media (width: 800px) {
  .barr-hero .hero__title {
    font-size: 38px !important;
    line-height: 38px !important;
  }

  .barr-carousel .featured-content-multi-carousel .featured-content-block-grid>li {
    padding: 0 5px;
  }

  .widget.widget--featured-content_multi-carousel.barr-carousel {
    padding: 1rem 40px;
  }

  .barr-carousel .featured-content-multi-carousel__nav-right {
    right: -15px;
  }

  .featured-content-multi-carousel__nav-left {
    left: -35px;
  }
}

@media (max-width: 800px) {
  .barr-home .header,
  .barr-dashboard .header {
    padding-bottom: 50px;
  }

  .home .nav--global-links,
  .barr-dashboard .nav--global-links {
    top: 95px;
    left: 0;
    transform: none;
    width: 100%;
  }

  .barr-search {
    padding: 40px 20px 40px 20px !important;
  }

  .barr-info {
    padding: 30px 20px 0 20px;
  }

  .barr-launch-text p, 
  .barr-explore-text p {
    padding: 0 20px;
  }

  .barr-featured {
    padding: 80px 20px !important;
  }

  .barr-testimonials .testimonial {
    background-size: 100%;
  }

  .barr-testimonials .testimonial:before {
    padding-top: 55%;
  }

  .barr-testimonials .testimonial>.testimonial-quote {
    background-color: #f58221;
    top: 100%;
    width: 100%;
    height: 200px;
    padding: 20px;
    text-align: left;
    padding-bottom: 60px;
  }

  .barr-testimonials .featured-content-multi-carousel {
    overflow: inherit;
  }

  .barr-testimonials {
    margin-bottom: 200px !important;
  }

  .barr-testimonials-link {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    margin-top: -60px;
    margin-left: 20px;
  }

  .barr-testimonials .testimonial-quote__text {
    line-height: 20px;
    margin: 0;
  }

  .barr-featured .editor-content strong,
  .barr-launch-text .widget__title,
  .barr-explore-text .widget__title {
    font-size: 34px;
    line-height: 34px;
  }

  .barr-launch-text .widget__title,
  .barr-explore-text .widget__title {
    padding: 0 20px;
  }

  .barr-info .editor-content p {
    max-width: inherit;
  }

  .barr-hero .hero__title {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .barr-step-by-step {
    background: none !important;
    height: auto;
  }

  .barr-step-by-step .featured-content-block-grid li {
    position: static !important;
    margin-bottom: 20px;
  }

  .barr-hero .hero picture {
    width: 100% !important;
  }

  .widget--hero-image .hero .hero__caption {
    transform: none;
    position: static;
    width: 100% !important;
    overflow: hidden;
    background: #005B9E !important;
  }

  .widget--hero-image .hero .hero__caption * {
    color: #FFF !important;
  }

  .barr-dash-hero .hero .hero__title {
    font-size: 34px !important;
  }

  .barr-dash-hero .hero .hero__caption {
    padding: 30px !important;
  }

  .header .nav.nav--top {
    transform: none;
    top: 30px;
  }

  .barr-catalog .medium-3.columns,
  .barr-catalog ul {
    padding: 0 !important;
  }

  .barr-catalog .medium-3.columns,
  .barr-catalog .js-results-holder,
  .barr-catalog ul li {
    width: 100% !important;
  }

  .barr-testimonials {
    width: 100%;
  }

  .barr-footer {
    padding: 40px 40px 60px 40px;
  }
}

@media (width: 768px) {
  .barr-step-by-step .featured-content-block-grid li:nth-child(6) {
    float: right;
    margin: -60px 10% 20px;
  }

  .barr-step-by-step .featured-content-block-grid li:nth-child(9) {
    margin-left: 10%;
  }
}

@media (max-width: 768px) {
  .barr-catalog .catalog-filters__sort {padding: 0 !important;  }
  .sub-block-text-main .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1{line-height: 25px !important; width: 100% !important; margin-left: 0 !important;}
.donate-today-btn a.btn.btn--primary {  width: 100%;  padding: 10px 10px;   margin-left: 100px;   border-radius: 8px;   font-weight: bold;  font-size: 16px;  line-height: 20px; margin-top: 20% !important; height: 100% !important;}

  
}

.container .header .top-bar-section ul {
    left: -45%;
 }


}

@media (max-width: 540px) {
  .barr-step-by-step .widget__title {
    width: auto;
    font-size: 34px;
    line-height: 34px;
    margin-left: 20px;
  }

  .barr-step-by-step {
    background: none !important;
  }

  .home .nav--global-links a,
  .barr-dashboard .nav--global-links a {
    font-size: 13px;
  }

  .widget.widget--featured-content_multi-carousel.barr-carousel {
    padding: 1rem 50px;
  }

  .barr-carousel .featured-content-multi-carousel__nav-right {
    right: -15px
  }

  .featured-content-multi-carousel__nav-left {
    left: -25px;
  }

  .barr-carousel.widget--featured-content_multi-carousel .btn--bare-icon i {
    font-size: 38px;
  }

  .barr-step-by-step .featured-content-block-grid li {
    margin: 20px auto;
    float: none;
  }

  .header .nav.nav--top {
    padding-right: 20px;
  }

  .header .company__beta-logo {
    padding-right: 20px;
  }

  .container .header .nav.nav--top a {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }

  .home .nav--global-links,
  .barr-dashboard .nav--global-links {
    top: 85px;
  }

  .barr-home .header,
  .barr-dashboard .header {
    min-height: 140px !important;
  }

  .barr-step-by-step .featured-content-block-grid li {
    max-width: 100%;
    width: 300px !important;
    height: 280px !important;
    padding: 40px 20px !important;
  }

  .barr-catalog .widget__title {
    font-size: 34px;
  }

  .barr-footer .footer-main-links {
    margin: 0;
  }

  .barr-footer .footer-contacts > * {
    font-size: 13px;
    padding: 0 15px 10px 35px;
  }

  .barr-footer .footer-contacts {
    padding: 25px 15px;
  }

  .barr-footer .footer-main-links a {
    font-size: 16px;
  }

  .barr-footer {
    padding: 40px 25px 60px 25px;
  }

  .barr-footer .footer-info-text {
    font-size: 15px;
  }

  .barr-footer .footer-info {
    padding: 35px 15px 0 15px;
  }

  .barr-footer .footer-info-copy {
    font-size: 11px;
    margin-top: 50px;
  }

  .barr-footer .footer-contacts {
    text-align: left;
  }

  .barr-footer .footer-contacts > * {
    display: block;
    padding: 0 15px 10px 35px !important;
    background: url(https://d36ai2hkxl16us.cloudfront.net/thoughtindustries/image/upload/a_exif,c_fit/v1/course-uploads/9475cdd0-8d8c-4a7a-a27f-eed47b46ae20/bqt91beq8lu7-1621.png) no-repeat left 5px !important;
  }

  .barr-footer .footer-main-links {
    padding: 25px 15px;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 360px) {
  .barr-testimonials .testimonial>.testimonial-quote {
    height: 240px;
  }

  .barr-testimonials-link {
    margin-top: -20px;
  }

  .barr-catalog .catalog-display-type {
    padding: 0;
  }

  .barr-dash-hero .hero .hero__title {
    font-size: 24px !important;
  }

  .barr-dash-hero .h4 {
    font-size: 13px !important;
  }

  .barr-dash-hero .h4:before {
    font-size: 14px !important;
  }
}



.button.topnavround {
  padding:0.6em 2em;
  border-radius: 8px;
  color:#fff;
  background-color:#d0df00;
  font-size:1.1em;
  border:0;
  cursor:pointer;
  margin:1em;
}

.navtext-green {
  color:#d0df00;
 
}










/* Custom Code */

/*div#ember1259{background: #00587C; mix-blend-mode: normal; opacity: 0.7;}*/
/*div#ember1181{background: #00587C; mix-blend-mode: normal; opacity: 0.7;}*/

.hero-banner-dashboard-custom .hero{ overflow: hidden;  position: relative;mix-blend-mode: normal;   }    
    
.hero-title-custom .hero .hero__caption .hero__title{font-size: 48px;}
.hero-caption-custom .hero .hero__caption span{font-size:24px;}
.title-custom .title .widget__title, .h2.widget__title{font-size:48px;}
.widget-subtitle-custom p.widget__subtitle{ font-size: 16px !important;}
.widget--hero-image .hero .hero__caption.addon-class{width:100%;text-align:center; color:#00587C;}
.learn-more-custom-btn{color:#00587C;}
.homepage-icon-image-4 h3{font-size: 24px;font-weight: bold;font-style: normal;line-height: 40px;color:#00587C !important;}

.custom-hero-caption{  width:100%;}

.CTA-homepage-signup{text-align:center;color:#00587C;}
/* .hero-banner-custom{background: #00587C; opacity: 0.7;} */

.sub-block-bg{background: linear-gradient(333.92deg, #00587C 0%, #A4C7E2 83.22%);}

.custom-btn-attributes{  color: #00587C;  background-color: white;  text-align: center;  font-family: Open Sans;font-style: normal;font-weight: bold;
font-size: 16px;line-height: 20px;text-align: center;margin-top:0;margin-bottom:0;position:relative;box-sizing: border-box;border-radius: 8px;border-width:medium;}

.custom-btn-attributes:hover{  color: #00587C;  background-color:white; }
.custom-block-center{   text-align: center;   color:#00587C;}
.sub-block-text-main{  font-size:30px;  line-height:40px;}


.CTA-homepage-signup .hero__caption { width:100% !important;}

 .CTA-homepage-signup .btn.btn--primary {  color: #00587C;background: #D0DF00;border-radius: 8px;   font-family: Open Sans;font-style: normal;font-weight: bold;
font-size: 16px;line-height: 20px;}

.CTA-homepage-signup .hero .btn:hover { color: #00587C;border-color: #D0DF00;}

.sub-block-text-main{color:#fff;}

.custom-grey-text p{color:#656565;}

.footer-social-container-custom {   display: flex;  padding-top: 30px;  align-items: center;}
.footer-sign-up-button-custom a {    color: #00587c;    text-decoration: none;}

.footer-stay-in-the-know-custom {    font-weight: 700;    padding-right: 20px;    font-size: 14px;color: #fff;}

.social-links-custom {  width: 19.8125rem;    display: initial;	line-height: 2rem;	margin-top:0;	list-style: none;font-size:16px;	}


.nav-social-bar.footer-social.footer-item li {    display: inline-block;}

.footer-social-container-custom {padding: 0px 70px;}

.nav-social-bar.footer-social.footer-item {flex: 1;}

.footer-message.footer-item {flex: 1;}

.footer-sign-up-button-custom-custom {flex: 1;color:#fff !important;}

/*.editor-content a:not(.btn), .redactor_editor a:not(.btn){color:#fff;}*/

.editor-content-custom{}
.footer-logo-custom{background-color:#00587c;}
.img-custom-width{width:100%;}
/*.editor-content a:not(.btn):hover, .editor-content a:not(.btn):focus, .redactor_editor a:not(.btn):hover{color:#fff;}*/

.layout__content .widget {padding:1rem 2rem;}
.editor-content-custom .ember-view.editor-content img { padding-top: 20px;padding-left: 130px;}
.donate-today-btn a.btn.btn--primary {
    width: 30%;
    padding: 10px 10px;
    margin-left: 100px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    height:100%;
}

 .fab-font-custom .fab {
    font-family: "Font Awesome 5 Brands";
    font-size: 16px;
    padding: 5px;
}

.imgContainer {
  width:auto; 
  max-width:100%;
}

.flexibleImg {
  width: auto;
  height: auto; 
}

.footer-sign-up-button-custom a{border-radius: 8px; color: #00587C;   font-weight: 600;    font-size: 12px;}

/*.header-register-btn-custom{background: #D0DF00;border-radius: 8px;}*/
/*.header-sign-in-btn-custom{background: #fff;border-radius: 8px;}*/

.sub-block-text-main .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1{line-height: 35px;width:80%;margin-left:10%;}
.sub-block-authors-name .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote .testimonial-quote__author-name{font-style:normal;margin-right: 128px;font-weight:600;}

/*a#ember931{display:none;}*/
/*button#cart-button {  display: none;}*/


.top-bar-section ul li[data-bindattr-1052]{float:right;background: #fff;border: 1px solid #00587C;box-sizing: border-box;border-radius: 8px;}
.top-bar-section ul li[data-bindattr-1056]{float:right;background: #D0DF00;border-radius: 8px;padding: 3px 0;margin-right: 20px;}
.container .header .top-bar{width:calc(100% - 352px)}
i.icon-navigateright {  padding-right: 0;}

.custom-email-btn .editor-content a:not(.btn), .redactor_editor a:not(.btn){color:#00587C;}
.navi-btn-custom .btn, button{color:#fff;}

section.top-bar-section.dashTopNav li:nth-last-child(3) {float:right;border-radius: 8px;border: 1px solid #00587C; padding: 10px 0; margin-top: -5px;}

section.top-bar-section.dashTopNav li:nth-last-child(6) {float:right;background: #D0DF00;border-radius: 8px;padding: 10px 0;margin-top: -5px;margin-left: 20px;}

/*nav.nav.nav--top { display: none;}*/

.navigation-bar .top-bar-section ul.left {border-bottom: unset;    }

.navigation-bar .top-bar-section ul li>a {   text-transform: unset;}

/* Dashboard CSS */
.hero-banner-text-custom{color:red;} /* test for Panaroma mode */
.terms-link-custom{display:block;}
.link-custom{display:inline;color:#fff;padding:0px 20px;}
.dashboard-views__line__label{color:#326095;}

.dashboard-views__line__bar {
    z-index: 2;
    background: #326095;
    border-radius: 2px;
    width: 10px;
    margin: 4px auto;
    display: block;
    position: relative;
}


.dashboard-views__background-bar.dashboard-views__background-bar--1 {   margin-top: 15px;  mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}
.dashboard-views__background-bar.dashboard-views__background-bar--2 {   margin-top: 30px; mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}
.dashboard-views__background-bar.dashboard-views__background-bar--3 {   margin-top: 45px; mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}

.dashboard-views__background-bar.dashboard-views__background-bar--4 { display:none;   mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}
.dashboard-views__background-bar.dashboard-views__background-bar--5 { display:none;   mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}
.dashboard-views__background-bar.dashboard-views__background-bar--6 { display:none;   mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}
.dashboard-views__background-bar.dashboard-views__background-bar--7 { display:none;   mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;}
.dashboard-views__background-bar.dashboard-views__background-bar--8 { display:none;   mix-blend-mode: normal;    opacity: 0.5;    border: 0.6px solid #666666;} 

.dashboard-stat__label { font-size: 12px;}
.dashboard-stat__icon { font-size: 20px;display: block;margin-bottom: 5px;}

.hero-banner-dashboard-custom{margin-bottom:30px;}

/* end Dashboard CSS  */


/* Custom Media Queries */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) 
   and (orientation: portrait) {
   section.top-bar-section.dashTopNav{display:none;} 
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
 section.top-bar-section.dashTopNav{display:none;} 
}








/* @end - Custom Media Queries */



/* end of Custom Code */



/*Added by Riitesh*/
.aboutBottom.widget--about-blocks_standard li.about-block__container {height:150px;}

.testimonial-widget ul .testimonial-container {height:512px; position: relative;}
.testimonial-widget ul .testimonial-container .ember-view.testimonial {background: #00587C;opacity: 0.5;display: block; width: 50vw; height: 100%; position: absolute; top: 0; left: 0; background-size: cover !important; background-position: center !important;}
.testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote {display: block; width: 50vw; height: 100%; position: absolute; top: 0; left: 100%; background-image: linear-gradient(to bottom right, #8bb6d3 , #075d80); color: #fff; transform: none; padding: 54px;}
.testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1 {font-size: 24px; display: block; text-align: left; margin-bottom: 20px;}
.testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote .testimonial-quote__author-name {font-size: 15px; display: block; text-align: right;}

.footerWrap {width: 100%; margin: 0 auto; background: #00587c; color: #ffffff;}
.footerWrap .fWrap {padding: 20px 40px; text-align: center; display: block; max-width: 1080px; margin: 0 auto;}
.footerWrap .fWrap:nth-child(1) {text-align: left;}
.footerWrap .fWrap:nth-child(1) img {padding-left: 0;}
.footerWrap .fWrap:nth-child(2) {border-bottom: 1px solid #889aa1; border-top: 1px solid #889aa1; padding-bottom: 40px; padding-top: 40px;}
.footerWrap .fWrap::after {content: ''; display: block; clear: both;}
.footerWrap .fWrap .social-links-custom {width: 246px; float: left; margin: 0; padding: 0; text-align: left;}
.footerWrap .fWrap .social-links-custom li {display: inline-block; margin:0 4px;}
.footerWrap .fWrap .social-links-custom li a {color: #fff;}
.footerWrap .fWrap .ftSubscribe {width: calc(100% - 246px); float: left; color: #fff; font-weight: 300;}
.footerWrap .fWrap .ftSubscribe span {display: inline-block; vertical-align: top;}
.footerWrap .fWrap .ftSubscribe > span {margin-right: 20px;}
.footerWrap .fWrap .ftSubscribe .ftBtn {display: inline-block; width: 102px; vertical-align: middle; margin-bottom: 0; color: #fff; margin-left: 4%;}
.footerWrap .fWrap .ftSubscribe .ftBtn a {margin-bottom: 0;}
.footerWrap .fWrap .ftSubscribe .ftBtn a::before {content:''; display:inline-block; width:5px; height:10px; background: #fff url(https://d36ai2hkxl16us.cloudfront.net/course-uploads/c309e6ca-2dfb-4b84-a1fb-0f36ef766723/nmlew2ocx6pu-sign-up-arrow.png); background-size: 100% 100%; verticle-align: middle; margin-right:4px;}
.footerWrap .fWrap .terms-link-custom .link-custom a {color: #fff;}
.footerWrap .fWrap .copyright {font-size: 11px;}
.footer .footer__powered-by{
  display:none;
}
html.tablesaw-enhanced .row .row .medium-12.columns {
    padding: 0px 0px;
}

html.tablesaw-enhanced .row .row {
    margin: 0 0;
}

.learn.dashboard .widget.widget--html_standard {padding: 0 0;}

.customEventSlider ul li .catalog-item {display: block; }
.customEventSlider ul li .catalog-item h4 {color: #00587C; font-size: 24px; background: #fff;}
.customEventSlider ul li .catalog-item p {background: #fff;}

.customEventSlider ul li .catalog-item > div.featured-content-multi-carousel-item {border: 1px solid #dedede; border-radius: 14px; overflow: hidden;}
.customEventSlider ul li {padding: 0 2rem;}

.custom-dashboard .catalog-search-bar {background: #efefef;}
.custom-dashboard .catalog-filters > div {border-collapse: #a8c2cd;}
.custom-dashboard .catalog-search input[type=text] {font-style: normal; color: #00587c;}

.catalog-aggregation .catalog-aggregation__header .catalog-aggregation__header--label {font-weight: 400; font-size: 36px; color: #00587c;}
.btn.catalog-aggregation__value {font-size: 16px; /*line-height: 40px;*/}
.custom-dashboard .catalog-item .catalog-grid-item__body .catalog-grid-item__title {height: auto !important;}
.custom-dashboard .catalog-item .catalog-grid-item__body .catalog-grid-item__description {display: none;}

.learn.dashboard .widget.customabout {text-align: center; padding: 64px 0 0 ;}

.blueSecTxt {display: block; padding: 40px 0 !important; background: #a4c8e2; color: #00587c; font-size: 24px; text-align: center;}
.blueSecTxt p {margin: 0;}
.blueSecTxt a:not(.btn), .blueSecTxt a:not(.btn):hover {font-weight: 600; color: #00587c;}
.blueSecTxt a:not(.btn).sm, .blueSecTxt a:not(.btn).sm:hover {font-size: 18px}
.row.blueSecTxt .row, .row.customabout .row, .row.customabout .row {padding: 0; margin: 0;}

.home .dashTopNav {
  position: absolute;
  top: 15px;
  left: 21rem;
  z-index:100;
  width: 60%;
}
/*.dashTopNav.top-bar-section {width: calc(100% - 2rem - 330px - 180px); position: absolute; top: 32px; left: calc(1rem + 300px) !important; }*/
/*.dashTopNav.top-bar-section ul li a {display: block; padding: 12px 20px; font-weight: 600;}*/
/*.dashTopNav.top-bar-section ul {display: block; padding-left: 2rem;}*/
/*.dashTopNav.top-bar-section ul li {display: inline-block;}*/
/*.container .header--dashboard {padding: 1rem;}*/

.header--microsite .header__inner {padding: 1rem;}
footer.footer {display: block;}

/* .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258] {float: right;  margin-right: 20px; border: 1px solid #00587C; padding: 5px 10px; border-radius: 8px;} */
/* .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255] {float: right; background: #D0DF00;  box-sizing: border-box; border-radius: 8px;padding: 5px 10px;} */

.header--microsite .top-bar-section ul li.navigation-item:nth-last-child(3) {float: right;  margin-right: 20px; border: 1px solid #00587C; padding: 5px 10px; border-radius: 8px;}
.header--microsite .top-bar-section ul li.navigation-item:nth-last-child(6) {float: right; background: #D0DF00;  box-sizing: border-box; border-radius: 8px;padding: 5px 10px;}




@media only screen and (max-width: 1079) {
    .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote {padding: 32px;}
    .sub-block-text-main .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1 {width: 100%; margin: 0; font-size: 22px; line-height: 30px;}
    .sub-block-authors-name .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote .testimonial-quote__author-name {margin-right: 0;}
     .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255]{float:none;  background:unset; margin-right: 20px;  padding: 5px 10px;  }
    .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258]{float:none; border:unset;background:unset; margin-right: 20px;   padding: 5px 10px;  }
     .CTA-homepage-signup .btn.btn--primary{color: #00587C !important;}
     .hero-title-custom .hero .hero__caption .hero__title {  font-size: 35px;}
  
}
@media only screen and (max-width: 767px) {
    .testimonial-widget ul .testimonial-container {height: 700px;}
    .testimonial-widget ul .testimonial-container .ember-view.testimonial {width: 100%; height: 700px; background-size: 100% 50% !important; background-repeat: no-repeat !important; background-position: 0 0 !important;}
    .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote {width: 100%; height: calc(700px / 2); top: 50%; left: 0;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255]{float:none;  background:unset; margin-right: 20px;  padding: 5px 10px;  }
    .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258]{float:none; border:unset;background:unset; margin-right: 20px;   padding: 5px 10px;  }
    .hero__caption .hero__title, .hero__caption .h4{padding: 0 20px;}
     .CTA-homepage-signup .btn.btn--primary{color: #00587C !important;}
     
     /* Newly added for footer layout on Dec-23, 2020 */
     .donate-today-btn a.btn.btn--primary{display:inline-block;width:100%;margin: 0 auto;}
     .mobile-donate-box-custom{display:block!important;}
     .footerWrap .fWrap .ftSubscribe {  display: grid;line-height: 20px;  margin-top: 10px;width: 100% !important;}
     .footerWrap .fWrap .ftSubscribe .ftBtn{margin-top: 10px !important;width: 100% !important;}
     .footerWrap .fWrap .social-links-custom{float:none;}
      /* @end - Newly added for footer layout on Dec-23, 2020 */

}
@media only screen and (max-width: 580px) {
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255]{float:none;  background:unset; margin-right: 20px;  padding: 5px 10px;  }
    .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258]{float:none; border:unset;background:unset;margin-right: 20px;   padding: 5px 10px;  }
    .hero-title-custom .hero .hero__caption .hero__title{font-size:30px;}
    .hero-caption-custom .hero .hero__caption span {font-size: 21px;}
    .title-custom .title .widget__title, .h2.widget__title {font-size: 35px;}
      .hero__caption .hero__title, .hero__caption .h4{padding: 0 20px;}
      .sub-block-authors-name .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote .testimonial-quote__author-name {  width: 100%;}
      .sub-block-text-main .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1 {line-height: 16px !important;  width: auto !important;margin-left: 0 !important;}
       .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1249] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1252] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
       .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
}
@media only screen and (max-width: 480px) {
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255]{float:none;  background:unset; margin-right: 20px;  padding: 5px 10px;  }
    .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258]{float:none; border:unset;background:unset; margin-right: 20px;   padding: 5px 10px;  }
    .hero-title-custom .hero .hero__caption .hero__title{font-size:30px;}
    .hero-caption-custom .hero .hero__caption span {font-size: 21px;}
    .title-custom .title .widget__title, .h2.widget__title {font-size: 35px;}
      .hero__caption .hero__title, .hero__caption .h4{padding: 0 20px;}
      .CTA-homepage-signup .btn.btn--primary{color: #00587C !important;}
      .sub-block-authors-name .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote .testimonial-quote__author-name {  width: 100%;}
      .sub-block-text-main .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1 {line-height: 16px !important;  width: auto !important;margin-left: 0 !important;}
       .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1249] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1252] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
       .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
}
@media only screen and (max-width: 380px) {
   .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255]{float:none;   margin-right: 20px; background:unset; padding: 5px 10px;  }
    .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258]{float:none; border:unset;margin-right: 20px;  background:unset; padding: 5px 10px;  }
    .hero-title-custom .hero .hero__caption .hero__title{font-size:30px;}
    .hero-caption-custom .hero .hero__caption span {font-size: 21px;}
    .title-custom .title .widget__title, .h2.widget__title {font-size: 35px;}
      .hero__caption .hero__title, .hero__caption .h4{padding: 0 20px;}
      .sub-block-authors-name .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote .testimonial-quote__author-name {  width: 100%;}
      .sub-block-text-main .testimonial-widget ul .testimonial-container .ember-view.testimonial .testimonial-quote h1 {line-height: 16px !important;  width: auto !important;margin-left: 0 !important;}
      .top-bar-section ul li[data-bindattr-1056] {  float: none;  background: #fff !important;  border-radius: 0;   padding: 3px 0;   margin-right: 0;  width: 100%;}
     .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1249] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1252] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
      .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1255] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}
       .header--microsite .top-bar-section ul li.navigation-item[data-bindattr-1258] {  float: none;  background: #fff;margin-right: 20px; padding: 5px 10px;border-radius: 0; margin: 0;width:150px;}

}



/* .hero-banner-custom .hero {
    background: #00587C;
     opacity: 0.7; 
}

.hero-banner-dashboard-custom .hero {
    background: #00587C;
     opacity: 0.7; 
} */






.backbutton {
  background-color: #d0dd28; /* Green */
  border: none;
  color: #00587c;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px
}

.featured-content-multi-carousel-item__start-date {
    font-size: 12px;
    font-size: 16px;
    margin-bottom: .5em;
    margin-top: .5em;
    padding-left:20px;
    color: #656565;
}


/*LR add*/
.grey {background:#e4e5e6;}

.ltblue {background:#d1e2f2;}
.ltslate {background:#d0dce4;}
.ltgreen {background:#f1f2b6;}
.ltpurple {background:#edeef4;}
.slate {background:#00587c;}
.white {background:#ffffff;}
.orange {background:#e2782d;}



/*HR add catalog test*/
.block-grid__item__bundle-price {background-color: #e9e9e9 !important;}
/*end*/


/*LR email footer table*/

table.email-footer-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    table-layout: fixed;    
    border: 0;
    border-spacing: 0;
    table-layout: fixed;
}
table.email-footer-table td {
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    color: #0f77af;
    text-align: center;
    border: 0;
    padding: 24px;
    vertical-align: top;
}







/*Dashboard What Are You Looking For Blocks*/

div.hbf-dashboard-box-container p {
	position: relative;
	display: inline;		
	}
a.hbf-dashboard-box {
	float: left;
	text-align: center;
	width: 100%;
	display: block;
	color: #ffffff;
	position: relative;
	transition: .5s all ease;
	text-decoration: none;
	border-radius: 0;
	padding: 20px;
}

a.hbf-dashboard-box.looking-programs {
	background: #6cc8c2;
}

a.hbf-dashboard-box.looking-library {
	background: #005a7c;
}

a.hbf-dashboard-box.looking-training {
	background: #f26529;
}

.hbf-dashboard-box h2 {
	font-weight: 100;
	font-size: 2.2em;
	line-height: 1;
	padding-top: 20px;
	text-transform: uppercase;
	color: #ffffff;
}

a.hbf-dashboard-box.looking-programs:hover h2 {
	color: #6cc8c2;
}

a.hbf-dashboard-box.looking-library:hover h2 {
	color: #0575A1;
}

a.hbf-dashboard-box.looking-training:hover h2 {
	color: #f26529;
}

a.hbf-dashboard-box span.looking-description {
	margin: 0 0 50px;
	color: #ffffff;
	display: block;
	font-weight: bold;
}

a.hbf-dashboard-box.looking-programs:hover {
	background: #4f9894;
}

a.hbf-dashboard-box.looking-library:hover {
	background: #00415e;
}

a.hbf-dashboard-box.looking-training:hover {
	background: #b44b1a;
}

.hbf-dashboard-box .btn {
	background: #4f9894;
	color: white;
	border-radius: 12px;
	border: .12em solid #ffffff;
	font-size: 1em;
	position: absolute;
	margin-top: -15px;
	left: 50%;
	width: 250px;
	margin-left: -120px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hbf-dashboard-box.looking-library .btn {
	background-color: #00415e;
}

.hbf-dashboard-box.looking-training .btn {
	background-color: #b44b1a;
}

a.hbf-dashboard-box.looking-programs:hover .btn {
	background: #6cc8c2;
}

a.hbf-dashboard-box.looking-library:hover .btn {
	background: #005a7c;
}

a.hbf-dashboard-box.looking-training:hover .btn {
	background: #f26529;
}

a.hbf-dashboard-box .btn::after {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	border: 2px solid;
	border-top-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 25%;
	right: 26px;
	margin-top: 1px;
	transform: rotate(-45deg);
	transition: .5s;
}

a.hbf-dashboard-box .btn:hover::after {
	right: 16px;
}







/*linked fonts*/
font-family: 'PT Serif', serif;
font-family: 'Roboto Slab', serif;
font-family: 'PT Serif', serif;

/*exported table*/
idGeneratedStyles.css


.meded-btn {
	box-shadow: 0px 10px 14px -7px #00597c;
	background:linear-gradient(to bottom, #599bb3 5%, #407d99 100%);
	background-color:#599bb3;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	padding:13px 32px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	&:hover {
	background:linear-gradient(to bottom, #407d99 5%, #599bb3 100%);
	background-color:#407d99;
}
 &:active {
	position:relative;
	top:1px;
}


/*Subscription Comparison Table styles*/

.comparison-table {
	border-collapse: collapse;
}

.comparison-table .empty-cell {
	border: none;
	background: none;
}

.comparison-table td,
.comparison-table th {
	padding: 5px 15px;
	border: 1px solid #e9e9e9;
	min-width: 130px;
	max-width: 300px;
	text-align: center;
}

.comparison-table .comparison-table-section-header td {
	padding-top: 20px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.comparison-table .comparison-table-desc {
	display: block;
	font-size: .9em;
	color: #aaa;
	max-height: 0;
	overflow: hidden;
	margin: 0;
}

.comparison-table tr:hover .comparison-table-desc {
	max-height: 100px;
	color: #eee;
	padding-top: 8px;
	transition: max-height .3s ease-in;
}

.comparison-table th {
	background: #f9f9f9;
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	font-size: 14px;
}

.comparison-table .comparison-table-basic {
	background: #6FC8C2;
	color: white;
	border-color: #6FC8C2;
}

.comparison-table .comparison-table-advanced {
	background: #005A7B;
	color: white;
	border-color: #005A7B;
}

.comparison-table td:first-child {
	text-align: left;
}

.comparison-table .fa-check {
	color: #7ab55c;
}

.comparison-table .fa-times {
	color: #b55c68;
}

.comparison-table tr:nth-child(even) {
	background: #CCC
}

.comparison-table tr.comparison-table-row:nth-child(even) {
	background: #f9f9f9;
}

.footerWrap2 {width: 100%; margin: 0 auto; text-align: center; background: #00587c; color: #ffffff;}
.footerWrap .fWrap2 {padding: 20px 40px; text-align: center; display: block; margin: 0 auto;}


/*COASTA CSBs*/

div.meh-image-container {
	width: 16%;
	position: relative;
	display: inline-block;
	margin-bottom: 24px;
}

.meh-image {
	width: 100%;
	display: block;
	border: 1px solid #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.meh-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	background-color: RGBA(255, 255, 255, 0.80);
	opacity: 0;
}

.meh-overlay:hover {
	opacity: 1;
	transition: opacity 0.5s;
	cursor: default;
}

p.meh-overlay-title {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}	
