/*

* Table of Contents
* 1. Homepage Banner
* 2. Homepage Secondary Nav
* 3. Homepage Featured Posts
* 4. Homepage Categories Sections
* 5. Inner Post Page Categories Sections
* 6. Mavericks Homepage
* 6.1. Mavericks Inner Page - Amendments
* 7. MasterClass Course Page
* 8. MasterClass Quiz Page
* 9. PPC Webinar Page
* 10. Webinar Thanking Page
* 11. Webinar Replay Thanking Page
* 12. Small Agencies Page
* 13. Demo Registration Page

** @Animations

*/
.bgWhite {
  background: #fff !important;
}

.bgGrey {
  background: #f8f9fb !important;
}

.formWrap {
  position: relative;
}
.formWrap .formError,
.formWrap .formSuccess {
  padding: 5px;
  color: red;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: calc(100% + 15px);
  display: none;
}
.formWrap .formSuccess {
  color: #e7c607;
}

/* @Section 1. Homepage Banner */
.shapeCircle {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  top: 10%;
  left: 0;
  z-index: -1;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(254, 177, 85, 0.5) 0%, rgba(251, 216, 8, 0.5) 100%);
}
.shapeCircle.right {
  left: auto;
  transform: translateX(50%);
  right: 0;
}

.shapeTriangle {
  position: absolute;
  right: 0;
  transform: translateX(50%);
  z-index: -1;
}
.shapeTriangle.left {
  right: auto;
  left: 0;
  transform: translateX(-50%);
}

