/*magenta*/
.magenta .box {
  background: #6a1a7b;
}

.magenta .box a:before {
  background: rgba(106, 26, 123, 0.45);
}

.magenta .tile-box .title {
  background: rgba(106, 26, 123, 0.55);
}

.magenta .tile-box .hover-sec {
  background: rgba(71, 12, 83, 0.85);
}

.magenta .button:hover, .magenta .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .magenta .dl-content-btn:hover {
  color: #6a1a7b;
}

.magenta.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.magenta.asset-box:hover .overlap-box {
  background: rgba(106, 26, 123, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.magenta.featured-box .featured-img:after {
  background: rgba(106, 26, 123, 0.2);
}

.magenta.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #6a1a7b;
}

.magenta.featured-box .featured-content .content h3 a {
  color: #000;
}

.magenta.featured-box .featured-content .content h3 a:hover {
  color: #6a1a7b;
}

.magenta.course-list figure {
  background: #6a1a7b;
}

.magenta.related_block .date {
  background: rgba(106, 26, 123, 0.7);
}

.magenta.related_block h4:after {
  border-bottom-color: #6a1a7b;
}

.magenta.event-sec .event-date li .active a {
  background: #6a1a7b;
  border-left-color: #003854;
}

.magenta.event-sec .event-date li .active a:hover {
  background: #6a1a7b;
}

.magenta.news-list figure span {
  background: rgba(106, 26, 123, 0.7);
}

.magenta.news-list h4:after {
  border-bottom-color: #6a1a7b;
}

.magenta.featured_news_wrapper figure span {
  background: rgba(106, 26, 123, 0.7);
}

.magenta.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #6a1a7b;
}

.magenta.news_details h1:after {
  border-bottom-color: #6a1a7b;
}

.magenta.cat-filter {
  border-left: solid 10px #6a1a7b;
}

.magenta.result-list h3:after {
  border-top: solid 1px #6a1a7b;
}

.magenta.news-list h4 a:hover {
  color: #6a1a7b;
}

.magenta .featureed-news h2 a:hover {
  color: #6a1a7b;
}

/*Orange*/
.orange .box {
  background: #ff5f01;
}

.orange .box a:before {
  background: rgba(255, 95, 1, 0.45);
}

.orange .tile-box .title {
  background: rgba(255, 95, 1, 0.55);
}

.orange .tile-box .hover-sec {
  background: rgba(163, 62, 2, 0.85);
}

.orange .button:hover, .orange .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .orange .dl-content-btn:hover {
  color: #ff5f01;
}

.orange.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.orange.asset-box:hover .overlap-box {
  background: rgba(255, 95, 1, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.orange.featured-box .featured-img:after {
  background: rgba(255, 95, 1, 0.2);
}

.orange.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #ff5f01;
}

.orange.featured-box .featured-content .content h3 a {
  color: #000;
}

.orange.featured-box .featured-content .content h3 a:hover {
  color: #ff5f01;
}

.orange.course-list figure {
  background: #ff5f01;
}

.orange.related_block .date {
  background: rgba(255, 95, 1, 0.7);
}

.orange.related_block h4:after {
  border-bottom-color: #ff5f01;
}

.orange.event-sec .event-date li .active a {
  background: #ff5f01;
  border-left-color: #003854;
}

.orange.event-sec .event-date li .active a:hover {
  background: #ff5f01;
}

.orange.news-list figure span {
  background: rgba(255, 95, 1, 0.7);
}

.orange.news-list h4:after {
  border-bottom-color: #ff5f01;
}

.orange.featured_news_wrapper figure span {
  background: rgba(255, 95, 1, 0.7);
}

.orange.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #ff5f01;
}

.orange.news_details h1:after {
  border-bottom-color: #ff5f01;
}

.orange.cat-filter {
  border-left: solid 10px #ff5f01;
}

.orange.result-list h3:after {
  border-top: solid 1px #ff5f01;
}

.orange.news-list h4 a:hover {
  color: #ff5f01;
}

.orange .featureed-news h2 a:hover {
  color: #ff5f01;
}

/*PINK*/
.pink .box {
  background: #d7004d;
}

.pink .box a:before {
  background: rgba(215, 0, 77, 0.45);
}

.pink .tile-box .title {
  background: rgba(215, 0, 77, 0.55);
}

.pink .tile-box .hover-sec {
  background: rgba(161, 0, 58, 0.85);
}

.pink .button:hover, .pink .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .pink .dl-content-btn:hover {
  color: #d7004d;
}

.pink.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pink.asset-box:hover .overlap-box {
  background: rgba(161, 0, 58, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pink.featured-box .featured-img:after {
  background: rgba(161, 0, 58, 0.2);
}

.pink.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #d7004d;
}

.pink.featured-box .featured-content .content h3 a {
  color: #000;
}

.pink.featured-box .featured-content .content h3 a:hover {
  color: #d7004d;
}

.pink.course-list figure {
  background: #d7004d;
}

.pink.related_block .date {
  background: rgba(161, 0, 58, 0.7);
}

.pink.related_block h4:after {
  border-bottom-color: #d7004d;
}

.pink.event-sec .event-date li .active a {
  background: #d7004d;
  border-left-color: #003854;
}

.pink.event-sec .event-date li .active a:hover {
  background: #d7004d;
}

.pink.news-list figure span {
  background: rgba(161, 0, 58, 0.7);
}

.pink.news-list h4:after {
  border-bottom-color: #d7004d;
}

.pink.featured_news_wrapper figure span {
  background: rgba(161, 0, 58, 0.7);
}

.pink.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #d7004d;
}

.pink.news_details h1:after {
  border-bottom-color: #d7004d;
}

.pink.cat-filter {
  border-left: solid 10px #d7004d;
}

.pink.result-list h3:after {
  border-top: solid 1px #d7004d;
}

.pink.news-list h4 a:hover {
  color: #d7004d;
}

.pink .featureed-news h2 a:hover {
  color: #d7004d;
}

/*Bronze Yellow*/
.bronze-yellow .box {
  background: #959200;
}

.bronze-yellow .box a:before {
  background: rgba(149, 146, 0, 0.45);
}

.bronze-yellow .tile-box .title {
  background: rgba(149, 146, 0, 0.55);
}

.bronze-yellow .tile-box .hover-sec {
  background: rgba(112, 109, 0, 0.85);
}

.bronze-yellow .button:hover, .bronze-yellow .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .bronze-yellow .dl-content-btn:hover {
  color: #959200;
}

.bronze-yellow.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bronze-yellow.asset-box:hover .overlap-box {
  background: rgba(112, 109, 0, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.bronze-yellow.featured-box .featured-img:after {
  background: rgba(112, 109, 0, 0.2);
}

.bronze-yellow.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #959200;
}

.bronze-yellow.featured-box .featured-content .content h3 a {
  color: #000;
}

.bronze-yellow.featured-box .featured-content .content h3 a:hover {
  color: #959200;
}

.bronze-yellow.course-list figure {
  background: #959200;
}

.bronze-yellow.related_block .date {
  background: rgba(112, 109, 0, 0.7);
}

.bronze-yellow.related_block h4:after {
  border-bottom-color: #959200;
}

.bronze-yellow.news-list figure span {
  background: rgba(112, 109, 0, 0.7);
}

.bronze-yellow.news-list h4:after {
  border-bottom-color: #959200;
}

.bronze-yellow.featured_news_wrapper figure span {
  background: rgba(112, 109, 0, 0.7);
}

.bronze-yellow.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #959200;
}

.bronze-yellow.news_details h1:after {
  border-bottom-color: #959200;
}

.bronze-yellow.cat-filter {
  border-left: solid 10px #959200;
}

.bronze-yellow.result-list h3:after {
  border-top: solid 1px #959200;
}

.bronze-yellow.news-list h4 a:hover {
  color: #959200;
}

.bronze-yellow .featureed-news h2 a:hover {
  color: #959200;
}

/*Blue*/
.blue .box, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn .box {
  background: #00496e;
}

.blue .box a:before, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn .box a:before {
  background: rgba(0, 73, 110, 0.45);
}

.blue.asset-box .overlap-box, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .asset-box.dl-content-btn .overlap-box {
  background: rgba(0, 0, 0, 0.45);
}

.blue.asset-box:hover .overlap-box, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .asset-box.dl-content-btn:hover .overlap-box {
  background: rgba(0, 73, 110, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blue.featured-box .featured-img:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .featured-box.dl-content-btn .featured-img:after {
  background: rgba(0, 73, 110, 0.2);
}

.blue.featured-box .featured-content .content h3:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .featured-box.dl-content-btn .featured-content .content h3:after {
  border-bottom: solid 1px #00496e;
}

.blue.featured-box .featured-content .content h3 a, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .featured-box.dl-content-btn .featured-content .content h3 a {
  color: #000;
}

.blue.featured-box .featured-content .content h3 a:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .featured-box.dl-content-btn .featured-content .content h3 a:hover {
  color: #00496e;
}

.blue.course-list figure, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .course-list.dl-content-btn figure {
  background: #00496e;
}

.blue.related_block .date, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .related_block.dl-content-btn .date {
  background: rgba(0, 73, 110, 0.7);
}

.blue.related_block h4:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .related_block.dl-content-btn h4:after {
  border-bottom-color: #00496e;
}

.blue .tile-box .title, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn .tile-box .title {
  background: rgba(0, 73, 110, 0.55);
}

.blue .tile-box .hover-sec, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn .tile-box .hover-sec {
  background: rgba(0, 57, 86, 0.85);
}

.blue.event-sec .event-date li a:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .event-sec.dl-content-btn .event-date li a:hover {
  background-color: #78adc8;
  border-left-color: #4685a5;
}

.blue.event-sec .event-date li.active a, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .event-sec.dl-content-btn .event-date li.active a {
  background: #00496e;
  border-left-color: #003854;
}

.blue.event-sec .event-date li.active a:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .event-sec.dl-content-btn .event-date li.active a:hover {
  background: #00496e;
}

.blue.news-list figure span, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .news-list.dl-content-btn figure span {
  background: rgba(0, 73, 110, 0.7);
}

.blue.news-list h4:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .news-list.dl-content-btn h4:after {
  border-bottom-color: #00496e;
}

.blue.featured_news_wrapper figure span, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .featured_news_wrapper.dl-content-btn figure span {
  background: rgba(0, 73, 110, 0.7);
}

.blue.featured_news_wrapper .featureed-news h2:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .featured_news_wrapper.dl-content-btn .featureed-news h2:after {
  border-bottom-color: #00496e;
}

.blue.news_details h1:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .news_details.dl-content-btn h1:after {
  border-bottom-color: #00496e;
}

.blue.cat-filter, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .cat-filter.dl-content-btn {
  border-left: solid 10px #00496e;
}

.blue.result-list h3:after, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .result-list.dl-content-btn h3:after {
  border-top: solid 1px #00496e;
}

.blue.news-list h4 a:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .news-list.dl-content-btn h4 a:hover {
  color: #00496e;
}

.blue .featureed-news h2 a:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn .featureed-news h2 a:hover {
  color: #00496e;
}

/*Green*/
.green .box {
  background: #00a19c;
}

.green .box a:before {
  background: rgba(0, 161, 156, 0.45);
}

.green .tile-box .title {
  background: rgba(0, 161, 156, 0.55);
}

.green .tile-box .hover-sec {
  background: rgba(0, 121, 117, 0.85);
}

.green .button:hover, .green .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .green .dl-content-btn:hover {
  color: #00a19c;
}

.green.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
}

.green.asset-box:hover .overlap-box {
  background: rgba(0, 161, 156, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.green.featured-box .featured-img:after {
  background: rgba(0, 161, 156, 0.2);
}

.green.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #00a19c;
}

.green.featured-box .featured-content .content h3 a {
  color: #000;
}

.green.featured-box .featured-content .content h3 a:hover {
  color: #00a19c;
}

.green.course-list figure {
  background: #00a19c;
}

.green.related_block .date {
  background: rgba(0, 161, 156, 0.7);
}

.green.related_block h4:after {
  border-bottom-color: #00a19c;
}

.green.event-sec .event-date li a:hover {
  background-color: #9ac8c7;
  border-left-color: #5e9f9e;
}

.green.event-sec .event-date li.active a {
  background: #00a19c;
  border-left-color: #007a76;
}

.green.event-sec .event-date li.active a:hover {
  background: #00a19c;
}

.green.news-list figure span {
  background: rgba(0, 161, 156, 0.7);
}

.green.news-list h4:after {
  border-bottom-color: #00a19c;
}

.green.featured_news_wrapper figure span {
  background: rgba(0, 161, 156, 0.7);
}

.green.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #00a19c;
}

.green.news_details h1:after {
  border-bottom-color: #00a19c;
}

.green.cat-filter {
  border-left: solid 10px #00a19c;
}

.green.result-list h3:after {
  border-top: solid 1px #00a19c;
}

.green.news-list h4 a:hover {
  color: #00a19c;
}

.green .featureed-news h2 a:hover {
  color: #00a19c;
}

/*yellow*/
.yellow .box {
  background: #ff9f00;
}

.yellow .box a:before {
  background: rgba(191, 119, 0, 0.45);
}

.yellow .tile-box .title {
  background: rgba(255, 159, 0, 0.55);
}

.yellow .tile-box .hover-sec {
  background: rgba(191, 119, 0, 0.85);
}

.yellow .button:hover, .yellow .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .yellow .dl-content-btn:hover {
  color: #ff9f00;
}

.yellow.featured-box .featured-img:after {
  background: rgba(191, 119, 0, 0.2);
}

.yellow.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #ff9f00;
}

