﻿@import "fonts.css"; html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
strike,
sub,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
p,
div {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'GothamSSm-Book_Web';
}
body {
  font-family: 'GothamSSm-Book_Web';
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow-x: hidden;
}
sup.vAlign {
  vertical-align: sub;
}
.border-orange {
  border-color: #f37123 !important;
}
.hover-bold:hover {
  font-weight: bold;
}
.pl-4-5,
.px-4-5 {
  padding-left: 2rem !important;
}
.pr-4-5,
.px-4-5 {
  padding-right: 2rem !important;
}
.pt-4-5,
.py-4-5 {
  padding-top: 2rem !important;
}
.pb-4-5,
.py-4-5 {
  padding-bottom: 2rem !important;
}
.wid-40 {
  width: 40%;
}
.offramp-modal .modal-content {
  border-radius: 87px 0 87px 0;
  padding: 40px 40px 40px 50px;
}
.offramp-modal .modal-header {
  padding: 0;
  border: 0;
}
.offramp-modal .modal-header .close-btn-offramp {
  height: 45px;
  width: 90px;
  border-radius: 22.5px;
  position: absolute;
  background-color: #f37021;
  border: 0;
  top: -20px;
  right: -40px;
}
.offramp-modal .modal-header .close-btn-offramp:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 42px;
  width: 3px;
  background-color: #fff;
  height: 30px;
  transform: rotate(45deg);
}
.offramp-modal .modal-header .close-btn-offramp:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 42px;
  width: 3px;
  background-color: #fff;
  height: 30px;
  transform: rotate(-45deg);
}
.offramp-modal .modal-content .modal-body .head {
  color: #00b4f0;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1.13px;
  line-height: 46px;
  text-align: center;
}
.offramp-modal .modal-content .modal-body .modal-txt {
  color: #000000;
  font-family: 'GothamSSm-Book_Web';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
}
.offramp-modal .modal-content .modal-footer {
  border: 0;
  display: block;
}
.offramp-modal .modal-content .modal-footer .footer-txt {
  color: #000000;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
.offramp-modal .modal-content .modal-footer .btn {
  border-radius: 30.5px;
  background-color: #f37021;
  color: #ffffff;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
  padding: 18px 45px;
  border: 0;
}
.offramp-link,
.offramp-link-event {
  cursor: pointer;
}
.orange-border {
  background-color: #f37021;
  width: 100%;
  height: 1px;
  margin: 42px 0 42px 0;
}
.medium-italic {
  font-family: 'GothamSSm-MediumItalic_Web' !important;
}
header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  height: 95px;
  transition: all 0.5s 0.15s;
}
header.VirtualHeader {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  height: 65px;
  transition: all 0.5s 0.15s;
}
header.VirtualHeader .back-to-main img {
  width: 30px;
}
header .topbar {
  background-color: #ebebeb;
}
header .topbar-book {
  background-color: #fff;
  height: 24px;
}
header .topbar a {
  color: #25215a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 16px;
}
header .topbar a.active {
  font-weight: bold;
}
header .topbar a:hover {
  border-bottom: 1px solid #f37123;
  text-decoration: none;
}
header .navigation .header_logo {
  margin-top: -10px;
  position: absolute;
  max-width: 90%;
}
header.VirtualHeader .navigation .header_logo {
  margin-top: 10px;
  position: absolute;
  max-width: 90%;
}
/*Cookie policy css*/
.cookie-policy {
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  background: #25215a;
  position: fixed;
  top: 0;
  transition: all 0.5s 0.15s;
  z-index: 100;
}
.cookie-policy > div {
  margin: 0 auto;
  padding: 8px 0;
  width: 90%;
  display: table;
  padding: 25px 0;
}
.cookie-policy img {
  margin: 0 15px 0 0;
  display: table-cell;
  width: 28px;
  vertical-align: middle;
  cursor: pointer;
}
.cookie-policy span:first-child {
  padding-right: 6rem;
}
.cookie-policy span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 0;
  font-family: 'GothamSSm-Book_Web';
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.cookie-policy a {
  color: #f37123;
}
.cookie-policy a:hover,
.cookie-policy a:visited {
  color: #f37123;
  text-decoration: none;
}
.cookie-policy .cc-policy-button,
.cookie-policy .cc-policy-button:hover,
.cookie-policy .cc-policy-button:visited {
  background-color: #f36f21;
  color: #fff;
  padding: 16px 45px;
  cursor: pointer;
  border-radius: 30.5px;
}
/*Cookie policy css ends */
.container {
  max-width: 100%;
}
.twitter-Container {
  display: inline-block;
  width: 100%;
  transition: all 0.5s 0.15s;
}
.mainContainer {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99;
  transition: all 0.5s 0.15s;
  margin-top: 90px;
  overflow-x: hidden;
}
.virtual-container {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding-bottom: 50px;
  transition: all 0.5s 0.15s;
}
.page-content p {
  font-size: 16px;
  font-family: 'GothamSSm-Book_Web';
  color: #25215a;
  margin-bottom: 10px;
}
.landing-page .homePage-Banner .home-banner-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  right: 0;
  left: 0;
}
.landing-page .homePage-Banner .home-banner-box .inside-banner {
  width: 36.4%;
  position: relative;
  border-radius: 83px 0 85px 0;
  padding: 51px 31px 41px 31px;
  margin-left: 45px;
  background-color: rgba(255, 255, 255, 0.83);
}
.landing-page .homePage-Banner .home-banner-box .eyebrotxt {
  color: #25215a;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  margin: 0 auto;
}
.landing-page .homePage-Banner .home-banner-box .callout-divider-line {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #25215a;
  height: 1px;
  width: 92%;
  margin: 30px auto;
}
.landing-page .homePage-Banner .home-banner-box .header-sml {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 20px;
}
.landing-page .homePage-Banner .home-banner-box .header-lrg {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 34px;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 50px;
}
.landing-page .homePage-Banner .home-banner-box .header-lrg span {
  font-family: GothamSSm-Bold_Web;
}
.page-content .heading {
  color: #00b4f0;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 46px;
  display: inline-block;
}
.page-content .heading span {
  font-family: 'GothamSSm-Bold_Web';
  font-weight: bold;
}
.page-content .sub-heading {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 15px;
}
.subhead-twitter {
  font-family: 'GothamSSm-Book_Web';
  font-size: 30px;
  text-align: center;
  color: #666666;
  line-height: 22px;
  margin: 0 0 30px 0;
  padding: 0px;
}
.page-content .video-head {
  color: #000000;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1px;
  line-height: 19px;
  margin-bottom: 15px;
}
.page-content .btn-nav li {
  margin-right: 18px;
  display: flex;
  margin-bottom: 15px;
}
.page-content .bg-gray {
  background-color: rgba(126, 126, 126, 0.07);
}
.page-content .head-title {
  font-size: 21px;
  font-family: 'GothamSSm-Bold_Web';
  line-height: 25px;
  margin-bottom: 15px;
  color: #25215a;
  /* width: 99%; */
}
.full-width {
  width: 100% !important;
}
.page-content .head-title.sml-head {
  color: #00b4f0;
}
.page-content .event-title {
  color: #00b4f0;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
}
.page-content .announcment li {
  margin-bottom: 10px;
}
.page-content .announcment-txt {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 21px;
}
.page-content .event-title {
  font-weight: bold;
}
.page-content .sub-txt {
  font-size: 16px;
  font-family: 'GothamSSm-Medium_Web';
  line-height: 19px;
  margin-bottom: 15px;
}
.page-content .card {
  display: block;
}
.page-content .recommended-posts .card {
  cursor: pointer;
}
.page-content .card:hover {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear;
  border: none;
}
.page-content .card:hover .btn-read-article {
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.1s linear;
}
.page-content .card .card-text {
  font-size: 16px;
  font-family: 'GothamSSm-Book_Web';
  line-height: 19px;
}
.page-content .card .icon-pos {
  position: absolute;
  right: 10px;
  top: 40%;
}
.featured .icon-pos {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.page-content .blog-callout-row {
  display: inline-block;
  position: relative;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 0px;
  background: rgba(255, 255, 255, 1);
  width: 100%;
}
.page-content .blog-callout {
  display: flex;
  background-color: #fff;
  border: 1px solid #7e7e7e;
  position: relative;
}
.page-content .blog-callout {
  color: #000;
}
.page-content .blog-callout:hover {
  text-decoration: none;
}
.page-content .blog-callout-row:hover .left-col img.img-blog {
  transform: scale(1.1) translateZ(0);
  transition: transform 4s linear;
}
.page-content .blog-callout-row .left-col img.img-blog {
  transition: transform 2s linear;
  width: 100%;
}
.page-content .blog-callout-row::before,
.page-content .blog-callout-row::after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  z-index: 9;
}
.page-content .blog-callout-row .blog-callout::before,
.page-content .blog-callout-row .blog-callout::after {
  content: "";
  width: 2px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  z-index: 9;
}
.page-content .blog-callout-row.border-animate::before,
.page-content .blog-callout-row.border-animate::after {
  width: 100%;
}
.page-content .blog-callout-row.border-animate .blog-callout::before,
.page-content .blog-callout-row.border-animate .blog-callout::after {
  height: 100%;
}
/*----- button 3 -----*/
.page-content .blog-callout-row.border-animate::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.6s;
}
.page-content .blog-callout-row.border-animate .blog-callout::after {
  transition-delay: 0.4s;
  right: 0;
  bottom: 0;
}
.page-content .blog-callout-row.border-animate::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}
.page-content .blog-callout-row.border-animate .blog-callout::before {
  transition-delay: 0s;
  left: 0;
  top: 0;
}
.page-content .blog-callout-row.border-animate::after {
  transition-delay: 0s;
}
.page-content .blog-callout-row.border-animate .blog-callout::after {
  transition-delay: 0.2s;
}
.page-content .blog-callout-row.border-animate::before {
  transition-delay: 0.4s;
}
.page-content .blog-callout-row.border-animate .blog-callout::before {
  transition-delay: 0.6s;
}
.page-content .blog-callout .left-col {
  width: 40%;
  display: block;
  position: relative;
  overflow: hidden;
}
.page-content .blog-callout .left-col .blog-icon-pos {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.page-content .blog-callout .right-col {
  width: 60%;
}
.page-content .blog-callout-row:hover {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.24);
  transition: all 0.3s linear;
}
.page-content .blog-callout-row .icon-pos {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.landing-page .banner-color {
  background-color: #e5f7fe;
  height: 80%;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.landing-page .banner-home .head {
  font-size: 24px;
  line-height: 27px;
  font-family: 'GothamSSm-Bold_Web';
  color: #25215a;
  margin-bottom: 20px;
}
.landing-page .banner-home .sub-txt {
  font-size: 18px;
  color: #25215a;
  line-height: 21px;
  font-family: 'GothamSSm-Book_Web';
  margin-bottom: 20px;
}
.landing-page .banner-home .sub-txt-med {
  font-family: 'GothamSSm-Medium_Web';
}
.landing-page .banner-home .btn-read {
  position: absolute;
  left: 30%;
  bottom: 13.5%;
}
.btn-orange {
  background-color: #f37123;
  color: #ffffff;
  font-size: 18px;
  line-height: 21px;
  font-family: 'GothamSSm-Medium_Web' !important;
  background-color: #f37123;
}
.landing-page .banner-home .btn-read a {
  margin: 0 auto;
  padding: 16px 35px;
}
.pagination .page-item.ellipsis {
  padding-top: 12px;
}
.pagination .page-item .page-link {
  border: none;
  color: #666666;
  font-size: 23.94px;
  letter-spacing: 0.67px;
  line-height: 27px;
  font-family: 'GothamSSm-Book_Web';
  outline: 0 none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-right: 3vw;
}
.pagination .page-item:last-child .page-link {
  padding-right: 15px;
}
.pagination .page-item .page-link.active {
  font-family: 'GothamSSm-Bold_Web';
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  font-weight: bold;
  text-align: center;
  font-family: 'GothamSSm-Bold_Web';
  color: #f37123;
}
.page-item.disabled .page-link,
.page-item.disabled .page-link:before,
.page-item.disabled .page-link::after {
  color: #6c757d !important;
}
.pagination .page-item .page-link:hover {
  background-color: transparent;
}
.pagination .page-item:first-child .page-link:before,
.pagination .page-item:last-child .page-link:after {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  background-image: url(../images/Chevron-Previous.png);
  height: 17px;
  width: 10px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination .page-item:last-child .page-link:after {
  left: auto;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.page-content .subpageBanner,
.page-content .homePage-Banner {
  position: relative;
}
.page-content .banner-box {
  position: absolute;
  bottom: 0;
  padding: 3.81vw 3.65vw;
  background-color: rgba(255, 255, 255, 0.83);
  border-radius: 65px 0 65px 0;
}
.page-content .banner-box-rad {
  border-radius: 87px 0 87px 0;
  padding: 2.71vw 3.65vw;
}
.page-content.subpage .breadcrumb {
  background-color: transparent;
}
.page-content.subpage .breadcrumb,
.page-content.subpage .breadcrumb a {
  font-size: 14px;
  color: #666666;
  font-family: 'GothamSSm-Medium_Web';
  margin-right: 5px;
  margin-left: 5px;
  padding: 0;
}
.page-content.subpage .breadcrumb a:first-child {
  margin-left: 0;
}
.page-content.subpage .breadcrumb a:last-child {
  color: #25215a;
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
  text-transform: capitalize;
}
.page-content.subpage .breadcrumb a.breadcrumb-nav.hasText:before {
  content: ">";
  position: absolute;
  left: -5px;
  top: -3px;
  color: #666666;
}
.page-content.subpage .breadcrumb a.breadcrumb-nav-v:before {
  content: ">";
  position: absolute;
  left: -5px;
  top: 1px;
  color: #666666;
}
.page-content.subpage .filters .dropdown .btn {
  background-color: #f37021;
  border-color: #f37021;
  border-radius: 24px;
  padding: 10px 15px;
}
.page-content.subpage .filters .dropdown .btn:focus {
  box-shadow: none;
}
.page-content.subpage .filters .dropdown .btn.dropdown-toggle::after {
  position: absolute;
  top: 35%;
  right: 20px;
  content: "";
  border: none;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 7px;
  height: 7px;
}
.page-content.subpage .filters .dropdown .btn span {
  color: #fff;
  font-size: 14px;
}
.page-content.subpage .filters .filters-dropdown {
  background-color: transparent;
  border-color: #f37021;
  border-width: 2px;
  border-radius: 24px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  margin-top: -13px;
  padding-top: 25px;
  padding-bottom: 0;
  overflow-x: hidden;
  height: 0;
}
.page-content.subpage .filters .filters-dropdown.show {
  height: auto;
  transform: translate3d(0px, 36px, 0px) !important;
}
.page-content.subpage .filters .filters-dropdown a {
  background-color: #fff;
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  padding: 10px 15px;
}
.page-content.subpage .filters .filters-dropdown .dropdown-divider {
  margin: 0;
}
.page-content.subpage .filters .filters-dropdown a:hover {
  background-color: #f0eff7;
}
.page-content.subpage .language-download-btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: #f37021;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  width: max-content;
}
.page-content.subpage .language-download-btn img {
  vertical-align: middle;
}
#lnkPrint{
  width: max-content;
}
.page-content.subpage .languages_drp_dwn {
  width: 36%;
}
.page-content.subpage .languages_drp_dwn .dropdown .btn {
  background-color: #fff;
  border-color: #f37021;
  border-radius: 24px;
  padding: 10px 15px;
  border-width: 2px;
}
.page-content.subpage .languages_drp_dwn .dropdown .btn:focus {
  box-shadow: none;
}
.page-content.subpage .languages_drp_dwn .dropdown .btn.dropdown-toggle::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 20px;
  content: "";
  border: none;
  border-left: 1px solid #f37021;
  border-top: 1px solid #f37021;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 7px;
  height: 7px;
  transition: all 0.5s linear;
}
.page-content.subpage .languages_drp_dwn .dropdown.show .btn.dropdown-toggle::after {
  content: "";
  top: 40%;
  border-left: 1px solid #f37021;
  border-top: 1px solid #f37021;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.5s linear;
}
.page-content.subpage .languages_drp_dwn .dropdown.show .btn.dropdown-toggle {
  border-width: 2px;
  border-bottom: 0;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-content.subpage .languages_drp_dwn .dropdown .btn span {
  color: #f37021;
  font-size: 12px;
}
.page-content.subpage .languages_drp_dwn .languages-dropdown {
  background-color: transparent;
  border-color: #f37021;
  border-width: 2px;
  border-radius: 24px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
  margin-top: -13px;
  padding-top: 15px;
  padding-bottom: 0;
  overflow-x: hidden;
  height: 0;
}
.page-content.subpage .languages_drp_dwn .languages-dropdown.show {
  height: auto;
  transform: translate3d(0px, 36px, 0px) !important;
}
.page-content.subpage .languages_drp_dwn .languages-dropdown a {
  background-color: #fff;
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  padding: 5px 15px;
  font-size: 12px;
  cursor: pointer;
}
.page-content.subpage .languages_drp_dwn .languages-dropdown a:hover {
  background-color: #f0eff7;
}
.page-content .banner-box h2,
.page-content .banner-box h1 {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 41px;
}
.page-content .banner-box h1 span {
  font-family: 'GothamSSm-Medium_Web';
}
.articlePage {
  overflow-x: hidden;
}
.page-content .video-callout-100Percent {
  max-width: 100% !important;
  height: 538px;
  position: relative;
}
a.link-ref,
a.ext-link-ref {
  color: #f37021;
  font-family: 'GothamSSm-Bold_Web' !important;
}
a.link-ref:hover {
  text-decoration: none;
  border-bottom: 1px solid #f37021;
  color: #f37021;
}
a.link-ref:focus {
  border-bottom: 1px solid #e85f0d;
  color: #e85f0d;
}
.articlePage .fixed-img {
  position: fixed;
  width: 50%;
}
.articlePage .fixed-img-mob {
  position: fixed;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 9;
  height: 620px;
  transition: all 0.3s 0.1s;
  background-size: 100% 90%;
  background-color: #fff;
}
.articlePage .fixed-img-mob.replaceImg {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 388px;
  transition: all 0.3s 0.1s;
  background-color: #fff;
  background-size: 100% 90%;
  top: 90px;
}
.articlePage .fixed-img-mob .breadcrumb {
  position: absolute;
  bottom: 0;
  padding-left: 2rem;
}
.articlePage p {
  color: #000;
  margin-bottom: 10px;
  width: 100%;
}
.articlePage .calendar-noevent {
  color: #666666 !important;
}
.twitter-page p {
  color: #666666;
}
.twitter-footer p {
  font-size: 13px;
  line-height: normal;
}
.hidden-page-header p {
  font-family: 'GothamSSm-Medium_Web';
  font-size: 18px;
  line-height: 25px;
  color: #00b4f0;
  margin: 10px 30px 20px 0;
}
.page-content .quotation:before {
  content: "";
  position: absolute;
  top: -44px;
  left: 0;
  width: 85px;
  height: 68px;
  background-size: 100%;
}
.page-content .quotation {
  color: #00b4f0;
  font-family: 'GothamSSm-Book_Web';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  position: relative;
  margin-top: 80px;
  margin-bottom: 50px;
}
.page-content .quotation .quotation-title {
  color: #25215a;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}
.page-content .quotation .blue-quote {
  color: #00b4f0;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 16px;
}
.page-content .quotation .quotation-title span {
  font-family: 'GothamSSm-Book_Web';
  display: inline;
}
.page-content .quotation span {
  font-size: 14px;
  display: block;
}
.page-content .quote-bg {
  margin-top: 80px;
  margin-bottom: 50px;
  background-color: rgba(0, 180, 240, 0.05);
  position: relative;
}
.page-content .quote {
  position: relative;
  padding: 45px 0 35px 0;
}
.page-content .quote-bg .quote .quote-txt:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 1%;
  width: 52px;
  height: 42px;
  background-size: 100%;
}
.page-content .quote-bg .quote-txt {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 0;
}
.page-content .quote-bg .quote-txt span {
  font-size: 14px;
  display: block;
  font-weight: 300;
  font-family: 'GothamSSm-Book_Web';
}
.page-content .quote-bg .btn-quote {
  position: absolute;
  right: 15%;
  bottom: -10px;
}

.page-content .quote-bg.quote-carousel .carousel-controls {
  position: relative;
  z-index: 1;
  float: right;
  height: 40px;
  width: 80%;
  opacity: 1;
}
.page-content .quote-bg.quote-carousel .carousel-controls .carousel-nav-btn {
  position: relative;
  z-index: 1;
  height: 40px;
  width: 35%;
  float: right;
}
.page-content .quote-bg.quote-carousel .carousel-controls a {
  border-radius: 19.5px;
  background-color: #f37123;
  width: 43%;
  opacity: 1;
}
.page-content .quote-bg.quote-carousel .carousel-controls .carousel-indicators {
  left: 0;
  right: auto;
  margin-left: 5%;
}
.page-content .quote-bg.quote-carousel .carousel-controls .carousel-indicators li {
  background-color: rgba(0, 180, 240, 0.22);
  height: 12px;
  border-radius: 50%;
  width: 12px;
}
.page-content .quote-bg.quote-carousel .carousel-controls .carousel-indicators li.active {
  background-color: #00b4f0;
}
.page-content .mpnTrackerTool .quote-bg .btn-quote {
  transform: translateX(50%);
  right: 50%;
  bottom: -10px;
}
.page-content .mpnTrackerTool .quote-bg {
  padding: 0 15px;
}
.page-content .accordionSection .quotation {
  margin-top: 0px;
  margin-bottom: 0px;
}
.page-content .accordionSection p.judges-title {
  color: #25215a;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
}
.page-content .accordionSection p.judges-title span {
  font-family: 'GothamSSm-Book_Web';
  font-weight: 300;
  display: block;
}

/*
.page-content .accordionSection .accordion-text .YT-video {
  width: 100%;
  height: 385px;
}
*/

.page-content .accordionSection .quotation:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 85px;
  height: 68px;
  background-size: 100%;
}
.page-content .accordionSection .accordion-btn {
  position: relative;
  text-align: center;
  margin: 20px 0;
  /* cursor: pointer; */
}
/* .cus-mpn-blog-mpn-disease-documentary .page-content .accordionSection .accordion-btn {
  cursor: auto;
} */
.page-content .accordionSection .accordion-btn:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #f37123;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.page-content .accordionSection .accordion-btn.collapsed .plus-icon {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.page-content .accordionSection .accordion-btn.collapsed .minus-icon {
  display: none;
  margin: 0 auto;
}
.page-content .accordionSection .accordion-btn .plus-icon {
  display: none;
}
.page-content .accordionSection .accordion-btn .minus-icon {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.page-content .accordionSection .accordion-text {
  padding-bottom: 50px;
}
.page-content .accordionSection.accordion-question .accordion-btn:after {
  content: "";
  background-color: transparent;
  height: 0;
}
.page-content .accordionSection .accordion-btn {
  text-align: left;
}
.page-content ul.disc-bullet {
  list-style-type: disc;
}
.page-content ul.circle-bullet {
  list-style-type: circle;
}
.page-content ul.custom-list li,
.page-content ul.custom-disc-list li,
.page-content ul.custom-tick-list li {
  font-size: 16px;
}
.page-content ul.custom-list,
.page-content ul.custom-disc-list,
.page-content ul.custom-tick-list {
  list-style: none;
  margin-left: 30px;
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.page-content ul.custom-list li {
  margin: 7px 0;
}
.page-content ul.custom-list li::before {
  content: "\2010";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page-content ul.custom-disc-list li {
  margin: 7px 0;
}
.page-content ul.custom-disc-list li::before {
  content: "\2022";
  color: #00b4f0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  float: left;
}
.page-content ul.custom-tick-list li {
  margin: 7px 0;
}
.page-content ul.custom-tick-list li::before {
  content: "\2713";
  color: #00b4f0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 5px;
}
.page-content ul.disc-bullet {
  list-style-type: disc;
}
.page-content ul.disc-bullet li:before {
  content: "";
}
.page-content ul.circle-bullet {
  list-style-type: circle;
}
.page-content ul.circle-bullet li:before {
  content: "";
}
.page-content .bullet-section {
  border: 3px solid rgba(0, 180, 240, 0.2);
}
.page-content .bullet-section ul li {
  margin-bottom: 10px;
}
.page-content .custom-increment {
  list-style: none;
  counter-reset: list-number;
}
.page-content .custom-increment > li {
  position: relative;
}
.page-content .custom-increment > li:before {
  counter-increment: list-number;
  content: counter(list-number)")";
  font-weight: bold;
  display: inline-block;
  width: 1.3em;
  height: 45px;
  margin-left: -1em;
  float: left;
}
.page-content .btn-read-article {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: -webkit-fill-available;
  width: max-content;
  color: #fff;
  cursor: pointer;
}
.articlePage .fixed-img.changePos {
  position: absolute;
  bottom: 0;
  width: 98.5%;
  z-index: 8;
  transition: bottom 0.5s ease-in-out, position 0.5s ease-in-out;
}

/*
.YT-video {
  height: 441px;
  width: 783px;
  margin: 0 auto;
}
.YT-video iframe {
  height: 100%;
  width: 100%;
}
*/

.nicescroll-rails {
  border-radius: 20px;
}
.nicescroll-cursors {
  width: 22px !important;
}
.transcript_section .accordion-btn p {
  color: #f37021;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.34px;
  line-height: 14px;
  display: inline-block;
  text-align: right;
}
.transcript_section .video-caption {
  color: #666666;
  font-family: 'GothamSSm-Book_Web';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.45px;
  line-height: 20px;
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.transcript_section {
  width: 783px;
  margin: 0 auto;
  text-align: right;
}
.video-transcript_section {
  width: 530px;
}
.transcript_section .transcript_collapse {
  height: 241px;
  border: 2px solid #25215a;
  background-color: rgba(37, 33, 90, 0.01);
  display: none;
}
.transcript_section .transcript-txt {
  text-align: left;
  padding: 15px 40px 15px 15px;
}
.transcript_section .transcript-txt p {
  color: #666666;
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.transcript_section .transcript-txt p strong {
  color: #25215a;
}
.transcript_section .transcript-btn {
  cursor: pointer;
}
.transcript_section .transcript-btn p {
  color: #f37021;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.34px;
  line-height: 14px;
}
.transcript_section .transcript-btn p img {
  width: 13px;
  height: 13px;
}
.transcript_section .transcript-btn p img.plus-icon {
  display: inline-block;
}
.transcript_section .transcript-btn p img.minus-icon {
  display: none;
}
.video-caption {
  color: #666666;
  font-family: 'GothamSSm-Book_Web';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.45px;
  line-height: 20px;
  text-align: center;
}
.nxt-prev p {
  color: #000000;
  font-family: 'GothamSSm-Book_Web';
  font-size: 21px;
  display: inline-block;
  letter-spacing: 0.59px;
  line-height: 25px;
  position: relative;
}
.nxt-prev p a {
  color: #000000;
  font-family: 'GothamSSm-Book_Web';
  font-size: 21px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}
.nxt-prev p a:hover {
  text-decoration: none;
  border-bottom: none;
}
.nxt-prev p a span {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
}
.nxt-prev p a:hover span {
  border-bottom: 2px solid #f37021;
}
.nxt-prev p.prev a:hover span {
  border-bottom: 2px solid #f37021;
}
.nxt-prev p.next a:hover span {
  border-bottom: 2px solid #f37021;
}
.nxt-prev p.prev a img {
  padding-bottom: 6px;
  margin-bottom: -7px;
  border-bottom: 2px solid #fff;
  padding-right: 5px;
}
.nxt-prev p.prev a span {
  margin-left: -7px;
}

.nxt-prev p a span {
  color: #f37021;
  font-weight: bold;
  font-family: 'GothamSSm-Bold_Web';
  display: initial;
  letter-spacing: 0.59px;
  line-height: 25px;
  position: relative;
  font-weight: normal;
}
.nxt-prev p.prev a:hover span {
  border-bottom: 2px solid #f37021;
}
.btm-callout {
  position: relative;
}
.btm-callout .right-col-call {
  position: relative;
}
.btm-callout p {
  color: #25215a;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
}
.btm-callout p.sml-btm-txt {
  font-family: 'GothamSSm-Book_Web';
  font-size: 14px;
}
.btm-callout p.sml-btm-txt span {
  font-weight: bold !important;
}
.btm-callout p.lrg-btm-txt {
  font-family: 'GothamSSm-Medium_Web';
  font-size: 16px;
}
.btm-callout .callout-btn {
  position: absolute;
  bottom: -30px;
  white-space: nowrap;
}
.page-content .nav-tabs.mpn-heros-tabs {
  border: 0;
}
.page-content .nav-tabs.mpn-heros-tabs .nav-item {
  position: relative;
}
.page-content .nav-tabs.mpn-heros-tabs .nav-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #666666;
  width: 1px;
  height: 70%;
}
.page-content .nav-tabs.mpn-heros-tabs .nav-item:last-child:after {
  content: "";
  border-left: 0px;
}
.page-content .nav-tabs.mpn-heros-tabs .nav-item .nav-link {
  color: #666666;
  font-family: 'GothamSSm-Book_Web';
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  border: none;
  padding-top: 0;
}
.page-content .mpn-heros-tabs .nav-item .nav-link.active {
  font-family: 'GothamSSm-Medium_Web';
  color: #f37021;
}
.twitter-page-top-border {
  background-color: #00b4f0;
  width: 100%;
  height: 15px;
  display: block;
}
/* ---- Site Map Page ---- */
/*  mainmenu ul  */
.site-map ul li a {
  color: #f37021;
  font-family: 'GothamSSm-Bold_Web' !important;
  font-size: 16px;
}
/*  submanu ul li  */
.site-map ul {
  list-style: none;
}
.site-map ul a {
  position: relative;
}
.site-map ul a:after {
  content: "";
  background-image: url("../images/TrackerToolsChevron.png");
  background-repeat: no-repeat;
  width: 6px;
  height: 9px;
  position: absolute;
  right: -15px;
  bottom: 5px;
}
.site-map ul ul li a {
  color: #25215a;
  font-family: 'GothamSSm-Medium_Web';
  font-size: 16px;
}
.site-map ul ul ul li a {
  color: #25215a;
  font-family: 'GothamSSm-Book_Web';
  font-size: 16px;
}
.site-map ul ul {
  margin-bottom: 20px;
}
.site-map ul ul li {
  margin: 5px;
  margin-left: 35px;
}
/* ---- Site Map Page CSS End---- */
.contact-us .quote-bg {
  margin-top: 40px;
  margin-bottom: 50px;
}
.contact-us-bg {
  background-color: #daf0ff;
}
.contact-us .quote-bg .quote-txt {
  font-size: 20px;
  line-height: 34px;
}
.contact-us-a {
  width: 283px;
  color: #25215a;
  font-family: GothamSSm-Book_Web;
  font-size: 27.84px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 32px;
}
.custom-table {
  border: 2.5px solid #00b4f0;
}
.custom-table .custom-table-head {
  border-bottom: 2.5px solid #00b4f0;
}
.custom-table .custom-table-head p {
  color: #00b4f0;
  font-family: "GothamSSm-Bold_Web";
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 21px;
  text-align: center;
}

.custom-table .bottom-col-table {
  border-bottom: 2.5px solid #00b4f0;
}
.custom-table .right-col-table {
  border-left: 2.5px solid #00b4f0;
}
.custom-table .border-left-blue {
  border-left: 2.5px solid #00b4f0;
}
.custom-table-left-col p {
  padding: 10px 0;
  padding-left: 9rem;
}
.custom-table .bg-light-blue {
  background-color: #E5F7FE;
}
.custom-table .right-col-table:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: 2.5px solid #00b4f0;
  height: 25px;
  width: 25px;
  border-bottom: 2.5px solid #00b4f0;
  left: -14px;
  background: #ffffff;
}
.custom-table .right-col-table-blue-bg:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-left: 2.5px solid #00b4f0;
  height: 25px;
  width: 25px;
  border-bottom: 2.5px solid #00b4f0;
  background: #E5F7FE;
  left: -14px;
}
.custom-table .right-col-table-blue-bg:after {
  /* content: "";  
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  left: -4px;
  background: #fff;
  border: 3px solid rgba(0, 180, 240, 0.07);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%; */
}
.callout-group {
  position: relative;
}
.callout-group .callout-group-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: rgba(0, 180, 240, 0.07);
}
.callout-group .card {
  height: 80%;
}
.callout-group .card .card-title {
  color: #25215a;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 21px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
}
.callout-group .card .sub-txt {
  color: #25215a;
  font-family: 'GothamSSm-Book_Web';
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}

.social-icon-list p {
  color: #25215a;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
.social-icon-list p a {
  color: #25215a;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
  text-decoration: none;
}
.articlePage .infographic_header {
  font-size: 16px;
  font-family: 'GothamSSm-Medium_Web';
  color: #25215a;
}
.txt-bold {
  font-weight: bold;
  font-family: 'GothamSSm-Bold_Web' !important;
}
.footerLogo {
  position: relative;
  margin-top: -50px;
  z-index: 99;
}
footer {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
}
footer .footer-nav {
  background-color: #25215a;
}
footer .footer-nav .footer-logo {
  margin-top: -50px;
}
footer p {
  color: #fff;
}
footer p.stay-txt {
  font-family: 'GothamSSm-Bold_Web';
}
footer .footer-head {
  font-family: 'GothamSSm-Bold_Web';
  font-size: 16px;
}
footer .footer-note {
  font-family: 'GothamSSm-Book_Web';
  font-size: 12px;
}
footer .footer-copy-section {
  background-color: #332e6e;
}
footer .footer-nav .copy-txt,
footer .footer-copy-section .copy-txt {
  color: #ffffff;
  font-family: 'GothamSSm-Book_Web';
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
  text-align: center;
}
footer .footer-copy-section .footer-list li {
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
}
footer .footer-copy-section .footer-list li:after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
footer .footer-copy-section .footer-list li:last-child:after {
  content: "";
}
footer .footer-copy-section .footer-list a {
  color: #ffffff;
  font-family: 'GothamSSm-Bold_Web';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 14px;
  text-align: right;
}
footer .twitterIcon {
  background-image: url(../images/Twitter-Icon-Footer.png);
  height: 59px;
  width: 58px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.5s 0.15s;
}
/*
footer .twitterIcon:hover {
  background-image: url(../images/Twitter-icon-footer-hover.png);
  height: 59px;
  width: 58px;
  transition: all 0.5s 0.15s;
}
*/
footer .fbIcon {
  background-image: url(../images/Facebook-Icon-Footer.png);
  height: 59px;
  width: 58px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.5s 0.15s;
}
/*
footer .fbIcon:hover {
  background-image: url(../images/Facebook-icon-footer-hover.png);
  height: 59px;
  width: 58px;
  transition: all 0.5s 0.15s;
}
*/
footer .YTIcon {
  background-image: url(../images/YouTube-Icon-Footer.png);
  height: 59px;
  width: 58px;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.5s 0.15s;
}
/*
footer .YTIcon:hover {
  background-image: url(../images/Youtube-icon-footer-hover.png);
  height: 59px;
  width: 58px;
  transition: all 0.5s 0.15s;
}
*/
#back2Top.not-fixed {
  position: absolute;
  bottom: 65px;
  top: auto;
}
.b_slider_main {
  width: 100%;
}
#b_slider_img1 {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  width: 50%;
  max-width: 100%;
}
#b_slider_img1.animate {
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
#b_slider_img2 {
  position: relative;
  top: 0;
  z-index: 09;
  max-width: 100%;
}
.b_slider-selection {
  background-image: none;
  box-shadow: none;
}
.b_slider-track {
  background-image: none;
  box-shadow: none;
  cursor: auto;
}
.b_slider-handle {
  cursor: pointer;
  background: url(../images/slider_arrows_2x.png) no-repeat;
  background-size: 100%;
  box-shadow: none;
  width: 80px;
  height: 80px;
  z-index: 1002;
}
.b_slider.b_slider-horizontal .b_slider-handle {
  margin-left: -40px;
}
.b_slider.b_slider-horizontal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 11;
  overflow: hidden;
  left: 0;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.b_slider.b_slider-horizontal.hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.b_slider.b_slider-horizontal .b_slider-track {
  top: 52%;
}
.b_slider.b_slider-horizontal .divider {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  border-left: 5px solid #25215a;
  margin-left: -2.5px;
}
.b_slider-handle.animate,
.b_slider.b_slider-horizontal .divider.animate {
  -webkit-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  background-color: #fff;
  color: #00b3e3;
  font-size: 16px;
  width: 145px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  cursor: default;
  z-index: 12;
  margin-top: -35px;
  font-family: Gotham-Bold;
  cursor: pointer;
}
.slide-arrow.greyed {
  color: grey;
}
.b_slider.b_slider-horizontal.hover .slide-arrow {
  opacity: 1;
}
.slide-arrow.left {
  left: 0;
}
.slide-arrow.right {
  right: 0;
}
/*REGISTER PAGE CSS START*/
.register p {
  color: #000;
}
.register input,
.register select {
  border: solid #666666 1px;
  border-radius: 1.35rem;
  padding: 15px 5px 10px 29px;
  height: 44px;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0 none !important;
  box-shadow: none !important;
}
.register label.placeholder {
  position: absolute;
  top: 0;
  left: 37px;
  font-size: 1rem;
  -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
  -o-transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out;
  transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  cursor: text;
  color: #666666;
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px;
  z-index: 100;
}
.register label.placeholder.active {
  font-style: normal;
  text-transform: uppercase;
  -webkit-transform: translateY(-14px) scale(0.7);
  -ms-transform: translateY(-14px) scale(0.7);
  transform: translateY(-14px) scale(0.7);
  top: -0.1em;
  left: 40px;
  background-color: #fff;
  color: #25215a;
  text-transform: uppercase;
}
/* CHECKBOX CSS - START */
.reg-question-checkbox [type="checkbox"]:not(:checked),
.reg-question-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.reg-question-checkbox [type="checkbox"]:not(:checked) + label,
.reg-question-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding: 2px 0 0 35px;
  cursor: pointer;
}
/* checkbox aspect */
.reg-question-checkbox [type="checkbox"]:not(:checked) + label:before,
.reg-question-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #959595;
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
/* checked mark aspect */
.reg-question-checkbox [type="checkbox"]:not(:checked) + label:after,
.reg-question-checkbox [type="checkbox"]:checked + label:after {
  content: '.';
  position: absolute;
  top: 8px;
  left: 4px;
  width: 28px;
  font-size: 20px;
  line-height: 0.8;
  color: #fff;
  transition: all .2s;
  font-family: 'GothamSSm-Bold_Web';
  font-weight: 900;
  background: url(../images/icn_checkmark_m.png) no-repeat top left;
  background-size: 18px 13px;
}
/* checked mark aspect changes */
.reg-question-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.reg-question-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* CHECKBOX CSS - END */
/* RADIO CSS - START */
.reg-question-rad tr {
  width: 50%;
}
.reg-question-rad [type="radio"]:checked + label,
.reg-question-rad [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 16px;
  color: #000000;
  padding-top: 6px;
}
.reg-question-rad [type="radio"]:checked + label:before,
.reg-question-rad [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #959595;
  border-radius: 100%;
  background: #ffffff;
}
.reg-question-rad [type="radio"]:checked + label:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #f37021;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.reg-question-rad [type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.reg-question-rad [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* RADIO CSS - END */
/* SELECT MENU CSS - START*/
.ui-selectmenu-button.ui-button {
  background-color: #fff;
  border-color: #000;
  border-radius: 1.35rem;
  box-shadow: none;
  outline: none;
  height: 44px;
  color: #666666;
}
.ui-selectmenu-button.ui-button:active {
  color: #666666;
}
.ui-selectmenu-button-open.ui-selectmenu-button.ui-button {
  border-color: #f37021;
  color: #f37021;
}
.ui-selectmenu-button-open.ui-selectmenu-button.ui-button:before {
  content: ' ';
  position: absolute;
  bottom: -1px;
  left: -1px;
  border-left: 1px solid #f37021;
  width: 10px;
  height: 15px;
}
.ui-selectmenu-button-open.ui-selectmenu-button.ui-button:after {
  content: ' ';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-right: 1px solid #f37021;
  width: 10px;
  height: 15px;
}
.ui-selectmenu-text {
  margin-top: 6px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
.ui-selectmenu-text.selected {
  color: #000;
}
.ui-selectmenu-menu .ui-menu {
  background: transparent;
  border: 1px solid #f37021;
  border-top: 0 none;
  border-bottom-left-radius: 1.35rem;
  border-bottom-right-radius: 1.35rem;
}
.ui-menu .ui-menu-item {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.ui-menu .ui-menu-item:last-child {
  background: #fff;
  border-bottom: 0 none;
}
.ui-menu .ui-menu-item-wrapper {
  font-weight: bold;
  font-size: 14px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background-color: #f0eff7;
  border: none;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.overflow {
  max-height: 230px;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar {
  width: 1em;
  background-color: #fff;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(243, 112, 33, 0.3);
  border-left: 1px solid rgb(243, 112, 33);
  border-bottom: 1px solid #f37021;
  border-top-left-radius: 1.35rem;
  border-bottom-right-radius: 1.35rem;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-track-piece {
  border-top-left-radius: 1.35rem;
  border-bottom-right-radius: 1.35rem;
  border-top-right-radius: 0rem !important;
  border-bottom-left-radius: 0rem !important;
}
.ui-selectmenu-menu .ui-menu::-webkit-scrollbar-thumb {
  background-color: #f37021;
  border-top-left-radius: 1.35rem;
  border-bottom-right-radius: 1.35rem;
}
.ui-menu .ui-menu-item-wrapper.ui-state-active {
  border: 1px solid #f0eff7;
  background: #f0eff7;
  color: #333333;
}
.inline-orange-bold {
  color: #f37021;
  font-weight: bold;
}
/* SELECT MENU CSS - END*/
.reg-question-title {
  display: block;
  font-weight: bold;
  font-size: 21px;
}
.validator {
  color: #ff0033;
}
.answer-div {
  padding-left: 55px;
}
.sub-question {
  display: block;
}
.error-message {
  padding-left: 25px;
  font-size: 12px;
  text-indent: 0;
}
.error-message[style*="inline"] {
  display: inline-block !Important;
}
.rd-Chk-Error {
  padding-left: 35px;
}
.rd-Chk-Error-0 {
  padding-left: 0px;
}
.form-control:focus {
  border-color: #f37021;
}
#captcha {
  margin-top: -24px;
  width: 304px;
  padding-left: 0;
}
.btnSubmit {
  display: inline-block;
}
/*REGISTER PAGE CSS END*/
/*CHAMPN PAGE CSS START*/
.vertically-middle {
  top: 50%;
  transform: translateY(-50%);
}
.login .vertically-middle {
  top: 33%;
}
.text-bold {
  font-weight: bold;
  font-family: 'GothamSSm-Bold_Web' !important;
}
.champn-text {
  font-family: 'GothamSSm-Bold_Web' !important;
  font-weight: bold;
}
p.blue,
span.blue,
strong.blue {
  color: #00b4f0;
}
span.purple {
  color: #25215a;
}
p.purple {
  color: #25215a;
}
span.orange {
  color: #f37021;
}
span.pink {
  color: #ff00c9;
}
/*CHAMPN PAGE CSS END*/
/*ABOUT VOICES OF MPN */
.mpn-callout-links {
  list-style: none;
}
.mpn-callout-links li {
  float: left;
  padding-left: 35px;
  margin-top: 10px;
}
.ul-list-style-none li {
  list-style: none;
}
.mpns-link a {
  color: #f37021;
  font-weight: bold;
}
.mpns-link .full-form {
  padding-left: 20px;
}
.video-text {
  width: 100%;
  text-align: center;
}
.video-text p {
  color: #f37021;
  font-weight: bold;
  margin-top: 10px;
}
.glossary .nxt-prev p a {
  font-size: 19px;
}
/* FAQs */
.faqs .menu-link li {
  display: inline-block;
  list-style: none;
  padding: 0 30px;
}
.faqs .menu-link a {
  color: #f37021;
  /* padding: 0 30px; */
  font-family: GothamSSm-Bold_Web;
  font-size: 14px;
}
.faqBtn p {
  cursor: pointer;
  width: auto;
}
.faqBtn.collapsed .faq-plus-icon {
  display: block;
  cursor: pointer;
}
.faqBtn .faq-plus-icon {
  display: none;
}
.faqBtn.collapsed .faq-minus-icon {
  display: none;
}
.faqBtn .faq-minus-icon {
  display: block;
  cursor: pointer;
}
.faqs .banner-box-rad {
  padding: 3.71vw 5.65vw;
}
/* sticky back to top */
#back2Top {
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 150px;
  right: 10%;
  text-align: center;
  text-decoration: none;
}
.articlePage h3 {
  font-weight: Bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: GothamSSm-Bold_Web !important;
}
ul.badge-btns {
  padding: 0;
  list-style: none;
  text-align: center;
}
.badge-btns li {
  display: inline-block;
  padding: 10px;
  width: 30%;
}
.badge-btns li a {
  display: block;
}
.mpn-tools-and-resources .social-icon-list img.d-md-block {
  padding: 0 40px;
}
.purple-list {
  padding-left: 15px;
}
.purple-list li {
  margin: 15px 0;
}
.purple-list li,
.purple-list li a {
  color: #25215a !important;
  font-weight: bold;
}
.purple-list li a.link-ref {
  color: #f37021 !important;
}
.purple-list li a.link-ref:focus {
  color: #e85f0d !important;
}
.blue-list {
  padding-left: 15px;
}
.blue-list li {
  margin: 15px 0;
}
.blue-list li,
.blue-list li a {
  color: #00b4f0 !important;
  font-weight: bold;
}
.blue-list li span {
  color: #212529 !important;
}
.blue-list li a.link-ref {
  color: #f37021 !important;
}
.blue-list li a.link-ref:focus {
  color: #e85f0d !important;
}
.disclaimer p {
  font-family: 'GothamSSm-Book_Web';
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
}
textarea {
  resize: none;
}
.nav-link:focus {
  outline: none;
}
/*flip card CSS start*/
.card-wrapper {
  display: inline-block;
  perspective: 1000px;
}
.card-wrapper .card {
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  background-color: #eefbff;
}
.card-wrapper .card .front,
.card-wrapper .card .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  border: none;
  background-color: #eefbff;
}
.card-wrapper .card .front {
  z-index: 2;
}
.card-wrapper .card .back,
.card-wrapper.flip-right .card .back {
  transform: rotateY(180deg);
}
.card-wrapper.active .card,
.card-wrapper.flip-right.active .card {
  transform: rotateY(180deg);
}
.card-wrapper.active .card .back {
  backface-visibility: visible;
  z-index: 3;
}
.card-wrapper.flip-left.active .card {
  transform: rotateY(-180deg);
}
.card-wrapper.flip-up .card .back {
  transform: rotateX(180deg);
}
.card-wrapper.flip-up.active .card {
  transform: rotateX(180deg);
}
.card-wrapper.flip-down .card .back {
  transform: rotateX(-180deg);
}
.card-wrapper.flip-down.active .card {
  transform: rotateX(-180deg);
}
.card-wrapper.flip-diagonal-right .card .back {
  transform: rotate3d(1, 1, 0, 180deg);
}
.card-wrapper.flip-diagonal-right.active .card {
  transform: rotate3d(1, 1, 0, 180deg);
}
.card-wrapper.flip-diagonal-left .card .back {
  transform: rotate3d(1, 1, 0, -180deg);
}
.card-wrapper.flip-diagonal-left.active .card {
  transform: rotate3d(1, 1, 0, -180deg);
}
.card-wrapper.flip-inverted-diagonal-right .card .back {
  transform: rotate3d(-1, 1, 0, 180deg);
}
.card-wrapper.flip-inverted-diagonal-right.active .card {
  transform: rotate3d(-1, 1, 0, 180deg);
}
.card-wrapper.flip-inverted-diagonal-left .card .back {
  transform: rotate3d(1, -1, 0, 180deg);
}
.card-wrapper.flip-inverted-diagonal-left.active .card {
  transform: rotate3d(1, -1, 0, 180deg);
}
/* DEMO */
.card-wrapper,
.card-wrapper .card {
  position: relative;
  border: none;
}
.card .front,
.card .back {
  display: flex;
  justify-content: center;
}
.card .front {
  color: #eefbff;
  background: #ffffff;
  font-weight: 700;
  font-size: 1rem;
}
.card .back {
  font-size: 1.5rem;
  color: #eefbff;
  background: #eefbff;
}
.carousel-inner {
  width: 90%;
  border: 2px solid #00b4f0;
  background-color: #eefbff;
  padding: 5% 5% 7%;
  margin: 0 auto;
}
.carousel-control-prev,
.carousel-control-next {
  top: 50%;
  bottom: auto;
  opacity: 1;
  width: 10%;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 42px;
  height: 42px;
}
.carousel-control-next-icon {
  background-image: url('../images/Arrow_Active_Right@2x.png');
}
.carousel-control-next:hover .carousel-control-next-icon,
.carousel-control-next:focus .carousel-control-next-icon {
  background-image: url('../images/Arrow_Active_Right@2x.png');
}
.carousel-control-next.last .carousel-control-next-icon {
  background-image: url('../images/Arrow_Inactive_Right@2x.png');
}
.carousel-control-prev-icon {
  background-image: url('../images/Arrow_Active_Left@2x.png');
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-prev:focus .carousel-control-prev-icon {
  background-image: url('../images/Arrow_Active_Left@2x.png');
}
.carousel-control-prev.first .carousel-control-prev-icon {
  background-image: url('../images/Arrow_Inactive_Left@2x.png');
}
.carousel-indicators {
  bottom: 15px;
  z-index: 8;
}
.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #f37123;
  border-radius: 50%;
  opacity: 1;
  transition: background-color 0.6s ease;
}
.carousel-indicators .active {
  background-color: #f37123;
}
.carousel-slider-img img {
  width: 100% !important;
}
/*flip card CSS end*/
@media(min-width:1400px) {
  .container {
    max-width: 1440px;
  }
  .custom-table .right-col-table-blue-bg:after {
    content: "";
  }
}
@media(max-width:1400px) {
  .landing-page .homePage-Banner .home-banner-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .video-transcript_section {
    width: 530px;
  }
  .landing-page .banner-home .head {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .landing-page .banner-home .sub-txt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .landing-page .banner-home .btn-read {
    bottom: 50px;
    left: 20%;
  }
}
@media (min-width: 992.98px) {
  .select-100-important + .ui-selectmenu-button.ui-button {
    width: 100% !important;
  }
}
/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
  .landing-page .banner-home .head {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .landing-page .banner-home .sub-txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .landing-page .banner-home .btn-read {
    bottom: 25px;
    left: 20%;
  }
  .shadow-mobile {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    height: 90px;
    background-color: #fff;
  }
  header {
    background-color: transparent;
  }
  /*added for iphone btn wrapping*/
  .page-content .btn-read-article {
    width: -webkit-fill-available;
    width: auto;
    white-space: pre;
  }
  .page-content .blog-callout .left-col {
    display: block;
  }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 45% !important;
    margin-left: 0;
  }
  .landing-page .banner-color {
    height: 85%;
  }
  .landing-page .banner-home .head {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .landing-page .banner-home .sub-txt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .landing-page .banner-home .btn-read {
    bottom: 20px;
  }
  .page-content .banner-box-rad {
    padding: 4.71vw 5.65vw;
  }
  .page-content .card .icon-pos {
    top: 42%;
  }
  .callout-group .callout-group-bg {
    height: 50%;
  }
  .callout-group .card {
    height: 85%;
  }
  .page-content .quote-bg .quote .quote-txt:before {
    left: 1%;
  }
  .video-transcript_section {
    width: 400px !important;
  }
}
@media (min-width: 992px) {
  .mx-minus-lg-5 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (max-width: 1138px) and (min-width:701px) and (orientation:portrait) {
  .custom-table .right-col-table:before {
    content: "";
  }
  .articlePage .fixed-img-mob {
    height: 620px !important;
    background-size: 100% 90% !important;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 398px !important;
    background-size: 100% 85% !important;
  }
  .video-transcript_section {
    width: 440px;
  }
  /* .page-content .video-callout {
    width: 100% !important;
    margin-left: auto !important;
  } */
}
@media (max-width: 700px) and (min-width:600px) and (orientation:portrait) {
  .articlePage .fixed-img-mob {
    height: 510px !important;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 328px !important;
  }
  .video-transcript_section {
    width: 440px;
  }
}
@media (max-width: 700px) and (min-width:600px) and (orientation:landscape) {
  .articlePage .fixed-img-mob {
    height: 560px !important;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 358px !important;
  }
}
@media (max-width: 1138px) and (min-width:712px) and (orientation:landscape) {
  .wid-30 {
    width: 30%;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 45%;
  }
}
@media (max-width: 1112px) and (min-width:834px) and (orientation:portrait) {
  .articlePage .fixed-img-mob {
    height: 680px !important;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 420px !important;
    background-size: 100% 85% !important;
  }
}
@media (max-width: 1112px) and (min-width:834px) and (orientation:landscape) {
  .video-transcript_section {
    width: 440px;
  }
}
@media (max-width: 1366px) and (min-width:1024px) and (orientation:portrait) {
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 41%;
  }
  .landing-page .banner-home .btn-read {
    bottom: 25px !important;
  }
  #back2Top {
    bottom: 20px;
  }
}
/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .landing-page .homePage-Banner .home-banner-box {
    position: absolute;
    bottom: auto;
    top: 2%;
    transform: translateY(0%);
  }
  header.VirtualHeader {
    height: 88px;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 100%;
    margin-left: 0;
    margin-top: 85%;
  }
  .cookie-policy > div {
    width: 90%;
    text-align: center;
    padding: 8px 0;
  }
  .cookie-policy span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .cookie-policy span:first-child {
    margin-bottom: 40px;
    text-align: left;
    padding-right: 0;
  }
  .landing-page .banner-color {
    height: 100%;
  }
  .landing-page .banner-home .head {
    font-size: 21px;
  }
  .landing-page .banner-home .sub-txt {
    font-size: 16px;
  }
  .landing-page .banner-home .btn-read {
    left: 35%;
    bottom: -15px;
  }
  .page-content .banner-box {
    padding: 36px 50px;
    border-radius: 50px 0 50px 0;
  }
  .page-content .card .icon-pos {
    top: 28%;
  }
  .page-content .heading {
    font-size: 32px;
  }
  .mainContainer {
    padding-bottom: 0;
  }
  .footerLogo {
    margin-top: 0;
  }
  footer {
    position: relative;
    bottom: auto;
    z-index: 99;
    width: 100%;
  }
  footer .footer-head {
    text-align: center;
  }
  footer .footer-note {
    text-align: center;
  }
  .page-content .video-callout-100Percent {
    height: 420px;
  }
  .page-content .quote:before {
    content: "";
    left: 0%;
  }
  .page-content .quote {
    padding: 55px 0;
  }
  .page-content .quote .btn-quote {
    right: 16%;
  }

  /*
  .YT-video {
    height: 392px;
    width: 700px;
    margin: 0 auto;
  }
  */

  .transcript_section {
    width: 700px;
  }
  .transcript_section .video-caption {
    width: 100%;
  }
  .btm-callout .callout-btn {
    position: relative;
    bottom: auto;
    left: auto;
  }
  .page-content.subpage .languages_drp_dwn {
    width: 23%;
  }
  .custom-table .right-col-table:before {
    content: "";
    left: -3.9%;
  }
  .custom-table-left-col p {
    padding-left: 4.5rem;
  }
  .callout-group .callout-group-bg {
    height: 100%;
  }
  .callout-group .card {
    height: 90%;
  }
  .btm-callout .right-col-call {
    margin-top: 30px;
  }
  .btm-callout p.sml-btm-txt {
    margin-bottom: 30px !important;
  }
  /* sticky back to top */
  #back2Top {
    bottom: 20px;
  }
  #glback2Top {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
  }
  .page-content .quote-bg.quote-carousel .carousel-controls {
    height: 100px;
    margin-top: 30px;
  }
  .page-content .quote-bg.quote-carousel .carousel-controls .carousel-indicators {
    top: 0;
    width: 100%;
    margin: 0 auto;
    height: 30px;
  }
  .page-content .quote-bg.quote-carousel .carousel-controls .carousel-nav-btn {
    width: 50%;
    float: none;
    margin-top: 30px;
    margin: 50px auto;
  }
  .page-content .quote-bg .quote .quote-txt:before {
    left: 1%;
  }
  .page-content .quote-bg {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  /*added for iphone btn wrapping*/
  .page-content .btn-read-article {
    width: -webkit-fill-available;
    width: auto;
    white-space: pre;
  }
  .nxt-prev p a {
    font-size: 20px;
  }
  .articlePage .fixed-img-mob {
    height: 800px;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 490px;
  }
  .articlePage .moveUp .breadcrumb {
    position: fixed;
    top: 90px;
    background: white;
    bottom: auto;
    margin: 0;
    border-radius: 0;
    border: 0 none;
    width: 100%;
    padding: 10px 2.3rem;
  }
}
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .landing-page .banner-home .btn-read {
    bottom: -60px;
  }
}
/*iPhone X L Mode*/
@media (min-width: 810px) and (max-width: 819px) {
  .nxt-prev p a {
    font-size: 20px;
  }
}
/*iPhone 11 L Mode*/
@media (min-width: 820px) and (max-width: 835px) {
  #captcha {
    padding-left: 0;
  }
  .nxt-prev p a {
    font-size: 20px;
  }
}
/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  header.VirtualHeader {
    height: 78px;
  }
  .landing-page .homePage-Banner .home-banner-box {
    transform: translateY(0%);
    bottom: 4%;
    top: auto;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 100%;
    padding: 30px 20px 45px 20px;
    margin-top: 20px;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner-mob {
    text-align: center;
  }
  .landing-page .homePage-Banner .home-banner-box .eyebrotxt {
    width: 100%;
  }
  .landing-page .homePage-Banner .home-banner-box .callout-divider-line {
    width: 75%;
  }
  .landing-page .homePage-Banner .home-banner-box .header-sml {
    font-size: 23px;
  }
  .landing-page .homePage-Banner .home-banner-box .header-lrg {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .landing-page .banner-home .btn-read {
    position: relative;
    left: 0;
    margin-bottom: -20px;
  }
  .landing-page .banner-home .btn-read a {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-content .heading {
    font-size: 32px;
    line-height: normal;
  }
  .page-content .blog-callout {
    display: block;
  }
  .page-content .blog-callout .left-col {
    width: 100%;
  }
  .page-content .blog-callout .right-col {
    width: 100%;
    padding-top: 15px;
  }
  .page-content .banner-box {
    border-radius: 54px 0 54px 0;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 26px 19px;
  }
  .cus-polycythemia-vera-causes .page-content .banner-box { 
    width: 90%;
  }

  .page-content .banner-box.banner-100 {
    width: 100%;
  }
  .page-content .banner-box h2 {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
  }
  .page-content .banner-box h1 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  footer .footer-copy-section .footer-list {
    display: block !important;
  }
  footer .footer-copy-section .footer-list li:after {
    content: "";
  }
  .pagination .page-item .page-link {
    font-size: 13.89px;
  }
  .articlePage .fixed-img-mob {
    height: 340px;
    background-size: 100% 80%;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 205px;
    background-size: 100% 80%;
  }
  .mattjosh-article.articlePage .fixed-img-mob.replaceImg {
    height: 208px;
    background-size: 100% 80%;
  }
  .articlePage .rep-compImg-mob.replaceImg {
    height: 205px;
    background-size: 100% 80%;
  }
  .articlePage .fixed-img-mob.moveUp {
    top: -12%;
    background: white;
  }
  .page-content .video-callout-100Percent {
    height: 360px;
  }
  .offramp-modal .modal-content {
    padding: 40px 10px 20px 20px;
  }
  .page-content .quote .btn-quote {
    right: 6%;
  }
  /*
  .YT-video {
    height: 201px;
    width: 390px;
    margin: 0 auto;
    position: relative;
    margin-left: -15px;
  }
  .cus-myelofibrosis-diagnosis .YT-video,
  .cus-myelofibrosis-information .YT-video,
  .cus-events-calendar .YT-video {
    margin-left: 0;
  }
  .YT-video iframe {
    position: absolute;
    position: absolute;
    left: -15px;
  }
  .page-content .accordionSection .accordion-text .YT-video {
    height: 201px;
    width: 375px;
  }
  .cus-meet-mpn-heroes .page-content .accordionSection .accordion-text .YT-video {
    width: 390px;
  }
  */

  .transcript_section {
    width: 100%;
  }
  .video-transcript_section {
    width: 325px;
  }
  .page-content.subpage .languages_drp_dwn {
    width: 50%;
  }
  .custom-table-left-col p {
    padding-left: 1.5rem;
  }
  .custom-table .right-col-table:before {
    /* content: "";
    left: -8%; */
  }
  .custom-table .custom-table-head p {
    font-size: 16px;
  }

  /* .cus-mpn-blog-effective-doctor-patient-communication .page-content .video-callout,
  .cus-mpn-blog-louise-and-laurie-living-with-an-mpn .page-content .video-callout {
    height: 215px;
  } */
  .callout-group .callout-group-bg,
  .cus-mpn-community .callout-group .callout-group-bg  {
    height: 100%;
  }
  .callout-group .card {
    height: 90%;
  }
  .faqs .menu-link a {
    font-size: 13px;
  }
  .select-100 + .ui-selectmenu-button.ui-button {
    width: 100% !important;
  }
  .g-recaptcha > div {
    margin: 0 auto;
    width: 100% !important;
  }
  .text-m-center {
    text-align: center !important;
  }
  .pr-m-55 {
    padding-right: 55px;
  }
  /* sticky back to top */
  #back2Top {
    right: 20px;
    width: 50px;
    text-align: center;
  }
  #glback2Top {
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    text-align: center;
  }
  .subhead-twitter {
    font-size: 25px;
    line-height: 29px;
    margin: 0 0 35px 0;
  }
  .hidden-page-header p {
    margin: 10px 10px 8px 10px !important;
    line-height: 25px !important;
    letter-spacing: -0.18px !important;
  }
  .w-m-30 {
    width: 30%;
  }
  .page-content .quote-bg .quote-txt.small strong {
    font-size: 16px;
  }
  .page-content .quote-bg .btn-quote.horizontal-m-middle {
    right: 10%;
  }
  .page-content .mpnTrackerTool .quote-bg .btn-quote {
    transform: none;
    right: 23%;
  }
  .font-m-12 {
    font-size: 12px;
  }
  .pl-m-15 {
    padding-left: 15px;
  }
  .page-content .quote-bg .btn-quote {
    right: auto;
    width: 100%;
  }
  .cus-myelofibrosis-support .page-content .quote-bg .btn-quote {
    margin-left: -15px;
  }
  .cus-mpn-community-information-advocacy .page-content .quote-bg .btn-quote {
    width: 100%;
    margin-left: -15px;
  }
  .cus-myeloproliferative-neoplasms .page-content .quote-bg .btn-quote {
    right: auto;
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
  }
  .btn-quote a {
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 50%);
    top: 50%;
  }
  .ui-selectmenu-menu .ui-menu {
    max-width: 345px;
  }
  .offramp-modal .modal-header .close-btn-offramp {
    right: -8px;
    top: -8px;
  }
  .page-content .quote-bg .quote .quote-txt:before {
    left: 5%;
  }
  .faqs .menu-link li {
    display: block;
  }
  #captcha {
    margin: -24px auto 0;
  }
  .nxt-prev p a {
    font-size: 20px;
  }
  .carousel-inner {
    width: 85%;
    padding: 5% 7% 15%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 15%;
  }

  .page-content ul.custom-disc-list.blog-list {
    margin-left: 15px;
  }

}
/*For landscape phones*/
@media(max-width:992px) and (orientation:landscape) {
  .articlePage .fixed-img-mob {
    position: relative;
  }
  .articlePage .fixed-img-mob.replaceImg {
    height: 420px !important;
  }
  .mob-article {
    position: relative;
    margin-top: 85px !important;
  }
}
@media (max-width: 896px) and (min-width:414px) and (orientation:landscape) {
  .articlePage .fixed-img-mob.replaceImg {
    height: 440px !important;
  }
  .landing-page .homePage-Banner .home-banner-box {
    bottom: 26%;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 35%;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner .btn-orange {
    font-size: 12px;
  }
  .landing-page .homePage-Banner .home-banner-box .callout-divider-line {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .landing-page .homePage-Banner .home-banner-box .eyebrotxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
  }
  .landing-page .homePage-Banner .home-banner-box .header-lrg {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
  }
  .landing-page .banner-home .btn-read {
    left: 35%;
    bottom: -60px;
  }
}
@media (max-width: 812px) and (min-width: 375px) and (orientation: portrait) {
  .landing-page .homePage-Banner .ml-bome-box {
    bottom: 20%;
  }
}
@media (max-width: 812px) and (min-width:375px) and (orientation:landscape) {
  .wid-70 {
    width: 70%;
  }
  .frontpage .wid-70 {
    width: 60%;
  }
  .landing-page .homePage-Banner .home-banner-box {
    bottom: 7%;
  }
  .landing-page .banner-home .sub-txt {
    margin-bottom: 20px;
  }
  /* .page-content .homePage-Banner {
    height: 285px !important;
  } */
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 37%;
    padding: 25px;
    text-align: center;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner .btn-orange {
    font-size: 12px;
  }
  .landing-page .homePage-Banner .home-banner-box .callout-divider-line {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .landing-page .homePage-Banner .home-banner-box .eyebrotxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
  }
  .landing-page .homePage-Banner .home-banner-box .header-lrg {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 25px;
  }
  .landing-page .banner-home .btn-read {
    left: 35%;
    bottom: -60px;
  }
}
@media (max-width: 736px) and (min-width:375px) and (orientation:landscape) {
  .landing-page .homePage-Banner .home-banner-box {
    bottom: 2%;
  }
  /* .page-content .homePage-Banner {
    height: 260px !important;
  } */
  .landing-page .homePage-Banner .home-banner-box .inside-banner {
    width: 40%;
    padding: 25px 10px;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner .btn-orange {
    font-size: 12px;
  }
  .landing-page .homePage-Banner .home-banner-box .callout-divider-line {
    margin-bottom: 14px;
    margin-top: 14px;
  }
  .landing-page .homePage-Banner .home-banner-box .eyebrotxt {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
  }
  .landing-page .homePage-Banner .home-banner-box .header-lrg {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
  }
  .landing-page .banner-home .btn-read {
    left: 0%;
    bottom: -20px;
  }
}

@media (max-width: 242px) and (orientation:portrait) {
  .btn-txt-10 {
    font-size: 10px !important;
  }
}
@media (max-width: 337px) and (orientation:portrait) {
  .btn-orange {
    font-size: 12px;
  }
}
@media (max-width: 375px) and (min-width:338px) and (orientation:portrait) {
  .btn-orange {
    font-size: 16px;
  }
}
/* iPhone X  */
@media (max-width: 812px) and (min-width:375px) and (orientation:landscape) {
  .landing-page .homePage-Banner .ml-bome-box {
    top: 2%;
  }
  .page-content .ml-box {
    border-radius: 50px 0 55px 0 !important;
  }
  .landing-page .homePage-Banner .ml-bome-box .inside-banner {
    width: 49% !important;
    padding: 10px 10px 22px 15px;
    margin-top: -17%;
  }
  .landing-page .homePage-Banner .home-banner-box .inside-banner img.wid-40 {
    width: 30% !important;
  }
  .ml-bome-box .ml-box h1 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 30px;
    text-align: center !important;
  }
}
/* iPhone 6/7/8  */
@media (max-width: 667px) and (min-width:375px) and (orientation:landscape) {
  .landing-page .homePage-Banner .ml-bome-box {
    bottom: 12%;
    top: 3%;
  }
}
/* iPhone 6/7/8 - Plus  */
@media (max-width: 736px) and (min-width:414px) and (orientation:landscape) {
  .landing-page .homePage-Banner .ml-bome-box {
    bottom: 5%;
  }
  .page-content .ml-box {
    border-radius: 50px 0 55px 0 !important;
  }
  .landing-page .homePage-Banner .ml-bome-box .inside-banner {
    width: 40%;
    padding: 10px 10px 22px 15px;
    margin-top: -16.5%;
  }
  .ml-bome-box .ml-box h1 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 22px !important;
  }
}
/*  Landscape iPad mini 2, iPad Air and iPad Air 2  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mainContainer {
    margin-top: 90px !important;
  }
}
/*  Landscape iPad Pro  */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .mainContainer {
    margin-top: 90px !important;
  }
}
/*  landscape Samsung Galaxy Tab 10.1  */
@media (min-device-width: 800px) and (max-device-width: 1280px) and (orientation: landscape) {
  .mainContainer {
    margin-top: 90px !important;
  }
}
@media (min-width: 1366px) {
  .cus-mpn-blog-finding-mpn-specialist-aimees-story .video-transcript_section,
  .cus-mpn-blog-tracking-my-pv-karens-story .video-transcript_section {
    width: 100% !important;
  }
}