.shapeSquare {
  position: absolute;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.shapeSquare.right {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.rsrcHmpgBnrSec {
  position: relative;
  padding: 240px 0 140px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
  flex: 1;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt.text-left {
  text-align: left;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt .preHdng {
  font-weight: 400;
  font-size: 24px;
  color: #2f39bf;
  margin: 0 0 10px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
  font-weight: 900;
  font-size: 56px;
  color: #0e134f;
  margin: 0 0 15px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt p {
  font-weight: normal;
  font-size: 20px;
  color: #42526e;
  margin: 0;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt a.btn {
  margin-top: 30px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt a.icon-cta {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 30px auto;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt a.icon-cta i {
  margin-right: 10px;
  max-height: 20px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .webBnrTxt h4 {
  color: #42526E;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
  margin: 0;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .webBnrTxt .keyLists {
  margin: 0 0 40px;
  list-style: none;
  padding: 0;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .webBnrTxt .keyLists li {
  font-size: 18px;
  color: #42526E;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .webBnrTxt .keyLists li:last-child {
  margin: 0;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .webBnrTxt .keyLists li:before {
  content: "\f00c";
  color: #2F39BF;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
  padding-left: 100px;
  flex: 1;
  text-align: right;
}
.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrImg img {
  display: inline-block;
}
.rsrcHmpgBnrSec.inrPage:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(66, 82, 110, 0.2);
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 0 auto;
}
.rsrcHmpgBnrSec.inrPage.case-studies::after {
  display: none;
}
.rsrcHmpgBnrSec.inrPage .rsrcHmpgBnrTxt h1 {
  font-size: 44px;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap {
  flex-direction: row-reverse;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
  text-align: center;
  padding: 0;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
  padding-left: 100px;
  position: relative;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg + .rsrcHmpgBnrTxt {
  text-align: left;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg::before {
  position: absolute;
  content: "";
  left: 50px;
  right: -50px;
  top: -50px;
  bottom: -50px;
  background: url(../../img/mavericks/post-webinar-video-back.png) no-repeat center;
  background-size: cover;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg .embed-responsive {
  border-radius: 10px;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.hide + .rsrcHmpgBnrTxt {
  text-align: center;
}
.rsrcHmpgBnrSec.ppcWebinar .rsrcHmpgBnrWrap {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
.rsrcHmpgBnrSec.ppcWebinar .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
  margin: 50px 0 70px;
  padding: 0px 60px;
}
.rsrcHmpgBnrSec.ppcWebinar .rsrcHmpgBnrWrap .rsrcHmpgBnrImg::before {
  left: 0px;
  right: 40px;
  top: -70px;
  bottom: -20px;
}
.rsrcHmpgBnrSec.courseInner {
  padding: 80px 0 60px;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap {
  align-items: initial;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
  text-align: left;
  margin: 0;
  padding-right: 100px;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap {
  margin-top: 20px;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap .socialShare {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap .socialShare li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap .socialShare li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9ca5b3;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap .socialShare li a i {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap .socialShare li a:hover {
  background-color: #2f39bf;
}

.eBookThanksPg {
  padding: 60px 0 90px;
}
.eBookThanksPg .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
  font-size: 40px;
}
.eBookThanksPg .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt .preHdng {
  font-size: 20px;
}

/* @Section 2. Homepage Secondary Nav */
.rsrcHmpgSecondaryNavSecWrap {
  min-height: 60px;
}

.rsrcHmpgSecondaryNavSec,
.rsrcInrPageTopInfoSec {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}
.rsrcHmpgSecondaryNavSec .ResourcesList,
.rsrcHmpgSecondaryNavSec .infoList,
.rsrcInrPageTopInfoSec .ResourcesList,
.rsrcInrPageTopInfoSec .infoList {
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  align-items: center;
}
.rsrcHmpgSecondaryNavSec .ResourcesList *,
.rsrcHmpgSecondaryNavSec .infoList *,
.rsrcInrPageTopInfoSec .ResourcesList *,
.rsrcInrPageTopInfoSec .infoList * {
  transition: all 0.3s ease-in-out;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li,
.rsrcHmpgSecondaryNavSec .infoList > li,
.rsrcInrPageTopInfoSec .ResourcesList > li,
.rsrcInrPageTopInfoSec .infoList > li {
  flex: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  color: #42526e;
  border-left: 0.5px solid rgba(66, 82, 110, 0.34);
  position: relative;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li:first-child,
.rsrcHmpgSecondaryNavSec .infoList > li:first-child,
.rsrcInrPageTopInfoSec .ResourcesList > li:first-child,
.rsrcInrPageTopInfoSec .infoList > li:first-child {
  border: 0;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li i,
.rsrcHmpgSecondaryNavSec .infoList > li i,
.rsrcInrPageTopInfoSec .ResourcesList > li i,
.rsrcInrPageTopInfoSec .infoList > li i {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.allResources,
.rsrcHmpgSecondaryNavSec .infoList > li.allResources,
.rsrcInrPageTopInfoSec .ResourcesList > li.allResources,
.rsrcInrPageTopInfoSec .infoList > li.allResources {
  flex: 0.5;
  justify-content: left;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.allResources a,
.rsrcHmpgSecondaryNavSec .infoList > li.allResources a,
.rsrcInrPageTopInfoSec .ResourcesList > li.allResources a,
.rsrcInrPageTopInfoSec .infoList > li.allResources a {
  font-weight: 500;
  font-size: 16px;
  color: #42526e;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.topics .selectionCount,
.rsrcHmpgSecondaryNavSec .infoList > li.topics .selectionCount,
.rsrcInrPageTopInfoSec .ResourcesList > li.topics .selectionCount,
.rsrcInrPageTopInfoSec .infoList > li.topics .selectionCount {
  color: #feb155;
  background-color: rgba(254, 177, 85, 0.2);
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.industry .selectionCount,
.rsrcHmpgSecondaryNavSec .infoList > li.industry .selectionCount,
.rsrcInrPageTopInfoSec .ResourcesList > li.industry .selectionCount,
.rsrcInrPageTopInfoSec .infoList > li.industry .selectionCount {
  color: #39dcb1;
  background-color: rgba(57, 220, 177, 0.2);
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-toggle,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-toggle,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-toggle,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-toggle {
  padding: 0;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  color: #42526e;
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  padding-right: 25px;
  position: relative;
  text-transform: capitalize;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-toggle[aria-expanded=true] i.fa,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-toggle[aria-expanded=true] i.fa,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-toggle[aria-expanded=true] i.fa,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-toggle[aria-expanded=true] i.fa {
  transform: rotate(180deg);
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-toggle i.fa,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-toggle i.fa,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-toggle i.fa,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-toggle i.fa {
  color: rgba(66, 82, 110, 0.5);
  font-size: 18px;
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-toggle .selectionCount,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-toggle .selectionCount,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-toggle .selectionCount,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-toggle .selectionCount {
  font-size: 14px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.filter,
.rsrcHmpgSecondaryNavSec .infoList > li.filter,
.rsrcInrPageTopInfoSec .ResourcesList > li.filter,
.rsrcInrPageTopInfoSec .infoList > li.filter {
  flex: 0.5;
  border: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.filter button:not(.cleafFilters),
.rsrcHmpgSecondaryNavSec .infoList > li.filter button:not(.cleafFilters),
.rsrcInrPageTopInfoSec .ResourcesList > li.filter button:not(.cleafFilters),
.rsrcInrPageTopInfoSec .infoList > li.filter button:not(.cleafFilters) {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 4px !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.filter .cleafFilters,
.rsrcHmpgSecondaryNavSec .infoList > li.filter .cleafFilters,
.rsrcInrPageTopInfoSec .ResourcesList > li.filter .cleafFilters,
.rsrcInrPageTopInfoSec .infoList > li.filter .cleafFilters {
  font-weight: 400;
  box-shadow: none !important;
  text-decoration-line: underline;
  outline: none !important;
  color: #42526e;
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  margin-left: 20px;
  font-size: 16px;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li.filter .cleafFilters[disabled],
.rsrcHmpgSecondaryNavSec .infoList > li.filter .cleafFilters[disabled],
.rsrcInrPageTopInfoSec .ResourcesList > li.filter .cleafFilters[disabled],
.rsrcInrPageTopInfoSec .infoList > li.filter .cleafFilters[disabled] {
  opacity: 0.5;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown,
.rsrcInrPageTopInfoSec .infoList > li .dropdown {
  position: initial;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  min-width: 230px;
  padding: 30px 40px;
  border: 0 !important;
  left: 0;
  right: 0;
  top: 130%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox {
  padding: 4px 0;
  margin: 0 0 5px;
  padding-left: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #42526e;
  position: relative;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox input,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox input,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox input,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox input {
  margin-left: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox:hover,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox:hover,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox:hover,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox:hover {
  background-color: transparent;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox .checkmark,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox .checkmark,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox .checkmark,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 18px;
  background-color: transparent;
  border: 1px solid rgba(66, 82, 110, 0.4);
  box-sizing: border-box;
  border-radius: 4px;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox .checkmark:after,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox .checkmark:after,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox .checkmark:after,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox input:checked ~ .checkmark,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox input:checked ~ .checkmark,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox input:checked ~ .checkmark,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox input:checked ~ .checkmark {
  background-color: #2f39bf;
  border-color: #2f39bf;
}
.rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu .checkbox input:checked ~ .checkmark:after,
.rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu .checkbox input:checked ~ .checkmark:after,
.rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu .checkbox input:checked ~ .checkmark:after,
.rsrcInrPageTopInfoSec .infoList > li .dropdown-menu .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.rsrcHmpgSecondaryNavSec.fixNavigation,
.rsrcInrPageTopInfoSec.fixNavigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.rsrcHmpgSecondaryNavSec .infoList li,
.rsrcInrPageTopInfoSec .infoList li {
  cursor: auto;
  text-align: left;
}
.rsrcHmpgSecondaryNavSec .infoList li i,
.rsrcInrPageTopInfoSec .infoList li i {
  max-width: 100%;
  max-height: 100%;
}
.rsrcHmpgSecondaryNavSec .infoList li .info,
.rsrcInrPageTopInfoSec .infoList li .info {
  padding-left: 10px;
}
.rsrcHmpgSecondaryNavSec .infoList li .info .name,
.rsrcInrPageTopInfoSec .infoList li .info .name {
  font-weight: 400;
  font-size: 14px;
  color: #42526e;
  margin: 0;
}
.rsrcHmpgSecondaryNavSec .infoList li .info .value,
.rsrcInrPageTopInfoSec .infoList li .info .value {
  font-weight: 700;
  font-size: 16px;
  color: #0e134f;
}
.rsrcHmpgSecondaryNavSec.podcastsNav .ResourcesList li,
.rsrcInrPageTopInfoSec.podcastsNav .ResourcesList li {
  opacity: 0.7;
}
.rsrcHmpgSecondaryNavSec.podcastsNav .ResourcesList li a,
.rsrcInrPageTopInfoSec.podcastsNav .ResourcesList li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  outline: none !important;
}
.rsrcHmpgSecondaryNavSec.podcastsNav .ResourcesList li a i,
.rsrcInrPageTopInfoSec.podcastsNav .ResourcesList li a i {
  vertical-align: middle;
}
.rsrcHmpgSecondaryNavSec.podcastsNav .ResourcesList li.active, .rsrcHmpgSecondaryNavSec.podcastsNav .ResourcesList li.allResources,
.rsrcInrPageTopInfoSec.podcastsNav .ResourcesList li.active,
.rsrcInrPageTopInfoSec.podcastsNav .ResourcesList li.allResources {
  opacity: 1;
}

.searchResultSec {
  padding: 20px 0 10px;
  display: none;
  margin-bottom: -80px;
}
.searchResultSec .searchResultWrap {
  font-weight: 400;
  font-size: 18px;
  color: #848597;
}
.searchResultSec .searchResultWrap * {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.searchResultSec .searchResultWrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.searchResultSec .searchResultWrap ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-right: 4px;
  margin-right: 4px;
  position: relative;
}
.searchResultSec .searchResultWrap ul li::before {
  position: absolute;
  content: ",";
  right: 0;
}
.searchResultSec .searchResultWrap ul li:last-child::before {
  display: none;
}

.seperator .line {
  height: 1px;
  background: rgba(66, 82, 110, 0.2);
  border-radius: 50%;
}

/* @Section 3. Homepage Featured Posts */
.rsrcHmpgFtrdSec {
  padding: 120px 0;
  position: relative;
}
.rsrcHmpgFtrdSec::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(66, 82, 110, 0.2);
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 0 auto;
}
.rsrcHmpgFtrdSec h2 {
  font-weight: 900;
  font-size: 56px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #0e134f;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap {
  margin-top: 80px;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner {
  display: flex;
  position: relative;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner * {
  transition: all 0.5s ease-in-out;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item {
  display: block;
  flex: 1;
  position: absolute;
  max-width: 750px;
  margin: 0 auto;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details {
  display: none;
  opacity: 0;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox img {
  opacity: 0.3;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.active {
  flex: 2;
  position: relative;
  z-index: 9;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.active .rsrcHmpgFtrdSldBox .details {
  opacity: 1;
  display: block;
  animation: showText 0.5s linear forwards;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.active .rsrcHmpgFtrdSldBox img {
  opacity: 1;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details {
  margin-top: 50px;
  text-align: center;
  min-height: 215px;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details .type {
  font-weight: 600;
  font-size: 20px;
  color: #feb155;
  margin-bottom: 15px;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details h3 {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 10px 0 0;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details .link {
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  color: #2f39bf;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details .link i {
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details .link:hover i {
  transform: translateX(5px);
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox img {
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.2));
  border-radius: 6px;
  max-width: 500px;
  margin: 0 auto;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.prevItem {
  left: 0;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.prevItem img {
  margin-left: 0;
  margin-right: auto;
  transform: scale(0.8);
  transform-origin: left center;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.nextItem {
  right: 0;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item.nextItem img {
  margin-left: auto;
  margin-right: 0;
  transform: scale(0.8);
  transform-origin: right center;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-control {
  bottom: 50%;
  width: 28%;
  z-index: 9;
}
.rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-control span {
  opacity: 0;
}

/* @Section 4. Homepage Categories Sections */
.rsrcHmpgCatgSec {
  padding: 100px 0 60px;
  position: relative;
}
.rsrcHmpgCatgSec * {
  transition: all 0.3s ease-in-out;
}
.rsrcHmpgCatgSec .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
}
.rsrcHmpgCatgSec .header .text {
  flex: 1;
}
.rsrcHmpgCatgSec .header h2 {
  font-weight: 800;
  font-size: 48px;
  margin: 0 0 10px;
  letter-spacing: -0.03em;
  color: #0e134f;
}
.rsrcHmpgCatgSec .header p {
  font-size: 20px;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #42526e;
}
.rsrcHmpgCatgSec .header .link a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  color: #2f39bf;
}
.rsrcHmpgCatgSec .header .link a svg {
  margin-left: 10px;
}
.rsrcHmpgCatgSec .header .link a:hover svg {
  transform: translateX(5px);
}

.rsrcHmpgCatgPostsWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox {
  width: calc(33.33% - 50px);
  margin: 0 25px 50px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .cw_rsrc_anch {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details {
  padding: 35px 35px 80px;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .preHeading,
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .preHeading p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #42526e;
  margin: 0 0 10px;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details h3 {
  font-weight: 800;
  font-size: 23px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #42526e;
  margin: 15px 0 0;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .link {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #2f39bf;
  position: absolute;
  bottom: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  min-width: auto;
  width: auto;
  background: transparent !important;
  text-decoration: none !important;
  outline: none !important;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .link i {
  color: inherit;
  font-size: inherit;
  margin-left: 5px;
  vertical-align: middle;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .link:hover i {
  margin-left: 10px;
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox:hover {
  box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox.onLoadMore {
  display: none !important;
}
.rsrcHmpgCatgPostsWrap .loadMore {
  display: none;
  margin: 60px auto 0;
  width: 100%;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn {
  cursor: pointer;
  background-color: transparent;
  min-width: 230px;
  padding: 18px 30px;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  box-shadow: none;
  outline: none !important;
  border: 1px solid #2f39bf;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn span {
  color: #2f39bf;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  transform-origin: center left;
  transition: color 0.3s ease;
  position: relative;
  z-index: 1;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:disabled {
  cursor: not-allowed;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:disabled:hover {
  background: transparent;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:disabled:hover span {
  color: #2f39bf;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:before, .rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:after {
  content: "";
  display: none;
  background: #2f39bf;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:before {
  top: 0;
  left: 0;
  right: auto;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:after {
  bottom: 0;
  right: 0;
  left: auto;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:hover {
  background-color: #2f39bf;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.rsrcHmpgCatgPostsWrap .loadMore .loadMoreBtn:hover span {
  color: #fff;
}
.rsrcHmpgCatgPostsWrap.filter .rsrcHmpgCatgPostBox {
  display: none;
}
.rsrcHmpgCatgPostsWrap.filter .rsrcHmpgCatgPostBox.filtered {
  display: block;
}

.rsrcCatgPostSbscbrBox {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 60px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 0 25px 50px;
  overflow: hidden;
}
.rsrcCatgPostSbscbrBox .shapeCircle,
.rsrcCatgPostSbscbrBox .shapeTriangle {
  z-index: 1;
}
.rsrcCatgPostSbscbrBox .shapeCircle {
  top: -50%;
}
.rsrcCatgPostSbscbrBox .txtWrap {
  flex: 2;
  padding-right: 80px;
  position: relative;
  z-index: 9;
}
.rsrcCatgPostSbscbrBox .txtWrap h3 {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0 0 15px;
}
.rsrcCatgPostSbscbrBox .txtWrap p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.rsrcCatgPostSbscbrBox .formWrap {
  flex: 3;
  position: relative;
  z-index: 9;
}
.rsrcCatgPostSbscbrBox .formWrap .form {
  display: flex;
  margin-bottom: 20px;
}
.rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit]) {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  margin: 0;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
  margin-right: 20px;
}
.rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit])::placeholder, .rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit])::-webkit-input-placeholder, .rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit])::-moz-placeholder {
  color: #ababab;
  font-weight: 400;
}
.rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit]):focus, .rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit]):visited, .rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit]):focus-visible {
  opacity: 1;
}
.rsrcCatgPostSbscbrBox .formWrap .gdpr label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.rsrcCatgPostSbscbrBox .formWrap .gdpr label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.rsrcCatgPostSbscbrBox .formWrap .gdpr label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.alert {
  position: fixed;
  bottom: -100px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  left: 30px;
  right: 30px;
  border-radius: 6px !important;
  text-align: center;
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  padding: 8px 15px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.alert.show {
  opacity: 1;
  bottom: 50px;
}

/* @Section 5. Inner Post Page Categories Sections */
.rsrcInrPostCntntSec {
  padding: 100px 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap {
  display: flex;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap {
  flex: 2;
  position: relative;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox {
  margin-bottom: 50px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox h2 {
  font-weight: 700;
  font-size: 20px;
  color: #0e134f;
  margin: 0 0 20px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox h3 {
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 20px;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .link {
  font-weight: normal;
  font-size: 16px;
  display: block;
  text-decoration-line: underline;
  color: #2f39bf;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .link i {
  color: #42526e;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 8px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.resources a {
  display: block;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 16px;
  text-decoration-line: underline;
  color: #42526e;
  transition: all 0.5s ease-in-out;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.resources a:hover {
  color: #2f39bf;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.chapters ol {
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.chapters ol li {
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 16px;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox:last-child {
  margin: 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .img {
  max-width: 50px;
  flex-shrink: 0;
  margin-right: 10px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .img img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .details .name {
  font-weight: 700;
  font-size: 18px;
  color: #0e134f;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .details .designation {
  font-weight: 400;
  font-size: 14px;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9ca5b3;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li a svg{
  margin-top: 7px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li a i {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li a:hover {
  background-color: #2f39bf;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox:last-child {
  margin: 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.courseOutlineWrap h2 {
  font-weight: 800;
  font-size: 30px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .courseOutline {
  padding: 0 0 0 25px;
  margin: 0;
  list-style: none;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .courseOutline li {
  position: relative;
  margin: 0 0 20px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .courseOutline li::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #2f39bf;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.sticky {
  position: fixed;
  top: 60px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.stickyBottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.notSticky {
  position: initial !important;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
  flex: 5;
  padding-left: 100px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap h2 {
  font-weight: 800;
  font-size: 30px;
  color: #0e134f;
  margin: 0 0 20px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0 0 30px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p b,
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p i {
  font-size: inherit;
  color: #0e134f;
  font-weight: 700;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p em {
  font-size: inherit;
  color: #42526e;
  font-style: italic !important;
  font-weight: normal !important;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p a {
  font-size: inherit;
  color: #2f39bf;
  font-weight: inherit;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p.highlight {
  background: rgba(57, 220, 177, 0.12);
  white-space: pre-wrap;
  display: inline;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p.highlight::after {
  position: relative;
  display: block;
  content: " ";
  clear: both;
  margin-bottom: 30px;
  line-height: 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap h3 {
  font-weight: 700;
  font-size: 22px;
  color: #0e134f;
  margin: 0 0 20px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap > img {
  border-radius: 8px;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
  display: block;
  max-width: 100%;
  height: auto;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 30px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote:not(.option2) {
  padding: 0 0 0 25px;
  margin: 50px 0;
  border-color: #2f39bf;
  font-weight: 600;
  font-size: 20px;
  color: #42526e;
  line-height: 40px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote:not(.option2) .author {
  font-weight: 400;
  font-size: inherit;
  color: inherit;
  width: 70%;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote:not(.option2) .copyTweet {
  text-align: right;
  margin-top: -40px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote:not(.option2) .copyTweet i {
  vertical-align: middle;
  color: #03a9f4;
  margin-right: 5px;
  font-size: 18px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote.option2 {
  margin: 60px 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #42526e;
  padding: 60px 25px 0;
  border: 0;
  position: relative;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote.option2::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 40px;
  color: #2f39bf;
  content: "\f10d";
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote.option2 .author {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote.option2 .copyTweet {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px auto 0;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote.option2 .copyTweet i {
  vertical-align: middle;
  color: #03a9f4;
  margin-right: 5px;
  font-size: 18px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote .copyTweet {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote:hover .copyTweet {
  opacity: 1;
  visibility: visible;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ul,
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ol {
  padding: 0 0 0 20px;
  margin: 0 0 50px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ul li,
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ol li {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 18px;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta {
  display: flex;
  padding: 30px 50px;
  background: #ddeeff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  align-items: center;
  margin: 0 0 40px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details {
  padding-left: 50px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details h3 {
  margin: 0 0 10px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details p {
  margin: 0 0 15px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #2f39bf;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details a i {
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  margin-left: 5px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta {
  display: flex;
  padding: 30px 50px;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  align-items: center;
  margin: 0 0 40px;
  position: relative;
  overflow: hidden;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .img {
  flex: 1;
  flex-shrink: 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .img img {
  position: absolute;
  bottom: -30px;
  max-width: 25%;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details {
  padding-left: 50px;
  flex: 3;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details h3 {
  margin: 0 0 10px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details p {
  margin: 0 0 15px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details a {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #2f39bf;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details a i {
  color: inherit;
  font-size: inherit;
  vertical-align: middle;
  margin-left: 5px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest {
  display: flex;
  margin: 50px 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest:last-child {
  margin: 50px 0 0;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .img {
  padding-right: 30px;
  flex-shrink: 0;
  overflow: hidden;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .img img {
  max-width: 120px;
  border-radius: 50%;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0 0 20px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details .name {
  font-weight: 800;
  font-size: 24px;
  color: #0e134f;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details .designation {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap.flexReverse {
  flex-direction: row-reverse;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap.flexReverse .rsrcInrPostCntntRightWrap {
  padding: 0 100px 0 0;
}
.rsrcInrPostCntntSec.courseInnerCntntSec {
  padding: 20px 0 100px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap {
  align-items: flex-start;
  position: relative;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
  flex: 4;
  padding-left: 60px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInrVideoWrap {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 50px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li {
  flex: 1;
  background: transparent !important;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-weight: 500;
  font-size: 20px;
  color: #0e134f;
  background: transparent !important;
  transition: none;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li.active a {
  font-weight: 700;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li:first-child {
  position: relative;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li:first-child::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background-color: #fff;
  border-bottom: 2px solid #363cd0;
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li:first-child.active::before {
  transform: translateX(0);
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap li a {
  font-size: inherit;
  font-weight: inherit;
  color: #2f39bf;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInstructorSec {
  padding: 0;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInstructorSec .container {
  width: auto;
  padding: 0;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInstructorSec h2 {
  display: none;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInstructorSec .courseInstructorWrap {
  margin: 40px 0 0;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInstructorSec .courseInstructorWrap .details p.inner {
  display: block;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInstructorSec .courseInstructorWrap .img {
  flex: 1;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap {
  position: initial;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap {
  overflow-y: scroll;
  padding-bottom: 30px;
  overflow-x: hidden;
  max-height: calc(100vh - 150px);
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap::-webkit-scrollbar {
  width: 3px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap::-webkit-scrollbar-track {
  background: #d1d1d1;
  opacity: 0.5;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap::-webkit-scrollbar-thumb {
  background: rgba(38, 38, 38, 0.3);
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline {
  padding-right: 30px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline h2 {
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 25px;
  color: #0e134f;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList {
  list-style: none;
  margin: 0;
  padding: 0 0 0 25px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList li {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 20px;
  color: #42526e;
  position: relative;
  cursor: pointer;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList li::before {
  position: absolute;
  content: "";
  left: -25px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #2f39bf;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul {
  padding: 0 0 0 25px;
  margin: 0;
  list-style: none;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  cursor: initial;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li::before {
  background: #fff;
  width: 12px;
  height: 12px;
  border: 1px solid #42526e;
  box-sizing: border-box;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li.active {
  font-weight: 600;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li.active::before {
  background: #42526e;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li:after {
  position: absolute;
  content: "";
  left: -20px;
  top: 20px;
  bottom: 0;
  width: 1px;
  height: calc(100% + 20px);
  opacity: 0.2;
  border: 1px solid #42526e;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li:last-child::after {
  display: none;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li .time {
  font-weight: 400;
  font-size: 13px;
  color: #42526e;
  opacity: 0.8;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap {
  padding-right: 30px;
}
.rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap a.btn {
  width: 100%;
  margin: 0 0 10px;
}

body.modal-open {
  padding: 0 !important;
}

.downloadCaseStudyModal {
  padding: 0 !important;
}
.downloadCaseStudyModal .modal-backdrop {
  background: rgba(14, 19, 79, 0.3);
}
.downloadCaseStudyModal .modal-dialog {
  top: 40%;
  transform: translateY(-50%) !important;
}
.downloadCaseStudyModal .modal-dialog * {
  transition: all 0.5s ease-in-out;
}
.downloadCaseStudyModal .modal-content {
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
  border-radius: 6px !important;
  border: 0;
  padding: 60px;
  overflow: hidden;
  position: relative;
}
.downloadCaseStudyModal .modal-content .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 40px;
  color: rgba(66, 82, 110, 0.58);
  opacity: 1;
  font-weight: 300;
}
.downloadCaseStudyModal .modal-content .close:hover {
  color: rgb(66, 82, 110);
  opacity: 1;
}
.downloadCaseStudyModal .modal-content .mainWrap {
  display: flex;
  align-items: center;
}
.downloadCaseStudyModal .modal-content .mainWrap .img {
  flex: 1;
  flex-shrink: 0;
}
.downloadCaseStudyModal .modal-content .mainWrap .form {
  flex: 1;
}
.downloadCaseStudyModal .modal-content .mainWrap .form h3 {
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 15px;
  color: #0e134f;
}
.downloadCaseStudyModal .modal-content .mainWrap .form p {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap {
  margin-top: 25px;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox]) {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  margin: 0 0 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox])::placeholder, .downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox])::-webkit-input-placeholder, .downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox])::-moz-placeholder {
  color: #ababab;
  font-weight: 400;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox]):focus, .downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox]):visited, .downloadCaseStudyModal .modal-content .mainWrap .form .formWrap input:not([type=checkbox]):focus-visible {
  opacity: 1;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap .gdpr {
  margin-bottom: 30px;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap .gdpr label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap .gdpr label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap .gdpr label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.downloadCaseStudyModal .modal-content .mainWrap .form .formWrap button {
  outline: none !important;
  border: 0 !important;
}
.downloadCaseStudyModal.in .modal-dialog {
  animation: modalIn 0.5s linear both;
}

.downloadEbookSec {
  padding: 100px 0;
  position: relative;
}
.downloadEbookSec::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  border: 1px solid rgba(66, 82, 110, 0.2);
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 0 auto;
}
.downloadEbookSec .downloadEbookWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.downloadEbookSec .downloadEbookWrap .img {
  flex-shrink: 0;
  flex: 1;
  padding-right: 80px;
}
.downloadEbookSec .downloadEbookWrap .img img {
  filter: drop-shadow(2px 4px 14px rgba(0, 0, 0, 0.15));
}
.downloadEbookSec .downloadEbookWrap .content {
  flex: 1;
}
.downloadEbookSec .downloadEbookWrap .content h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 15px;
}
.downloadEbookSec .downloadEbookWrap .content p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap {
  margin-top: 25px;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox]), .downloadEbookSec .downloadEbookWrap .content .formWrap select {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  margin: 0 0 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox])::placeholder, .downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox])::-webkit-input-placeholder, .downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox])::-moz-placeholder, .downloadEbookSec .downloadEbookWrap .content .formWrap select::placeholder, .downloadEbookSec .downloadEbookWrap .content .formWrap select::-webkit-input-placeholder, .downloadEbookSec .downloadEbookWrap .content .formWrap select::-moz-placeholder {
  color: #ababab;
  font-weight: 400;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox]):focus, .downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox]):visited, .downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox]):focus-visible, .downloadEbookSec .downloadEbookWrap .content .formWrap select:focus, .downloadEbookSec .downloadEbookWrap .content .formWrap select:visited, .downloadEbookSec .downloadEbookWrap .content .formWrap select:focus-visible {
  opacity: 1;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap .gdpr {
  margin-bottom: 30px;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap .gdpr label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap .gdpr label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap .gdpr label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.downloadEbookSec .downloadEbookWrap .content .formWrap button {
  outline: none !important;
  border: 0 !important;
}

/* @Section 6. Mavericks Homepage */
.aboutMavericksProgramsSec {
  padding: 120px 0;
  position: relative;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .img {
  flex-shrink: 0;
  flex: 1;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define {
  padding-left: 100px;
  flex: 1;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define h2 {
  font-weight: 800;
  font-size: 48px;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  color: #0e134f;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define p {
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link {
  margin: 20px 0 0;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link a {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #2f39bf;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link a i,
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link a svg {
  font-size: inherit;
  color: inherit;
  vertical-align: middle;
  font-weight: 700;
  margin-left: 5px;
  transition: all 0.5s ease-in-out;
}
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link a:hover i,
.aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link a:hover svg {
  margin-left: 15px;
}

.meetMavericksSec {
  padding: 100px 0;
}
.meetMavericksSec .topTxt {
  margin-bottom: 80px;
}
.meetMavericksSec .topTxt h2 {
  font-weight: 800;
  font-size: 48px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0 0 10px;
}
.meetMavericksSec .topTxt p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.meetMavericksSec .meetMavericksCarousel {
  display: flex;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs {
  padding-right: 40px;
  flex: 1;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators {
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li {
  width: auto;
  height: auto;
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 0;
  display: block;
  text-indent: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 0 15px;
  padding: 15px 20px;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li:last-child {
  margin: 0;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li.active {
  opacity: 1;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li .img {
  flex-shrink: 0;
  margin-right: 20px;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li .details .name {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #000000;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li .details .expertese {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent {
  flex: 2;
  background: #ffffff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 60px;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent p {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #42526e;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .socialShare {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .socialShare li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .socialShare li a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #9ca5b3;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .socialShare li a i {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .socialShare li a:hover {
  background-color: #2f39bf;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .item {
  opacity: 0;
}
.meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent .item.active {
  animation: showText 0.5s linear both;
}

.upcomingEventsSec {
  padding: 100px 0;
  position: relative;
}
.upcomingEventsSec .topTxt {
  margin-bottom: 80px;
}
.upcomingEventsSec .topTxt h2 {
  font-weight: 800;
  font-size: 48px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0 0 10px;
}
.upcomingEventsSec .topTxt p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.upcomingEventsSec .upcomingEventsWrap:hover .upcomingEventsBox {
  filter: blur(1px);
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 15px 20px;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .date {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: -0.03em;
  color: #feb155;
  background-color: rgba(254, 177, 85, 0.3);
  text-align: center;
  padding: 12px;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  line-height: 30px;
  flex-shrink: 0;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .date .month {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: inherit;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 30px;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details .date {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: #42526e;
  background: none;
  text-align: left;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details h3 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 5px 0 0;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details .guests {
  margin-left: 50px;
  max-width: 200px;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .registeration a {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #2f39bf;
  display: inline-block;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .registeration a i,
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .registeration a svg {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox:nth-child(2n+0) > .date {
  color: #b763d7;
  background-color: rgba(183, 99, 215, 0.3);
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox:nth-child(3n+0) > .date {
  color: #070928;
  background-color: rgba(7, 9, 40, 0.3);
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox:last-child {
  margin: 0;
}
.upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox:hover {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  filter: blur(0);
  transform: scale(1.02);
}

.applyMavericksSec {
  padding: 100px 0;
}
.applyMavericksSec .applyMavericksWrap {
  filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 50px 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.applyMavericksSec .applyMavericksWrap .shapeCircle {
  animation: none;
  transform: translate(-50%, -50%);
}
.applyMavericksSec .applyMavericksWrap .text {
  padding-right: 120px;
  flex: 1;
}
.applyMavericksSec .applyMavericksWrap .text h2 {
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0 0 20px;
}
.applyMavericksSec .applyMavericksWrap .text p {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #42526e;
}
.applyMavericksSec .applyMavericksWrap .formWrap {
  flex: 1;
  position: relative;
}
.applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox]),
.applyMavericksSec .applyMavericksWrap .formWrap textarea {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px !important;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  margin: 0 0 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
  box-shadow: none;
}
.applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox])::placeholder, .applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox])::-webkit-input-placeholder, .applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox])::-moz-placeholder,
.applyMavericksSec .applyMavericksWrap .formWrap textarea::placeholder,
.applyMavericksSec .applyMavericksWrap .formWrap textarea::-webkit-input-placeholder,
.applyMavericksSec .applyMavericksWrap .formWrap textarea::-moz-placeholder {
  color: #ababab;
  font-weight: 400;
}
.applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox]):focus, .applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox]):visited, .applyMavericksSec .applyMavericksWrap .formWrap input:not([type=checkbox]):focus-visible,
.applyMavericksSec .applyMavericksWrap .formWrap textarea:focus,
.applyMavericksSec .applyMavericksWrap .formWrap textarea:visited,
.applyMavericksSec .applyMavericksWrap .formWrap textarea:focus-visible {
  opacity: 1;
}
.applyMavericksSec .applyMavericksWrap .formWrap input[type=submit] {
  background-color: #09ebaf;
  border: 0 !important;
  opacity: 1;
  width: auto;
  margin: 0;
}
.applyMavericksSec .applyMavericksWrap .formWrap textarea {
  resize: none;
  height: 110px;
}
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox {
  margin-bottom: 30px;
}
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr label,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr labelspan,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox labelspan {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr label a,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr label input,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr span.wpcf7-list-item,
.applyMavericksSec .applyMavericksWrap .formWrap .gdpr span.wpcf7-not-valid-tip,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox span.wpcf7-list-item,
.applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox span.wpcf7-not-valid-tip {
  margin: 0;
}
.applyMavericksSec .applyMavericksWrap .formWrap .wpcf7-form-control-wrap {
  position: initial;
}
.applyMavericksSec .applyMavericksWrap .formWrap span.wpcf7-not-valid-tip {
  position: absolute;
  margin-top: -24px;
}

body.modal-open {
  padding: 0 !important;
}

.webinar_videoModal.modal {
  text-align: center;
  padding: 0 !important;
}
.webinar_videoModal.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.webinar_videoModal .modal-dialog {
  display: inline-block;
  vertical-align: middle;
}
.webinar_videoModal .modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.9);
}
.webinar_videoModal .modal-dialog {
  width: 800px;
  height: auto;
}
.webinar_videoModal .modal-content {
  background-color: transparent;
}
.webinar_videoModal .modal-body {
  padding: 30px;
  background: rgba(1, 1, 1, 0.8);
  display: flex;
}
.webinar_videoModal .embed-responsive.embed-responsive-16by9.webinar_youtube_videoBox {
  flex: 5;
  padding-bottom: 34%;
}
.webinar_videoModal #modalVideoHeading {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 700;
  color: #ffffff;
}
.webinar_videoModal #modalVideoDesc {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 400;
  color: #ffffff;
}
.webinar_videoModal #modalVideoEventDate p {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}
.webinar_videoModal #modalVideoEventDate b {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.webinar_videoModal .meetMavericks h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 30px 0 10px;
}
.webinar_videoModal .modalVideoDescBox {
  flex: 3;
  padding-left: 50px;
  text-align: left;
}
.webinar_videoModal .modal-backdrop {
  background-color: #000;
}
.webinar_videoModal .modal-content {
  box-shadow: none !important;
  border: 0 !important;
}
.webinar_videoModal .opacity-animate3 {
  animation: opt-animation3 1s;
  animation-fill-mode: forwards;
}
@keyframes opt-animation3 {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

body.modal-open section {
  filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}

/* @Section 6.1. Mavericks Inner Page - Amendments */
.registerForWebinarModal .form {
  padding-left: 50px;
}
.registerForWebinarModal .formBox {
  transition: none;
}
.registerForWebinarModal .thankWrap {
  transition: none;
  display: none;
}

.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister::before {
  background-size: contain;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
  position: relative;
  max-width: 450px;
  margin: 0 auto;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap h3 {
  margin: 0 0 8px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #0E134F;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap p {
  margin: 0;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #42526E;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap {
  margin: 25px 0;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input:not([type=checkbox]) {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 10px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #0e134f;
  margin: 0 0 10px;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .gdpr {
  margin-bottom: 20px;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .gdpr label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .gdpr label input[type=checkbox] {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .gdpr label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .formError,
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .formSuccess {
  left: 15px;
  right: 15px;
  text-align: center;
  top: calc(100% + 10px);
}
.rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .videoWrap {
  display: none;
}

.upcomingEventsSec.innerWebinar {
  padding-bottom: 50px;
}
.upcomingEventsSec.innerWebinar + .rsrcHmpgCatgSec {
  padding-top: 50px;
}

/* @Section 7. MasterClass Course Page */
.courseBenefitSec {
  padding: 95px 0;
  background-color: #f8f9fb;
}
.courseBenefitSec h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 80px;
  text-align: center;
}
.courseBenefitSec .courseBenefitsWrap {
  display: flex;
  margin: 0 -30px;
}
.courseBenefitSec .courseBenefitsWrap .courseBenefitBox {
  text-align: center;
  margin: 0 30px;
  width: calc(33.33% - 60px);
}
.courseBenefitSec .courseBenefitsWrap .courseBenefitBox .img {
  max-height: 60px;
}
.courseBenefitSec .courseBenefitsWrap .courseBenefitBox .img svg {
  height: 60px;
}
.courseBenefitSec .courseBenefitsWrap .courseBenefitBox .details h3 {
  font-weight: 700;
  font-size: 22px;
  color: #0e134f;
  margin: 15px 0;
}
.courseBenefitSec .courseBenefitsWrap .courseBenefitBox .details p {
  font-weight: normal;
  font-size: 16px;
  color: #42526e;
  margin: 0;
}

.courseInstructorSec {
  padding: 110px 0;
}
.courseInstructorSec h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0;
  text-align: center;
}
.courseInstructorSec .courseInstructorWrap {
  display: flex;
  margin: 90px 0 0;
  align-items: center;
}
.courseInstructorSec .courseInstructorWrap .img {
  flex: 2;
  padding-right: 60px;
  padding-left: 30px;
  position: relative;
  flex-shrink: 0;
}
.courseInstructorSec .courseInstructorWrap .img img {
  border-radius: 10px;
}
.courseInstructorSec .courseInstructorWrap .img::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2021/04/course-instructor-bg.png) no-repeat center bottom transparent;
  left: -30px;
  right: 30px;
  top: 0;
  bottom: -70px;
  z-index: -1;
  background-size: cover;
}
.courseInstructorSec .courseInstructorWrap .details {
  flex: 3;
}
.courseInstructorSec .courseInstructorWrap .details h3 {
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 20px;
  color: #0e134f;
}
.courseInstructorSec .courseInstructorWrap .details p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  margin: 0 0 20px;
}
.courseInstructorSec .courseInstructorWrap .details p:last-child {
  margin: 0;
}
.courseInstructorSec .courseInstructorWrap .details p.inner {
  display: none;
}

/* @Section 8. MasterClass Quiz Page */
.masterClassQuizSec {
  padding: 40px 0 120px;
}
.masterClassQuizSec .quizWrap .cw-glb-btn {
  outline: none !important;
  text-decoration: none !important;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox {
  background: #ffffff;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 6px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox .body {
  padding: 45px 40px;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 30px;
  color: #42526e;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox ul {
  padding: 0 0 0 35px;
  margin: 0;
  list-style: none;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox ul li {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  margin: 0 0 10px;
  position: relative;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox ul li:last-child {
  margin: 0;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox ul li::before {
  position: absolute;
  content: "";
  left: -20px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #c4c4c4;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox .wish {
  font-weight: 700;
  font-size: 18px;
  font-variant: small-caps;
  color: #42526e;
  margin: 30px 0 0 25px;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox .footer {
  background: #f8f9fb;
  padding: 20px 40px;
  text-align: right;
}
.masterClassQuizSec .quizWrap .quizGuidelineBox .footer a {
  box-shadow: none !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox {
  display: none;
  max-width: 750px;
  margin: 0 auto;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 {
  width: 100% !important;
  max-width: 750px !important;
  background: #ffffff !important;
  border: 1px solid #eaeaea !important;
  box-sizing: border-box !important;
  border-radius: 6px !important;
  max-width: 750px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  box-shadow: none !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_cb_and_a,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_cb_and_a {
  display: none !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-fs-title,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-fs-title {
  font-weight: 800 !important;
  font-size: 36px !important;
  color: #0e134f !important;
  margin: 0 0 25px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-fs-subtitle p,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-fs-subtitle p {
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #42526e !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_reports,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_reports {
  display: none;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container input.action-button,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 input.action-button {
  border: 0 !important;
  color: #192072 !important;
  font-size: 16px !important;
  display: inline-block;
  font-weight: 700;
  background-color: #09ebaf !important;
  border-radius: 6px !important;
  padding: 14px 24px !important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  outline: none !important;
  min-width: 150px;
  box-shadow: none !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container input.action-button:hover,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 input.action-button:hover {
  background-color: #74ffda !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container input.action-button.ays_previous,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 input.action-button.ays_previous {
  min-width: auto;
  background: none !important;
  padding: 14px 0 !important;
  position: relative;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .step,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .step {
  padding: 80px 0 30px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-abs-fs,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-abs-fs {
  width: 100% !important;
  padding: 0 30px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_timer_container,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_timer_container {
  padding: 10px !important;
  height: auto !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_timer_container .ays-quiz-timer,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_timer_container .ays-quiz-timer {
  font-weight: 800 !important;
  font-size: 16px !important;
  color: #0e134f !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_timer_container .ays-quiz-timer p,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_timer_container .ays-quiz-timer p {
  font-weight: 800 !important;
  font-size: 16px !important;
  color: #0e134f !important;
  position: relative;
  bottom: -30px;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_timer_container hr,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_timer_container hr {
  display: none !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-question-counter,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-question-counter {
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #42526e !important;
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  padding: 15px 45px !important;
  margin: 0 !important;
  border: 0 !important;
  background: #f8f9fb;
  text-align: right;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-question-counter::after,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-question-counter::after {
  position: absolute;
  content: "Question ";
  right: 95px;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_buttons_div,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_buttons_div {
  background: #f8f9fb;
  margin: 70px -30px -30px !important;
  padding: 12px 30px !important;
  justify-content: space-between !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_buttons_div input,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_buttons_div input {
  margin: 0 !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_question,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_question {
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #0e134f !important;
  text-align: left !important;
  margin: 0 0 20px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_question p,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_question p {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  padding: 0 !important;
  text-align: inherit !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-quiz-answers .ays-field,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-quiz-answers .ays-field {
  border: 1px solid rgba(66, 82, 110, 0.4) !important;
  border-radius: 6px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-quiz-answers .ays-field label,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-quiz-answers .ays-field label {
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #0e134f !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-quiz-answers .ays-field label::before,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-quiz-answers .ays-field label::before {
  margin-right: 20px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays-quiz-answers .ays-field:hover label,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays-quiz-answers .ays-field:hover label {
  background: rgba(9, 235, 175, 0.7) !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_score_message h4,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_score_message h4 {
  color: #0e134f !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  margin: 0 0 10px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_score_message p,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_score_message p {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #0e134f !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_message,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_message {
  display: none !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_score,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_score {
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #0e134f !important;
  margin: 20px 0 100px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_score .ays_score_percent,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_score .ays_score_percent {
  font-size: inherit !important;
  font-weight: 700 !important;
  color: inherit !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-quiz-social-shares,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-quiz-social-shares {
  margin: 30px 0 !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-quiz-social-shares a,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-quiz-social-shares a {
  height: auto !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  line-height: normal !important;
  margin: 0 5px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-quiz-social-shares a .ays-quiz-share-btn-icon,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-quiz-social-shares a .ays-share-btn-text,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-quiz-social-shares a .ays-quiz-share-btn-icon,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-quiz-social-shares a .ays-share-btn-text {
  color: #fff !important;
  color: #fff !important;
  font-size: 18px !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-progress,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-progress {
  background-color: #f8f9fb !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  border-radius: 50px;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-progress .ays-progress-value,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-progress .ays-progress-value {
  color: #fff !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-progress .ays-progress-bg,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-progress .ays-progress-bg {
  background-color: #f8f9fb !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays-progress .ays-progress-bg .ays-progress-bar,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays-progress .ays-progress-bg .ays-progress-bar {
  background: #2e39bf !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p button,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p button.action-button,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p .ays_restart_button,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p button,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p button.action-button,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p .ays_restart_button {
  border-radius: 6px !important;
  padding: 12px 24px !important;
  line-height: normal;
  background-color: #09ebaf !important;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p button i,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p button.action-button i,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p .ays_restart_button i,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p button i,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p button.action-button i,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p .ays_restart_button i {
  color: #192072 !important;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
}
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p button span,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p button.action-button span,
.masterClassQuizSec .quizWrap .quizWgtBox .ays-quiz-container .ays_quiz_results_page .ays_restart_button_p .ays_restart_button span,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p button span,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p button.action-button span,
.masterClassQuizSec .quizWrap .quizWgtBox #ays-quiz-container-1 .ays_quiz_results_page .ays_restart_button_p .ays_restart_button span {
  color: #192072 !important;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
}
.masterClassQuizSec .quizWrap .getCertificateBtnWrap {
  padding: 0;
  text-align: center;
  display: none;
  max-width: 750px;
  margin: 0 auto -45px;
  position: relative;
  z-index: 9;
  bottom: -215px;
}
.masterClassQuizSec .quizWrap .passedInfoWrap {
  display: none;
  background: #f8f9fb;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 70px;
  overflow: hidden;
  max-width: 750px;
  margin: 0 auto;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox {
  max-width: 450px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  padding: 30px;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox i.fa-check-circle {
  font-size: 43px;
  color: #2bb673;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .score {
  font-weight: 400;
  font-size: 18px;
  color: #0e134f;
  margin: 10px 0;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .score span {
  font-weight: 500;
  font-size: inherit;
  color: inherit;
  display: inline-block;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox h4 {
  font-weight: 700;
  font-size: 24px;
  color: #0e134f;
  margin: 0;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap {
  margin-top: 60px;
  padding-bottom: 40px;
  position: relative;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap p {
  font-weight: normal;
  font-size: 16px;
  color: #42526e;
  margin: 0 0 15px;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap > input {
  background: #ffffff;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #0e134f;
  transition: all 0.3s ease-in-out;
  margin: 0 0 15px;
  width: 100%;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap > input:placeholder-shown, .masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap > input::-webkit-input-placeholder, .masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap > input::placeholder {
  color: #ababab;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .gdpr label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .gdpr label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .gdpr label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .formError,
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .formSuccess {
  padding: 5px;
  color: red;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: -10px;
  width: 100%;
  display: none;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .formSuccess {
  color: #e7c607;
}
.masterClassQuizSec .quizWrap .passedInfoWrap .passedInfoBox .formWrap .cw-glb-btn {
  margin-top: 25px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap {
  display: none;
  background: #f8f9fb;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .img {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap h3 {
  font-weight: 700;
  font-size: 18px;
  color: #0e134f;
  margin: 0 0 15px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #0e134f;
  margin: 0 auto;
  max-width: 600px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .socialShareMsg {
  padding: 18px 30px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  border-radius: 6px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .socialShare {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .socialShare li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .socialShare li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9ca5b3;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .socialShare li a i {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap .socialShare li a:hover {
  background-color: #2f39bf;
}
.masterClassQuizSec .quizWrap .formSubmissionWrap #certificateCourseName {
  font-weight: 700;
}

.rsrcCourseOutline_cta_wrap button {
  display: none;
  width: 100%;
  background-color: #0a1e43;
  border: none;
  padding: 10px;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.rsrcCourseOutline_cta_wrap button span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-left: 20px;
}

.rsrcCourseOutline_cta_wrap button i {
  font-size: 20px;
  float: right;
  position: relative;
  top: 4px;
  color: #fff;
}

/* @ Animations */
@keyframes rotateCircle {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes showText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalIn {
  0% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 40%;
  }
}
/* @Section 9. PPC Webinar Page */
.ppcWebinarRegistrationSec {
  padding: 100px 0;
}
.ppcWebinarRegistrationSec .txt {
  margin-bottom: 40px;
}
.ppcWebinarRegistrationSec .txt h2 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.03em;
  color: #0e134f;
  margin: 0 0 10px;
}
.ppcWebinarRegistrationSec .txt p {
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
}
.ppcWebinarRegistrationSec .form .formWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ppcWebinarRegistrationSec .form .formWrap input[type=text],
.ppcWebinarRegistrationSec .form .formWrap input[type=email] {
  background: #ffffff;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 18px;
  color: #42526e;
  height: auto;
  width: auto;
  margin-right: 25px;
  flex: 1;
}
.ppcWebinarRegistrationSec .form .formWrap .gdpr {
  width: 100%;
  display: block;
  margin-top: 10px;
}
.ppcWebinarRegistrationSec .form .formWrap .gdpr label {
  font-weight: 400;
  font-size: 16px;
  color: #42526e;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ppcWebinarRegistrationSec .form .formWrap .gdpr label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.ppcWebinarRegistrationSec .form .formWrap .gdpr label a {
  font-size: inherit;
  font-weight: 500;
  color: #2f39bf;
}
.ppcWebinarRegistrationSec .form .formWrap .formError,
.ppcWebinarRegistrationSec .form .formWrap .formSuccess {
  text-align: center;
  width: 100%;
  border: 1px solid;
}

/* Webinar thank you Begins*/
.webinarThanksFormSec {
  padding: 0 0 100px;
}
.webinarThanksFormSec .webinarThanksFormWrap {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin: 0 auto;
  padding: 64px 75px 112px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt {
  width: 50%;
  padding-right: 100px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0E134F;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt .videoBox {
  position: relative;
  border-radius: 10px;
  margin-top: 40px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt .videoBox .playBtn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 26px;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt .videoBox .playBtn i {
  color: #FFFFFF;
  font-size: 26px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt .videoBox2 {
  margin-top: 0;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt p {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin-top: 40px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt ol {
  margin-top: 24px;
  padding-left: 20px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt ol li {
  font-weight: 600;
  font-size: 20px;
  margin: 6px 0;
  color: #42526E;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxtNew {
  width: 76%;
  margin-right: 70px;
  padding-right: 0;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap {
  width: 50%;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists h3 {
  font-weight: 800;
  font-size: 26px;
  color: #0E134F;
  margin: 0 0 15px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists p {
  font-size: 16px;
  margin: 0 0 25px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists ul {
  margin: 0 0 40px;
  list-style: none;
  padding: 0;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists ul li {
  font-size: 16px;
  color: #42526E;
  font-weight: 400;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists ul li:last-child {
  margin: 0;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists ul li:before {
  content: "\f00c";
  color: #2F39BF;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists .review-box {
  margin: 25px 0 0;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists .review-box small {
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksLists .ctaWrap {
  margin-top: 40px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin-bottom: 10px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm label {
  display: block;
  margin: 30px 0 15px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm input {
  border: 1px solid rgba(66, 82, 110, 0.25);
  border-radius: 6px;
  padding: 14px 0 14px 30px;
  width: 100%;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #0E134F;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #0E134F;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm select {
  width: 100%;
  padding: 12px 18px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400;
  color: #42526E;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm .ctaWrap {
  margin-top: 40px;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm .ctaWrap .submitBtn {
  color: #ffffff !important;
  background-color: #2f39bf;
  border-color: #2f39bf;
  font-size: 15px;
  display: inline-block;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 24px;
  border: 2px solid #2F39BF;
  text-transform: uppercase;
  box-shadow: 2px 4px 8px 0px rgba(13, 13, 13, 0.2);
  transition: all 0.3s ease-in-out;
  outline: none;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksForm .customerInfoForm .ctaWrap .submitBtn:hover {
  background-color: #3b44c0 !important;
  border-color: #3b44c0 !important;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksCalendlyWrap {
  height: 100%;
  display: none;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksCalendlyWrap #webinarThanksCalendlyBox {
  min-height: 670px;
  position: relative;
}
.webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap .webinarThanksCalendlyWrap #webinarThanksCalendlyBox iframe {
  min-height: inherit;
}
.webinarThanksFormSec .webinarThanksFormWrapNew {
  padding: 60px 60px 60px;
}

.webinarThanksVideoTstml {
  background: #F8F9FB;
}

/* Webinar thank you Ends*/
.webinarReplayBnr .rsrcHmpgBnrSec {
  padding: 120px 0 100px;
}

.ebookNewTemp .downloadEbookSec::before, .ebookNewTemp .rsrcHmpgBnrSec.inrPage:after {
  display: none;
}
.ebookNewTemp .rsrcHmpgBnrSec {
  padding: 60px 0 0;
}
.ebookNewTemp .downloadEbookSec {
  padding-top: 60px;
}
.ebookNewTemp .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrImg img {
  max-width: 350px;
}
.ebookNewTemp .downloadEbookWrap {
  align-items: flex-start;
}
.ebookNewTemp .downloadEbookWrap .img.formContent h2 {
  font-weight: 800;
  font-size: 36px;
  color: #0e134f;
  margin: 0 0 20px;
}
.ebookNewTemp .downloadEbookWrap .img.formContent ul, .ebookNewTemp .downloadEbookWrap .img.formContent ol {
  padding: 0 0 0 20px;
  margin: 0 0 50px;
}
.ebookNewTemp .downloadEbookWrap .img.formContent ul li, .ebookNewTemp .downloadEbookWrap .img.formContent ol li {
  margin: 0 0 15px;
  font-weight: 300;
  font-size: 18px;
  color: #42526e;
}
.ebookNewTemp .downloadEbookWrap .content {
  flex: 1;
  padding: 40px 40px 70px;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 6px;
}
.ebookNewTemp .downloadEbookWrap .content h2 {
  font-size: 30px;
}
.ebookNewTemp .downloadEbookWrap .content .formWrap {
  margin-top: 25px;
}
.ebookNewTemp .downloadEbookWrap .content .formWrap select {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 18px;
  color: #0e134f;
  margin: 0 0 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.ebookNewTemp .downloadEbookWrap .content .formWrap select::placeholder, .ebookNewTemp .downloadEbookWrap .content .formWrap select::-webkit-input-placeholder, .ebookNewTemp .downloadEbookWrap .content .formWrap select::-moz-placeholder {
  color: #ababab;
  font-weight: 400;
}
.ebookNewTemp .downloadEbookWrap .content .formWrap select:focus, .ebookNewTemp .downloadEbookWrap .content .formWrap select:visited, .ebookNewTemp .downloadEbookWrap .content .formWrap select:focus-visible {
  opacity: 1;
}
.ebookNewTemp .downloadEbookWrap .content .formWrap .gdpr {
  text-align: left;
}
.ebookNewTemp .downloadEbookWrap .content .formWrap button {
  display: block;
  text-align: left;
}
.ebookNewTemp .rsrcInrPostCntntSec {
  position: relative;
}
.ebookNewTemp .rsrcInrPostCntntSec::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  border: 2px solid rgba(66, 82, 110, 0.2);
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 0 auto;
}
.ebookNewTemp .formWrap .formSuccess {
  visibility: hidden;
}

.webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  color: #0e134f;
  margin: 0 0 20px;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}
.webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select::placeholder, .webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select::-webkit-input-placeholder, .webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select::-moz-placeholder {
  color: #ababab;
  font-weight: 400;
}
.webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select:focus, .webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select:visited, .webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select:focus-visible {
  opacity: 1;
}
.webinarNewTemp .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .videoWrap {
  visibility: hidden;
}

.cloudTrmsSec {
  padding: 100px 0;
}
.cloudTrmsSec .cloudTrmsMainWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap {
  max-width: 550px;
}
.cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap h2 {
  font-weight: 800;
  font-size: 48px;
  color: #0E134F;
  margin: 0 0 20px;
}
.cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  margin: 0 0 40px;
}
.cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap p:last-child {
  margin: 0;
}
.cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap a {
  font-weight: 600;
  font-size: 18px;
  color: #2F39BF;
}
.cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap a i {
  margin-left: 10px;
}

.cwGlossaryNavSec {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.cwGlossaryNavSec .cwGlossaryNavWrap {
  padding: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cwGlossaryNavSec .cwGlossaryNavWrap .cwGlossaryNavItem {
  background: #F8F9FB;
  border-radius: 5px;
  padding: 5px;
  min-width: 30px;
  display: inline-block;
  text-align: center;
}
.cwGlossaryNavSec .cwGlossaryNavWrap .cwGlossaryNavItem.active {
  background: #0080FF;
}
.cwGlossaryNavSec .cwGlossaryNavWrap .cwGlossaryNavItem.active p {
  color: #FFFFFF;
  font-weight: 700;
}
.cwGlossaryNavSec .cwGlossaryNavWrap .cwGlossaryNavItem p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #42526E;
  margin: 0;
}

.glossaryNavWrapSec .allResources {
  max-width: 170px;
  justify-content: flex-start;
}
.glossaryNavWrapSec .allResources a {
  display: contents;
}
.glossaryNavWrapSec .allResources i {
  display: flex;
  align-items: center;
  margin-right: 20px !important;
}
.glossaryNavWrapSec .glossaryWords .cwGlossaryNavItem {
  margin: 0 8px;
}
.glossaryNavWrapSec .glossaryWords .cwGlossaryNavItem p {
  font-weight: 400;
  font-size: 18px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #42526E;
  margin: 0;
}
.glossaryNavWrapSec .glossaryWords .cwGlossaryNavItem.active p {
  color: #2F39BF;
  font-weight: 700;
}
.glossaryNavWrapSec .glossarySearchWrap {
  max-width: 70px;
  justify-content: flex-end !important;
  position: relative;
}
.glossaryNavWrapSec .glossarySearchWrap input {
  width: 40px;
  border: 1px solid transparent;
  position: relative;
  z-index: 9;
  background: transparent;
  cursor: pointer;
  z-index: 99;
  padding: 0 30px 0 5px;
  color: transparent;
}
.glossaryNavWrapSec .glossarySearchWrap input:focus {
  width: 300px;
  background: #fff;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  cursor: text;
  z-index: 0;
  color: unset;
}
.glossaryNavWrapSec .glossarySearchWrap::before {
  position: absolute;
  content: "";
  background: url(https://www.cloudways.com/wp-content/uploads/2022/09/Vector-6.svg);
  height: 22px;
  width: 22px;
  z-index: 9;
  top: 3px;
  right: 10px;
}
.glossaryNavWrapSec .glossarySearchWrap .datafetch {
  position: absolute;
  right: 0;
  top: 39px;
  min-width: 292px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.glossaryNavWrapSec .glossarySearchWrap .datafetch .glossary-dict_srchBox_title {
  display: block;
  font-size: 16px;
  color: #42526E;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.glossaryNavWrapSec .rsrcHmpgSecondaryNavSec .ResourcesList > li, .glossaryNavWrapSec .rsrcHmpgSecondaryNavSec .infoList > li, .glossaryNavWrapSec .rsrcInrPageTopInfoSec .ResourcesList > li, .glossaryNavWrapSec .rsrcInrPageTopInfoSec .infoList > li {
  cursor: unset;
}

.cwGlossaryContentSecMob .cwGlossaryContentIntroWrap {
  margin-bottom: 40px;
}
.cwGlossaryContentSecMob .cwGlossaryContentIntroWrap h2 {
  font-size: 28px;
  font-weight: 800;
  color: #0E134F;
}
.cwGlossaryContentSecMob .cwGlossaryContentIntroWrap p {
  font-size: 16px;
  color: #42526E;
}

.cwGlossaryContentSec {
  padding: 100px 0;
}
.cwGlossaryContentSec .cwGlossaryContentIntroWrap {
  margin-bottom: 80px;
}
.cwGlossaryContentSec .cwGlossaryContentIntroWrap h2 {
  font-weight: 800;
  font-size: 48px;
  color: #0E134F;
}
.cwGlossaryContentSec .cwGlossaryContentIntroWrap p {
  font-weight: 400;
  font-size: 20px;
  color: #42526E;
}
.cwGlossaryContentSec .searchedForContent {
  margin-bottom: 40px;
}
.cwGlossaryContentSec .searchedForContent p {
  font-weight: 400;
  font-size: 30px;
  color: #42526E;
}
.cwGlossaryContentSec .searchedForContent p b {
  font-weight: 700;
  font-size: inherit;
  color: #0E134F;
}
.cwGlossaryContentSec .cwGlossaryCardsMainWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cwGlossaryContentSec .cwGlossaryCardsMainWrap .cwGlossaryCardWrap {
  width: calc(50% - 21px);
  padding: 30px 30px 60px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-bottom: 40px;
  position: relative;
}
.cwGlossaryContentSec .cwGlossaryCardsMainWrap .cwGlossaryCardWrap h3 {
  font-weight: 600;
  font-size: 22px;
  color: #0A1E43;
  margin: 0 0 15px;
}
.cwGlossaryContentSec .cwGlossaryCardsMainWrap .cwGlossaryCardWrap p {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 0 0 25px;
}
.cwGlossaryContentSec .cwGlossaryCardsMainWrap .cwGlossaryCardWrap a {
  font-weight: 600;
  font-size: 16px;
  color: #2F39BF;
  position: absolute;
  bottom: 30px;
}
.cwGlossaryContentSec .cwGlossaryCardsMainWrap .cwGlossaryCardWrap a i {
  margin-left: 10px;
}

.glossaryModal .modal {
  text-align: center;
}
.glossaryModal .modal-backdrop.in {
  background-color: rgba(0, 0, 0, 0.4);
}
.glossaryModal .modal-dialog {
  min-width: 800px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.glossaryModal .modal-body {
  padding: 0;
}
.glossaryModal .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 6px !important;
  overflow: hidden;
}
.glossaryModal .opacity-animate3 {
  animation: opt-animation3 1s;
  animation-fill-mode: forwards;
}
.glossaryModal .glossaryModalDetailsWrap {
  padding: 30px 30px 100px;
  text-align: left;
  position: relative;
  height: 100%;
}
.glossaryModal .glossaryModalDetailsWrap h3 {
  font-weight: 800;
  font-size: 30px;
  color: #0E134F;
  margin: 0 0 20px;
}
.glossaryModal .glossaryModalDetailsWrap p {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 0 0 15px;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F9FB;
  padding: 15px 30px;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap p {
  font-weight: 700;
  font-size: 16px;
  color: #0E134F;
  margin: 0;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap a {
  margin-left: 10px;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap a:first-child {
  margin-left: 20px;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap a i {
  display: flex;
  filter: brightness(0) opacity(0.3);
  transition: all 0.3s ease-in-out;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap a i:hover {
  filter: none;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterRightWrap {
  display: flex;
  align-items: center;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterRightWrap a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterRightWrap a i {
  display: flex;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterRightWrap a p {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 0 20px 0 10px;
}
.glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterRightWrap .glossaryModalCloseBtnWrap .cw-glb-btn2-wrap .cw-glb-btn {
  padding: 9px 30px;
}
.glossaryModal .panel-default > .panel-heading {
  padding: 15px 20px 15px 55px;
  background: #fff;
}
.glossaryModal .panel-default > .panel-heading h4 a {
  font-weight: 600;
  font-size: 18px;
  color: #0A1E43;
  position: relative;
  display: block;
}
.glossaryModal .panel-default > .panel-heading h4 a::before {
  position: absolute;
  content: "";
  background: url("https://www.cloudways.com/wp-content/uploads/2022/08/accordion-minus-icon.svg");
  height: 25px;
  width: 25px;
  top: -5px;
  left: -40px;
}
.glossaryModal .panel-default > .panel-heading h4 a.collapsed::before {
  background: url("https://www.cloudways.com/wp-content/uploads/2022/08/accordion-plus-icon.svg");
}
.glossaryModal .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 0 20px 15px 55px;
  font-weight: 400;
  font-size: 14px;
  color: #42526E;
}
.glossaryModal .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}
.glossaryModal .panel-group .panel .collapse {
  overflow-y: hidden;
}
.glossaryModal .panel-group .panel .collapse.in {
  overflow-y: scroll;
  max-height: 130px;
}

@keyframes opt-animation3 {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.glossaryFaqs #glb-nfaq-wrap {
  padding: 80px 0;
}

.glossaryFaqs .glb-nfaq-ttl h2 {
  font-weight: 800;
  color: #0e134f;
  margin: 0 0 20px;
}

.glossaryFaqs .glb-nfaq-ttl p {
  font-size: 20px;
  font-weight: 400;
  color: #42526e;
}

.agencySurvey .downloadEbookSec .downloadEbookWrap .content .formWrap input:not([type=checkbox]),
.agencySurvey .downloadEbookSec .downloadEbookWrap .content .formWrap select {
  color: #42526E;
  font-weight: 400;
  font-size: 16px;
}
.agencySurvey .downloadEbookSec .downloadEbookWrap .content .formWrap input::-moz-placeholder {
  color: #42526E !important;
}
.agencySurvey .downloadEbookSec .downloadEbookWrap .content .formWrap input::placeholder {
  color: #42526E !important;
}
.agencySurvey .downloadEbookSec .downloadEbookWrap .img {
  max-width: 490px;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content {
  padding: 0;
  box-shadow: none;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content h1 {
  font-weight: 800;
  font-size: 40px;
  color: #0E134F;
  margin: 0 0 40px;
  text-align: left;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content h2 {
  font-weight: 800;
  font-size: 18px;
  color: #0E134F;
  margin: 0 0 25px;
  text-align: left;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0E134F;
  margin: 60px 0 0;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content ul {
  margin-top: 15px;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content ul li {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content {
  text-align: left;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap .colLeft {
  flex: 0 0 50%;
  padding-right: 1%;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap .colRight {
  flex: 0 0 50%;
  padding-left: 1%;
}
.agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap select {
  padding: 13px 16px;
}
.agencySurvey .img.formContent .infoBox {
  margin-left: 40px;
}
.agencySurvey .img.formContent .infoBox h2 {
  font-weight: 700;
  font-size: 20px;
  color: #0e134f;
  margin: 40px 0 20px;
}
.agencySurvey .img.formContent .infoBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.agencySurvey .img.formContent .infoBox ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.agencySurvey .img.formContent .infoBox ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9ca5b3;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}
.agencySurvey .img.formContent .infoBox ul li a i {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}
.agencySurvey .ebookForm .infoBox {
  margin-left: 40px;
  display: none;
}
.agencySurvey .ebookForm .infoBox h2 {
  font-weight: 700;
  font-size: 20px;
  color: #0e134f;
  margin: 40px 0 20px;
}
.agencySurvey .ebookForm .infoBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.agencySurvey .ebookForm .infoBox ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.agencySurvey .ebookForm .infoBox ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9ca5b3;
  text-align: center;
  display: block;
  transition: all 0.5s ease-in-out;
}
.agencySurvey .ebookForm .infoBox ul li a i {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt h2 {
  margin: 50px 0 0;
  font-weight: 800;
  font-size: 36px;
  color: #0E134F;
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt p {
  font-weight: 400;
  font-size: 20px;
  color: #0E134F;
  margin: 15px 0 0;
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt a {
  margin-top: 36px;
  width: 400px;
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap {
  box-shadow: none;
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt {
  width: 100%;
  text-align: center;
  padding: 0;
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt .videoBox img {
  margin: 0 auto;
}
.demo-thank-you-page .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
  background: url(https://www.cloudways.com/wp-content/uploads/2022/10/cw-do-sprite.svg) no-repeat top;
  background-position-y: -13px;
}
.demo-thank-you-page .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
  width: 330px;
}
.demo-thank-you-page .webinarThanksFormSec {
  padding: 100px 0;
  min-height: calc(100vh - 93px);
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap {
  padding: 0;
}
.demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt .videoBox {
  max-width: 390px;
  margin: 0 auto;
}
.demo-thank-you-page .videoBox {
  position: relative;
  z-index: 1;
}
.demo-thank-you-page .videoBox::before {
  position: absolute;
  content: "";
  top: -60px;
  left: -49px;
  right: -28px;
  bottom: -51px;
  background: url(../../img/mavericks/post-webinar-video-back.png) no-repeat center;
  background-size: contain;
  z-index: -1;
}
.demo-thank-you-page .checkIconBox {
  text-align: center;
}
.demo-thank-you-page .checkIconBox img {
  display: inline-block;
  position: relative;
}

.safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li {
  margin: 0 0 10px;
}
.safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox, .safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap {
  max-width: 125px;
}
.safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
  padding: 0;
}
.safeUpdteInfoGraphics .rsrcInrPostCntntSec {
  padding-top: 0;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec {
  padding: 0 0 160px;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 30px 30px 0;
  max-width: 750px;
  margin: 0 auto 0 235px;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpLeftWrap img {
  margin-bottom: -35px;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap {
  padding-bottom: 30px;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap h3 {
  font-weight: 700;
  font-size: 24px;
  color: #0E134F;
  margin: 0;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap p {
  font-weight: 400;
  font-size: 16px;
  color: #42526E;
  margin: 10px 0 0;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap .rdyToFreeCtaWrap {
  margin-top: 20px;
}
.safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap .IGLoginCta {
  margin-left: 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #2F39BF;
}
.safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox h2 {
  text-align: center;
}

/* Section 12 :  Small Agencies Page */
.smallAgencies .rsrcHmpgBnrSec {
  background: linear-gradient(180deg, #0A1F76 0%, #1728D0 100%);
  padding: 190px 0 0;
}
.smallAgencies .rsrcHmpgBnrSec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../img/alternatives/cw-alternatives-new-bg.png) no-repeat center;
  background-size: cover;
}
.smallAgencies .rsrcHmpgBnrSec .rsrcHmpgBnrWrap {
  position: relative;
}
.smallAgencies .rsrcHmpgBnrSec .rsrcHmpgBnrWrap h1 {
  font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
  margin: 0 0 15px;
}
.smallAgencies .rsrcHmpgBnrSec .rsrcHmpgBnrWrap p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap, .smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap h3 {
  text-align: left;
}
.smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap p {
  font-weight: 600;
  font-size: 14px;
  color: #253858;
  margin: 0 0 10px;
}
.smallAgencies #downloadCaseStudyButton {
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}
.smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
  padding-left: 50px;
}
.smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap {
  border-radius: 8px 8px 0 0;
}
.smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister::before {
  display: none;
}

.cw-quote-sec {
  padding: 170px 0 120px;
  position: relative;
}
.cw-quote-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("https://www.cloudways.com/wp-content/uploads/2022/12/cw-quote-icon.png") no-repeat center;
  background-size: auto;
}
.cw-quote-sec .cw-quote-main-wrap {
  text-align: center;
  position: relative;
}
.cw-quote-sec .cw-quote-main-wrap p {
  font-weight: 600;
  font-size: 32px;
  color: #091E42;
}

.cw-tips-sec {
  padding: 80px 0;
}
.cw-tips-sec .cw-tips-head-wrap {
  text-align: center;
}
.cw-tips-sec .cw-tips-head-wrap h2 {
  font-weight: 800;
  font-size: 36px;
  color: #091E42;
}
.cw-tips-sec .cw-tips-content-main-wrap {
  margin-top: 50px;
}
.cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  width: calc(50% - 20px);
  padding: 40px;
}
.cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card .tips-card-left-wrap {
  margin-right: 30px;
}
.cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card .tips-card-right-wrap h3 {
  font-weight: 700;
  font-size: 24px;
  color: #091E42;
  margin: 0 0 10px;
}
.cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card .tips-card-right-wrap p {
  font-weight: 400;
  font-size: 16px;
  color: #5E6C84;
  margin: 0;
}

.cw-summary-sec {
  padding: 110px 0;
  background: #1927E0;
  position: relative;
}
.cw-summary-sec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../../img/alternatives/cw-alternatives-new-bg.png) no-repeat center;
  background-size: cover;
}
.cw-summary-sec .cw-summary-head-wrap {
  text-align: center;
  position: relative;
}
.cw-summary-sec .cw-summary-head-wrap h2 {
  font-weight: 800;
  font-size: 44px;
  color: #FFFFFF;
  margin: 0;
}
.cw-summary-sec .cw-summary-head-wrap p {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  margin: 30px 0 0;
}
.cw-summary-sec .cw-summary-head-wrap a {
  margin: 30px 0 0;
}

.rsrcHmpgBnrSec.ask-me-anything {
  padding: 170px 0 100px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li::before {
  content: "\f00c";
  color: #2F39BF;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
  font-weight: 800;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h4 {
  margin: 35px 0 15px;
  font-weight: 700;
  font-size: 24px;
  color: #42526E;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap {
  margin: 25px 0 0;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input[type=text], .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input[type=email], .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select, .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap textarea {
  font-weight: 400;
  font-size: 14px;
  padding: 12px 15px;
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid rgba(66, 82, 110, 0.21);
  border-radius: 6px;
  opacity: 1;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input::-moz-placeholder, .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap textarea::-moz-placeholder {
  color: rgba(66, 82, 110, 0.67) !important;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input::placeholder, .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap textarea::placeholder {
  color: rgba(66, 82, 110, 0.67) !important;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap input, .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap textarea {
  color: #42526E;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap select {
  color: rgba(66, 82, 110, 0.67);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(https://www.cloudways.com/wp-content/uploads/2022/11/caret_down.svg) no-repeat;
  background-position: 95% center;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap textarea {
  resize: none;
  max-height: 145px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .gdpr label {
  font-size: 13px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap span.wpcf7-list-item {
  margin-left: 0;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .formWrap .wpcf7-submit.btn.cw-glb-btn {
  display: inline-block;
  width: auto;
  padding: 10px 24px;
  background-color: #09ebaf;
  border-color: #09ebaf;
  opacity: 1;
  font-weight: 700;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap {
  flex-direction: initial;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
  text-align: revert;
  max-width: 600px;
  margin: 0;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
  text-align: left;
  padding: 0;
  max-width: 388px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister:before {
  left: -60px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap {
  margin: 0;
  padding: 40px;
  max-width: 100%;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .thankWrap {
  text-align: center;
  display: none;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap .thankWrap h4 {
  font-weight: 800;
  font-size: 34px;
  color: #0E134F;
  margin: 15px 0 8px;
}
.rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap h3 {
  font-weight: 800;
}

.rsrcInrPageTopInfoSec.ask-me-anything {
  padding: 21px 0;
}
.rsrcInrPageTopInfoSec.ask-me-anything .infoList li i {
  height: 36px;
  display: flex;
  align-items: center;
}
.rsrcInrPageTopInfoSec.ask-me-anything .infoList li {
  align-items: center;
}
.rsrcInrPageTopInfoSec.ask-me-anything .infoList li .info .value {
  font-size: 18px;
}
.rsrcInrPageTopInfoSec.ask-me-anything .infoList li .info .value span {
  color: #1388CA;
}

.ask-me-anything .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ul li,
.ask-me-anything .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ol li {
  font-weight: 400;
}

/*  Demo Registration Page  */
.demoRegistrationForm .dropDowns select {
  background: transparent;
  border: 1px solid rgba(66, 82, 110, 0.39);
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  height: auto;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 10px;
  transition: all 0.5s ease-in-out;
  color: rgba(0, 0, 0, 0.43);
}

.demo-reg-pg .ppc-hdr-wrap nav .ppc-value-hdr-cw-logo {
  background-position-y: -22px;
  width: 159px;
  background-size: 385px;
  background-position-x: -13px;
}
.demo-reg-pg .ppc-hdr-wrap nav.affix .ppc-value-hdr-cw-logo {
  background-size: 385px;
  background-position-y: -22px;
}
.demo-reg-pg.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul {
  margin-top: 20px;
  list-style-type: none;
}
.demo-reg-pg.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li {
  font-weight: 400;
  font-size: 18px;
  color: #42526E;
  position: relative;
  margin-bottom: 10px;
}
.demo-reg-pg.rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt ul li::before {
  content: "\f00c";
  color: #2F39BF;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: -35px;
  top: 5px;
}

/*  Case Study Sidebanner  */
.post_sideBnr_Box_lhs-campaign {
  left: -200px;
  transform: translateX(20%);
  bottom: 20px !important;
  max-width: 200px !important;
}

.post_sideBnr_Box_rhs-campaign {
  max-width: 240px !important;
}

/*  Case Study Sidebanner  */
/* Whitepaper */
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap.whitepaper .rsrcInrPostCntntLeftWrap .fixWrap .infoBox {
  margin-bottom: 30px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap.whitepaper .rsrcInrPostCntntRightWrap ul {
  padding: 0 0 0 30px;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap.whitepaper .rsrcInrPostCntntRightWrap ul li {
  position: relative;
  list-style: none;
}
.rsrcInrPostCntntSec .rsrcInrPostCntntWrap.whitepaper .rsrcInrPostCntntRightWrap ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -28px;
  width: 20px;
  background: url("https://www.cloudways.com/wp-content/uploads/2024/12/foursquare-check-in-1.svg") no-repeat center;
}

.rsrcHmpgSecondaryNavSec .ResourcesList > li i {
  margin-top: -2px;
  max-width: none;
}

.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .image img,
.rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox.onLoadMore .image img {
  width: 100%;
}

.whitepaper-bnnr-img .rsrcHmpgBnrWrap .text-left .preHdng {
  color: #42526e;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 45px;
}
.whitepaper-bnnr-img .rsrcHmpgBnrWrap .text-left .preHdng::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 40px;
  background: url("https://www.cloudways.com/wp-content/uploads/2024/12/whitepaper-icon.svg") no-repeat;
}

/* Whitepaper */
/*  Demo Registration Page  */
@media (max-width: 1200px) {
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap {
    margin: 0 auto 0 150px;
  }
}
@media (max-width: 992px) {
  .rsrcHmpgBnrSec {
    padding: 60px 0 80px;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt .preHdng {
    font-size: 20px;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
    font-size: 36px;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt p {
    font-size: 18px;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    padding-left: 50px;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li,
  .rsrcHmpgSecondaryNavSec .infoList > li,
  .rsrcInrPageTopInfoSec .ResourcesList > li,
  .rsrcInrPageTopInfoSec .infoList > li {
    font-size: 16px;
    padding: 0 8px;
    flex: auto;
    text-align: left;
    align-items: center;
  }
  .aboutMavericksProgramsSec {
    padding: 60px 0;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define {
    padding-left: 50px;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define h2 {
    font-size: 32px;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define p {
    font-size: 16px;
  }
  .meetMavericksSec {
    padding: 60px 0;
  }
  .meetMavericksSec .topTxt {
    margin-bottom: 50px;
  }
  .meetMavericksSec .topTxt h2 {
    font-size: 32px;
  }
  .meetMavericksSec .topTxt p {
    font-size: 16px;
  }
  .meetMavericksSec .meetMavericksCarousel .meetMavericksTabs {
    padding-right: 30px;
  }
  .meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent {
    padding: 30px;
    flex: 1;
  }
  .meetMavericksSec .meetMavericksCarousel .meetMavericksTabsContent p {
    line-height: 26px;
    font-size: 18px;
  }
  .upcomingEventsSec {
    padding: 60px 0;
  }
  .upcomingEventsSec .topTxt {
    margin-bottom: 50px;
  }
  .upcomingEventsSec .topTxt h2 {
    font-size: 32px;
  }
  .upcomingEventsSec .topTxt p {
    font-size: 16px;
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details .date {
    font-size: 14px;
    line-height: 14px;
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details h3 {
    font-size: 20px;
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .date {
    font-size: 24px;
    width: 70px;
    height: 70px;
    line-height: 25px;
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .date .month {
    font-size: 16px;
  }
  .rsrcHmpgCatgSec {
    padding: 60px 0 30px;
  }
  .rsrcHmpgCatgSec .header {
    margin-bottom: 40px;
  }
  .rsrcHmpgCatgSec .header h2 {
    font-size: 32px;
  }
  .rsrcHmpgCatgSec .header p {
    font-size: 16px;
  }
  .rsrcHmpgCatgSec .header .link {
    padding-left: 10px;
  }
  .rsrcHmpgCatgSec .header .link a {
    font-size: 16px;
  }
  .rsrcHmpgCatgPostsWrap {
    margin: 0 -15px;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details {
    padding: 20px 20px 60px;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .preHeading {
    font-size: 14px;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details h3 {
    font-size: 20px;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox .details .link {
    bottom: 20px;
  }
  .applyMavericksSec {
    padding: 60px 0;
  }
  .applyMavericksSec .applyMavericksWrap {
    padding: 30px 40px;
  }
  .applyMavericksSec .applyMavericksWrap .text {
    padding-right: 60px;
  }
  .applyMavericksSec .applyMavericksWrap .text h2 {
    font-size: 32px;
  }
  .applyMavericksSec .applyMavericksWrap .text p {
    font-size: 16px;
  }
  .applyMavericksSec .applyMavericksWrap .formWrap .cw-consent-checkbox span.wpcf7-not-valid-tip {
    margin-top: 20px;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li.allResources {
    flex: auto;
  }
  .rsrcCatgPostSbscbrBox {
    margin: 0 0 30px;
    padding: 30px 40px;
  }
  .rsrcCatgPostSbscbrBox .txtWrap {
    padding-right: 40px;
  }
  .rsrcCatgPostSbscbrBox .txtWrap h3 {
    font-size: 26px;
  }
  .rsrcCatgPostSbscbrBox .txtWrap p {
    font-size: 16px;
  }
  .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    padding-left: 40px;
  }
  .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg::before {
    left: -10px;
    right: -10px;
    top: -20px;
    bottom: -20px;
  }
  .rsrcInrPostCntntSec {
    padding: 60px 0;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
    padding-left: 40px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap h2 {
    font-size: 24px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap p {
    font-size: 16px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ul,
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ol {
    margin: 0 0 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ul li,
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ol li {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 16px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest {
    margin: 30px 0 40px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details p {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details .name {
    font-size: 20px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details .designation {
    font-size: 14px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.sticky {
    top: 60px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.stickyBottom {
    top: auto;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap.flexReverse .rsrcInrPostCntntRightWrap {
    padding-left: 0;
    padding-right: 40px;
  }
  .rsrcHmpgFtrdSec {
    padding: 40px 0;
  }
  .rsrcHmpgFtrdSec h2 {
    font-size: 36px;
    margin: 0;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap {
    margin-top: 40px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item {
    max-width: 500px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details {
    margin-top: 20px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details .type {
    font-size: 18px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details h3 {
    font-size: 28px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox .details p {
    font-size: 16px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-inner .item .rsrcHmpgFtrdSldBox img {
    max-width: 100%;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-control {
    position: initial;
    display: inline-block;
    width: 49%;
    margin-top: 20px;
  }
  .rsrcHmpgFtrdSec .rsrcHmpgFtrdSldrWrap .carousel-control span.glyphicon {
    position: initial;
    opacity: 1;
    font-size: 22px;
    font-weight: 300;
    opacity: 0.6;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote.option2 {
    margin: 30px 0;
    padding: 40px 15px 0;
    line-height: 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote .copyTweet {
    opacity: 1;
    visibility: visible;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta {
    padding: 20px 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details {
    padding-left: 20px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap blockquote:not(.option2) {
    padding: 0 0 0 20px;
    margin: 30px 0;
    line-height: 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta {
    padding: 20px 30px;
    margin: 0 0 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details {
    padding-left: 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .img img {
    bottom: -20px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap h3 {
    font-size: 20px;
  }
  .downloadEbookSec {
    padding: 60px 0;
  }
  .downloadEbookSec .downloadEbookWrap .img {
    padding-right: 30px;
  }
  .downloadEbookSec .downloadEbookWrap .content h2 {
    font-size: 28px;
  }
  .downloadEbookSec .downloadEbookWrap .content p {
    font-size: 16px;
  }
  .downloadCaseStudyModal.in .modal-dialog {
    width: 80%;
  }
  .downloadCaseStudyModal.in .modal-dialog .modal-content {
    padding: 30px;
  }
  .downloadCaseStudyModal.in .modal-dialog .modal-content .mainWrap .form h3 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .downloadCaseStudyModal.in .modal-dialog .modal-content .mainWrap .form p {
    font-size: 16px;
  }
  .webinar_videoModal.modal::before {
    height: 3%;
  }
  .webinar_videoModal .modal-body {
    flex-direction: column;
  }
  .webinar_videoModal .embed-responsive.embed-responsive-16by9.webinar_youtube_videoBox {
    padding-bottom: 60%;
  }
  .webinar_videoModal .modalVideoDescBox {
    padding: 0;
    margin-top: 50px;
  }
  .webinar_videoModal .modal-dialog {
    width: auto;
  }
  .courseBenefitSec {
    padding: 50px 0;
  }
  .courseBenefitSec h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .courseInstructorSec {
    padding: 50px 0;
  }
  .courseInstructorSec h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  .courseInstructorSec .courseInstructorWrap {
    margin-top: 40px;
  }
  .courseInstructorSec .courseInstructorWrap .details h3 {
    font-size: 24px;
  }
  .courseInstructorSec .courseInstructorWrap .details p {
    font-size: 16px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.courseOutlineWrap h2 {
    font-size: 24px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .courseOutline li {
    font-size: 16px;
  }
  .courseBenefitSec .courseBenefitsWrap .courseBenefitBox .details h3 {
    font-size: 18px;
  }
  .courseBenefitSec .courseBenefitsWrap .courseBenefitBox .details p {
    font-size: 15px;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList li {
    font-size: 15px;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline .parentChapNameList ul li a {
    font-size: 14px;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .courseInnerTabsWrap .courseInnerTabs li a {
    font-size: 16px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap h2 {
    font-size: 20px;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
    padding-left: 0 !important;
    margin-top: 30px;
  }
  .rsrcCourseOutline_cta_wrap button,
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap {
    display: block;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .courseOutline h2 {
    display: none;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap {
    width: 100% !important;
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin-bottom: 20px;
    display: none;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox {
    padding: 0 !important;
    margin: 0 !important;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap {
    width: 100%;
    text-align: center;
    margin: 20px 0 40px;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap a.btn {
    width: 250px;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap a.btn:nth-of-type(1) {
    margin-right: 5px;
  }
  .rsrcCourseOutline_cta_fxd {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
  }
  .rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap {
    margin-top: 5px;
  }
  .rsrcHmpgBnrSec.courseInner {
    padding: 80px 0 30px;
  }
  .masterClassQuizSec {
    padding-top: 0;
  }
  .masterClassQuizSec .quizWrap .quizGuidelineBox .body {
    padding: 40px;
  }
  .masterClassQuizSec .quizWrap .passedInfoWrap {
    padding: 50px;
  }
  /* @Section 6.1. Mavericks Inner Page - Amendments */
  .registerForWebinarModal .form {
    margin: 0 0 40px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap {
    padding: 30px 30px 50px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt {
    padding-right: 40px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt h2 {
    font-size: 28px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt p {
    font-size: 16px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt ol li {
    font-size: 16px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .formError, .webinarThanksFormSec .webinarThanksFormWrap .formSuccess {
    font-size: 14px;
  }
  .webinarThanksFormWrapNew {
    padding: 30px 30px 50px;
  }
  .webinarReplayBnr .rsrcHmpgBnrSec {
    padding: 60px 0 80px;
  }
  .ebookNewTemp .downloadEbookWrap .img.formContent h2 {
    font-size: 28px;
  }
  .ebookNewTemp .downloadEbookWrap .img.formContent ul li, .ebookNewTemp .downloadEbookWrap .img.formContent ol li {
    font-size: 16px;
  }
  .cloudTrmsSec {
    padding: 60px 0;
  }
  .cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap {
    max-width: 380px;
  }
  .cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap h2 {
    font-size: 28px;
  }
  .cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap p {
    font-size: 16px;
  }
  .cwGlossaryNavSec .cwGlossaryNavWrap {
    flex-wrap: wrap;
  }
  .cwGlossaryNavSec .cwGlossaryNavWrap .cwGlossaryNavItem {
    width: calc(8% - 5px);
    margin-bottom: 5px;
  }
  .glossaryNavWrapSec .rsrcHmpgSecondaryNavSec .ResourcesList > li, .glossaryNavWrapSec .rsrcHmpgSecondaryNavSec .infoList > li, .glossaryNavWrapSec .rsrcInrPageTopInfoSec .ResourcesList > li, .glossaryNavWrapSec .rsrcInrPageTopInfoSec .infoList > li {
    border-left: 0;
  }
  .glossaryNavWrapSec .ResourcesList {
    flex-direction: column;
  }
  .glossaryNavWrapSec .ResourcesList li {
    margin-bottom: 15px;
  }
  .glossaryNavWrapSec .ResourcesList li:last-child {
    margin-bottom: 0;
  }
  .glossaryNavWrapSec .ResourcesList .allResources li {
    text-decoration: underline;
  }
  .glossaryNavWrapSec .ResourcesList .glossarySearchWrap {
    justify-content: center !important;
  }
  .glossaryNavWrapSec .ResourcesList .glossarySearchWrap::before {
    top: 0;
    right: -100px;
  }
  .glossaryNavWrapSec .ResourcesList .glossarySearchWrap input {
    width: 300px;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    cursor: text;
    z-index: 0;
    color: unset;
  }
  .cwGlossaryContentSec .cwGlossaryContentIntroWrap h2 {
    font-size: 28px;
  }
  .cwGlossaryContentSec .cwGlossaryContentIntroWrap p {
    font-size: 16px;
  }
  .cwGlossaryContentSec .searchedForContent p {
    font-size: 20px;
  }
  .cwGlossaryContentSec {
    padding: 60px 0;
  }
  .cwGlossaryContentSecMob {
    display: block !important;
  }
  .cwGlossaryContentSec .cwGlossaryContentIntroWrap {
    display: none;
    margin-bottom: 40px;
  }
  .glossaryModal .modal-dialog {
    min-width: unset;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content h1 {
    font-size: 28px;
  }
  .agencySurvey .img.formContent .infoBox h2 {
    font-size: 20px;
  }
  .demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt h2 {
    font-size: 28px;
  }
  .demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt p {
    font-size: 18px;
  }
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap {
    margin: 0 auto;
  }
  .smallAgencies .rsrcHmpgBnrSec {
    padding-top: 100px;
  }
  .cw-quote-sec {
    padding: 80px 0;
  }
  .cw-tips-sec, .cw-summary-sec {
    padding: 60px 0;
  }
  .cw-quote-sec .cw-quote-main-wrap p, .cw-tips-sec .cw-tips-head-wrap h2, .cw-summary-sec .cw-summary-head-wrap h2 {
    font-size: 28px;
  }
  .cw-summary-sec .cw-summary-head-wrap p {
    font-size: 16px;
  }
  .cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt h1 {
    font-size: 28px;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt p {
    font-size: 16px;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li i svg,
  .rsrcHmpgSecondaryNavSec .infoList > li i svg,
  .rsrcInrPageTopInfoSec .ResourcesList > li i svg,
  .rsrcInrPageTopInfoSec .infoList > li i svg {
    display: none;
  }
  .rsrcHmpgSecondaryNavSec .infoList li .info,
  .rsrcInrPageTopInfoSec .infoList li .info {
    padding: 0;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li,
  .rsrcHmpgSecondaryNavSec .infoList > li,
  .rsrcInrPageTopInfoSec .ResourcesList > li,
  .rsrcInrPageTopInfoSec .infoList > li {
    text-align: center;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define h2,
  .meetMavericksSec .topTxt h2 {
    font-size: 28px;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define .link a {
    font-size: 16px;
  }
  .meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li .img {
    max-width: 50px;
  }
  .meetMavericksSec .meetMavericksCarousel .meetMavericksTabs .carousel-indicators li .details .name {
    font-size: 18px;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox {
    width: calc(50% - 30px);
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-menu,
  .rsrcHmpgSecondaryNavSec .infoList > li .dropdown-menu,
  .rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-menu,
  .rsrcInrPageTopInfoSec .infoList > li .dropdown-menu {
    min-width: 180px;
    padding: 15px;
    transform: scale(0.9);
    transform-origin: top center;
  }
  .rsrcHmpgSecondaryNavSec {
    padding: 10px 0;
  }
  .rsrcCatgPostSbscbrBox {
    flex-direction: column;
  }
  .rsrcCatgPostSbscbrBox .txtWrap {
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox {
    margin-bottom: 30px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox h3 {
    width: 100%;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox {
    flex-direction: column;
    flex: 1;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .img {
    margin: 0 0 10px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .details {
    text-align: center;
  }
  .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap {
    flex-direction: column-reverse;
    align-items: initial;
  }
  .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    padding: 0;
    margin: 0;
  }
  .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
    text-align: center !important;
    margin-bottom: 30px;
  }
  .rsrcHmpgBnrSec.ppcWebinar .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    margin: 50px 0 50px;
    padding: 0px 20px;
  }
  .downloadCaseStudyModal.in .modal-dialog {
    width: calc(100% - 20px);
  }
  .rsrcInrPostCntntSec:not(.courseInnerCntntSec) {
    padding: 60px 0 40px;
  }
  .rsrcInrPostCntntSec:not(.courseInnerCntntSec) .rsrcInrPostCntntWrap {
    display: block;
    text-align: center;
  }
  .rsrcInrPostCntntSec:not(.courseInnerCntntSec) .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .courseOutline li::before {
    position: relative;
    left: -10px;
    top: 0px;
    display: inline-block;
  }
  .rsrcInrPostCntntSec:not(.courseInnerCntntSec) .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .courseOutline {
    padding: 0;
    margin-bottom: 40px;
  }
  .rsrcInrPostCntntSec:not(.courseInnerCntntSec) .rsrcInrPostCntntWrap.flexReverse .rsrcInrPostCntntRightWrap {
    padding: 0;
  }
  .ppcWebinarRegistrationSec {
    padding: 60px 0;
  }
  .ppcWebinarRegistrationSec .txt h2 {
    font-size: 28px;
  }
  .ppcWebinarRegistrationSec .txt p {
    font-size: 16px;
  }
  .ppcWebinarRegistrationSec .form .formWrap {
    flex-direction: column;
  }
  .ppcWebinarRegistrationSec .form .formWrap input[type=email],
  .ppcWebinarRegistrationSec .form .formWrap input[type=text] {
    width: 100%;
    margin: 0 0 20px;
  }
  .ppcWebinarRegistrationSec .form .formWrap .gdpr {
    margin-top: 30px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ul,
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap ol {
    text-align: left;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .details {
    text-align: left;
  }
  .webinarThanksFormSec .webinarThanksFormWrap {
    flex-direction: column;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt {
    width: 100%;
    padding: 0 0 40px;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxtNew {
    width: 100%;
    margin-right: 0px;
    padding-right: 0;
  }
  .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksRightWrap {
    width: 100%;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
    padding-left: 0;
  }
  .cloudTrmsSec .cloudTrmsMainWrap {
    flex-direction: column;
  }
  .cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsLeftWrap {
    margin-bottom: 40px;
  }
  .cloudTrmsSec .cloudTrmsMainWrap .cloudTrmsRightWrap {
    max-width: 100%;
    text-align: center;
  }
  .cwGlossaryContentSec .cwGlossaryCardsMainWrap .cwGlossaryCardWrap {
    width: 100%;
  }
  .glossaryNavWrapSec .glossaryWords {
    max-width: 350px;
    flex-wrap: wrap;
  }
  .agencySurvey .downloadEbookSec .downloadEbookWrap {
    flex-direction: column;
  }
  .agencySurvey .downloadEbookSec .downloadEbookWrap .img {
    max-width: 100%;
    margin: 0 auto;
  }
  .agencySurvey .img.formContent .infoBox {
    margin: 0 0 20px;
    text-align: center;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content h1 {
    text-align: center;
    margin-top: 30px;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap button {
    margin: 0 auto;
  }
  .agencySurvey .img.formContent .infoBox h2 {
    margin-top: 20px;
  }
  .agencySurvey .img.formContent .infoBox {
    display: none;
  }
  .agencySurvey .ebookForm .infoBox {
    display: block;
    margin: 30px 0 0;
    text-align: center;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content h2 {
    text-align: center;
  }
  .safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox, .safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap {
    max-width: 100%;
  }
  .safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare {
    flex-direction: row;
  }
  .safeUpdteInfoGraphics .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .socialShare li {
    margin: 0 10px 0 0;
  }
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap {
    flex-direction: column;
  }
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpLeftWrap {
    text-align: center;
    margin-bottom: 25px;
  }
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap {
    text-align: center;
  }
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap .rdyToFreeCtaWrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .safeUpdteInfoGraphics .rdyToFreeUpSec .rdyToFreeUpMainWrap .rdyToFreeUpRightWrap .IGLoginCta {
    margin-top: 15px;
  }
  .safeUpdteInfoGraphics .rsrcInrPostCntntSec:not(.courseInnerCntntSec) {
    padding-top: 0;
  }
  .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    text-align: center;
    margin: 0 0 50px;
  }
  .rsrcHmpgBnrSec.ask-me-anything .rsrcHmpgBnrWrap .rsrcHmpgBnrImg.getRegister .mainFormWrap {
    padding: 30px;
  }
  .ask-me-anything .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap {
    margin: 0 auto;
  }
  .post_sideBnr_Box_lhs-campaign {
    transform: translateX(5%);
  }
}
@media (max-width: 550px) {
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap {
    flex-direction: column-reverse;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    padding: 0;
    margin-bottom: 30px;
  }
  .rsrcHmpgBnrSec .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
    text-align: center !important;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li,
  .rsrcHmpgSecondaryNavSec .infoList > li,
  .rsrcInrPageTopInfoSec .ResourcesList > li,
  .rsrcInrPageTopInfoSec .infoList > li {
    font-size: 14px;
  }
  .rsrcInrPageTopInfoSec .infoList {
    flex-wrap: wrap;
  }
  .rsrcInrPageTopInfoSec .infoList > li {
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .rsrcInrPageTopInfoSec .infoList > li:nth-of-type(3) {
    border: 0 !important;
  }
  .rsrcInrPageTopInfoSec .infoList > li:last-child {
    flex: 1;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap {
    flex-direction: column;
  }
  .aboutMavericksProgramsSec .aboutMavericksProgramsWrap .define {
    padding: 0;
    margin-top: 30px;
    text-align: center;
  }
  .meetMavericksSec .topTxt {
    text-align: center;
  }
  .meetMavericksSec .meetMavericksCarousel {
    flex-direction: column;
  }
  .meetMavericksSec .meetMavericksCarousel .meetMavericksTabs {
    padding: 0;
    margin-bottom: 30px;
  }
  .upcomingEventsSec .topTxt {
    text-align: center;
  }
  .upcomingEventsSec .topTxt h2 {
    font-size: 28px;
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox {
    flex-wrap: wrap;
    padding: 15px;
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .details {
    margin-right: 0;
    margin-left: 15px;
    width: calc(100% - 85px);
  }
  .upcomingEventsSec .upcomingEventsWrap .upcomingEventsBox .registeration {
    flex: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .rsrcHmpgCatgSec .header {
    flex-direction: column;
    text-align: center;
  }
  .rsrcHmpgCatgSec .header .link {
    display: block;
    padding: 0;
    margin: 15px auto 0;
  }
  .rsrcHmpgCatgPostsWrap {
    margin: 0;
  }
  .rsrcHmpgCatgPostsWrap .rsrcHmpgCatgPostBox {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 340px;
  }
  .applyMavericksSec .applyMavericksWrap {
    flex-direction: column;
  }
  .applyMavericksSec .applyMavericksWrap .text {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li .dropdown-toggle,
  .rsrcHmpgSecondaryNavSec .infoList > li .dropdown-toggle,
  .rsrcInrPageTopInfoSec .ResourcesList > li .dropdown-toggle,
  .rsrcInrPageTopInfoSec .infoList > li .dropdown-toggle {
    font-size: 16px;
    padding-right: 15px;
  }
  .rsrcHmpgSecondaryNavSec .ResourcesList > li.allResources {
    display: none;
  }
  .rsrcCatgPostSbscbrBox {
    padding: 30px;
  }
  .rsrcCatgPostSbscbrBox .formWrap .form {
    flex-direction: column;
  }
  .rsrcCatgPostSbscbrBox .formWrap .form input:not([type=submit]) {
    margin: 0 0 15px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap {
    flex-direction: column-reverse;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap.flexReverse {
    flex-direction: column;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap {
    padding: 0 0 0;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.sticky, .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.stickyBottom {
    position: initial;
    width: 100% !important;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox {
    flex-direction: row;
    width: 200px;
    margin: 0 auto 20px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox:last-child {
    margin: 0 auto 20px;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox .guestBox .details {
    padding-left: 20px;
    text-align: left;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap .infoBox.courseOutlineWrap {
    text-align: center;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .fixWrap.notSticky {
    padding: 0;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap {
    padding: 0 !important;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .aboutGuest .img img {
    max-width: 80px;
  }
  .downloadEbookSec .downloadEbookWrap {
    flex-direction: column;
  }
  .downloadEbookSec .downloadEbookWrap .img {
    padding: 0;
    margin-bottom: 30px;
  }
  .downloadEbookSec .downloadEbookWrap .content {
    text-align: center;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta,
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta {
    flex-direction: column;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineSpprtCta .details,
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .details {
    padding: 0;
    margin-top: 25px;
    text-align: center;
  }
  .rsrcInrPostCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntRightWrap .inlineDemoCta .img img {
    position: initial;
    max-width: 100%;
  }
  .downloadCaseStudyModal .modal-content .mainWrap {
    flex-direction: column;
  }
  @keyframes modalIn {
    0% {
      opacity: 0;
      top: 0;
    }
    100% {
      opacity: 1;
      top: 50%;
    }
  }
  .courseBenefitSec .courseBenefitsWrap {
    margin: 0;
    flex-wrap: wrap;
  }
  .courseBenefitSec .courseBenefitsWrap .courseBenefitBox {
    margin: 0 0 20px;
    width: 100%;
  }
  .courseBenefitSec .courseBenefitsWrap .courseBenefitBox:last-child {
    margin: 0;
  }
  .courseInstructorSec .courseInstructorWrap {
    flex-direction: column;
  }
  .courseInstructorSec .courseInstructorWrap .img {
    padding: 0 30px;
    margin-bottom: 30px;
  }
  .courseInstructorSec .courseInstructorWrap .details {
    text-align: center;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap a.btn {
    width: 100%;
  }
  .rsrcInrPostCntntSec.courseInnerCntntSec .rsrcInrPostCntntWrap .rsrcInrPostCntntLeftWrap .infoBox.quizBtnWrap a.btn:nth-of-type(1) {
    margin: 0 0 10px !important;
  }
  .rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap,
  .rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .socialShareWrap .socialShare {
    display: block;
    text-align: center;
  }
  .rsrcHmpgBnrSec.courseInner .rsrcHmpgBnrWrap .rsrcHmpgBnrTxt {
    padding: 0 !important;
  }
  .masterClassQuizSec .quizWrap .passedInfoWrap {
    padding: 25px;
  }
  /* @Section 6.1. Mavericks Inner Page - Amendments */
  .registerForWebinarModal .img {
    display: none;
  }
  .registerForWebinarModal .form {
    padding-left: 0;
    margin: 0 0 40px;
  }
  .upcomingEventsSec.innerWebinar .upcomingEventsWrap .upcomingEventsBox .details .guests {
    display: none;
  }
  .ebookNewTemp .downloadEbookSec .downloadEbookWrap {
    flex-direction: column-reverse;
  }
  .ebookNewTemp .downloadEbookSec .downloadEbookWrap .img {
    margin: 30px 0 0;
  }
  .webinarThanksLists .hm_newBnr_ctaMainBox {
    text-align: center;
  }
  .webinarThanksLists .review-box {
    text-align: center;
  }
  .glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap {
    flex-direction: column;
  }
  .glossaryModal .glossaryModalDetailsWrap .glossaryModalFooterWrap .glossaryFooterLeftWrap {
    margin-bottom: 20px;
  }
  .glossaryNavWrapSec .rsrcHmpgSecondaryNavSec .ResourcesList > li.allResources {
    display: unset;
  }
  .glossaryNavWrapSec .ResourcesList .glossarySearchWrap::before {
    right: -90px;
  }
  .agencySurvey .ebookNewTemp .downloadEbookSec .downloadEbookWrap {
    flex-direction: column;
  }
  .agencySurvey .ebookNewTemp .downloadEbookSec .downloadEbookWrap .img {
    margin: 0 auto;
  }
  .agencySurvey .img.formContent .infoBox h2 {
    margin-top: 0;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap {
    flex-wrap: wrap;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap .colLeft,
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap .colRight {
    flex: 0 0 100%;
    padding: 0;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content h2 {
    text-align: center;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap .firstInput {
    max-width: 100%;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content .formWrap .inputFlexWrap .secondInput {
    max-width: 100%;
  }
  .agencySurvey .ebookNewTemp .downloadEbookWrap .content h3 {
    margin-top: 70px;
  }
  .demo-thank-you-page .webinarThanksFormSec .webinarThanksFormWrap .webinarThanksFormTxt a {
    width: 320px;
  }
  .smallAgencies .rsrcHmpgBnrSec.WebinarInner .rsrcHmpgBnrWrap .rsrcHmpgBnrImg {
    padding-left: 0;
  }
  .cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card {
    flex-direction: column;
  }
  .cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card .tips-card-left-wrap {
    margin: 0 0 20px;
  }
  .cw-tips-sec .cw-tips-content-main-wrap .cw-tips-cards-wrap .cw-tips-card .tips-card-right-wrap {
    text-align: center;
  }
}
@media (min-width: 1000px) {
  .webinar_videoModal .modal-dialog {
    width: 950px;
  }
}
@media (min-width: 1300px) {
  .webinar_videoModal .modal-dialog {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .webinar_videoModal .modal-dialog {
    width: 1300px;
  }
}
@media (max-width: 427px) {
  html .cw_cmpg_2023 #om-xwfwwzweczseysynj6vj.post_sideBnr_Box_lhs-campaign {
    max-width: 240px !important;
  }
}/*# sourceMappingURL=resource-section.css.map */