.yellow.featured-box .featured-content .content h3 a {
  color: #000;
}

.yellow.featured-box .featured-content .content h3 a:hover {
  color: #ff9f00;
}

.yellow.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
}

.yellow.asset-box:hover .overlap-box {
  background: rgba(255, 159, 0, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.yellow.course-list figure {
  background: #ff9f00;
}

.yellow.related_block .date {
  background: rgba(255, 159, 0, 0.7);
}

.yellow.related_block h4:after {
  border-bottom-color: #ff9f00;
}

.yellow.news-list figure span {
  background: rgba(255, 159, 0, 0.7);
}

.yellow.news-list h4:after {
  border-bottom-color: #ff9f00;
}

.yellow.featured_news_wrapper figure span {
  background: rgba(255, 159, 0, 0.7);
}

.yellow.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #ff9f00;
}

.yellow.news_details h1:after {
  border-bottom-color: #ff9f00;
}

.yellow.cat-filter {
  border-left: solid 10px #ff9f00;
}

.yellow.result-list h3:after {
  border-top: solid 1px #ff9f00;
}

.yellow.news-list h4 a:hover {
  color: #ff9f00;
}

.yellow .featureed-news h2 a:hover {
  color: #ff9f00;
}

/*purple*/
.purple .box {
  background: #a0338e;
}

.purple .box a:before {
  background: rgba(120, 38, 106, 0.45);
}

.purple .tile-box .title {
  background: rgba(160, 51, 142, 0.55);
}

.purple .tile-box .hover-sec {
  background: rgba(120, 38, 106, 0.85);
}

.purple .button:hover, .purple .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .purple .dl-content-btn:hover {
  color: #a0338e;
}

.purple.featured-box .featured-img:after {
  background: rgba(120, 38, 106, 0.2);
}

.purple.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #a0338e;
}

.purple.featured-box .featured-content .content h3 a {
  color: #000;
}

.purple.featured-box .featured-content .content h3 a:hover {
  color: #a0338e;
}

.purple.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.purple.asset-box:hover .overlap-box {
  background: rgba(160, 51, 142, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.purple.course-list figure {
  background: #a0338e;
}

.purple.related_block .date {
  background: rgba(160, 51, 142, 0.7);
}

.purple.related_block h4:after {
  border-bottom-color: #a0338e;
}

.purple.news-list figure span {
  background: rgba(120, 38, 106, 0.7);
}

.purple.news-list h4:after {
  border-bottom-color: #a0338e;
}

.purple.featured_news_wrapper figure span {
  background: rgba(120, 38, 106, 0.7);
}

.purple.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #a0338e;
}

.purple.news_details h1:after {
  border-bottom-color: #a0338e;
}

.purple.cat-filter {
  border-left: solid 10px #a0338e;
}

.purple.result-list h3:after {
  border-top: solid 1px #a0338e;
}

.purple.news-list h4 a:hover {
  color: #a0338e;
}

.purple .featureed-news h2 a:hover {
  color: #a0338e;
}

/*Sky Blue*/
.sky-blue .box {
  background: #248ec0;
}

.sky-blue .box a:before {
  background: rgba(36, 142, 192, 0.45);
}

.sky-blue .tile-box .title {
  background: rgba(77, 176, 222, 0.55);
}

.sky-blue .tile-box .hover-sec {
  background: rgba(36, 142, 192, 0.85);
}

.sky-blue .button:hover, .sky-blue .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .sky-blue .dl-content-btn:hover {
  color: #248ec0;
}

.sky-blue.featured-box .featured-img:after {
  background: rgba(36, 142, 192, 0.2);
}

.sky-blue.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #248ec0;
}

.sky-blue.featured-box .featured-content .content h3 a {
  color: #000;
}

.sky-blue.featured-box .featured-content .content h3 a:hover {
  color: #248ec0;
}

.sky-blue.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sky-blue.asset-box:hover .overlap-box {
  background: rgba(77, 176, 222, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sky-blue.course-list figure {
  background: #248ec0;
}

.sky-blue.related_block .date {
  background: rgba(77, 176, 222, 0.7);
}

.sky-blue.related_block h4:after {
  border-bottom-color: #248ec0;
}

.sky-blue.news-list figure span {
  background: rgba(36, 142, 192, 0.7);
}

.sky-blue.news-list h4:after {
  border-bottom-color: #248ec0;
}

.sky-blue.featured_news_wrapper figure span {
  background: rgba(36, 142, 192, 0.7);
}

.sky-blue.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #248ec0;
}

.sky-blue.news_details h1:after {
  border-bottom-color: #248ec0;
}

.sky-blue.cat-filter {
  border-left: solid 10px #248ec0;
}

.sky-blue.result-list h3:after {
  border-top: solid 1px #248ec0;
}

.sky-blue.news-list h4 a:hover {
  color: #248ec0;
}

.sky-blue .featureed-news h2 a:hover {
  color: #e23726;
}

.sky-blue .featureed-news h2 a:hover {
  color: #248ec0;
}

/*Black*/
.black .box {
  background: #000;
}

.black .box a:before {
  background: rgba(0, 0, 0, 0.45);
}

.black .tile-box .title {
  background: rgba(45, 45, 45, 0.55);
}

.black .tile-box .hover-sec {
  background: rgba(0, 0, 0, 0.85);
}

.black .button:hover, .black .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .black .dl-content-btn:hover {
  color: #000;
}

.black.featured-box .featured-img:after {
  background: rgba(0, 0, 0, 0.2);
}

.black.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #000;
}

.black.featured-box .featured-content .content h3 a {
  color: #000;
}

.black.featured-box .featured-content .content h3 a:hover {
  color: #000;
}

.black.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.black.asset-box:hover .overlap-box {
  background: rgba(45, 45, 45, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.black.course-list figure {
  background: #000;
}

.black.related_block .date {
  background: rgba(45, 45, 45, 0.7);
}

.black.related_block h4:after {
  border-bottom-color: #000;
}

.black.news-list figure span {
  background: rgba(0, 0, 0, 0.7);
}

.black.news-list h4:after {
  border-bottom-color: #000;
}

.black.featured_news_wrapper figure span {
  background: rgba(0, 0, 0, 0.7);
}

.black.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #000;
}

.black.news_details h1:after {
  border-bottom-color: #000;
}

.black.cat-filter {
  border-left: solid 10px #000;
}

.black.result-list h3:after {
  border-top: solid 1px #000;
}

.black.news-list h4 a:hover {
  color: #000;
}

.black .featureed-news h2 a:hover {
  color: #000;
}

/*Red*/
.red .box {
  background: #e23726;
}

.red .box a:before {
  background: rgba(226, 55, 38, 0.45);
}

.red .tile-box .title {
  background: rgba(237, 79, 63, 0.55);
}

.red .tile-box .hover-sec {
  background: rgba(226, 55, 38, 0.85);
}

.red .button:hover, .red .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .red .dl-content-btn:hover {
  color: #e23726;
}

.red.featured-box .featured-img:after {
  background: rgba(226, 55, 38, 0.2);
}

.red.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #000;
}

.red.featured-box .featured-content .content h3 a {
  color: #000;
}

.red.featured-box .featured-content .content h3 a:hover {
  color: #e23726;
}

.red.asset-box .overlap-box {
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.red.asset-box:hover .overlap-box {
  background: rgba(237, 79, 63, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.red.course-list figure {
  background: #e23726;
}

.red.related_block .date {
  background: rgba(237, 79, 63, 0.7);
}

.red.related_block h4:after {
  border-bottom-color: #e23726;
}

.red.news-list figure span {
  background: rgba(226, 55, 38, 0.7);
}

.red.news-list h4:after {
  border-bottom-color: #e23726;
}

.red.featured_news_wrapper figure span {
  background: rgba(226, 55, 38, 0.7);
}

.red.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #e23726;
}

.red.news_details h1:after {
  border-bottom-color: #e23726;
}

.red.cat-filter {
  border-left: solid 10px #e23726;
}

.red.result-list h3:after {
  border-top: solid 1px #e23726;
}

.red.news-list h4 a:hover {
  color: #e23726;
}

.red .featureed-news h2 a:hover {
  color: #e23726;
}

/*Fonts variables*/
.dgl-page {
  clear: both;
  background: #f7f7f7;
  /*CSE STYLE*/
  /*CSE STYLE*/
}

.dgl-page input[type="radio"],
.dgl-page input[type="checkbox"] {
  width: 0;
  position: absolute;
  z-index: -9999;
  height: 0;
  opacity: 0;
}

.dgl-page input[type=radio]:not(old) + label,
.dgl-page input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: 0px;
  padding-left: 35px;
  background: none;
  margin-right: 0px;
  position: relative;
  font-size: 0.75em;
  letter-spacing: 0.62px;
  line-height: 20px;
}

.dgl-page input[type=radio]:not(old) + label:before,
.dgl-page input[type=checkbox]:not(old) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 19px;
  width: 19px;
  border: 1px solid #979797;
  border-radius: 50%;
  background-color: #D8D8D8;
}

.dgl-page input[type=radio]:not(old) + label:after,
.dgl-page input[type=checkbox]:not(old) + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #3360C5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.dgl-page input[type="radio"]:not(old):checked + label:after,
.dgl-page input[type="checkbox"]:not(old):checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  background: #3360C5;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dgl-page input[type=checkbox]:not(old) + label:before {
  border-radius: 3px;
}

.dgl-page input[type="checkbox"]:not(old):checked + label:after {
  border-radius: 3px;
}

