@charset "UTF-8";
/*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 {
  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 {
  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 {
  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 {
  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 {
  background: #00496e;
}

.blue .box a:before {
  background: rgba(0, 73, 110, 0.45);
}

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

.blue.asset-box:hover .overlap-box {
  background: rgba(0, 73, 110, 0.75);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.blue.featured-box .featured-content .content h3:after {
  border-bottom: solid 1px #00496e;
}

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

.blue.featured-box .featured-content .content h3 a:hover {
  color: #00496e;
}

.blue.course-list figure {
  background: #00496e;
}

.blue.related_block .date {
  background: rgba(0, 73, 110, 0.7);
}

.blue.related_block h4:after {
  border-bottom-color: #00496e;
}

.blue .tile-box .title {
  background: rgba(0, 73, 110, 0.55);
}

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

.blue.event-sec .event-date li a:hover {
  background-color: #78adc8;
  border-left-color: #4685a5;
}

.blue.event-sec .event-date li.active a {
  background: #00496e;
  border-left-color: #003854;
}

.blue.event-sec .event-date li.active a:hover {
  background: #00496e;
}

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

.blue.news-list h4:after {
  border-bottom-color: #00496e;
}

.blue.featured_news_wrapper figure span {
  background: rgba(0, 73, 110, 0.7);
}

.blue.featured_news_wrapper .featureed-news h2:after {
  border-bottom-color: #00496e;
}

.blue.news_details h1:after {
  border-bottom-color: #00496e;
}

.blue.cat-filter {
  border-left: solid 10px #00496e;
}

.blue.result-list h3:after {
  border-top: solid 1px #00496e;
}

.blue.news-list h4 a:hover {
  color: #00496e;
}

.blue .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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(boxsizing.htc);
}

html, body {
  height: 100%;
  width: 100%;
  /*overflow-x:hidden;*/
  /*-webkit-overflow-scrolling: touch;*/
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: HelveticaNeueETW01-55Rg;
  font-size: 16px;
  line-height: 26px;
  /* overflow-x:hidden;*/
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  /*overflow-y:auto;
    -webkit-overflow-scrolling: touch; */
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #353535;
}

:-moz-placeholder {
  color: #353535;
}

::-moz-placeholder {
  color: #353535;
}

:-ms-input-placeholder {
  color: #353535;
}

b, strong {
  font-weight: normal;
  font-family: HelveticaNeueETW01-75Bd;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.paddingBottom30 {
  padding-bottom: 30px !important;
}

p {
  font-size: 14px;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.content p a {
  text-decoration: underline;
}

.content p a:hover {
  text-decoration: none;
}

.content .link {
  text-decoration: none !important;
}

.content .view-custom-forum-search a {
  text-decoration: none;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

input {
  border: 0;
  color: #727272;
  font-family: HelveticaNeueETW01-46Lt;
}

textarea {
  border: 0;
  color: #727272;
  font-family: HelveticaNeueETW01-46Lt;
}

tbody {
  border-top: 0px;
}

.table {
  width: 100%;
  display: table;
  height: 100%;
  margin: 0;
}

.table .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.margin-auto {
  float: none;
  margin: 0 auto;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top15 {
  margin-top: 15px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top25 {
  margin-top: 25px;
}

.margin-top30 {
  margin-top: 30px;
}

.margin-top35 {
  margin-top: 35px;
}

.margin-top40 {
  margin-top: 40px;
}

.margin-top45 {
  margin-top: 45px;
}

.margin-top50 {
  margin-top: 50px;
}

h1 {
  font-size: 2.625em;
  font-weight: normal;
  margin: 0px 0px 30px;
  line-height: 52px;
  font-family: HelveticaNeueETW01-75Bd;
}

h2 {
  font-size: 1.625em;
  font-weight: normal;
  margin: 0px 0px 20px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-75Bd;
}

h3 {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0px 0px 20px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-75Bd;
}

h4 {
  font-size: 1.375em;
  font-weight: normal;
  margin: 0px 0px 20px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-65Md;
}

/*H tag class*/
.h1 {
  font-size: 2.625em;
  font-weight: normal;
  margin: 0px 0px 30px;
  line-height: 52px;
  font-family: HelveticaNeueETW01-75Bd;
}

.h2 {
  font-size: 1.625em;
  font-weight: normal;
  margin: 0px 0px 20px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-75Bd;
}

.h3 {
  font-size: 1.25em;
  font-weight: normal;
  margin: 0px 0px 20px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-75Bd;
}

.h4 {
  font-size: 1.375em;
  font-weight: normal;
  margin: 0px 0px 20px;
  line-height: 26px;
  font-family: HelveticaNeueETW01-65Md;
}

/*Common Buttons*/
.button {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  border: solid 2px #fff;
  padding: 12px 22px;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

.button:hover {
  background: #fff;
  color: #015a82;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button.blue {
  background: #015a82;
  color: #fff;
  border: solid 2px #015a82;
  font-size: 14px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
}

.button.blue:hover {
  background: #004767;
  border: solid 2px #004767;
  color: #fff;
}

.button.blue-border {
  color: #015a82;
  border: solid 2px #015a82;
  font-family: HelveticaNeueETW01-75Bd;
}

.button.blue-border:hover {
  background: #004767;
  border: solid 2px #004767;
  color: #fff;
}

.form-submit {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  border: solid 0px #015a82;
  padding: 10px 22px;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #015a82;
}

.form-submit:hover {
  background: #004767;
  color: #fff;
  border: solid 0px #004767;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*Top Header*/
.header-wrap {
  width: 100%;
  float: left;
  min-height: 68px;
}

.header-wrap.extranet {
  min-height: 100px;
}

.top-header {
  width: 100%;
  float: left;
  border-bottom: solid 1px #c0c0c0;
  max-height: 116px;
  background: #fff;
  /*sticky nav*/
  /*sticky nav*/
}

.top-header .container {
  position: relative;
}

.top-header .logo {
  width: 100%;
  max-width: 160px;
  height: 68px;
  float: left;
  margin: 23px 0;
  background: url(../images/logo.png) no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header .logo.white {
  background: url(../images/logo-white-big.png) no-repeat;
  background-size: cover;
}

.top-header .logo a {
  display: block;
  width: 100%;
  height: 68px;
  text-decoration: none;
}

.top-header .h-search-box {
  width: 100%;
  max-width: 680px;
  position: absolute;
  right: 10px;
  top: 115px;
  z-index: 999;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header .login-account-sec {
  text-align: right;
  display: inline-block;
}

.top-header .login-account-sec .msg {
  font-size: 14px;
  color: #353535;
  font-style: italic;
}

.top-header .login-account-sec .msg a {
  color: #999999;
  text-decoration: none;
}

.top-header .login-account-sec .msg a:hover {
  color: #404040;
}

.top-header .login-account-sec ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.top-header .login-account-sec ul li {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  margin-left: 15px;
  position: relative;
  vertical-align: top;
  font-family: HelveticaNeueETW01-55Rg;
  font-size: 14px;
}

.top-header .login-account-sec ul li:before {
  display: none;
}

.top-header .login-account-sec ul li a {
  display: block;
  color: #353535;
  text-decoration: none;
}

.top-header .login-account-sec ul li a span {
  background: #e23726;
  color: #fff;
  font-size: 10px;
  border-radius: 100%;
  position: absolute;
  right: -6px;
  top: -4px;
  line-height: 15px;
  padding: 1px 2px;
  text-align: center;
  color: #fff;
  width: 17px;
  height: 17px;
}

.top-header .login-account-sec ul li a span.three-digit {
  padding: 4px 2px;
  width: 24px;
  height: 24px;
  right: -12px;
  top: -7px;
}

.top-header .login-account-sec ul li a:hover {
  color: #015a82;
}

.top-header .login-account-sec ul li:nth-of-type(1) a {
  width: 22.82px;
  height: 21.45px;
  background: url("../images/Flag_1.svg") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 2px;
}

.top-header .login-account-sec ul li:nth-of-type(1) a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/Flag_1-hover.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.top-header .login-account-sec ul li:nth-of-type(2) {
  -webkit-transition: 0s;
  transition: 0s;
}

.top-header .login-account-sec ul li:nth-of-type(2) a {
  width: 18px;
  height: 21px;
  background: url("../images/notification.svg") no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  margin-top: 2px;
}

.top-header .login-account-sec ul li:nth-of-type(2) a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../images/notification-hover.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.top-header .login-account-sec ul li:nth-of-type(2) a:hover span {
  background: #004767;
}

.top-header .login-account-sec ul li:nth-of-type(3) {
  background-position: -94px;
  -webkit-transition: 0s;
  transition: 0s;
  background: none;
  width: auto;
}

.top-header .login-account-sec ul li:nth-of-type(3):hover {
  background: url(../images/account-icon-hover.png);
  background-position: -94px;
  -webkit-transition: 0s;
  transition: 0s;
  background: none;
}

.top-header .login-account-sec ul li:nth-of-type(3) a {
  width: auto;
  height: auto;
  -webkit-transition: 0s;
  transition: 0s;
  text-decoration: none;
}

.top-header .login-account-sec ul li:nth-of-type(3) a:hover {
  -webkit-transition: 0s;
  transition: 0s;
}

.top-header .login-account-sec ul li:nth-of-type(3) a:hover span {
  background: #004767;
}

.top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active a {
  position: relative;
  text-decoration: none;
}

.top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: 29px;
  right: 2px;
  z-index: 1000;
}

.top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #015a82;
  top: 26px;
  right: 0px;
}

.top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active ul li a {
  text-decoration: none;
}

.top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active ul li a:before {
  display: none;
}

.top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active ul li a:after {
  display: none;
}

.top-header .login-account-sec ul li.notification {
  position: relative;
}

.top-header .login-account-sec ul li.notification ul {
  position: absolute;
  display: none;
  top: 100%;
  right: -80px;
  width: 320px;
  margin-top: 12px;
  background: #fff;
  padding: 20px;
  padding-right: 20px !important;
  border: solid 1px #015a82;
  z-index: 999;
  height: 400px;
  overflow: auto;
  text-align: left;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.top-header .login-account-sec ul li.notification ul:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  right: 81px;
  z-index: 1;
}

.top-header .login-account-sec ul li.notification ul:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #e5e5e5;
  top: -11px;
  right: 80px;
}

.top-header .login-account-sec ul li.notification ul li {
  width: 100%;
  display: block;
  height: auto;
  background: none;
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-left: 0px;
  padding-left: 0px;
}

.top-header .login-account-sec ul li.notification ul li:hover {
  background: none;
}

.top-header .login-account-sec ul li.notification ul li strong {
  font-weight: normal;
  font-family: HelveticaNeueETW01-65Md;
}

.top-header .login-account-sec ul li.notification ul li a {
  width: auto;
  height: auto;
  display: inline;
  text-decoration: none;
  background: none;
  color: #015a82;
}

.top-header .login-account-sec ul li.notification ul li a:hover {
  color: #353535;
  background: none;
}

.top-header .login-account-sec ul li.notification ul li:last-child {
  border: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.top-header .login-account-sec ul li.notification ul li span {
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  font-family: HelveticaNeueETW01-55Rg;
}

.top-header .login-account-sec ul li.notification:hover {
  /*ul{
							display:block;
							
							}*/
}

.top-header .login-account-sec ul li:nth-of-type(4) {
  background: none;
  width: auto;
  height: auto;
}

.top-header .nav-col {
  position: inherit;
  position: initial;
  text-align: right;
}

.top-header.extranet {
  max-height: 159px;
}

.top-header .extranet-top-bar {
  width: 100%;
  background: #f5f5f5;
  padding: 8px 0px;
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-header .extranet-top-bar .view-threat-level-feeds {
  display: inline-block;
}

.top-header .view-threat-level-feeds {
  padding-right: 40px;
  display: none;
}

.top-header .msg-box {
  color: #353535;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 14px;
}

.top-header .msg-box strong {
  font-size: 15px;
  text-decoration: underline;
}

.top-header .msg-box a {
  text-decoration: underline;
  color: #000;
}

.top-header .msg-box a:hover {
  text-decoration: none;
}

.top-header.sticky {
  position: fixed;
  width: 100%;
  top: 0px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 9999;
}

.top-header.sticky .nav-sec {
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-header.sticky .nav-sec .nav ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 21px 10px 19px;
}

.top-header.sticky .nav-sec .nav ul li > ul {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 68px;
}

.top-header.sticky .nav-sec .nav ul li > ul li {
  padding: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .top-header.sticky .nav-sec .nav ul li {
    padding: 21px 0px 11px !important;
  }
  .top-header.sticky .nav-sec .nav ul li > ul li {
    padding: 0px 1px 0 0 !important;
  }
}

.top-header.sticky .logo {
  margin: 20px 0;
  max-width: 136px;
  height: 27px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  background-position: -2px 0px;
}

.top-header.sticky .logo a {
  width: 62%;
  height: 30px;
}

.top-header.sticky .search-toggle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 23px;
}

.top-header.sticky .search-toggle.open {
  -webkit-transition: 0s;
  transition: 0s;
}

.top-header.sticky .extranet-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 3px 0px;
}

.top-header.sticky .h-search-box {
  top: 67px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*Search section*/
.search-toggle {
  width: 25px;
  height: 26px;
  background: url("../images/search-new.svg") no-repeat;
  background-size: cover;
  margin-top: 44px;
  margin-left: 23px;
  display: inline-block;
  vertical-align: top;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.search-toggle.open {
  background: url("../images/close-new.svg") no-repeat;
  -webkit-transition: 0s;
  transition: 0s;
  background-size: 90%;
}

.search-toggle:hover {
  -webkit-transition: 0s;
  transition: 0s;
}

.search-field-sec {
  background: #fff;
  padding: 0px 0px;
  width: 100%;
  float: left;
  position: relative;
}

.search-field-sec div {
  float: left;
  width: 100%;
}

.search-field-sec .input {
  width: 100%;
  padding: 0px 140px 0 30px;
  font-size: 20px;
  color: #c0c0c0;
  border: 0;
  height: 54px;
  line-height: 51px;
  font-family: HelveticaNeueETW01-46Lt;
  float: left;
  background: none;
  border: solid 1px #c0c0c0;
}

.search-field-sec .input::-webkit-input-placeholder {
  color: #c0c0c0;
}

.search-field-sec .input:-ms-input-placeholder {
  color: #c0c0c0;
}

.search-field-sec .input::-ms-input-placeholder {
  color: #c0c0c0;
}

.search-field-sec .input::placeholder {
  color: #c0c0c0;
}

.search-field-sec .submit {
  height: 54px;
  padding: 0px;
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 30px;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: none;
}

.search-field-sec label {
  display: none;
}

/*Top Navigation*/
.nav-sec {
  display: inline-block;
  padding: 0px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
}

.nav-sec .nav {
  width: 100%;
  display: table;
  /*One col*/
}

.nav-sec .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.nav-sec .nav ul li {
  float: left;
  text-align: center;
  color: #353535;
  font-family: HelveticaNeueETW01-55Rg;
  position: initial;
  padding: 44px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-sec .nav ul li {
    padding: 0 1px !important;
    font-size: 13px !important;
  }
  .nav-sec .nav ul li.expanded .nav-click {
    padding: 0px 10px 0px 4px !important;
  }
}

.nav-sec .nav ul li:hover.expanded .nav-click:before {
  content: '\f106';
}

.nav-sec .nav ul li:hover > ul {
  display: inherit;
}

.nav-sec .nav ul li.expanded .nav-click {
  padding: 0px 10px 0px 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.nav-sec .nav ul li.expanded .nav-click:before {
  content: "\f107";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 0px;
  font-size: 20px;
  position: relative;
  top: 0px;
}

.nav-sec .nav ul li.expanded .nav-click.open:before {
  content: "\f106";
  font-family: 'FontAwesome';
}

.nav-sec .nav ul li:before {
  display: none;
}

.nav-sec .nav ul li a {
  padding: 0;
  display: inline-block;
  color: #353535;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-sec .nav ul li a:hover {
  /*background:rgba(0,0,0,0.3);*/
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #015a82;
}

.nav-sec .nav ul li a.parent {
  /* &:after{
                            content: "\f0d7";
                            font-family: 'FontAwesome';
                            display: inline-block;
                            margin-left:15px;
                        }*/
}

.nav-sec .nav ul li > ul {
  position: absolute;
  top: 116px;
  width: 100%;
  z-index: 999;
  background: #fff;
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0px 10px;
  display: none;
  text-align: left;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.06);
}

.nav-sec .nav ul li > ul:after {
  content: '';
  width: 100%;
  right: -100%;
  position: absolute;
  height: 100%;
  top: 0px;
  background: #fff;
  -webkit-box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 4px 3px 5px 0 rgba(0, 0, 0, 0.06);
}

.nav-sec .nav ul li > ul:before {
  content: '';
  width: 100%;
  left: -100%;
  position: absolute;
  height: 100%;
  top: 0px;
  background: #fff;
  -webkit-box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.02);
  box-shadow: -4px 3px 5px 0 rgba(0, 0, 0, 0.02);
}

.nav-sec .nav ul li > ul li {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: left;
  text-transform: none;
  font-family: HelveticaNeueETW01-75Bd;
  vertical-align: top;
  padding-right: 15px;
  padding-left: 0px;
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.nav-sec .nav ul li > ul li a {
  padding: 10px 20px 10px 0px;
  color: #015a82;
}

.nav-sec .nav ul li > ul li a:hover {
  background: none;
  color: #353535;
}

.nav-sec .nav ul li > ul li ul {
  position: inherit;
  top: 0 !important;
  width: 100%;
  padding: 0;
  border: 0px;
}

.nav-sec .nav ul li > ul li ul:after {
  display: none;
}

.nav-sec .nav ul li > ul li ul li {
  width: 100%;
  font-family: HelveticaNeueETW01-55Rg;
  display: block;
  border-right: 0;
  margin-right: 0;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-sec .nav ul li > ul li ul li:first-child {
  width: 100%;
}

.nav-sec .nav ul li > ul li ul li a {
  font-size: 13px;
  padding: 5px 0px;
  line-height: 18px;
}

.nav-sec .nav ul li > ul li ul li a:after {
  display: none;
}

.nav-sec .nav ul li > ul li ul li a.parent:after {
  display: none;
}

.nav-sec .nav ul li > ul li ul li ul li {
  padding-left: 10px !important;
  position: relative !important;
  margin-left: 15px;
}

.nav-sec .nav ul li > ul li ul li ul li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 13px;
  color: #616161;
  border: 0px;
}

.nav-sec .nav ul li > ul li ul li ul li:after {
  border: 0px;
}

.nav-sec .nav ul li > ul li ul li ul li a {
  padding: 5px 0px;
  font-size: 12px;
  color: #616161;
}

.nav-sec .nav ul li > ul li ul li ul li.first:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 13px;
  color: #616161;
  border: 0px;
}

.nav-sec .nav ul li > ul li.sub-part {
  max-width: 42%;
}

.nav-sec .nav ul li > ul li.sub-part li {
  width: 49%;
  font-family: HelveticaNeueETW01-55Rg;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-sec .nav ul li > ul li.active-trail {
  background: #eeeeee;
  position: relative;
}

.nav-sec .nav ul li > ul li.active-trail ul {
  background: none;
  top: 0;
}

.nav-sec .nav ul li > ul li.active-trail:after {
  content: '';
  width: 100%;
  background: #eeeeee;
  height: 100%;
  left: -100%;
  position: absolute;
  display: inline-block;
  top: 0px;
}

.nav-sec .nav ul li > ul li.active-trail:last-child:after {
  right: -100%;
  left: auto;
}

.nav-sec .nav ul li > ul li.active-trail.sub-part:after {
  display: none;
}

.nav-sec .nav ul li > ul li:nth-of-type(5) {
  clear: left;
}

.nav-sec .nav ul li > ul ul {
  display: block;
}

.nav-sec .nav ul li > ul ul.menu li:nth-of-type(4):after {
  display: none;
}

.nav-sec .nav ul li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #015a82;
  /*ul{
                        @include transition(0.3s);
                        display:block;
                    }*/
}

.nav-sec .nav ul li:hover a {
  color: #015a82;
}

.nav-sec .nav ul li:hover .nav-click {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #015a82;
}

.nav-sec .nav ul li .menu.open {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.nav-sec .nav ul li.active-trail {
  background: rgba(1, 90, 130, 0.85);
}

.nav-sec .nav ul li.one-col > ul {
  max-width: 375px;
  left: auto;
  padding: 25px 20px 25px;
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

.nav-sec .nav ul li.one-col > ul:after {
  height: 8px;
  bottom: -8px;
  background-size: 125%;
}

.nav-sec .nav ul li.one-col > ul li {
  width: 100%;
  min-height: inherit;
  padding: 4px 0px;
  font-family: HelveticaNeueETW01-65Md;
  font-size: 15px;
}

.nav-sec .nav ul li.one-col > ul li a {
  padding: 0px 0px;
}

.nav-sec .nav ul li.one-col > ul li a:after {
  display: none;
}

.nav-sec .nav ul li.one-col > ul li:before {
  display: none !important;
}

.nav-sec .nav ul li.one-col > ul li:after {
  display: none;
}

.nav-sec .nav ul li.one-col > ul li ul li {
  font-family: HelveticaNeueETW01-55Rg;
  padding: 0;
}

.nav-sec .nav ul li.one-col > ul li ul li ul li {
  position: relative;
}

.nav-sec .nav ul li.one-col > ul li ul li ul li:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  display: inline-block !important;
  position: absolute;
  top: 3px;
  left: 0px;
  font-size: 13px;
  color: #616161;
  border: 0px;
}

.nav-sec .nav ul li.one-col > ul ul {
  padding: 0px;
  border: 0;
}

.nav-sec .nav ul li.one-col:last-child {
  position: relative;
}

.nav-sec .nav ul li.one-col:last-child > ul {
  width: 375px;
  right: 0;
}

.nav-sec .jmobilenav {
  display: none;
}

.jmobilenav.close-nav {
  display: none;
}

/*Home Banner slider*/
.home-slider-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.home-slider-wrapper .homeslider {
  width: 100%;
}

.home-slider-wrapper .homeslider .slick-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 450px;
}

.home-slider-wrapper .homeslider .slick-arrow {
  position: absolute;
  bottom: 42%;
  z-index: 1;
  border: 0;
  background: rgba(1, 73, 110, 0.7);
  font-size: 0px;
  padding: 30px 30px;
}

.home-slider-wrapper .homeslider .slick-arrow.slick-prev {
  left: 0px;
}

.home-slider-wrapper .homeslider .slick-arrow.slick-prev:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff;
  text-indent: 0;
  font-size: 45px;
  padding: 0px 5px;
  position: relative;
  top: 5px;
}

.home-slider-wrapper .homeslider .slick-arrow.slick-next {
  right: 0px;
}

.home-slider-wrapper .homeslider .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #fff;
  text-indent: 0;
  font-size: 45px;
  padding: 0px 5px;
  position: relative;
  top: 5px;
}

.home-slider-wrapper .homeslider .slick-dots {
  padding: 0px;
  width: 100%;
  text-align: right;
  position: absolute;
  list-style: none;
  bottom: 27px;
  right: 50px;
}

.home-slider-wrapper .homeslider .slick-dots li {
  display: inline-block;
  margin: 0px 6px;
}

.home-slider-wrapper .homeslider .slick-dots li:before {
  display: none;
}

.home-slider-wrapper .homeslider .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  text-indent: -9999px;
  background: #fff;
  border: 0;
  border-radius: 100%;
  border: 1px solid #015a82;
}

.home-slider-wrapper .homeslider .slick-dots li.slick-active button {
  background: #015a82;
}

.home-slider-wrapper .homeslider .texture-bg {
  width: 100%;
  display: inline-block;
  height: 450px;
  text-align: center;
  color: #fff;
  /*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, $black-color 100%);*/
  background: rgba(0, 0, 0, 0.2);
}

.home-slider-wrapper .homeslider .texture-bg .table-cell {
  padding-right: 15%;
  padding-left: 15%;
}

.home-slider-wrapper .homeslider .texture-bg.white_left {
  text-align: left;
}

.home-slider-wrapper .homeslider .texture-bg.white_left .table-cell {
  padding-right: 58%;
  padding-left: 0px;
}

.home-slider-wrapper .homeslider .texture-bg.white_right {
  text-align: left;
}

.home-slider-wrapper .homeslider .texture-bg.white_right .table-cell {
  padding-left: 58%;
  padding-right: 0px;
}

.home-slider-wrapper .homeslider .texture-bg.black_left {
  text-align: left;
  background: none;
}

.home-slider-wrapper .homeslider .texture-bg.black_left .table-cell {
  padding-right: 58%;
  padding-left: 0px;
}

.home-slider-wrapper .homeslider .texture-bg.black_left .title {
  color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_left p {
  color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_left .button {
  color: #000;
  border-color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_left .button:hover {
  color: #fff;
  background: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_right {
  text-align: left;
  background: none;
}

.home-slider-wrapper .homeslider .texture-bg.black_right .table-cell {
  padding-left: 58%;
  padding-right: 0px;
}

.home-slider-wrapper .homeslider .texture-bg.black_right .title {
  color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_right p {
  color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_right .button {
  color: #000;
  border-color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_right .button:hover {
  color: #fff;
  background: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_centred {
  background: none;
}

.home-slider-wrapper .homeslider .texture-bg.black_centred .title {
  color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_centred p {
  color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_centred .button {
  color: #000;
  border-color: #000;
}

.home-slider-wrapper .homeslider .texture-bg.black_centred .button:hover {
  color: #fff;
  background: #000;
}

.home-slider-wrapper .homeslider .texture-bg .container {
  height: 450px;
}

.home-slider-wrapper .homeslider .texture-bg .title {
  font-size: 2.625em;
  line-height: 51px;
  color: #fff;
  font-family: HelveticaNeueETW01-75Bd;
  /*max-width:80%;*/
  margin: 0 auto;
  margin-bottom: 16px;
  letter-spacing: 0px;
}

.home-slider-wrapper .homeslider .texture-bg .button {
  padding: 16px 45px;
  font-size: 24px;
  font-family: HelveticaNeueETW01-75Bd;
  letter-spacing: normal;
  letter-spacing: 0px;
}

.home-slider-wrapper .homeslider .texture-bg p {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
}

.home-slider-wrapper .homeslider .col-sm-10 {
  float: none;
  display: inline-block;
  padding: 0;
}

.home-slider-wrapper .slider-progress {
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0;
}

.home-slider-wrapper .slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #015a82;
  border-radius: 0px;
}

/*Content section*/
.white-full-width {
  width: 100%;
  float: left;
  padding: 60px 0px;
}

.white-full-width h2 {
  text-align: center;
  margin-bottom: 60px;
}

.white-full-width .intro h2 {
  margin-bottom: 20px;
}

.white-full-width .intro .col h2 {
  text-align: left;
}

.white-full-width .intro .col h3 {
  text-align: left;
}

.white-full-width .intro .col h4 {
  text-align: left;
}

.white-full-width .intro .col h5 {
  text-align: left;
}

.white-full-width .intro .col h6 {
  text-align: left;
}

.grey-full-width {
  width: 100%;
  float: left;
  padding: 60px 0px;
  background: #f5f5f5;
}

.grey-full-width h2 {
  text-align: center;
  margin-bottom: 60px;
}

.grey-full-width .intro h2 {
  margin-bottom: 20px;
}

.box {
  position: relative;
  display: block;
  text-align: center;
}

.box:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 40px;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box img {
  opacity: 0.85;
}

.box h2 {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 44%;
  width: 100%;
  margin-bottom: 0;
}

.box a {
  display: block;
  text-decoration: none;
}

.box a:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 40px;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box a:after {
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  top: 0px;
}

.box a:hover:before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tile-box {
  position: relative;
  display: block;
  /*cursor:pointer;*/
  margin-bottom: 20px;
}

.tile-box:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.tile-box .title {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0px;
  color: #fff;
  font-size: 1.25em;
  font-family: HelveticaNeueETW01-65Md;
  left: 0;
}

.tile-box .title a {
  color: #fff;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
}

.tile-box .title a:hover {
  color: #fff;
}

.tile-box .title.no-padding {
  padding: 6px 30px;
}

.tile-box .hover-sec {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  bottom: 0px;
  padding: 30px;
  opacity: 0;
  /*cursor:pointer;*/
  visibility: visible;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tile-box .hover-sec p {
  color: #fff;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
  /*overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;*/
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tile-box .hover-sec .button {
  font-size: 14px;
  padding: 5px 22px;
  margin-top: 20px;
}

.tile-box:hover .hover-sec {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tile-box:hover .hover-sec p {
  margin-top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tile-box.short .hover-sec p {
  /* -webkit-line-clamp: 2;*/
}

.tile-box.short .hover-sec .button {
  margin-top: 10px;
}

/*Featured Box*/
.featured-box-sec .col-sm-6 .featured-box {
  margin-right: 35px;
}

.featured-box-sec .col-sm-6:last-child .featured-box {
  margin-right: 0px;
}

.featured-box {
  background: #fff;
  position: relative;
}

.featured-box:after {
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
          box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.featured-box .featured-img {
  background-size: cover;
  background-position: center;
  width: 30%;
  position: absolute;
  top: 0px;
  height: 100%;
  z-index: 2;
}

.featured-box .featured-img:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.featured-box .featured-img a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  text-decoration: none;
}

.featured-box .featured-content {
  width: 100%;
  padding-left: 30%;
  background: #fff;
  position: relative;
  z-index: 1;
}

.featured-box .featured-content .content {
  padding: 35px 40px 20px;
}

.featured-box .featured-content .content h3 {
  font-family: HelveticaNeueETW01-65Md;
  position: relative;
  margin-bottom: 15px;
}

.featured-box .featured-content .content h3:after {
  content: '';
  display: block;
  width: 60px;
  margin-top: 10px;
}

.featured-box .featured-content .content p {
  /*overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;*/
  margin-bottom: 15px;
}

.featured-box .featured-content .content a {
  font-family: HelveticaNeueETW01-65Md;
  color: #1575ba;
  text-decoration: none;
}

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

.featured-box.inner:after {
  display: none;
}

.featured-box.inner .featured-content {
  padding-left: 0%;
}

.featured-box.inner .featured-content .content {
  padding: 0px 0px 0px 0px;
}

.featured-box.inner .featured-content .content .web {
  font-size: 1.6875em;
  color: #404040;
  margin-right: 15px;
  display: inline-block;
}

.featured-box.inner .featured-content .content .web a {
  color: #404040;
  text-decoration: none;
}

.featured-box.inner .featured-content .content .date {
  color: #000;
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
  position: relative;
  display: inline-block;
  top: -1px;
}

.featured-box.inner .featured-content .content .pdf {
  display: inline-block;
  margin-right: 15px;
}

.featured-box.inner .featured-img {
  width: 22%;
}

.full-width {
  width: 100%;
  float: left;
}

.asset-box {
  padding: 0px;
  overflow: hidden;
  /*cursor:pointer;*/
}

.asset-box .overlap-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 60px 20px;
  /*cursor:pointer;*/
  left: 0px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.asset-box .overlap-box h2 {
  color: #fff;
  margin-top: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0;
  font-size: 1.375em;
}

.asset-box .overlap-box h2 a {
  color: #fff;
  text-decoration: none;
}

.asset-box .overlap-box h2 a:hover {
  color: #fff;
}

.asset-box .overlap-box .h2 {
  color: #fff;
  margin-top: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin: 0;
  font-size: 1.375em;
}

.asset-box .overlap-box .h2 a {
  color: #fff;
  text-decoration: none;
}

.asset-box .overlap-box .h2 a:hover {
  color: #fff;
}

.asset-box .overlap-box p {
  font-size: 1em;
  line-height: 21px;
  margin: 0px;
  color: #fff;
  font-family: HelveticaNeueETW01-65Md;
  opacity: 0;
  visibility: hidden;
  /* overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -moz-line-clamp:2;
            -webkit-box-orient: vertical;*/
  -webkit-transition: 0.7s;
  transition: 0.7s;
  max-height: 0px;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.asset-box .overlap-box .button {
  font-size: 14px;
  padding: 5px 22px;
  margin-top: 20px;
}

.asset-box:nth-of-type(4n+1) .overlap-box {
  border-left: 0px;
}

.asset-box:hover h2 {
  margin-bottom: 10px !important;
}

.asset-box:hover p {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-height: 400px;
}

.asset-box.asset-page .overlap-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0px 30px;
  background: rgba(0, 0, 0, 0.5);
}

.asset-box.asset-page .overlap-box h2 {
  margin-top: 0;
  margin-bottom: 0px;
}

.asset-box.asset-page .overlap-box h2 a {
  color: #fff;
}

.asset-box.asset-page .overlap-box .button {
  margin-top: 10px;
  width: auto;
  height: auto;
  position: inherit;
  display: inline-block;
}

.bottom-search-sec {
  width: 100%;
  float: left;
  background: url(../images/bottom-search-bg.jpg) no-repeat;
  background-size: cover;
  padding: 35px 0px;
}

.bottom-search-sec .search-field-sec {
  background: #eeeeee;
}

.bottom-search-sec .search-field-sec .input {
  color: #353535;
}

.bottom-search-sec.group-search {
  background: #555555;
}

.footer-sec {
  width: 100%;
  float: left;
  background: #565656;
  padding: 50px 0px 0;
}

.footer-sec h3 {
  color: #fff;
  margin-bottom: 10px;
}

.footer-sec h3 a {
  color: #fff;
  text-decoration: none;
}

.footer-sec h3 a:hover {
  opacity: 0.7;
}

.footer-sec .h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 26px;
  font-family: HelveticaNeueETW01-75Bd;
}

.footer-sec .h3 a {
  color: #fff;
  text-decoration: none;
}

.footer-sec .h3 a:hover {
  opacity: 0.7;
}

.footer-sec ul {
  padding: 0;
  margin: 0;
  min-height: 130px;
}

.footer-sec ul li {
  display: block;
  padding: 4px 0px;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
}

.footer-sec ul li:before {
  display: none;
}

.footer-sec ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.footer-sec ul li a:hover {
  opacity: 0.7;
}

.footer-sec ul li a.email {
  color: #5a9cba;
}

.footer-sec ul li a.email:hover {
  color: #8ecfec;
}

.footer-sec .social {
  float: right;
}

.footer-sec .social a {
  background: url(../images/youtube.png) no-repeat;
  width: 48px;
  height: 20px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none;
}

.footer-sec .social a:hover {
  opacity: 0.7;
}

.footer-sec .social a:before {
  display: none;
}

.footer-sec .col-sm-3.last {
  width: 20%;
}

.footer-bottom {
  width: 100%;
  float: left;
  background: #6f6f6f;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.footer-bottom ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}

.footer-bottom ul li {
  font-size: 13px;
  color: #fff;
  padding-right: 15px;
  display: inline-block;
}

.footer-bottom ul li:before {
  display: none;
}

.footer-bottom ul li a {
  color: #fff;
}

.footer-bottom ul li a:hover {
  opacity: 0.7;
}

.half-part-cont {
  /* p{
 
         display:inline-block;
         width: 48%;
         padding-right:2%;
         text-align:left;
         vertical-align:top;
 
         &:last-child{
 
             padding-right:0;
 
         }
     }*/
}

.odd-even-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.odd-even-box ul li {
  position: relative;
}

.odd-even-box ul li .container {
  display: block;
}

.odd-even-box ul li .img-bg {
  position: absolute;
  right: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.odd-even-box ul li .img-bg:before {
  content: "";
  display: none !important;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 40%;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 25px solid;
}

.odd-even-box ul li .asset-content {
  display: inline-block;
  width: 100%;
  padding-right: 45%;
}

.odd-even-box ul li .asset-content .content {
  display: inline-block;
  width: 100%;
}

.odd-even-box ul li .asset-content .content p {
  font-size: 1em;
}

.odd-even-box ul li .asset-content .content .button {
  margin-top: 20px;
}

.odd-even-box ul li .asset-content h2 a {
  color: #000;
  text-decoration: none;
}

.odd-even-box ul li .asset-content h2 a:hover {
  color: #000;
  opacity: 0.8;
}

.odd-even-box ul li .asset-content .h2 a {
  color: #000;
  text-decoration: none;
}

.odd-even-box ul li .asset-content .h2 a:hover {
  color: #000;
  opacity: 0.8;
}

.odd-even-box li:nth-child(6n+1) {
  background: #e5e5e5;
}

.odd-even-box li:nth-child(6n+1) .img-bg {
  right: 0;
}

.odd-even-box li:nth-child(6n+1) .img-bg:before {
  border-left-color: #e5e5e5;
}

.odd-even-box li:nth-child(6n+1) .asset-content {
  padding-right: 45%;
  padding-left: 0;
}

.odd-even-box li:nth-child(6n+1) .asset-content .content {
  padding: 120px 70px 120px 0;
}

.odd-even-box li:nth-child(6n+2) {
  background: #353535;
}

.odd-even-box li:nth-child(6n+2) .img-bg {
  left: 0;
}

.odd-even-box li:nth-child(6n+2) .img-bg:before {
  right: 0px;
  border-right: 25px solid;
  border-right-color: #353535;
  border-left: 0px solid;
}

.odd-even-box li:nth-child(6n+2) .asset-content {
  padding-left: 45%;
  padding-right: 0;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content {
  padding: 120px 0px 120px 70px;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content h2 {
  color: #fff;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content h2 a {
  color: #fff;
  text-decoration: none;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content h2 a:hover {
  color: #fff;
  opacity: 0.8;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content .h2 {
  color: #fff;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content .h2 a {
  color: #fff;
  text-decoration: none;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content .h2 a:hover {
  color: #fff;
  opacity: 0.8;
}

.odd-even-box li:nth-child(6n+2) .asset-content .content p {
  color: #fff;
}

.odd-even-box li:nth-child(6n+3) {
  background: #fff;
}

.odd-even-box li:nth-child(6n+3) .img-bg {
  right: 0;
}

.odd-even-box li:nth-child(6n+3) .img-bg:before {
  border-left-color: #fff;
}

.odd-even-box li:nth-child(6n+3) .asset-content {
  padding-right: 45%;
  padding-left: 0;
}

.odd-even-box li:nth-child(6n+3) .asset-content .content {
  padding: 120px 70px 120px 0;
}

.odd-even-box li:nth-child(6n+4) {
  background: #c0c0c0;
}

.odd-even-box li:nth-child(6n+4) .img-bg {
  left: 0;
}

.odd-even-box li:nth-child(6n+4) .img-bg:before {
  right: 0px;
  border-right: 25px solid;
  border-right-color: #c0c0c0;
  border-left: 0px;
}

.odd-even-box li:nth-child(6n+4) .asset-content {
  padding-left: 45%;
  padding-right: 0;
}

.odd-even-box li:nth-child(6n+4) .asset-content .content {
  padding: 120px 0px 120px 70px;
}

.odd-even-box li:nth-child(6n+5) {
  background: #353535;
}

.odd-even-box li:nth-child(6n+5) .img-bg {
  right: 0;
}

.odd-even-box li:nth-child(6n+5) .img-bg:before {
  border-left-color: #353535;
}

.odd-even-box li:nth-child(6n+5) .asset-content {
  padding-right: 45%;
  padding-left: 0;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content {
  padding: 120px 70px 120px 0;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content h2 {
  color: #fff;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content h2 a {
  color: #fff;
  text-decoration: none;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content h2 a:hover {
  color: #fff;
  opacity: 0.8;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content .h2 {
  color: #fff;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content .h2 a {
  color: #fff;
  text-decoration: none;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content .h2 a:hover {
  color: #fff;
  opacity: 0.8;
}

.odd-even-box li:nth-child(6n+5) .asset-content .content p {
  color: #fff;
}

.odd-even-box li:nth-child(6n+6) {
  background: #fff;
}

.odd-even-box li:nth-child(6n+6) .img-bg {
  left: 0;
}

.odd-even-box li:nth-child(6n+6) .img-bg:before {
  right: 0px;
  border-right: 25px solid;
  border-right-color: #fff;
  border-left: 0px;
}

.odd-even-box li:nth-child(6n+6) .asset-content {
  padding-left: 45%;
  padding-right: 0;
}

.odd-even-box li:nth-child(6n+6) .asset-content .content {
  padding: 120px 0px 120px 70px;
}

/*Extranet Header Search*/
.header-search-sec {
  width: 100%;
  float: left;
  background: url(../images/search-bg-header.jpg) no-repeat;
  background-size: cover;
  padding: 35px 0px;
}

.header-search-sec .search-field-sec {
  background: #eeeeee;
}

.header-search-sec.search-hide {
  padding: 0;
  background: none;
}

.bredcrumb {
  width: 100%;
  float: left;
  margin-top: 15px;
}

.bredcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

.bredcrumb ul li {
  display: inline-block;
  font-size: 12px;
  color: #c0c0c0;
  padding-right: 5px;
  position: inherit;
}

.bredcrumb ul li:before {
  display: none;
}

.bredcrumb ul li a {
  color: #015a82;
}

.bredcrumb ul li a:hover {
  /*color:$grey-color3;*/
  color: #003b5a;
}

.bredcrumb ul li:after {
  content: '|';
  display: inline-block;
  margin-left: 8px;
}

.bredcrumb ul li:last-child:after {
  display: none;
}

.bredcrumb .official {
  font-size: 1.125em;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-75Bd;
  float: right;
  color: #404040;
}

.right-sidebar {
  background: #eeeeee;
  position: relative;
}

.right-sidebar:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 100%;
  right: -100%;
  background: #eeeeee;
  height: 100%;
}

.right-sidebar:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 20px;
  left: -10px;
  background: #eeeeee;
  height: 100%;
  display: none;
}

.left-col {
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
  padding-right: 20px;
}

.left-col:after {
  content: '';
  position: absolute;
  top: 0px;
  width: 200%;
  right: -200%;
  /*background:$grey-color-lt;*/
  height: 100%;
}

.left-col h2 {
  border-bottom: solid 2px #959595;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.featured-box-inner {
  border-bottom: solid 2px #d5d5d5;
  margin-top: 30px;
  padding-bottom: 15px;
}

.load-more {
  margin-top: 60px;
  text-align: center;
}

.load-more .button {
  font-family: HelveticaNeueETW01-75Bd;
  padding: 6px 35px;
}

.side-bar-sec {
  padding: 50px 0px 50px 10px;
  width: 100%;
  float: left;
}

.side-bar-sec .featured-box {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

.side-bar-sec h2 {
  margin-top: 20px;
  float: left;
}

.side-bar-sec .right-btn {
  float: right;
  margin-top: 12px;
  margin-bottom: 20px;
}

.info-exchange {
  width: 100%;
  float: left;
  font-size: 20px;
  font-family: HelveticaNeueETW01-75Bd;
  background: #037bb0;
  position: relative;
  padding: 23px 23px 23px 173px;
  color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info-exchange:before {
  content: '';
  background: url(../images/group-icon.svg) no-repeat center #0472a3;
  position: absolute;
  left: 0px;
  height: 100%;
  display: inline-block;
  width: 150px;
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info-exchange.group:before {
  background-image: url(../images/group-icon.svg);
  background-size: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0472a3;
}

.info-exchange.cse:before {
  background-image: url(../images/Catalogue-of-Security-Equipment.svg);
  background-size: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0472a3;
}

.info-exchange:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  opacity: 0.9;
}

.info-exchange:hover:before {
  background-color: #0472a3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info-exchange:hover.group {
  color: #fff;
}

.info-exchange:hover.group:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #0472a3;
}

.info-exchange span {
  display: block;
  font-size: 16px;
  font-family: HelveticaNeueETW01-55Rg;
  line-height: 24px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  margin-top: 10px;
}

.threat-report-box {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.threat-report-box .img-box {
  position: relative;
  display: block;
}

.threat-report-box .img-box h2 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  margin-top: 0px;
}

.threat-report-box .content-box {
  background: #fff;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.threat-report-box .content-box .title {
  font-size: 1.125em;
  font-family: HelveticaNeueETW01-65Md;
  text-transform: uppercase;
  color: #000;
}

.threat-report-box .content-box .title a {
  color: #000;
  text-decoration: none;
}

.threat-report-box .content-box .title a:hover {
  color: #015a82;
}

.threat-report-box .content-box a {
  font-family: HelveticaNeueETW01-65Md;
  color: #1575ba;
  text-decoration: none;
}

.threat-report-box .content-box a:hover {
  color: #000;
}

.forthcoming-events {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}

.forthcoming-events .content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 8% 40px;
}

.forthcoming-events .content h2 {
  color: #fff;
  float: none;
  line-height: 38px;
  margin: 0px;
  margin-bottom: 10px;
}

.forthcoming-events .content p {
  color: #fff;
  font-family: HelveticaNeueETW01-65Md;
}

.alert-box-sec {
  width: 100%;
  float: left;
  padding: 0px 0px;
  background: #015a82;
  position: relative;
}

.alert-box-sec .alert-box {
  width: 100%;
  background: #015a82;
  padding: 12px 10px;
  display: table;
  max-width: 1190px;
  margin: 0 auto;
}

.alert-box-sec .alert-box .table-cell {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  width: 255px;
}

.alert-box-sec .alert-box .title {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: HelveticaNeueETW01-75Bd;
  background: #248ec0;
  padding: 2px 14px;
  vertical-align: top;
}

.alert-box-sec .alert-box .title span {
  display: inline-block;
  font-family: HelveticaNeueETW01-55Rg;
}

.alert-box-sec .alert-box .title span:before {
  content: '|';
  font-family: HelveticaNeueETW01-65Md;
  display: inline-block;
  margin: 0 20px;
}

.alert-box-sec .alert-box p {
  color: #fff;
  display: table-cell;
  /* width: calc(100% - 260px);*/
  padding-left: 10px;
  /* float: left; */
  font-size: 12px;
  line-height: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 30px;
  vertical-align: middle;
}

.alert-box-sec .alert-box .close-btn {
  width: 15px;
  height: 14px;
  background: url(../images/close-icon.png);
  background-size: cover;
  display: block;
  position: absolute;
  right: 25px;
  top: 18px;
  cursor: pointer;
}

.background {
  /* background:url(../images/login-bg.jpg) no-repeat;
    background-size:cover;
    background-position:center;
 
    width:100%;
    height:100%;
	overflow-x: inherit;*/
}

.background .wrapper {
  background: url(../images/login-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.background .top-header {
  border-bottom: 0px;
  background: none;
}

.login_wrapper {
  height: calc(100% - 115px);
}

.login-wrap {
  height: calc(100% - 115px);
}

.login-wrap .login-box .title {
  text-align: center;
  background: rgba(0, 73, 110, 0.65);
  font-size: 1.625em;
  color: #fff;
  font-family: HelveticaNeueETW01-65Md;
  text-transform: uppercase;
  padding: 30px 0px;
}

.login-wrap .login-box .login-sec {
  padding: 30px 75px;
  background: rgba(255, 255, 255, 0.85);
  float: left;
  width: 100%;
}

.login-wrap .login-box .login-sec label {
  font-size: 1.375em;
  font-family: HelveticaNeueETW01-65Md;
  color: #353535;
  display: inline-block;
  width: 25%;
}

.login-wrap .login-box .login-sec label.otp {
  width: 14%;
}

.login-wrap .login-box .login-sec a {
  font-family: HelveticaNeueETW01-65Md;
  font-size: 14px;
  color: #015a82;
  text-decoration: none;
}

.login-wrap .login-box .login-sec a:hover {
  color: #000;
}

.login-wrap .login-box .login-sec .input {
  background: #fff;
  border: solid 1px #dbdbdb;
  width: 74%;
  border-radius: 5px;
  font-family: HelveticaNeueETW01-46Lt;
  color: #353535;
  padding: 10px 15px 13px;
  font-size: 1.25em;
  margin-bottom: 25px;
}

.login-wrap .login-box .login-sec .input.otp {
  width: 85%;
}

.login-wrap .login-box .login-sec .login-btn {
  display: inline-block;
  font-size: 14px;
  color: #015a82;
  border: solid 2px #015a82;
  padding: 6px 25px;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  background: none;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  float: right;
  margin-top: 4px;
}

.login-wrap .login-box .login-sec .login-btn:hover {
  background: #015a82;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.login-wrap .login-box .login-sec .login-btn.otp {
  margin-left: 20px;
}

.login-wrap .login-box .login-sec .forgot-link {
  margin-top: 12px;
  display: inline-block;
}

.login-wrap .login-box .login-sec p {
  margin-bottom: 35px;
}

.login-wrap .login-box .login-sec .form-item {
  margin-top: 0px;
  margin-bottom: 0px;
}

.login-wrap .login-box .login-sec .form-actions {
  margin: 0px !important;
  font-size: 14px;
  font-family: HelveticaNeueETW01-65Md;
}

.login-wrap .login-box .login-sec #password-policy-password-tab label {
  width: 100%;
  margin-bottom: 15px;
}

.login-wrap .login-box .login-sec #password-policy-password-tab .input {
  width: 100%;
}

.login-wrap .login-box .login-sec #user-pass label {
  width: 100%;
  margin-bottom: 15px;
}

.login-wrap .login-box .login-sec #user-pass .input {
  width: 100%;
}

.login-wrap .login-box .login-sec #fam-tfa-second-factor-form label {
  width: 100%;
  margin-bottom: 15px;
}

.login-wrap .login-box .login-sec #fam-tfa-second-factor-form .input {
  width: 100%;
}

.login-wrap .login-box .login-sec #user-login .forgot-link {
  margin-top: 0px;
}

.login-wrap .login-box .login-sec .ajax-progress .message {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.login-wrap .login-box .login-sec .form-required {
  color: #015a82;
  font-weight: normal;
}

/*Course*/
.course-wrapper {
  width: 100%;
  float: left;
  position: relative;
}

.course-wrapper .course_banner {
  width: 100%;
  height: 407px;
}

.course-wrapper .course_banner div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.course-wrapper .course_banner .texture-bg {
  width: 100%;
  display: block;
  height: 400px;
  background: url(../images/banner-texture.png);
  -webkit-box-shadow: inset 0 7px 15px -7px rgba(255, 255, 255, 0.9);
          box-shadow: inset 0 7px 15px -7px rgba(255, 255, 255, 0.9);
  text-align: center;
  color: #fff;
}

.course-wrapper .course_banner .texture-bg .title {
  font-size: 2.625em;
  line-height: 52px;
  color: #fff;
  font-family: HelveticaNeueETW01-75Bd;
  margin: 0 auto;
  margin-bottom: 0px;
}

.course-wrapper .course_banner .texture-bg p {
  margin-bottom: 35px;
  font-size: 1.125em;
  font-family: HelveticaNeueETW01-75Bd;
  margin-top: 20px;
}

.course-wrapper .course_banner .texture-bg .table {
  background: rgba(0, 0, 0, 0.4);
}

.course-wrapper .course_banner .col-sm-10 {
  float: none;
  display: inline-block;
  padding: 0;
  max-width: 980px;
}

.course_listing {
  clear: both;
  padding: 0px 0 0px;
}

.course_listing h2 {
  background: #ededed;
  position: relative;
  padding: 35px 0;
  margin: 0px;
}

.course_listing h2:after, .course_listing h2:before {
  content: "";
  background: #ededed;
  width: 100%;
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
}

.course_listing h2:after {
  left: 100%;
}

.course_listing .btn_course_details {
  padding-top: 10px;
}

.course_listing .list-block .course-list {
  position: relative;
  padding: 50px 0 40px;
  border-bottom: 2px solid #d3d3d3;
}

.course_listing .list-block .course-list:last-child {
  border-bottom: 0px;
}

.course_listing .list-block .course-list h4 a {
  color: #000;
  text-decoration: none;
}

.course_listing .list-block .course-list h4 a:hover {
  color: #015a82;
}

.course_listing figure {
  width: 134px;
  height: 134px;
  border-radius: 100%;
  overflow: hidden;
  background: #248ec0;
  position: relative;
}

.course_listing figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.course_listing h4 .date {
  position: relative;
  font-size: 16px;
  color: #6f6f6f;
  display: block;
  padding: 10px 0 0px;
  font-family: HelveticaNeueETW01-75Bd;
}

.course_listing h4 .date:after {
  content: "";
  border-bottom: 1px solid #2f2f2f;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding-bottom: 10px;
}

.course_listing .course_blocks {
  margin-bottom: 45px;
  text-align: left;
}

.course_listing .course_blocks h2 {
  background: none;
  color: #02476e;
  text-align: right;
  margin: 0;
  padding: 0;
}

.course_listing .course_blocks h2:after, .course_listing .course_blocks h2:before {
  display: none;
}

.course_listing .course_blocks .course_txt {
  position: relative;
  padding-bottom: 32px;
}

.course_listing .course_blocks .course_txt:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #bdbdbd;
  width: 60px;
  bottom: 0px;
  left: 0;
}

.course_listing .course_blocks .course_txt.noafter:after {
  display: none;
}

.course_listing .course_blocks .course_txt .price_block {
  font-size: 1.25em;
  margin-bottom: 18px;
}

.course_listing .course_blocks .course_txt .price_block strong {
  display: inline-block;
  width: 300px;
  font-weight: normal;
}

.course_listing .course_blocks .course_txt .price_button_register {
  padding-top: 25px;
}

.course_listing .course_blocks .course_txt.intro {
  font-weight: bold;
}

.course_listing .course_blocks.last {
  margin-bottom: 0px;
}

.course_listing .course_link {
  padding-top: 20px;
}

.course_listing .course_link a {
  position: relative;
  text-decoration: none;
}

.course_listing .course_link a:before {
  content: "|";
  display: inline-block;
  padding: 0 10px;
}

.course_listing .course_link a:first-child:before {
  display: none;
}

.course_summary {
  margin-bottom: 70px;
}

.course_summary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course_summary ul li {
  position: relative;
}

.course_summary .img-bg {
  position: absolute;
  left: 0;
  width: 31%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.course_summary .asset-content {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  font-weight: bold;
  /*padding-left: 50px;
       position: absolute;
        left: 31%;*/
}

.course_summary .asset-content .content {
  padding: 70px 0px 70px 0px;
  font-size: 1.25em;
  padding-left: 400px;
}

.course_summary .asset-content .content .content-row {
  margin-bottom: 15px;
}

.course_summary .asset-content .content label {
  width: 270px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
}

.course_summary .asset-content .content data {
  font-weight: normal;
  display: inline-block;
  width: 60%;
}

.course_summary .container {
  min-height: 370px;
  position: static;
  background: #d3d3d3;
}

.pay-now-sec {
  margin: 0 auto;
  float: none;
}

.overview-form {
  margin: 0;
  padding: 0;
  list-style: none;
}

.overview-form #OrderForm li span {
  width: 49%;
  display: inline-block;
  margin-right: 2%;
  float: left;
}

.overview-form #OrderForm li span:last-child {
  margin-right: 0;
}

.overview-form li, .overview-form > div {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  float: left;
  /*span{

            width:49%;
            display:inline-block;
            margin-right:2%;
            float:left;

            &:last-child{
                margin-right:0;

            }

        }*/
}

.overview-form li:before, .overview-form > div:before {
  display: none;
}

.overview-form li label, .overview-form > div label {
  font-family: HelveticaNeueETW01-75Bd;
}

.overview-form li .input, .overview-form > div .input {
  width: 100%;
  border: solid 1px #b1b1b1;
  padding: 10px;
}

.overview-form li em, .overview-form > div em {
  color: #015a82;
  font-style: normal;
}

.overview-form li .form-required, .overview-form > div .form-required {
  color: #015a82;
  font-style: normal;
}

.overview-form li .webform-component-checkboxes label, .overview-form > div .webform-component-checkboxes label {
  font-family: HelveticaNeueETW01-55Rg;
  font-size: 14px;
  padding: 0;
  font-weight: normal;
  padding-left: 0px !important;
}

.overview-form li .webform-component-checkboxes.webform-component--terms-and-conditions label, .overview-form > div .webform-component-checkboxes.webform-component--terms-and-conditions label {
  display: none;
}

.overview-form li .webform-component-checkboxes.webform-component--terms-and-conditions .form-checkboxes label, .overview-form > div .webform-component-checkboxes.webform-component--terms-and-conditions .form-checkboxes label {
  display: inline-block;
}

.overview-form li .grippie, .overview-form > div .grippie {
  display: none !important;
}

.overview-form li.half-input, .overview-form > div.half-input {
  position: relative;
}

.overview-form li.half-input .first, .overview-form > div.half-input .first {
  width: 49%;
  margin-right: 2%;
  float: left;
}

.overview-form li.half-input .second, .overview-form > div.half-input .second {
  width: 49%;
  margin-right: 0;
  float: left;
}

.overview-form li.half-input .form-item, .overview-form > div.half-input .form-item {
  width: 100%;
  display: inline-block;
  margin-right: 0;
  float: left;
}

.overview-form li.half-input .form-item:last-child, .overview-form > div.half-input .form-item:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .overview-form li.half-input, .overview-form > div.half-input {
    margin-bottom: 0px;
  }
  .overview-form li.half-input .first, .overview-form li.half-input .second, .overview-form > div.half-input .first, .overview-form > div.half-input .second {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.overview-form .submit-btn {
  padding-top: 20px;
  width: 100%;
  float: left;
}

.overview-form input.checkbox:focus + .option:before {
  border: solid 1px #076eb2;
}

.overview-form .captcha {
  width: 100%;
}

.overview-form .captcha legend {
  display: none;
}

.overview-form .captcha .fieldset-description {
  display: none;
}

.overview-form .captcha img {
  max-width: 150px;
}

.overview-form .captcha label {
  font-weight: normal;
  display: none;
}

.overview-form .captcha .form-text {
  border: solid 1px #b1b1b1;
  padding: 10px;
}

.overview-form .captcha .form-text.error {
  border: solid 1px #e23726 !important;
}

.overview-form .captcha .description {
  font-size: 12px;
}

.overview-form .webform-component-radios {
  width: 100%;
  float: left;
  margin-bottom: 20px !important;
}

.overview-form .webform-component-radios label {
  font-family: HelveticaNeueETW01-75Bd;
}

.overview-form .webform-component-radios .form-radios .form-item {
  display: inline-block;
}

.overview-form .webform-component-radios .form-radios label {
  font-family: HelveticaNeueETW01-55Rg;
}

.overview-form .webform-datepicker label {
  display: none;
}

.overview-form .webform-datepicker .form-item {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.overview-form .webform-component--gender label {
  display: block;
}

.overview-form .webform-container-inline .dropdown-menu {
  display: none;
}

.overview-form .webform-container-inline .open > .dropdown-menu {
  display: block;
}

.overview-form .webform-calendar {
  padding: 0px !important;
}

.overview-form .form-required {
  color: #015a82;
  font-style: normal;
}

.overview-form .webform-component--consent label {
  display: none;
}

.overview-form .webform-component--consent .form-checkboxes label {
  display: inline-block;
}

.overview-details {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #b1b1b1;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.overview-details li {
  display: block;
  margin-bottom: 20px;
  font-size: 1.25em;
}

.overview-details li:before {
  display: none;
}

.overview-details li span {
  display: inline-block;
}

.overview-details li span:first-child {
  color: #015a82;
  font-family: HelveticaNeueETW01-65Md;
  width: 170px;
}

.overview-details li span.name {
  font-family: HelveticaNeueETW01-75Bd;
}

/*Threats*/
._feature {
  width: 100%;
  float: left;
  background: url(../images/featuredbg.png) no-repeat;
  background-size: cover;
  padding: 55px 0px 40px;
  color: #fff;
}

._feature h2 {
  margin: 0px 0px 25px;
}

._feature h2 span {
  font-family: HelveticaNeueETW01-55Rg;
  display: inline-block;
  float: right;
  padding-left: 15px;
  font-weight: normal;
}

._feature h2 span:before {
  content: "|";
  position: relative;
  left: -15px;
  top: 0px;
  font-size: 1em;
  font-family: HelveticaNeueETW01-75Bd;
}

._feature .continue-reading {
  padding-top: 10px;
}

._feature .continue-reading a {
  color: #78adc8;
  text-decoration: none;
}

._feature .continue-reading a:hover {
  color: #fff;
}

.threat-report-wrapper {
  /*padding-top: 30px;*/
  clear: both;
}

.explore_wrapper {
  border-top: solid 2px #959595;
  padding-top: 50px;
  margin-top: 50px;
}

.explore_wrapper h2 {
  text-align: left;
  margin-bottom: 35px;
}

.explore_wrapper .asset-box {
  padding: 0 10px 20px;
}

.explore_wrapper .asset-box h2 {
  text-align: center;
}

.explore_wrapper .asset-box .overlap-sec {
  position: relative;
}

.explore_wrapper .asset-box .overlap-sec a {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  text-decoration: none;
}

.explore_wrapper .title-sec {
  margin-bottom: 35px;
}

.explore_wrapper .title-sec h2 {
  margin-bottom: 25px;
}

.threat-reports-sec {
  border-top: solid 2px #959595;
  padding-top: 50px;
  margin-top: 50px;
}

.threat-reports-sec .threat-box {
  position: relative;
  margin-top: 30px;
}

.threat-reports-sec .threat-box .overlap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 20px;
}

.threat-reports-sec .threat-box .overlap h3 {
  font-size: 1.3125em;
  color: #fff;
  margin: 0;
}

.threat-reports-sec .threat-box a {
  display: block;
  text-decoration: none;
}

.threat-reports-sec .threat-box a .overlap {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.threat-reports-sec .threat-box a:hover .overlap {
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.group-intro h1 {
  text-align: center;
}

.group-details {
  padding-bottom: 50px;
}

.group-details .group-intro {
  padding: 0px;
  margin: 0;
  border-bottom: 0px;
}

.group-details .published-date {
  font-family: HelveticaNeueETW01-65Md;
  display: inline-block;
}

.group-details .published-date:after {
  content: '|';
  padding: 0 8px 0px 10px;
}

.group-list {
  text-align: center;
  padding: 35px 0px;
}

.group-list .container .row {
  /*padding-top: 25px;
            padding-bottom: 25px;*/
}

.group-list .container .row:first-child {
  border: 0;
}

.group-list .group-icons {
  width: 130px;
  height: 130px;
  background: #015a82;
  border-radius: 100%;
  display: inline-block;
  padding: 30px 20px;
  margin-bottom: 10px;
}

.group-list .group-icons .icon {
  width: 78px;
  height: 68px;
  background: url(../images/group-icons.png) no-repeat;
  display: inline-block;
  margin-top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.group-list .group-icons .icon.memeber-contact {
  background-position: -112px 0px;
}

.group-list .group-icons .icon.agenda {
  background-position: -213px 0px;
}

.group-list .group-icons .icon.usefullinfo {
  background-position: -317px 0px;
}

.group-list .group-icons .icon.forum-icon {
  background-position: -400px 0px;
  margin-top: 4px;
}

.group-list .group-box {
  border-right: solid 2px #d3d3d3;
  margin: 25px 0px;
  /*        &:last-child{
            border-right:0px;
        }*/
}

.group-list .group-box:nth-of-type(3) {
  border-right: 0px;
}

.group-list .group-box:nth-of-type(6) {
  border-right: 0px;
}

.group-list .group-box:nth-of-type(9) {
  border-right: 0px;
}

.group-list .group-box:nth-of-type(12) {
  border-right: 0px;
}

.group-list .group-box:nth-of-type(15) {
  border-right: 0px;
}

.group-list .group-box.last {
  border-right: 0px;
}

.group-list .group-box p {
  font-size: 1.25em;
  font-family: HelveticaNeueETW01-65Md;
}

.group-list .group-box a {
  display: block;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

.group-list .group-box a:hover {
  color: #015a82;
}

.group-list .group-box a:hover .icon {
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.group-list .group-box a:hover .icon.forum-icon {
  margin-top: -1px;
}

.group-list .group-box.inner {
  padding-top: 40px;
  padding-bottom: 20px;
  border-left: solid 2px #d3d3d3;
  border-right: 0px;
  display: inline-block;
  width: 49.5%;
  float: none;
}

.group-list .group-box.inner:last-child {
  border-right: solid 2px #d3d3d3;
}

.group-list .group-box.inner:last-child:before {
  display: none;
}

.group-list .group-box.inner:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: solid 2px #fff;
  top: 0px;
  right: -4px;
}

.group-list .group-box.inner:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: solid 2px #fff;
  top: 0px;
  left: 0;
}

.group-list .group-box.inner p {
  display: inline-block;
}

.group-list .group-box.inner p.title {
  vertical-align: top;
  padding-top: 7%;
  text-align: left;
  padding-left: 20px;
  max-width: 40%;
}

.group-list .group-box.inner a:hover .icon {
  margin-top: 0px;
}

.group-list.inner-page {
  padding: 0px;
}

.event-sec {
  margin-top: 50px;
}

.event-sec .col-sm-3, .event-sec .col-sm-9 {
  padding: 0px;
}

.event-sec .event-date {
  margin: 0;
  padding: 0;
}

.event-sec .event-date li {
  display: block;
  font-size: 1.25em;
  font-family: HelveticaNeueETW01-75Bd;
}

.event-sec .event-date li a {
  display: block;
  padding: 15px;
  color: #6f6f6f;
  border-left: solid 10px #cccccc;
  background: #e5e5e5;
  text-decoration: none;
  position: relative;
}

.event-sec .event-date li a:after {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  background-image: url(../images/curve-shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 15px;
  left: 0px;
  bottom: -8px;
  z-index: 1;
}

.event-sec .event-date li a:hover {
  color: #fff;
  background-image: none;
}

.event-sec .event-date li:last-child a:after {
  display: none;
}

.event-sec .event-date li.active a {
  color: #fff;
}

.event-sec .list {
  background: #efefef;
  padding: 7px 30px 6px;
  margin: 0;
}

.event-sec .list li {
  display: block;
  border-bottom: solid 1px #b8b8b8;
}

.event-sec .list li:last-child {
  border-bottom: 0px;
}

.event-sec .list li a {
  padding: 20px 0px 20px 40px;
  display: block;
  position: relative;
  text-decoration: none;
}

.event-sec .list li a:before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0px;
}

.event-sec .list li a.pdf:before {
  background: url(../images/file-icons.png) no-repeat;
}

.event-sec .list li a.word:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -28px 0px;
}

.event-sec .list li a.ppt:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -56px 0px;
}

.event-sec .list li a.excel:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -112px 0px;
}

.event-sec .list li a.zip:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -140px 0px;
}

.event-sec .list li a.indd:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -167px 0px;
}

.event-sec .list li a.idml:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -194px 0px;
}

.memeber-list {
  width: 100%;
  float: left;
  border-bottom: solid 2px #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.memeber-list .title {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  border-bottom: solid 2px #e5e5e5;
  margin-bottom: 10px;
}

.memeber-list .title li {
  font-size: 1.25em;
  font-family: HelveticaNeueETW01-65Md;
  width: 25%;
  float: left;
  padding-bottom: 20px;
}

.memeber-list .list {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  list-style: none;
}

.memeber-list .list li {
  float: left;
  width: 25%;
  padding: 5px 5px 5px 0px;
  font-size: 14px;
}

.memeber-list .list li strong {
  font-family: HelveticaNeueETW01-75Bd;
  font-weight: normal;
  position: relative;
}

.memeber-list .list li strong .tool-tip {
  position: absolute;
  display: inline-block;
  top: 0px;
  right: -90px;
  background: #015a82;
  color: #fff;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  padding: 0 5px;
}

.memeber-list .list li strong .tool-tip:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  left: -10px;
  display: block;
  top: 0;
  border-right: 10px solid #015a82;
}

.memeber-list .list li a {
  font-family: HelveticaNeueETW01-65Md;
  text-decoration: none;
}

.memeber-list .list li span {
  display: none;
  padding-right: 10px;
}

/*
Featured news & News & News Details
*/
.featured_news_wrapper {
  clear: both;
  background: #eeeeee;
  padding: 35px 0 30px;
  margin-top: 35px;
}

.featured_news_wrapper .featureed-news {
  padding-left: 38px;
}

.featured_news_wrapper .featureed-news h2 {
  position: relative;
}

.featured_news_wrapper .featureed-news h2 a {
  color: #000;
  text-decoration: none;
}

.featured_news_wrapper .featureed-news h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 60px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.featured_news_wrapper .table .table-cell {
  vertical-align: bottom;
}

.featured_news_wrapper figure {
  position: relative;
}

.featured_news_wrapper figure span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  padding: 10px 20px;
  left: 0px;
}

.featured_news_wrapper .readmore {
  margin-bottom: 0;
}

.news_listing {
  clear: both;
  padding: 35px 0 0px;
}

.news_listing .table .table-cell {
  vertical-align: top;
}

.news_listing .table .table-cell.cellmiddle {
  vertical-align: middle;
}

.news_listing h2 {
  border-bottom: 2px solid #959595;
  padding: 13px 0;
  margin: 0px;
}

.news_listing .list-block .news-list {
  position: relative;
  padding: 40px 0 40px;
  border-bottom: 2px solid #d3d3d3;
}

.news_listing .list-block .news-list:last-child {
  /*border-bottom:0px;*/
}

.news_listing .list-block .news-list .readmore {
  margin-bottom: 0px;
}

.news_listing figure {
  position: relative;
}

.news_listing figure span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  color: #fff;
  padding: 5px 20px;
  left: 0px;
}

.news_listing h4 {
  position: relative;
}

.news_listing h4 a {
  color: #000;
  text-decoration: none;
}

.news_listing h4:after {
  content: "";
  border-bottom: 1px solid #2f2f2f;
  width: 60px;
  position: absolute;
  bottom: -10px;
  left: 0;
  padding-bottom: 10px;
}

.page-news .item-list .pager {
  padding-bottom: 70px;
  position: relative;
}

/*News Color*/
.news_details {
  clear: both;
  padding: 35px 0 30px;
}

.news_details h1 {
  position: relative;
  text-align: left;
}

.news_details h1:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 60px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.news_details .backnews {
  text-align: right;
}

.news_details figure {
  text-align: right;
  padding-left: 20px;
  float: right;
}

.news_details .news-container {
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 35px;
  margin-bottom: 50px;
}

.news_details .pagination-back {
  display: inline-block;
  border-left: solid 2px #d3d3d3;
  padding-left: 30px;
  margin-left: 20px;
}

.news_details .news-pagination {
  display: inline-block;
}

.news_details .news-pagination a {
  background: #00496e;
  color: #fff;
  font-size: 14px;
  padding: 10px 22px 10px 60px;
  font-family: HelveticaNeueETW01-65Md;
  text-transform: uppercase;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}

.news_details .news-pagination a.prev-btn:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
  padding: 0px 15px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #00283C;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

.news_details .news-pagination a.next-btn {
  padding: 10px 75px 10px 45px;
}

.news_details .news-pagination a.next-btn:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
  padding: 0px 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #00283C;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

.news_details .news-pagination a:hover {
  background: #1c709b;
}

.news_details .news-pagination a:hover:before {
  background: #025179;
}

.disclaimer-popup {
  background: rgba(0, 0, 0, 0.7);
}

.disclaimer-popup .modal-content {
  border-radius: 0;
}

.disclaimer-popup .modal-content .modal-header {
  background: #015a82;
  padding: 25px 30px;
}

.disclaimer-popup .modal-content .modal-header h2 {
  text-transform: uppercase;
  color: #fff;
}

.disclaimer-popup .modal-content .button {
  background: none;
  color: #015a82;
  border: solid 2px #015a82;
  font-size: 14px;
  padding: 8px 22px;
  margin: 0 8px;
}

.disclaimer-popup .modal-content .button.blue {
  background: #015a82;
  color: #fff;
  border: solid 2px #015a82;
}

.disclaimer-popup .modal-content .button.blue:hover {
  border: solid 2px #004767;
  background: #004767;
  color: #fff;
}

.disclaimer-popup .modal-content .button:hover {
  background: #015a82;
  color: #fff;
}

.disclaimer-popup .modal-content .terms-link {
  float: left;
  padding-top: 7px;
}

.disclaimer-popup .modal-content .modal-body {
  padding: 15px 30px;
}

.disclaimer-popup .modal-content .modal-footer {
  padding: 15px 10px;
  text-align: center;
}

.video-gallery-wrap {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 90px;
}

.video-gallery-wrap .slick-slider {
  position: static !important;
}

.video-gallery-wrap .video-gallery {
  position: static;
}

.video-gallery-wrap .video-gallery .col-sm-9, .video-gallery-wrap .video-gallery .col-sm-3, .video-gallery-wrap .video-gallery .col-sm-5, .video-gallery-wrap .video-gallery .col-sm-7 {
  padding: 0;
}

.video-gallery-wrap .video-gallery .sl1-part1 {
  width: 74%;
}

.video-gallery-wrap .video-gallery .sl1-part2 {
  width: 25.5%;
}

.video-gallery-wrap .video-gallery .sl2-part1 {
  width: 26.4%;
}

.video-gallery-wrap .video-gallery .sl2-part2 {
  width: 73%;
}

.video-gallery-wrap .video-gallery .sl3-part1 {
  width: 44.3%;
}

.video-gallery-wrap .video-gallery .sl3-part2 {
  width: 55%;
}

.video-gallery-wrap .video-gallery .grid {
  padding: 10px;
  float: left;
}

.video-gallery-wrap .video-gallery .grid.col-5 {
  width: 45%;
}

.video-gallery-wrap .video-gallery .grid.col-7 {
  width: 55%;
}

.video-gallery-wrap .video-gallery .grid.col-9 {
  width: 80%;
}

.video-gallery-wrap .video-gallery .grid.col-6 {
  width: 50%;
}

.video-gallery-wrap .video-gallery .grid .cont-sec {
  position: relative;
  display: block;
}

.video-gallery-wrap .video-gallery .grid .table-cell {
  vertical-align: bottom;
}

.video-gallery-wrap .video-gallery .grid .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(1, 90, 130, 0.7);
  padding: 20px 20px;
  font-size: 1.375em;
  color: #fff;
  font-family: HelveticaNeueETW01-65Md;
}

.video-gallery-wrap .video-gallery .grid .play-icon {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  text-align: center;
}

.video-gallery-wrap .video-gallery .grid .play-icon .play {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: solid 4px #fff;
  border-radius: 100%;
  background: url(../images/play-icon.png) no-repeat 15px center;
}

.video-gallery-wrap .video-gallery .grid .play-icon .play.big {
  width: 60px;
  height: 60px;
  background-position: 20px center;
}

.video-gallery-wrap .video-gallery .grid .play-icon .play.mid {
  width: 55px;
  height: 55px;
  background-position: 18px center;
}

.video-gallery-wrap .video-gallery .grid.top97 {
  position: relative;
  top: 97px;
}

.video-gallery-wrap .video-gallery .grid.right {
  float: right;
}

.video-gallery-wrap .video-gallery .grid a {
  display: block;
}

.video-gallery-wrap .video-gallery .small-col .grid .title {
  font-size: 1.125em;
  padding: 10px 20px;
}

.video-gallery-wrap .video-gallery .small-col .grid .play-icon {
  top: 30%;
}

.video-gallery-wrap .video-gallery .small-col .grid .play-icon .play {
  width: 45px;
  height: 45px;
  background-position: 13px center;
}

.video-gallery-wrap .video-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
  border: 0;
  background: #e5e5e5;
  font-size: 0px;
  padding: 30px 20px;
  left: 0px;
  opacity: 1;
}

.video-gallery-wrap .video-gallery .slick-arrow:before {
  content: "\f104";
  font-family: 'FontAwesome';
  color: white;
  text-indent: 0;
  font-size: 45px;
  padding: 0px 5px;
  position: relative;
  top: 5px;
  text-shadow: 2px 2px 2px #ccc;
}

.video-gallery-wrap .video-gallery .slick-arrow.slick-next {
  right: 0px;
  left: auto;
}

.video-gallery-wrap .video-gallery .slick-arrow.slick-next:before {
  content: "\f105";
  font-family: 'FontAwesome';
}

.video-gallery-wrap .video-gallery .slick-dots {
  padding: 0px;
  width: 100%;
  text-align: center;
  position: absolute;
  list-style: none;
  bottom: -60px;
  left: 0px;
}

.video-gallery-wrap .video-gallery .slick-dots li {
  display: inline-block;
  margin: 0px 5px;
}

.video-gallery-wrap .video-gallery .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  text-indent: -9999px;
  background: #e5e5e5;
  border: 0;
  border-radius: 100%;
  border: 0;
}

.video-gallery-wrap .video-gallery .slick-dots li.slick-active button {
  background: #015a82;
}

.video-popup {
  background: rgba(0, 0, 0, 0.7);
}

.video-popup .modal-dialog .modal-content {
  border-radius: 0px;
}

.video-popup .modal-dialog .modal-content .modal-body {
  padding: 0px 75px 75px;
}

.video-popup .modal-dialog .modal-content .modal-header {
  padding: 28px 75px 10px 75px;
  border: 0px;
  position: relative;
}

.video-popup .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 75px;
  top: 16px;
  font-weight: normal;
  font-size: 3.125em;
  color: #000;
  opacity: 1;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.30%;
  /* padding-top:30px;*/
  height: 0;
  overflow: hidden;
}

.videoWrapper iframe,
.videoWrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms .pager-load-more {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pager-load-more {
  margin-top: 60px !important;
  text-align: center;
  padding-left: 0px !important;
}

.pager-load-more li:before {
  display: none;
}

.pager-load-more a {
  display: inline-block;
  color: #fff !important;
  background: #015a82;
  border: solid 2px #015a82;
  font-size: 14px;
  padding: 8px 22px;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-75Bd !important;
  font-weight: normal;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

.pager-load-more a:hover {
  background: #004767;
  color: #fff;
  border: solid 2px #004767;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pager-load-more li {
  padding: 0px;
  margin: 0px;
}

/*Checkbox*/
input[type=checkbox] {
  opacity: 0;
  float: left;
  margin-left: 0px !important;
  width: 0px;
}

input[type=checkbox] + label {
  margin: 0 0 0 35px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  float: left;
}

input[type=checkbox] + label ~ label {
  margin: 0 0 0 40px;
}

input[type=checkbox] + label:before {
  content: ' ';
  position: absolute;
  left: -35px;
  top: 0px;
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  border: solid 1px #999999;
}

input[type=checkbox] + label:after {
  content: ' ';
  position: absolute;
  left: -35px;
  top: 0px;
  width: 25px;
  height: 25px;
  display: block;
  z-index: 1;
  background: url(../images/check.png) no-repeat center #015a82;
  -webkit-transition: all .2s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.overview-form input[type=checkbox] + label:before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  left: -38px;
}

.overview-form input[type=checkbox] + label:after {
  left: -38px;
}

.overview-form input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.overview-form input[type=checkbox].error + label:before {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  left: -38px;
  border: solid 1px #F00;
}

.overview-form input[type=checkbox].error + label:after {
  left: -38px;
}

.overview-form input[type=checkbox].error:checked + label:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.contact-page {
  width: 100%;
  float: left;
  padding: 40px 0px 0px;
}

.contact-page h1 {
  margin-bottom: 40px;
  position: relative;
}

.contact-page h1:after {
  content: '';
  width: 80px;
  border-bottom: solid 1px #015a82;
  position: absolute;
  bottom: -5px;
  left: 0px;
}

.contact-page h2 {
  margin-top: 40px;
}

.contact-page strong {
  font-weight: normal;
  font-family: HelveticaNeueETW01-65Md;
}

.contact-page .contact-detials-box {
  background: #efefef;
  padding: 30px;
  /*margin-top:55px;*/
}

.contact-page .contact-detials-box h2 {
  margin-top: 10px;
}

.contact-page ul {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}

.contact-page ul li {
  position: relative;
  font-size: 14px;
  padding: 5px 0px;
}

.contact-page ul li:before {
  content: "";
  background: url(../images/spritesheet.png) no-repeat;
  width: 9px;
  height: 9px;
  background-position: -5px -37px;
  position: absolute;
  top: 13px;
  left: -25px;
}

div.fivestar-widget .star {
  display: inline-block;
  float: none;
}

.rating-section {
  padding-top: 35px;
}

.rating-section .rating-lable {
  font-size: 12px;
  color: #616161;
  position: relative;
  top: -3px;
}

.rating-section .fivestar-widget {
  position: relative;
}

.rating-section .fivestar-summary-average-count {
  font-size: 12px;
  color: #616161;
  position: relative;
  top: -3px;
}

.rating-section.full-width {
  margin-bottom: 50px;
  padding-top: 15px;
}

.rating-section div.fivestar-widget {
  display: inline-block;
  padding: 0px 10px 0px 15px;
}

.rating-section .field-name-field-star-rating {
  display: inline-block;
}

.rating-section .field-name-field-star-rating .form-select {
  display: none !important;
}

.rating-section .description {
  display: inline-block;
}

.rating-section .message {
  display: none;
}

.rating-section .ajax-progress {
  position: absolute;
  right: -10px;
  top: 2px;
}

.rating-section .description {
  display: none;
}

/*Search page*/
.search-page {
  width: 100%;
  float: left;
  padding: 40px 0px;
}

.search-page .col-sm-9 {
  margin-bottom: 50px;
}

.search-page h1 {
  color: #616161;
  margin-bottom: 15px;
}

.search-page h1 span {
  color: #015a82;
}

.search-page .sub-title {
  font-size: 1em;
  font-family: HelveticaNeueETW01-65Md;
  color: #616161;
}

.search-page .sub-title strong {
  font-family: HelveticaNeueETW01-75Bd;
  font-weight: normal;
  color: #015a82;
}

.search-page .categories .title {
  font-size: 1.0625em;
  font-family: HelveticaNeueETW01-75Bd;
  color: #999999;
  border-bottom: solid 2px #cccccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.search-page .categories .title span {
  float: right;
  text-transform: uppercase;
}

.search-page .categories .title span input[type=checkbox] + label {
  font-size: 1.0625em;
  font-family: HelveticaNeueETW01-65Md;
}

.search-page .categories .title span:before {
  content: '|';
  float: left;
  display: block;
  padding-right: 10px;
}

.search-page .categories .title span a {
  font-size: 14px;
  font-family: HelveticaNeueETW01-65Md;
  color: #999999;
  text-decoration: none;
}

.search-page .categories .title span a:hover {
  color: #015a82;
}

.search-page .categories .title span a.selected {
  color: #015a82;
}

.search-page .categories input[type=checkbox] {
  float: right;
  width: 0px;
}

.search-page .categories input[type=checkbox] + label {
  margin: 0;
  padding: 0 35px 0px 0px;
}

.search-page .categories input[type=checkbox] + label:before {
  left: auto;
  right: 0px;
}

.search-page .categories input[type=checkbox] + label:after {
  left: auto;
  right: 0px;
}

.search-page .categories .filter {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}

.search-page .categories .filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.search-page .categories .filter ul li {
  width: 100%;
  float: left;
  padding: 10px 0px 10px 14px;
  border-bottom: solid 1px #e2e2e2;
}

.search-page .categories .filter ul li input[type=checkbox] + label {
  width: 100%;
  font-size: 15px;
  font-family: HelveticaNeueETW01-65Md;
}

.search-page .categories .filter ul li a {
  font-size: 15px;
  font-family: HelveticaNeueETW01-65Md;
  color: #000;
  display: block;
  position: relative;
  padding-right: 25px;
  text-decoration: none;
}

.search-page .categories .filter ul li a:after {
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  border: solid 1px #999999;
  right: 0;
}

.search-page .categories .filter ul li a:hover {
  color: #015a82;
}

.search-page .categories .filter ul li a.selected {
  color: #015a82;
}

.search-page .categories .filter ul li a.selected:after {
  content: "";
  position: absolute;
  color: #000;
  right: 0px;
  background: url(../images/check.png) no-repeat center #015a82;
}

.search-page .categories .filter ul li a.no-result {
  color: #d9d9d9;
}

.search-page .categories .filter ul li a.no-result:after {
  content: "";
  position: absolute;
  color: #000;
  right: 0px;
  border: solid 1px #d9d9d9;
}

.search-page .categories .filter .clear {
  display: block;
  font-size: 14px;
  color: #015a82;
  padding: 20px 0px 40px;
  width: 100%;
  float: left;
}

.search-page .categories .filter.available {
  margin-bottom: 60px;
}

.search-page .categories .filter.available ul li {
  padding-left: 0px;
}

.search-page .categories .filter.available ul li input[type=checkbox] + label {
  color: #999999;
}

.search-page .categories .filter.available ul li a {
  font-size: 15px;
  font-family: HelveticaNeueETW01-65Md;
  color: #999999;
  display: block;
  position: relative;
  text-decoration: none;
}

.search-page .categories .filter.available ul li a:hover {
  color: #015a82;
}

.search-page .categories .filter.available ul li a.selected {
  color: #015a82;
}

.search-page .categories .filter.available ul li a.selected:after {
  content: "";
  position: absolute;
  color: #000;
  right: 0px;
  background: url(../images/check.png) no-repeat center #015a82;
}

.search-page .categories .filter.available ul li a.no-result {
  color: #d9d9d9;
}

.search-page .categories .filter.available ul li a.no-result:after {
  content: "";
  position: absolute;
  color: #000;
  right: 0px;
  border: solid 1px #d9d9d9;
}

.search-page .categories .filter.file-type ul li {
  display: inline-block;
  float: none;
  width: auto;
  padding-left: 0px;
  position: relative;
  padding-bottom: 15px;
  width: 35%;
}

.search-page .categories .filter.file-type ul li a {
  display: block;
  padding-left: 60px;
  width: 100%;
  height: 22px;
  text-decoration: none;
}

.search-page .categories .filter.file-type ul li a:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 22px;
  height: 22px;
}

.search-page .categories .filter.file-type ul li a.selected:after {
  content: "";
  position: absolute;
  color: #000;
  right: 0px;
  background: url(../images/check.png) no-repeat center #015a82;
}

.search-page .categories .filter.file-type ul li a.no-result {
  color: #d9d9d9;
  opacity: 0.4;
}

.search-page .categories .filter.file-type ul li a.no-result:after {
  content: "";
  position: absolute;
  color: #000;
  right: 0px;
  border: solid 1px #d9d9d9;
}

.search-page .categories .filter.file-type ul li.word a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -28px 0px;
}

.search-page .categories .filter.file-type ul li.pdf a:before {
  background: url(../images/file-icons.png) no-repeat;
}

.search-page .categories .filter.file-type ul li.ppt a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -56px 0px;
}

.search-page .categories .filter.file-type ul li.web a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -84px 0px;
}

.search-page .categories .filter.file-type ul li.excel a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -112px 0px;
}

.search-page .categories .filter.file-type ul li.zip a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -140px 0px;
}

.search-page .categories .filter.file-type ul li.indd a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -167px 0px;
}

.search-page .categories .filter.file-type ul li.idml a:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -194px 0px;
}

.search-page .categories .filter.file-type ul li:nth-child(even) {
  float: right;
}

.search-page .result-box {
  padding-left: 50px;
  width: 100%;
  float: left;
}

.search-page .result-box .result-list {
  border-bottom: solid 2px #d3d3d3;
  margin-bottom: 40px;
  padding-bottom: 40px;
  float: left;
  width: 100%;
}

.search-page .result-box .result-list strong {
  font-family: HelveticaNeueETW01-75Bd;
}

.search-page .result-box .result-list h3 {
  font-size: 1.25em;
  font-family: HelveticaNeueETW01-65Md;
  color: #000;
  line-height: 32px;
  position: relative;
}

.search-page .result-box .result-list h3 a {
  color: #000;
  text-decoration: none;
}

.search-page .result-box .result-list h3 a:hover {
  color: #015a82;
}

.search-page .result-box .result-list h3:after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 60px;
  /*border-top:solid 1px #000;*/
  left: 0px;
}

.search-page .result-box .result-list h3 .tool-tip {
  display: inline-block;
  background: #015a82;
  position: relative;
  color: white;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 10px;
  top: -2px;
}

.search-page .result-box .result-list h3 .tool-tip:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  left: -10px;
  display: block;
  top: 0;
  border-right: 10px solid #015a82;
}

.search-page .result-box .result-list .file-icon-sec {
  width: 100%;
  float: left;
}

.search-page .result-box .result-list .file-icon-sec a {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 12px;
  text-decoration: none;
}

.search-page .result-box .result-list .file-icon-sec a.pdf {
  background: url(../images/file-icons.png) no-repeat;
}

.search-page .result-box .result-list .file-icon-sec a.word {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -28px 0px;
}

.search-page .result-box .result-list .file-icon-sec a.ppt {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -56px 0px;
}

.search-page .result-box .result-list .file-icon-sec a.web {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -84px 0px;
}

.search-page .result-box .result-list .file-icon-sec a.excel {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -112px 0px;
}

.search-page .result-box .result-list .file-icon-sec a.zip {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -140px 0px;
}

.search-page .result-box .result-list .file-icon-sec a.indd {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -167px 0px;
}

.search-page .result-box .result-list .file-icon-sec a.idml {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -194px 0px;
}

.search-page .result-box .result-list .file-icon-sec .date {
  display: inline-block;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 14px;
  vertical-align: top;
  margin-left: 10px;
}

.search-page .result-box .result-list .file-icon-sec .rating {
  float: right;
}

.search-page .shorting {
  padding-top: 15px;
  padding-left: 0px;
}

.search-page .shorting .bootstrap-select {
  width: 100% !important;
}

.search-page .mobile-categories {
  display: none;
}

.notfound-box {
  background: #015a82;
  color: #fff;
  padding: 40px;
  text-align: center;
}

.notfound-box h1 {
  font-size: 121px;
  font-weight: HelveticaNeueETW01-75Bd;
  margin: 0px;
  line-height: 120px;
}

.notfound-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-75Bd;
  margin-top: 0px;
  font-size: 1.5em;
  margin-bottom: 30px;
}

.notfound-box p {
  font-size: 1em;
  margin-bottom: 20px;
}

.view-user-courses-and-events .pager-load-more {
  margin-top: 0px !important;
  margin-bottom: 60px !important;
  padding-left: 0px !important;
}

.view-user-courses-and-events .pager-load-more li {
  padding: 0px !important;
  margin: 0px !important;
}

.view-user-courses-and-events .pager-load-more li:before {
  display: none;
}

.profile-page .content-alerts {
  border-top: solid 2px #ebecec;
  position: relative;
  padding: 45px 0px;
}

.profile-page .content-alerts:before {
  content: '';
  width: 100%;
  border-top: solid 2px #ebecec;
  left: -100%;
  position: absolute;
  top: -2px;
}

.profile-page .content-alerts .all a {
  font-size: 14px;
  text-decoration: none;
}

.profile-page .content-alerts .all a:after {
  content: '|';
  display: inline-block;
  padding: 0 10px;
}

.profile-page .content-alerts .all a:last-child:after {
  display: none;
}

.profile-page .content-alerts .category {
  width: 45%;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: top;
}

.profile-page .content-alerts .category li {
  padding: 14px 0px;
  width: 100%;
  float: left;
}

.profile-page .content-alerts .category li:before {
  display: none;
}

.profile-page .content-alerts .category li input[type=checkbox] {
  width: 0px;
}

.profile-page .content-alerts .category li input[type=checkbox] + label {
  line-height: 20px;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  float: none;
}

.profile-page .content-alerts .category li input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
}

.profile-page .content-alerts .category li input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  background: url(../images/check-small.png) no-repeat center #015a82;
}

.profile-page .content-alerts .save-link {
  margin-top: 30px;
  margin-bottom: 0px;
}

.profile-page .col-sm-7 {
  padding-right: 0;
}

.profile-page .col-sm-7:after {
  content: '';
  width: 400%;
  height: 100%;
  right: -400%;
  position: absolute;
  top: 0px;
  background: #015a82;
}

.profile-page .group-content-alerts {
  padding: 45px;
  width: 100%;
  position: relative;
  background: #015a82;
  color: #fff;
}

.profile-page .group-content-alerts:after {
  content: '';
  width: 500%;
  height: 100%;
  right: -500%;
  position: absolute;
  top: 0px;
  background: #015a82;
}

.profile-page .group-content-alerts:before {
  content: '';
  width: 10px;
  height: 100%;
  left: -10px;
  position: absolute;
  top: 0px;
  background: #015a82;
}

.profile-page .group-content-alerts h2 {
  color: #fff;
}

.profile-page .group-content-alerts .all a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.profile-page .group-content-alerts .all a:after {
  content: '|';
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}

.profile-page .group-content-alerts .all a:last-child:after {
  display: none;
}

.profile-page .group-content-alerts .all a:hover {
  opacity: 0.7;
}

.profile-page .group-content-alerts .category {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.profile-page .group-content-alerts .category li {
  padding: 14px 0px;
  width: 100%;
}

.profile-page .group-content-alerts .category li:before {
  display: none;
}

.profile-page .group-content-alerts .category li input[type=checkbox] {
  width: 0px;
}

.profile-page .group-content-alerts .category li input[type=checkbox] + label {
  line-height: 20px;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  color: #fff;
  float: none;
}

.profile-page .group-content-alerts .category li input[type=checkbox] + label:before {
  width: 20px;
  height: 20px;
}

.profile-page .group-content-alerts .category li input[type=checkbox] + label:after {
  width: 20px;
  height: 20px;
  background: url(../images/check-blue.png) no-repeat center #fff;
}

.profile-page .group-content-alerts .save-link {
  margin-top: 93px;
  margin-bottom: 0px;
}

.profile-page .group-content-alerts .save-link .button {
  padding: 8px 22px;
  background-color: transparent;
}

.profile-page .group-content-alerts .save-link .button:focus {
  border: solid 2px #fff;
  color: #fff;
}

.profile-page .group-content-alerts .save-link .button:hover {
  background-color: #fff;
  color: #015a82;
}

.profile-page .group-content-alerts .form-submit {
  border: solid 2px #fff;
}

.profile-details .title {
  border-bottom: solid 2px #cccccc;
}

.profile-details .title h2 {
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;
}

.profile-details .title span {
  font-size: 1em;
  color: #404040;
  float: right;
}

.profile-details .list {
  margin: 0;
  list-style: none;
  margin-top: 40px;
}

.profile-details .list li {
  border-bottom: solid 1px rgba(1, 90, 130, 0.14);
  padding: 12px 0px 8px;
  font-size: 16px;
  font-family: HelveticaNeueETW01-65Md;
}

.profile-details .list li:before {
  display: none;
}

.profile-details .list li span:first-child {
  color: #999999;
  width: 145px;
  display: inline-block;
}

.profile-details .list:last-child li span:first-child {
  color: #999999;
  width: 220px;
  display: inline-block;
}

/*CK Editor*/
.ckeditor-col-container ul {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
  text-align: left;
}

.ckeditor-col-container ul li {
  position: relative;
  padding: 5px 0px;
  font-size: 14px;
}

.ckeditor-col-container ul li:before {
  content: "";
  background: url("../images/spritesheet.png") no-repeat;
  width: 9px;
  height: 9px;
  background-position: -5px -37px;
  position: absolute;
  top: 13px;
  left: -25px;
}

/*Admin btn wrapper*/
.btn_admin_wrapper {
  padding: 30px 0 0 0;
}

.btn_admin_wrapper a:nth-of-type(2) {
  margin-left: 20px;
}

.slick-slider .slick-arrow {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*Loader*/
.ajax-progress.ajax-progress-throbber {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -10px;
}

/*Error*/
.input.has-error {
  border: solid 1px #e23726 !important;
}

.input.error {
  border: solid 1px #e23726 !important;
}

.messages {
  margin-bottom: 20px;
}

.messages.error {
  background: #f7f7f7;
  padding: 20px 15px 20px 60px;
  color: #616161;
  font-size: 13px;
  position: relative;
  border: 0px;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.messages.error ul {
  padding-left: 20px;
}

.messages.error:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  position: absolute;
  width: 50px;
  left: 0px;
  height: 100%;
  background: #f05a5c;
  top: 0;
  color: #b60902;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
}

.messages.error.messages-inline {
  background: none;
  padding: 0px;
  color: #e23726;
  width: 100%;
  float: left;
  margin-bottom: 0px;
}

.messages.error.messages-inline:before {
  display: none;
}

.messages.success {
  background: #f7f7f7;
  padding: 20px 15px 20px 60px;
  color: #616161;
  font-size: 13px;
  position: relative;
  width: 100%;
  float: left;
  border: 0;
}

.messages.success ul {
  padding-left: 20px;
}

.messages.success:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  width: 50px;
  left: 0px;
  height: 100%;
  background: #94b912;
  top: 0;
  color: #6a8311;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
}

.messages.status {
  background: #f7f7f7;
  padding: 20px 15px 20px 60px;
  color: #616161;
  font-size: 13px;
  position: relative;
  width: 100%;
  float: left;
  border: 0;
}

.messages.status ul {
  padding-left: 20px;
}

.messages.status:before {
  font-family: 'FontAwesome';
  content: "\f00c";
  position: absolute;
  width: 50px;
  left: 0px;
  height: 100%;
  background: #94b912;
  top: 0;
  color: #6a8311;
  font-size: 30px;
  text-align: center;
  padding-top: 20px;
}

.messages strong {
  font-family: HelveticaNeueETW01-75Bd;
  font-weight: normal;
}

.messages a {
  font-size: 13px;
  font-family: HelveticaNeueETW01-55Rg;
  text-decoration: none;
}

/*booked*/
.fully-booked {
  display: inline-block;
  font-size: 11px;
  background: #f05a5c;
  color: #fff;
  line-height: 20px;
  padding: 0 5px;
  position: relative;
  top: -3px;
}

/*Radio button*/
input[type=radio]:not(old) {
  width: 23px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

input[type=radio]:not(old) + label {
  display: inline-block;
  margin-left: -28px;
  padding-left: 35px;
  background: url(../images/radio.png) no-repeat 0 -2px;
  line-height: 24px;
  margin-right: 25px;
}

input[type=radio]:not(old):checked + label {
  background-position: 0 -33px;
}

.radio-button label {
  font-family: HelveticaNeueETW01-65Md !important;
}

.form-item {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.form-actions {
  margin-top: 20px !important;
  width: 100%;
  float: left;
}

/*Date Picker*/
#ui-datepicker-div {
  background: #fff;
  border: solid 1px #b1b1b1;
  font-family: HelveticaNeueETW01-55Rg;
  border-radius: 0px;
}

#ui-datepicker-div .ui-widget-header {
  background: none;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  border: 0px;
}

#ui-datepicker-div .ui-widget-header .ui-state-hover {
  background: #fff !important;
  border-color: #fff !important;
}

#ui-datepicker-div .ui-state-default {
  background: none;
}

#ui-datepicker-div .ui-state-highlight {
  background: #015a82 !important;
  color: #fff !important;
  border-color: #015a82 !important;
}

#ui-datepicker-div .ui-state-hover {
  background: #015a82 !important;
  color: #fff !important;
  border-color: #015a82 !important;
}

#ui-datepicker-div .ui-state-default {
  text-align: center;
}

#ui-datepicker-div .ui-datepicker th {
  font-family: HelveticaNeueETW01-65Md;
}

#ui-datepicker-div .ui-state-active {
  background: #eeeeee;
  border: solid 1px #000;
}

.full-width.share-this {
  margin-bottom: 40px;
  padding-top: 0px;
  text-align: center;
}

.full-width.share-this.share-left {
  text-align: left;
}

.twitter-typeahead {
  width: 100%;
  float: left;
}

.twitter-typeahead .tt-menu {
  width: 100%;
  /* padding:0px 30px 0 30px;*/
  font-size: 1.5625em;
  color: #727272;
  font-family: HelveticaNeueETW01-46Lt;
  background: #fff;
  border-radius: 0px 0px 7px 7px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.09);
}

.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 10px 30px 15px;
  border-bottom: solid 1px #eeeeee;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.twitter-typeahead .tt-menu .tt-suggestion:last-child {
  border-bottom: 0px;
}

.twitter-typeahead .tt-menu .tt-suggestion:last-child:hover {
  border-radius: 0px 0px 7px 7px;
}

.twitter-typeahead .tt-menu .tt-suggestion:last-child.tt-cursor {
  border-radius: 0px 0px 7px 7px;
}

.twitter-typeahead .tt-menu .tt-suggestion.tt-cursor {
  background: #ebecec;
  color: #404040;
}

.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background: #ebecec;
  color: #404040;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tooltip {
  max-width: 300px !important;
  width: 100% !important;
  font-size: 13px !important;
  font-family: HelveticaNeueETW01-55Rg !important;
}

.tooltip .tooltip-inner {
  background: #015a82 !important;
  width: 100% !important;
  max-width: 300px !important;
  font-size: 13px !important;
  font-family: HelveticaNeueETW01-55Rg !important;
}

.tooltip .tooltip-arrow {
  border-top-color: #015a82 !important;
}

.login-box .tooltip {
  max-width: 512px !important;
}

.login-box .tooltip .tooltip-inner {
  max-width: 512px !important;
}

/*custom sticky tooltip*/
.tool-tip {
  display: inline-block;
  background: #015a82;
  position: relative;
  color: white;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 10px;
  top: -2px;
}

.tool-tip:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  left: -10px;
  display: block;
  top: 0;
  border-right: 10px solid #015a82;
}

.sitemap ul {
  padding-left: 0px !important;
  color: #015a82;
}

.sitemap ul li {
  width: 100%;
  float: left;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 20px !important;
}

.sitemap ul li a {
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 16px;
  text-decoration: none;
  text-decoration: none;
  position: relative;
}

.sitemap ul li a:after {
  content: '';
  border-bottom: solid 1px #015a82;
  position: absolute;
  width: 100%;
  bottom: -5px;
  left: 0px;
}

.sitemap ul li:before {
  display: none;
}

.sitemap ul ul {
  width: 100%;
  padding-left: 15px !important;
}

.sitemap ul ul li {
  width: 33%;
  margin-bottom: 0px;
  padding: 5px 0px !important;
}

.sitemap ul ul li a {
  font-family: HelveticaNeueETW01-65Md;
  font-size: 15px;
}

.sitemap ul ul li a:after {
  display: none;
}

.sitemap ul ul li ul {
  list-style: disc;
}

.sitemap ul ul li ul li {
  width: 100%;
  margin-bottom: 0px;
  padding: 3px 0px !important;
}

.sitemap ul ul li ul li a {
  font-family: HelveticaNeueETW01-55Rg;
  font-size: 14px;
  text-decoration: none;
}

.sitemap ul ul li ul ul {
  padding-left: 15px !important;
  list-style: disc;
}

.sitemap ul ul li ul ul li {
  width: 100%;
  margin-bottom: 0px;
  padding: 3px 0px !important;
}

.sitemap ul ul li ul ul li a {
  font-family: HelveticaNeueETW01-55Rg;
  font-size: 13px;
  text-decoration: none;
}

.sitemap ul ul li ul ul li ul {
  list-style: circle;
}

#sliding-popup .find-more-button {
  display: none !important;
}

.page-node-698 .white-full-width {
  padding: 60px 0px 0px;
}

.btgrid .col-md-6, .btgrid .col-sm-6, .btgrid .col-xs-6 {
  text-align: left;
}

.s-info {
  width: 32px;
  height: 32px;
  background: url(../images/s-info-icon.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-top: 8px;
}

.s-info a {
  width: 32px;
  height: 32px;
  display: block;
  text-decoration: none;
}

.view-filters {
  display: inline-block;
  float: right;
  width: 75%;
}

body.fixed {
  overflow: hidden;
}

.region-content {
  min-height: 600px;
}

.login-sec .region-content {
  min-height: auto;
}

/*event course filter*/
.view-user-courses-and-events .view-filters .views-exposed-form .views-exposed-widget {
  float: right;
  padding-right: 0px;
  text-align: right;
  padding-top: 40px;
}

.view-user-courses-and-events .view-filters .views-exposed-form .views-exposed-widget .views-widget {
  display: inline-block;
  padding-left: 15px;
  width: 150px;
}

.view-user-courses-and-events .white-full-width {
  padding-top: 20px;
}

#personalised_content .featured-box .featured-content {
  background: none;
}

@media (max-width: 767px) {
  .header-wrap .nav-sec .nav ul li > ul li ul ul {
    background-color: #076EB2 !important;
  }
  .header-wrap .nav-sec .nav ul li > ul li ul ul li {
    padding-left: 0px !important;
  }
  .header-wrap .nav-sec .nav ul li > ul li ul ul li a {
    padding: 15px 20px 15px 25px;
    font-family: HelveticaNeueETW01-55Rg;
  }
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 17, 2016, 3:40:33 PM
    Author     : DEV
*/
.overview-form .webform-component--form-header ul {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}

.overview-form .webform-component--form-header ul li {
  position: relative;
  padding: 5px 0px;
  font-size: 14px;
  margin-bottom: 0px;
}

.overview-form .webform-component--form-header ul li:before {
  content: "";
  background: url("../images/spritesheet.png") no-repeat;
  width: 9px;
  height: 9px;
  background-position: -5px -37px;
  position: absolute;
  top: 13px;
  left: -25px;
  display: block !important;
}

.overview-form .webform-component--form-header ol {
  margin-left: 0;
  padding-left: 18px;
}

.overview-form .webform-component--form-header ol li {
  position: relative;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
}

.field-name-body ul, .field-name-description ul, .field-name-excerpt ul {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}

.field-name-body ul li, .field-name-description ul li, .field-name-excerpt ul li {
  position: relative;
  padding: 5px 0px;
  font-size: 14px;
}

.field-name-body ul li:before, .field-name-description ul li:before, .field-name-excerpt ul li:before {
  content: "";
  background: url("../images/spritesheet.png") no-repeat;
  width: 9px;
  height: 9px;
  background-position: -5px -37px;
  position: absolute;
  top: 13px;
  left: -25px;
}

.field-name-body ol, .field-name-description ol, .field-name-excerpt ol {
  margin-left: 0;
  padding-left: 18px;
}

.field-name-body ol li, .field-name-description ol li, .field-name-excerpt ol li {
  position: relative;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
}

.field-name-body table, .field-name-description table, .field-name-excerpt table {
  border-left: solid 1px #999999;
  border-top: solid 1px #999999;
  width: 100%;
}

.field-name-body table td, .field-name-description table td, .field-name-excerpt table td {
  padding: 20px;
  vertical-align: top;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
}

.field-name-body table th, .field-name-description table th, .field-name-excerpt table th {
  background: #404040;
  padding: 10px 20px;
  color: #fff;
  border-right: solid 1px #999999;
  text-align: center;
}

.cmsVideoWrapper {
  position: relative;
  padding-bottom: 56.30%;
  /*padding-top:30px;*/
  height: 0;
  overflow: hidden;
  margin-top: 40px;
}

.cmsVideoWrapper iframe,
.cmsVideoWrapper object,
.cmsVideoWrapperembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cms {
  clear: both;
  padding-top: 30px;
  padding-bottom: 0px;
  /*For image placement*/
  /*Video 100% 16:9 ratio*/
  /*  .cmsVideoWrapper {
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
        margin-top:40px;
    }
    .cmsVideoWrapper iframe, 
    .cmsVideoWrapper object, 
    .cmsVideoWrapperembed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }*/
}

.cms h1, .cms h2, .cms h3, .cms h4, .cms h5 {
  margin: 0px 0px 15px;
}

.cms h2 {
  margin-top: 40px;
}

.cms hr {
  margin: 50px 0 41px 0;
  padding: 0px;
  border-bottom: 2px solid #d3d3d3;
}

.cms ul {
  list-style: none;
  margin-left: 0;
  padding-left: 25px;
}

.cms ul li {
  position: relative;
  padding: 5px 0px;
  font-size: 14px;
}

.cms ul li:before {
  content: "";
  background: url("../images/spritesheet.png") no-repeat;
  width: 9px;
  height: 9px;
  background-position: -5px -37px;
  position: absolute;
  top: 13px;
  left: -25px;
}

.cms ol {
  margin-left: 0;
  padding-left: 18px;
}

.cms ol li {
  position: relative;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
}

.cms figure {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  max-width: 40%;
}

.cms figure.right {
  float: right;
  margin-left: 30px;
  margin-right: 0px;
}

.cms a {
  color: #1575ba;
  font-family: HelveticaNeueETW01-65Md;
  text-decoration: underline;
}

.cms a:hover {
  color: #000;
  text-decoration: none;
}

.cms table {
  border-left: solid 1px #999999;
  border-top: solid 1px #999999;
  width: 100%;
}

.cms table td {
  padding: 20px;
  vertical-align: top;
  border-bottom: solid 1px #999999;
  border-right: solid 1px #999999;
}

.cms table th {
  background: #404040;
  padding: 10px 20px;
  color: #fff;
  border-right: solid 1px #999999;
  text-align: center;
}

/*GUIDANCE*/
.guidance-row {
  margin-bottom: 60px;
}

.guidance ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
}

.guidance ul li {
  font-size: 16px;
  width: 33%;
  display: block;
  float: left;
  padding: 8px 40px;
}

.guidance ul li:before {
  display: none;
}

.guidance ul li a {
  color: #616161;
  position: relative;
  text-decoration: none;
}

.guidance ul li a:before {
  content: "";
  background: url("../images/file-icons.png") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: -40px;
}

.guidance ul li a.word:before {
  background-position: -28px 0px;
}

.guidance ul li a.ppt:before {
  background-position: -56px 0px;
}

.guidance ul li a.excel:before {
  background-position: -112px 0px;
}

.guidance ul li a.zip:before {
  background-position: -140px 0px;
}

.guidance ul li a.indd:before {
  background-position: -167px 0px;
}

.guidance ul li a.idml:before {
  background-position: -194px 0px;
}

.guidance ul li a:hover {
  color: #015a82;
}

.guidance .guidance-block {
  border-top: 2px solid #0092c7;
  border-bottom: 2px solid #0092c7;
  padding: 15px 0px 15px 10px;
  margin-bottom: 0px;
}

/*Related post*/
.related_wrapper h2 {
  text-align: left;
  margin-bottom: 0px !important;
}

.related_wrapper .h2 {
  text-align: left;
  margin-bottom: 0px;
}

.related_wrapper ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
  padding-top: 40px;
  margin-left: -40px;
  margin-right: -53px;
}

.related_wrapper ul li {
  padding: 0 40px;
  float: left;
  border-left: 2px solid #d3d3d3;
  width: 33%;
}

.related_wrapper ul li:before {
  display: none;
}

.related_wrapper ul li.first {
  /*padding-left: 0px;*/
  border: 0;
}

.related_wrapper ul li.last {
  /*padding-right: 0px;*/
}

.related_wrapper .related_block figure {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  margin-bottom: 20px;
}

.related_wrapper .related_block figure span {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: block;
  color: #FFF;
  background: rgba(0, 146, 199, 0.7);
  padding: 7px 20px;
  font-family: HelveticaNeueETW01-65Md;
}

.related_wrapper .related_block figure:hover {
  opacity: .85;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.related_wrapper .related_block h4 {
  position: relative;
  padding-bottom: 15px;
}

.related_wrapper .related_block h4 a {
  color: #000;
  text-decoration: none;
}

.related_wrapper .related_block h4 a:hover {
  color: #015a82;
}

.related_wrapper .related_block h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 60px;
  border-bottom: 1px solid #0092c7;
}

.related_wrapper .related_block .h4 {
  position: relative;
  padding-bottom: 15px;
}

.related_wrapper .related_block .h4 a {
  color: #000;
  text-decoration: none;
}

.related_wrapper .related_block .h4 a:hover {
  color: #015a82;
}

.related_wrapper .related_block .h4:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 60px;
  border-bottom: 1px solid #0092c7;
}

.related_wrapper a {
  color: #015a82;
  text-decoration: none;
}

.related_wrapper a:hover {
  color: #000;
}

/*News Board*/
.news-board {
  padding: 15px 0px 0px 10px;
  margin-bottom: 80px;
}

.news-board table {
  width: 100%;
  border-bottom: 2px solid #959595;
}

.news-board table tr:hover {
  background: #f1f1f1;
}

.news-board tr th, .news-board tr td {
  padding: 20px 0px;
}

.news-board tr th {
  border-bottom: 2px solid #959595;
  font-size: 1.625em;
  background: #fff;
}

.news-board tr th.nw_date {
  text-align: right;
  padding: 20px;
}

.news-board tr td {
  padding: 20px 20px;
}

.news-board tr td.nw_td_date {
  text-align: right;
}

.news-board:nth-child(odd) {
  background: #FFF;
}

.news-board a {
  color: #616161;
  position: relative;
  padding-left: 40px;
  display: block;
  text-decoration: none;
}

.news-board a:hover {
  color: #015a82;
}

.news-board a:before {
  content: "";
  background: url("../images/file-icons.png") no-repeat;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.news-board a.word:before {
  background-position: -28px 0px;
}

.news-board a.ppt:before {
  background-position: -56px 0px;
}

.news-board a.excel:before {
  background-position: -112px 0px;
}

.news-board a.zip:before {
  background-position: -140px 0px;
}

.news-board a.indd:before {
  background-position: -167px 0px;
}

.news-board a.idml:before {
  background-position: -194px 0px;
}

.news-board .nw_block_date,
.news-board .nw_block_offical {
  padding: 15px 0 0px;
  display: none;
}

.news-board .tbody {
  border-top: 0px;
}

/*Document Details*/
.document_details {
  margin-bottom: 70px;
}

.document_details .doucment_version ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.document_details .doucment_version ul li {
  color: #888888;
  font-size: 1em;
  margin-right: 15px;
  display: inline-block;
}

.document_details .doucment_version ul li:before {
  display: none;
}

.document_details .doucment_version ul li:after {
  content: '|';
  display: inline-block;
  margin-left: 15px;
}

.document_details .doucment_version ul li:last-child:after {
  display: none;
}

.document_details .document_data {
  border-top: 2px solid #d7004d;
  border-bottom: 2px solid #d7004d;
  color: #888888;
  padding: 0px 0px;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.document_details .document_data a {
  color: #616161;
  position: relative;
  padding-left: 40px;
  display: block;
  float: left;
  margin-right: 20px;
  max-width: 60%;
  word-break: break-all;
  text-decoration: none;
}

.document_details .document_data a:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.document_details .document_data a.pdf:before {
  background: url(../images/file-icons.png) no-repeat;
}

.document_details .document_data a.word:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -28px 0px;
}

.document_details .document_data a.ppt:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -56px 0px;
}

.document_details .document_data a.web:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -84px 0px;
}

.document_details .document_data a.excel:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -112px 0px;
}

.document_details .document_data a.zip:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -140px 0px;
}

.document_details .document_data a.indd:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -167px 0px;
}

.document_details .document_data a.idml:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -194px 0px;
}

.document_details .document_data .document_date {
  float: right;
  color: #000;
}

.document_details .document_data .data-row {
  width: 100%;
  padding: 20px;
  float: left;
}

.document_details .document_data .data-row:nth-child(even) {
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .cms figure {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    max-width: inherit;
  }
  .cms figure.right {
    float: none;
    margin-left: 0;
  }
  .guidance ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .related_wrapper ul {
    margin: 0;
  }
  .related_wrapper ul li {
    width: 100%;
    padding: 40px 0 0px;
    margin-top: 40px;
    border: 0;
    border-top: 2px solid #d3d3d3;
  }
  .related_wrapper ul li.first {
    padding-top: 0px;
    margin-top: 0px;
  }
  .related_wrapper ul:nth-of-type(2) li:first-child {
    border-top: 2px solid #d3d3d3;
    padding-top: 40px;
  }
  .news-board .nw_td_date,
  .news-board .nw_td_official,
  .news-board .nw_date,
  .news-board .nw_classification {
    display: none;
  }
  .news-board .nw_block_date,
  .news-board .nw_block_offical {
    display: block;
  }
  .document_details .document_data a {
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .document_details .document_data span {
    display: block;
    margin-bottom: 10px;
  }
  .document_details .document_data .document_date {
    float: none;
  }
}

blockquote {
  position: relative;
  padding-left: 40px;
  border: 0;
  font-style: italic;
}

blockquote:before {
  content: "";
  background: url("../images/quote.png") 0px 0px no-repeat;
  position: absolute;
  width: 30px;
  height: 25px;
  top: 14px;
  left: 0;
}

blockquote p {
  color: #00486E;
  font-size: 1em;
  padding: 10px 0;
}

.passport_details_wrapper {
  padding-bottom: 60px;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.forum-table-topics td.views-field-last-updated {
  width: 24%;
}

.forum-sec table {
  width: 100%;
  position: initial !important;
  border-bottom: solid 1px #b8b8b8;
}

.forum-sec table.sticky-header {
  display: none;
}

.forum-sec table th {
  padding: 15px;
  border-top: solid 1px #b8b8b8;
  border-bottom: solid 1px #b8b8b8;
  font-family: HelveticaNeueETW01-65Md;
  color: #000;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
}

.forum-sec table th.active a:after {
  display: none;
}

.forum-sec table th a {
  font-family: HelveticaNeueETW01-65Md;
  color: #000;
  position: relative;
  text-decoration: none;
}

.forum-sec table th a:after {
  font-family: 'FontAwesome';
  content: "\f0dc";
  color: #bcbcbc;
  position: absolute;
  right: -18px;
  font-size: 17px;
}

.forum-sec table th.views-field-comment-count-1 {
  text-align: center;
}

.forum-sec table th.views-field-totalcount {
  text-align: center;
}

.forum-sec table th.active img {
  position: relative;
  top: 6px;
  left: 7px;
}

.forum-sec table th.views-field-created {
  display: none;
}

.forum-sec table td {
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
  font-size: 14px;
}

.forum-sec table td.views-field-comment-count-1 {
  text-align: center;
}

.forum-sec table td.views-field-comment-count-1 a {
  display: none;
}

.forum-sec table td.views-field-comment-count-1 span {
  display: none;
}

.forum-sec table td.active {
  background: none;
}

.forum-sec table td.views-field-created {
  display: none;
}

.forum-sec table tr:nth-child(even) {
  background: #fff;
  border-bottom: 0;
}

.forum-sec table tr:nth-child(odd) {
  background: #f4f4f4;
  border-bottom: 0;
}

.forum-sec table tr.topic-is-closed {
  opacity: 0.6;
}

.forum-sec table tr.topic-is-closed td.views-field-title:before {
  color: #616161 !important;
}

.forum-sec table tr.topic-is-closed td a {
  color: #616161 !important;
  text-decoration: none;
}

.forum-sec table tr.topic-is-closed td .marker {
  display: none;
}

.forum-sec #forum-topic-list {
  overflow: auto;
  width: 100%;
}

.forum-sec #forum-topic-list thead .views-field-title {
  font-size: 16px;
}

.forum-sec #forum-topic-list td.views-field-title {
  font-size: 14px;
  position: relative;
  /*padding-left: 50px;*/
  width: 52%;
}

.forum-sec #forum-topic-list td.views-field-title .forum-topic-title {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
}

.forum-sec #forum-topic-list td.views-field-title .forum-topic-title.sensitive:before {
  content: '';
  position: absolute;
  left: 28px;
  top: 33px;
  background: url(../images/secure.svg) no-repeat;
  width: 13px;
  height: 17px;
  background-size: cover;
  display: none;
}

.forum-sec #forum-topic-list td.views-field-title:before {
  content: "\f15b";
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
  font-size: 26px;
  top: 20px;
  color: #015a82;
  display: none;
}

.forum-sec #forum-topic-list td.views-field-created a {
  color: #000;
  font-family: HelveticaNeueETW01-65Md;
  text-decoration: none;
}

.forum-sec .topic-icon-default {
  background: none;
}

.forum-sec .views-field-topic-icon {
  padding-right: 0px;
  display: none;
}

.forum-sec .topic-icon-new {
  background-image: none;
  background-color: #b60902;
}

.forum-sec .topic-icon {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-top: 10px;
}

.forum-sec .topic-icon.topic-icon-closed {
  width: 24px !important;
  height: 19px !important;
}

.forum-sec #forum {
  width: 100%;
  float: left;
  margin-top: 0px;
}

.forum-sec #forum .af-button-large {
  background: #fff;
  color: #015a82;
  border: 0;
  font-size: 14px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: uppercase;
  display: inline-block;
  border: solid 2px #015a82;
}

.forum-sec #forum .af-button-large:before {
  font-family: 'FontAwesome';
  content: "\f055";
  padding-right: 10px;
}

.forum-sec #forum .af-button-large:hover {
  background: #015a82;
  color: #fff;
}

.forum-sec #forum .forum-node-create-links {
  float: right;
  text-align: left;
  clear: initial;
  width: auto;
  padding-bottom: 0px !important;
}

.forum-sec #forum .forum-node-create-links .forum-add-node {
  float: left;
  margin-right: 0px;
}

.forum-sec #forum .forum-node-create-links.forum-node-create-links-top {
  padding-top: 0px;
  padding-bottom: 20px;
}

.forum-sec .forum-topic-legend {
  display: none;
}

.forum-sec .search-field-sec {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
  border: solid 1px #cccccc;
}

.forum-sec .search-section {
  display: inline-block;
  float: right;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.forum-sec .search-section .input {
  border: solid 1px #d5d5d5;
  width: 100%;
  padding: 0px 70px 0 30px;
  font-size: 1.5625em;
  color: #353535;
  height: 75px;
  line-height: 65px;
  font-family: HelveticaNeueETW01-46Lt;
  float: left;
  background: none;
  border-radius: 7px;
}

.forum-sec .search-section .submit {
  width: 70px;
  height: 70px;
  background: url(../images/search-icon.png) no-repeat center;
  text-indent: -9999px;
  padding: 0px;
  float: right;
  position: absolute;
  right: 5px;
  top: 1px;
}

.forum-sec .bootstrap-select > .dropdown-toggle {
  height: 42px;
  line-height: 42px;
  padding-right: 37px;
}

.forum-sec .bootstrap-select > .dropdown-toggle .bs-caret {
  height: 40px;
}

.forum-sec .filter-sec {
  float: left;
  margin-bottom: 10px;
}

.forum-sec .filter-sec .views-exposed-form {
  padding: 0px !important;
  margin: 0px !important;
}

.forum-sec .filter-sec .views-exposed-form .views-exposed-widget {
  margin: 0px !important;
  padding: 0px !important;
}

.forum-sec .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: auto;
}

.forum-sec .back-button:before {
  font-family: 'FontAwesome';
  content: "\f104";
  padding-right: 8px;
}

.forum-sec .add-new-back {
  /*width:100%;*/
  float: right;
  margin-bottom: 20px;
}

.forum-sec .add-new-back .back-button {
  display: none;
  margin-top: 8px;
}

/*Forum details page*/
.forum-details-sec {
  width: 100%;
  padding-bottom: 0px;
}

.forum-details-sec .forum-post-wrapper {
  position: relative;
  z-index: 1;
  padding: 5px 0px 0px;
}

.forum-details-sec .title-sec {
  width: 100%;
  border-bottom: solid 0px #d5d5d5;
  padding: 0px 0px 0px;
  float: left;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}

.forum-details-sec .title-sec.sensitive:before {
  content: '';
  position: absolute;
  left: 11px;
  top: 19px;
  background: url(../images/secure.svg) no-repeat;
  width: 13px;
  height: 17px;
  background-size: cover;
  display: none;
  z-index: 1;
}

.forum-details-sec .title-sec .forum-post-title h2 {
  font-size: 1.25em;
  line-height: 32px;
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  /*padding-left: 35px;*/
  font-family: HelveticaNeueETW01-75Bd;
  display: inline-block;
}

.forum-details-sec .title-sec .forum-post-title h2:before {
  display: none;
  content: "\f15b";
  font-family: 'FontAwesome';
  position: absolute;
  left: 0px;
  font-size: 24px;
  color: #015a82;
}

.forum-details-sec .title-sec .forum-post-title .tls-status {
  font-size: 13px;
}

.forum-details-sec .title-sec .forum-posted-on {
  font-size: 14px;
  text-align: right;
  margin-top: 5px;
  /*font-family:$bd-font;*/
}

.forum-details-sec .forum-post .new {
  color: #f00;
  font-size: 13px;
}

.forum-details-sec .forum-post.post-by-starter .title-sec.sensitive:before {
  content: '';
  /*left:0px;
		top:7px;*/
}

.forum-details-sec .post-date {
  font-size: 13px;
  color: #999999;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  padding-right: 10px;
}

.forum-details-sec .post-date:after {
  content: '';
  position: absolute;
  right: 0px;
  height: 16px;
  top: 6px;
  display: inline-block;
  border-right: solid 1px #cccccc;
}

.forum-details-sec .author-pane {
  font-size: 13px;
  color: #999999;
  padding-bottom: 10px;
  display: inline-block;
}

.forum-details-sec .author-pane a {
  font-size: 13px;
  color: #999999;
  text-decoration: none;
}

.forum-details-sec .author-pane span {
  font-family: HelveticaNeueETW01-65Md;
}

.forum-details-sec .author-pane.fam span {
  position: relative;
}

.forum-details-sec .author-pane.fam span:after {
  content: '';
  width: 25px;
  height: 9px;
  display: block;
  position: absolute;
  right: -29px;
  top: -1px;
  background: url(../images/logo-member.png) no-repeat;
  background-size: cover;
}

.forum-details-sec .forum-post-content {
  /*padding-left:30px;
	border-left:solid 1px $menu-border-color2;*/
}

.forum-details-sec .forum-post-content .field-name-og-group-ref, .forum-details-sec .forum-post-content .field-name-group-content-access {
  display: none;
}

.forum-details-sec .forum-post-content .field-items {
  /*border-bottom: solid 1px $menu-border-color2;
    	padding-bottom: 15px;*/
  margin-bottom: 15px;
}

.forum-details-sec .forum-post-content .field-type-text-with-summary {
  margin-top: 0px;
}

.forum-details-sec .forum-topic-header {
  margin: 0px;
  margin-bottom: 30px;
  border-bottom: solid 2px #d5d5d5;
  padding-bottom: 30px;
}

.forum-details-sec .forum-topic-header .topic-reply-link {
  margin: 0px;
}

.forum-details-sec .forum-topic-header .topic-reply-allowed {
  margin: 0px;
  margin-right: 10px;
}

.forum-details-sec .forum-topic-header .topic-reply-allowed .af-button-large {
  background: #fff;
  color: #015a82;
  border: 0;
  font-size: 14px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: uppercase;
  display: inline-block;
  border: solid 2px #015a82;
}

.forum-details-sec .forum-topic-header .topic-reply-allowed .af-button-large:before {
  display: none;
  font-family: 'FontAwesome';
  content: "\f112";
  padding-right: 10px;
}

.forum-details-sec .forum-topic-header .topic-reply-allowed .af-button-large:hover {
  background: #015a82;
  color: #fff;
}

.forum-details-sec .forum-topic-header .last-post-link {
  margin: 0px;
}

.forum-details-sec .forum-topic-header .last-post-link .af-button-large {
  background: #fff;
  color: #015a82;
  font-size: 14px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: uppercase;
  display: inline-block;
  border: solid 2px #015a82;
  /*
	&:after{
		font-family: 'FontAwesome';
		content: "\f175";
		padding-left: 10px;
		}*/
}

.forum-details-sec .forum-topic-header .last-post-link .af-button-large:hover {
  background: #015a82;
  color: #fff;
}

.forum-details-sec .forum-topic-header .topic-new-post-link {
  margin: 0px;
  margin-right: 10px;
}

.forum-details-sec .forum-topic-header .topic-new-post-link .af-button-large {
  background: #fff;
  color: #015a82;
  border: 0;
  font-size: 14px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: uppercase;
  display: inline-block;
  border: solid 2px #015a82;
  /*&:after{
		font-family: 'FontAwesome';
		content: "\f175";
		padding-left: 10px;
		}*/
}

.forum-details-sec .forum-topic-header .topic-new-post-link .af-button-large:hover {
  background: #015a82;
  color: #fff;
}

.forum-details-sec .forum-topic-header .search-section {
  display: inline-block;
  float: right;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}

.forum-details-sec .forum-topic-header .search-section .input {
  border: solid 1px #d5d5d5;
  width: 100%;
  padding: 0px 70px 0 30px;
  font-size: 1.5625em;
  color: #353535;
  height: 75px;
  line-height: 65px;
  font-family: HelveticaNeueETW01-46Lt;
  float: left;
  background: none;
  border-radius: 7px;
}

.forum-details-sec .forum-topic-header .search-section .submit {
  width: 70px;
  height: 70px;
  background: url(../images/search-icon.png) no-repeat center;
  text-indent: -9999px;
  padding: 0px;
  float: right;
  position: absolute;
  right: 5px;
  top: 1px;
}

.forum-details-sec .forum-topic-header .topic-post-count {
  margin: 0px;
  margin-top: 9px;
  font-size: 14px;
}

.forum-details-sec .forum-post-info, .forum-details-sec .post-edited {
  display: none;
}

.forum-details-sec .file-save-sec {
  width: 100%;
  margin-top: 0px;
  padding: 0px 0px;
  /*border-bottom:solid 2px $pacific-blue;
	border-top:solid 2px $pacific-blue;*/
  margin-bottom: 15px;
}

.forum-details-sec .file-save-sec .file-name {
  display: inline-block;
  font-size: 15px;
  font-family: HelveticaNeueETW01-75Bd;
  width: 100%;
  margin-bottom: 0px;
}

.forum-details-sec .file-save-sec .file-name li {
  width: auto;
  padding: 8px 34px;
}

.forum-details-sec .file-save-sec .file-name li a {
  text-decoration: none;
}

.forum-details-sec .file-save-sec .file-name li a:before {
  left: -34px;
}

.forum-details-sec .file-save-sec .file-name li a .file-info {
  display: block;
  font-size: 12px;
  font-family: HelveticaNeueETW01-55Rg;
  line-height: 16px;
}

.forum-details-sec .file-save-sec .file-name li a .file-info .file-ext {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}

.forum-details-sec .file-save-sec .file-name li a .file-info .file-ext:after {
  content: '';
  position: absolute;
  right: 0px;
  height: 12px;
  top: 1px;
  display: inline-block;
  border-right: solid 1px #cccccc;
}

.forum-details-sec .file-save-sec .file-name li a .file-info .file-size {
  display: inline-block;
}

.forum-details-sec .file-save-sec .file-name span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  display: none;
}

.forum-details-sec .file-save-sec .file-name .pdf:before {
  background: url(../images/file-icons.png) no-repeat;
}

.forum-details-sec .file-save-sec .file-name .excel:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -112px 0px;
}

.forum-details-sec .file-save-sec .file-name .ppt:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -56px 0px;
}

.forum-details-sec .file-save-sec .file-name .word:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -28px 0px;
}

.forum-details-sec .file-save-sec .file-name .zip:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -140px 0px;
}

.forum-details-sec .file-save-sec .file-name .indd:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -167px 0px;
}

.forum-details-sec .file-save-sec .file-name .idml:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -194px 0px;
}

.forum-details-sec .file-save-sec .file-name .image:before {
  background: url(../images/file-icons.png) no-repeat;
  background-position: -218px 0px;
}

.forum-details-sec .file-save-sec .button {
  float: right;
  float: right;
  color: #015a82;
  background: none;
  padding: 0px 22px;
}

.forum-details-sec .file-save-sec .button:hover {
  color: #fff;
  background: #015a82;
}

.forum-details-sec .file-save-sec .download-icon {
  float: right;
  font-size: 22px;
}

.forum-details-sec .forum-post-links {
  width: 100%;
  margin: 0px;
  text-align: right;
  padding-top: 10px;
}

.forum-details-sec .forum-post-links ul {
  margin: 0px;
  padding: 0px;
}

.forum-details-sec .forum-post-links ul li {
  display: inline-block;
  float: none;
  padding: 0 5px;
}

.forum-details-sec .forum-post-links ul li a {
  display: inline-block;
  text-decoration: none;
}

.forum-details-sec .forum-post-links ul li.statistics_counter {
  float: left;
  font-size: 14px;
  color: #015a82;
  display: none;
}

.forum-details-sec .forum-post-links ul li.post-edit a {
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  /* &:before{
					content: "\f040";
					font-family: 'FontAwesome';
					font-size:18px;
					}
				*/
}

.forum-details-sec .forum-post-links ul li.post-delete a {
  font-size: 0px;
  text-decoration: none;
}

.forum-details-sec .forum-post-links ul li.post-delete a:before {
  content: "\f014";
  font-family: 'FontAwesome';
  font-size: 18px;
}

.forum-details-sec .forum-post-links ul li.comment-add a {
  font-size: 0px;
  text-decoration: none;
}

.forum-details-sec .forum-post-links ul li.comment-add a:before {
  content: "\f112";
  font-family: 'FontAwesome';
  font-size: 17px;
}

.forum-details-sec .forum-post-links ul li.comment-edit a {
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  /*&:before{
					content: "\f040";
					font-family: 'FontAwesome';
					font-size:18px;
					}*/
}

.forum-details-sec .forum-post-links ul li.comment-delete a {
  font-size: 0px;
  text-decoration: none;
}

.forum-details-sec .forum-post-links ul li.comment-delete a:before {
  content: "\f014";
  font-family: 'FontAwesome';
  font-size: 18px;
}

.forum-details-sec .forum-post-links ul li.comment-reply a {
  font-size: 0px;
  text-decoration: none;
}

.forum-details-sec .forum-post-links ul li.comment-reply a:before {
  content: "\f112";
  font-family: 'FontAwesome';
  font-size: 17px;
}

.forum-details-sec .forum-post {
  padding: 0px;
  background: #f4f4f4;
  margin-bottom: 0px;
  position: relative;
  border-top: solid 2px #d5d5d5;
  z-index: 1;
  padding: 40px;
  /*	-webkit-box-shadow:0 0 10px 0 rgba($black-color,0.2);
	box-shadow: 0 0 10px 0 rgba($black-color,0.2);*/
}

.forum-details-sec .forum-post:before {
  content: "";
  background: #f4f4f4;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.forum-details-sec .forum-post:after {
  position: absolute;
  content: "";
  bottom: 13px;
  right: 6px;
  left: auto;
  width: 50%;
  top: 81%;
  max-width: 300px;
  background: #777777;
  -webkit-box-shadow: 0 15px 10px #777777;
          box-shadow: 0 15px 10px #777777;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  visibility: visible;
  display: none;
  height: auto;
}

.forum-details-sec .comment .forum-post {
  background: #fff;
}

.forum-details-sec .comment .forum-post:before {
  content: "";
  background: #fff;
}

.forum-details-sec .form-type-item {
  display: none;
}

.forum-details-sec .title.comment-form {
  text-align: left;
  margin-bottom: 30px;
  margin-top: 0px;
}

.forum-details-sec .add-comment-sec {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  border-top: solid 2px #d5d5d5;
  margin-top: 30px;
  float: left;
  width: 100%;
}

.forum-details-sec .add-comment-sec .form-item-subject {
  padding-bottom: 20px;
}

.forum-details-sec .add-comment-sec .form-item-subject label {
  display: block;
}

.forum-details-sec .add-comment-sec input.form-text {
  border: solid 1px #d5d5d5;
  padding: 5px;
  color: #000;
  font-family: HelveticaNeueETW01-55Rg;
  width: 100%;
}

.forum-details-sec .add-comment-sec .ckeditor_links, .forum-details-sec .add-comment-sec .form-item-field-forum-topic-status-und {
  display: none;
}

.forum-details-sec .add-comment-sec input[type=checkbox] + label {
  margin-top: 20px;
  margin-bottom: 10px;
  background: url(../images/secure.svg) no-repeat;
  background-size: 18px 21px;
  padding-right: 20px;
  background-position: 159px 0px;
}

.forum-details-sec .add-comment-sec#add-new-disc {
  border: 0px;
  padding: 0px;
  margin: 0px;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.forum-details-sec .cke_top {
  background: #efefef !important;
  -webkit-box-shadow: 0 0px 0 #fff inset;
          box-shadow: 0 0px 0 #fff inset;
  border-bottom: 1px solid #d5d5d5;
}

.forum-details-sec .cke_bottom {
  background: #efefef !important;
  background-image: none;
}

.forum-details-sec .text-format-wrapper .description {
  font-size: 13px;
  margin-top: 0px !important;
  color: #6f6f6f;
}

.forum-details-sec .cke_toolgroup {
  background: #efefef !important;
}

.forum-details-sec .cke_chrome {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #d5d5d5;
}

.forum-details-sec .cke_contents {
  padding: 15px 0px 15px 15px !important;
  max-height: 200px;
}

.forum-details-sec .comment-form .text-format-wrapper label {
  /*display:none;*/
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs {
  float: none;
  margin: 0px;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs p {
  display: inline-block;
  padding-top: 0px;
  vertical-align: top;
  margin-right: 5px;
  border: 0px;
  margin: 0px;
  padding-bottom: 0px;
  font-size: 13px;
  font-family: HelveticaNeueETW01-75Bd;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs p.vote-current-score {
  font-family: HelveticaNeueETW01-75Bd;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score {
  padding: 0;
  border-right: 0px;
  color: #000;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score .vote-thumb {
  background: none;
  border: solid 2px #015a82;
  border-radius: 4px;
  width: 28px;
  height: 28px;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score .vote-thumb:before {
  font-family: 'FontAwesome';
  content: "\f087";
  font-size: 18px;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score .vote-thumb.up-inactive {
  color: #015a82;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score .vote-thumb.up-active {
  color: #fff;
  background: #015a82;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score a {
  color: #000;
  text-decoration: none;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .down-score {
  padding: 0;
  display: none;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .down-score .vote-thumb {
  background: none;
}

.forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .down-score .vote-thumb:before {
  font-family: 'FontAwesome';
  content: "\f088";
  font-size: 20px;
}

.forum-details-sec .field-name-field-comment-vote .field-label {
  display: none;
}

.forum-details-sec .ckeditor_links {
  display: none !important;
}

.forum-details-sec .field-name-field-comment-attachments label {
  display: block;
  max-width: 150px;
}

.forum-details-sec .field-name-field-comment-attachments .form-managed-file {
  /*border: solid 1px $menu-border-color2;*/
  display: inline-block;
  position: relative;
  min-height: 50px;
  overflow-x: hidden;
  width: 100%;
}

.forum-details-sec .field-name-field-comment-attachments .form-managed-file:before {
  content: attr(data-text);
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 1em;
  color: #fff;
  color: #fff;
  width: 175px;
  background: #4d4d4d;
  padding: 10px;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-65Md;
  padding-left: 45px;
}

.forum-details-sec .field-name-field-comment-attachments .form-managed-file:after {
  content: "\f093";
  font-family: 'FontAwesome';
  position: absolute;
  left: 18px;
  top: 8px;
  color: #fff;
  font-size: 1.125em;
  visibility: visible;
}

.forum-details-sec .field-name-field-comment-attachments .form-managed-file input[type=file] {
  border: 1px solid #d5d5d5;
  padding: 9px;
  max-width: 272px;
  position: absolute;
  top: 0px;
  float: left;
  opacity: 0;
  height: 47px;
  cursor: pointer;
  left: -97px;
  z-index: 1;
}

.forum-details-sec .field-name-field-comment-attachments .form-managed-file .form-submit {
  background: #4d4d4d;
}

.forum-details-sec .field-name-field-comment-attachments .form-managed-file .form-submit:hover {
  background: #353535;
}

.forum-details-sec .field-name-field-comment-attachments {
  padding-top: 20px;
}

.forum-details-sec .field-name-field-comment-attachments legend {
  display: none;
}

.forum-details-sec .field-name-field-comment-attachments .description {
  font-size: 12px !important;
  color: #c0c0c0;
  line-height: 18px;
  font-style: italic;
  padding-top: 4px;
}

.forum-details-sec .field-name-field-comment-attachments .description span {
  color: #353535;
  font-style: normal;
  padding-bottom: 5px;
  display: none;
}

.forum-details-sec .field-name-field-comment-attachments .messages {
  top: 0px;
  margin-top: 50px;
  float: none;
}

.forum-details-sec .confirmation {
  width: 100%;
  border: solid 2px #e23726;
  padding: 30px 30px 20px;
  max-width: 500px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.forum-details-sec .confirmation .form-actions {
  float: none;
}

.forum-details-sec .forum-post-footer .field-name-field-comment-vote {
  display: inline-block;
}

.forum-details-sec .forum-post-footer .forum-post-links {
  width: auto;
  margin: 0px;
  text-align: right;
  padding-top: 0px;
  display: inline-block;
}

.forum-details-sec .forum-post-top .forum-post {
  border-top: 0px;
}

.forum-details-sec .forum-post-top .forum-post .forum-post-links .comment-add {
  display: none;
}

.forum-details-sec .form-item-field-tls-status-und {
  margin-top: 20px !important;
}

.forum-details-sec .form-item-field-tls-status-und label {
  display: block;
}

#forum-comments .comment {
  padding-top: 30px;
  padding-bottom: 0px;
  width: 100%;
  float: left;
}

#forum-comments .comment .form-item-subject {
  padding-bottom: 30px;
}

#forum-comments .comment .form-item-subject label {
  display: block;
}

#forum-comments .forum-post {
  border-top: solid 2px #d5d5d5;
  background: #fff;
  padding: 40px 0px 0px;
}

.indented {
  margin-left: 0px;
  width: 100%;
  /*max-width: 1170px;*/
  margin: 0 auto;
  /*background: $grey-lt7;*/
  clear: both;
  padding-left: 20px;
  position: relative;
  float: left;
  /*&:before{
	position:absolute;
	left:10px;
	content:'';
	border-left: solid 2px #007a76;
    height: 45px;
    border-bottom: solid 2px #007a76;
    width: 16px;
	
	}
	
&:after{
	position:absolute;
	left:9px;
	content: "\f105";
    font-family: 'FontAwesome';
	width:20px;
	top:44px;
	height: 5px;
    line-height: 0px;
    text-align: right;
	font-size: 21px;
	color:#007a76;
	
	}
	 
*/
}

.indented .comment {
  padding-top: 50px;
}

.indented .vud-widget-thumbs .up-score a {
  color: #015a82;
  text-decoration: none;
}

.indented .vud-widget-thumbs .down-score a {
  color: #015a82;
  text-decoration: none;
}

.indented .forum-post-links ul li a {
  color: #015a82;
  text-decoration: none;
}

.indented .tls-status {
  color: #015a82;
}

.indented .post-date {
  color: #015a82;
  opacity: 0.5;
}

.indented .author-pane {
  color: #015a82;
  opacity: 0.5;
}

.indented .file-save-sec .file-name li {
  font-size: 14px;
  padding: 8px 34px;
  color: #015a82;
}

.indented .file-save-sec .file-name li a {
  color: #015a82;
  text-decoration: none;
}

.indented .file-save-sec .file-name li a:before {
  top: -2px;
  left: -34px;
}

.indented .forum-post-wrapper {
  padding: 0px 0px 0px;
}

.indented .forum-post-content p {
  font-size: 13px;
  color: #015a82;
}

.indented .title-sec .forum-post-title h2 {
  font-size: 1em;
  padding-left: 0px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #015a82;
}

.indented .title-sec .forum-post-title h2:before {
  display: none;
}

.indented .title-sec.sensitive:before {
  left: -13px;
  top: 0px;
}

.indented .title-sec .forum-posted-on {
  color: #015a82;
}

.indented .forum-post {
  border-left: solid 1px #eeeeee;
  padding: 0px;
  border-bottom: 0px;
  padding-left: 20px !important;
  border-top: 0px !important;
  padding-top: 0px !important;
}

.indented .forum-post-wrapper {
  padding-bottom: 0px;
}

.indented .forum-details-sec {
  /*padding-top:0px !important;
		padding-bottom:20px !important;*/
  float: none;
  padding-left: 30px;
  /*padding-right: 20px;*/
  clear: both;
}

.indented .forum-details-sec .container {
  width: 100%;
  float: none;
  padding: 0px;
}

.indented .forum-details-sec .container .forum-post {
  margin-bottom: 0px;
  background: #fff;
  border: solid 1px #eeeeee;
}

.indented > .indented {
  width: 100%;
  float: left;
  clear: none;
  padding: 0px;
  padding-left: 20px;
  border-bottom: solid 0px #d5d5d5;
  margin-bottom: 0px;
  /*&:before{
	left:42px;
	content:'';

	
	}
	
&:after{
	
	left:41px;
	content: "\f105";
    font-family: 'FontAwesome';
	
	
	}*/
}

.indented > .indented:after {
  display: none;
}

.indented > .indented .forum-details-sec .forum-post {
  /*padding: 20px;*/
  background: #fff;
  border: solid 0px #eeeeee;
}

.indented > .indented .indented {
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.forum-details-sec .add-comment-sec .form-item-title label {
  display: block !important;
}

.forum-details-sec .add-comment-sec .sticky-header {
  display: none;
}

.forum-details-sec .add-comment-sec .tabledrag-toggle-weight-wrapper {
  display: none;
}

.forum-details-sec .add-comment-sec .sticky-table {
  margin-bottom: 5px;
  width: 40%;
}

.forum-details-sec .add-comment-sec .sticky-table td {
  vertical-align: top;
}

.forum-details-sec .add-comment-sec .sticky-table thead {
  display: none;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable {
  background: none;
  padding: 0px;
  border: solid 1px #d5d5d5;
  display: block !important;
  margin-bottom: 15px;
  padding: 15px;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .file img {
  display: none;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .handle {
  display: none;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .file-widget .form-item {
  margin-top: 10px !important;
  white-space: normal;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .file-widget .form-item label {
  font-size: 13px;
  display: inline-block;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .form-managed-file {
  border: 0;
  overflow: inherit;
  height: auto;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .form-managed-file:before {
  display: none;
}

.forum-details-sec .add-comment-sec .sticky-table .draggable .form-managed-file:after {
  display: none;
}

.forum-details-sec .add-comment-sec .sticky-table .form-submit {
  background: url(../images/remove-icon.png) no-repeat;
  background-color: transparent;
  padding: 0px;
  width: 17px;
  height: 16px;
  font-size: 0px;
  text-indent: -9999px;
  position: relative;
  top: -4px;
}

.forum-details-sec .add-comment-sec .sticky-table .form-text {
  width: 50%;
  height: 30px;
}

.forum-details-sec .field-type-text-with-summary {
  margin-top: 30px;
}

.forum-details-sec .field-type-text-with-summary .ckeditor_links {
  display: none !important;
}

.node-type-forum .region-content {
  padding-bottom: 50px;
}

#edit-cancel {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  border: solid 0px #fff;
  padding: 10px 22px;
  text-transform: uppercase;
  font-family: HelveticaNeueETW01-65Md;
  font-weight: normal;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #616161;
  margin-left: 15px;
}

#edit-cancel:hover {
  background: #015a82;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.notification ul {
  overflow: auto;
  width: 320px !important;
  max-height: 400px;
}

.notification span {
  z-index: 999 !important;
}

.notification span .track3 {
  width: 10px;
  background: rgba(0, 0, 0, 0);
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
  margin-top: 10px;
  display: inline-block;
}

.notification span .track3 .handle3 {
  width: 5px !important;
  right: 0;
  background: #999999 !important;
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}

.notification span .track3 .handle3:before {
  display: none;
}

.notification span .track3 .handle3:after {
  display: none;
}

/*Message*/
.node-type-forum .messages {
  max-width: 1170px;
  margin: 0 auto;
  float: none;
  clear: both;
  position: relative;
  top: 20px;
}

.node-type-forum .messages .placeholder {
  font-style: normal;
  font-family: HelveticaNeueETW01-75Bd;
}

.node-type-forum .messages.status {
  padding: 15px 15px 15px 60px;
}

.node-type-forum .messages.status:before {
  padding-top: 15px;
}

.page-node-forum-result .messages {
  max-width: 1170px;
  margin: 0 auto;
  float: none;
  clear: both;
  position: relative;
  top: 20px;
}

.page-node-forum-result .messages .placeholder {
  font-style: normal;
  font-family: HelveticaNeueETW01-75Bd;
}

.page-node-forum-result .messages.status {
  padding: 15px 15px 15px 60px;
}

.page-node-forum-result .messages.status:before {
  padding-top: 15px;
}

.forum-sec .forum-solr-search {
  width: 100%;
  float: none;
}

.forum-sec .forum-solr-search .views-exposed-widget {
  padding: 0px;
  position: relative;
  width: 100%;
}

.forum-sec .forum-solr-search .views-exposed-widget.views-widget-sort-by {
  float: right;
  width: auto;
  top: 50px;
}

.forum-sec .forum-solr-search .views-exposed-widget.views-widget-sort-order {
  float: right;
  width: auto;
  top: 50px;
  margin-right: 15px;
}

.forum-sec .forum-solr-search .views-exposed-widget.views-submit-button {
  width: auto;
  position: absolute;
  right: 0px;
}

.forum-sec .forum-solr-search .views-exposed-widget label {
  display: none;
}

.forum-sec .forum-solr-search .views-exposed-widget .form-submit {
  width: 70px;
  height: 70px;
  background: url(../images/search-icon.png) no-repeat center;
  text-indent: -9999px;
  padding: 0px;
  float: right;
  position: absolute;
  right: 5px;
  top: 1px;
  margin: 0px;
}

.forum-sec .forum-solr-search .views-exposed-widget .form-text {
  border: solid 1px #d5d5d5;
  width: 100%;
  padding: 0px 70px 0 30px;
  font-size: 1.5625em;
  color: #353535;
  height: 75px;
  line-height: 65px;
  font-family: HelveticaNeueETW01-46Lt;
  float: left;
  background: none;
  border-radius: 7px;
}

.forum-sec .forum-solr-search .views-exposed-widgets {
  position: relative;
}

.forum-sec .view-custom-forum-search hr {
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.forum-sec .view-custom-forum-search .search-msg {
  top: -5px;
  position: relative;
}

.forum-sec .view-custom-forum-search .search-msg h3 {
  font-size: 1em;
  color: #999999;
  margin-bottom: 0px;
}

.forum-sec .view-custom-forum-search .search-msg h3 span {
  color: #000;
}

.forum-sec .view-custom-forum-search .view-content {
  width: 100%;
  float: left;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
  margin-top: 15px;
}

.forum-sec .view-custom-forum-search .views-field-comment-created, .forum-sec .view-custom-forum-search .views-field-comment-author, .forum-sec .view-custom-forum-search .views-field-node-views {
  display: inline-block;
  font-size: 13px;
  color: #616161;
  position: relative;
  margin-right: 6px;
  padding-right: 10px;
}

.forum-sec .view-custom-forum-search .views-field-comment-created:after, .forum-sec .view-custom-forum-search .views-field-comment-author:after, .forum-sec .view-custom-forum-search .views-field-node-views:after {
  content: '';
  border-right: solid 1px #cccccc;
  display: inline-block;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 5px;
}

.forum-sec .view-custom-forum-search .views-field-node-views {
  padding-left: 10px;
}

.forum-sec .view-custom-forum-search .views-field-node-views:after {
  right: auto;
  left: 0px;
}

.forum-sec .view-custom-forum-search .views-field-comment-author {
  margin-right: 0px;
}

.forum-sec .view-custom-forum-search .views-field-comment-author:after {
  display: none;
}

.forum-sec .view-custom-forum-search .views-field-comment-created {
  padding-right: 10px;
}

.forum-sec .view-custom-forum-search .search-row.comment hr {
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.forum-sec .view-custom-forum-search .search-row.comment .data-wrapper {
  padding-left: 20px;
  border-left: solid 1px #eee;
  margin-left: 20px;
  margin: 15px 0px 10px 20px;
}

.forum-sec .view-custom-forum-search .search-row.comment .data-wrapper hr {
  border: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.forum-sec .view-custom-forum-search .search-row .views-field-comment-subject {
  font-family: HelveticaNeueETW01-75Bd;
}

.forum-sec .view-custom-forum-search h2 {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
}

.forum-sec .view-custom-forum-search h2 a {
  color: #000;
  text-decoration: none;
}

.forum-sec .view-custom-forum-search h2 a:hover {
  color: #015a82;
}

.forum-sec .view-custom-forum-search .post-reply .views-field-comment-node {
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-family: HelveticaNeueETW01-75Bd;
}

.forum-sec .view-custom-forum-search .post-reply .views-field-comment-node a {
  color: #000;
  text-decoration: none;
}

.forum-sec .view-custom-forum-search .post-reply .views-field-comment-node a:hover {
  color: #015a82;
}

.forum-sec .view-custom-forum-search .view-grouping {
  border-bottom: solid 2px #d3d3d3;
  margin-bottom: 30px;
  position: relative;
}

.forum-sec .view-custom-forum-search .view-empty {
  width: 100%;
  float: left;
  padding: 50px;
  border: solid 1px #eeeeee;
  margin-top: 50px;
  text-align: center;
}

.forum-sec .view-custom-forum-search .view-empty p {
  float: none;
}

.comment-wrapper .forum-details-sec .forum-post {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.comment-wrapper .forum-details-sec .forum-post:before {
  background: #fff;
}

.indented .add-comment-sec {
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
  float: left;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: #f4f4f4;
}

.indented .add-comment-sec .form-submit {
  margin-right: 20px;
}

.indented .add-comment-sec .form-submit:nth-of-type(2) {
  background: #999999;
}

.indented .add-comment-sec .ckeditor_links {
  display: none !important;
}

.ajax-comments-form-edit .add-comment-sec {
  -webkit-box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-top: 30px;
  float: left;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background: #f4f4f4;
}

.ajax-comments-form-edit .add-comment-sec .form-submit {
  margin-right: 20px;
}

.ajax-comments-form-edit .add-comment-sec .form-submit:nth-of-type(2) {
  background: #999999;
}

.ajax-comments-form-edit .add-comment-sec .ckeditor_links {
  display: none !important;
}

.node-forum-form .field-name-field-comment-attachments {
  width: 100%;
}

.attach-icon {
  font-size: 20px;
  margin-left: 25px;
}

/*add video on topic page*/
#forum-topic-header .button {
  vertical-align: top;
  background: #fff;
  color: #015a82;
  border: solid 2px #015a82;
  font-size: 14px;
  padding: 8px 22px;
  font-family: HelveticaNeueETW01-75Bd;
}

#forum-topic-header .button:hover {
  background: #015a82;
  color: #fff;
}

#forum-topic-header .button.blue {
  background: #015a82;
  color: #fff;
}

#forum-topic-header .button.blue:hover {
  background: #004767;
}

#forum-topic-header .discussion-intro {
  float: right;
  text-align: right;
  margin-bottom: 30px;
}

#forum-topic-header h1 {
  max-width: 60%;
  float: left;
}

.forum-video .modal-title {
  margin-bottom: 0px !important;
}

.forum-video .modal-dialog .modal-content {
  background: transparent !important;
  background: none !important;
  border: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.forum-video .modal-dialog .modal-content .modal-header {
  padding: 15px;
}

.forum-video .modal-dialog .modal-content .modal-header .close {
  right: 0px !important;
}

.forum-video .modal-dialog .modal-content .modal-header .close .hamburger-inner:before {
  background: #fff;
}

.forum-video .modal-dialog .modal-content .modal-header .close .hamburger-inner:after {
  background: #fff;
}

.forum-video .modal-dialog .modal-content .modal-body {
  padding: 0px !important;
  border: 0px !important;
}

.forum-video .modal-dialog .modal-content .modal-body iframe {
  border: 0px;
}

/*add video on topic page */
@media (min-width: 768px) {
  .node-type-forum .messages {
    max-width: 730px;
  }
  .page-node-forum-result .messages {
    max-width: 730px;
  }
}

@media (min-width: 992px) {
  .node-type-forum .messages {
    max-width: 950px;
  }
  .page-node-forum-result .messages {
    max-width: 950px;
  }
}

@media (min-width: 1200px) {
  .node-type-forum .messages {
    max-width: 1170px;
  }
  .page-node-forum-result .messages {
    max-width: 1170px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  #forum-topic-header h1 {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .forum-details-sec .author-pane {
    word-break: break-all;
  }
  .forum-details-sec .cke_contents iframe {
    height: auto !important;
  }
  .forum-sec #forum-topic-list td.views-field-title {
    width: 40%;
  }
  .forum-sec #forum-topic-list td.views-field-comment-count-1 {
    width: 13%;
  }
  .forum-sec #forum-topic-list td.views-field-totalcount {
    width: 13%;
  }
  #forum-topic-header h1 {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .forum-details-sec {
    padding-bottom: 0px !important;
  }
  .forum-details-sec .forum-post-content {
    padding-left: 0px;
    border-left: 0px;
    /*padding-top:15px;*/
  }
  .forum-details-sec .forum-topic-header {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  .forum-details-sec .forum-topic-header .last-post-link .af-button-large {
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .forum-details-sec .forum-topic-header .topic-reply-link .af-button-large {
    padding: 5px 10px;
    font-size: 13px;
    margin-bottom: 15px;
  }
  .forum-details-sec .forum-topic-header .search-section {
    width: 100%;
    margin-bottom: 20px;
    display: none;
  }
  .forum-details-sec .forum-topic-header .search-section .input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px 48px 0 10px;
    line-height: 45px;
  }
  .forum-details-sec .forum-topic-header .search-section .submit {
    width: 40px;
    height: 50px;
    background-size: 30px 34px;
  }
  .forum-details-sec .forum-topic-header .topic-post-count {
    display: none;
  }
  .forum-details-sec .file-save-sec {
    float: left;
  }
  .forum-details-sec .file-save-sec .file-name {
    font-size: 14px;
    width: 100%;
  }
  .forum-details-sec .file-save-sec .file-name li a .file-info {
    font-size: 11px;
  }
  .forum-details-sec .file-save-sec .file-name li a .file-info .file-ext {
    padding-right: 8px;
    margin-right: 8px;
  }
  .forum-details-sec .file-save-sec .file-name li a .file-info .file-ext:after {
    height: 10px;
    top: 3px;
  }
  .forum-details-sec .title-sec.sensitive:before {
    left: -11px;
    top: 25px;
  }
  .forum-details-sec .title-sec .forum-post-title h2 {
    font-size: 1em;
    line-height: 26px;
    padding-top: 30px;
    padding-left: 0px;
  }
  .forum-details-sec .title-sec .forum-post-title h2:before {
    display: none;
  }
  .forum-details-sec .title-sec .forum-posted-on {
    float: left !important;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: -10px;
    color: #616161;
    margin-top: 0px;
  }
  .forum-details-sec .author-pane {
    font-size: 12px;
  }
  .forum-details-sec .author-pane a {
    font-size: 14px;
  }
  .forum-details-sec .confirmation {
    padding: 20px 20px 10px;
    max-width: 100%;
  }
  .forum-details-sec .forum-post {
    padding: 15px;
  }
  .forum-details-sec .field-name-field-comment-vote .vud-widget-thumbs .up-score .vote-thumb {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .forum-details-sec .cke_contents iframe {
    height: auto !important;
  }
  .indented {
    /*width: calc(100% - 40px);*/
  }
  .forum-sec table th {
    padding: 10px;
    font-size: 12px !important;
  }
  .forum-sec table th.views-field-last-updated {
    display: none;
  }
  .forum-sec table th.views-field-topic-icon {
    display: none;
  }
  .forum-sec table th.views-field-comment-count-1 {
    display: none;
  }
  .forum-sec table th.views-field-totalcount {
    display: none;
  }
  .forum-sec table th.views-field-created {
    display: none;
  }
  .forum-sec table th.views-field-created-1 {
    display: none;
  }
  .forum-sec table td {
    padding: 10px;
  }
  .forum-sec table td.views-field-last-updated {
    display: none;
  }
  .forum-sec table td.views-field-topic-icon {
    display: none;
  }
  .forum-sec table td.views-field-title {
    float: left;
    width: 100% !important;
    /*padding-left: 40px;*/
  }
  .forum-sec table td.views-field-title:before {
    display: none;
    left: 12px;
    font-size: 20px;
    top: 13px;
  }
  .forum-sec table td.views-field-title .topic-description {
    border-bottom: solid 0px #b8b8b8;
    display: block;
    padding-bottom: 0px;
  }
  .forum-sec table td.views-field-comment-count-1 {
    float: left;
    width: auto;
    padding-left: 0px;
    padding-top: 0px;
    font-family: HelveticaNeueETW01-75Bd;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    /*&:before{
				content:'Replies:';
				display:inline-block;
				
				}*/
  }
  .forum-sec table td.views-field-comment-count-1:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 16px;
    top: 6px;
    display: inline-block;
    border-right: solid 1px #ccc;
  }
  .forum-sec table td.views-field-comment-count-1 span {
    display: inline-block;
  }
  .forum-sec table td.views-field-field-tls-status {
    float: left;
    width: auto;
    padding-left: 0px;
    padding-top: 0px;
    font-family: HelveticaNeueETW01-75Bd;
    font-size: 13px;
    margin-right: 10px;
    position: relative;
    /*&:before{
				content:'TLS:';
				display:inline-block;
				
				}*/
  }
  .forum-sec table td.views-field-field-tls-status:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 16px;
    top: 6px;
    display: inline-block;
    border-right: solid 1px #ccc;
  }
  .forum-sec table td.views-field-created-1 {
    display: none;
  }
  .forum-sec table td.views-field-created {
    float: left;
    display: block;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 18px;
    color: #616161;
  }
  .forum-sec table td.views-field-created a {
    color: #616161 !important;
  }
  .forum-sec table td.views-field-created br {
    display: none;
  }
  .forum-sec table td.views-field-created span {
    padding-right: 8px;
    border-right: solid 1px #cccccc;
    margin-right: 5px;
  }
  .forum-sec table td.views-field-totalcount {
    float: left;
    width: auto;
    padding-top: 0px;
    font-family: HelveticaNeueETW01-75Bd;
    font-size: 13px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  .forum-sec table td.views-field-totalcount:after {
    content: 'Views';
    display: inline-block;
  }
  .forum-sec .search-section {
    width: 100%;
    margin-bottom: 5px;
  }
  .forum-sec .search-section .input {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px 48px 0 10px;
    line-height: 45px;
  }
  .forum-sec .search-section .submit {
    width: 40px;
    height: 50px;
    background-size: 30px 34px;
  }
  .forum-sec #forum-topic-list td.views-field-title {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 20px;
  }
  .forum-sec #forum-topic-list td.views-field-title:before {
    left: 12px;
    font-size: 20px;
    top: 13px;
  }
  .forum-sec .forum-solr-search .views-exposed-widget .form-text {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px 48px 0 10px;
    line-height: 45px;
  }
  .forum-sec .forum-solr-search .views-exposed-widget .form-submit {
    width: 40px;
    height: 50px;
    background-size: 30px 34px;
  }
  .forum-sec .forum-solr-search .views-exposed-widget.views-widget-sort-order {
    float: left;
    margin-top: 15px;
    top: 0px;
  }
  .forum-sec .forum-solr-search .views-exposed-widget.views-widget-sort-by {
    margin-top: 15px;
    top: 0px;
  }
  .forum-sec .view-custom-forum-search .views-field-node-views {
    position: relative;
    display: block;
    top: 0px;
  }
  .forum-sec .view-custom-forum-search h2 {
    font-size: 1em;
  }
  .forum-sec .view-custom-forum-search .search-msg h3 {
    font-size: 14px;
  }
  .forum-sec .filter-sec .bootstrap-select {
    height: auto;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-toggle {
    display: none;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu {
    display: block !important;
    border: 0px;
    width: 155px;
    margin-top: 9px;
    padding: 0px;
    top: 2px;
    position: relative;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.175);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu li {
    display: inline-block;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu li a {
    padding: 0px 12px 0px 0px;
    border-bottom: 0px;
    font-family: HelveticaNeueETW01-75Bd;
    text-transform: uppercase;
    font-size: 12px;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: transparent;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu li.selected a {
    color: #015a82;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu li:last-child a {
    padding-right: 0px;
  }
  .forum-sec #forum-topic-list thead {
    display: none;
  }
  .forum-sec #forum-topic-list td.views-field-title .forum-topic-title.sensitive:before {
    left: 0px;
    top: 10px;
    width: 10px;
    height: 14px;
  }
  .forum-sec #forum .af-button-large {
    border: 0px;
    padding: 0px;
    font-size: 12px;
  }
  .forum-sec #forum .af-button-large:hover {
    background: none;
    color: #015a82;
  }
  .forum-sec .add-new-back {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .forum-sec .filter-sec {
    margin-bottom: 0px;
  }
  .forum-sec table tr {
    border-top: solid 2px #d5d5d5 !important;
    border-bottom: solid 2px #d5d5d5 !important;
  }
  .forum-sec table tr:nth-child(odd) {
    background: #fff;
  }
  .forum-details-sec .add-comment-sec {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
  }
  .forum-details-sec .add-comment-sec input.form-text {
    width: 100%;
  }
  .forum-details-sec .add-comment-sec .sticky-table {
    width: 100%;
  }
  .forum-details-sec .forum-post:after {
    display: none;
  }
  .forum-details-sec .title-sec {
    padding: 0px 0px 0px;
  }
  .forum-details-sec .forum-post-wrapper {
    padding: 5px 0px 0px;
  }
  .forum-details-sec .file-save-sec .file-name li {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .forum-details-sec .forum-topic-header .topic-new-post-link {
    display: none;
  }
  .marker {
    font-size: 11px;
  }
  .indented {
    padding-left: 10px;
  }
  .indented .title-sec .forum-posted-on {
    color: #015a82;
  }
  .indented .forum-post {
    padding-left: 15px !important;
  }
  .indented > .indented {
    padding-left: 10px;
  }
  .indented .forum-details-sec {
    padding-left: 10px;
  }
  #forum-comments .comment {
    padding-top: 25px;
  }
  #forum-topic-header h1 {
    max-width: 100%;
    text-align: left;
  }
  .forum-video .modal-dialog .modal-content .modal-header .close {
    right: 0px !important;
    top: 21px !important;
  }
  .forum-video .modal-dialog .modal-content .modal-header .close .hamburger-box {
    width: 30px;
  }
  .forum-video .modal-dialog .modal-content .modal-header .close .hamburger-inner:before {
    width: 30px;
  }
  .forum-video .modal-dialog .modal-content .modal-header .close .hamburger-inner:after {
    width: 30px;
  }
}

@media (max-width: 480px) {
  .forum-details-sec .field-name-field-comment-attachments .form-managed-file input[type=file] {
    /*max-width: 160px;*/
  }
  .forum-details-sec .forum-topic-header .topic-reply-allowed .af-button-large {
    font-size: 13px;
  }
  .forum-details-sec .forum-topic-header .last-post-link .af-button-large {
    font-size: 13px;
  }
  .indented {
    /*.forum-details-sec{
		padding-left: 15px;
    	padding-right: 15px;
		padding-bottom: 15px !important;
		}*/
  }
  #forum-topic-header .discussion-intro {
    width: 100%;
    text-align: left;
  }
  #forum-topic-header .discussion-intro .button {
    font-size: 10px !important;
    padding: 5px 12px !important;
  }
  #forum-topic-header .discussion-intro .button.blue {
    font-size: 10px !important;
    padding: 5px 12px !important;
  }
}

@media (max-width: 350px) {
  .forum-sec table td.views-field-created br {
    display: none;
  }
  .forum-sec table td.views-field-created span {
    border-right: 0px;
  }
  .forum-sec .filter-sec .bootstrap-select.btn-group .dropdown-menu li a {
    font-size: 11px;
  }
  .forum-sec #forum .af-button-large {
    font-size: 11px;
  }
  #forum-topic-header .discussion-intro .button {
    padding: 5px 7px !important;
  }
  #forum-topic-header .discussion-intro .button.blue {
    padding: 5px 7px !important;
  }
}

@media (max-width: 1920px) {
  .course_summary .asset-content .content {
    padding-left: 330px;
  }
}

@media (max-width: 1600px) {
  .course_summary .asset-content .content {
    padding-left: 360px;
  }
}

@media (max-width: 1400px) {
  .course_summary .asset-content .content {
    padding-left: 380px;
  }
}

@media (max-width: 1280px) {
  .asset-box.asset-page .overlap-box {
    padding: 30px 20px;
  }
  .asset-box.asset-page .overlap-box h2 {
    font-size: 1.375em;
    margin-bottom: 5px;
  }
  .asset-box.asset-page .overlap-box .h2 {
    font-size: 1.375em;
    margin-bottom: 5px;
  }
  .asset-box.asset-page .overlap-box p {
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 3;
  }
  .asset-box.asset-page .overlap-box .button {
    margin-top: 10px;
  }
  .video-gallery-wrap .video-gallery .slick-arrow {
    padding: 20px 15px 20px 10px;
  }
  .video-gallery-wrap .video-gallery .slick-arrow.slick-next {
    padding: 20px 10px 20px 15px;
  }
  .course_summary .asset-content .content {
    padding-left: 400px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .alert-box-sec .alert-box p {
    padding-right: 50px;
  }
  .nav-sec .nav ul li {
    font-size: 14px;
  }
  .nav-sec .nav ul li > ul li {
    width: 25%;
  }
  .nav-sec .nav ul li > ul li.sub-part {
    max-width: inherit;
  }
  .nav-sec .nav ul li > ul li.sub-part li {
    width: 100%;
  }
  /*Home Banner Slider*/
  .home-slider-wrapper .homeslider .texture-bg {
    height: 450px;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_right .table-cell {
    padding-left: 48%;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_left .table-cell {
    padding-right: 48%;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_right .table-cell {
    padding-left: 48%;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_left .table-cell {
    padding-right: 48%;
  }
  .tile-box .hover-sec {
    padding: 15px 20px;
  }
  .tile-box .hover-sec .button {
    font-size: 12px;
    padding: 5px 12px;
    margin-top: 10px;
  }
  .tile-box .title {
    font-size: 1.125em;
  }
  .tile-box .title a {
    padding: 10px 20px;
  }
  .asset-box .overlap-box {
    padding: 40px;
  }
  .featured-box-sec .col-sm-6 .featured-box {
    margin-right: 0px;
  }
  .tile-box .hover-sec p {
    font-size: 14px;
    line-height: 21px;
  }
  .tile-box .hover-sec .button {
    margin-top: 0px;
  }
  .tile-box.short .hover-sec .button {
    margin-top: 0px;
  }
  .asset-box .overlap-box {
    padding: 30px 20px;
  }
  .asset-box .overlap-box h2 {
    font-size: 1.375em;
    margin-bottom: 5px;
  }
  .asset-box .overlap-box p {
    font-size: 15px;
    line-height: 26px;
    -webkit-line-clamp: 3;
  }
  .asset-box .overlap-box .button {
    margin-top: 10px;
  }
  .info-exchange {
    width: 100%;
    padding: 23px 23px 23px 145px;
  }
  .info-exchange.group:before {
    background-size: 60px;
  }
  .info-exchange:before {
    width: 120px;
  }
  .side-bar-sec .right-btn {
    /*float:left;
            margin-top:5px;
            margin-bottom:10px;*/
  }
  .side-bar-sec h2 {
    font-size: 19px;
  }
  .forthcoming-events .content {
    padding: 4% 20px;
  }
  .explore_wrapper .asset-box.asset-page .overlap-box h2 {
    font-size: 1.125em;
  }
  .explore_wrapper .asset-box.asset-page .overlap-box .h2 {
    font-size: 1.125em;
  }
  .threat-reports-sec .threat-box .overlap h3 {
    font-size: 1.125em;
    line-height: 22px;
  }
  .memeber-list .title li {
    width: 21%;
  }
  .memeber-list .list li {
    width: 21%;
  }
  .memeber-list .list li:last-child {
    width: 37%;
  }
  .memeber-list .list li strong {
    position: initial;
  }
  .memeber-list .list li strong .tool-tip {
    position: relative;
    max-width: 78px;
    left: 0;
  }
  .memeber-list .list li strong .tool-tip:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #015a82;
    top: -15px;
    left: 40%;
  }
  .video-gallery-wrap .video-gallery .grid .title {
    padding: 10px 20px;
  }
  .video-gallery-wrap .video-gallery .small-col .grid .title {
    font-size: 1em;
    padding: 5px 15px;
  }
  .contact-page {
    padding-bottom: 20px;
  }
  .contact-page .contact-detials-box {
    padding: 20px;
  }
  .course_summary .asset-content .content {
    padding-left: 320px;
  }
  .course_summary .asset-content .content data {
    width: 55%;
  }
  .group-list .group-box {
    min-height: 215px;
  }
  .tile-box {
    cursor: pointer;
  }
  .tile-box .hover-sec {
    cursor: pointer;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .alert-box-sec {
    padding: 0px 0px;
  }
  .alert-box-sec .alert-box {
    padding: 12px 15px;
  }
  .alert-box-sec .alert-box .table-cell {
    display: block;
    width: 100%;
  }
  .alert-box-sec .alert-box p {
    display: block;
    width: 100%;
    padding-left: 0px;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    padding-right: 0px;
    padding-top: 10px;
  }
  .search-field-sec .input {
    width: 100%;
  }
  .top-header.sticky .nav-sec .nav ul li {
    padding: 21px 0px 11px;
  }
  .nav-sec .nav ul li {
    width: auto;
    padding: 0 4px;
    font-size: 14px;
    display: inline-block;
    float: none;
  }
  .nav-sec .nav ul li .nav-click {
    position: relative;
    right: -4px;
  }
  .nav-sec .nav ul li:first-child {
    width: auto;
  }
  .nav-sec .nav ul li > ul li {
    width: 32.9%;
  }
  .nav-sec .nav ul li > ul li.sub-part {
    max-width: inherit;
  }
  .nav-sec .nav ul li > ul li.sub-part li {
    width: 100%;
  }
  .nav-sec .nav ul li > ul li:first-child {
    width: 32.9%;
  }
  .nav-sec .nav ul li > ul li.first:before {
    left: 33.5%;
  }
  .nav-sec .nav ul li > ul li:before {
    left: 63%;
  }
  .nav-sec .nav ul li > ul li:after {
    display: none;
  }
  .nav-sec .nav ul li > ul li:nth-of-type(4) {
    padding-left: 0px;
    clear: both;
  }
  .nav-sec .nav ul li > ul li:nth-of-type(5) {
    padding-left: 15px;
    padding-right: 15px;
    clear: inherit;
  }
  .nav-sec .nav ul li > ul ul.menu li:nth-of-type(5) {
    padding-left: 0px;
  }
  .nav-sec .nav ul li > ul ul.menu li:nth-of-type(4):after {
    display: none;
  }
  .home-slider-wrapper .homeslider .texture-bg {
    height: 450px;
  }
  .home-slider-wrapper .homeslider .texture-bg .table-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_right .table-cell {
    padding-left: 40%;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_right .title {
    font-size: 37px;
    line-height: 46px;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_left .table-cell {
    padding-right: 40%;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_left .title {
    font-size: 37px;
    line-height: 46px;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_right .table-cell {
    padding-left: 40%;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_right .title {
    font-size: 37px;
    line-height: 46px;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_left .table-cell {
    padding-right: 40%;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_left .title {
    font-size: 37px;
    line-height: 46px;
  }
  .home-slider-wrapper .homeslider .slick-arrow {
    bottom: 4px;
    padding: 3px 8px;
  }
  .home-slider-wrapper .homeslider .slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 15px;
  }
  .home-slider-wrapper .homeslider .slick-arrow.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
  }
  .box h2 {
    font-size: 1.125em;
  }
  .tile-box {
    max-height: 345px;
    overflow: hidden;
  }
  .asset-box .overlap-box {
    padding: 15px 20px;
  }
  .asset-box .overlap-box h2 {
    font-size: 1.0625em;
    margin-bottom: 5px;
    line-height: 21px;
  }
  .asset-box .overlap-box p {
    font-size: 13px;
    line-height: 18px;
  }
  .asset-box .overlap-box .button {
    margin-top: 10px;
  }
  .featured-box-sec .col-sm-6 .featured-box {
    margin-right: 0px;
  }
  .half-part-cont p {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .msg-box {
    font-size: 11px !important;
    padding-right: 20px;
  }
  .footer-sec .col-sm-3.last {
    width: 18%;
  }
  .info-exchange {
    width: 100%;
    padding: 15px 23px 15px 95px;
    font-size: 17px;
    line-height: 24px;
  }
  .info-exchange.group:before {
    background-size: 40px;
  }
  .info-exchange:before {
    width: 70px;
  }
  .info-exchange span {
    font-size: 13px;
  }
  .side-bar-sec .right-btn {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .side-bar-sec h2 {
    font-size: 19px;
    width: 100%;
  }
  .forthcoming-events .content {
    padding: 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  }
  .forthcoming-events .content h2 {
    color: #000;
    font-size: 1.375em;
    line-height: 30px;
  }
  .forthcoming-events .content p {
    color: #000;
  }
  .login-wrap .login-box .login-sec {
    padding: 30px 45px;
  }
  .course_summary .asset-content .content {
    padding-left: 260px;
  }
  .course_summary .asset-content .content label {
    width: 200px;
  }
  .course_summary .asset-content .content data {
    width: 51%;
  }
  .explore_wrapper .asset-box.asset-page .overlap-box h2 {
    font-size: 1em;
  }
  .explore_wrapper .asset-box.asset-page .overlap-box .h2 {
    font-size: 1em;
  }
  .threat-reports-sec .threat-box {
    margin-top: 20px;
  }
  .threat-reports-sec .threat-box .overlap h3 {
    font-size: 1em;
    line-height: 20px;
  }
  .memeber-list .title li {
    width: 21%;
  }
  .memeber-list .list li {
    width: 21%;
  }
  .memeber-list .list li:last-child {
    width: 37%;
  }
  .memeber-list .list li strong {
    position: initial;
  }
  .memeber-list .list li strong .tool-tip {
    position: relative;
    max-width: 78px;
    left: 0;
  }
  .memeber-list .list li strong .tool-tip:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #015a82;
    top: -15px;
    left: 40%;
  }
  .video-gallery-wrap .video-gallery .grid {
    padding: 5px;
  }
  .video-gallery-wrap .video-gallery .grid .title {
    padding: 5px 10px;
    font-size: 1em;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon {
    top: 25%;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon .play {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  .video-gallery-wrap .video-gallery .grid.top97 {
    top: 60px;
  }
  .video-gallery-wrap .video-gallery .small-col .grid .title {
    font-size: 14px;
    padding: 5px 5px;
  }
  .video-gallery-wrap .video-gallery .small-col .grid .play-icon {
    top: 19%;
  }
  .video-gallery-wrap .video-gallery .small-col .grid .play-icon .play {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .video-popup .modal-dialog .modal-content .modal-body {
    padding: 0px 30px 30px;
  }
  .video-popup .modal-dialog .modal-content .modal-header {
    padding: 20px 30px 10px 30px;
  }
  .video-popup .modal-dialog .modal-content .modal-header .close {
    right: 30px;
  }
  .contact-page {
    padding-bottom: 20px;
  }
  .contact-page .contact-detials-box {
    padding: 20px 15px;
  }
  .featured-box .featured-content {
    min-height: 236px;
  }
  .profile-details .list:last-child li span:first-child {
    width: 145px;
  }
  .profile-details .list:last-child {
    margin-top: 0px;
  }
  .group-list .group-box {
    min-height: 215px;
  }
  .footer-sec .social a {
    background-size: cover;
    margin-right: 10px;
    margin-top: 7px;
    width: 42px;
    height: 17px;
  }
  .login-wrap .login-box .login-sec .input {
    width: 68.9%;
  }
  .login-wrap .login-box .login-sec label {
    width: 30%;
  }
  .tile-box {
    cursor: pointer;
  }
  .tile-box .hover-sec {
    cursor: pointer;
  }
  .top-header .login-account-sec .msg {
    font-size: 13px;
  }
  .top-header .nav-col {
    width: 80%;
  }
  .top-header .logo-sec {
    width: 19%;
  }
  .top-header .logo {
    max-width: 115px;
    height: 49px;
  }
  .top-header .h-search-box {
    top: 96px;
    max-width: 580px;
  }
  .search-toggle {
    margin-top: 31px;
  }
  .nav-sec {
    padding: 29px 0px;
  }
  .nav-sec .nav ul li > ul {
    top: 96px;
  }
  .sitemap ul ul li {
    width: 100%;
  }
  .right-sidebar .featured-box .featured-img {
    width: 100%;
    position: relative;
    height: 230px;
  }
  .right-sidebar .featured-box .featured-content {
    padding-left: 0px;
    min-height: auto;
  }
  .right-sidebar .featured-box .featured-content .content {
    padding: 20px 20px 20px;
  }
  .asset-box .overlap-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /*CK Editor*/
  .ckeditor-col-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .ckeditor-col-container .grid-4, .ckeditor-col-container .grid-6, .ckeditor-col-container .grid-8, .ckeditor-col-container .grid-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    height: auto !important;
  }
  .ckeditor-col-container .grid-4 {
    width: 33.33333%;
  }
  .ckeditor-col-container .grid-6 {
    width: 50% !important;
  }
  .ckeditor-col-container .grid-8 {
    width: 66.66667%;
  }
  .ckeditor-col-container .grid-12 {
    width: 100%;
  }
  .odd-even-box li:nth-child(6n+1) .img-bg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 15px 0px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 15px 0px 30px -10px inset;
  }
  .odd-even-box li:nth-child(6n+2) .img-bg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) -15px 0px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) -15px 0px 30px -10px inset;
  }
  .odd-even-box li:nth-child(6n+3) .img-bg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 15px 0px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 15px 0px 30px -10px inset;
  }
  .odd-even-box li:nth-child(6n+4) .img-bg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) -15px 0px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) -15px 0px 30px -10px inset;
  }
  .odd-even-box li:nth-child(6n+5) .img-bg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 15px 0px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 15px 0px 30px -10px inset;
  }
  .odd-even-box li:nth-child(6n+6) .img-bg {
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) -15px 0px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) -15px 0px 30px -10px inset;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .top-header .h-search-box {
    float: left;
    min-height: inherit;
    max-width: 100%;
  }
  .top-header .h-search-box:before {
    display: none;
  }
  .top-header .logo-sec {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 26px;
  }
  .top-header .logo-sec .logo {
    max-width: 80px;
    height: 34.25px;
    background-size: cover;
    float: none;
    display: inline-block;
    margin: 15px 0px;
  }
  .top-header .logo-sec .logo a {
    height: 32px;
  }
  .top-header .logo-sec.extranet {
    text-align: left;
  }
  .top-header .logo-sec.extranet .logo {
    margin-left: 20px;
  }
  .top-header .login-account-sec {
    margin-top: 5px;
    padding-right: 20px;
  }
  .top-header .ex-login {
    /*position: initial;*/
  }
  .top-header .ex-login .login-account-sec {
    position: absolute;
    top: -40px;
    right: 18px;
  }
  .top-header .ex-login .login-account-sec ul li {
    background: url(../images/account-icon-white.png) no-repeat;
    width: 19px;
    height: 20px;
    margin-left: 10px;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(2) {
    background-position: -70px;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(2):hover {
    background: url(../images/account-icon-white.png) no-repeat;
    background-position: -70px;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(1) {
    background-position: -33px;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(1):hover {
    background: url(../images/account-icon-white.png) no-repeat;
    background-position: -33px;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(3) {
    background-position: -70px;
    background: none;
    width: auto;
    line-height: 18px;
    margin-left: 8px;
    padding-left: 8px;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(3):hover {
    background: url(../images/account-icon-white.png) no-repeat;
    background-position: -70px;
    background: none;
  }
  .top-header .ex-login .login-account-sec ul li:nth-of-type(4) {
    background: none;
    width: auto;
    height: auto;
    padding-left: 8px;
    line-height: 18px;
    margin-left: 8px;
  }
  .top-header .ex-login .login-account-sec ul li.notification ul li {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0px;
    margin-left: 0px;
  }
  .top-header .ex-login .login-account-sec ul li.notification ul li a {
    color: #015a82;
  }
  .top-header .ex-login .login-account-sec ul li.notification ul li a:hover {
    color: #000;
  }
  .top-header .ex-login .login-account-sec ul li.notification ul li:last-child {
    margin-left: 0px;
  }
  .top-header .ex-login .login-account-sec ul li a {
    color: #fff;
    font-size: 12px;
  }
  .top-header .ex-login .login-account-sec ul li a span {
    background: #e23726;
    right: -8px;
    top: -5px;
  }
  .top-header .ex-login .login-account-sec ul li a span.three-digit {
    right: -14px;
    top: -11px;
  }
  .header-wrap {
    min-height: 49px;
  }
  .header-wrap.extranet {
    min-height: 81px;
  }
  .top-header .view-threat-level-feeds {
    padding-right: 0px;
    width: 100%;
    border-top: solid 1px #f5f5f5;
    display: block;
  }
  .top-header .msg-box {
    padding: 4px 13px;
    font-size: 11px !important;
    padding-right: 0px;
  }
  .top-header .extranet-top-bar {
    padding: 0px 0px;
  }
  .top-header .extranet-top-bar .view-threat-level-feeds {
    display: none;
  }
  .top-header .login-account-sec ul li {
    font-size: 12px;
    width: 18px;
    height: 20px;
    margin-left: 10px;
  }
  .top-header .login-account-sec ul li:nth-of-type(1) a {
    width: 18.82px;
    height: 17.45px;
    margin-top: 3px;
  }
  .top-header .login-account-sec ul li:nth-of-type(2) a {
    width: 14px;
    height: 17px;
    margin-top: 3px;
  }
  .top-header.extranet .nav-sec {
    top: 95px;
  }
  .top-header .search-toggle {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-header .logo-sec .logo {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-header .nav-sec {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .top-header.sticky .logo-sec .logo {
    max-width: 80px;
    height: 18px;
    margin: 15px 0px 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-position: -1px 0px;
  }
  .top-header.sticky .logo-sec .logo a {
    height: 20px;
  }
  .top-header.sticky .toggle-menu-btn {
    height: 48px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-header.sticky .search-toggle {
    margin-top: 0px;
    top: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .top-header.sticky .msg-box {
    display: none;
  }
  .top-header.sticky .extranet-top-bar {
    padding: 0px;
  }
  .top-header.sticky.extranet .nav-sec {
    padding: 0px;
    top: 79px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .top-header.sticky.extranet .nav-sec .nav ul li > ul {
    top: 0px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .top-header.sticky .nav-sec {
    padding: 0px;
    top: 48px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .top-header.sticky .nav-sec .nav ul li {
    padding: 0;
  }
  .top-header.sticky .nav-sec .nav ul li > ul {
    top: 0px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .top-header.sticky .h-search-box {
    top: 48px;
  }
  .nav-col {
    padding: 0px;
  }
  .nav-sec {
    background-image: none;
    position: fixed;
    height: 100%;
    background: #fff;
    display: none;
    top: 64px;
    z-index: 9999;
    overflow: auto;
    padding: 0px;
    border-top: solid 1px #dbdbdb;
    width: 100%;
  }
  .nav-sec .container {
    padding: 0;
  }
  .nav-sec .nav ul {
    display: block;
  }
  .nav-sec .nav ul li {
    width: 100% !important;
    font-size: 1em;
    text-align: left;
    display: block;
    position: relative;
    padding-left: 0px;
    padding: 0px;
    border-bottom: solid 1px #dbdbdb;
  }
  .nav-sec .nav ul li.expanded .nav-click {
    display: none;
  }
  .nav-sec .nav ul li:hover {
    background: none;
  }
  .nav-sec .nav ul li:hover ul {
    /*display:none;
                            opacity:1;
                            visibility:visible;*/
    top: 0;
  }
  .nav-sec .nav ul li:hover > ul {
    display: none;
  }
  .nav-sec .nav ul li a {
    padding: 15px 20px 15px 25px;
    width: 100% !important;
    color: #015a82;
    font-size: 14px;
    font-family: HelveticaNeueETW01-75Bd;
  }
  .nav-sec .nav ul li a:hover {
    /*color:$white-color;*/
  }
  .nav-sec .nav ul li a:after {
    display: none;
  }
  .nav-sec .nav ul li a.parent:after {
    display: none;
  }
  .nav-sec .nav ul li > ul {
    position: relative;
    top: 0;
    padding: 0px;
    background: none;
    display: none;
    background: #015a82;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .nav-sec .nav ul li > ul li {
    display: block;
    min-height: 0px;
    padding: 0px;
    font-family: HelveticaNeueETW01-55Rg;
    font-size: 15px;
    border-right: 0px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    width: 100%;
    float: none;
    position: relative !important;
  }
  .nav-sec .nav ul li > ul li:last-child {
    border: 0px;
  }
  .nav-sec .nav ul li > ul li:before {
    display: none !important;
  }
  .nav-sec .nav ul li > ul li:after {
    display: none;
  }
  .nav-sec .nav ul li > ul li .arrow:after {
    color: #fff !important;
  }
  .nav-sec .nav ul li > ul li a {
    padding: 15px 20px 15px 25px;
    text-transform: none;
    color: #fff !important;
  }
  .nav-sec .nav ul li > ul li a:hover {
    color: #fff !important;
  }
  .nav-sec .nav ul li > ul li a:after {
    display: none;
  }
  .nav-sec .nav ul li > ul li a.parent:after {
    display: none;
  }
  .nav-sec .nav ul li > ul li.active-trail {
    background: none;
  }
  .nav-sec .nav ul li > ul li.active-trail:after {
    display: none;
  }
  .nav-sec .nav ul li > ul li.sub-part {
    max-width: 100%;
  }
  .nav-sec .nav ul li > ul li.sub-part li {
    width: 100%;
  }
  .nav-sec .nav ul li > ul li ul {
    background: #004767 !important;
    display: none;
  }
  .nav-sec .nav ul li > ul li ul li a {
    padding: 15px 20px 15px 25px;
    color: #000;
  }
  .nav-sec .nav ul li > ul li ul li a:hover {
    color: #000;
  }
  .nav-sec .nav ul li > ul li ul li a.parent {
    font-family: HelveticaNeueETW01-55Rg;
  }
  .nav-sec .nav ul li > ul li ul li .arrow {
    padding: 5px 25px;
  }
  .nav-sec .nav ul li > ul li ul li .arrow:after {
    color: #858c8f;
  }
  .nav-sec .nav ul li > ul li ul li ul li {
    padding-left: 20px !important;
    margin-left: 0px;
  }
  .nav-sec .nav ul li > ul li ul li ul li:before {
    display: none;
  }
  .nav-sec .nav ul li > ul li ul li ul li a {
    color: #000;
    font-size: 13px;
  }
  .nav-sec .nav ul li > ul li ul ul {
    background: #fff !important;
  }
  .nav-sec .nav ul li > ul li.first:before {
    display: none;
    border-right: 0px;
  }
  .nav-sec .nav ul li > ul ul {
    position: inherit;
    top: 0;
    width: 100%;
    padding: 0;
  }
  .nav-sec .nav ul li.expanded .arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 15px 25px;
  }
  .nav-sec .nav ul li.expanded .arrow:after {
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    color: #015a82;
    font-size: 1.4375em;
  }
  .nav-sec .nav ul li.expanded .arrow.parent:after {
    content: "\f106";
  }
  .nav-sec .nav ul li.expanded a {
    width: calc(100% - 65px) !important;
  }
  .nav-sec .jmobilenav {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 56px;
    position: absolute;
    text-align: right;
    top: -60px;
  }
  .nav-sec .jmobilenav .close-btn {
    color: #fff;
    font-style: normal;
    font-size: 35px;
    padding: 14px 20px;
    margin-top: 0px;
    display: inline-block;
    cursor: pointer;
  }
  .jmobilenav.close-nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    height: 56px;
    position: fixed;
    text-align: right;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999999;
  }
  .jmobilenav.close-nav .close-btn {
    color: #fff;
    font-style: normal;
    font-size: 35px;
    padding: 14px 20px;
    margin-top: 0px;
    display: inline-block;
    cursor: pointer;
  }
  .top-header .container {
    padding: 0px;
  }
  .top-header .container .row {
    margin: 0px;
  }
  .top-header .h-search-box {
    padding: 10px 30px 10px 0px;
    right: 0px;
    top: 64px;
    background: #f7f7f7;
  }
  .search-field-sec {
    background: #f7f7f7;
  }
  .search-field-sec .input {
    background: #f7f7f7;
    font-size: 14px;
    padding-right: 115px;
    height: 40px;
    line-height: 38px;
    border: 0px;
  }
  .search-field-sec .input:focus {
    outline: none;
  }
  .search-field-sec .submit {
    font-size: 14px;
    padding: 0 24px;
    height: 40px;
    line-height: 40px;
  }
  .toggle-menu-btn {
    float: right;
    position: relative;
    width: 50px;
    height: 64px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle-menu-btn span {
    width: 24px;
    top: 50%;
    left: 30%;
    display: block;
    position: absolute;
    height: 3px;
    background: #353535;
    margin: -2px 0 0 -13px;
  }
  .toggle-menu-btn span:before {
    content: '';
    position: absolute;
    height: 3px;
    background: #353535;
    width: 100%;
    top: -8px;
    -webkit-transition: -webkit-transform 300ms,top 300ms;
    -webkit-transition: top 300ms,-webkit-transform 300ms;
    transition: top 300ms,-webkit-transform 300ms;
    transition: transform 300ms,top 300ms;
    transition: transform 300ms,top 300ms,-webkit-transform 300ms;
  }
  .toggle-menu-btn span:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    top: 8px;
    background: #353535;
    display: block;
    -webkit-transition: -webkit-transform 300ms,top 300ms;
    -webkit-transition: top 300ms,-webkit-transform 300ms;
    transition: top 300ms,-webkit-transform 300ms;
    transition: transform 300ms,top 300ms;
    transition: transform 300ms,top 300ms,-webkit-transform 300ms;
  }
  .toggle-menu-btn.hamburge-open span {
    background: none;
  }
  .toggle-menu-btn.hamburge-open span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .toggle-menu-btn.hamburge-open span:after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .home-slider-wrapper .homeslider .slick-slide {
    height: 300px;
  }
  .home-slider-wrapper .homeslider .texture-bg {
    height: 300px;
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, $white-color 100%);*/
  }
  .home-slider-wrapper .homeslider .texture-bg .title {
    font-size: 1.625em;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .home-slider-wrapper .homeslider .texture-bg .button {
    padding: 5px 15px;
    font-size: 14px;
  }
  .home-slider-wrapper .homeslider .texture-bg p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .home-slider-wrapper .homeslider .texture-bg .container {
    height: 300px;
  }
  .home-slider-wrapper .homeslider .texture-bg .table-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_right {
    text-align: center;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_right .table-cell {
    padding-left: 0%;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_left {
    text-align: center;
  }
  .home-slider-wrapper .homeslider .texture-bg.black_left .table-cell {
    padding-right: 0%;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_right {
    text-align: center;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_right .table-cell {
    padding-left: 0%;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_left {
    text-align: center;
  }
  .home-slider-wrapper .homeslider .texture-bg.white_left .table-cell {
    padding-right: 0%;
  }
  .home-slider-wrapper .homeslider .slick-dots {
    margin-bottom: 0px;
    bottom: 5px;
    right: 0px;
    text-align: center;
  }
  .home-slider-wrapper .homeslider .slick-arrow {
    display: inline-block !important;
  }
  .box {
    margin-bottom: 20px;
  }
  .tile-box {
    max-height: 55px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0px;
  }
  .tile-box .title {
    top: 0px;
    bottom: auto;
    font-size: 1.0625em;
  }
  .tile-box .title a {
    padding: 15px 12px;
  }
  .tile-box .title.no-padding {
    /*padding: 15px 12px;*/
  }
  .tile-box .hover-sec {
    opacity: 1;
    padding: 70px 12px 12px;
    display: none;
  }
  .tile-box .hover-sec p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .tile-box .hover-sec .button {
    font-size: 14px;
    padding: 4px 15px;
    margin-top: 10px;
  }
  .tile-box.active {
    max-height: 240px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    min-height: 240px;
  }
  .featured-box-sec .col-sm-6 .featured-box {
    margin-right: 0px;
  }
  .featured-box {
    margin-bottom: 20px;
  }
  .featured-box .featured-content .content {
    padding: 35px 20px 20px;
  }
  .featured-box .featured-content .content h3 {
    font-size: 1.125em;
  }
  .featured-box .featured-content .content p {
    -webkit-line-clamp: 3;
  }
  .bottom-search-sec {
    padding: 20px 0px;
  }
  .bottom-search-sec .search-field-sec {
    width: 100%;
  }
  .footer-sec {
    padding: 0;
  }
  .footer-sec .row {
    margin: 0px;
  }
  .footer-sec ul {
    min-height: 0;
    display: none;
    padding: 15px 15px 15px 50px;
    background: #4d4d4d;
  }
  .footer-sec h3 {
    font-size: 1.125em;
    margin: 0px 20px;
    padding: 10px 0px 15px;
    border-bottom: solid 1px #707070;
  }
  .footer-sec h3:before {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.5625em;
    margin-right: 14px;
    position: relative;
    top: 2px;
  }
  .footer-sec .h3 {
    font-size: 1.125em;
    margin: 0px 20px;
    padding: 10px 0px 15px;
    border-bottom: solid 1px #707070;
  }
  .footer-sec .h3:before {
    content: "\f107";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.5625em;
    margin-right: 14px;
    position: relative;
    top: 2px;
  }
  .footer-sec .active h3 {
    border-bottom: 0;
  }
  .footer-sec .active h3:before {
    content: "\f106";
    display: inline-block;
    font-family: 'FontAwesome';
  }
  .footer-sec .active .h3 {
    border-bottom: 0;
  }
  .footer-sec .active .h3:before {
    content: "\f106";
    display: inline-block;
    font-family: 'FontAwesome';
  }
  .footer-sec .container {
    padding: 0px;
  }
  .footer-sec .social {
    float: none;
    text-align: center;
    background: #353535;
    padding: 10px 0px;
  }
  .footer-sec .social a {
    margin-top: 5px;
  }
  .footer-sec .col-sm-3.last {
    width: 100%;
  }
  .half-part-cont p {
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .odd-even-box ul li .container {
    padding: 0;
  }
  .odd-even-box ul li .img-bg {
    width: 100%;
    position: inherit;
    height: 300px;
    float: left;
    position: relative;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 15px 30px -10px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 0px -15px 30px -10px inset;
  }
  .odd-even-box ul li .img-bg:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 46%;
    bottom: 0;
    top: auto;
    width: 0;
    height: 0;
  }
  .odd-even-box ul li .asset-content {
    padding: 0px !important;
    text-align: center;
  }
  .odd-even-box ul li .asset-content .content {
    padding: 30px 20px !important;
  }
  .odd-even-box ul li .asset-content .content p {
    padding-left: 0px;
  }
  .odd-even-box li:nth-child(6n+1) .img-bg:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #e5e5e5;
    border-top: 0px;
  }
  .odd-even-box li:nth-child(6n+2) .img-bg:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #353535;
    border-top: 0px;
  }
  .odd-even-box li:nth-child(6n+3) .img-bg:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    border-top: 0px;
  }
  .odd-even-box li:nth-child(6n+4) .img-bg:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #c0c0c0;
    border-top: 0px;
  }
  .odd-even-box li:nth-child(6n+5) .img-bg:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #353535;
    border-top: 0px;
  }
  .odd-even-box li:nth-child(6n+6) .img-bg:before {
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
    border-top: 0px;
  }
  .header-search-sec {
    padding: 10px 20px 4px 0px;
  }
  .header-search-sec .container {
    padding: 0;
  }
  .header-search-sec.search-hide {
    background: #eeeeee;
    position: absolute;
    right: 0px;
    width: 61px;
    top: 56px;
  }
  .header-search-sec.search-hide .toggle-menu-btn {
    padding: 6px 20px;
    border-left: solid 1px #d9d9d9;
    border-right: 0;
  }
  .header-search-sec.search-hide .toggle-menu-btn span {
    border-bottom-color: #000;
  }
  .header-search-sec.search-hide .toggle-menu-btn span:before {
    border-top-color: #000;
  }
  .header-search-sec.search-hide .toggle-menu-btn span:after {
    border-bottom-color: #000;
  }
  .header-search-sec .toggle-menu-btn span {
    border-bottom: solid 2px #fff;
  }
  .header-search-sec .toggle-menu-btn span:before {
    border-top: solid 2px #fff;
  }
  .header-search-sec .toggle-menu-btn span:after {
    border-bottom: solid 2px #fff;
  }
  .bredcrumb {
    text-align: center;
  }
  .bredcrumb ul {
    width: 100%;
  }
  .bredcrumb .official {
    width: 100%;
    text-align: center;
  }
  .left-col {
    padding-right: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .left-col:after {
    display: none;
  }
  .right-sidebar:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: -100%;
    background: #eeeeee;
    height: 100%;
    display: block;
  }
  .side-bar-sec {
    padding-left: 0px;
  }
  .forthcoming-events .content {
    padding: 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  }
  .forthcoming-events .content h2 {
    color: #000;
    font-size: 1.375em;
    line-height: 30px;
  }
  .forthcoming-events .content p {
    color: #000;
  }
  .load-more {
    margin-top: 30px;
    width: 100%;
    float: left;
  }
  .header-search-sec .search-field-sec {
    background: #fff;
  }
  .home-slider-wrapper .homeslider .texture-bg p {
    /*overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
*/
  }
  .home-slider-wrapper .homeslider .col-sm-10 {
    padding: 0px 20px;
  }
  .home-slider-wrapper .homeslider .slick-arrow {
    bottom: 4px;
    padding: 3px 8px;
  }
  .home-slider-wrapper .homeslider .slick-arrow.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 15px;
  }
  .home-slider-wrapper .homeslider .slick-arrow.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
  }
  .alert-box-sec {
    padding: 0px 0px;
  }
  .alert-box-sec .alert-box {
    padding: 12px 15px;
  }
  .alert-box-sec .alert-box .table-cell {
    display: block;
    width: 100%;
  }
  .alert-box-sec .alert-box p {
    display: block;
    width: 100%;
    padding-left: 0px;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    padding-right: 0px;
    padding-top: 10px;
  }
  .login-wrap .login-box .login-sec {
    padding: 30px 45px;
  }
  .course_listing {
    text-align: center;
  }
  .course_listing figure {
    margin: 0 auto 15px;
  }
  .course_listing .course_blocks h2 {
    background: none;
    color: #02476e;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
  }
  .course_listing h4 .date:after {
    left: 45%;
    width: 10%;
  }
  .course_summary .container {
    padding: 0;
  }
  .course_summary .img-bg {
    position: relative;
    left: 0;
    width: 100%;
    height: 250px;
  }
  .course_summary .asset-content {
    padding-left: 0%;
  }
  .course_summary .asset-content .content {
    padding: 30px 20px;
    font-size: 1.125em;
  }
  .course_summary .asset-content .content label {
    width: 100%;
  }
  .course_summary .asset-content .content data {
    width: 100%;
  }
  .overview-form li.half-input .first, .overview-form li.half-input .second {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .overview-form li.half-input .form-item {
    width: 100%;
  }
  .overview-form #OrderForm li span {
    width: 100%;
    margin-bottom: 20px !important;
  }
  h1 {
    font-size: 1.75em;
    text-align: center;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .overview-details li span {
    display: block;
  }
  .overview-details li span:first-child {
    width: 100%;
    padding-bottom: 5px;
  }
  .pay-now-sec {
    padding: 0 20px;
  }
  ._feature h2 span {
    display: block;
    float: none;
    padding-top: 15px;
    padding-left: 0px;
  }
  ._feature h2 span:before {
    display: none;
  }
  .explore_wrapper .asset-box {
    padding: 0 10px 20px;
  }
  .explore_wrapper .title-sec {
    margin-bottom: 25px;
  }
  .explore_wrapper .title-sec h2 {
    margin-bottom: 10px;
  }
  .news-board {
    padding-left: 0px;
  }
  .threat-reports-sec .threat-box {
    margin-top: 20px;
  }
  .threat-reports-sec .threat-box .overlap h3 {
    font-size: 1.25em;
    line-height: 24px;
  }
  .group-list {
    padding: 30px 0px;
  }
  .group-list .group-box {
    border-bottom: solid 2px #d3d3d3;
    border-right: 0px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .group-list .group-box.last {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .group-list .group-box:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .group-list .group-box.inner {
    border-left: 0px;
    border-right: 0px;
    padding-top: 0px;
    width: 100%;
  }
  .group-list .group-box.inner:last-child {
    border-right: 0px;
  }
  .group-list .group-box.inner:before {
    display: none;
  }
  .group-list .group-box.inner:after {
    display: none;
  }
  .group-list .group-box.inner p {
    display: block;
  }
  .group-list .group-box.inner p.title {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
  .group-list.inner-page {
    padding: 20px 0px;
  }
  .group-list .container .row {
    border-top: solid 2px #d3d3d3;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nav-sec .nav ul li > ul:after {
    display: none;
  }
  .nav-sec .nav ul li.one-col > ul {
    max-width: 100%;
    width: 100% !important;
    border: 0;
    padding: 0;
  }
  .nav-sec .nav ul li.one-col > ul li a {
    padding: 8px 30px 8px 20px;
  }
  .memeber-list .title {
    display: none;
  }
  .memeber-list .list {
    padding: 15px;
  }
  .memeber-list .list li {
    width: 100%;
  }
  .memeber-list .list li span {
    display: inline-block;
    width: 110px;
    font-family: HelveticaNeueETW01-75Bd;
  }
  .memeber-list .list li strong {
    position: initial;
  }
  .memeber-list .list li strong .tool-tip {
    position: relative;
    max-width: 78px;
    left: 110px;
    display: block;
  }
  .memeber-list .list li strong .tool-tip:before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #015a82;
    top: -15px;
    left: 40%;
  }
  .memeber-list .list:nth-child(even) {
    background: #efefef;
  }
  .memeber-list .list:nth-child(odd) {
    background: #fff;
  }
  .news_listing figure,
  .featured_news_wrapper figure {
    margin-bottom: 20px;
  }
  .featured_news_wrapper .featureed-news {
    padding: 0;
  }
  .news_details .backnews {
    text-align: left;
    margin-bottom: 20px;
  }
  .news_details figure {
    float: none;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
  .news_details .pagination-back {
    padding-left: 0px;
    margin-left: 0px;
    display: block;
    border: 0px;
    margin-top: 20px;
  }
  .video-gallery-wrap .video-gallery .grid {
    padding: 10px 0px;
  }
  .video-gallery-wrap .video-gallery .grid.top97 {
    top: 0px;
  }
  .video-gallery-wrap .video-gallery .grid.col-5 {
    width: 100%;
  }
  .video-gallery-wrap .video-gallery .grid.col-7 {
    width: 100%;
  }
  .video-gallery-wrap .video-gallery .grid.col-9 {
    width: 100%;
  }
  .video-gallery-wrap .video-gallery .grid.col-6 {
    width: 100%;
  }
  .video-gallery-wrap .video-gallery .grid .title {
    font-size: 1.125em;
    padding: 10px 20px;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon {
    top: 35%;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon .play {
    width: 55px;
    height: 55px;
    background-position: 18px center;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon .play.big {
    width: 55px;
    height: 55px;
    background-position: 18px center;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon .play.mid {
    width: 55px;
    height: 55px;
    background-position: 18px center;
  }
  .video-gallery-wrap .video-gallery .small-col .grid .play-icon {
    top: 35%;
  }
  .video-gallery-wrap .video-gallery .small-col .grid .play-icon .play {
    width: 55px;
    height: 55px;
    background-position: 18px center;
  }
  .video-gallery-wrap .slick-track[style] {
    /*   width: 100% !important;
            transform: none !important;*/
  }
  .video-gallery-wrap .slick-slide[style] {
    display: block !important;
  }
  .video-popup .modal-dialog .modal-content .modal-body {
    padding: 0px 30px 30px;
  }
  .video-popup .modal-dialog .modal-content .modal-header {
    padding: 20px 30px 10px 30px;
  }
  .video-popup .modal-dialog .modal-content .modal-header .close {
    right: 30px;
  }
  .contact-page {
    padding-bottom: 20px;
  }
  .contact-page h1 {
    text-align: left;
  }
  .search-page .result-box {
    padding-left: 0px;
  }
  .search-page .categories .filter.file-type ul li {
    float: left;
    width: 100%;
  }
  .search-page .shorting {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .search-page .mobile-categories {
    display: block;
    width: 100%;
    float: left;
    border-top: solid 1px #e2e2e2;
    border-bottom: solid 1px #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .search-page .mobile-categories span {
    width: 25px;
    border-bottom: solid 2px #015a82;
    display: inline-block;
    padding-top: 6px;
    float: right;
  }
  .search-page .mobile-categories span:before {
    content: '';
    border-top: solid 2px #015a82;
    margin-bottom: 4px;
    display: block;
  }
  .search-page .mobile-categories span:after {
    content: '';
    border-bottom: solid 2px #015a82;
    margin-bottom: 4px;
    display: block;
  }
  .search-page .categories {
    width: 100%;
    float: left;
    display: none;
  }
  .search-page .result-box .result-list .file-icon-sec .rating {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .profile-page .col-sm-7:after {
    display: none;
  }
  .profile-page .content-alerts:after {
    content: '';
    width: 100%;
    border-top: solid 2px #ebecec;
    right: -100%;
    position: absolute;
    top: -2px;
  }
  .profile-page .group-content-alerts {
    padding: 45px 0px;
  }
  .profile-page .group-content-alerts:before {
    width: 100%;
    left: -100%;
  }
  .profile-page .group-content-alerts .save-link {
    margin-top: 30px;
  }
  .profile-details .title span {
    float: none;
    padding-bottom: 10px;
    display: block;
  }
  .profile-details .list:last-child li span:first-child {
    width: 145px;
  }
  .page-news .item-list .pager {
    margin-top: 40px !important;
  }
  .slick-slider .slick-arrow {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .slick-slider:hover .slick-arrow {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .profile-details .list:last-child {
    margin-top: 0px;
  }
  .cms table {
    border-left: solid 1px #999999;
    border-top: solid 1px #999999;
    width: 100%;
  }
  .cms table td {
    padding: 20px;
    vertical-align: top;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
  }
  .search-page .sub-title {
    text-align: center;
  }
  .tile-box {
    cursor: pointer;
  }
  .tile-box .hover-sec {
    cursor: pointer;
  }
  .twitter-typeahead .tt-menu {
    padding: 0px 0px;
    font-size: 14px;
  }
  .twitter-typeahead .tt-menu .tt-suggestion {
    padding: 5px 10px 10px;
    border-bottom: solid 1px #eeeeee;
  }
  .twitter-typeahead .tt-menu .tt-suggestion:last-child {
    border-bottom: 0px;
  }
  .top-header .login-account-sec .msg {
    display: none;
  }
  .sitemap ul ul li {
    width: 100%;
  }
  .asset-box .overlap-box p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .course-wrapper .course_banner .texture-bg p {
    padding: 0 20px;
    font-size: 14px;
    font-family: HelveticaNeueETW01-65Md;
    line-height: 21px;
  }
  .course-wrapper .course_banner .texture-bg .title {
    font-size: 1.625em;
    line-height: 35px;
    font-family: HelveticaNeueETW01-65Md;
  }
  .ckeditor-col-container .grid-6 {
    width: 100% !important;
    height: auto !important;
  }
  .view-filters {
    width: 90%;
  }
  #sliding-popup {
    padding: 0px 20px;
  }
  .top-header .login-account-sec ul li a span {
    width: 15px;
    height: 15px;
    padding: 0px 2px;
  }
  .top-header .login-account-sec ul li.notification ul {
    margin-top: 6px;
    overflow: auto !important;
    width: 300px !important;
    right: -140px;
  }
  .top-header .login-account-sec ul li.notification span.track3 {
    margin-top: 18px;
  }
  .top-header .login-account-sec ul li:nth-of-type(3).has_notifications.active a:after {
    top: 27px;
    right: 5px;
  }
  .search-toggle {
    position: absolute;
    margin-top: 0px;
    top: 20px;
    right: 65px;
    width: 23px;
    height: 24px;
  }
  .home-slider-wrapper .homeslider .slick-dots li {
    margin: 0 5px;
  }
  .home-slider-wrapper .homeslider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .top-header .login-account-sec ul li.notification ul {
    overflow: auto !important;
  }
}

@media (max-width: 650px) {
  .alert-box-sec .alert-box h2 span {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .alert-box-sec .alert-box h2 span:before {
    display: none;
  }
  .login-wrap .login-box .title {
    font-size: 1.25em;
    padding: 15px 0px;
  }
  .login-wrap .login-box .login-sec {
    padding: 20px;
  }
  .login-wrap .login-box .login-sec .input {
    width: 100%;
  }
  .login-wrap .login-box .login-sec p {
    margin-bottom: 10px;
  }
  .login-wrap .login-box .login-sec label {
    font-size: 1.125em;
    width: 100%;
  }
  .login-wrap .login-box .login-sec .input {
    font-size: 1.125em;
    margin-bottom: 15px;
  }
  .login-wrap .login-box .login-sec .input.otp {
    width: 100%;
  }
  .memeber-list .list {
    padding: 0px;
    padding-bottom: 20px;
    border-bottom: solid 2px #e5e5e5;
    margin-bottom: 20px;
  }
  .memeber-list .list li {
    width: 100%;
  }
  .memeber-list .list li span {
    display: inline-block;
    width: 100%;
    font-family: HelveticaNeueETW01-65Md;
    background: #efefef;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .memeber-list .list li strong .tool-tip {
    left: 0px;
  }
  .memeber-list .list:nth-child(even) {
    background: #fff;
  }
  .memeber-list .list:nth-child(odd) {
    background: #fff;
  }
  .memeber-list .list:last-child {
    padding-bottom: 0px;
    border-bottom: 0;
    margin-bottom: 0px;
  }
  .disclaimer-popup .modal-content .terms-link {
    padding-top: 10px;
    width: 100%;
    display: block;
  }
  .profile-details .list li span:first-child {
    width: 100%;
  }
  .profile-details .list:last-child {
    margin-top: 0px;
  }
  .profile-details .list:last-child li span:first-child {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .button {
    font-size: 12px;
    padding: 5px 15px;
  }
  .button.blue {
    font-size: 12px;
    padding: 5px 15px;
  }
  h2 {
    font-size: 1.25em;
  }
  .h2 {
    font-size: 1.25em;
  }
  .box h2 {
    font-size: 1.125em;
  }
  .box .h2 {
    font-size: 1.125em;
  }
  .grey-full-width {
    padding: 20px 0px;
  }
  .grey-full-width h2 {
    margin-bottom: 30px;
  }
  .grey-full-width .h2 {
    margin-bottom: 30px;
  }
  .grey-full-width .col-sm-4:last-child .box {
    margin-bottom: 0px;
  }
  .white-full-width {
    padding: 40px 0px;
  }
  .white-full-width h2 {
    margin-bottom: 30px;
  }
  .white-full-width .h2 {
    margin-bottom: 30px;
  }
  .asset-box .overlap-box {
    padding: 30px 20px;
  }
  .asset-box .overlap-box h2 {
    font-size: 1.375em;
    margin-bottom: 10px;
  }
  .asset-box .overlap-box .h2 {
    font-size: 1.375em;
    margin-bottom: 10px;
  }
  .asset-box .overlap-box p {
    font-size: 15px;
    -webkit-line-clamp: 3;
  }
  .asset-box .overlap-box .button {
    margin-top: 10px;
  }
  .forthcoming-events .content {
    padding: 20px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  }
  .forthcoming-events .content h2 {
    color: #000;
    font-size: 1.25em;
    line-height: 30px;
  }
  .forthcoming-events .content .h2 {
    color: #000;
    font-size: 1.25em;
    line-height: 30px;
  }
  .forthcoming-events .content p {
    color: #000;
  }
  .side-bar-sec .right-btn {
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .side-bar-sec h2 {
    width: 100%;
  }
  .info-exchange {
    width: 100%;
    padding: 15px 23px 15px 95px;
    font-size: 16px;
    line-height: 24px;
  }
  .info-exchange.group:before {
    background-size: 40px;
  }
  .info-exchange.cse:before {
    background-size: 40px;
  }
  .info-exchange:before {
    width: 70px;
  }
  .info-exchange span {
    font-size: 13px;
  }
  .course_summary .content data {
    display: block;
  }
  .threat-reports-sec .threat-box .overlap h3 {
    font-size: 1.125em;
    line-height: 22px;
  }
  .threat-reports-sec .threat-box .overlap .h3 {
    font-size: 1.125em;
    line-height: 22px;
  }
  .event-sec .list {
    padding: 7px 10px 6px;
  }
  .event-sec .list li a {
    padding: 10px 0px 10px 35px;
    font-size: 14px;
  }
  .event-sec .event-date li {
    font-size: 1em;
  }
  .event-sec .event-date li a {
    padding: 15px 10px;
  }
  .news_details .news-pagination a {
    padding: 10px 15px 10px 55px;
    margin-right: 5px;
  }
  .news_details .news-pagination a:last-child {
    padding: 10px 55px 10px 15px;
    margin-right: 0px;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon {
    top: 28%;
  }
  .video-gallery-wrap .video-gallery .grid .play-icon .play {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .video-popup .modal-dialog .modal-content .modal-body {
    padding: 0px 30px 30px;
  }
  .video-popup .modal-dialog .modal-content .modal-header {
    padding: 20px 30px 10px 30px;
  }
  .video-popup .modal-dialog .modal-content .modal-header .close {
    right: 30px;
    top: 10px;
    font-size: 40px;
  }
  .search-page .result-box .result-list .file-icon-sec .rating {
    float: left;
    margin-top: 10px;
    width: 100%;
  }
  .profile-page .content-alerts .category {
    width: 100%;
  }
  .overview-form .webform-datepicker .form-item {
    display: block;
    margin-bottom: 20px !important;
    margin-right: 3px;
  }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .bootstrap-select > .dropdown-toggle {
    padding-left: 5px;
  }
  .login-wrap {
    height: calc(100% - 58px);
  }
  .login-wrap .login-box {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  .login-wrap .login-box .login-sec .login-btn.otp {
    margin-left: 5px;
  }
  .msg-box:after {
    display: none;
  }
  .btn_admin_wrapper a {
    width: 100%;
    text-align: center;
  }
  .btn_admin_wrapper a:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
  .odd-even-box ul li .img-bg:before {
    left: 42%;
  }
  .featured-box .featured-img {
    width: 100%;
    position: relative;
    height: 200px;
  }
  .featured-box .featured-content {
    padding-left: 0%;
  }
  .featured-box.inner .featured-img {
    width: 100%;
    position: relative;
    height: 200px;
  }
  .featured-box.inner .featured-content {
    padding-left: 0%;
  }
  .featured-box.inner .featured-content .content {
    padding: 0px 0px 0px 0px;
  }
  .login-wrap .col-sm-9 {
    padding: 0px;
  }
  .login-wrap .login-box .login-sec .form-actions .forgotten-creds {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .disclaimer-popup .modal-content .modal-header {
    padding: 20px 20px;
  }
  .disclaimer-popup .modal-content .modal-body {
    padding: 90px 20px 10px;
  }
  .disclaimer-popup .modal-content .modal-footer {
    position: absolute;
    top: 68px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0px;
  }
  .alert-box-sec .alert-box {
    padding: 10px 15px;
  }
  .alert-box-sec .alert-box h2 {
    margin-top: 20px;
  }
  .alert-box-sec .alert-box .h2 {
    margin-top: 20px;
  }
  .alert-box-sec .alert-box .close-btn {
    right: 10px;
    top: 10px;
  }
  .tile-box .title {
    font-size: 15px;
  }
  .view-user-courses-and-events .white-full-width {
    padding: 40px 0px 0px;
  }
  .background .wrapper {
    height: auto;
    overflow-y: auto;
  }
  .view-filters {
    width: 85%;
  }
}

@media (max-width: 320px) {
  .search-field-sec {
    width: 74%;
  }
}

@media (max-width: 320px) {
  .msg-box {
    font-size: 9px;
  }
}

/*FOR PRINT*/
@media print {
  body {
    padding: 0px;
    margin: 0px;
  }
  h2 {
    font-size: 20px;
  }
  .h2 {
    font-size: 20px;
  }
  .top-header, .nav-sec, .home-slider-wrapper {
    display: none;
  }
  .box img {
    display: none;
  }
  .box h2 {
    padding-top: 0px;
    position: inherit;
  }
  .box .h2 {
    padding-top: 0px;
    position: inherit;
  }
  .grey-full-width {
    padding: 0px;
    padding-bottom: 20px;
  }
  .white-full-width {
    padding: 0px 0px;
    text-align: left;
  }
  .tile-box {
    max-height: 100%;
    overflow: visible;
    text-align: left;
  }
  .tile-box img {
    display: none;
  }
  .tile-box .hover-sec {
    opacity: 1;
    visibility: visible;
    position: inherit;
    display: block;
    padding-left: 0px;
    padding: 0px !important;
    top: 0px;
  }
  .tile-box .hover-sec .button {
    border: solid 2px #015a82;
    margin-top: 0px;
  }
  .tile-box .title {
    color: #000;
    position: relative;
    padding-left: 0px;
    margin: 0px !important;
    top: 0px;
    /*left:-30px;*/
  }
  .tile-box .title a {
    color: #000;
    padding: 0px 0px;
    margin: 0px;
  }
  .featured-box .featured-content {
    padding-left: 0px;
  }
  .featured-box .featured-content .content {
    padding: 10px 0px;
  }
  .grey-full-width h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .grey-full-width .h2 {
    margin-bottom: 20px;
    text-align: left;
  }
  .container {
    width: 100% !important;
    padding: 0 0 !important;
    max-width: 100% !important;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100% !important;
    padding: 0px !important;
    float: none;
  }
  .white-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .white-full-width h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .white-full-width .h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .grey-full-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-center {
    text-align: left !important;
  }
  .bottom-search-sec {
    display: none;
  }
  .asset-box img {
    display: none;
  }
  .asset-box p {
    opacity: 1;
    visibility: visible;
  }
  .asset-box .overlap-box {
    position: inherit;
    text-align: left;
    padding: 20px 20px;
  }
  .asset-box .overlap-box p {
    opacity: 1;
    visibility: visible;
    color: #000;
    max-height: 100%;
  }
  .asset-box .overlap-box .button {
    border: solid 2px #015a82;
  }
  .button {
    border: solid 2px #015a82;
  }
  .footer-sec, .footer-bottom {
    display: none;
  }
  .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .bredcrumb, .header-search-sec {
    display: none;
  }
  .odd-even-box .img-bg {
    display: none;
  }
  .odd-even-box li .asset-content {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  h1 {
    text-align: left;
  }
  .odd-even-box ul li .asset-content {
    text-align: left;
  }
  .featured-box.inner .featured-content {
    padding-left: 0px;
  }
  .featured-box.inner .featured-content .content {
    padding-left: 0px;
  }
  .threat-report-box img {
    display: none;
  }
  .threat-report-box .img-box h2 {
    padding-left: 0px;
    position: inherit;
  }
  .threat-report-box .img-box .h2 {
    padding-left: 0px;
    position: inherit;
  }
  .threat-report-box .content-box {
    padding: 0px;
  }
  .forthcoming-events img {
    display: none;
  }
  .forthcoming-events .content {
    position: inherit;
    text-align: left;
    padding-left: 0px;
  }
  .info-exchange {
    float: left;
    width: 100% !important;
    padding: 10px 0px;
  }
  .info-exchange br {
    display: none;
  }
  .load-more {
    display: none;
  }
  .profile-page .group-content-alerts {
    padding-left: 0px;
  }
  .profile-page .group-content-alerts .save-link .button {
    border: solid 2px #015a82;
  }
  .cms img {
    display: none;
  }
  .cms .cmsVideoWrapper {
    display: none;
  }
  .related_wrapper {
    padding-top: 20px;
  }
  .related_wrapper .related_block figure img {
    display: none;
  }
  .related_wrapper .related_block figure span {
    padding-left: 0px;
    position: inherit;
  }
  .related_wrapper ul {
    padding: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .related_wrapper ul li {
    padding: 10px 0px;
    width: 100%;
  }
  .guidance .guidance-block {
    padding: 0px;
  }
  .guidance ul li {
    padding: 5px 0px;
  }
  ul {
    list-style: disc;
  }
  .cms ul {
    list-style: disc;
  }
  .news-board tr td {
    padding: 5px 0px;
  }
  .news-board a {
    padding-left: 0px;
  }
  .share-this, .pager-load-more {
    display: none;
  }
  a[href]:after {
    content: none !important;
  }
  .group-list .group-icons {
    display: none;
  }
  .event-sec .col-sm-3 {
    width: 15%;
    float: left;
  }
  .event-sec .col-sm-9 {
    width: 85%;
    float: left;
  }
  .event-sec .list li a {
    padding-left: 0px;
  }
  .featured_news_wrapper img, .news-list img {
    display: none;
  }
  .jeqheight {
    height: auto !important;
  }
  .news_listing {
    padding: 15px 0px;
  }
  .news_listing figure span {
    padding: 0px;
  }
  .featured_news_wrapper {
    padding: 0px;
  }
  .featured_news_wrapper figure span {
    padding: 0px;
  }
  .search-page .mobile-categories, .search-page .shorting, .search-page .categories {
    display: none !important;
  }
  .search-page .result-box .result-list .file-icon-sec .pdf, .search-page .result-box .result-list .file-icon-sec .word, .search-page .result-box .result-list .file-icon-sec .ppt, .search-page .result-box .result-list .file-icon-sec .web {
    display: none;
  }
  .search-page .result-box .result-list .file-icon-sec .date {
    margin-left: 0px;
  }
  .search-page .sub-title {
    text-align: left;
  }
  .news_details .news-container {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .news_details .news-container img {
    display: none;
  }
  .news_details .news-pagination, .news_details .pagination-back, .news_details .backnews {
    display: none;
  }
  .course_listing {
    text-align: left;
    padding: 0 20px;
  }
  .course_listing figure {
    display: none;
  }
  .course_listing h2 {
    padding: 10px 0px;
  }
  .course_listing .h2 {
    padding: 10px 0px;
  }
  .course_banner {
    display: none;
  }
  .threat-reports-sec .threat-box {
    margin-top: 0px;
  }
  .threat-reports-sec .threat-box img {
    display: none;
  }
  .threat-reports-sec .threat-box .overlap {
    position: relative;
    text-align: left;
  }
  .course_summary .img-bg {
    display: none;
  }
  .course_summary .asset-content .content {
    padding-left: 0px;
  }
  ._feature {
    padding: 0px;
  }
  .asset-box.asset-page .overlap-box {
    text-align: left;
    padding: 15px 20px;
  }
  .asset-box.asset-page .overlap-box h2 {
    text-align: left;
    font-size: 1em;
  }
  .asset-box.asset-page .overlap-box .h2 {
    text-align: left;
    font-size: 1em;
  }
  .explore_wrapper {
    border-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .explore_wrapper .asset-box h2 {
    text-align: left;
    font-size: 1em;
  }
  .news-board {
    margin-bottom: 0px;
  }
  .contact-page .contact-detials-box {
    padding: 0px;
  }
  ul {
    list-style: disc !important;
  }
  .form-submit {
    border: solid 2px #015a82;
  }
  .document_details .document_data a {
    padding-left: 0px;
  }
  .document_details .document_data .data-row {
    padding: 0px;
  }
  .video-gallery-wrap, .passport_event {
    display: none;
  }
}

@media (min-width: 768px) {
  /*.indented {
    max-width: 730px;
}*/
}

@media (min-width: 992px) {
  /*.indented {
    max-width: 950px;
}*/
}

@media (min-width: 1200px) {
  /*.indented {
    max-width: 1170px;
}*/
}

.category-grid-sec {
  width: 100%;
  float: left;
}

.category-grid-sec .category-grid {
  margin: 0;
  padding: 70px 0px 0px 0px;
  width: 100%;
  float: left;
  list-style: none;
}

.category-grid-sec .category-grid li .title {
  display: block;
  min-height: 48px;
  padding-left: 15px;
  margin-left: 20px;
  border-left: solid 2px #000;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li .title:before {
  content: '';
  border-left: solid 2px #000;
  height: 30px;
  bottom: -20px;
  left: -2px;
  z-index: 2;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li .title a {
  min-height: 48px;
  padding-bottom: 10px;
}

.category-grid-sec .category-grid li .title a:hover {
  color: #015a82;
}

.category-grid-sec .category-grid li .title:hover {
  border-color: #015a82;
}

.category-grid-sec .category-grid li .title:hover:before {
  border-color: #015a82;
  height: 50px;
  bottom: -40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li .thumb {
  display: block;
  overflow: hidden;
  position: relative;
}

.category-grid-sec .category-grid li .thumb img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li .thumb a:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li .thumb a:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li .thumb a:hover:before {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: scale(2);
          transform: scale(2);
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.category-grid-sec .category-grid li a {
  display: block;
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #000;
  line-height: 19px;
  position: relative;
  z-index: 1;
}

.view-id-cse_category_frontend .item-list, .view-display-id-cse_categories .item-list {
  width: 100%;
  float: left;
}

.view-id-cse_category_frontend .pager, .view-display-id-cse_categories .pager {
  margin: 0px;
  margin-top: 70px;
}

.view-id-cse_category_frontend .pager li, .view-display-id-cse_categories .pager li {
  padding: 0;
  margin: 0 2px;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
}

.view-id-cse_category_frontend .pager li a, .view-display-id-cse_categories .pager li a {
  display: block;
  border: solid 1px #4d4d4d;
  padding: 2px 11px;
  color: #4d4d4d;
}

.view-id-cse_category_frontend .pager li a:hover, .view-display-id-cse_categories .pager li a:hover {
  border: solid 1px #015a82;
  background: #015a82;
  color: #fff;
}

.view-id-cse_category_frontend .pager li.pager-current, .view-display-id-cse_categories .pager li.pager-current {
  border: solid 1px #015a82;
  padding: 2px 11px;
  background: #015a82;
  color: #fff;
}

/*Listing page*/
.listing-sec {
  width: 100%;
  float: left;
  margin-top: 60px;
}

.listing-sec .toolbar {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-bottom: solid 1px #ededed;
  margin-bottom: 40px;
  text-align: right;
}

.listing-sec .toolbar .back-link {
  font-size: 13px;
  text-transform: uppercase;
  color: #565656;
  position: relative;
  top: 7px;
  float: left;
}

.listing-sec .toolbar .back-link:before {
  content: "\f104";
  font-family: 'FontAwesome';
  padding-right: 10px;
  font-size: 15px;
  position: relative;
  left: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.listing-sec .toolbar .back-link:hover {
  color: #015a82;
}

.listing-sec .toolbar .back-link:hover:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: -3px;
}

.listing-sec .toolbar .sorting {
  display: inline-block;
  margin-left: 10px;
}

.listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle {
  /*border-color: $menu-bg-color;*/
  border: 0px;
  height: 40px;
  line-height: 40px;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: uppercase;
  font-size: 13px;
}

.listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle .bs-caret {
  background: none;
  height: 40px;
  border: 0px;
}

.listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle .bs-caret .caret {
  top: 0px;
  border: 0px;
}

.listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle .bs-caret .caret:before {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #404040;
  position: absolute;
  top: 2px;
  right: 0px;
}

.listing-sec .toolbar .sorting .bootstrap-select {
  height: 40px;
  width: 100% !important;
  /*min-width: 90px;*/
}

.listing-sec .toolbar .sorting .bootstrap-select.btn-group .dropdown-menu li a {
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: uppercase;
  font-size: 13px;
  border: 0px;
}

.listing-sec .toolbar .sorting .open > .btn-default.dropdown-toggle {
  background: none;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}

.listing-sec .toolbar .product-search {
  display: inline-block;
  position: relative;
  background: #eeeeee;
  border-radius: 5px;
  margin-right: 20px;
  min-width: 250px;
}

.listing-sec .toolbar .product-search .input {
  width: 100%;
  padding: 0px 40px 0 15px;
  font-size: 15px;
  color: #727272;
  border: 0;
  height: 40px;
  line-height: 38px;
  font-family: HelveticaNeueETW01-46Lt;
  float: none;
  background: none;
}

.listing-sec .toolbar .product-search .submit {
  width: 21px;
  height: 25px;
  background: url(../images/search-icon.png) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
  padding: 0px;
  float: right;
  position: absolute;
  right: 10px;
  top: 7px;
}

.listing-sec .toolbar .filter-menu {
  display: none;
  font-family: HelveticaNeueETW01-55Rg;
  text-transform: uppercase;
  font-size: 13px;
  color: #404040;
  height: 40px;
  line-height: 40px;
}

.listing-sec .toolbar .filter-menu:after {
  content: "\f107";
  font-family: 'FontAwesome';
  color: #404040;
  top: 2px;
  right: 0px;
  margin-left: 12px;
}

.listing-sec .item {
  width: 100%;
  display: block;
  padding-bottom: 50px;
}

.listing-sec .item .img-box {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.listing-sec .item .img-box.discontinued:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  top: 0px;
  left: 0px;
}

.listing-sec .item .img-box .tag {
  position: absolute;
  top: 10px;
  left: 0px;
  font-size: 13px;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: uppercase;
  padding: 0px 12px;
  color: #fff;
  z-index: 1;
}

.listing-sec .item .img-box .tag.new {
  background: #ff5f01;
}

.listing-sec .item .img-box .tag.rating {
  background: #6a1a7b;
}

.listing-sec .item .img-box .tag.information {
  background: #015a82;
}

.listing-sec .item .img-box .tag.discontinued {
  background: #4d4d4d;
  display: block;
  width: 100%;
  top: 50%;
  margin-top: -13px;
  text-align: center;
}

.listing-sec .item .img-box: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.5s;
  transition: 0.5s;
}

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

.listing-sec .item .manufacturer-name {
  font-size: 13px;
  color: #4d4d4d;
  display: block;
  margin-bottom: 0px;
  opacity: 0.8;
}

.listing-sec .item .name {
  font-size: 16px;
  line-height: 21px;
  display: block;
  min-height: 42px;
}

.listing-sec .item .attribute-block {
  display: block;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  margin-top: 10px;
  padding: 8px 0px;
  font-size: 13px;
  color: #4d4d4d;
  min-height: 98px;
}

.listing-sec .item .attribute-block p {
  margin: 0px 0px;
  font-size: 13px;
  color: #4d4d4d;
  opacity: 0.8;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.listing-sec .item .attribute-block p strong {
  font-family: HelveticaNeueETW01-75Bd;
  font-weight: normal;
}

.listing-sec .load-more {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
}

.listing-sec .pager {
  margin: 0px;
}

.listing-sec .pager li {
  padding: 0;
  margin: 0 2px;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
}

.listing-sec .pager li a {
  display: block;
  border: solid 1px #4d4d4d;
  padding: 2px 11px;
  color: #4d4d4d;
}

.listing-sec .pager li a:hover {
  border: solid 1px #015a82;
  background: #015a82;
  color: #fff;
}

.listing-sec .pager li.pager-current {
  border: solid 1px #015a82;
  padding: 2px 11px;
  background: #015a82;
  color: #fff;
}

/*Filter sec*/
.attribute-filter-sec {
  padding-right: 50px;
  width: 100%;
  float: left;
}

.attribute-filter-sec .attribute-filter {
  padding-bottom: 35px;
  width: 100%;
  float: left;
}

.attribute-filter-sec .attribute-filter .title {
  font-size: 14px;
  font-family: HelveticaNeueETW01-65Md;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  line-height: 17px;
}

.attribute-filter-sec .attribute-filter .title:nth-of-type(2) {
  margin-top: 35px;
}

.attribute-filter-sec .attribute-filter .title:nth-of-type(3) {
  margin-top: 35px;
}

.attribute-filter-sec .attribute-filter .title:nth-of-type(4) {
  margin-top: 35px;
}

.attribute-filter-sec .attribute-filter .title:nth-of-type(5) {
  margin-top: 35px;
}

.attribute-filter-sec .attribute-filter .title:nth-of-type(6) {
  margin-top: 35px;
}

.attribute-filter-sec .attribute-filter .title:nth-of-type(7) {
  margin-top: 35px;
}

.attribute-filter-sec .attribute-filter input[type=checkbox] {
  height: 0px;
  margin: 0px;
  -moz-appearance: none;
}

.attribute-filter-sec .attribute-filter input[type=checkbox] + label {
  font-size: 13px;
  color: #565656;
  padding: 0 0 0 25px;
  margin: 0px;
  line-height: 17px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.attribute-filter-sec .attribute-filter input[type=checkbox] + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: solid 1px #999;
}

.attribute-filter-sec .attribute-filter input[type=checkbox] + label:after {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 7px;
  height: 7px;
  display: block;
  z-index: 1;
  background: #015a82;
}

.attribute-filter-sec .attribute-filter input[type=checkbox]:checked + label {
  color: #015a82;
}

.attribute-filter-sec .attribute-filter input[type=checkbox]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.attribute-filter-sec .disclaimer-banner {
  margin-bottom: 25px;
  display: block;
  width: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  position: relative;
  text-align: center;
  padding: 20px;
  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;
  overflow: hidden;
}

.attribute-filter-sec .disclaimer-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(1, 90, 130, 0.6);
  left: 0;
  top: 0;
}

.attribute-filter-sec .disclaimer-banner img {
  position: absolute;
  opacity: 0;
}

.attribute-filter-sec .disclaimer-banner span {
  position: relative;
  color: #fff;
  font-family: HelveticaNeueETW01-75Bd;
  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;
  font-size: 17px;
}

.attribute-filter-sec .guide-download {
  text-transform: uppercase;
  border: solid 2px #015a82;
  padding: 5px 20px;
  display: block;
  width: 100%;
  float: left;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 15px;
  text-align: center;
  color: #015a82;
}

.attribute-filter-sec .guide-download:after {
  content: "\f019";
  font-family: 'FontAwesome';
  padding-left: 20px;
}

.attribute-filter-sec .guide-download:hover {
  border-color: #003b5a;
  color: #003b5a;
}

/*Details page*/
.product-slider {
  padding-right: 40px;
}

.product-slider .item {
  overflow: hidden;
}

.product-slider .video {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-top:30px;*/
  height: 0;
  overflow: hidden;
  margin-top: 9%;
}

.product-slider .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-slider .slick.slick-slider {
  background: #000;
}

.product-slider .slider-nav-thumbnails {
  display: none;
  padding: 0px 35px;
  margin-top: 10px;
  overflow: hidden;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-slide {
  position: relative;
  cursor: pointer;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-slide.slick-current img {
  border: solid 1px #015a82;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-slide span {
  display: block;
  padding: 0px 5px;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-slide span:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-slide:focus {
  outline: none;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-arrow {
  opacity: 1;
  position: absolute;
  left: 0px;
  z-index: 1;
  top: 0px;
  height: 100%;
  width: 30px;
  background: #d8d6d6;
  font-size: 35px;
  cursor: pointer;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-arrow:before {
  width: 30px;
  text-align: center;
  display: block;
  top: 50%;
  margin-top: -17.5px;
  position: absolute;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0px;
}

.product-slider .slider-nav-thumbnails.slick-slider .slick-arrow.slick-disabled:before {
  opacity: 0.3;
}

.product-slider .slider-nav-thumbnails .video-thumb {
  display: block;
}

.product-slider .slider-nav-thumbnails .video-thumb:before {
  content: "\f01d";
  font-family: 'FontAwesome';
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #fff;
  left: 50%;
  margin-left: -13px;
}

.product-details-sec .manu-name {
  font-size: 14px;
  line-height: 18px;
}

.product-details-sec h1 {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 20px;
}

.product-details-sec h2 {
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
  margin-bottom: 5px;
}

.product-details-sec .attribute-block {
  display: block;
  border-top: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  margin-top: 15px;
  padding: 8px 0px;
  font-size: 13px;
  color: #4d4d4d;
  min-height: 86px;
  margin-bottom: 25px;
}

.product-details-sec .attribute-block p {
  margin: 2px 0px;
}

.product-details-sec .action {
  padding-top: 35px;
}

.product-details-sec .button.download {
  margin-left: 15px;
  text-transform: uppercase;
  border: solid 2px #015a82;
  padding: 8px 22px;
  display: inline-block;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 14px;
  text-align: center;
  color: #015a82;
}

.product-details-sec .button.download:after {
  content: "\f019";
  font-family: 'FontAwesome';
  padding-left: 10px;
  font-size: 15px;
}

.product-details-sec .button.download:hover {
  color: #004767;
  border-color: #004767;
}

.info-tab-sec {
  width: 100%;
  float: left;
  padding-top: 80px;
}

.info-tab-sec .nav-tabs {
  border-bottom: solid 1px #b1b1b1;
}

.info-tab-sec .nav-tabs li {
  text-transform: uppercase;
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
}

.info-tab-sec .nav-tabs li a {
  border: 0px;
  color: #565656;
  border-bottom: solid 1px #b1b1b1;
  padding: 10px 0px;
  margin-right: 45px;
}

.info-tab-sec .nav-tabs li a:hover {
  border: 0px;
  background: none;
  color: #015a82;
}

.info-tab-sec .nav-tabs li a:focus {
  border: 0px;
}

.info-tab-sec .nav-tabs li.active a {
  border-bottom: solid 1px #015a82;
  color: #015a82;
}

.info-tab-sec .nav-tabs li.active a:before {
  content: "\f0d7";
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 30px;
  width: 100%;
  text-align: center;
  left: 0px;
  bottom: -23px;
  color: #fff;
  text-shadow: 0px 1px 0px #015a82;
}

.info-tab-sec .tab-content {
  padding: 40px 0px;
  font-size: 14px;
  border-bottom: solid 1px #d8d6d6;
}

.product-updates {
  width: 100%;
  float: left;
  padding-top: 50px;
}

.product-updates .historySlider {
  padding-top: 25px;
  position: relative;
  display: none;
}

.product-updates .historySlider .slick-slide {
  text-align: center;
  padding: 0 20px;
}

.product-updates .historySlider .slick-slide .date {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  border: solid 3px #015a82;
  display: block;
  font-family: HelveticaNeueETW01-75Bd;
  font-size: 13px;
  text-align: center;
  padding: 40px 0px;
  color: #015a82;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.product-updates .historySlider .slick-slide .date:before {
  content: '';
  height: 30px;
  border-left: solid 3px #015a82;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  bottom: -30px;
}

.product-updates .historySlider .slick-slide .date:after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #015a82;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -30px;
}

.product-updates .historySlider .slick-slide .text {
  display: block;
  padding-top: 40px;
  line-height: 24px;
}

.product-updates .historySlider:before {
  content: '';
  border-bottom: solid 3px #e5e5e5;
  position: absolute;
  left: 0px;
  width: 100%;
  top: 80px;
}

.product-updates .historySlider .slick-arrow {
  opacity: 1;
  position: absolute;
  left: 0px;
  font-size: 30px;
  top: 65px;
  width: 30px;
  background: #fff;
  z-index: 1;
  cursor: pointer;
}

.product-updates .historySlider .slick-arrow.slick-next {
  left: auto;
  right: 0px;
  text-align: right;
}

.product-updates .historySlider .slick-arrow.slick-disabled:before {
  opacity: 0.1;
}

.manufacturerForm .modal-content .modal-footer {
  clear: both;
}

.manufacturerForm .modal-content .modal-header h2 {
  font-size: 24px;
  margin-bottom: 0px;
}

.manufacturerForm .modal-content .modal-header .close {
  opacity: 1;
  font-size: 35px;
  vertical-align: top;
  color: #fff;
  font-weight: normal;
  margin-top: 4px;
}

.manufacturerForm .modal-content .modal-header .close:hover {
  opacity: 0.8;
}

.manufacturerForm .modal-content .modal-header .close span {
  line-height: 19px;
  display: block;
  height: 28px;
}

.manufacturerForm .modal-content .modal-body {
  padding: 30px;
}

.manufacturer-details {
  font-size: 14px;
  border-top: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
}

.manufacturer-details td {
  border-left: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  padding: 8px;
  vertical-align: top;
}

.manufacturer-details td:nth-child(2n+1) {
  width: 32%;
  font-family: HelveticaNeueETW01-75Bd;
}

.product-reset {
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 35px;
  color: #565656;
  line-height: 17px;
}

.product-reset a {
  margin-left: 9px;
  background: #015a82;
  color: #fff;
  padding: 1px 6px;
  font-size: 12px;
  display: inline-block;
  line-height: 17px;
}

.product-reset a:hover {
  background: #000;
}

.product-desc-show {
  font-size: 14px;
}

.product-desc-show a {
  text-decoration: underline;
}

.product-desc-show a:hover {
  text-decoration: none;
}

.product-desc-show .moretext span {
  display: none;
}

.product-desc-show .links {
  display: inline;
  padding-left: 5px;
}

.product-desc-show .dot {
  font-weight: normal;
  position: relative;
  left: -3px;
}

.product-desc-show.active .dot {
  display: none;
}

.product-desc-show p {
  display: inline;
}

.product-history {
  border-left: solid 1px #c0c0c0;
  border-top: solid 1px #c0c0c0;
  font-size: 14px;
}

.product-history th {
  background: #e2e2e2;
  padding: 10px 20px;
  border-right: solid 1px #c0c0c0;
  font-weight: normal;
  font-family: HelveticaNeueETW01-75Bd;
  color: #353535;
  border-bottom: 0px;
}

.product-history td {
  padding: 10px 20px;
  border-bottom: solid 1px #c0c0c0;
  border-right: solid 1px #c0c0c0;
  vertical-align: top;
}

.product-history .even td {
  background: #f4f4f4;
}

.product-history tr td:nth-child(odd) {
  color: #015a82;
  font-family: HelveticaNeueETW01-75Bd;
}

.product-history tr th:nth-child(odd) {
  width: 18%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .category-grid-sec .category-grid li a {
    font-size: 13px;
    line-height: 16px;
  }
  .category-grid-sec .category-grid li a .title {
    padding-left: 10px;
    margin-left: 15px;
  }
  .attribute-filter-sec {
    padding-right: 20px;
  }
  .attribute-filter-sec .guide-download {
    padding: 5px 15px;
    font-size: 13px;
  }
  .attribute-filter-sec .guide-download:after {
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-grid-sec .category-grid li a {
    font-size: 12px;
    line-height: 16px;
  }
  .category-grid-sec .category-grid li a .title {
    padding-left: 8px;
    margin-left: 10px;
  }
  .view-id-cse_category_frontend .pager, .view-display-id-cse_categories .pager {
    margin-top: 40px;
    padding: 0px;
  }
  .view-id-cse_category_frontend .pager li, .view-display-id-cse_categories .pager li {
    font-size: 12px;
    margin: 4px 3px;
  }
  .view-id-cse_category_frontend .pager li a, .view-display-id-cse_categories .pager li a {
    padding: 0px 10px;
  }
  .view-id-cse_category_frontend .pager li.pager-current, .view-display-id-cse_categories .pager li.pager-current {
    padding: 0px 10px;
  }
  .listing-sec .pager {
    padding: 0px;
  }
  .listing-sec .pager li {
    float: left;
    font-size: 12px;
    margin: 4px 3px;
  }
  .listing-sec .pager li a {
    padding: 0px 10px;
  }
  .listing-sec .pager li.pager-current {
    padding: 0px 10px;
  }
  .attribute-filter-sec {
    padding-right: 0px;
  }
  .attribute-filter-sec .guide-download {
    padding: 5px 5px;
    font-size: 13px;
  }
  .attribute-filter-sec .guide-download:after {
    padding-left: 5px;
  }
  /*Details page*/
  .product-slider {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .category-grid-sec .category-grid {
    padding: 0px;
  }
  .category-grid-sec .category-grid li {
    padding-top: 40px;
  }
  .category-grid-sec .category-grid li a {
    font-size: 13px;
    line-height: 16px;
  }
  .category-grid-sec .category-grid li a .title {
    padding-left: 10px;
    margin-left: 15px;
  }
  .view-id-cse_category_frontend .pager, .view-display-id-cse_categories .pager {
    margin-top: 35px;
    padding: 0px 7px;
  }
  .view-id-cse_category_frontend .pager li, .view-display-id-cse_categories .pager li {
    float: left;
    font-size: 12px;
    margin: 4px 3px;
  }
  .view-id-cse_category_frontend .pager li a, .view-display-id-cse_categories .pager li a {
    padding: 0px 10px;
  }
  .view-id-cse_category_frontend .pager li.pager-current, .view-display-id-cse_categories .pager li.pager-current {
    padding: 0px 10px;
  }
  /*Listing page*/
  .listing-sec {
    margin-top: 30px;
  }
  .listing-sec .toolbar {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .listing-sec .toolbar .product-search {
    width: 100%;
    margin: 20px 0px 20px 0px;
  }
  .listing-sec .toolbar .sorting {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
  }
  .listing-sec .toolbar .sorting .bootstrap-select > .dropdown-toggle {
    padding-left: 0px;
  }
  .listing-sec .toolbar .filter-menu {
    display: inline-block;
  }
  .listing-sec .item {
    padding-bottom: 40px;
  }
  .listing-sec .item .attribute-block {
    min-height: inherit;
  }
  .listing-sec .item .name {
    min-height: inherit;
  }
  .listing-sec .pager {
    padding: 0px;
  }
  .listing-sec .pager li {
    float: left;
    font-size: 12px;
    margin: 4px 3px;
  }
  .listing-sec .pager li a {
    padding: 0px 10px;
  }
  .listing-sec .pager li.pager-current {
    padding: 0px 10px;
  }
  .attribute-filter-sec .attribute-filter {
    display: none;
  }
  .attribute-filter-sec .disclaimer-banner {
    display: none;
  }
  .attribute-filter-sec .guide-download {
    display: none;
  }
  /*Details page*/
  .product-slider {
    padding-right: 0px;
  }
  .product-details-sec {
    padding-top: 30px;
  }
  .product-details-sec h1 {
    font-size: 22px;
    line-height: 32px;
    text-align: left;
  }
  .info-tab-sec {
    padding-top: 40px;
  }
  .info-tab-sec .tab-content {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .product-details-sec .button.download {
    font-size: 12px;
    padding: 5px 8px;
    margin-left: 2px;
  }
  .product-details-sec .button.blue {
    padding: 5px 8px;
  }
  .product-details-sec .action {
    padding-top: 15px;
  }
  .info-tab-sec .nav-tabs li {
    font-size: 14px;
  }
  .info-tab-sec .nav-tabs li a {
    margin-right: 20px;
  }
  .info-tab-sec .nav-tabs li:last-child a {
    margin-right: 0px;
  }
  .product-slider .slider-nav-thumbnails .video-thumb:before {
    font-size: 23px;
    margin-left: -10px;
  }
  .manufacturer-details {
    border: 0px;
  }
  .manufacturer-details td {
    border: 0px;
    border-bottom: solid 1px #e5e5e5;
    padding: 0px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
  }
  .manufacturer-details td:nth-child(2n+1) {
    float: left;
    width: 100%;
    border-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .manufacturerForm .modal-content .modal-body {
    padding-top: 20px;
  }
  .manufacturerForm .modal-content .modal-header h2 {
    font-size: 20px;
  }
  .manufacturerForm .modal-content .modal-header .close {
    margin-top: -2px;
  }
}

@media (max-width: 370px) {
  .info-tab-sec .nav-tabs li {
    font-size: 12px;
  }
  .info-tab-sec .nav-tabs li a {
    margin-right: 12px;
  }
  .info-tab-sec .nav-tabs li:last-child a {
    margin-right: 0px;
  }
}

.talking-point-intro {
  padding-top: 60px;
}

.talking-point-intro .talking-point-logo {
  padding: 0px 20px 0px 0px;
}

.talking-point-list {
  padding-top: 50px;
}

.talking-point-list.news_listing h4 {
  margin-bottom: 10px;
}

.talking-point-list.news_listing h4:after {
  border-bottom: 0px;
}

.talking-point-list.news_listing h4 a:hover {
  color: #1575ba;
}

.talking-point-list.news_listing .date {
  font-family: HelveticaNeueETW01-75Bd;
}

.talking-point-list.news_listing .readmore a {
  text-decoration: underline;
}

.talking-point-list.news_listing .readmore a:hover {
  text-decoration: none;
}

.talking-point-list.news_listing .list-block .news-list {
  border-bottom-width: 1px;
}

.talking-point-list .pager-load-more {
  padding-bottom: 70px;
}

.talking-featured.featured_news_wrapper {
  padding: 50px 0;
}

.talking-featured.featured_news_wrapper .featureed-news h2 {
  margin-bottom: 10px;
}

.talking-featured.featured_news_wrapper .featureed-news h2:after {
  border-bottom: 0px;
}

.talking-featured.featured_news_wrapper .featureed-news h2 a:hover {
  color: #1575ba;
}

.talking-featured.featured_news_wrapper .featureed-news .date {
  font-family: HelveticaNeueETW01-75Bd;
}

.talking-featured.featured_news_wrapper .featureed-news .readmore {
  margin-top: 25px;
}

.talking-featured.featured_news_wrapper .featureed-news .label {
  text-transform: uppercase;
  padding: 0px;
  color: #858c8f;
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}

.talking-filter input[type=radio] {
  height: 0px;
  margin: 0px;
  -moz-appearance: none;
  width: 0px;
}

.talking-filter input[type=radio] + label {
  font-size: 16px;
  color: #b8b8b8;
  padding: 11px 20px;
  border-radius: 3px;
  margin: 0px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 15px;
  border: solid 1px #b1b1b1;
  font-family: HelveticaNeueETW01-75Bd;
  background: none;
  cursor: pointer;
  margin-right: 3px;
}

.talking-filter input[type=radio] + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: solid 1px #999;
  display: none;
}

.talking-filter input[type=radio] + label:after {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 7px;
  height: 7px;
  display: block;
  z-index: 1;
  background: #015a82;
  display: none;
}

.talking-filter input[type=radio] + label:nth-of-type(1) {
  margin-left: -5px;
}

.talking-filter input[type=radio]:checked + label {
  color: #000;
  border-color: #000;
}

.talking-filter input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.talking-filter .form-item-field-talking-point-category-tid {
  display: inline-block;
}

.talking-filter .form-item-field-threat-case-study-category-tid {
  display: inline-block;
}

.talking_details {
  padding-bottom: 30px;
}

.talking_details h1:after {
  display: none;
}

.talking-point-list .item-list ul li {
  margin: 0px;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .talking-point-intro .talking-point-logo {
    padding: 0px 20px 0px 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .talking-point-intro .talking-point-logo {
    padding: 85px 10px 0px;
  }
}

@media (max-width: 767px) {
  .talking-point-intro .talking-point-logo {
    padding: 20px 30% 30px;
  }
  .talking-point-list {
    padding-top: 45px;
  }
  .talking-point-list.news_listing .list-block .news-list {
    padding: 30px 0px 30px;
  }
  .talking-filter input[type=radio] + label {
    font-size: 12px;
  }
  .talking-point-intro {
    padding-top: 40px;
    text-align: center;
  }
}

@media (max-width: 350px) {
  .talking-filter input[type=radio] + label {
    padding: 8px 8px;
  }
}

.talking-filter input[type=radio] {
  height: 0px;
  margin: 0px;
  -moz-appearance: none;
  width: 0px;
}

.talking-filter input[type=radio] + label {
  font-size: 16px;
  color: #b8b8b8;
  padding: 11px 20px;
  border-radius: 3px;
  margin: 0px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 15px;
  border: solid 1px #b1b1b1;
  font-family: HelveticaNeueETW01-75Bd;
  background: none;
  cursor: pointer;
  margin-right: 3px;
}

.talking-filter input[type=radio] + label:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  border: solid 1px #999;
  display: none;
}

.talking-filter input[type=radio] + label:after {
  content: ' ';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 7px;
  height: 7px;
  display: block;
  z-index: 1;
  background: #015a82;
  display: none;
}

.talking-filter input[type=radio] + label:nth-of-type(1) {
  margin-left: -5px;
}

.talking-filter input[type=radio]:checked + label {
  color: #000;
  border-color: #000;
}

.talking-filter input[type=radio]:checked + label:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.talking-filter .form-item-field-talking-point-category-tid {
  display: inline-block;
}

.talking-filter .archived {
  float: right;
  text-decoration: none;
  position: relative;
  top: 10px;
}

.case-studies-sec {
  width: 100%;
  padding-top: 50px;
  float: left;
}

.case-studies-sec .case-studies-grid {
  padding: 0px;
  margin: 0px;
  padding-top: 20px;
  width: 100%;
  list-style: none;
  background: none;
  float: left;
}

.case-studies-sec .case-studies-grid li {
  padding: 0px;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
}

.case-studies-sec .case-studies-grid li:before {
  background: none;
  content: '';
  padding: 65% 0 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}

.case-studies-sec .case-studies-grid li .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-decoration: none;
}

.case-studies-sec .case-studies-grid li .background img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
}

.case-studies-sec .case-studies-grid li .background:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-studies-sec .case-studies-grid li .background .table {
  position: relative;
}

.case-studies-sec .case-studies-grid li .background p {
  margin-bottom: 0px;
}

.case-studies-sec .case-studies-grid li .background .title {
  font-size: 20px;
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 0px;
}

.case-studies-sec .case-studies-grid li .background:hover:before {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.featured-case-studies {
  display: none;
  position: relative;
}

.featured-case-studies .item {
  overflow: hidden;
  width: 100%;
  position: relative;
  color: #fff;
}

.featured-case-studies .item .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 35px;
  z-index: 1;
  font-family: HelveticaNeueETW01-75Bd;
}

.featured-case-studies .item a {
  color: #fff;
  display: block;
}

.featured-case-studies .item a:before {
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.featured-case-studies .item a:hover:before {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.featured-case-studies .item .title {
  font-size: 28px;
}

.featured-case-studies .item .author {
  font-size: 20px;
  font-family: HelveticaNeueETW01-55Rg;
}

.featured-case-studies .slick-arrow {
  color: #fff;
  position: absolute;
  top: 50%;
  font-size: 35px;
  opacity: 1;
  margin-top: -40px;
  line-height: 29px;
  left: 5px;
  z-index: 1;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.featured-case-studies .slick-arrow.slick-next {
  right: 5px;
  left: auto;
}

.featured-case-studies .slick-arrow.slick-disabled {
  display: none !important;
}

.featured-case-studies .slick-arrow:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 0px;
}

.featured-case-studies .slick-arrow:hover.slick-next {
  right: 0px;
  left: auto;
}

.featured-case-studies .slick-dots {
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.featured-case-studies .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 7px;
  background: #d8d6d6;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.featured-case-studies .slick-dots li:before {
  display: none;
}

.featured-case-studies .slick-dots li button {
  display: none;
}

.featured-case-studies .slick-dots li.slick-active {
  background: #000;
}

.featured-case-studies .slick-dots li:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*Details page*/
.threat-details-banner {
  width: 100%;
  float: left;
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}

.threat-details-banner:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.4);
}

.threat-details-banner .container {
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}

.threat-details-banner .logo-small {
  width: 72px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0px;
  float: right;
}

.threat-details-banner h1 {
  color: #fff;
  padding-right: 25%;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.threat-details-banner p {
  color: #fff;
  font-size: 16px;
  padding-right: 42%;
  width: 100%;
  float: left;
}

.threat-details-page {
  margin-top: 15px;
}

.threat-details-page .intro-sec {
  margin-bottom: 70px;
}

.threat-details-page quote {
  font-size: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #015a82;
  padding-left: 40px;
  display: block;
  position: relative;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.threat-details-page quote:before {
  content: '“';
  font-size: 85px;
  position: absolute;
  top: 17px;
  left: 35px;
}

.threat-details-page blockquote {
  font-size: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #015a82;
  padding-left: 60px;
  display: block;
  position: relative;
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-right: 0px;
  font-style: normal;
  border-left: solid 1px #c0c0c0;
}

.threat-details-page blockquote:before {
  content: '“';
  font-size: 85px;
  position: absolute;
  top: 15px;
  left: 55px;
  background: none;
  height: auto;
  width: auto;
}

.threat-details-page h2 {
  font-size: 40px;
  color: #015a82;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 49px;
  margin-top: 0px;
}

.threat-details-page h3 {
  font-size: 40px;
  line-height: 49px;
  color: #015a82;
}

.threat-details-page .hightlights {
  padding-right: 50px;
}

.threat-details-page .threats-details-odd-even .img-box {
  position: absolute;
  left: 0;
  width: 45%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.threat-details-page .threats-details-odd-even .content-box {
  padding-left: 45%;
  padding-right: 0;
  display: inline-block;
  width: 100%;
}

.threat-details-page .threats-details-odd-even .content-box h3 {
  color: #015a82;
}

.threat-details-page .threats-details-odd-even .content-box .description {
  padding: 70px 0px 70px 80px;
}

.threat-details-page .threats-details-odd-even .content-box.no-image {
  padding-left: 0px !important;
  padding-top: 0px;
  padding-right: 0px !important;
  max-width: 100%;
}

.threat-details-page .threats-details-odd-even .content-box.no-image .description {
  padding-left: 0px;
}

.threat-details-page .odd-even-section section {
  position: relative;
}

.threat-details-page .odd-even-section section:nth-child(odd) {
  background: #f5f5f5;
}

.threat-details-page .odd-even-section section:nth-child(even) {
  background: #fff;
}

.threat-details-page .odd-even-section section:nth-child(even) .img-box {
  right: 0px;
  left: auto;
}

.threat-details-page .odd-even-section section:nth-child(even) .content-box {
  padding-right: 45%;
  padding-left: 0;
}

.threat-details-page .odd-even-section section:nth-child(even) .content-box .description {
  padding: 70px 80px 70px 0px;
}

.threat-details-page .odd-even-section section.blue {
  background: #015a82;
  padding: 70px 0px;
  color: #fff;
}

.threat-details-page .odd-even-section section.blue h3 {
  color: #fff;
  margin-bottom: 0px;
}

.threat-details-page .odd-even-section section.blue p {
  color: #fff;
}

.threat-details-page .odd-even-section section.blue h4 {
  font-size: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 5px;
  margin-top: 35px;
}

.threat-details-page .odd-even-section section.blue a {
  color: #fff;
  font-family: HelveticaNeueETW01-55Rg;
}

.threat-details-page .odd-even-section section.blue a:hover {
  text-decoration: none;
}

.threat-details-page .odd-even-section section.blue .ckeditor-col-container {
  margin-left: -18px;
  margin-right: -18px;
}

.threat-details-page .odd-even-section section.blue .ckeditor-col-container .grid-6 {
  width: 50%;
  float: left;
  padding-left: 18px;
  padding-right: 18px;
}

.threat-details-page .odd-even-section section.blue ul li:before {
  background: url(../images/squre-list-white.png) no-repeat;
  background-position: 0px 0px;
}

.threat-details-page .odd-even-section section.white {
  padding: 70px 0px;
}

.threat-details-page .view-all {
  text-decoration: none;
  font-size: 18px;
  color: #015a82;
  font-family: HelveticaNeueETW01-75Bd;
  position: relative;
  padding-right: 30px;
}

.threat-details-page .view-all:after {
  content: '\f105';
  font-size: 25px;
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.threat-details-page .view-all:hover:after {
  right: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.threat-details-page .related-links ul {
  list-style: none;
  padding: 0px;
  padding-top: 10px;
}

.threat-details-page .related-links ul li {
  width: 50%;
  float: left;
  font-size: 16px;
}

.threat-details-page .related-links ul li:before {
  display: none;
}

.threat-details-page .related-links ul li a {
  font-family: HelveticaNeueETW01-55Rg;
  position: relative;
}

.threat-details-page .related-links ul li a:after {
  content: '\f105';
  font-size: 22px;
  font-family: 'FontAwesome';
  position: absolute;
  right: -20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.threat-details-page .related-links ul li a:hover:after {
  right: -25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.padding70 {
  padding: 70px 0px;
}

.threat-details-page .odd-even-section section.blue ul li:before {
  background: url(../images/squre-list-white.png) no-repeat;
  background-position: 0px 0px;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .case-studies-sec .case-studies-grid li .background p {
    font-size: 13px;
  }
  .case-studies-sec .case-studies-grid li .background .title {
    font-size: 18px;
  }
  .featured-case-studies .item .title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .featured-case-studies .item .author {
    font-size: 16px;
  }
  .threat-details-page .threats-details-odd-even .content-box {
    padding-left: 50%;
  }
  .threat-details-page .threats-details-odd-even .img-box {
    width: 50%;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .content-box {
    padding-right: 50%;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .case-studies-sec .case-studies-grid li {
    width: 50%;
  }
  .featured-case-studies {
    margin-top: 30px;
  }
  .threat-details-banner h1 {
    padding-right: 0px;
  }
  .threat-details-banner p {
    padding-right: 0px;
  }
  .threat-details-page quote {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 40px;
    padding-top: 45px;
  }
  .threat-details-page quote:before {
    left: 0px;
    font-size: 80px;
  }
  .threat-details-page blockquote {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 40px;
    padding-top: 45px;
  }
  .threat-details-page blockquote:before {
    left: 0px;
    font-size: 80px;
  }
  .threat-details-page .hightlights ul {
    padding-right: 0px;
    border-right: 0px;
  }
  .threat-details-page .threats-details-odd-even .img-box {
    width: 100%;
    height: 450px;
  }
  .threat-details-page .threats-details-odd-even .content-box {
    padding-top: 450px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .threat-details-page .threats-details-odd-even .content-box .description {
    padding: 70px 0px 70px 0px;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .threats-details-odd-even .img-box {
    width: 100%;
    height: 450px;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .threats-details-odd-even .content-box {
    padding-top: 450px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .threats-details-odd-even .content-box .description {
    padding: 70px 0px 70px 0px;
  }
  .threat-details-page .odd-even-section section.blue .ckeditor-col-container .grid-6 {
    width: 100% !important;
    float: none;
  }
}

@media (max-width: 767px) {
  .case-studies-sec .case-studies-grid li {
    width: 50%;
  }
  .talking-filter .archived {
    top: 0px;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
  }
  .threat-details-banner {
    text-align: left;
  }
  .threat-details-banner h1 {
    padding-right: 0px;
    text-align: left;
    line-height: 36px;
  }
  .threat-details-banner p {
    padding-right: 0px;
  }
  .threat-details-banner .logo-small {
    float: left;
    margin-bottom: 20px;
  }
  .threat-details-page .intro-sec {
    margin-bottom: 30px;
  }
  .threat-details-page h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .threat-details-page h3 {
    font-size: 23px;
    line-height: 32px;
  }
  .threat-details-page quote {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 40px;
    padding-top: 45px;
    font-size: 17px;
    padding-right: 0px;
  }
  .threat-details-page quote:before {
    left: 0px;
    font-size: 70px;
  }
  .threat-details-page blockquote {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 40px;
    padding-top: 45px;
    font-size: 17px;
    padding-right: 0px;
  }
  .threat-details-page blockquote:before {
    left: 0px;
    font-size: 70px;
  }
  .threat-details-page .hightlights {
    padding-right: 0px;
  }
  .threat-details-page .hightlights ul {
    padding-right: 0px;
    border-right: 0px;
  }
  .threat-details-page .threats-details-odd-even {
    padding: 0px;
  }
  .threat-details-page .threats-details-odd-even .img-box {
    width: 100%;
    position: relative;
    height: 330px;
  }
  .threat-details-page .threats-details-odd-even .content-box {
    padding: 0px;
  }
  .threat-details-page .threats-details-odd-even .content-box .description {
    padding: 40px 20px;
  }
  .threat-details-page .threats-details-odd-even .content-box.no-image {
    max-width: 100%;
  }
  .threat-details-page .threats-details-odd-even .content-box.no-image .description {
    padding: 40px 20px;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .threats-details-odd-even .img-box {
    height: 330px;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .threats-details-odd-even .content-box {
    padding: 0px;
  }
  .threat-details-page .odd-even-section section:nth-child(even) .threats-details-odd-even .content-box .description {
    padding: 40px 20px;
  }
  .threat-details-page .odd-even-section section.blue {
    padding: 40px 0px;
  }
  .threat-details-page .odd-even-section section.blue .ckeditor-col-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .threat-details-page .odd-even-section section.blue .ckeditor-col-container .grid-6 {
    width: 100%;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  .threat-details-page .odd-even-section section.blue h4 {
    font-size: 17px;
  }
  .threat-details-page .odd-even-section section.white {
    padding: 40px 0px;
  }
  .threat-details-page .related-links ul {
    padding-top: 0px;
  }
  .threat-details-page .related-links ul li {
    width: 100%;
    font-size: 14px;
  }
  .threat-details-page .related-links ul li a:after {
    right: -15px;
  }
  .threat-details-page .related-links ul li a:hover:after {
    right: -20px;
  }
  .padding70 {
    padding: 40px 0px;
  }
}

@media (max-width: 480px) {
  .case-studies-sec .case-studies-grid {
    padding-top: 10px;
  }
  .case-studies-sec .case-studies-grid li {
    width: 100%;
  }
  .talking-filter input[type=radio] + label {
    padding: 8px 18px;
    font-size: 12px;
  }
  .talking-filter .archived {
    top: 0px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
  }
  .featured-case-studies {
    margin-top: 30px;
  }
  .featured-case-studies .item .title {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .featured-case-studies .item .author {
    font-size: 15px;
  }
  .featured-case-studies .item p {
    margin-bottom: 5px;
  }
  .featured-case-studies .item .content {
    padding: 20px;
  }
  .featured-case-studies .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 374px) {
  .talking-filter input[type=radio] + label {
    padding: 8px 8px;
  }
}

.cbrn-page .intro {
  padding-bottom: 70px;
}

.cbrn-page .intro p {
  font-size: 16px;
}

.cbrn-page .sub-intro {
  padding-top: 50px;
}

.cbrn-page .sub-intro p {
  font-size: 14px;
}

.cbrn-page .readmore {
  margin-top: 30px;
  display: block;
}

.cbrn-page h2 {
  font-size: 30px;
  line-height: 39px;
}

.cbrn-page .h2 {
  color: #015a82;
  font-size: 30px;
  line-height: 39px;
  font-family: HelveticaNeueETW01-75Bd;
  margin-top: 0px;
  margin-bottom: 15px;
}

.cbrn-page .cbrn-details-sec {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cbrn-page .side-nav {
  padding-left: 60px;
}

.cbrn-page .side-nav ul {
  padding: 0;
  margin: 0;
}

.cbrn-page .side-nav ul li {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  padding: 0px;
  display: block;
}

.cbrn-page .side-nav ul li:before {
  display: none;
}

.cbrn-page .side-nav ul li a {
  font-family: HelveticaNeueETW01-75Bd;
  text-decoration: none;
  color: #959595;
  border-bottom: solid 1px #ededed;
  padding: 10px 0px;
  display: block;
}

.cbrn-page .side-nav ul li a:hover {
  color: #000;
}

.cbrn-page .side-nav ul li a.active {
  color: #000;
}

.cbrn-page .side-nav ul li.active a {
  color: #000;
}

.cbrn-page .related-tp-mobile .side-nav {
  display: none;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .cbrn-page .side-nav {
    padding-left: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cbrn-page .side-nav {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .cbrn-page .intro {
    padding-bottom: 40px;
  }
  .cbrn-page .sub-intro {
    padding-top: 30px;
  }
  .cbrn-page h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .cbrn-page .h2 {
    font-size: 23px;
    line-height: 32px;
  }
  .cbrn-page .side-nav {
    display: none;
    padding-left: 0px;
  }
  .cbrn-page .cbrn-details-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cbrn-page .related-tp-mobile {
    background: #f5f5f5;
    padding-top: 30px;
  }
  .cbrn-page .related-tp-mobile .side-nav {
    display: block;
    padding: 0 10px 40px;
  }
}

.screening-page {
  width: 100%;
  float: left;
  /*considerations*/
  /*considerations*/
  /*Solution page full width video*/
  /*Solution page full width video*/
  /*features-sec*/
  /*features-sec*/
  /*Solution page odd even*/
  /*Solution page odd even*/
  /*Buttons*/
  /*Quick link*/
  /*Quick link*/
  /*Tehnology page*/
  /*Tehnology page*/
}

.screening-page h2 {
  margin-top: 0px;
}

.screening-page section {
  width: 100%;
  float: left;
  padding: 60px 0px;
}

.screening-page section.intro {
  padding: 60px 0px;
  text-align: center;
}

.screening-page section.intro h1 {
  margin-bottom: 25px;
}

.screening-page section.intro p {
  font-size: 18px;
  line-height: 30px;
}

.screening-page section.grey {
  background: #f7f7f7;
}

.screening-page section.pop-up-solution {
  background: #015a82;
  text-align: center;
  margin-top: 15px;
}

.screening-page section.pop-up-solution h1 {
  color: #fff;
}

.screening-page section.pop-up-solution p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.screening-page .small-container {
  max-width: 900px;
  margin: 0 auto;
}

.screening-page .operating-sec {
  width: 100%;
  float: left;
  display: table;
}

.screening-page .operating-sec .description {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.screening-page .operating-sec .description strong {
  padding-top: 25px;
  display: block;
}

.screening-page .operating-sec .description h3 {
  font-size: 20px;
  font-family: HelveticaNeueETW01-55Rg;
  font-weight: normal;
  margin-top: 30px;
}

.screening-page .operating-sec .description ul {
  width: 50%;
  float: left;
  list-style: disc;
  margin: 0px 0px 25px;
  padding-left: 18px;
}

.screening-page .operating-sec .description ul li {
  font-size: 14px;
  padding: 10px 0px;
}

.screening-page .operating-sec .description ul li:before {
  display: none;
}

.screening-page .operating-sec .img-box {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 40px 0px 150px;
}

.screening-page .trial-grid {
  width: 33.333%;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  display: table;
  position: relative;
}

.screening-page .trial-grid.col-2 {
  width: 50%;
}

.screening-page .trial-grid .content-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding: 0 18%;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 67px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .trial-grid .content-box .title {
  font-size: 22px;
  line-height: 27px;
  font-family: HelveticaNeueETW01-75Bd;
}

.screening-page .trial-grid .content-box p {
  margin-bottom: 15px;
}

.screening-page .trial-grid .content-box .button {
  font-size: 16px;
  text-transform: none;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 23px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .trial-grid:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(64, 64, 64, 0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .trial-grid:hover:before {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .trial-grid:hover .content-box {
  padding-top: 0px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .trial-grid:hover .button {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .operational-aspects {
  text-align: center;
}

.screening-page .operational-aspects .aspects-box {
  font-family: HelveticaNeueETW01-75Bd;
  padding: 0 20px;
}

.screening-page .operational-aspects .aspects-box .img-box {
  min-height: 115px;
}

.screening-page .operational-aspects .aspects-box .img-box img {
  max-height: 115px;
}

.screening-page .operational-aspects .aspects-box p {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  padding-top: 30px;
  line-height: 23px;
}

.screening-page .operational-aspects .row {
  font-size: 0;
}

.screening-page .operational-aspects .col-sm-3 {
  width: 25%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-right: dashed 1px #959595;
  margin-top: 50px;
}

.screening-page .operational-aspects .col-sm-3:last-child {
  border-right: 0px;
}

.screening-page .operational-aspects .button {
  margin-top: 45px;
}

.screening-page .considerations {
  text-align: center;
}

.screening-page .considerations .ckeditor-col-container {
  text-align: left;
  margin-left: -75px;
  margin-right: -75px;
}

.screening-page .considerations .ckeditor-col-container h3 {
  padding-top: 50px;
  font-size: 14px;
  margin-bottom: 7px;
}

.screening-page .considerations .ckeditor-col-container .grid-6 {
  padding-left: 75px;
  padding-right: 75px;
}

.screening-page .full-width-video {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 545px;
  position: relative;
}

.screening-page .full-width-video:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(65, 65, 65, 0.58);
}

.screening-page .full-width-video .play-btn {
  width: 121px;
  height: 121px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -61px;
  margin-left: -61px;
}

.screening-page .solutions-video-popup {
  background: rgba(0, 0, 0, 0.7);
}

.screening-page .solutions-video-popup .modal-body {
  padding: 0px;
  background: #000;
}

.screening-page .solutions-video-popup .modal-body iframe {
  border: 0px;
}

.screening-page .solutions-video-popup .videoWrapper {
  width: 100%;
}

.screening-page .solutions-video-popup .modal-content {
  background: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
  border: 0px;
}

.screening-page .solutions-video-popup .modal-header {
  padding: 0px;
  border: 0px;
  height: 40px;
}

.screening-page .solutions-video-popup .modal-header .close {
  width: 33px;
  height: 33px;
  background: url(../images/Close.svg) no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .solutions-video-popup .modal-header .close:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .features-sec {
  text-align: center;
}

.screening-page .features-sec p {
  font-size: 16px;
  margin-bottom: 20px;
}

.screening-page .features-sec .small-container {
  margin-bottom: 50px;
}

.screening-page .features-sec .h2 {
  margin-bottom: 0px;
}

.screening-page .s-odd-even-sec .solution-odd-even {
  width: 100%;
  float: left;
  position: relative;
  background: #ededed;
}

.screening-page .s-odd-even-sec .solution-odd-even:nth-of-type(odd) .image-box {
  left: 0;
  right: auto;
}

.screening-page .s-odd-even-sec .solution-odd-even:nth-of-type(odd) .content-box {
  padding-left: 50%;
}

.screening-page .s-odd-even-sec .solution-odd-even:nth-of-type(odd) .content-box .description {
  padding: 60px 0px 60px 70px;
}

.screening-page .s-odd-even-sec .solution-odd-even:nth-of-type(even) .image-box {
  left: auto;
  right: 0px;
}

.screening-page .s-odd-even-sec .solution-odd-even:nth-of-type(even) .content-box {
  padding-left: 0;
  padding-right: 50%;
}

.screening-page .s-odd-even-sec .solution-odd-even:nth-of-type(even) .content-box .description {
  padding: 60px 70px 60px 0px;
}

.screening-page .s-odd-even-sec .solution-odd-even .image-box {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.screening-page .s-odd-even-sec .solution-odd-even .content-box {
  width: 100%;
  padding-left: 50%;
  float: left;
}

.screening-page .s-odd-even-sec .solution-odd-even .content-box .description {
  padding: 60px 0px 60px 70px;
}

.screening-page .s-odd-even-sec .solution-odd-even .content-box .description .button {
  margin-top: 20px;
}

.screening-page .solution-trial-grid {
  padding-bottom: 10px;
}

.screening-page .button {
  font-size: 16px;
  text-transform: none;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 23px;
}

.screening-page .quick-link ul {
  padding: 0px;
  margin: 0px;
  background: none;
  list-style: none;
}

.screening-page .quick-link ul li {
  width: 50%;
  float: left;
  padding: 15px 15px 15px 0px;
}

.screening-page .quick-link ul li a {
  font-size: 18px;
  color: #015a82;
  font-family: HelveticaNeueETW01-75Bd;
}

.screening-page .quick-link ul li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-left: 20px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .quick-link ul li a:hover {
  color: #000;
}

.screening-page .quick-link ul li a:hover:after {
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.screening-page .technology-odd-even {
  background: #f7f7f7;
}

.screening-page .technology-odd-even section {
  padding: 75px 0px 25px;
}

.screening-page .technology-odd-even section:nth-of-type(4n+1) {
  background: #f7f7f7;
}

.screening-page .technology-odd-even section:nth-of-type(4n+2) {
  background: #f7f7f7;
  padding: 25px 0px;
}

.screening-page .technology-odd-even section:nth-of-type(4n+3) {
  background: #ededed;
}

.screening-page .technology-odd-even section:nth-of-type(4n+4) {
  background: #ededed;
  padding: 25px 0px;
}

.screening-page .technology-odd-even section:nth-of-type(odd) .odd-even {
  display: table;
}

.screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .img-box {
  padding: 50px 40px 50px 160px;
}

.screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .description {
  display: table;
  min-height: 350px;
  float: left;
}

.screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .description .content {
  display: table-cell;
  vertical-align: middle;
}

.screening-page .technology-odd-even section:nth-of-type(odd) .odd-even:nth-of-type(even) .img-box {
  padding: 50px 160px 50px 60px;
}

.screening-page .technology-odd-even section:nth-of-type(odd) .odd-even:nth-of-type(even) .description {
  float: right;
}

.screening-page .technology-odd-even section:nth-of-type(even) .odd-even {
  display: table;
}

.screening-page .technology-odd-even section:nth-of-type(even) .odd-even .img-box {
  padding: 50px 160px 50px 60px;
}

.screening-page .technology-odd-even section:nth-of-type(even) .odd-even .description {
  display: table;
  min-height: 350px;
  float: right;
}

.screening-page .technology-odd-even section:nth-of-type(even) .odd-even .description .content {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .screening-page .operating-sec .img-box {
    padding: 0 0px 0px 80px;
  }
  .screening-page .trial-grid {
    height: 350px;
  }
  .screening-page .trial-grid .content-box {
    padding: 0 10%;
  }
  .screening-page .operational-aspects .aspects-box p {
    font-size: 14px;
    line-height: 23px;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .img-box {
    padding: 50px 10px 50px 60px;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even .img-box {
    padding: 50px 60px 50px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .screening-page .operating-sec .description {
    width: 100%;
    float: left;
  }
  .screening-page .operating-sec .img-box {
    width: 100%;
    padding: 40px 0px 0px 0px;
    float: left;
  }
  .screening-page .trial-grid {
    height: 350px;
  }
  .screening-page .trial-grid .content-box {
    padding: 0 5%;
  }
  .screening-page .operational-aspects .aspects-box {
    padding: 0 15px;
  }
  .screening-page .operational-aspects .aspects-box p {
    font-size: 14px;
    line-height: 23px;
  }
  .screening-page .considerations .ckeditor-col-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .screening-page .considerations .ckeditor-col-container .grid-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .image-box {
    width: 100%;
    position: inherit;
    height: 350px;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .content-box {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .content-box .description {
    padding: 40px 20px !important;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even {
    padding: 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .img-box {
    padding: 60px 100px 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .description {
    float: none;
    min-height: inherit;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even {
    padding: 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even .img-box {
    padding: 60px 100px 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even .description {
    float: none;
    min-height: inherit;
  }
  .img-box-img-nw img {
    max-height: 280px;
  }
}

@media (max-width: 767px) {
  .screening-page .button {
    font-size: 14px !important;
  }
  .screening-page .operating-sec .description {
    width: 100%;
    float: left;
  }
  .screening-page .operating-sec .description ul {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .screening-page .operating-sec .description ul:last-of-type {
    margin-bottom: 20px;
  }
  .screening-page .operating-sec .description ul li {
    padding: 7px 0px;
  }
  .screening-page .operating-sec .description h3 {
    font-size: 18px;
  }
  .screening-page .operating-sec .img-box {
    width: 100%;
    padding: 40px 0px 0px 0px;
    float: left;
  }
  .screening-page section {
    padding: 40px 0px;
  }
  .screening-page section.intro {
    padding: 40px 0px 40px;
  }
  .screening-page section.intro p {
    font-size: 14px;
    line-height: 26px;
  }
  .screening-page .trial-grid {
    height: 350px;
    width: 100%;
  }
  .screening-page .trial-grid.col-2 {
    width: 100%;
  }
  .screening-page .trial-grid .content-box {
    padding: 0 20px;
  }
  .screening-page .operational-aspects .aspects-box {
    padding: 0px 20px;
    margin-top: 0px;
  }
  .screening-page .operational-aspects .col-sm-3 {
    border-right: 0;
    border-bottom: dashed 1px #959595;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 0px;
    width: 100%;
  }
  .screening-page .operational-aspects .col-sm-3:last-child {
    border-bottom: 0px;
  }
  .screening-page .considerations .ckeditor-col-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .screening-page .considerations .ckeditor-col-container .grid-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .screening-page .considerations .ckeditor-col-container .grid-6 h3 {
    padding-top: 20px;
  }
  .screening-page section.pop-up-solution p {
    font-size: 14px;
    line-height: 24px;
  }
  .screening-page .features-sec p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .screening-page .features-sec p br {
    display: none;
  }
  .screening-page .full-width-video {
    height: 345px;
  }
  .screening-page .full-width-video .play-btn {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .image-box {
    width: 100%;
    position: inherit;
    height: 250px;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .content-box {
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .screening-page .s-odd-even-sec .solution-odd-even .content-box .description {
    padding: 40px 20px !important;
  }
  .screening-page .quick-link ul li {
    width: 100%;
    padding: 5px 0px 5px 0px;
  }
  .screening-page .quick-link ul li a {
    font-size: 14px;
  }
  .screening-page .technology-odd-even section {
    padding: 40px 0px 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(4n+2) {
    padding: 40px 0px 40px;
  }
  .screening-page .technology-odd-even section:nth-of-type(4n+4) {
    padding: 40px 0px 40px;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even {
    padding: 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .img-box {
    padding: 30px 10px;
  }
  .screening-page .technology-odd-even section:nth-of-type(odd) .odd-even .description {
    float: none;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even {
    padding: 0px;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even .img-box {
    padding: 30px 10px;
  }
  .screening-page .technology-odd-even section:nth-of-type(even) .odd-even .description {
    float: none;
  }
  .img-box-img-nw img {
    max-height: 180px;
  }
}

@font-face {
  font-family: 'source_serif_probold';
  src: url("../fonts/sourceserifpro-bold-webfont.woff2") format("woff2"), url("../fonts/sourceserifpro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.data-centre-page {
  padding-top: 45px;
}

.data-centre-page .hidden-desktop {
  display: none;
}

.data-centre-page .out-100 {
  margin-left: -100px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.data-centre-page p {
  font-size: 14px;
  margin-bottom: 15px;
}

.data-centre-page ul li {
  font-size: 14px;
}

.data-centre-page ol li {
  font-size: 14px;
}

.data-centre-page h2 {
  font-size: 36px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 42px;
  margin-bottom: 15px;
}

.data-centre-page .h2 {
  font-size: 48px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 60px;
  margin-bottom: 15px;
}

.data-centre-page h3 {
  font-size: 24px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 28px;
  margin-bottom: 15px;
}

.data-centre-page h1 {
  font-size: 80px;
  line-height: 91px;
  /*	font-size: 72px;
		line-height: 84px;
		font-family:$title-font;*/
  font-family: HelveticaNeueETW01-75Bd;
}

.data-centre-page h1 strong {
  background: #5AD996;
  font-weight: normal;
  font-family: HelveticaNeueETW01-75Bd;
  display: inline;
}

.data-centre-page h1.h1 {
  font-size: 80px;
  line-height: 91px;
}

.data-centre-page h1.h1 strong {
  display: inline-block;
}

.data-centre-page .intro-sec {
  max-width: 82%;
}

.data-centre-page .intro-sec p {
  font-size: 14px;
}

.data-centre-page .hotspot-sec {
  width: 100%;
  float: left;
  margin-top: 40px;
  position: relative;
}

.data-centre-page .hotspot-sec img {
  width: 100%;
}

.data-centre-page .hotspot-sec .hotspots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.data-centre-page .hotspot-sec .hotspots .hotspot {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  pointer-events: none;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .title {
  left: 50%;
  margin-left: -91px;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5AD996;
  color: #153323;
  font-family: HelveticaNeueETW01-65Md;
  font-size: 12px;
  border-radius: 25px;
  padding: 4px 27px;
  cursor: pointer;
  pointer-events: all;
  border: solid 2px #5AD996;
  -webkit-animation: glowing 0ms infinite;
          animation: glowing 0ms infinite;
  top: 7%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .title:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  border: solid 1px #fff;
  left: 0px;
  top: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .title:after {
  display: none;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger {
  position: absolute;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5AD996;
  color: #153323;
  font-family: HelveticaNeueETW01-65Md;
  font-size: 12px;
  border-radius: 25px;
  cursor: pointer;
  pointer-events: all;
  border: solid 2px #5AD996;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /*	&:before{
					
					content: '';
					width: 38px;
					height: 38px;
					border-radius: 100%;
					background:$data-green;
					position: absolute;
					left:-1px;
					top:-2px;
					border: solid 2px $data-green;
					z-index: 1;
				}*/
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0 {
  bottom: 70%;
  right: 76%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0 span {
  padding: 4px 50px 4px 27px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0:before {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0:after {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1 {
  top: 30%;
  right: 41.1%;
  left: auto;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1 span {
  padding: 4px 50px 4px 27px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1:before {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1:after {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2 {
  top: 61%;
  left: 39%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3 {
  top: 71%;
  right: 39.5%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3 span {
  padding: 4px 50px 4px 27px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3:before {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3:after {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4 {
  bottom: 53%;
  left: 36%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos5 {
  top: 61%;
  left: 71%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6 {
  top: 51%;
  right: 70.9%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6 span {
  padding: 4px 50px 4px 27px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6:before {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6:after {
  left: auto;
  right: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos7 {
  top: 53%;
  left: 55.8%;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger:hover:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: none;
          animation: none;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger.trigger-disable {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger.trigger-disable:before {
  -webkit-animation: none;
          animation: none;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger span {
  padding: 4px 27px 4px 50px;
  display: inline-block;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger span:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  border: solid 1px #fff;
  left: 0px;
  top: 0px;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger:before {
  content: '';
  margin: 0 auto;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: transparent;
  opacity: 0.1;
  width: 34px;
  height: 34px;
  border: 2px solid #5AD996;
  border-radius: 100px;
  -webkit-animation: pulse_effect 1.5s linear infinite;
  -o-border-image: initial;
     border-image: initial;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.data-centre-page .hotspot-sec .hotspots .hotspot .trigger:after {
  content: '';
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: absolute;
  border: solid 1px #fff;
  left: 0px;
  top: 0px;
  z-index: 2;
}

@-webkit-keyframes pulse_effect {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.35);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.7);
  }
}

.data-centre-page .hotspot-sec .featured-categories {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 1px #959595;
  border-bottom: solid 1px #959595;
  text-align: center;
}

.data-centre-page .hotspot-sec .featured-categories a {
  width: 33.33%;
  float: left;
  padding: 0;
  color: #000;
  font-family: HelveticaNeueETW01-75Bd;
  text-decoration: underline;
  font-size: 16px;
  border-right: solid 1px #959595;
  display: table;
  height: 80px;
}

.data-centre-page .hotspot-sec .featured-categories a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 20px;
}

.data-centre-page .hotspot-sec .featured-categories a:last-child {
  border-right: 0px;
}

.data-centre-page .hotspot-sec .featured-categories a:hover {
  background: #fff;
}

.data-centre-page .category-section {
  width: 100%;
  float: left;
  padding: 65px 0px;
}

.data-centre-page .category-section .row {
  margin-left: -30px;
  margin-right: -30px;
}

.data-centre-page .category-section ul {
  list-style: none;
  width: 100%;
  padding: 0;
  position: relative;
  float: left;
  margin-top: 35px;
  margin-bottom: 20px;
}

.data-centre-page .category-section ul li {
  /*margin: 35px 0px;*/
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.data-centre-page .category-section ul li h4 {
  font-size: 24px;
  line-height: 30px;
  text-decoration: underline;
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 10px;
}

.data-centre-page .category-section ul li h4 a {
  font-family: HelveticaNeueETW01-75Bd;
  color: #000;
  margin-top: 0px;
  text-decoration: underline;
}

.data-centre-page .category-section ul li h4 a:hover {
  color: #015a82;
}

.data-centre-page .category-section ul li h4 strong {
  font-family: HelveticaNeueETW01-75Bd;
  font-weight: normal;
}

.data-centre-page .category-section ul li p {
  margin-bottom: 10px;
}

.data-centre-page .category-section ul li a {
  color: #015a82;
  font-family: HelveticaNeueETW01-65Md;
  display: inline-block;
  margin-top: 0px;
  text-decoration: none;
}

.data-centre-page .category-section ul li a:hover {
  color: #000;
}

.data-centre-page .category-section ul.eq-height:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 33.333%;
  top: 0px;
  border-right: solid 1px #c0c0c0;
  display: block;
}

.data-centre-page .category-section ul.eq-height:after {
  content: '';
  position: absolute;
  height: 100%;
  right: 33.333%;
  top: 0px;
  border-right: solid 1px #c0c0c0;
  display: block;
}

.data-centre-page .category-section ul.eq-height.eq-height1:after {
  display: block;
}

.data-centre-page .category-section ul.eq-height1:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 33.333%;
  top: 0px;
  border-right: solid 1px #c0c0c0;
  display: block;
}

.data-centre-page .category-section ul.eq-height1:after {
  display: none;
}

.data-centre-page .checklist-block {
  width: 100%;
  float: left;
  padding: 75px 0px;
  background: #5AD996;
  text-align: center;
}

.data-centre-page .checklist-block p {
  max-width: 600px;
  margin: auto;
}

.data-centre-page .checklist-block .button {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: HelveticaNeueETW01-65Md;
  text-transform: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 30px;
  margin-top: 25px;
  padding: 12px 40px;
}

.data-centre-page .checklist-block .button:hover {
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}

.data-centre-page .checklist-block .checklist-icon {
  content: '';
  width: 47px;
  height: 59px;
  display: inline-block;
  background: url(../images/checklist.svg) no-repeat;
  background-size: cover;
  margin-bottom: 4px;
}

.data-centre-page .content-block {
  padding-right: 115px;
}

.data-centre-page blockquote {
  display: block;
  border: solid 1px #000;
  padding: 32px 32px 32px 110px;
  font-style: normal;
  font-size: 14px;
  position: relative;
  background: #fff;
  margin: 35px 0px 50px;
}

.data-centre-page blockquote:before {
  content: '';
  position: absolute;
  background: #5AD996;
  width: 100%;
  height: 100%;
  left: 13px;
  top: 13px;
  z-index: -1;
}

.data-centre-page blockquote:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 32px;
  background: url(../images/idea-icon.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 54px;
  height: 51px;
}

.data-centre-page blockquote p {
  padding: 0px;
  color: #000;
  margin-bottom: 0;
}

.data-centre-page .blockquote-white {
  display: block;
  border: solid 1px #000;
  padding: 32px 32px 32px 110px;
  font-style: normal;
  font-size: 14px;
  position: relative;
  background: #fff;
  margin: 35px 0px 50px;
}

.data-centre-page .blockquote-white:before {
  content: '';
  position: absolute;
  background: #5AD996;
  width: 100%;
  height: 100%;
  left: 13px;
  top: 13px;
  z-index: -1;
}

.data-centre-page .blockquote-white:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 32px;
  background: url(../images/idea-icon.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 54px;
  height: 51px;
}

.data-centre-page .blockquote-white p {
  padding: 0px;
  color: #000;
  margin-bottom: 0;
}

.data-centre-page .blockquote-green {
  display: block;
  border: solid 0px #000;
  padding: 32px 32px 32px 110px;
  font-style: normal;
  font-size: 14px;
  position: relative;
  background: #5AD996;
  margin: 35px 0px 50px;
  color: #153323;
  font-family: HelveticaNeueETW01-65Md;
  border: 0px;
}

.data-centre-page .blockquote-green:before {
  content: '';
  position: absolute;
  background: #497e5a;
  width: 100%;
  height: 100%;
  left: 13px;
  top: 13px;
  z-index: -1;
}

.data-centre-page .blockquote-green:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 32px;
  background: url(../images/warning-icon.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
}

.data-centre-page .blockquote-green p {
  padding: 0px;
  color: #000;
  margin-bottom: 0;
}

.data-centre-page .content-block {
  padding-bottom: 70px;
  counter-reset: list-counter;
}

.data-centre-page .content-block ol {
  padding-left: 18px;
}

.data-centre-page .content-block ol li {
  padding-bottom: 16px;
  padding-left: 10px;
  margin-bottom: 0px;
}

.data-centre-page .content-block ul {
  list-style: none;
  padding: 0px;
}

.data-centre-page .content-block ul li {
  position: relative;
  padding-left: 40px;
  padding-bottom: 16px;
}

.data-centre-page .content-block ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #5AD996;
  z-index: 1;
}

.data-centre-page .content-block ul li:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 9px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #497e5a;
}

.data-centre-page .content-block ul ul {
  padding-top: 16px;
}

.data-centre-page .content-block ul ul li {
  padding-left: 30px;
}

.data-centre-page .content-block ul ul li:last-child {
  padding-bottom: 0px;
}

.data-centre-page .content-block ul ul li:before {
  width: 10px;
  height: 10px;
}

.data-centre-page .content-block ul ul li:after {
  width: 10px;
  height: 10px;
  left: 3px;
  top: 8px;
}

.data-centre-page .content-block em {
  font-size: 12px;
  color: #4d4d4d;
  line-height: 18px;
  display: block;
  margin-top: 10px;
  padding-left: 100px;
}

.data-centre-page .content-block a {
  text-decoration: underline;
}

.data-centre-page .content-block a:hover {
  text-decoration: none;
}

.data-centre-page .content-block h2 {
  /*margin-top: 50px;*/
}

.data-centre-page .content-block h3 {
  margin-top: 40px;
}

.data-centre-page .content-block table {
  border-left: solid 1px #b8b8b8;
  border-top: solid 1px #b8b8b8;
  width: 100%;
}

.data-centre-page .content-block table td {
  padding: 15px;
  vertical-align: top;
  border-bottom: solid 1px #b8b8b8;
  border-right: solid 1px #b8b8b8;
}

.data-centre-page .content-block table td ol li {
  padding: 0px 0px 16px 35px;
  margin: 0px;
  border: 0px;
}

.data-centre-page .side-menu .dc-other-links {
  font-size: 20px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 28px;
  margin-bottom: 10px;
}

.data-centre-page .side-menu ul {
  list-style: none;
  font-size: 14px;
  padding: 0px;
  font-family: HelveticaNeueETW01-65Md;
  letter-spacing: -0.3px;
}

.data-centre-page .side-menu ul li {
  padding: 2px 0px;
}

.data-centre-page .side-menu ul li a {
  color: #015a82;
}

.data-centre-page .side-menu ul li a:hover {
  color: #000;
}

.data-centre-page .side-menu ul li.active {
  font-family: HelveticaNeueETW01-75Bd;
}

.data-centre-page .side-menu ul li.active a {
  color: #000;
}

.data-centre-page .side-menu ul li.active ul {
  display: block;
}

.data-centre-page .side-menu ul li.active ul li a {
  color: #015a82;
}

.data-centre-page .side-menu ul li.active ul li a:hover {
  color: #000;
}

.data-centre-page .side-menu ul li.active ul li a.active {
  color: #000;
  font-family: HelveticaNeueETW01-65Md;
}

.data-centre-page .side-menu ul li:first-child {
  font-size: 20px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 28px;
  margin-bottom: 10px;
}

.data-centre-page .side-menu ul li:first-child a {
  color: #000;
}

.data-centre-page .side-menu ul li:first-child a:hover {
  color: #015a82;
}

.data-centre-page .side-menu ul ul {
  padding-left: 20px;
  font-family: HelveticaNeueETW01-55Rg;
  display: none;
}

.data-centre-page .side-menu ul ul li:first-child {
  font-size: 14px;
  padding: 0px;
  font-family: HelveticaNeueETW01-55Rg;
  line-height: 26px;
  margin-bottom: 0px;
}

.data-centre-page #hamburger-toggle-mobile {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  width: 64px;
  height: 64px;
  background: #5AD996;
  border: 0;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  z-index: 1001;
}

.data-centre-page #hamburger-toggle-mobile span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin: -2px 0 0 -9px;
  display: block;
  background-color: #fff;
}

.data-centre-page #hamburger-toggle-mobile span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 8px;
  -webkit-transition: -webkit-transform 300ms,top 300ms;
  -webkit-transition: top 300ms,-webkit-transform 300ms;
  transition: top 300ms,-webkit-transform 300ms;
  transition: transform 300ms,top 300ms;
  transition: transform 300ms,top 300ms,-webkit-transform 300ms;
}

.data-centre-page #hamburger-toggle-mobile span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  top: -8px;
  -webkit-transition: -webkit-transform 300ms,top 300ms;
  -webkit-transition: top 300ms,-webkit-transform 300ms;
  transition: top 300ms,-webkit-transform 300ms;
  transition: transform 300ms,top 300ms;
  transition: transform 300ms,top 300ms,-webkit-transform 300ms;
}

.data-centre-page #hamburger-toggle-mobile.hamburge-open span {
  background: none;
}

.data-centre-page #hamburger-toggle-mobile.hamburge-open span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.data-centre-page #hamburger-toggle-mobile.hamburge-open span:after {
  top: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.data-centre-page .sticky-stopper {
  width: 100%;
  float: left;
}

.data-centre-page .pdf-download-btn {
  display: inline-block;
  border: solid 1px #000;
  padding: 10px 20px;
  border-radius: 30px;
  width: 100%;
  font-size: 13px;
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-family: HelveticaNeueETW01-65Md;
}

.data-centre-page .pdf-download-btn:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 18px;
  background: url(../images/download.svg) no-repeat;
  background-size: cover;
  margin-right: 18px;
  position: relative;
  top: 3px;
}

.data-centre-page .pdf-download-btn:hover {
  -webkit-box-shadow: 0 0 0 2px #000;
  box-shadow: 0 0 0 2px #000;
}

.data-centre-page .foot-note ol {
  list-style: decimal;
  padding-left: 15px;
  margin: 0px;
}

.data-centre-page .foot-note ol li {
  padding: 0px;
  border: 0px;
  font-size: 12px;
  color: #4d4d4d;
  margin: 0px;
  font-style: italic;
  line-height: 18px;
  padding-bottom: 10px;
}

.data-centre-page .foot-note ol li:before {
  display: none;
}

.data-centre-page .foot-note ul {
  list-style: disc;
  padding-left: 15px;
  margin: 0px;
}

.data-centre-page .foot-note ul li {
  padding: 0px;
  border: 0px;
  font-size: 12px;
  color: #4d4d4d;
  margin: 0px;
  font-style: italic;
  line-height: 18px;
  padding-bottom: 10px;
}

.data-centre-page .foot-note ul li:before {
  display: none;
}

.data-centre-page .foot-note ul li:after {
  display: none;
}

.data-centre-page .foot-note .footnote-label {
  font-size: 12px;
  color: #4d4d4d;
  margin: 0px;
  font-family: HelveticaNeueETW01-65Md;
}

.data-centre-page.checklist-page-wrapper .content-block ol {
  list-style: none;
  padding: 0px;
}

.data-centre-page.checklist-page-wrapper .content-block ol li {
  position: relative;
  padding: 0px 0px 30px 45px;
  margin-top: 30px;
  border-bottom: solid 1px #cccccc;
}

.data-centre-page.checklist-page-wrapper .content-block ol li:last-child {
  border-bottom: 0px;
}

.data-centre-page.checklist-page-wrapper .content-block ol li:before {
  counter-increment: list-counter;
  content: "" counter(list-counter) " ";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  font-family: HelveticaNeueETW01-75Bd;
  text-shadow: 2px 2px 0 #5AD996;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .data-centre-page .out-100 {
    margin-left: 0px;
  }
  .data-centre-page h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .data-centre-page h1.h1 {
    font-size: 80px;
    line-height: 92px;
  }
  .data-centre-page .content-block {
    padding-right: 70px;
  }
  .data-centre-page .content-block em {
    padding-left: 0px;
  }
  .data-centre-page .pdf-download-btn {
    font-size: 11px;
    padding: 10px 15px;
    letter-spacing: -0.3px;
    width: auto;
    min-width: 220px;
  }
  .data-centre-page .pdf-download-btn:before {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .data-centre-page .out-100 {
    margin-left: 0px;
  }
  .data-centre-page p {
    font-size: 14px;
  }
  .data-centre-page h1 {
    font-size: 45px;
    line-height: 57px;
  }
  .data-centre-page h1.h1 {
    font-size: 65px;
    line-height: 77px;
  }
  .data-centre-page h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .data-centre-page .h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .data-centre-page h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .data-centre-page .intro-sec {
    max-width: 100%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .title {
    font-size: 10px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger {
    font-size: 10px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger:before {
    width: 32px;
    height: 32px;
    left: -2px;
    top: -1px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger:after {
    width: 29px;
    height: 29px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger span {
    padding: 2px 15px 2px 40px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1 {
    top: 25%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1 span {
    padding: 2px 40px 2px 15px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0 span {
    padding: 2px 40px 2px 15px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6 span {
    padding: 2px 40px 2px 15px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3 span {
    padding: 2px 40px 2px 15px;
  }
  .data-centre-page .hotspot-sec .featured-categories a {
    font-size: 12px;
    line-height: 18px;
    height: 50px;
  }
  .data-centre-page .content-block {
    padding-right: 50px;
  }
  .data-centre-page .content-block ul {
    font-size: 14px;
  }
  .data-centre-page .content-block ol {
    font-size: 14px;
  }
  .data-centre-page .content-block ol li:before {
    font-size: 16px;
  }
  .data-centre-page .content-block em {
    padding-left: 0px;
  }
  .data-centre-page .pdf-download-btn {
    font-size: 11px;
    padding: 10px 16px;
    width: auto;
    min-width: 230px;
  }
  .data-centre-page .pdf-download-btn:before {
    margin-right: 10px;
  }
  .data-centre-page blockquote {
    font-size: 14px;
  }
  .data-centre-page .blockquote-green {
    font-size: 14px;
  }
  .data-centre-page .blockquote-white {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .data-centre-page .hidden-desktop {
    display: block;
  }
  .data-centre-page .hidden-mobile {
    display: none;
  }
  .data-centre-page .out-100 {
    margin-left: 0px;
  }
  .data-centre-page p {
    font-size: 14px;
  }
  .data-centre-page h1 {
    font-size: 45px;
    line-height: 57px;
  }
  .data-centre-page h1.h1 {
    font-size: 45px;
    line-height: 57px;
  }
  .data-centre-page h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .data-centre-page .h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .data-centre-page h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .data-centre-page .intro-sec {
    max-width: 100%;
    text-align: center;
  }
  .data-centre-page .intro-sec p {
    font-size: 14px;
  }
  .data-centre-page .category-section {
    padding: 0px 0px;
  }
  .data-centre-page .category-section .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .data-centre-page .category-section .row:last-child ul {
    border-bottom: 0px;
  }
  .data-centre-page .category-section ul {
    border-bottom: solid 1px #c0c0c0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .data-centre-page .category-section ul li {
    width: 100%;
    float: left;
    border-bottom: solid 1px #c0c0c0;
    margin: 0px;
    padding: 20px 0px 10px;
  }
  .data-centre-page .category-section ul li:before {
    display: none;
  }
  .data-centre-page .category-section ul li:after {
    display: none;
  }
  .data-centre-page .category-section ul li:last-child {
    border: 0px;
  }
  .data-centre-page .category-section ul li h4 {
    font-size: 20px;
  }
  .data-centre-page .category-section ul li p {
    font-size: 14px;
  }
  .data-centre-page .category-section ul li a {
    margin-top: 0px;
  }
  .data-centre-page .category-section ul.eq-height:before {
    display: none;
  }
  .data-centre-page .category-section ul.eq-height:after {
    display: none;
  }
  .data-centre-page .category-section ul.eq-height.eq-height1:before {
    display: none;
  }
  .data-centre-page .category-section ul.eq-height.eq-height1:after {
    display: none;
  }
  .data-centre-page .category-section ul.eq-height1:before {
    display: none;
  }
  .data-centre-page .category-section ul.eq-height1:after {
    display: none;
  }
  .data-centre-page .checklist-block {
    padding: 55px 0px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .title {
    font-size: 10px;
    top: -25px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger {
    font-size: 8px;
    background: none;
    border: 0px;
    overflow: hidden;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger span {
    background: #5AD996;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1 {
    top: 23%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1 span {
    padding: 0px 30px 0px 15px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1:before {
    left: auto;
    right: 4px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1:after {
    left: auto;
    right: 3px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1:hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos1.hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2 {
    left: auto;
    top: 63%;
    right: 55%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2 span {
    padding: 0px 30px 0px 15px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2:before {
    left: auto;
    right: 4px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2:after {
    left: auto;
    right: 3px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2:hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos2.hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos7 {
    top: 47%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6 {
    top: 49%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6 span {
    padding: 0px 25px 0px 15px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6:before {
    left: auto;
    right: 4px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6:after {
    left: auto;
    right: 3px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6:hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos6.hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3 span {
    padding: 0px 25px 0px 15px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3:before {
    left: auto;
    right: 4px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3:after {
    left: auto;
    right: 3px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3:hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos3.hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4 {
    bottom: 47%;
    left: auto;
    right: 60%;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4 span {
    padding: 0px 25px 0px 15px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4:before {
    left: auto;
    right: 4px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4:after {
    left: auto;
    right: 3px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4:hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos4.hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0 {
    left: 18%;
    bottom: 75%;
    right: auto;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0 span {
    padding: 0px 15px 0px 25px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0:before {
    left: 4px;
    right: auto;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0:after {
    left: 3px;
    right: auto;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0:hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos0.hover span {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger#pos5 span {
    line-height: 9px;
    padding: 4px 15px 4px 30px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger:before {
    width: 18px;
    height: 18px;
    left: 4px;
    top: 4px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger:after {
    width: 20px;
    height: 20px;
    top: 3px;
    left: 3px;
    background: #5AD996;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger span {
    padding: 0px;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger span:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger span:after {
    opacity: 0;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger:hover span {
    padding: 0px 15px 0px 30px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger:hover span:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger.hover span {
    padding: 0px 15px 0px 30px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .hotspot-sec .hotspots .hotspot .trigger.hover span:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .data-centre-page .content-block {
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .data-centre-page .content-block ul {
    font-size: 14px;
  }
  .data-centre-page .content-block ol {
    font-size: 14px;
  }
  .data-centre-page .content-block ol li {
    padding: 0px 0px 30px 30px;
  }
  .data-centre-page .content-block ol li:before {
    font-size: 16px;
  }
  .data-centre-page .content-block em {
    padding-left: 0px;
  }
  .data-centre-page blockquote {
    font-size: 14px;
    padding: 16px 16px 16px 65px;
    /*	&.green-bg{
					&:after{
					width: 30px;
					height: 30px;
					left:16px;
					top:26px;
				}
				}*/
  }
  .data-centre-page blockquote:after {
    width: 34px;
    height: 31px;
    left: 16px;
    top: 26px;
  }
  .data-centre-page .blockquote-white {
    font-size: 14px;
    padding: 16px 16px 16px 65px;
    /*	&.green-bg{
					&:after{
					width: 30px;
					height: 30px;
					left:16px;
					top:26px;
				}
				}*/
  }
  .data-centre-page .blockquote-white:after {
    width: 34px;
    height: 31px;
    left: 16px;
    top: 26px;
  }
  .data-centre-page .blockquote-green {
    font-size: 14px;
    padding: 16px 16px 16px 65px;
  }
  .data-centre-page .blockquote-green:after {
    width: 30px;
    height: 30px;
    left: 16px;
    top: 26px;
  }
  .data-centre-page .side-menu {
    margin-bottom: 40px;
  }
  .data-centre-page .side-menu.sticky {
    position: fixed !important;
    top: 0px !important;
    background: #fff;
    width: 100%;
    left: 0px;
    height: 100%;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
  }
  .data-centre-page .side-menu.sticky.menu-open {
    opacity: 1;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .data-centre-page .side-menu ul li {
    padding: 5px 0px;
    border-top: solid 1px #eeeeee;
  }
  .data-centre-page .side-menu ul li:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .data-centre-page .side-menu ul li.active ul {
    display: none;
  }
  .data-centre-page .side-menu ul li:first-child {
    border-top: 0px;
  }
  .data-centre-page #hamburger-toggle-mobile {
    display: block;
  }
  .data-centre-page .pdf-download-btn {
    font-size: 13px;
  }
  .data-centre-page .content-block ul li {
    font-size: 14px;
  }
  .foot-note ol {
    list-style: decimal;
    padding-left: 15px;
    margin: 0px;
  }
  .foot-note ol li {
    padding: 0px !important;
    border: 0px;
    font-size: 12px;
    color: #4d4d4d;
    margin: 0px;
    font-style: italic;
  }
  .foot-note ol li:before {
    display: none;
  }
  .foot-note ul {
    list-style: disc;
    padding-left: 15px;
    margin: 0px;
  }
  .foot-note ul li {
    padding: 0px;
    border: 0px;
    font-size: 12px;
    color: #4d4d4d;
    margin: 0px;
    font-style: italic;
  }
  .foot-note ul li:before {
    display: none;
  }
  .foot-note ul li:after {
    display: none;
  }
}

.footer-sec {
  position: relative;
  z-index: 1;
}

.grid-970 {
  max-width: 970px;
  margin: 0 auto;
}

/*Back to top*/
#back2Top {
  width: 35px;
  height: 35px;
  border: solid 2px #02658D;
  border-radius: 100%;
  overflow: hidden;
  z-index: 999;
  display: none;
  position: fixed;
  bottom: 150px;
  right: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 34px;
  text-decoration: none;
}

#back2Top:before {
  font-family: 'FontAwesome';
  content: "\f106";
}

#back2Top:hover {
  background: #02658D;
  color: #fff;
}

/*Back to top*/
.smart-business-page {
  width: 100%;
  float: left;
  position: relative;
  /*Details page*/
  /*Details page content section*/
  /*mitigations page*/
  /*mitigations page*/
}

.smart-business-page em {
  font-family: HelveticaNeueETW01-75Bd;
  font-style: italic;
}

.smart-business-page .bredcrumb {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  padding-top: 25px;
  text-align: left;
}

.smart-business-page .bredcrumb ul li {
  color: #fff;
}

.smart-business-page .bredcrumb ul li a {
  color: #67E2D7;
}

.smart-business-page .bredcrumb ul li a:hover {
  color: #fff;
}

.smart-business-page .bredcrumb .official {
  color: #fff;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 20px;
  top: -11px;
  display: inline-block;
  width: auto;
}

.smart-business-page .top-banner-sec {
  width: 100%;
  min-height: calc(100vh);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  float: left;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.smart-business-page .top-banner-sec:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(39, 42, 60, 0.3);
}

.smart-business-page .top-banner-sec .container {
  min-height: calc(100vh);
  display: table;
  position: relative;
}

.smart-business-page .top-banner-sec .container .fixed-pos {
  position: absolute;
  left: 10px;
  width: 100%;
  display: table;
  min-height: calc(100vh - 0px);
  margin-top: 0px !important;
}

.smart-business-page .top-banner-sec .container .fixed-pos.fadeout {
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.smart-business-page .top-banner-sec .container .v-align {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20%;
  padding-top: 150px;
  padding-bottom: 150px;
}

.smart-business-page .top-banner-sec h1 {
  font-size: 80px;
  line-height: 81px;
  color: #cccccc;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .top-banner-sec h1 strong {
  color: #fff;
}

.smart-business-page .top-banner-sec h2 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-family: HelveticaNeueETW01-65Md;
}

.smart-business-page .top-banner-sec h2 strong {
  color: #67E2D7;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .top-banner-sec .top-banner-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-attachment: fixed;
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
}

.smart-business-page .top-banner-sec .top-banner-overlay:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(39, 42, 60, 0.5);
}

.smart-business-page .top-banner-sec .top-banner-overlay.IE-only {
  display: none;
  display: block \0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .smart-business-page .top-banner-sec .top-banner-overlay.IE-only {
    display: block;
    background-position: center bottom !important;
    background-attachment: scroll;
  }
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .top-banner-sec .top-banner-overlay.IE-only {
    display: block;
    background-position: center bottom !important;
    background-attachment: scroll;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .smart-business-page .top-banner-sec .top-banner-overlay {
    display: none;
    background-position: center bottom !important;
    background-attachment: scroll;
  }
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .top-banner-sec .top-banner-overlay {
    background-attachment: scroll;
    background-position: center bottom !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .smart-business-page .top-banner-sec {
    background-position: center bottom !important;
    background-attachment: scroll;
  }
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .top-banner-sec {
    background-attachment: scroll;
    background-position: center bottom !important;
  }
}

.smart-business-page .strategic-slider-sec {
  width: 100%;
  float: left;
  background: url(../images/smart-b-bg.svg) #272A3C no-repeat;
  background-size: cover;
  padding: 90px 0px 80px;
}

.smart-business-page .strategic-slider-sec .more-link {
  font-size: 20px;
  line-height: 25px;
  color: #272A3C;
  background: #67E2D7;
  font-family: HelveticaNeueETW01-75Bd;
  padding: 16px 60px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.smart-business-page .strategic-slider-sec .more-link:hover {
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 black;
  box-shadow: 0 2px 4px 0 black;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-slide {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-slide strong {
  color: #67E2D7;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-slide:focus {
  outline: 0;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-slide p {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-slide p strong {
  color: #67E2D7;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-dots {
  padding: 0px;
  list-style: none;
  text-align: right;
  margin-bottom: 0px;
  margin-top: 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-dots li {
  display: inline-block;
  padding-left: 20px;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-dots li button {
  background: #fff;
  border: 0px;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-dots li.slick-active button {
  background: #67E2D7;
}

.smart-business-page .strategic-slider-sec .strategicSlider .slick-dots li:hover button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.smart-business-page .sb-checklist-sec {
  width: 100%;
  background: #f7f7f7;
  padding-top: 40px;
  float: left;
  overflow: hidden;
}

.smart-business-page .sb-checklist-sec .table {
  width: 100%;
  display: table;
  height: 100%;
}

.smart-business-page .sb-checklist-sec .table .desc-block {
  width: 40%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 160px;
}

.smart-business-page .sb-checklist-sec .table .desc-block p {
  font-size: 36px;
  line-height: 40px;
  color: #272A3C;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .sb-checklist-sec .table .desc-block p .button {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  border: 0px;
  background: #272A3C;
  text-transform: none;
  border-radius: 4px;
  padding: 16px 20px;
  margin-top: 25px;
}

.smart-business-page .sb-checklist-sec .table .desc-block p .button:hover {
  /*background: $black-color;*/
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}

.smart-business-page .sb-checklist-sec .table .img-block {
  width: 34%;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 80px;
  max-width: 458px;
  /*IE*/
}

.smart-business-page .sb-checklist-sec .table .img-block img {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.smart-business-page .sb-category {
  width: 100%;
  float: left;
  padding: 70px 0px 0px;
}

.smart-business-page .sb-category .row {
  margin-left: -35px;
  margin-right: -35px;
}

.smart-business-page .sb-category .row .col-sm-6 {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 70px;
}

.smart-business-page .sb-category .title {
  font-size: 20px;
  line-height: 25px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #272A3C;
  min-height: 60px;
  display: table;
  /*border-left: solid 1px $strategic;*/
  /*padding-left: 20px;
			margin-left: 25px;*/
  position: relative;
}

.smart-business-page .sb-category .title:before {
  content: '';
  border-left: solid 1px #272A3C;
  position: absolute;
  left: 0px;
  top: 0px;
  height: calc(100% + 15px);
  z-index: 2;
  display: none;
}

.smart-business-page .sb-category .title .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.smart-business-page .sb-category .title:hover {
  color: #000;
}

.smart-business-page .sb-category .img-box {
  display: block;
  position: relative;
  overflow: hidden;
}

.smart-business-page .sb-category .img-box img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.smart-business-page .sb-category .img-box:before {
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.smart-business-page .sb-category .img-box .readmore {
  position: absolute;
  vertical-align: middle;
  z-index: 1;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  font-size: 20px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #fff;
  padding-left: 50px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 20px;
}

.smart-business-page .sb-category .img-box:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.smart-business-page .sb-category .img-box:hover .readmore {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0px;
}

.smart-business-page .sb-category .img-box:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.smart-business-page .sb-category .img-box:hover .blur-ie {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .sb-category .img-box:hover .blur-ie {
    display: none;
  }
}

.smart-business-page .sb-category .img-box .blur-ie {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .sb-category .img-box .blur-ie {
    display: none;
  }
}

.smart-business-page .sb-category .description {
  font-size: 14px;
  display: block;
  color: #272A3C;
  line-height: 18px;
  padding-top: 15px;
  letter-spacing: -0.2px;
}

.smart-business-page .mitigate-steps {
  width: 100%;
  float: left;
  background: url(../images/smart-b-bg.svg) #272A3C no-repeat;
  background-size: cover;
  padding: 70px 0px;
  color: #fff;
  counter-reset: list-counter;
}

.smart-business-page .mitigate-steps h3 {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-family: HelveticaNeueETW01-75Bd;
  margin-bottom: 10px;
}

.smart-business-page .mitigate-steps p {
  font-size: 16px;
  line-height: 23px;
}

.smart-business-page .mitigate-steps ol {
  list-style: none;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.smart-business-page .mitigate-steps ol li {
  position: relative;
  padding: 20px 50px 20px 85px;
  margin-top: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-family: HelveticaNeueETW01-65Md;
  width: 33%;
  vertical-align: top;
}

.smart-business-page .mitigate-steps ol li:first-child {
  padding: 20px 50px 20px 75px;
}

.smart-business-page .mitigate-steps ol li:first-child:after {
  left: 55px;
}

.smart-business-page .mitigate-steps ol li:before {
  counter-increment: list-counter;
  content: "" counter(list-counter) "";
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 86px;
  font-family: HelveticaNeueETW01-55Rg;
  color: #67E2D7;
  margin-top: -20px;
}

.smart-business-page .mitigate-steps ol li:after {
  content: '';
  height: 100%;
  border-left: solid 1px #67E2D7;
  position: absolute;
  left: 65px;
  top: 0px;
}

.smart-business-page .mitigate-steps .button {
  font-size: 20px;
  line-height: 25px;
  font-family: HelveticaNeueETW01-75Bd;
  text-transform: none;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 4px;
  padding: 11px 27px;
  margin-top: 30px;
  display: inline-block;
}

.smart-business-page .mitigate-steps .button:hover {
  background: none;
  border: solid 1px #67E2D7;
  color: #67E2D7;
}

.smart-business-page .top-banner.inner {
  width: 100%;
  float: left;
  background: url(../images/smart-b-bg.svg) #272A3C no-repeat;
  background-size: cover;
  padding: 120px 0px 70px;
  color: #fff;
}

.smart-business-page .top-banner.inner h1 {
  font-size: 80px;
  line-height: 81px;
}

.smart-business-page .top-banner.inner .sub-intro {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: HelveticaNeueETW01-55Rg;
  padding-right: 15%;
}

.smart-business-page .top-banner.inner p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: HelveticaNeueETW01-55Rg;
  padding-right: 15%;
}

.smart-business-page .top-banner.inner .v-align {
  padding-right: 6%;
}

.smart-business-page .main-content-section {
  width: 100%;
  float: left;
  padding: 80px 0px;
}

.smart-business-page .main-content-section .page-section {
  padding-top: 20px;
  margin-top: -20px;
}

.smart-business-page .main-content-section .page-section h2 {
  margin-top: 20px;
}

.smart-business-page .main-content-section h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 30px;
}

.smart-business-page .main-content-section p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.smart-business-page .main-content-section h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .main-content-section h4 {
  font-size: 20px;
  line-height: 26px;
  position: relative;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .main-content-section h4:before {
  content: '';
  width: 110px;
  position: absolute;
  left: 0px;
  bottom: -8px;
  border-bottom: solid 1px #67E2D7;
}

.smart-business-page .main-content-section ol {
  padding-left: 5px;
  list-style: none;
  margin: 0px;
}

.smart-business-page .main-content-section ol:first-of-type {
  counter-reset: countList;
}

.smart-business-page .main-content-section ol li {
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  /*font-style: italic;*/
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}

.smart-business-page .main-content-section ol li:before {
  counter-increment: countList;
  content: counter(countList) ". ";
  position: absolute;
  left: 0px;
  top: 0px;
}

.smart-business-page .main-content-section .did-you-know-row {
  /*margin-left: -55px;
			margin-right: -55px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}

.smart-business-page .main-content-section .did-you-know-row .did-you-know-block {
  width: 100%;
  display: inline-block;
  background: url(../images/did-u-know-bg.svg) #DFFFFC;
  background-size: cover;
  padding: 60px 60px 40px 140px;
  position: relative;
  border-radius: 4px;
}

.smart-business-page .main-content-section .did-you-know-row .did-you-know-block:before {
  content: '';
  position: absolute;
  left: 57px;
  top: 57px;
  background: url(../images/idea-icon2.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 62px;
  height: 62px;
}

.smart-business-page .main-content-section .did-you-know-row .did-you-know-block h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: HelveticaNeueETW01-75Bd;
  padding-top: 0px;
}

.smart-business-page .main-content-section .did-you-know-row .did-you-know-block h4:before {
  display: none;
}

.smart-business-page .main-content-section .did-you-know-row.considered {
  margin-top: 50px;
}

.smart-business-page .main-content-section .did-you-know-row.considered .did-you-know-block {
  background: url(../images/did-u-know-bg.svg) #F0F2FF;
}

.smart-business-page .main-content-section .did-you-know-row.considered .did-you-know-block:before {
  background: url(../images/considered-icon.svg) no-repeat;
  width: 63px;
  height: 71px;
}

.smart-business-page .main-content-section .statistic-box {
  /*margin-left: -55px;
			margin-right: -55px;*/
  margin-top: 40px;
  margin-bottom: 40px;
}

.smart-business-page .main-content-section .statistic-box .statistic-box-block {
  width: 100%;
  display: inline-block;
  padding: 20px 20px 0px 20px;
  position: relative;
  border-radius: 4px;
  border: solid 2px #67E2D7;
}

.smart-business-page .main-content-section .statistic-box .statistic-box-block h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: HelveticaNeueETW01-75Bd;
  padding-top: 0px;
}

.smart-business-page .main-content-section .statistic-box .statistic-box-block h4:before {
  display: none;
}

.smart-business-page .main-content-section .checklist-link {
  border-top: solid 1px #67E2D7;
  border-bottom: solid 1px #67E2D7;
  padding: 20px 0px;
  margin-top: 30px;
  width: 100%;
  float: left;
}

.smart-business-page .main-content-section .checklist-link h5 {
  font-size: 20px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-right: 45%;
}

.smart-business-page .main-content-section .checklist-link .ckeditor-col-container {
  text-align: left;
  margin-left: -30px;
  margin-right: -30px;
}

.smart-business-page .main-content-section .checklist-link .ckeditor-col-container .grid-6 {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  float: left;
}

.smart-business-page .main-content-section .checklist-link ul {
  list-style: none;
  padding-left: 0px;
  /*font-family: $md-font;*/
}

.smart-business-page .main-content-section .checklist-link ul li {
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 15px;
}

.smart-business-page .main-content-section .checklist-link ul li:before {
  display: none;
}

.smart-business-page .main-content-section .checklist-link ul li a {
  /*font-family: $md-font;*/
  /*padding-right: 25px;*/
}

.smart-business-page .main-content-section .checklist-link ul li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 20px;
  padding-left: 18px;
  position: relative;
  right: 0px;
  top: 2px;
}

.smart-business-page .main-content-section .mitigation-menu ol {
  counter-reset: countList 4;
  font-style: normal;
  width: 110px;
  text-align: center;
  padding: 0px;
  position: relative;
  /*	&:after{
					content: '';
					width: 27px;
					height: 27px;
					border: solid 4px $black-color;
					border-radius: 100%;
						-webkit-border-radius:100%;
					background: $white-color;
					position: absolute;
					 bottom: -33px;
          left: 41px;
				}*/
}

.smart-business-page .main-content-section .mitigation-menu ol:before {
  content: '';
  border-right: solid 4px #000;
  position: absolute;
  height: calc(100% - 5px);
  left: 53px;
}

.smart-business-page .main-content-section .mitigation-menu ol li {
  position: relative;
  width: 110px;
  height: 18vh;
  display: inline-block;
  font-style: italic;
  padding: 0px;
}

.smart-business-page .main-content-section .mitigation-menu ol li:before {
  /*counter-increment: countList;
           content: counter(countList) "";
           position: absolute;
					left: 0px;
					top: 50%;
					left: 50%;
					font-size: 32px;*/
  display: none;
}

.smart-business-page .main-content-section .mitigation-menu ol li a {
  width: 110px;
  height: 110px;
  display: table;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  font-style: normal;
  text-align: center;
  background: #fff;
}

.smart-business-page .main-content-section .mitigation-menu ol li a span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
}

.smart-business-page .main-content-section .mitigation-menu ol li a:hover:before {
  background: #DFFFFC;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.smart-business-page .main-content-section .mitigation-menu ol li a.active:before {
  background: #67E2D7;
}

.smart-business-page .main-content-section .mitigation-menu ol li a:before {
  width: 100px;
  height: 100px;
  content: '';
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 5px;
  top: 5px;
  border: solid 4px #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.smart-business-page .main-content-section .mitigation-menu ol li:first-child {
  width: 37px;
  height: 9vh;
  text-indent: -9999px;
}

.smart-business-page .main-content-section .mitigation-menu ol li:first-child a {
  width: 37px;
  height: 37px;
}

.smart-business-page .main-content-section .mitigation-menu ol li:first-child a:before {
  width: 27px;
  height: 27px;
  border: solid 4px #000;
}

.smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages {
  width: 37px;
  height: 34px;
}

.smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages a {
  width: 37px;
  height: 37px;
}

.smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages a:before {
  width: 27px;
  height: 27px;
}

.smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages a.active-last:before {
  background: #67E2D7;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol {
  width: 80px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol:before {
  left: 38px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol:after {
  left: 26px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol li {
  height: 9vh;
  width: 60px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol li a {
  width: 60px;
  height: 60px;
  font-size: 18px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol li a:before {
  width: 50px;
  height: 50px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol li:first-child {
  width: 37px;
  height: 6vh;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol li:first-child a {
  width: 37px;
  height: 37px;
}

.smart-business-page .main-content-section .mitigation-menu.small-circle ol li:first-child a:before {
  width: 27px;
  height: 27px;
}

.smart-business-page .main-content-section ul {
  list-style: none;
  padding: 0px;
}

.smart-business-page .main-content-section ul li {
  position: relative;
  padding: 8px 0px 8px 40px;
}

.smart-business-page .main-content-section ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #67E2D7;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 15px;
}

.smart-business-page .main-content-section ul li br {
  display: block;
  line-height: 45px;
  vertical-align: top;
}

.smart-business-page .main-content-section ul li p:first-child {
  display: block;
  margin-top: 15px;
}

.smart-business-page .main-content-section .sticky-stopper {
  position: absolute;
  bottom: 20px;
}

.smart-business-page .main-content-section .container {
  position: relative;
}

.smart-business-page .sb-related-categories {
  width: 100%;
  float: left;
  background: url(../images/smart-b-bg.svg) #272A3C no-repeat;
  background-size: cover;
  padding: 70px 0px 70px;
  color: #fff;
  position: relative;
}

.smart-business-page .sb-related-categories .row {
  margin-left: -19px;
  margin-right: -19px;
}

.smart-business-page .sb-related-categories .grid {
  padding-left: 19px;
  padding-right: 19px;
}

.smart-business-page .sb-related-categories .grid .title {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  display: block;
  min-height: 40px;
  padding-top: 4px;
  padding-bottom: 10px;
  font-family: HelveticaNeueETW01-75Bd;
  /*  padding-left: 17px;
       margin-left: 25px;*/
  position: relative;
}

.smart-business-page .sb-related-categories .grid .title:before {
  content: '';
  border-left: solid 1px #fff;
  position: absolute;
  height: calc(100% + 10px);
  left: 0px;
  top: 0px;
  display: none;
  z-index: 1;
}

.smart-business-page .sb-related-categories .grid .img-box {
  display: block;
  position: relative;
  overflow: hidden;
}

.smart-business-page .sb-related-categories .grid .img-box img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.smart-business-page .sb-related-categories .grid .img-box:before {
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
}

.smart-business-page .sb-related-categories .grid .img-box .readmore {
  position: absolute;
  vertical-align: middle;
  z-index: 1;
  left: 0px;
  top: 50%;
  margin-top: -11px;
  font-size: 16px;
  font-family: HelveticaNeueETW01-75Bd;
  color: #fff;
  padding-left: 50px;
  z-index: 4;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 20px;
}

.smart-business-page .sb-related-categories .grid .img-box:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.smart-business-page .sb-related-categories .grid .img-box:hover .readmore {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0px;
}

.smart-business-page .sb-related-categories .grid .img-box:hover img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.smart-business-page .sb-related-categories .grid .img-box:hover .blur-ie {
  opacity: 1;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .sb-related-categories .grid .img-box:hover .blur-ie {
    display: none;
  }
}

.smart-business-page .sb-related-categories .grid .img-box .blur-ie {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@supports (-ms-ime-align: auto) {
  .smart-business-page .sb-related-categories .grid .img-box .blur-ie {
    display: none;
  }
}

.smart-business-page.mitigations-page {
  /*	h3{
			font-size: 24px;
			line-height: 28px;
			padding-top: 15px;
			margin-bottom: 15px;
		}*/
}

.smart-business-page.mitigations-page h3 {
  font-size: 20px;
  line-height: 26px;
  position: relative;
  padding-top: 15px;
}

.smart-business-page.mitigations-page h3:before {
  content: '';
  width: 110px;
  position: absolute;
  left: 0px;
  bottom: -8px;
  border-bottom: solid 1px #67E2D7;
}

.smart-business-page.mitigations-page h4 {
  font-size: 20px;
  line-height: 25px;
  padding-top: 15px;
  margin-bottom: 26px;
}

.smart-business-page.mitigations-page h4:before {
  display: none;
}

.smart-business-page.mitigations-page .ckeditor-col-container {
  text-align: left;
  margin-left: -30px;
  margin-right: -30px;
}

.smart-business-page.mitigations-page .ckeditor-col-container:before {
  content: '';
  display: table;
}

.smart-business-page.mitigations-page .ckeditor-col-container:after {
  content: '';
  display: table;
  clear: both;
}

.smart-business-page.mitigations-page .ckeditor-col-container p {
  margin-bottom: 10px;
}

.smart-business-page.mitigations-page .ckeditor-col-container .grid-6 {
  padding-left: 30px;
  padding-right: 30px;
  width: 50%;
  float: left;
}

.smart-business-page.mitigations-page .ckeditor-col-container .grid-7 {
  padding-left: 30px;
  padding-right: 30px;
  width: 55%;
  float: left;
}

.smart-business-page.mitigations-page .ckeditor-col-container .grid-5 {
  padding-left: 30px;
  padding-right: 30px;
  width: 45%;
  float: left;
}

.smart-business-page.mitigations-page .ckeditor-col-container ul {
  list-style: none;
  padding-left: 0px;
  /*font-family: $md-font;*/
}

.smart-business-page.mitigations-page .ckeditor-col-container ul li {
  padding-top: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  font-size: 15px;
}

.smart-business-page.mitigations-page .ckeditor-col-container ul li:before {
  display: none;
}

.smart-business-page.mitigations-page .ckeditor-col-container ul li a {
  /*font-family: $md-font;*/
  /*padding-right: 25px;*/
}

.smart-business-page.mitigations-page .ckeditor-col-container ul li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 20px;
  padding-left: 18px;
  position: relative;
  right: 0px;
  top: 2px;
}

.smart-business-page .case-studies-block-row {
  /*	margin-left: -55px;
			margin-right: -55px;*/
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
  clear: both;
  overflow: hidden;
  border-radius: 4px;
}

.smart-business-page .case-studies-block-row .case-studies-block {
  width: 100%;
  display: inline-block;
  padding: 60px 60px 40px 155px;
  position: relative;
  color: #fff;
}

.smart-business-page .case-studies-block-row .case-studies-block:before {
  content: '';
  position: absolute;
  left: 57px;
  top: 57px;
  background: url(../images/Case-Study-icon.svg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 64px;
  height: 57px;
}

.smart-business-page .case-studies-block-row .case-studies-block h4 {
  font-size: 24px;
  line-height: 28px;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .case-studies-block-row .case-studies-block h4:before {
  display: none;
}

.smart-business-page .case-studies-block-row .case-studies-block a {
  color: #fff;
  text-decoration: underline;
}

.smart-business-page .case-studies-block-row .case-studies-block a:hover {
  text-decoration: none;
  color: #fff;
}

.smart-business-page .case-studies-block-row .case-studies-block ul {
  list-style: disc;
  padding-left: 40px;
  padding-bottom: 10px;
}

.smart-business-page .case-studies-block-row .case-studies-block ul li {
  font-family: HelveticaNeueETW01-75Bd;
  padding: 4px 0px 4px 0px;
}

.smart-business-page .case-studies-block-row .case-studies-block ul li:before {
  display: none;
}

.smart-business-page .case-studies-block-row .case-studies-img {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-filter: blur(5px);
  /* Safari 6.0 - 9.0 */
  filter: blur(5px);
}

.smart-business-page .case-studies-block-row .case-studies-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
}

.smart-business-page .protective-security-sec {
  width: 100%;
  float: left;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.smart-business-page .protective-security-sec .title {
  font-size: 32px;
  line-height: 54px;
  color: #272A3C;
  font-family: HelveticaNeueETW01-75Bd;
}

.smart-business-page .protective-security-sec .container {
  height: 280px;
  position: relative;
  display: table;
}

.smart-business-page .protective-security-sec .container .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.smart-business-page .protective-security-sec .button {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  border: 0px;
  background: #272A3C;
  text-transform: none;
  border-radius: 4px;
  padding: 16px 20px;
  margin-top: 15px;
}

.smart-business-page .protective-security-sec .button:hover {
  /*background: $black-color;*/
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
}

.smart-business-page .protective-security-sec .image-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

@media (min-width: 991px) and (max-width: 1200px) {
  #back2Top {
    right: 20px;
  }
  .smart-business-page .top-banner-sec {
    background-attachment: inherit;
  }
  .smart-business-page .top-banner-sec h1 {
    font-size: 60px;
    line-height: 61px;
  }
  .smart-business-page .top-banner-sec h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .smart-business-page .top-banner-sec .top-banner-overlay {
    background-attachment: inherit;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block {
    padding-right: 85px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block p {
    font-size: 30px;
    line-height: 36px;
  }
  .smart-business-page .top-banner.inner h1 {
    font-size: 70px;
    line-height: 71px;
  }
  .smart-business-page .top-banner.inner .v-align {
    padding-right: 10%;
  }
  .smart-business-page .top-banner.inner .sub-intro {
    font-size: 18px;
    line-height: 22px;
  }
  .smart-business-page .sb-related-categories .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .smart-business-page .sb-related-categories .grid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .smart-business-page .sb-related-categories .grid .title {
    font-size: 14px;
    min-height: 40px;
    /*margin-left: 15px;*/
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .smart-business-page .top-banner-sec {
    background-attachment: inherit;
    background-position: center center !important;
  }
  .smart-business-page .top-banner-sec h1 {
    font-size: 50px;
    line-height: 51px;
  }
  .smart-business-page .top-banner-sec h2 {
    font-size: 25px;
    line-height: 33px;
  }
  .smart-business-page .top-banner-sec .container .v-align {
    padding-right: 10%;
  }
  .smart-business-page .top-banner-sec .top-banner-overlay {
    background-attachment: inherit;
    background-position: center center !important;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-slide {
    font-size: 30px;
    line-height: 39px;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-slide p {
    font-size: 30px;
    line-height: 39px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block {
    padding-right: 85px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block p {
    font-size: 24px;
    line-height: 30px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block p .button {
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 15px;
  }
  .smart-business-page .sb-checklist-sec .table .img-block {
    padding-right: 0px;
  }
  .smart-business-page .mitigate-steps ol li {
    padding: 15px 20px 15px 70px;
    font-size: 18px;
    width: 32.8%;
  }
  .smart-business-page .mitigate-steps ol li:first-child {
    padding: 15px 20px 15px 60px;
  }
  .smart-business-page .mitigate-steps ol li:first-child:after {
    left: 45px;
  }
  .smart-business-page .mitigate-steps ol li:before {
    font-size: 76px;
  }
  .smart-business-page .mitigate-steps ol li:after {
    left: 55px;
  }
  .smart-business-page .top-banner.inner h1 {
    font-size: 55px;
    line-height: 56px;
    margin-bottom: 20px;
  }
  .smart-business-page .top-banner.inner .v-align {
    padding-right: 10%;
  }
  .smart-business-page .top-banner.inner .sub-intro {
    font-size: 17px;
    line-height: 22px;
  }
  .smart-business-page .sb-related-categories {
    padding: 40px 0px 0px;
  }
  .smart-business-page .sb-related-categories .grid .img-box {
    margin-bottom: 40px;
  }
  .smart-business-page .sb-related-categories .grid .title {
    font-size: 14px;
    min-height: 40px;
    /*margin-left: 15px;*/
  }
  .smart-business-page .ckeditor-col-container ul li a:after {
    padding-left: 5px;
  }
  .smart-business-page.mitigations-page .ckeditor-col-container ul li a:after {
    padding-left: 5px;
  }
  .smart-business-page.mitigations-page .ckeditor-col-container .grid-7, .smart-business-page.mitigations-page .ckeditor-col-container .grid-5 {
    width: 50%;
  }
  #back2Top {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #back2Top {
    display: none !important;
  }
  .smart-business-page .top-banner-sec {
    background-position: center center !important;
    min-height: calc(100vh - 150px);
    background-attachment: inherit;
  }
  .smart-business-page .top-banner-sec h1 {
    font-size: 40px;
    line-height: 41px;
    text-align: left;
  }
  .smart-business-page .top-banner-sec h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .smart-business-page .top-banner-sec .container {
    min-height: calc(100vh - 150px);
  }
  .smart-business-page .top-banner-sec .container .fixed-pos {
    position: relative !important;
    margin-top: 0px !important;
    opacity: 1 !important;
    min-height: calc(100vh - 100px);
  }
  .smart-business-page .top-banner-sec .container .v-align {
    padding-right: 0%;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .smart-business-page .top-banner-sec .top-banner-overlay {
    background-position: center center !important;
    background-attachment: inherit;
  }
  .smart-business-page .strategic-slider-sec {
    padding: 40px 30px 50px;
  }
  .smart-business-page .strategic-slider-sec .more-link {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px 30px;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-slide {
    font-size: 24px;
    line-height: 32px;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-slide p {
    font-size: 20px;
    line-height: 28px;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-dots {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    bottom: -45px;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-dots li {
    padding-left: 10px;
  }
  .smart-business-page .strategic-slider-sec .strategicSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block p {
    font-size: 24px;
    line-height: 30px;
  }
  .smart-business-page .sb-checklist-sec .table .desc-block p .button {
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 15px;
  }
  .smart-business-page .sb-checklist-sec .table .img-block {
    display: block;
    width: 100%;
    padding-right: 0px;
    max-width: 100%;
  }
  .smart-business-page .sb-category .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .smart-business-page .sb-category .row .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  .smart-business-page .sb-category .title {
    font-size: 16px;
    line-height: 21px;
    min-height: 50px;
    /*	margin-left: 15px;
					padding-left: 15px;*/
  }
  .smart-business-page .sb-category .img-box .blur-ie {
    display: none;
  }
  .smart-business-page .mitigate-steps {
    padding: 60px 0px;
  }
  .smart-business-page .mitigate-steps h3 {
    font-size: 34px;
    line-height: 42px;
  }
  .smart-business-page .mitigate-steps ol li {
    padding: 15px 20px 15px 60px;
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
  }
  .smart-business-page .mitigate-steps ol li:first-child {
    padding: 15px 20px 15px 60px;
  }
  .smart-business-page .mitigate-steps ol li:first-child:after {
    left: 45px;
  }
  .smart-business-page .mitigate-steps ol li:before {
    font-size: 56px;
  }
  .smart-business-page .mitigate-steps ol li:after {
    left: 45px;
  }
  .smart-business-page .mitigate-steps .button {
    font-size: 16px;
    padding: 8px 27px;
  }
  .smart-business-page .top-banner.inner {
    padding-bottom: 70px;
  }
  .smart-business-page .top-banner.inner h1 {
    font-size: 34px;
    line-height: 38px;
    text-align: left;
    margin-bottom: 20px;
  }
  .smart-business-page .top-banner.inner .v-align {
    padding-right: 0%;
  }
  .smart-business-page .top-banner.inner .sub-intro {
    font-size: 16px;
    line-height: 24px;
  }
  .smart-business-page .top-banner.inner p {
    font-size: 16px;
    line-height: 24px;
  }
  .smart-business-page .main-content-section {
    padding: 40px 0px;
  }
  .smart-business-page .main-content-section .opacity1 {
    opacity: 1;
  }
  .smart-business-page .main-content-section .page-section {
    padding-top: 60px;
    margin-top: -60px;
  }
  .smart-business-page .main-content-section .page-section:first-child {
    padding-top: 100px;
    margin-top: -100px;
  }
  .smart-business-page .main-content-section p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .smart-business-page .main-content-section h2 {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .smart-business-page .main-content-section h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .smart-business-page .main-content-section ol li {
    font-size: 14px;
  }
  .smart-business-page .main-content-section .did-you-know-row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .smart-business-page .main-content-section .did-you-know-row .did-you-know-block {
    padding: 70px 20px 20px 20px;
  }
  .smart-business-page .main-content-section .did-you-know-row .did-you-know-block h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .smart-business-page .main-content-section .did-you-know-row .did-you-know-block:before {
    width: 42px;
    height: 42px;
    left: 20px;
    top: 15px;
  }
  .smart-business-page .main-content-section .did-you-know-row.considered {
    margin-top: 30px;
  }
  .smart-business-page .main-content-section .did-you-know-row.considered .did-you-know-block:before {
    width: 43px;
    height: 48px;
    background-size: cover;
  }
  .smart-business-page .main-content-section .statistic-box {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .smart-business-page .main-content-section .statistic-box .statistic-box-block {
    padding: 20px 20px 5px;
  }
  .smart-business-page .main-content-section .checklist-link h5 {
    padding-right: 0px;
    font-size: 18px;
  }
  .smart-business-page .main-content-section .checklist-link ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .smart-business-page .main-content-section .checklist-link ul li a:after {
    padding-left: 10px;
    top: 2px;
  }
  .smart-business-page .main-content-section .mitigation-menu {
    width: 100% !important;
    background: #fff;
    z-index: 99;
    top: 0px !important;
    left: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .smart-business-page .main-content-section .mitigation-menu.stick {
    padding: 10px 20px;
    -webkit-box-shadow: 0 2px 4px 0 #6B6B6B;
    box-shadow: 0 2px 4px 0 #6B6B6B;
    position: fixed !important;
    top: 0px !important;
  }
  .smart-business-page .main-content-section .mitigation-menu.stick ol {
    /*margin-top: 10px;
              margin-bottom: 10px;*/
  }
  .smart-business-page .main-content-section .mitigation-menu ol {
    width: 35px;
    margin-left: 0px;
    width: 100%;
    text-align: left;
    display: table;
    /*margin-bottom: 20px;*/
  }
  .smart-business-page .main-content-section .mitigation-menu ol:before {
    left: 3px;
    border-top: solid 3px #000;
    border-right: 0px;
    top: 15px;
    width: calc(100% - 10px);
  }
  .smart-business-page .main-content-section .mitigation-menu ol:after {
    width: 17px;
    height: 17px;
    border-width: 3px;
    bottom: auto;
    left: auto;
    top: 8px;
    right: -3px;
    left: auto;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li {
    height: auto;
    width: auto;
    display: table-cell;
    z-index: 999;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li:first-child {
    height: auto;
    margin-top: -1px;
    position: relative;
    top: 0px;
    width: 20%;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li:first-child a {
    width: 22px;
    height: 22px;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li:first-child a:before {
    width: 17px;
    height: 17px;
    border-width: 3px;
    top: 7px;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li a {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 18px;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li a:before {
    width: 27px;
    height: 27px;
    left: 3px;
    top: 3px;
    border-width: 3px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li a:hover:before {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages {
    height: auto;
    margin-top: -1px;
    position: relative;
    top: 0px;
    width: 22px;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages a {
    width: 22px;
    height: 22px;
  }
  .smart-business-page .main-content-section .mitigation-menu ol li.other-sb-pages a:before {
    width: 17px;
    height: 17px;
    border-width: 3px;
    top: 7px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol {
    width: 35px;
    margin-left: -15px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol:before {
    left: 15px;
    border-width: 3px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol:after {
    width: 17px;
    height: 17px;
    border-width: 3px;
    bottom: -15px;
    left: 8px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol li {
    height: 70px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol li:first-child {
    height: 60px;
    width: 25px;
    margin-top: -1px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol li:first-child a {
    width: 22px;
    height: 22px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol li:first-child a:before {
    width: 17px;
    height: 17px;
    border-width: 3px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol li a {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 18px;
  }
  .smart-business-page .main-content-section .mitigation-menu.small-circle ol li a:before {
    width: 27px;
    height: 27px;
    left: 3px;
    top: 3px;
    border-width: 3px;
  }
  .smart-business-page .main-content-section ul {
    font-size: 14px;
  }
  .smart-business-page .main-content-section ul li {
    padding: 8px 0px 8px 25px;
    line-height: 24px;
  }
  .smart-business-page .sb-related-categories {
    padding: 60px 0px 20px;
  }
  .smart-business-page .sb-related-categories .grid .img-box {
    margin-bottom: 40px;
  }
  .smart-business-page .sb-related-categories .grid .title {
    font-size: 14px;
    min-height: 40px;
    /*margin-left: 15px;*/
  }
  .smart-business-page ul {
    font-size: 14px;
  }
  .smart-business-page.mitigations-page h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .smart-business-page.mitigations-page .ckeditor-col-container ul li {
    font-size: 14px;
    line-height: 24px;
  }
  .smart-business-page.mitigations-page .ckeditor-col-container ul li a:after {
    padding-left: 7px;
  }
  .smart-business-page.mitigations-page .ckeditor-col-container .grid-7, .smart-business-page.mitigations-page .ckeditor-col-container .grid-5 {
    width: 100%;
  }
  .smart-business-page .case-studies-block-row {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .smart-business-page .case-studies-block-row .case-studies-block {
    padding: 80px 20px 20px 20px;
  }
  .smart-business-page .case-studies-block-row .case-studies-block:before {
    width: 54px;
    height: 48px;
    left: 20px;
    top: 15px;
  }
  .smart-business-page .case-studies-block-row .case-studies-block ul {
    padding-left: 25px;
  }
  .smart-business-page .protective-security-sec .title {
    font-size: 24px;
    line-height: 30px;
  }
  .smart-business-page .protective-security-sec .button {
    font-size: 16px;
    padding: 12px 20px;
    margin-top: 15px;
  }
}

.rmm-page {
  /*Popup*/
  /*Popup*/
}

.rmm-page .dashed {
  fill: none;
  stroke: #ededed;
  stroke-width: 7;
  stroke-linecap: square;
  stroke-dasharray: 5 30;
}

.rmm-page .path {
  fill: none;
  stroke: #C0C0C0;
  stroke-width: 6;
  stroke-linecap: square;
  stroke-dasharray: 10000;
  stroke-dashoffset: 1000;
}

.rmm-page .activeSection .path {
  -webkit-animation: dash 20s linear alternate;
          animation: dash 20s linear alternate;
}

@-webkit-keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  from {
    stroke-dashoffset: 10000;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.rmm-page .max-width960 {
  max-width: 960px;
  margin: 0 auto;
}

.rmm-page .intro-section {
  text-align: center;
  padding: 70px 0px;
  width: 100%;
  float: left;
}

.rmm-page .intro-section h2 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
}

.rmm-page .intro-section .ckeditor-col-container {
  margin-left: -15px;
  margin-right: -15px;
}

.rmm-page .intro-section .ckeditor-col-container .grid-6 {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.rmm-page .categories-section {
  width: 100%;
  float: left;
  padding: 70px 0px;
  background: #ededed;
  position: relative;
}

.rmm-page .categories-section #Layer_2 {
  opacity: 0;
  opacity: 0\9;
}

.rmm-page .categories-section h2 {
  font-size: 20px;
  line-height: 26px;
}

.rmm-page .categories-section .categories-block .ani-box {
  opacity: 0;
}

.rmm-page .categories-section.activeSection .ani-box {
  -webkit-animation: boxdelay 0.2s linear forwards;
          animation: boxdelay 0.2s linear forwards;
}

.rmm-page .categories-section.activeSection #Layer_2 {
  opacity: 1;
}

.rmm-page .categories-section .categories-block {
  width: 100%;
  float: left;
  position: relative;
  padding: 100px 0px;
}

.rmm-page .categories-section .categories-block #Layer_2 {
  height: 296px;
}

.rmm-page .categories-section .categories-block ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.rmm-page .categories-section .categories-block .ani-box {
  width: 168px;
  height: 168px;
  background: #015a82;
  float: left;
  display: table;
  text-align: center;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: 3.9%;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  opacity: 0;
  opacity: 1\9;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rmm-page .categories-section .categories-block .ani-box {
    opacity: 1;
  }
}

.rmm-page .categories-section .categories-block .ani-box:hover {
  background: #1575ba;
  margin-top: -5px;
}

.rmm-page .categories-section .categories-block .ani-box span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.rmm-page .categories-section .categories-block .ani-box span p {
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  font-family: HelveticaNeueETW01-75Bd;
  height: 55px;
  display: table;
  width: 100%;
  margin-bottom: 0px;
}

.rmm-page .categories-section .categories-block .ani-box span img {
  padding: 20px 0px 10px;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(2) {
  left: 29.1%;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(3) {
  left: 55.2%;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(4) {
  left: 81.3%;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(5) {
  left: 3.9%;
  top: 270px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(6) {
  left: 29.1%;
  top: 270px;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(7) {
  left: 55.2%;
  top: 270px;
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

.rmm-page .categories-section .categories-block .ani-box:nth-of-type(8) {
  left: 81.3%;
  top: 270px;
  -webkit-animation-delay: 6.8s;
          animation-delay: 6.8s;
}

@-webkit-keyframes boxdelay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes boxdelay {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .rmm-page .categories-section .categories-block .ani-box {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(2), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(3), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(4), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(5), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(6), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(7), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(8) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

.rmm-page .categories-section .download-btn {
  border-color: #015a82;
  color: #015a82;
  font-size: 14px;
  font-family: HelveticaNeueETW01-75Bd;
  line-height: 17px;
  position: relative;
  padding: 12px 20px 12px 50px;
  margin-right: 15px;
}

.rmm-page .categories-section .download-btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  background: url(../images/download-blue.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 11px;
  left: 20px;
}

.rmm-page .categories-section .download-btn:hover {
  -webkit-box-shadow: 0 0 0 1px #015a82;
  box-shadow: 0 0 0 1px #015a82;
  background: none;
}

.rmm-page .rmm-popup {
  background: rgba(0, 0, 0, 0.7);
}

.rmm-page .rmm-popup .modal-content {
  border-radius: 0;
  border: 0px;
  /*Slider*/
  /*Slider*/
}

.rmm-page .rmm-popup .modal-content .modal-header {
  /*background: $primary-color;
				background: none\9;*/
  padding: 20px 74px;
  position: relative;
  display: table;
  height: 125px;
  width: 100%;
}

.rmm-page .rmm-popup .modal-content .modal-header.top {
  position: absolute;
  width: 100%;
  min-height: 125px;
  background: #015a82;
}

.rmm-page .rmm-popup .modal-content .modal-header h2 {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-family: HelveticaNeueETW01-75Bd;
  display: table-cell;
  vertical-align: middle;
}

.rmm-page .rmm-popup .modal-content .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  margin: 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  filter: alpha(opacity=100);
}

.rmm-page .rmm-popup .modal-content .modal-header .close span {
  display: block;
  width: 35px;
  height: 34px;
  background: url("../images/rmm-close.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.rmm-page .rmm-popup .modal-content .modal-header .close:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rmm-page .rmm-popup .modal-content .modal-body {
  min-height: 560px;
  padding: 0px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider {
  width: 100%;
  position: relative;
  display: none;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list {
  width: 100%;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list p {
  font-size: 14px;
  margin-bottom: 20px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .useful-link {
  margin-bottom: 5px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .conent-wrap {
  padding: 40px 74px;
  width: 100%;
  float: left;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .content {
  width: 75%;
  display: inline-block;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block {
  width: 17%;
  display: inline-block;
  float: right;
  padding-right: 70px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block svg {
  width: 100%;
  height: 100%;
  fill: #015a82;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block svg g {
  fill: #015a82;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block svg path {
  fill: #015a82;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list ul li {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  width: 33.33%;
  float: left;
  padding-left: 17px;
  padding-right: 20px;
  line-height: 21px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list ul li:before {
  content: "";
  background: url(../images/spritesheet.png) no-repeat;
  width: 9px;
  height: 9px;
  background-position: -5px -37px;
  position: absolute;
  top: 6px;
  left: 0px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .list:focus {
  outline: none;
}

.rmm-page .rmm-popup .modal-content .rmm-slider.slick-initialized {
  display: block;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow {
  opacity: 1;
  font-size: 55px;
  color: #015a82;
  position: absolute;
  /*top:calc(50% + 63px);*/
  top: 338px;
  margin-top: -30px;
  left: 22px;
  cursor: pointer;
  z-index: 1;
  border: 0;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow i {
  line-height: 70px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow.slick-next {
  right: 22px;
  left: auto;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow:hover {
  left: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow:hover.slick-next {
  right: 18px;
  left: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .grey-box {
  width: 100%;
  background: #ededed;
  padding: 30px 30px;
  margin-top: 20px;
  float: left;
  position: relative;
  margin-bottom: 115px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container {
  width: 100%;
  argin-left: -10px;
  margin-right: -10px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 {
  border-right: solid 1px #015a82;
  padding-right: 10px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6:last-child {
  border-right: 0px;
  padding-left: 40px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 ul li {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.rmm-page .rmm-popup .modal-content .rmm-slider .grey-box:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 220px solid transparent;
  border-right: 220px solid transparent;
  border-top: 79px solid #ededed;
  position: absolute;
  bottom: -79px;
  left: 31%;
}

.rmm-page .rmm-popup .modal-content .rmm-slider h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .rmm-page .rmm-popup .modal-lg {
    width: 1170px !important;
  }
}

@media (min-width: 1400px) {
  .rmm-page .rmm-popup .modal-lg {
    width: 1320px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 ul li {
    width: 100% !important;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box:after {
    left: 27%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .rmm-page .categories-section .categories-block #Layer_2 {
    height: auto;
  }
  .rmm-page .categories-section .categories-block .ani-box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 3%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(5), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(6), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(7), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(8) {
    top: 218px;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(2) {
    left: 28%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(3) {
    left: 53.5%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(4) {
    left: 79%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(5) {
    left: 3%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(6) {
    left: 28%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(7) {
    left: 53.5%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(8) {
    left: 79%;
  }
  .rmm-page .rmm-popup .modal-lg {
    width: 960px !important;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 ul li {
    width: 100%;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box:after {
    left: 185px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block {
    padding-right: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list ul li {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rmm-page .categories-section .categories-block #Layer_2 {
    height: auto;
  }
  .rmm-page .categories-section .categories-block .ani-box {
    top: 30px;
    left: 1%;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(5), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(6), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(7), .rmm-page .categories-section .categories-block .ani-box:nth-of-type(8) {
    top: 173px;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(2) {
    left: 26%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(3) {
    left: 51%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(4) {
    left: 76%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(5) {
    left: 1%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(6) {
    left: 26%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(7) {
    left: 51%;
  }
  .rmm-page .categories-section .categories-block .ani-box:nth-of-type(8) {
    left: 76%;
  }
  .rmm-page .rmm-popup .modal-lg {
    width: 650px !important;
  }
  .rmm-page .rmm-popup .modal-content .modal-header {
    padding: 20px 70px;
    height: 115px;
  }
  .rmm-page .rmm-popup .modal-content .modal-header h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .rmm-page .rmm-popup .modal-content .modal-header.top {
    min-height: 115px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box {
    margin-bottom: 80px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 {
    width: 100% !important;
    border: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6:last-child {
    padding-left: 10px;
    padding-top: 20px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 ul li {
    width: 100%;
    padding-right: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box:after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid #ededed;
    position: absolute;
    bottom: -49px;
    left: 155px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list ul li {
    width: 100%;
    padding-right: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .conent-wrap {
    padding: 50px 70px 40px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block {
    padding-right: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow {
    top: 145px;
  }
}

@media (max-width: 767px) {
  .rmm-page .intro-section {
    padding: 40px 0px;
  }
  .rmm-page .categories-section {
    padding: 40px 0px;
  }
  .rmm-page .categories-section .download-btn {
    margin-bottom: 15px;
  }
  .rmm-page .categories-section .download-btn:last-child {
    margin-bottom: 0px;
  }
  .rmm-page .categories-section .categories-block {
    padding: 30px 0px;
    margin-left: -3px;
    margin-right: -3px;
  }
  .rmm-page .categories-section .categories-block #Layer_2 {
    display: none;
  }
  .rmm-page .categories-section .categories-block .ani-box {
    top: 0px !important;
    width: 50%;
    left: 0 !important;
    position: relative;
    float: left;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    height: 180px;
    -webkit-animation: boxdelay 0.2s linear forwards;
            animation: boxdelay 0.2s linear forwards;
  }
  .rmm-page .categories-section .categories-block .ani-box:hover {
    margin-top: 0px;
  }
  .rmm-page .rmm-popup .modal-lg {
    max-width: 480px !important;
    margin: 40px auto;
  }
  .rmm-page .rmm-popup .modal-content .modal-header {
    padding: 10px 65px 10px 20px;
    height: 80px;
  }
  .rmm-page .rmm-popup .modal-content .modal-header h2 {
    font-size: 19px;
    line-height: 24px;
  }
  .rmm-page .rmm-popup .modal-content .modal-header.top {
    min-height: 80px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box {
    margin-bottom: 80px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 {
    width: 100% !important;
    border: 0px;
    float: left;
    padding-left: 0px !important;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6:last-child {
    padding-left: 10px;
    padding-top: 20px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box .ckeditor-col-container .grid-6 ul li {
    width: 100%;
    padding-right: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box:after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid #ededed;
    position: absolute;
    bottom: -49px;
    left: 120px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list ul li {
    width: 100%;
    padding-right: 0px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .conent-wrap {
    padding: 20px 20px 20px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .content {
    width: 100%;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block {
    display: block;
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .list .image-block svg {
    width: auto;
    height: auto;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .slick-arrow {
    top: 125px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .rmm-page .rmm-popup .modal-lg {
    max-width: 350px !important;
    margin: 30px auto;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box {
    margin-bottom: 40px;
  }
  .rmm-page .rmm-popup .modal-content .rmm-slider .grey-box:after {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 31px solid #ededed;
    position: absolute;
    bottom: -28px;
    left: 85px;
  }
  .rmm-page .categories-section .download-btn {
    margin-right: 0px;
  }
  .rmm-page .categories-section .download-btn:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 350px) {
  .rmm-page .rmm-popup .modal-lg {
    max-width: 300px !important;
  }
}

.smart-business-page.mitigation-additional .main-content-section {
  position: relative;
  padding-top: 0px;
}

.smart-business-page.mitigation-additional .main-content-section .page-section {
  padding-top: 80px;
}

.smart-business-page.mitigation-additional .mitigiation-menu-wrap {
  position: absolute !important;
  left: 0px;
  padding-left: 0px;
  height: 100%;
  max-width: 300px;
  width: 300px;
  background: #f7f7f7;
}

.smart-business-page.mitigation-additional .col-sm-9 {
  float: right;
}

.smart-business-page.mitigation-additional .main-content-section .container {
  position: initial;
  position: static\9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .smart-business-page.mitigation-additional .main-content-section .container {
    position: static;
  }
}

.smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile {
  display: none;
}

.smart-business-page #mitigation-vertical-menu {
  background: #f7f7f7;
  width: 300px;
  color: white;
  left: 0px;
  padding: 70px 0px 20px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.smart-business-page #mitigation-vertical-menu.stick {
  padding: 50px 0px 20px;
}

.smart-business-page #mitigation-vertical-menu ul {
  counter-reset: section;
}

.smart-business-page #mitigation-vertical-menu ul li {
  color: #000;
  padding: 0px;
  position: relative;
  line-height: 19px;
}

.smart-business-page #mitigation-vertical-menu ul li a {
  color: #000;
  display: inline-block;
  padding: 10px 45px 10px 35px;
  width: 100%;
  position: relative;
  display: table;
  border-right: solid 5px #f7f7f7;
  /*&:after{
						font-family: 'FontAwesome';
						content: "\f105";
							height: 100%;
							top:0px;
							right: 0px;
						font-size: 22px;
						line-height: 22px;
						width: 50px;
						text-align: center;
						z-index: 1;
						display: table-cell;
						vertical-align: middle;
						margin-left: auto;
						 
						@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	           float: right;
							padding-right: 20px;
							width: auto;
           }
					
					}*/
}

.smart-business-page #mitigation-vertical-menu ul li a:before {
  /*counter-increment: section;
            content: "" counter(section) ".";*/
  padding-right: 5px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.smart-business-page #mitigation-vertical-menu ul li.hassub a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  top: 0px;
  right: 0px;
  font-size: 22px;
  line-height: 22px;
  width: 50px;
  text-align: center;
  z-index: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  margin-left: auto;
}

.smart-business-page #mitigation-vertical-menu ul li.hassub.minus a:after {
  content: "\f107";
}

.smart-business-page #mitigation-vertical-menu ul li.hassub ul li a:after {
  display: none;
}

.smart-business-page #mitigation-vertical-menu ul li:before {
  display: none;
}

.smart-business-page #mitigation-vertical-menu ul li.minus a {
  background: #67E2D7;
  border-right: solid 5px #272A3C;
}

.smart-business-page #mitigation-vertical-menu ul li.minus ul li a {
  background: none;
  border-right: 0px;
}

.smart-business-page #mitigation-vertical-menu ul li.minus ul li a:after {
  display: none;
}

.smart-business-page #mitigation-vertical-menu ul li.minus ul li a.active {
  color: #67E2D7;
}

.smart-business-page #mitigation-vertical-menu ul li ul {
  padding: 10px 0px;
}

.smart-business-page #mitigation-vertical-menu ul li ul li {
  font-size: 14px;
  font-family: HelveticaNeueETW01-45Lt;
  line-height: 17px;
}

.smart-business-page #mitigation-vertical-menu ul li ul li a {
  padding: 7px 25px 7px 60px;
  border-right: 0px;
}

.smart-business-page #mitigation-vertical-menu ul li ul li a:before {
  display: none;
}

.smart-business-page #mitigation-vertical-menu ul li ul li a:after {
  display: none;
}

.smart-business-page #mitigation-vertical-menu ul li ul li:before {
  display: none;
}

.smart-business-page #mitigation-vertical-menu ul ul {
  display: none;
}

@media (min-width: 1800px) and (max-width: 1920px) {
  .smart-business-page.mitigation-additional .col-sm-9 {
    float: right;
    width: 100%;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .smart-business-page.mitigation-additional .col-sm-9 {
    float: right;
    width: 85%;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .smart-business-page.mitigation-additional .col-sm-9 {
    float: right;
    width: 68%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .smart-business-page #mitigation-vertical-menu {
    width: 250px;
  }
  .smart-business-page #mitigation-vertical-menu ul li a {
    padding: 10px 45px 10px 20px;
  }
  .smart-business-page #mitigation-vertical-menu ul li ul li a {
    padding: 7px 25px 7px 40px;
  }
  .smart-business-page.mitigation-additional .mitigiation-menu-wrap {
    width: 250px;
  }
  .smart-business-page.mitigation-additional .col-sm-9 {
    float: right;
    width: 65%;
  }
}

@media (max-width: 767px) {
  .smart-business-page.mitigation-additional .mitigiation-menu-wrap {
    width: 100%;
    background: none;
    margin: 0px;
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile {
    position: fixed;
    bottom: 1.5em;
    display: block;
    right: 1.5em;
    width: 64px;
    height: 64px;
    background: #67E2D7;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1001;
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -2px 0 0 -9px;
    display: block;
    background-color: #fff;
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 8px;
    -webkit-transition: -webkit-transform 300ms,top 300ms;
    -webkit-transition: top 300ms,-webkit-transform 300ms;
    transition: top 300ms,-webkit-transform 300ms;
    transition: transform 300ms,top 300ms;
    transition: transform 300ms,top 300ms,-webkit-transform 300ms;
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -8px;
    -webkit-transition: -webkit-transform 300ms,top 300ms;
    -webkit-transition: top 300ms,-webkit-transform 300ms;
    transition: top 300ms,-webkit-transform 300ms;
    transition: transform 300ms,top 300ms;
    transition: transform 300ms,top 300ms,-webkit-transform 300ms;
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile.hamburge-open span {
    background: none;
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile.hamburge-open span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .smart-business-page.mitigation-additional #mitigation-hamburger-toggle-mobile.hamburge-open span:after {
    top: 0px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .smart-business-page.mitigation-additional .main-content-section {
    padding-top: 40px;
  }
  .smart-business-page.mitigation-additional .main-content-section .page-section {
    padding-top: 100px;
  }
  .smart-business-page #mitigation-vertical-menu {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    left: 0px;
    height: 100%;
    padding: 20px 0px !important;
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
  }
  .smart-business-page #mitigation-vertical-menu.menu-open {
    opacity: 1;
    z-index: 1000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
/*# sourceMappingURL=styles.css.map */