.dgl-page .dl-fr {
  float: right;
}

.dgl-page .dl-content .button, .dgl-page .dl-content .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content .dl-content-btn,
.dgl-page .dl-banner .button,
.dgl-page .dl-banner .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn,
.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-banner .dl-content-btn {
  text-transform: none !important;
  border-radius: 5px;
  padding: 8px 22px;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
}

.dgl-page .dl-content .button.blue, .dgl-page .dl-content .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content .dl-content-btn,
.dgl-page .dl-banner .button.blue,
.dgl-page .dl-banner .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn,
.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-banner .dl-content-btn {
  background: #076EB2;
  border: solid 2px #076EB2;
  font-size: 1em;
}

.dgl-page .dl-content .button.blue:hover, .dgl-page .dl-content .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content .dl-content-btn:hover,
.dgl-page .dl-banner .button.blue:hover,
.dgl-page .dl-banner .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover,
.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-banner .dl-content-btn:hover {
  background: #004767;
  border: solid 2px #004767;
}

.dgl-page .dl-link-btn {
  text-decoration: underline;
  color: #076EB2;
}

.dgl-page .dl-link-btn:hover {
  text-decoration: none;
}

.dgl-page .dl-outline {
  border-color: #076EB2;
  color: #076EB2;
}

.dgl-page .dl-outline:hover {
  color: #fff;
  background-color: #076EB2;
}

.dgl-page .bredcrumb-img {
  position: relative;
  height: 0;
  margin: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}

.dgl-page .bredcrumb-img > .container {
  margin-top: 15px;
}

.dgl-page .bredcrumb-img .official {
  color: #fff;
}

.dgl-page .bredcrumb-img ul li {
  color: #fff;
}

.dgl-page .bredcrumb-img ul li a {
  color: #fff;
  text-decoration: underline;
}

.dgl-page .bredcrumb-img ul li a:hover {
  text-decoration: none;
}

.dgl-page .dl-main-title {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.dgl-page .dl-main-title .dl-main-left,
.dgl-page .dl-main-title .dl-main-right {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 300px);
}

.dgl-page .dl-main-title .dl-main-right {
  text-align: right;
  width: 300px;
}

.dgl-page .dl-main-title .h1,
.dgl-page .dl-main-title h1 {
  font-size: 2em;
  margin: 0;
}

.dgl-page .dl-banner {
  background: 50% 50%/cover no-repeat;
  padding-top: 83px;
  padding-bottom: 80px;
  clear: both;
  background: #076EB2;
}

.dgl-page .dl-banner h1,
.dgl-page .dl-banner .h1,
.dgl-page .dl-banner p {
  color: #fff;
}

.dgl-page .dl-banner h1,
.dgl-page .dl-banner .h1 {
  margin-bottom: 20px;
}

.dgl-page .dl-blue-bar {
  background-color: #076EB2;
  border-radius: 10px;
  margin-top: 75px;
  padding: 37px 45px 30px;
}

.dgl-page .dl-blue-bar p,
.dgl-page .dl-blue-bar .dl-why-title {
  color: #fff;
}

.dgl-page .dl-blue-bar p {
  line-height: 20px;
  letter-spacing: -0.6px;
  font-family: HelveticaNeueETW01-65Md;
}

.dgl-page .dl-blue-bar .dl-blue-text {
  position: relative;
  padding-left: 88px;
  color: #fff;
}

.dgl-page .dl-blue-bar .dl-why-title {
  font-size: 1.25em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 24px;
  padding-bottom: 12px;
  color: #fff;
}

.dgl-page .dl-blue-bar .dl-blue-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.dgl-page .dl-hw-work-wrap {
  padding-top: 70px;
}

.dgl-page .dl-hw-work-wrap .table-row {
  display: table;
  width: 100%;
}

.dgl-page .dl-hw-work-wrap .table-row .dl-tcell {
  display: table-cell;
  vertical-align: middle;
}

.dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-first {
  width: 50%;
  padding-left: 8.33333%;
}

.dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-second {
  width: 50%;
  padding-left: 10px;
}

.dgl-page .dl-how-it-work {
  max-width: 360px;
}

.dgl-page .dl-how-it-work .dl-sub-title,
.dgl-page .dl-how-it-work h2 {
  padding-bottom: 18px;
  font-size: 2em;
  font-family: HelveticaNeueETW01-75Bd;
  letter-spacing: 0.04px;
  line-height: 39px;
  margin-bottom: 0;
}

.dgl-page .dl-how-it-work p {
  margin-bottom: 18px;
}

.dgl-page .dl-how-it-work p:last-child {
  margin-bottom: 0;
}

.dgl-page .dl-sub-title {
  font-size: 2em;
  font-family: HelveticaNeueETW01-75Bd;
  letter-spacing: 0.04px;
  line-height: 39px;
}

.dgl-page .dl-sub-title.dl-small-title {
  font-size: 1.5em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 29px;
  padding-bottom: 15px;
}

.dgl-page .dl-count-wrapper {
  background: #fff;
  border-radius: 10px;
  padding: 45px 10px;
  max-width: 476px;
}

.dgl-page .dl-number {
  font-size: 3.5em;
  font-family: HelveticaNeueETW01-75Bd;
  letter-spacing: 0.06px;
  line-height: 48px;
  letter-spacing: 0.6px;
}

.dgl-page .dl-count-title {
  font-size: 1.3125em;
  font-family: HelveticaNeueETW01-75Bd;
  letter-spacing: 0.02px;
  line-height: 26px;
  padding-bottom: 2px;
}

.dgl-page .dl-count-title:last-child {
  padding-bottom: 0;
}

.dgl-page .dl-count-text {
  font-size: 1.125em;
  font-style: italic;
  letter-spacing: 0.02px;
  line-height: 22px;
}

.dgl-page .dl-count-single-wrapper {
  display: table;
  width: 100%;
  max-width: 345px;
  margin: 0 auto 35px;
}

.dgl-page .dl-count-single-wrapper:last-child {
  margin-bottom: 0;
}

.dgl-page .dl-count-single-wrapper .dl-number {
  text-align: right;
  padding-right: 19px;
  width: 90px;
}

.dgl-page .dl-count-single-wrapper .dl-number,
.dgl-page .dl-count-single-wrapper .dl-count-text-wrap {
  display: table-cell;
  vertical-align: top;
}

.dgl-page .dl-available-courses {
  padding-top: 70px;
}

.dgl-page .dl-available-courses.dl-avl-crs {
  padding-top: 25px;
}

.dgl-page .dl-available-courses.dl-dgs-crs {
  padding-top: 45px;
}

.dgl-page .dl-course-wrap {
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 42px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.dgl-page .dl-course-wrap:last-child {
  margin-bottom: 0;
}

.dgl-page .dl-course-wrap.dl-home-pad {
  padding-top: 60px;
  overflow: hidden;
}

.dgl-page .dl-course-wrap.dl-home-pad .dl-sub-title {
  padding-bottom: 18px;
}

.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box {
  padding-bottom: 0;
  max-width: 100%;
}

.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn {
  color: #fff;
  font-size: 16px !important;
  display: inline-block;
  float: right;
  text-decoration: none;
}

.dgl-page .dl-question-content {
  padding: 0px 15px 10px;
  margin-bottom: 15px;
  position: relative;
}

.dgl-page .dl-question-content .dl-found-course {
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 29px;
  font-size: 1.5em;
  padding-bottom: 12px;
}

.dgl-page .dl-course-inner {
  display: table;
  width: 100%;
}

.dgl-page .dl-course-box {
  padding-bottom: 15px;
  max-width: 690px;
}

.dgl-page .dl-course-box p:last-child {
  margin-bottom: 0;
}

.dgl-page .dl-course-btn {
  display: table;
  overflow: hidden;
  width: 100%;
}

.dgl-page .dl-course-btn .dl-points-avbl {
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 26px;
  display: table-cell;
  vertical-align: middle;
  width: 75%;
}

.dgl-page .dl-course-btn .dl-button-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 25%;
}

.dgl-page .dl-relatated-links {
  padding-top: 70px;
}

.dgl-page .dl-relatated-links h2 {
  font-size: 1.5em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 29px;
  padding-bottom: 15px;
  margin: 0;
}

.dgl-page .dl-relatated-links .col-sm-6:nth-child(odd) .dl-single-relevant {
  margin-right: 20px;
}

.dgl-page .dl-relatated-links .col-sm-6:nth-child(even) .dl-single-relevant {
  margin-left: 20px;
}

.dgl-page .dl-single-relevant {
  background: #fff;
  border-radius: 10px;
  padding: 35px 57px;
  margin: 10px 0;
}

.dgl-page .dl-single-relevant .dl-single-relevant-title {
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 1.125em;
  line-height: 26px;
  padding-bottom: 8px;
}

.dgl-page .dl-content {
  clear: both;
}

.dgl-page .dl-single-test-wrap {
  display: table;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0px 5px 0px 13px;
}

.dgl-page .dl-single-test-wrap.dl-active {
  /*background-color: $dl-light-blue;*/
}

.dgl-page .dl-single-test-wrap.dl-clear-exam {
  padding: 15px 5px 15px 13px;
}

.dgl-page .dl-single-test-wrap.dl-clear-exam:hover {
  background-color: #F4F5F9;
}

.dgl-page .dl-single-test-wrap.dl-disabled .dl-stw-attempt,
.dgl-page .dl-single-test-wrap.dl-disabled .dl-stw-ans,
.dgl-page .dl-single-test-wrap.dl-disabled .dl-test-pos {
  opacity: 0.35;
}

.dgl-page .dl-single-test-wrap.dl-disabled .dl-stw-attempt .button.blue, .dgl-page .dl-single-test-wrap.dl-disabled .dl-stw-attempt .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-single-test-wrap.dl-disabled .dl-stw-attempt .dl-content-btn,
.dgl-page .dl-single-test-wrap.dl-disabled .dl-stw-ans .button.blue,
.dgl-page .dl-single-test-wrap.dl-disabled .dl-stw-ans .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn,
.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-single-test-wrap.dl-disabled .dl-stw-ans .dl-content-btn,
.dgl-page .dl-single-test-wrap.dl-disabled .dl-test-pos .button.blue,
.dgl-page .dl-single-test-wrap.dl-disabled .dl-test-pos .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn,
.dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-single-test-wrap.dl-disabled .dl-test-pos .dl-content-btn {
  background: #076EB2;
  border: solid 2px #076EB2;
}

.dgl-page .dl-single-test-wrap.dl-disabled .dl-test-pos .button, .dgl-page .dl-single-test-wrap.dl-disabled .dl-test-pos .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-single-test-wrap.dl-disabled .dl-test-pos .dl-content-btn {
  cursor: default;
}

.dgl-page .dl-single-test-wrap.dl-disabled:hover {
  background-color: transparent;
}

.dgl-page .dl-single-test-wrap.dl-disabled-2 .dl-stw-attempt,
.dgl-page .dl-single-test-wrap.dl-disabled-2 .dl-stw-ans,
.dgl-page .dl-single-test-wrap.dl-disabled-2 .dl-test-pos,
.dgl-page .dl-single-test-wrap.dl-disabled-2 .dl-stw-title {
  opacity: 0.35;
}

.dgl-page .dl-single-test-wrap.dl-disabled-2 .dl-test-pos .button, .dgl-page .dl-single-test-wrap.dl-disabled-2 .dl-test-pos .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-single-test-wrap.dl-disabled-2 .dl-test-pos .dl-content-btn {
  cursor: default;
}

.dgl-page .dl-single-test-wrap.dl-disabled-2:hover {
  background-color: transparent;
}

.dgl-page .dl-single-test-wrap .dl-stw-tcell {
  display: table-cell;
  vertical-align: middle;
}

.dgl-page .dl-single-test-wrap .dl-stw-title {
  width: calc(100% - 490px);
  font-size: 0.9375em;
  line-height: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  padding-right: 10px;
}

.dgl-page .dl-single-test-wrap .dl-stw-attempt {
  font-size: 0.9375em;
  line-height: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  width: 220px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.dgl-page .dl-single-test-wrap .dl-stw-ans {
  width: 160px;
  font-size: 0.875em;
  line-height: 16px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.dgl-page .dl-single-test-wrap .dl-stw-ans a {
  color: #076EB2;
  text-decoration: underline;
}

.dgl-page .dl-single-test-wrap .dl-test-pos {
  width: 110px;
  padding-left: 5px;
}

.dgl-page .dl-single-test-wrap .dl-test-pos .button, .dgl-page .dl-single-test-wrap .dl-test-pos .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-single-test-wrap .dl-test-pos .dl-content-btn {
  text-align: center;
  width: 107px;
}

.dgl-page .dl-single-test-wrap .dl-result-icon {
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  margin: 0 auto;
  display: block;
}

.dgl-page .dl-single-test-wrap .dl-result-icon.dl-success {
  background: url(../images/digital-learning/tick.svg) center center no-repeat;
  background-size: 23px 17px;
}

.dgl-page .dl-single-test-wrap .dl-result-icon.dl-fail {
  background: url(../images/digital-learning/fail.svg) center center no-repeat;
  background-size: 17px 17px;
}

.dgl-page .dl-questions {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 28px 18px;
  overflow: hidden;
}

.dgl-page .dl-questions.dl-qr-fail .dl-question-content,
.dgl-page .dl-questions.dl-qr-fail .dl-questions-list {
  position: relative;
}

.dgl-page .dl-questions.dl-qr-fail .dl-question-content:before,
.dgl-page .dl-questions.dl-qr-fail .dl-questions-list:before {
  content: "";
  border-bottom: 1px solid #D4D4D4;
  left: -28px;
  position: absolute;
  width: 100%;
  bottom: 0;
  width: calc(100% + 56px);
}

.dgl-page .dl-questions.dl-qr-fail .dl-questions-list {
  padding-bottom: 2px;
}

.dgl-page .dl-questions.dl-qr-fail .dl-cpt-points {
  margin-top: 7px;
}

.dgl-page .dl-questions.dl-qr-fail .dl-cpt-points {
  opacity: 0.35;
}

.dgl-page .dl-cpt-points {
  display: table;
  width: 100%;
}

.dgl-page .dl-cpt-points .dl-cpt-left {
  display: table-cell;
  width: 70%;
  color: #076EB2;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 19px;
  padding: 15px 13px 0;
}

.dgl-page .dl-cpt-points .dl-cpt-right {
  display: table-cell;
  width: 30%;
  color: #04CFA5;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 19px;
  padding: 15px 0px 0;
  text-align: right;
}

.dgl-page .dl-vimeo-ques .dl-progress {
  background-color: #E4E4E4;
  height: 12px;
  position: relative;
}

.dgl-page .dl-vimeo-ques .dl-progress .dl-progress-color {
  position: absolute;
  width: 20%;
  left: 0;
  height: 100%;
  background-color: #076EB2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.dgl-page .dl-vimeo-ques .dl-vimeo-title,
.dgl-page .dl-vimeo-ques .dl-ques-title {
  padding-bottom: 10px;
}

.dgl-page .dl-vimeo-ques .dl-vimeo-content,
.dgl-page .dl-vimeo-ques .dl-ques-content {
  padding-bottom: 21px;
}

.dgl-page .dl-vimeo-ques .dl-vimeo-content {
  max-width: 955px;
}

.dgl-page .dl-vimeo-ques .dl-ques-content .dl-ques-title {
  padding-bottom: 25px;
}

.dgl-page .dl-vimeo-table {
  display: table;
  width: 100%;
  margin-bottom: 24px;
}

.dgl-page .dl-vimeo-table .dl-vimeo-left {
  display: table-cell;
  width: calc(100% - 180px);
}

.dgl-page .dl-vimeo-table .dl-vimeo-left span,
.dgl-page .dl-vimeo-table .dl-vimeo-left a {
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 21px;
}

.dgl-page .dl-vimeo-table .dl-vimeo-left a {
  text-decoration: underline;
  color: #076EB2;
}

.dgl-page .dl-vimeo-table .dl-vimeo-left a:hover {
  text-decoration: none;
}

.dgl-page .dl-vimeo-table .dl-vimeo-left a:after {
  content: ",";
}

.dgl-page .dl-vimeo-table .dl-vimeo-left a:last-child:after {
  content: " ";
}

.dgl-page .dl-vimeo-table .dl-vimeo-right {
  display: table-cell;
  width: 180px;
  text-align: right;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 21px;
}

.dgl-page .dl-vimeo-wrap,
.dgl-page .dl-ques-wrap {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  padding: 38px 38px 20px;
}

.dgl-page .dl-vimeo-iframe {
  padding: 56.25% 0 0 0;
  position: relative;
}

.dgl-page .dl-vimeo-iframe .dl-vm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.dgl-page .dl-vimeo-ques-button {
  display: table;
  width: 100%;
  margin-top: 18px;
}

.dgl-page .dl-vimeo-ques-button.dl-qs-mt {
  margin-top: 60px;
}

.dgl-page .dl-vimeo-ques-button.dl-qs-mt .dl-vb-right a {
  margin-left: 15px;
}

.dgl-page .dl-vimeo-ques-button.dl-qs-mt .dl-vb-right a:first-child {
  margin-left: 0;
}

.dgl-page .dl-vimeo-ques-button .dl-vb-left {
  display: table-cell;
}

.dgl-page .dl-vimeo-ques-button .dl-vb-right {
  display: table-cell;
  text-align: right;
}

.dgl-page .dl-vimeo-ques-button .dl-vb-right p {
  display: none;
}

.dgl-page .dl-vimeo-ques-button .dl-disabled {
  opacity: 0.3;
  cursor: default;
}

.dgl-page .dl-vimeo-ques-button #edit-navigation-submit {
  text-transform: none !important;
  border-radius: 5px;
  padding: 8px 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
  display: inline-block;
  font-family: HelveticaNeueETW01-75Bd;
  background: #076EB2;
  border: solid 2px #076EB2;
  font-size: 1em;
  margin-left: 15px;
}

.dgl-page .dl-vimeo-ques-button #edit-navigation-submit:hover {
  background: #004767;
  border: solid 2px #004767;
}

.dgl-page .dl-vimeo-ques-button #edit-navigation-back {
  display: inline-block;
  border: solid 2px #fff;
  padding: 12px 22px;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
  text-transform: none !important;
  border-radius: 5px;
  padding: 8px 22px;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  border-color: #076EB2;
  color: #076EB2;
  background-color: transparent;
  margin-left: 15px;
}

.dgl-page .dl-vimeo-ques-button #edit-navigation-back:hover {
  color: #fff;
  background: #004767;
  border: solid 2px #004767;
}

.dgl-page .dl-vimeo-ques-button .form-actions {
  margin-top: auto !important;
  width: auto;
  float: none;
}

.dgl-page .dl-result-wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 70px 40px;
  text-align: center;
  margin-top: 40px;
}

.dgl-page .dl-result-wrap h1,
.dgl-page .dl-result-wrap .h1 {
  font-size: 2.1875em;
  line-height: 42px;
  margin-bottom: 12px;
}

.dgl-page .dl-result-wrap .dl-rw-text {
  max-width: 540px;
  margin: 0 auto;
}

.dgl-page .dl-result-wrap .dl-rw-text {
  font-size: 1.125em;
  letter-spacing: 0.02px;
  line-height: 26px;
}

.dgl-page .dl-what-we-do {
  padding: 39px 34px 25px 43px;
  background: #fff;
  border-radius: 10px;
}

.dgl-page .dl-what-we-do .dl-wwd-table {
  display: table;
  width: 100%;
}

.dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-left {
  display: table-cell;
  padding-right: 15px;
  width: calc(100% - 200px);
}

.dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-right {
  display: table-cell;
  width: 200px;
  text-align: right;
  vertical-align: bottom;
}

.dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-right .button, .dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-right .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-what-we-do .dl-wwd-table .dl-wwd-right .dl-content-btn {
  display: block;
  text-align: center;
}

.dgl-page .dl-ques-wrap {
  padding: 44px 51px 34px;
}

.dgl-page .dl-ques-wrap .dl-ques-title {
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 1em;
  letter-spacing: 0;
  line-height: 26px;
  padding-bottom: 18px;
}

.dgl-page .dl-ques-wrap.dl-result-dtl .dl-ques-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 5px;
}

.dgl-page .dl-ques-wrap.dl-result-dtl .dl-radio-check-wrap {
  margin-left: 0;
}

.dgl-page .dl-ques-wrap.dl-result-dtl .dl-radio-check-wrap li {
  padding: 10px 40px 10px 0;
}

.dgl-page .dl-ques-wrap.dl-result-dtl .dl-ques-title {
  padding-bottom: 0px;
}

.dgl-page .dl-radio-check-wrap {
  padding: 0;
  margin: 0 0 0 49px;
  max-width: 920px;
  list-style: none;
}

.dgl-page .dl-radio-check-wrap li {
  display: inline-block;
  width: calc(33.3333% - 5px);
  vertical-align: top;
  padding: 0 20px 20px;
  padding-left: 12px;
}

.dgl-page .dl-radio-check-wrap li label {
  display: block;
}

.dgl-page .dl-status-ques {
  text-align: right;
}

.dgl-page .dl-status-ques .dl-status-ok {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: #44A348 url(../images/digital-learning/check-mark.svg) center no-repeat;
  background-size: 11px 9px;
}

.dgl-page .dl-status-ques .dl-status-wrong {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  background: #EA4545 url(../images/digital-learning/close-icon.svg) center no-repeat;
  background-size: 10px 10px;
}

.dgl-page.pg-dashboard .dl-course-wrap.dl-home-pad {
  padding-top: 25px;
}

.dgl-page .attribute-filter-sec {
  padding-right: 18px;
}

.dgl-page .attribute-filter-sec .button, .dgl-page .attribute-filter-sec .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .attribute-filter-sec .dl-content-btn {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.dgl-page .attribute-filter-sec .attribute-filter {
  padding-bottom: 15px;
}

.dgl-page .attribute-filter-sec .attribute-filter .title {
  font-size: 20px;
  line-height: 40px;
  font-family: HelveticaNeueETW01-75Bd;
  padding-bottom: 15px;
  padding-top: 15px;
}

.dgl-page .attribute-filter-sec .attribute-filter input[type=checkbox] + label {
  font-size: 14px;
  color: #000;
}

.dgl-page .attribute-filter-sec .attribute-filter input[type=checkbox] + label:before {
  border: solid 2px #076EB2;
  border-radius: 0px;
  width: 16px;
  height: 16px;
}

.dgl-page .attribute-filter-sec .attribute-filter input[type="checkbox"]:not(old):checked + label:after {
  background: #076EB2;
  width: 8px;
  height: 8px;
  border-radius: 0px;
  left: 4px;
  top: 4px;
}

.dgl-page .listing-sec .item {
  position: relative;
}

.dgl-page .listing-sec .item .img-box {
  margin-bottom: 15px;
}

.dgl-page .listing-sec .item .img-box:before {
  display: none;
}

.dgl-page .listing-sec .item .img-box img {
  border-radius: 10px;
}

.dgl-page .listing-sec .item .img-box .tag {
  padding: 7px 25px;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: none;
  font-size: 14px;
  border-radius: 0 5px 5px 0;
}

.dgl-page .listing-sec .item .img-box .tag.information {
  background: #076EB2;
}

.dgl-page .listing-sec .item .img-box .img-b {
  display: block;
}

.dgl-page .listing-sec .item .img-box .img-b:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dgl-page .listing-sec .item .img-box .img-b:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
          transform: scale(2);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dgl-page .listing-sec .item .manufacturer-name {
  font-size: 12px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #000;
  opacity: 0.35;
}

.dgl-page .listing-sec .item .name {
  font-size: 18px;
  line-height: 23px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  min-height: auto;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 0px;
}

.dgl-page .listing-sec .item .name:hover {
  color: #000;
}

.dgl-page .listing-sec .item .info {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  background: #fff;
  padding: 13px;
  border-radius: 10px;
  width: calc(100% - 60px);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.dgl-page .listing-sec .item .info p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}

.dgl-page .listing-sec .item .attribute-block {
  border: 0px;
  min-height: auto;
  padding: 0px;
  margin: 0px;
}

.dgl-page .listing-sec .item .attribute-block p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #000;
  opacity: 1;
}

.dgl-page .listing-sec .item .flag-wrapper {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
}

.dgl-page .listing-sec .item .flag-wrapper .flag {
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/add-bookmark.svg") no-repeat;
  background-size: cover;
  text-indent: -99999px;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 10;
}

.dgl-page .listing-sec .item .flag-wrapper .flag.unflag-action {
  background: url("../images/remove-bookmark.svg") no-repeat;
  background-size: cover;
}

.dgl-page .listing-sec .item .flag-wrapper .flag-message {
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  width: auto;
  top: -36px;
  right: 0px;
  left: auto;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.dgl-page .listing-sec .item .info-icon {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 13px;
  width: 29px;
  height: 29px;
  background: url("../images/info.svg") no-repeat;
  background-size: cover;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}

.dgl-page .listing-sec .pager li a {
  border: 0px;
}

.dgl-page .pager {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 0px 10px;
}

.dgl-page .pager li {
  margin: 0px;
  border: solid 2px #076EB2;
  border-radius: 4px;
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
  text-align: center;
  padding: 0px;
}

.dgl-page .pager li.pager-current {
  border: solid 2px #076EB2;
  padding: 1px 10px;
  background: #076EB2;
  color: #fff;
}

.dgl-page .pager li a {
  padding: 1px 10px;
  display: block;
  color: #076EB2;
}

.dgl-page .pager li a:hover {
  background: #076EB2;
  color: #fff;
}

.dgl-page .pager li.pager-next a {
  font-size: 0px;
  line-height: 18px;
}

.dgl-page .pager li.pager-next a:before {
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 25px;
  position: relative;
  top: 4px;
}

.dgl-page .pager li.pager-previous a {
  font-size: 0px;
  line-height: 18px;
}

.dgl-page .pager li.pager-previous a:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 25px;
  position: relative;
  top: 4px;
}

.dgl-page .pager li.pager-last {
  font-size: 12px;
}

.dgl-page .pager li.pager-first {
  font-size: 12px;
}

.dgl-page .pager li.pager-all {
  font-size: 12px;
}

.dgl-page .cse-top-links .view-shortlist.button, .dgl-page .cse-top-links .dl-course-wrap.dl-home-pad .dl-course-box p .view-shortlist.dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .cse-top-links .view-shortlist.dl-content-btn {
  float: right;
  position: relative;
  padding-left: 55px;
}

.dgl-page .cse-top-links .view-shortlist.button:before, .dgl-page .cse-top-links .dl-course-wrap.dl-home-pad .dl-course-box p .view-shortlist.dl-content-btn:before, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .cse-top-links .view-shortlist.dl-content-btn:before {
  content: '';
  background: url("../images/add-bookmark-w.svg") no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: 20px;
  background-size: cover;
}

.dgl-page .cse-toolbar-sec {
  float: right;
}

.dgl-page .cse-top-links .back-link {
  font-size: 16px;
  color: #076EB2;
}

.dgl-page .cse-top-links .back-link:before {
  font-family: 'FontAwesome';
  content: "\f104";
  font-size: 20px;
  position: relative;
  padding-right: 10px;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dgl-page .cse-top-links .back-link:hover {
  color: #000;
}

.dgl-page .cse-top-links .back-link:hover:before {
  left: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.dgl-page .listing-sec {
  margin-top: 20px;
}

.dgl-page .listing-sec .toolbar .product-search {
  float: left;
  width: calc(100% - 400px);
}

.dgl-page .listing-sec .toolbar .product-search .input {
  height: 50px;
  line-height: 48px;
  padding: 0px 15px 0 55px;
}

.dgl-page .listing-sec .toolbar .product-search .submit {
  background: url("../images/Search-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
  left: 16px;
  top: 14px;
}

.dgl-page .listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle {
  border: 0px;
  height: 50px;
  line-height: 50px;
  text-transform: none;
  font-size: 14px;
  color: #000 !important;
  background-color: #eee !important;
  padding: 0 40px 0px 20px;
  border-radius: 5px;
}

.dgl-page .listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle .bs-caret .caret:before {
  right: 10px;
  font-size: 25px;
  color: #000 !important;
}

.dgl-page .listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle .filter-option {
  color: #000 !important;
}

.dgl-page .listing-sec .toolbar .sorting .bootstrap-select.btn-group .dropdown-menu {
  background-color: #eee !important;
}

.dgl-page .listing-sec .toolbar .sorting .bootstrap-select.btn-group .dropdown-menu li a {
  text-transform: none;
  font-size: 14px;
  color: #000 !important;
}

.dgl-page .product-details-sec {
  width: 100%;
  float: left;
}

.dgl-page .product-details-sec .action .button, .dgl-page .product-details-sec .action .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .product-details-sec .action .dl-content-btn {
  margin-right: 10px;
}

.dgl-page .product-details-sec .action .button:last-child, .dgl-page .product-details-sec .action .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:last-child, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .product-details-sec .action .dl-content-btn:last-child {
  margin-right: 0px;
}

.dgl-page .product-details-sec h2 {
  font-size: 20px;
  line-height: 40px;
  color: #000;
  text-transform: none;
}

.dgl-page .product-details-sec h1 {
  font-size: 28px;
  color: #076EB2;
  margin-bottom: 10px;
}

.dgl-page .product-details-sec .attribute-block {
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}

.dgl-page .product-details-sec .attribute-block ul {
  padding: 0px;
  list-style: none;
}

.dgl-page .product-details-sec .attribute-block ul li .flag {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #076EB2;
  text-decoration: underline;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  padding-top: 20px;
}

.dgl-page .product-details-sec .attribute-block ul li .flag:before {
  content: '';
  background: url(../images/add-bookmark.svg) no-repeat;
  width: 28px;
  height: 28px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
}

.dgl-page .product-details-sec .attribute-block ul li .flag.unflag-action:before {
  background: url(../images/remove-bookmark.svg) no-repeat;
}

.dgl-page .product-details-sec .attribute-block ul li .flag:hover {
  text-decoration: none;
}

.dgl-page .product-details-sec .attribute-block ul li .flag-message {
  display: none !important;
}

.dgl-page .product-details-sec .field-item {
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #000;
  opacity: 0.35;
}

.dgl-page .product-details-sec .manu-name {
  font-family: HelveticaNeueETW01-75Bd;
  color: #000;
  opacity: 0.35;
  margin: 0px;
}

.dgl-page .cse-product-detail-page .cse-top-links {
  width: 100%;
  float: left;
  padding-bottom: 70px;
}

.dgl-page table {
  width: 100% !important;
  border: solid 2px #076EB2;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  border-collapse: inherit;
  border-left: 0px !important;
  margin-bottom: 40px !important;
  border-top: 0px !important;
}

.dgl-page table th {
  background: #076EB2 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: HelveticaNeueETW01-75Bd !important;
  color: #fff !important;
  text-align: center !important;
  border: 0px !important;
  padding: 10px 10px !important;
}

.dgl-page table th:first-child {
  border-radius: 8px 0px 0px 0px;
}

.dgl-page table th:last-child {
  border-radius: 0px 5px 0px 0px;
}

.dgl-page table th p {
  background: #076EB2 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  font-family: HelveticaNeueETW01-75Bd !important;
  color: #fff !important;
}

.dgl-page table tr {
  background: transparent !important;
}

.dgl-page table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}

.dgl-page table td {
  border-top: solid 2px #076EB2;
  padding: 13px 10px !important;
  border-left: solid 2px #076EB2;
  border-right: 0px !important;
  border-bottom: 0 !important;
}

.dgl-page table.sticky-header {
  width: auto !important;
  top: 80px !important;
}

.dgl-page .product-slider {
  width: 100%;
  float: left;
}

.dgl-page .product-slider .slider-nav-thumbnails.slick-slider .slick-slide.slick-current img {
  border: solid 2px #076EB2;
}

.dgl-page .zoom-cse-btn.slick .slick-slide:before {
  width: 41px;
  height: 35px;
  background-size: 66%;
}

.dgl-page .manufacturer-details {
  border: 0px;
  margin-top: 25px;
}

.dgl-page .manufacturer-details td {
  border-left: 0px !important;
  border-right: 0px !important;
  border-bottom: solid 1px #000 !important;
  font-size: 14px;
  border-top: 0px !important;
  text-align: left;
  padding: 5px 10px !important;
  border-radius: 0px !important;
}

.dgl-page .manufacturer-details td:nth-child(2n+1) {
  width: 44%;
  font-family: HelveticaNeueETW01-55Rg;
  padding-left: 0px !important;
}

.dgl-page .white-full-width {
  background: #fff;
}

.dgl-page .product-details-sec .product-desc-show ul {
  list-style: none;
  padding-left: 0px;
  margin: 15px 0px;
}

.dgl-page .product-details-sec .product-desc-show ul li {
  list-style: none;
  margin-bottom: 0px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.dgl-page .product-details-sec .product-desc-show ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 12px;
  border: solid 2px #076EB2;
}

.dgl-page .product-details-sec .product-desc-show ol {
  padding-left: 18px;
  margin: 15px 0px;
}

.dgl-page .product-details-sec .product-desc-show ol li {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
}

.dgl-page .intro ul {
  list-style: none;
  padding-left: 0px;
  margin: 15px 0px;
}

.dgl-page .intro ul li {
  list-style: none;
  margin-bottom: 0px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.dgl-page .intro ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 12px;
  border: solid 2px #076EB2;
}

.dgl-page .intro ol {
  padding-left: 18px;
  margin: 15px 0px;
}

.dgl-page .intro ol li {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
}

.dgl-page .info-tab-sec .tab-pane ul {
  list-style: none;
  padding-left: 0px;
  margin: 15px 0px;
}

.dgl-page .info-tab-sec .tab-pane ul li {
  list-style: none;
  margin-bottom: 0px;
  padding: 5px 0px 5px 0px;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}

.dgl-page .info-tab-sec .tab-pane ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 12px;
  border: solid 2px #076EB2;
}

.dgl-page .info-tab-sec .tab-pane ol {
  padding-left: 18px;
  margin: 15px 0px;
}

.dgl-page .info-tab-sec .tab-pane ol li {
  padding: 5px 0px 5px 0px;
  font-size: 14px;
}

.dgl-page .product-history .even td {
  background: transparent;
}

/*Popup */
.digital-learning-popup {
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}

.digital-learning-popup.dl-popup-fail .modal-content {
  border-color: #f05a5c;
}

.digital-learning-popup .dl-fr {
  float: right;
}

.digital-learning-popup .modal-content {
  border: 0;
  border-radius: 0;
  border-top: 10px solid #076EB2;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.digital-learning-popup .modal-body {
  padding: 80px 100px;
}

.digital-learning-popup .modal-body .overview-form .form-item {
  padding-top: 20px;
}

.digital-learning-popup .modal-body .overview-form .form-item input {
  border: solid 1px #076EB2;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}

.digital-learning-popup .modal-body .overview-form .form-item textarea {
  border: solid 1px #076EB2;
  padding: 10px;
  width: 100%;
  resize: none;
  border-radius: 5px;
}

.digital-learning-popup .modal-body .overview-form .form-item label {
  font-size: 14px;
}

.digital-learning-popup .modal-body .overview-form .form-actions {
  float: none;
}

.digital-learning-popup .modal-body .overview-form .button-primary {
  text-transform: none !important;
  border-radius: 5px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
  background: #076EB2;
  border: solid 2px #076EB2;
  font-size: 1em;
}

.digital-learning-popup .modal-body .overview-form .button-primary:hover {
  background: #004767;
  border: solid 2px #004767;
}

.digital-learning-popup .close {
  width: 26px;
  height: 26px;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 20px;
  opacity: 1;
  z-index: 1;
}

.digital-learning-popup .close:before, .digital-learning-popup .close:after {
  content: "";
  width: 70%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
          transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.digital-learning-popup .close:after {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
          transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.digital-learning-popup .button, .digital-learning-popup .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .digital-learning-popup .dl-content-btn {
  text-transform: none !important;
  border-radius: 5px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
}

.digital-learning-popup .button.blue, .digital-learning-popup .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .digital-learning-popup .dl-content-btn {
  background: #076EB2;
  border: solid 2px #076EB2;
  font-size: 1em;
}

.digital-learning-popup .button.blue:hover, .digital-learning-popup .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:hover, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .digital-learning-popup .dl-content-btn:hover {
  background: #004767;
  border: solid 2px #004767;
}

.digital-learning-popup .dl-link-btn {
  text-decoration: underline;
  color: #076EB2;
}

.digital-learning-popup .dl-link-btn:hover {
  text-decoration: none;
}

.digital-learning-popup .dl-outline {
  border-color: #076EB2;
  color: #076EB2;
}

.digital-learning-popup .dl-outline:hover {
  color: #fff;
  background-color: #076EB2;
}

.digital-learning-popup .dl-popup-title {
  font-size: 2.25em;
  font-family: HelveticaNeueETW01-75Bd;
  padding-bottom: 10px;
  letter-spacing: 0;
  line-height: 46px;
}

.digital-learning-popup .dl-popup-content {
  max-width: 628px;
  min-height: 190px;
  padding-bottom: 20px;
}

.digital-learning-popup .dl-popup-content p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

.digital-learning-popup .modal-lg {
  max-width: 970px !important;
  width: 95%;
}

.digital-learning-popup .dl-popup-button a {
  margin: 3px 7px;
}

.digital-learning-popup .dl-popup-button a:first-child {
  margin-left: 0;
}

.digital-learning-popup .dl-popup-button a:last-child {
  margin-right: 0;
}

/*Tab to accordion*/
.info-tab-sec .resp-tabs-list {
  margin: 0px;
  padding: 0px;
}

.info-tab-sec .resp-tabs-list li {
  font-size: 16px;
  display: inline-block;
  /* padding: 4px 20px;
    margin: 0 5px 0 0;
    line-height: 40px;*/
  list-style: none;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  color: #003b5a;
  /*    border: 3px solid $tab-border;*/
  font-family: HelveticaNeueETW01-75Bd;
}

.info-tab-sec .resp-tabs-list li a {
  font-size: 16px;
  display: inline-block;
  padding: 4px 20px;
  margin: 0 5px 0 0;
  line-height: 40px;
  list-style: none;
  cursor: pointer;
  float: left;
  text-transform: uppercase;
  color: #003b5a;
  border: 3px solid #B1B1B1;
  font-family: HelveticaNeueETW01-75Bd;
  display: block;
}

.info-tab-sec .resp-tabs-list li.resp-tab-active {
  /*	border: 3px solid $extra-light-grey2 !important;*/
  border-bottom: none;
  margin-bottom: -1px !important;
  /*	background: $extra-light-grey2;*/
  color: #076EB2;
}

.info-tab-sec .resp-tabs-list li.resp-tab-active a {
  border: 3px solid #f7f7f7 !important;
  border-bottom: none;
  /*margin-bottom: -1px !important;*/
  background: #f7f7f7;
  color: #076EB2;
}

.info-tab-sec .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

.info-tab-sec .resp-tabs-container .resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.info-tab-sec .resp-tabs-container .resp-tab-content {
  display: none;
  padding: 20px 40px 40px;
  background: #f7f7f7;
}

.info-tab-sec .resp-tabs-container .resp-tab-content.resp-content-active {
  display: block;
}

.resp-easy-accordion .resp-accordion {
  display: block;
}

.resp-tab-content-active {
  display: block;
}

/*Tab to accordion*/
.node-type-cms-page .sa_campaign_wrap .content-wrap {
  padding-top: 60px;
}

.sa_campaign_wrap .dgl-page {
  background: none;
}

.sa_campaign_wrap .dgl-page .cse-top-links a {
  margin-bottom: 30px;
}

.modal {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 9999;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-first {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .digital-learning-popup .button, .digital-learning-popup .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .digital-learning-popup .dl-content-btn {
    padding: 5px 15px;
    font-size: 0.875em;
  }
  .digital-learning-popup .modal-body {
    padding: 50px 30px;
  }
  .digital-learning-popup .dl-popup-button a {
    margin: 0 3px;
  }
  .digital-learning-popup .close {
    right: 20px;
    top: 20px;
  }
  .dgl-page .button, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn {
    padding: 5px 15px;
    font-size: 0.875em;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-title {
    width: calc(100% - 310px);
    font-size: 0.8375em;
    line-height: 16px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-attempt {
    font-size: 0.8375em;
    line-height: 16px;
    width: 110px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-ans {
    width: 90px;
    font-size: 0.775em;
    line-height: 15px;
  }
  .dgl-page .dl-main-title .h1,
  .dgl-page .dl-main-title h1 {
    font-size: 1.875em;
    line-height: 36px;
  }
  .dgl-page .dl-questions {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dgl-page .dl-single-relevant {
    padding: 20px 25px;
  }
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-first {
    padding-left: 0;
    padding-right: 30px;
  }
  .dgl-page .dl-radio-check-wrap {
    margin: 0;
  }
  .dgl-page .dl-radio-check-wrap li {
    width: calc(50% - 5px);
  }
  .dgl-page .dl-vimeo-ques-button.dl-qs-mt {
    margin-top: 30px;
  }
  .dgl-page .attribute-filter-sec .attribute-filter {
    display: none;
  }
  .dgl-page .listing-sec .toolbar .filter-menu {
    display: inline-block;
    position: relative;
    font-size: 0px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    top: 13px;
  }
  .dgl-page .listing-sec .toolbar .filter-menu:after {
    content: "\f00a";
    font-family: 'FontAwesome';
    font-size: 18px;
    display: block !important;
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 18px;
    top: 0px;
    right: 0px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .dgl-page .dl-single-test-wrap .dl-stw-title {
    width: calc(100% - 310px);
    font-size: 0.8375em;
    line-height: 16px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-attempt {
    font-size: 0.8375em;
    line-height: 16px;
    width: 110px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-ans {
    width: 90px;
    font-size: 0.775em;
    line-height: 15px;
  }
  .dgl-page .dl-radio-check-wrap {
    margin: 0;
  }
  .dgl-page .dl-radio-check-wrap li {
    width: calc(50% - 5px);
  }
  .dgl-page .dl-ques-wrap {
    padding: 30px 31px 20px;
  }
}

@media (max-width: 767px) {
  .dgl-page .listing-sec {
    margin-top: 0px;
  }
  .dgl-page .listing-sec .toolbar .product-search {
    width: 100%;
  }
  .dgl-page .listing-sec .toolbar .filter-menu {
    position: relative;
    font-size: 0px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    top: 20px;
  }
  .dgl-page .listing-sec .toolbar .filter-menu:after {
    content: "\f00a";
    font-family: 'FontAwesome';
    font-size: 18px;
    display: block !important;
    width: 20px;
    height: 20px;
    position: absolute;
    line-height: 18px;
    top: 0px;
    right: 0px;
  }
  .dgl-page .listing-sec .pager li {
    float: none;
    margin: 0 1px !important;
  }
  .dgl-page .cse-top-links .view-shortlist.button, .dgl-page .cse-top-links .dl-course-wrap.dl-home-pad .dl-course-box p .view-shortlist.dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .cse-top-links .view-shortlist.dl-content-btn {
    width: 100%;
    text-align: center;
    padding-left: 22px;
  }
  .dgl-page .cse-top-links .back-link {
    display: inline-block;
    margin-bottom: 20px;
  }
  .dgl-page .product-details-sec .action .button, .dgl-page .product-details-sec .action .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .product-details-sec .action .dl-content-btn {
    margin-right: 5px;
  }
  .dgl-page .product-details-sec .action .button:last-child, .dgl-page .product-details-sec .action .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn:last-child, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .product-details-sec .action .dl-content-btn:last-child {
    margin-right: 0px;
  }
}

@media (max-width: 639px) {
  .dgl-page .dl-single-test-wrap.dl-disabled-2:hover {
    background-color: #F4F5F9;
  }
  .dgl-page .dl-single-test-wrap {
    display: block;
    background-color: #F4F5F9;
    padding: 15px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-tcell {
    display: block;
    width: 100%;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-title {
    width: 100%;
    font-size: 0.8375em;
    line-height: 16px;
    padding-bottom: 10px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-attempt {
    font-size: 0.8375em;
    line-height: 16px;
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
  }
  .dgl-page .dl-single-test-wrap .dl-stw-ans {
    width: 100%;
    font-size: 0.775em;
    line-height: 15px;
    text-align: left;
    padding-bottom: 10px;
  }
  .dgl-page .dl-single-test-wrap .dl-result-icon {
    margin: 0;
  }
  .dgl-page .dl-questions {
    padding: 25px 15px 18px;
  }
  .dgl-page .dl-ques-wrap {
    padding: 20px 15px 15px;
  }
  .dgl-page .dl-radio-check-wrap {
    margin: 0;
  }
  .dgl-page .dl-radio-check-wrap li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .digital-learning-popup .dl-popup-title {
    font-size: 1.75em;
    line-height: 38px;
  }
  .digital-learning-popup .dl-popup-content {
    text-align: center;
    padding-top: 25px;
    margin-bottom: 15px;
  }
  .digital-learning-popup .button, .digital-learning-popup .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .digital-learning-popup .dl-content-btn {
    padding: 3px 10px;
    font-size: 0.8125em;
  }
  .digital-learning-popup .button.blue, .digital-learning-popup .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .digital-learning-popup .dl-content-btn {
    font-size: 0.8125em;
  }
  .digital-learning-popup .modal-body {
    padding: 30px;
  }
  .digital-learning-popup .close {
    right: 10px;
    top: 10px;
  }
  .digital-learning-popup .dl-popup-button {
    text-align: center;
  }
  .digital-learning-popup .dl-popup-button a {
    margin: 5px;
  }
  .digital-learning-popup .dl-popup-button .dl-fr {
    float: none;
  }
  .dgl-page h2 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .dgl-page .dl-count-text {
    font-size: 1em;
  }
  .dgl-page .button, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn {
    padding: 3px 10px;
    font-size: 0.8125em;
  }
  .dgl-page .button.blue, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn {
    font-size: 0.8125em;
  }
  .dgl-page .dl-sub-title {
    font-size: 1.5em;
    line-height: 30px;
  }
  .dgl-page .dl-main-title {
    display: block;
    margin-bottom: 10px;
  }
  .dgl-page .dl-main-title .h1,
  .dgl-page .dl-main-title h1 {
    font-size: 1.5em;
    line-height: 30px;
    text-align: center;
  }
  .dgl-page .dl-main-title .dl-main-left {
    width: 100%;
    display: block;
  }
  .dgl-page .dl-main-title .dl-main-right {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 10px;
  }
  .dgl-page .dl-relatated-links {
    padding-top: 40px;
  }
  .dgl-page .dl-sub-title.dl-small-title {
    font-size: 1.25em;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .dgl-page .dl-single-relevant {
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    margin: 10px 0;
  }
  .dgl-page .dl-cpt-points {
    display: block;
  }
  .dgl-page .dl-cpt-points .dl-cpt-left {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .dgl-page .dl-cpt-points .dl-cpt-right {
    text-align: left;
    width: 100%;
  }
  .dgl-page .dl-banner {
    padding-bottom: 50px;
  }
  .dgl-page .dl-banner-text {
    text-align: center;
    color: #fff;
  }
  .dgl-page .dl-banner-text h1 {
    line-height: 32px;
  }
  .dgl-page .dl-how-it-work,
  .dgl-page .dl-count-wrapper {
    max-width: inherit;
  }
  .dgl-page .dl-count-single-wrapper {
    max-width: inherit;
    margin: 0 0 20px;
  }
  .dgl-page .dl-hw-work-wrap .table-row {
    display: block;
  }
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell {
    display: block;
    width: 100%;
  }
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-first {
    width: 100%;
    padding-left: 0;
  }
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-second {
    width: 100%;
  }
  .dgl-page .dl-blue-bar {
    padding: 25px 15px;
    margin-top: 40px;
  }
  .dgl-page .dl-blue-bar .dl-blue-text {
    padding-left: 65px;
  }
  .dgl-page .dl-hw-work-wrap {
    padding-top: 40px;
  }
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-second {
    padding-left: 0;
  }
  .dgl-page .dl-hw-work-wrap .table-row .dl-tcell.dl-second {
    padding-left: 0;
    margin-top: 30px;
  }
  .dgl-page .dl-count-single-wrapper .dl-number {
    font-size: 2.5em;
    line-height: 40px;
    width: 75px;
  }
  .dgl-page .dl-available-courses {
    padding-top: 40px;
  }
  .dgl-page .dl-course-wrap {
    padding: 25px;
  }
  .dgl-page .dl-course-wrap.dl-home-pad {
    padding-top: 25px;
  }
  .dgl-page .dl-course-btn {
    display: block;
  }
  .dgl-page .dl-course-btn .dl-points-avbl,
  .dgl-page .dl-course-btn .dl-button-wrap {
    display: block;
    width: 100%;
  }
  .dgl-page .dl-course-btn .dl-button-wrap {
    text-align: left;
    padding-top: 15px;
  }
  .dgl-page .dl-vimeo-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .dgl-page .dl-vimeo-table {
    display: block;
  }
  .dgl-page .dl-vimeo-table .dl-vimeo-left {
    display: block;
    width: 100%;
  }
  .dgl-page .dl-vimeo-table .dl-vimeo-right {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 10px;
  }
  .dgl-page .dl-vimeo-ques-button {
    display: block;
    text-align: center;
  }
  .dgl-page .dl-vimeo-ques-button .dl-vb-left {
    display: block;
    width: 100%;
  }
  .dgl-page .dl-vimeo-ques-button .dl-vb-right {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  .dgl-page .dl-result-wrap h1,
  .dgl-page .dl-result-wrap .h1 {
    font-size: 1.75em;
    line-height: 34px;
  }
  .dgl-page .dl-what-we-do {
    padding: 30px 25px 20px 35px;
  }
  .dgl-page .dl-what-we-do .dl-wwd-table {
    display: table;
    width: 100%;
  }
  .dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-left {
    display: block;
    width: 100%;
    padding: 0;
  }
  .dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-right {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-right .button, .dgl-page .dl-what-we-do .dl-wwd-table .dl-wwd-right .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-what-we-do .dl-wwd-table .dl-wwd-right .dl-content-btn {
    display: inline-block;
  }
  .dgl-page .dl-vimeo-ques-button.dl-qs-mt {
    margin-top: 10px;
  }
  .dgl-page .dl-vimeo-ques-button.dl-qs-mt .dl-vb-right a {
    margin: 7px;
  }
  .dgl-page .dl-ques-wrap .dl-ques-title {
    font-size: 0.9375em;
    padding-bottom: 15px;
  }
  .dgl-page .dl-ques-wrap.dl-result-dtl .dl-radio-check-wrap li {
    padding-right: 10px;
  }
  .dgl-page .dl-vimeo-table .dl-vimeo-left span,
  .dgl-page .dl-vimeo-table .dl-vimeo-left a {
    font-size: 0.875em;
  }
  .dgl-page .dl-vimeo-table .dl-vimeo-right {
    font-size: 0.875em;
  }
  .dgl-page .dl-available-courses.dl-avl-crs .dl-main-title {
    margin-bottom: 20px;
  }
  .dgl-page .dl-available-courses .dl-main-title {
    margin-bottom: 20px;
  }
  .dgl-page .dl-relatated-links h2 {
    font-size: 1.25em;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .dgl-page .dl-relatated-links .col-sm-6:nth-child(odd) .dl-single-relevant {
    margin-right: 0px;
  }
  .dgl-page .dl-relatated-links .col-sm-6:nth-child(even) .dl-single-relevant {
    margin-left: 0px;
  }
  .dgl-page .dl-how-it-work h2 {
    font-size: 1.6em;
  }
  .dgl-page .dl-content .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content-btn {
    font-size: 13px !important;
    float: none;
  }
  .dgl-page .info-tab-sec ul.resp-tabs-list {
    display: none;
  }
  .dgl-page .info-tab-sec .resp-accordion {
    display: block;
    font-size: 16px;
    padding: 5px 15px;
    margin: 0 0 5px;
    line-height: 40px;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #003b5a;
    border: 2px solid #B1B1B1;
    font-family: HelveticaNeueETW01-75Bd;
    text-align: left;
  }
  .dgl-page .info-tab-sec .resp-accordion .resp-arrow {
    float: right;
  }
  .dgl-page .info-tab-sec .resp-accordion .resp-arrow:before {
    font-family: 'FontAwesome';
    content: "\f067";
  }
  .dgl-page .info-tab-sec .resp-accordion.resp-tab-active {
    color: #076EB2;
  }
  .dgl-page .info-tab-sec .resp-accordion.resp-tab-active .resp-arrow:before {
    font-family: 'FontAwesome';
    content: "\f068";
  }
  .dgl-page .info-tab-sec .resp-accordion-active {
    display: block;
  }
  .dgl-page .info-tab-sec .resp-tab-content {
    padding: 20px;
  }
  .dgl-page .cse-product-detail-page .cse-top-links {
    padding-bottom: 30px;
  }
  .dgl-page .manufacturer-details td {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .dgl-page .manufacturer-details td:nth-child(2n+1) {
    width: 100%;
  }
  .dgl-page table th {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

.dgl-page .listing-sec .item .info-icon {
  background-size: 100% !important;
}

.dgl-page .listing-sec .item .product-edit-link a {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 50px;
  width: 29px;
  height: 29px;
  background: url(../images/edit-link.svg) no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}

.dgl-page .listing-sec .item .product-edit-link a:hover {
  background: url(../images/edit-link-hover.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 991px) {
  .dgl-page .listing-sec .item .product-edit-link {
    display: none;
  }
}

.dgl-page .view-id-citvsb_product_list .listing-sec .item .img-box {
  position: relative;
}

.dgl-page .view-id-citvsb_product_list .listing-sec .item .product-edit-link a {
  right: 13px;
  z-index: 100;
}

.dgl-page .view-id-citvsb_product_list .listing-sec .attribute-filter-sec .filter-wrapper .filter-options-in .facetapi-facetapi-ajax-checkboxes {
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 991px) {
  .dgl-page .view-id-citvsb_product_list .listing-sec .attribute-filter-sec .filter-wrapper .filter-options-in .facetapi-facetapi-ajax-checkboxes {
    max-height: initial;
  }
}

.dgl-page .listing-sec .item .product-edit-link a {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  right: 50px;
  width: 29px;
  height: 29px;
  background: url(../images/edit-link.svg) no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}

.dgl-page .listing-sec .item .product-edit-link a:hover {
  background: url(../images/edit-link-hover.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 991px) {
  .dgl-page .listing-sec .item .product-edit-link {
    display: none;
  }
}

.dglProduct__title {
  position: relative;
  padding-right: 35px;
}

.dglProduct__title .catalogue-product-edit {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0px;
  width: 29px;
  height: 29px;
  background: url(../images/edit-link.svg) no-repeat;
  background-size: 100%;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
}

.dglProduct__title .catalogue-product-edit:hover {
  background: url(../images/edit-link-hover.svg) no-repeat;
  background-size: 100%;
}

@media (max-width: 991px) {
  .dglProduct__title {
    padding-right: 0px;
  }
  .dglProduct__title .catalogue-product-edit {
    display: none;
  }
}

.fam-barrier.dgl-page {
  overflow: hidden;
}

.domain-fam-extranet .nicescroll-rails {
  margin-top: -29px;
}

/****** Video Transcript Update************/
.video-transcript .mCSB_scrollTools {
  opacity: 1;
  width: 7px;
}

.video-transcript .mCSB_scrollTools .mCSB_draggerRail {
  background-color: white;
}

.video-transcript .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #076EB2 !important;
  opacity: 1 !important;
  width: 7px;
}

.cse-product-popup .video-transcript, .full-page-video .video-transcript {
  margin-top: 15px;
  text-align: left;
}

.cse-product-popup .video-transcript .nice-scroll, .full-page-video .video-transcript .nice-scroll {
  height: 150px;
  display: none;
  padding: 10px 10px 10px 30px;
  margin-top: 30px;
}

.cse-product-popup .video-transcript .nice-scroll p, .full-page-video .video-transcript .nice-scroll p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.cse-product-popup .video-transcript .video-transcript-button, .full-page-video .video-transcript .video-transcript-button {
  border: 0;
  padding: 0;
  color: #076EB2;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: HelveticaNeueETW01-75Bd;
}

.cse-product-popup .video-transcript .video-transcript-button span, .full-page-video .video-transcript .video-transcript-button span {
  display: inline-block;
  padding: 2px 5px;
  text-decoration: underline;
}

.cse-product-popup .video-transcript .video-transcript-button em, .full-page-video .video-transcript .video-transcript-button em {
  margin-left: 5px;
}

.cse-product-popup .video-transcript .video-transcript-button:hover span, .full-page-video .video-transcript .video-transcript-button:hover span {
  background-color: #076EB2;
  color: white;
}

.cse-product-popup .video-transcript.transcript-open, .full-page-video .video-transcript.transcript-open {
  margin-bottom: 20px;
}

.cse-product-popup .video-transcript.transcript-open .fa:before, .full-page-video .video-transcript.transcript-open .fa:before {
  content: "\f106";
}

.cse-product-popup .video-transcript.transcript-open .nice-scroll, .full-page-video .video-transcript.transcript-open .nice-scroll {
  display: block;
}

.cse-product-popup .video-transcript.transcript-open:after, .full-page-video .video-transcript.transcript-open:after {
  bottom: -10px;
}

@media (min-width: 1200px) {
  .cse-product-popup .modal-lg, .full-page-video .modal-lg {
    width: 900px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cse-product-popup .video-transcript .nice-scroll, .full-page-video .video-transcript .nice-scroll {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .cse-product-popup .video-transcript, .full-page-video .video-transcript {
    padding: 15px 0px 0;
    margin-top: 0;
  }
  .cse-product-popup .video-transcript .nice-scroll, .full-page-video .video-transcript .nice-scroll {
    margin-top: 10px;
    padding-left: 0;
    height: 250px;
  }
}

.full-page-video .video-transcript {
  margin-top: 20px;
  padding: 0;
}

@media (max-width: 767px) {
  .full-page-video .video-transcript .nice-scroll {
    height: 250px;
    padding-right: 0;
  }
  .full-page-video .video-transcript.transcript-open:after {
    right: 0;
  }
}

.full-page-video .video-transcript.transcript-open .nice-scroll {
  margin-top: 0;
  cursor: default;
}

.full-page-video .fa {
  font: normal normal normal 14px/1 FontAwesome;
}

.full-page-video .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.full-page-video .embed-container iframe, .full-page-video .embed-container object, .full-page-video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-page-video .modal-transcript {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.full-page-video .modal-transcript a {
  text-transform: none !important;
  border-radius: 5px;
  padding: 8px 22px;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  border: solid 2px #076EB2;
  color: #076EB2;
  margin-top: 20px;
  display: inline-block;
}

.full-page-video .modal-transcript a:hover {
  background: #076EB2;
  color: #fff;
}

div.sa_campaign_wrap .campaign-listing-wrap.campaign-assets-items:after {
  z-index: -1;
}

div.sa_campaign_wrap .campaign-listing-wrap.campaign-assets-items ul {
  z-index: inherit;
}

div.sa_campaign_wrap .campaign-listing-wrap.campaign-assets-items ul:before, div.sa_campaign_wrap .campaign-listing-wrap.campaign-assets-items ul:after {
  content: "";
  background: #076eb2;
  position: absolute;
  width: 200%;
  top: 0;
  height: 73px;
  z-index: 0;
  right: -200%;
}

div.sa_campaign_wrap .campaign-listing-wrap.campaign-assets-items ul:before {
  left: -200%;
}

div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-name {
  width: 32%;
}

div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-resource {
  width: 20%;
}

div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-type {
  width: 15%;
}

div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-size {
  width: 15%;
}

div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-preview {
  text-align: center;
  width: 8%;
}

@media (max-width: 767px) {
  div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-preview {
    display: none;
  }
}

div.sa_campaign_wrap .campaign-listing-wrap div.tooltip {
  width: auto !important;
}

div.sa_campaign_wrap .assets-data-item.assets-preview a, div.sa_campaign_wrap .assets-data-item.assets-preview button {
  background: url(../images/icons/eye.svg) 0px 0px no-repeat;
  text-indent: -99999px;
  width: 28px;
  height: 20px;
  display: block;
  margin: auto;
  padding: 0;
  border: 0;
  color: #076EB2;
}

div.sa_campaign_wrap .assets-data-item a:focus-visible, div.sa_campaign_wrap .assets-data-item button:focus-visible {
  outline: 3px solid #FAD83D;
}

@media (min-width: 768px) and (max-width: 991px) {
  div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-name {
    height: auto;
  }
  div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-preview {
    text-align: left;
    width: 10%;
  }
  div.sa_campaign_wrap .campaign-listing-wrap div.tooltip {
    width: auto !important;
  }
  div.sa_campaign_wrap .campaign-listing-wrap .assets-row.assets-data-title.table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.sa_campaign_wrap .assets-data-item.assets-preview a, div.sa_campaign_wrap .assets-data-item.assets-preview button {
    margin: 0;
  }
}

@media (max-width: 767px) {
  div.sa_campaign_wrap .campaign-listing-wrap .paragraphs-items .assets-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-name {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    min-width: 52px;
  }
  div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-preview {
    text-align: left;
    width: 25%;
    display: block;
  }
  div.sa_campaign_wrap .campaign-listing-wrap .assets-data .assets-download {
    text-align: right;
    width: 25%;
  }
  div.sa_campaign_wrap .campaign-listing-wrap .assets-row.assets-data-title.table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.image-preview-campaign.digital-learning-popup .modal-header {
  padding: 15px 35px 10px;
  border: 0;
}

.image-preview-campaign.digital-learning-popup .modal-body {
  padding: 0px 35px 30px;
}

.image-preview-campaign.digital-learning-popup .modal-body img {
  width: 100%;
  max-width: inherit;
  height: auto;
}

.collapsible-block .tab-content .tab-pane a {
  color: #004767;
  text-decoration: underline;
  font-weight: bold;
}

.collapsible-block .tab-content .tab-pane a:hover {
  text-decoration: none;
  color: #000;
}

.engolden-page #engolden-menu .level2 a {
  font-family: 'HelveticaNeueETW01-55Rg' !important;
}

.dgl-page .dl-content .cse-toolbar-sec + .col-md-3.col-xs-12 .button.dl-outline, .dgl-page .dl-content .cse-toolbar-sec + .col-md-3.col-xs-12 .dl-course-wrap.dl-home-pad .dl-course-box p .dl-outline.dl-content-btn, .dgl-page .dl-course-wrap.dl-home-pad .dl-course-box p .dl-content .cse-toolbar-sec + .col-md-3.col-xs-12 .dl-outline.dl-content-btn {
  width: calc(100% - 15px);
  margin-bottom: 15px;
  text-align: center;
}

.dgl-page .dl-content .cse-toolbar-sec + .col-md-3.col-xs-12 .hvm-submission {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .dgl-page .dl-content .cse-toolbar-sec + .col-md-3.col-xs-12 .hvm-submission {
    margin-top: 0;
  }
}

/* Space Equal set */
.components-wrapper-space {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}

.smart-business-page .content-widget-section .page-section {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
}

.components-space-main .components-wrapper-space {
  padding-top: 30px;
}

.components-space-main .components-wrapper-space .view-engolden {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .components-space-main .components-wrapper-space .view-engolden {
    margin-top: 0;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .components-space-main .components-wrapper-space .content-widget-section.content-image-row .field-type-image {
    margin-top: 15px;
  }
}

.components-space-main .components-wrapper-space .content-widget-section {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.components-space-main .components-wrapper-space .content-widget-section .bscm-txt {
  padding-top: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .table-responsive table {
  min-width: 700px;
}

.components-space-main .components-wrapper-space .content-widget-section .ext-guidance {
  padding-top: 0;
  padding-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .case-studies-block-row {
  margin-top: 0;
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bscltop .col-md-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .components-space-main .components-wrapper-space .content-widget-section .bscltop .col-md-6:nth-child(-n+2) {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .components-space-main .components-wrapper-space .content-widget-section .bscltop .col-md-6:nth-child(n+3) {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .components-space-main .components-wrapper-space .content-widget-section .btgrid .quick-link-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.components-space-main .components-wrapper-space .content-widget-section .btgrid .quick-link-row .col-md-6 {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .components-space-main .components-wrapper-space .content-widget-section .btgrid .quick-link-row .col-md-6:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .components-space-main .components-wrapper-space .content-widget-section .btgrid .quick-link-row .col-md-6:nth-child(n+3) {
    margin-bottom: 0;
  }
}

.components-space-main .components-wrapper-space .content-widget-section .btgrid.quick-link-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.components-space-main .components-wrapper-space .content-widget-section .faq-wrap {
  padding: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .half-blc {
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .blbscltp {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bscs-lftxt {
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section p:first-child, .components-space-main .components-wrapper-space .content-widget-section ul:first-child, .components-space-main .components-wrapper-space .content-widget-section ol:first-child, .components-space-main .components-wrapper-space .content-widget-section h3:first-child, .components-space-main .components-wrapper-space .content-widget-section h4:first-child, .components-space-main .components-wrapper-space .content-widget-section hr:first-child {
  margin-top: 0;
  padding-top: 0;
}

.components-space-main .components-wrapper-space .content-widget-section p:last-child, .components-space-main .components-wrapper-space .content-widget-section ul:last-child, .components-space-main .components-wrapper-space .content-widget-section ol:last-child, .components-space-main .components-wrapper-space .content-widget-section hr:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bscm-lftxt:last-child {
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section div.campaign-materials, .components-space-main .components-wrapper-space .content-widget-section .bscltop {
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bscs-txt {
  padding-top: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bscl-lftxt {
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bsc-lftxt {
  margin-bottom: 0;
}

.components-space-main .components-wrapper-space .content-widget-section .bsc-lftxt p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .components-space-main .components-wrapper-space .content-widget-section .bsc-lftxt .bsc-txt-in {
    margin-bottom: 15px;
  }
}

.components-space-main .components-wrapper-space .content-widget-section .btgrid .col-md-12 .content {
  padding-bottom: 0;
}

.trusted-page .bsc-bigbtn {
  background: #564698;
}

.trusted-page .bsc-bigbtn:before {
  background-color: transparent;
}

.trusted-page .bsc-bigbtn:hover:before {
  background-color: transparent;
}

div.sa_campaign_wrap.emtech-page .bsc-bigbtn {
  background-color: #020650;
}

div.sa_campaign_wrap.emtech-page .bsc-bigbtn:before {
  background: #00022F url(../images/right-arrow-green.svg) 50% 50% no-repeat;
  background-size: 39px;
}

div.sa_campaign_wrap.emtech-page .bsc-bigbtn:hover:before {
  background: #00022F url(../images/right-arrow-green.svg) 65% 50% no-repeat;
  background-size: 39px;
}

div.sa_campaign_wrap.emtech-page .left-column-page-global .campaign-information ul:last-child {
  margin-bottom: 0;
}

div.sa_campaign_wrap.emtech-page .left-column-page-global .campaign-information .joint-cpni {
  margin-bottom: 0;
}

/* Table space 25Feb 2022 */
.sa_campaign_wrap .left-column-page-global table th {
  font-size: 16px;
  line-height: 28px;
  padding: 10px 15px;
  white-space: normal;
  word-break: keep-all;
}

.message-dc-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .message-dc-ie {
    display: block;
  }
}

.dgl-page .resp-tabs-container .table-responsive {
  border: 0;
}

.dgl-page .resp-tabs-container .table-responsive table {
  table-layout: auto;
}

.dgl-page .resp-tabs-container .table-responsive table th, .dgl-page .resp-tabs-container .table-responsive table td {
  min-width: 150px;
}

@media (max-width: 1280px) and (min-width: 768px) {
  .info-tab-sec .resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-tab-sec .resp-tabs-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info-tab-sec .resp-tabs-list li a {
    height: 100%;
    min-height: 100%;
    text-align: center;
    line-height: 1.6;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .info-tab-sec .resp-tabs-list li:last-child a {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .top-header.extranet .nav-sec .nav ul li > ul {
    top: 115px;
  }
  .top-header.extranet.sticky .nav-sec .nav ul li > ul {
    top: 68px;
  }
}
/*# sourceMappingURL=common-new-style.css.map */