/*
Theme Name: WP Bootstrap Starter
*/

/**** General elements ****/
/*** CU website Colors ***/
:root {
  --white: #FFFFFF;
  --black: #000000;
  --lightblue: #A9B1D0;
  --darkblue: #081E3D;
  --darkerblue: #0C182E;
  --lightgray: #F7FBFF;
  --darkgray: #616985;
  --pink: #E60060;
  --yellow: #FFB800;
}

@font-face {
  font-family: 'Cosmica-Regular';
  src: url('/wp-content/themes/controlup-bootstrap/inc/assets/fonts/Cosmica/Cosmica-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Cosmica-Medium';
  src: url('/wp-content/themes/controlup-bootstrap/inc/assets/fonts/Cosmica/Cosmica-Medium.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Cosmica-Bold';
  src: url('/wp-content/themes/controlup-bootstrap/inc/assets/fonts/Cosmica/Cosmica-Bold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Cosmica-Semibold';
  src: url('/wp-content/themes/controlup-bootstrap/inc/assets/fonts/Cosmica/Cosmica-Semibold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Cosmica-Extrabold';
  src: url('/wp-content/themes/controlup-bootstrap/inc/assets/fonts/Cosmica/Cosmica-Extrabold.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Cosmica-Heavy';
  src: url('/wp-content/themes/controlup-bootstrap/inc/assets/fonts/Cosmica/Cosmica-Heavy.woff2') format('woff2');
  font-display: swap;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}
body {
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  color: var(--darkerblue);
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Cosmica-Regular', Helvetica, Arial, sans-serif;
}
.blur-overlay {
  display: none;
  position: fixed;
  background: rgb(12,24,46,0.2);
  backdrop-filter: blur(3px);
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
::selection {
  background: var(--yellow);
  color: var(--black);
  -webkit-text-fill-color: var(--black);
}
img {
  max-width: 100%;
  height: auto;
}
ol li {
  padding-left: 5px;
  margin-bottom: 10px;
}
.small-text {
  font-size: 14px;
  line-height: 20px;
}
.big-text {
  font-size: 18px;
  line-height: 26px;
}
.bigger-text {
  font-size: 20px;
  line-height: 28px;
}
.text24 {
  font-size: 24px;
  line-height: 34px;
}
.biggest-text {
  font-size: 30px;
  line-height: 40px;
}
.text36 {
  font-size: 36px;
  line-height: 46px;
}
.huge-text {
  font-size: 40px;
  line-height: 50px;
}
.spacer20 {
  background: transparent;
  height: 20px;
}
.spacer30 {
  background: transparent;
  height: 30px;
}
.spacer40 {
  background: transparent;
  height: 40px;
}
.spacer50 {
  background: transparent;
  height: 50px;
}
.gray-bg {
  background: #F7FBFF;
}
.black-bg {
  background: #000;
}
.darkblue-bg {
  background: var(--darkblue);
  color: #fff;
}
.darkerblue-bg {
  background: var(--darkerblue);
  color: #fff;
}
.lightblue-bg {
  background: #D6E9F5;
  color: var(--darkerblue);
}
.white-bg {
  background: #fff;
  color: var(--darkerblue);
}
.purple-text {
  color: #6D22A8 !important;
}
.light-purple-text {
  color: #AA65E0 !important;
}
.pink-text {
  color: #e60060 !important;
}
.orange-text {
  color: #FF7B1A !important;
}
.yellow-text {
  color: #FFB800 !important;
}
.light-pink-text {
  color: #FF76AF !important;
}
.lightblue-text {
  color: #A9B1D0 !important;
}
.semibold {
  font-family: Cosmica-Semibold !important;
}
.medium {
  font-family: Cosmica-Medium !important;
}
.bold {
  font-family: Cosmica-Bold !important;
}
.extrabold {
  font-family: Cosmica-Extrabold !important;
}
.text-black {
  color: #070707 !important;
}
.text-white {
  color: #fff !important;
}
.darkblue-text {
  color: var(--darkerblue) !important;
}
.darkgray-text {
  color: var(--darkgray);
}
.pink-bg {
  background: #e60060 !important;
}
.purple-bg {
  background: #6D22A8 !important;
}
.orange-bg {
  background: #FF7B1A !important;
}
.yellow-bg {
  background: #FFB800 !important;
}
.pointer {
  cursor: pointer !important;
}
.cursor-default{
  cursor: default !important;
}
.card-shadow {
  border-radius: 10px;
  box-shadow: 0 8px 32px rgb(7 7 7 / 8%), 0 40px 32px rgb(7 7 7 / 10%) !important;
}
.clearBoth {
  clear: both;
}
.round16 {
  border-radius: 16px;
}
.dark-box {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%), #172341;
}
.image-blue-border {
  background: var(--lightblue);
  padding: 8px;
  border-radius: 24px;
  box-shadow: 0 0 64px 0 #0C182E1A;
}
/*
.trp_language_switcher_shortcode {
  display: inline-block;
  left: 45px;
  top: 3px;
  position: relative;
}
.trp-language-switcher {
  height: unset;
  width: 90px;
}
.trp-language-switcher > div {
  padding: 0;
  border: 1px solid #7d7d7d;
  border-radius: 8px;
  background-image: url(../../assets/images/arrow-down-3101.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 3px) calc(1em + 0px);
  background-size: 8px 8px, 8px 8px;
  background-color: #fff;
  width: 90px !important;
}
.trp-language-switcher > div > a {
  padding: 5px;
  color: #070707;
  font-weight: 600;
}
.trp-language-switcher > div > a > img {
  position: relative;
  top: -1px;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0;
}
 */

.top-banner {
  background: var(--darkblue);
  margin-top: 135px;
  transition: all 300ms ease-in-out;
  color: #fff;
  padding: 64px 0 96px;
}
.vertical-blue-white-bg {
  background: linear-gradient(to bottom, var(--darkblue) 65%, #F7FBFF 50%);
}
.vertical-white-blue-bg {
  background: linear-gradient(to bottom, #ffffff 50%, var(--darkblue) 50%);
}
.vertical-lightblue-blue-bg {
  background: linear-gradient(to bottom, #F7FBFF 50%, var(--darkblue) 50%);
}
.customers-banner {
  background-image:linear-gradient(to left, rgba(255, 255, 255, 0) 0, #0D033B), url('/wp-content/uploads/customers-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  color: #fff;
  padding: 50px 0;
}
.blog-author {
  background: linear-gradient(107.05deg, rgba(246, 246, 246, 0) 35.1%, rgba(237, 237, 237, 0.6) 58.57%);
  color: #000;
}
.blog-author .blog-author-img img {
  background: radial-gradient(100% 100% at 50% 100%,#fff 0%,#ddd 100%);
  border-radius: 12px;
}
.blog-author .blog-author-img a {
  display: inline-block;
  font-size: 15px;
  line-height: 27px;
  background: #E60060;
  border-radius: 50px;
  width: 26px;
  margin-top: 12px;
  margin-left: 5px;
  height: 26px;
  text-align: center;
  color: #fff;
}
.blog-author .blog-author-img a:hover {
  background: #FF8ABB;
}
ul.pagination {
  font-size: 18px;
  margin: 20px auto;
}
ul.pagination a {
  font-size: 22px;
  line-height: 28px;
  color: #070707;
}
ul.pagination li {
  margin-right: 10px;
  padding: 4px 0;
}
ul.pagination li.current-page {
  border: 2px solid #E60060;
  border-radius: 5px;
  padding: 4px 10px;
  font-weight: 700;
}
a[data-toggle="modal"] {
  cursor: pointer;
}
.modal-content {
  padding: 1%;
}
.text-404 {
  font-size: 220px;
  line-height: 110%;
  color: var(--white);
}
.page-template-release-notes a.accordion,
.page-template-release-notes-new a.accordion {
  display: block;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #E60060;
}
.page-template-release-notes a.accordion:before,
.page-template-release-notes-new a.accordion:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f056";
  float: left;
  padding-right: 10px;
  font-weight: 100;
  margin: 1px 0 20px 0;
}
.page-template-release-notes a.accordion.collapsed:before,
.page-template-release-notes-new a.accordion.collapsed:before {
  content: "\f055";
}
.rn-margin {
  margin-left: 40px;
}
.rn-product-link {
  list-style-type: none;
  color: #E60060;
  font-size: 14px;
  line-height: 35px;
  cursor: pointer;
}
.rn-edge-link, .rn-rdx-link, .rn-sb-link, .rn-rt-link {
  display: none;
  list-style-type: none;
  color: #E60060;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer;
  padding-left: 5px;
}
.rn-product-link:hover {
  color: #B8004D;
}
.rn-product-link i {
  font-size: 16px;
}
.rn-selected {
  font-family: "Cosmica-Bold", Helvetica, Arial, sans-serif;
  color: #B8004D;
}
h2.rn-product-title {
  font-size: 32px;
  font-family: "Cosmica-Semibold", Helvetica, Arial, sans-serif;
}
.rn-tab h4 {
  font-weight: 400;
}

/**** Typography ****/
h1 {
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 64px;
  letter-spacing: -0.96px;
  margin-bottom: 10px;
}
h2 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
}
h4 {
  font-size: 20px;
  font-family: 'Cosmica-Medium', Helvetica, Arial, sans-serif;
  line-height: 30px;
}
strong, b {
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
}
/****** Buttons ******/
a.button {
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 50px;
  transition: all 250ms ease-in-out;
}
a.button i {
  font-size: 25px;
  position: relative;
  top: 3px;
  transition: all 200ms ease-in-out
}
a.button:hover i {
  transform: rotate(45deg);
}
a.btn_big {
  font-size: 20px;
  padding: 10px 20px;
}
header .header-cta a.button {
  height: 40px;
  font-size: 15px;
  line-height: 26px;
  float: right;
  display: inline-block;
}

/*** Pinks ***/
/*a.btn_pink {
  background: radial-gradient(circle at right 90%, #E60060 9%, #E60060 45%);
  color: #fff;
  border: none;
}
a.btn_pink:hover {
  background: #E60060;
  background: radial-gradient(circle at right 90%, #FFB800 5%, #E60060 40%);
  color: #fff;
}
a.btn_pink:active {
  background: #B8004D;
  color: #fff;
}*/
a.btn_pink:not(.btn_sec) {
  background: #E60060;
  color: #fff;
  border: none;
  transition: all 200ms;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.btn_pink:not(.btn_sec):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pink);
  z-index: -2;
}
a.btn_pink:not(.btn_sec):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, rgba(230,0,96,1) 15%, rgba(255,123,26,1) 50%, rgba(255,184,0,1) 100%);
  transition: all 200ms;
  border-radius: 50px;
  z-index: -1;
}
a.btn_pink:not(.btn_sec):hover {
  color: var(--white);
}
a.btn_pink:not(.btn_sec):hover:before {
  width: 100%;
}
a.btn_sec {
  overflow: hidden;
}
a.btn_pink.btn_sec {
  background: transparent;
  color: #E60060;
  border: 1px solid #E60060;
  padding: 5px 15px;
}
a.btn_pink.btn_sec:hover {
  background: transparent;
  color: #FF398B;
  border: 1px solid #FF398B;
  box-shadow: 0 0 15px #FF398B;
}
a.btn_pink.btn_sec:active {
  background: transparent;
  color: #B8004D;
  border: 1px solid #B8004D;
}

/*** Yellows ***/
a.btn_yellow {
  background: #FFB800;
  color: var(--darkblue);
  border: 1px solid transparent;
}
a.btn_yellow:hover {
  background: #FFCF52;
  border: 1px solid #FFCF52;
}
a.btn_yellow.btn_sec {
  background: transparent;
  color: #FFB800;
  border: 2px solid #FFB800;
}
a.btn_yellow.btn_sec:hover {
  background: transparent;
  color: #FFCF52;
  border: 2px solid #FFCF52;
  box-shadow: 0 4px 8px rgba(255, 184, 0, 0.55), 0 16px 32px rgba(255, 184, 0, 0.25);
}

/*** Whites ***/
a.btn_white {
  background: #fff;
  color: #070707;
  border: 2px solid #fff;
}
a.btn_white:hover {
  background: #fff;
  border: 2px solid #fff;
  outline: none;
  box-shadow: 0 0 15px #fff;
}
a.btn_white.btn_sec {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
a.btn_white.btn_sec:hover {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 15px #fff;
}

/****** Buttons END ******/


/***** Header *****/
header {
  width: 100%;
  background: var(--darkblue);
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all 250ms ease-in-out;
}
header .top-menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--white);
  font-size: 13px;
  padding: 8px 0;
}
header .top-menu a,
header .top-menu a.search-pu {
  color: var(--white);
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
header .top-menu a:hover,
header .top-menu a.search-pu:hover {
  color: var(--yellow);
}
header .top-menu .header-campaign {
  color: var(--yellow);
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
}
header .top-menu #support_menu {
  display: none;
  position: absolute;
  width: 190px;
  top: 25px;
  right: -30px;
  z-index: 9;
  text-align: left;
  padding: 10px 20px;
  background: #172341;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgb(7 7 7 / 8%);
  transition: all 300ms ease-in-out;
}
header .top-menu #support_menu a {
  display: block;
}
header .top-menu a.support-pu:hover + #support_menu {
  display: inline-block;
}
header .top-menu #support_menu:hover {
  display: inline-block;
}

header .bottom-menu {
  padding: 25px 0;
}
header .header-logo img,
header .header-logo svg {
  max-width: 170px;
}
#searchform {
  position: relative;
}
#searchform input[type='text'] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(12, 24, 46, 0.10);
  border-radius: 100px;
  background: rgba(12, 24, 46, 0.05);
}
#searchform input[type='submit'] {
  height: 38px;
  background: var(--pink);
  color: var(--white);
  padding: 10px 16px;
  border: var(--pink);
  border-radius: 100px;
  line-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
#searchform input[type='text']:focus {
  box-shadow: none;
}

#main-nav {
  margin-top: 5px;
}
#main-nav ul#menu-main-menu {
  justify-content: center;
}
.main-navigation nav li.menu-item {
  margin-right: 15px;
  margin-left: 15px;
}
ul.dropdown-menu li.menu-item {
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  opacity: 1;
  font-size: 15px;
  transition: all 300ms ease-in-out;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: var(--lightblue);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: var(--lightblue);
}

#menu-main-menu a[title="Solutions"],
#menu-main-menu a[title="Platform"],
#menu-main-menu a[title="Resources"],
#menu-main-menu a[title="Company"],
#menu-main-menu a[title="Support"] {
  position: relative;
}

#menu-main-menu a[title="Solutions"]:after,
#menu-main-menu a[title="Platform"]:after,
#menu-main-menu a[title="Resources"]:after,
#menu-main-menu a[title="Company"]:after,
#menu-main-menu a[title="Support"]:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: -10px;
  color: #ffffff5c;
}


/***** Mega menu *****/
#cu-mega-menu {
  display: none;
  width: 100%;
  position: absolute;
  top: 135px;
  z-index: 888;
  color: #070707;
}
.small-mega-menu {
  background: var(--darkblue);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgb(7 7 7 / 8%);
}
.small-mega-menu .mm-left-sect {
  background: #172341;
  color: var(--white);
}
.mm-big-title {
  font-size: 24px;
  line-height: 32px;
}
.mm-headline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding: 8px 0;
  color: var(--yellow);
}
.mm-category {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: var(--white);
}
.small-mega-menu a {
  display: block;
  color: var(--white);
  font-family: 'Cosmica', Helvetica, Arial, sans-serif;
  font-size:  14px;
  font-weight: 750;
  line-height: 22px;
  margin-top: 22px;
}
a.mm-category {
  color: #fff;
}
.small-mega-menu a:hover {
  color: var(--yellow);
  text-decoration: none;
}
a.mm-category:hover {
  font-weight: 700;
  text-decoration: underline;
}
.small-mega-menu a.latest-blog {
  display: block;
  line-height: 24px;
}
.small-mega-menu a.latest-blog .blog-thumb {
  overflow: hidden;
}
.small-mega-menu a.latest-blog img {
  transition: 0.3s all ease-in-out;
}
.small-mega-menu a.latest-blog:hover img {
  transform: scale(1.2);
}
a.peer-insights .pi-text {
  font-size: 12px;
  line-height: 10px;
}
a.peer-insights .pi-text span {
  background: #5A3A95;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  border-radius: 25px;
  font-size: 14px;
  padding: 5px 7px;
}
a.peer-insights .pi-text img {
  height: 10px;
  margin: -5px 0 0;
}
a.join-us {
  position: relative;
}
a.join-us .join-text {
  display: none;
  font-size: 35px;
  font-weight: 700;
  color: #FFB800;
  text-shadow: 0 4px 8px rgba(255, 184, 0, 0.55), 0 16px 32px rgba(255, 184, 0, 0.25);
  position: absolute;
  top: 70px;
  left: 70px;
}
a.join-us .read-ebook-text {
  display: none;
  font-size: 35px;
  font-weight: 700;
  color: #FFB800;
  text-shadow: 0 4px 8px rgba(255, 184, 0, 0.55), 0 16px 32px rgba(255, 184, 0, 0.25);
  position: absolute;
  top: 70px;
  left: 40px;
}
a.join-us .ft-enter-text {
  display: none;
  font-size: 35px;
  font-weight: 700;
  color: #FFB800;
  text-shadow: 0 4px 8px rgba(255, 184, 0, 0.55), 0 16px 32px rgba(255, 184, 0, 0.25);
  position: absolute;
  top: 70px;
  left: 75px;
}
a.join-us:hover > img {
  filter: blur(2px) brightness(25%);
  transition: all 250ms ease-in-out;
}
a.join-us:hover > .join-text,
a.join-us:hover > .read-ebook-text,
a.join-us:hover > .ft-enter-text {
  display: block;
  transition: all 250ms ease-in-out;
}
.partners-dd {
  padding: 10px;
}
.partners-dd a {
  display: inline-block;
  color: #070707;
  font-size: 16px;
  line-height: 26px;
}
#cu-mobile-menu {
  display:  none;
}
#menu-item-729 a[title="PRODUCTS"],
#menu-item-3780 a[title="SOLUTIONS"] {
  display: none;
}
/***** Header END *****/

.breadcrumbs, .in-breadcrumbs {
  padding: 20px 10px;
  color: var(--darkblue);
  font-size: 13px;
}
.breadcrumbs a,
.in-breadcrumbs a {
  color: var(--darkblue);
  font-family: "Cosmica-Semibold", Helvetica, Arial, sans-serif;
}
.breadcrumbs .fa-chevron-right,
.in-breadcrumbs .fa-chevron-right {
  font-size: 10px;
  padding: 0 10px;
}
.breadcrumbs .breadcrumb_last,
.in-breadcrumbs .breadcrumb_last {
  color: #616985;
  font-family: 'Cosmica-Regular', Helvetica, Arial, sans-serif;
}
.subject-label {
  background: #2B3752;
  padding: 5px 15px;
  border: 1px solid #FFFFFF33;
  border-radius: 50px;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.cu-card {
  min-height: 240px;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 32px rgba(7, 7, 7, 0.08), 0 40px 32px rgba(7, 7, 7, 0.1);
  text-align: center;
}
.cu-card .title {
  font-size: 20px;
  font-weight: 600;
}
.cu-card .text {
  margin: 10px 0 20px ;
}
.cu-card a.button {
  display: inline-block;
}
.cu-card i {
  display: block;
  margin: 0 0 15px 0;
  text-align: center;
  font-size: 70px;
  color: #E60060;
}
.hp-resources .cu-card i {
  display: inline-block;
  margin: unset;
  text-align: unset;
  font-size: unset;
  color: unset;
}
.hp-resources .cu-card .text {
  min-height: 95px;
}
.box-shadow-radius {
  border-radius: 10px;
  box-shadow: 0 0 20px #ccc;
}
.page-id-2248 .cu-card .text {
  min-height: 70px;
}
a.menu-card {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 60px 35px;
  margin: 50px 20px 70px;
  text-align: center;
  font-size: 180%;
  line-height: 110%;
  font-weight: 700;
  color: #070707;
  text-decoration: none;
  box-shadow: 0px 8px 32px rgba(7, 7, 7, 0.08), 0px 40px 32px rgba(7, 7, 7, 0.1);
  transition: all ease-in-out 300ms;
}
a.menu-card i {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 60px;
  color: #E60060;
}
a.menu-card:hover {
  transform: scale(1.1);
}
/***** Marketo form general *****/
.mktoForm:not([id]) {
  display: none !important;
}
.mktoForm {
  height: 0 !important;
}
form[id*="mktoForm_"], #academy_form {
  width: 100% !important;
  background: #172341 !important;
  padding: 20px !important;
  box-shadow: none !important;
  border: 0.5px solid #FFFFFF33 !important;
  height: auto !important;
  font-family: 'Cosmica-Regular', Helvetica, Arial, sans-serif !important;
  border-radius: 10px !important;
}
form[id*="mktoForm_"].card-shadow,
form[id*="academy_form"].card-shadow {
  box-shadow: 0 8px 32px rgba(7, 7, 7, 0.08), 0 40px 32px rgba(7, 7, 7, 0.1) !important;
}
form[id*="mktoForm_"] .mktoAsterix {
  color: var(--white) !important;
}
form[id*="mktoForm_"] .mktoOffset {
  display: none !important;
}
form[id*="mktoForm_"] label {
  font-size: 14px;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  padding: 5px 0;
  color: #fff;
}
form[id*="mktoForm_"] input, form[id*="mktoForm_"] select {
  height: 35px !important;
  background: #2B3752 !important;
  color: #A9B1D0 !important;
  padding: 5px 10px !important;
  box-shadow: none !important;
  border: 0.5px solid #FFFFFF33 !important;
  border-radius: 50px !important;
}
form[id*="mktoForm_"] textarea {
  padding: 5px 10px !important;
  background: #2B3752 !important;
  color: #A9B1D0 !important;
  box-shadow: none !important;
  border: 0.5px solid #FFFFFF33 !important;
  border-radius: 10px !important;
}
form[id*="mktoForm_"] .mktoButtonRow {
  width: 100%;
  position: relative !important;
}
form[id*="mktoForm_"] button.mktoButton  {
  display: block !important;
  height: auto !important;
  width: 200px !important;
  margin: 20px auto 0 !important;
  background: #E60060 !important;
  color: #fff !important;
  font-family: 'Cosmica-Regular', Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  border: none !important;
  text-shadow: none !important;
  outline: none !important;
  transition: all 250ms ease-in-out;
  box-shadow: none !important;
  border-radius: 50px !important;
}
form[id*="mktoForm_"] button.mktoButton:hover {
  background: #FF398B !important;
  box-shadow: 0 4px 8px rgb(255 57 139 / 55%), 0 8px 12px rgb(255 57 139 / 25%) !important;
}
form[id*="mktoForm"] h2 {
  color: #fff;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #D2D2D2;
  text-align: center;
}
.mktoForm h2 {
  line-height: 110% !important;
  font-size: 20px !important;
  margin-bottom: 15px !important;
}



form[id="mktoForm_218"] button.mktoButton {
  width: 250px !important;
  font-size: 16px !important;
}
form.mktoForm .mktoFieldWrap > label {
  margin-top: 7px;
  margin-bottom: 0;
  font-weight: bold;
}
.mktoForm a.mktoNotYou {
  color: #e60060 !important;
}
#mktoForm_440 #LblContact_Method_Nurturing_Weekly__c,
#mktoForm_440 #LblContact_Method_Events__c,
#mktoForm_440 #LblContact_Method_Nurturing_Monthly__c,
#mktoForm_440 .mktoGutter {
  width: 0 !important;
}
#mktoForm_1407 .mktoRadioList > label {
  clear: both;
  margin: 0 15px !important;
}
#mktoForm_1407 input[type=radio]:checked + label:before {
  background-position: 2px 2px;
}
#mktoForm_1407 input#mktoRadio_16525_0 {
  height: 0 !important;
  margin-top: -10px !important;
}
.mktoForm input[type=checkbox] + label:before, .mktoForm input[type=radio] + label:before {
  box-shadow: none !important;
}
#mktoForm_1661 .mktoFormRow > div,
#mktoForm_1722 .mktoFormRow > div,
#mktoForm_2073 .mktoFormRow > div,
#mktoForm_1663 .mktoFormRow > div {
  width: 100% !important;
}
#mktoForm_1965 div.nb-feedback,
#mktoForm_2032 div.nb-feedback,
#mktoForm_1891 div.nb-feedback,
#mktoForm_425 div.nb-feedback {
  position: absolute !important;
}

form[id*="mktoForm_"] span[class*="disclaimer"] {
  color: #fff !important;
}

/***** Home page *****/
.home-hero {
  margin-top: 135px;
  position: relative;
  min-height: 600px;
  /*background-image: url(/wp-content/uploads/home-hero-poster.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50%;*/
}
.home-hero .home-bg-animation {
  position: absolute;
  width: 47%;
  top: 0;
  right: 0;
}
.hp-hero-img {
  background: var(--darkblue);
  background-image: linear-gradient(to bottom, rgba(8, 30, 61, 0) 85%, rgba(8, 30, 61, 1)), url('/wp-content/uploads/controlup_hero-product-screens-dashboard-scaled.webp');
  min-height: 425px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
}
span.grad {
  background: linear-gradient(90deg, #FFB700 0%, #E60060 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
span.grad-yellow-orange {
  background: linear-gradient(90deg, #FFB800 0%, #FF6C00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eyebrow {
  background: #DEE6FF;
  color: var(--darkblue);
  padding: 5px 15px;
  border: 1px solid #0C182E4D ;
  border-radius: 50px;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.numbers-section {
  margin: 64px auto 96px;
}
.three-c ul,
.tech-tabs .tab-content ul {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}
.three-c ul li:before,
.tech-tabs .tab-content ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #E60060;
  display: inline-block;
  position: absolute;
  left: 0;
}
.testdrive-cta-graphic {
  background: var(--darkblue);
  background-image: linear-gradient(to bottom, rgba(12, 24, 46, 0) 85%, rgba(12, 24, 46, 1)), url('/wp-content/uploads/hp-hero-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  margin-top: -50px;
  border-radius: 0 0 16px 16px;
}

/* multiple item carousels */
#homeHeroCarousel .carousel-inner,
#multipleItemCarousel .carousel-inner,
#multipleBlogCarousel .carousel-inner {
  display: flex;
}
#homeHeroCarousel .carousel-item,
#multipleItemCarousel .carousel-item {
  display: block;
  margin-right: 0;
  flex: 0 0 calc(100% / 3);
}
#multipleBlogCarousel .carousel-item {
  display: block;
  margin-right: 0;
  flex: 0 0 calc(100% / 4);
}
#homeHeroCarousel .carousel-inner,
#multipleItemCarousel .carousel-inner,
#multipleBlogCarousel .carousel-inner {
  padding: 1.2em;
}
#homeHeroCarousel .card,
#multipleItemCarousel .card {
  margin: 0 0.8em;
  box-shadow: none;
}
#multipleBlogCarousel .card {
  margin: 0 1.3em;
  border: 0;
}
#multipleBlogCarousel .card .blog-entry .blog-thumb img {
  max-height: unset;
}
#multipleItemCarousel .card-body {
  padding: 35px;
}
#multipleBlogCarousel .card .blog-entry {
  box-shadow: 0 0 20px 0 rgba(12, 24, 46, 0.10);
}
#multipleItemCarousel .customer-name {
  min-height: 60px;
}
#multipleItemCarousel .customer-quote {
  font-family: 'Cosmica-Medium', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  min-height: 250px;
  padding-top: 100px;
  align-content: end;
  text-indent: -10px;
}
#multipleItemCarousel .customer-name img {
  max-width: 150px;
  float: right;
}
#multipleItemCarousel .carousel-control-prev,
#multipleItemCarousel .carousel-control-next,
#multipleBlogCarousel .carousel-control-prev,
#multipleBlogCarousel .carousel-control-next {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #e1e1e1;
  color: var(--darkblue);
  border: 0;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  top: -25px;
  opacity: 1;
}
#homeHeroCarousel .carousel-control-prev,
#homeHeroCarousel .carousel-control-next {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #e1e1e1;
  color: var(--darkblue);
  border: 0;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  top: -30px;
  opacity: 1;
}
#homeHeroCarousel .carousel-control-next,
#multipleItemCarousel .carousel-control-next,
#multipleBlogCarousel .carousel-control-next {
  right: 50px;
}
#homeHeroCarousel .carousel-control-prev,
#multipleItemCarousel .carousel-control-prev,
#multipleBlogCarousel .carousel-control-prev {
  left: unset;
  right: 90px;
}
.hp-carousel-title {
  font-size: 30px;
  line-height: 40px;
}

#smallCustomers .card {
  margin: 0 0.8em;
  box-shadow: none;
}
#smallCustomers .customer-name img {
  max-width: 120px;
  float: right;
}
#smallCustomers .customer-quote {
  font-family: 'Cosmica-Medium', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
  min-height: 250px;
  padding-top: 100px;
  align-content: end;
  text-indent: -10px;
}
#smallCustomers .carousel-control-prev,
#smallCustomers .carousel-control-next {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #e1e1e1;
  color: var(--darkblue);
  border: 0;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  top: -35px;
  opacity: 1;
}
#smallCustomers .carousel-control-next {
  right: 50px;
}
#smallCustomers .carousel-control-prev {
  left: unset;
  right: 80px;
}
/* multiple item carousel END */

/*** Vimeo override ***/
#vp-preview {
  background-size: cover !important;
}

.tech-tabs {
  padding: 96px 0 64px;
}
.tech-tabs ul.nav-tabs {
  display: flex;
  justify-content: center;
}
.tech-tabs ul.nav-tabs li a {
  display: inline-block;
  padding: 10px 20px;
  opacity: 0.5;
}
.tech-tabs ul.nav-tabs li a:hover {
  background: #2B3752;
  border-radius: 16px;
  opacity: 1;
}
.tech-tabs ul.nav-tabs li a.active {
  background: #2B3752;
  border-radius: 16px;
  opacity: 1;
}
.bottom-demo-cta {
  border: solid 4px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #E60060,#FFB800);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.demo-cta-graphic {
  background-image: url('/wp-content/uploads/bottom-demo-cta.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 320px;
  border-radius: 0 0 16px 16px;
  margin-top: 20px;
}

/***** Home page END *****/






/**** Solve live trial ****/
.solve-banner {
  background-image: url(/wp-content/uploads/solve-dashboard.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  color: #fff;
  padding: 50px 0 75px 0;
  margin-top: 55px;
}
.page-template-solve-testdrive #loading,
.page-template-solve-testdrive #thanks {
  /*background: #fff;*/
  color: #2d2d2d;
  padding: 32px;
  border-radius: 10px;
}
/**** Solve live trial END****/

/***** Download + Quote + Demo page *****/
.demo ul {
  list-style-type: none;
}
.demo ul li {
  position: relative;
}
.demo ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #E60060;
  font-size: 18px;
  display: inline-block;
  position: absolute;
  left: -30px;
}
.download-page-icons {
  background: url("/wp-content/uploads/gray-stripes-new.png") no-repeat bottom #f6f6f6;
  padding: 70px;
  text-align: center;
}
.page-id-4369 .download-page-icons,
.page-id-820 .download-page-icons {
  padding: 40px 0 0 0;
}
.page-id-4369 .download-page-icons img,
.page-id-820 .download-page-icons img {
  display: block;
  max-width: 155px;
  margin:0 auto 40px;
}
.download-page-icons img {
  max-width: 100%;
  margin-bottom: 40px;
}
.page-id-820 td,
.page-id-4369 td {
  padding: 20px 0;
  line-height: 25px;
}
.page-id-820 td strong,
.page-id-4369 td strong {
  display: inline-block;
  padding: 5px 0;
}
.page-id-820 td:nth-child(1) img,
.page-id-820 td:nth-child(1) svg,
.page-id-4369 td svg {
  margin-right: 30px;
}
.page-id-820 td:nth-child(2) img,
.page-id-4369 td:nth-child(2) img {
  margin-right: 10px;
}
.page-id-820 form#downloadForm {
  display: none;
}
.page-id-820 .download-thanks a.button {
  display: inline-block;
  padding: 15px 20px;
  margin-top: 30px;
}
#LblGDPR_Consent__c_lead {
  display: none;
}
#mktoCheckbox_16711_0,
#mktoCheckbox_17207_0,
#mktoCheckbox_17471_0,
#mktoCheckbox_17259_0,
#mktoCheckbox_17224_0,
#mktoCheckbox_16557_0,
#mktoCheckbox_17374_0,
#mktoCheckbox_17330_0,
#mktoCheckbox_17281_0,
#mktoCheckbox_17455_0,
#mktoCheckbox_17631_0,
#mktoCheckbox_18183_0,
#mktoCheckbox_19971_0,
#mktoCheckbox_25987_0,
#mktoForm_1802 input[type="checkbox"],
#mktoForm_1503 input[type="checkbox"],
#mktoForm_1514 input[type="checkbox"],
#mktoForm_1585 input[type="checkbox"],
#mktoForm_1604 input[type="checkbox"],
#mktoForm_1630 input[type="checkbox"],
#mktoForm_1645 input[type="checkbox"],
#mktoForm_119 input[type="checkbox"],
#mktoForm_1853 input[type="checkbox"],
#mktoForm_1891 input[type="checkbox"],
#mktoForm_1917 input[type="checkbox"],
#mktoForm_1931 input[type="checkbox"],
#mktoForm_2246 input[type="checkbox"],
#mktoForm_1212 input[type="checkbox"] {
  margin-top: 8px !important;
}
#mktoForm_2246 .mktoCheckboxList > label {
  margin-bottom: 0 !important;
}

#LblmktoCheckbox_26419_0 {
  margin-bottom: 0 !important;
  font-size: 14px !important;
}
#LblGDPR_Consent_Final__c {
  margin-bottom: 0 !important;
  display: none !important;
}
.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin: 0 0 0 5px !important;
  font-size: 12px !important;
}
#mktoForm_1802 .mktoCheckboxList > label {
  margin-bottom: 0 !important;
  margin-left: 20px !important;
}
#mktoForm_1802 #LblparkingRequired,
#mktoForm_1802 #LblalcoholPackage {
  display: none !important;
}
#mktoForm_425 .mktoFormRow .mktoFormCol {
  width: 45% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_2073 .mktoFormRow .mktoFormCol,
#mktoForm_2097 .mktoFormRow .mktoFormCol {
  width: 95% !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_2073 .mktoFormRow:nth-child(-n+2) .mktoFormCol,
#mktoForm_2097 .mktoFormRow:nth-child(-n+2) .mktoFormCol {
  width: 45% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_2019 .mktoFormRow:nth-child(3) .mktoFormCol,
#mktoForm_2019 .mktoFormRow:nth-child(4) .mktoFormCol,
#mktoForm_2019 .mktoFormRow:nth-child(5) .mktoFormCol,
#mktoForm_2032 .mktoFormRow:nth-child(4) .mktoFormCol,
#mktoForm_2032 .mktoFormRow:nth-child(5) .mktoFormCol,
#mktoForm_1965 .mktoFormRow:last-child .mktoFormCol {
  width: 95% !important;
  margin-left: 1.5% !important;
}
/*#mktoForm_1965 .mktoFormRow:nth-child(-n+2) .mktoFormCol,*/
#mktoForm_2019 .mktoFormRow:nth-child(-n+2) .mktoFormCol,
#mktoForm_2032 .mktoFormRow:nth-child(3) .mktoFormCol {
  width: 46% !important;
  float: left !important;
  margin-right: 2% !important;
  margin-left: 2% !important;
}
#mktoForm_10 .mktoFormRow:nth-child(-n+4) .mktoFormCol,
#mktoForm_121 .mktoFormRow:nth-child(-n+4) .mktoFormCol {
  width: 45% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_1630 .mktoFormRow:nth-child(-n+4) .mktoFormCol {
  width: 45% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_119 .mktoFormRow:nth-child(-n+6) .mktoFormCol,
#mktoForm_1853 .mktoFormRow:nth-child(-n+6) .mktoFormCol {
  width: 45% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_1891 .mktoFormRow .mktoFormCol,
#mktoForm_1917 .mktoFormRow .mktoFormCol {
  width: 95% !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_1891 .mktoFormRow:nth-child(2) .mktoFormCol,
#mktoForm_1917 .mktoFormRow:nth-child(2) .mktoFormCol {
  width: 45% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_1917 .mktoFormRow:nth-child(7) {
  width: 80% !important;
  margin: 0 5% !important;
}
#mktoForm_119 .mktoFormRow:nth-child(6) .mktoFormCol {
  width: 95% !important;
  float: left !important;
  margin-right: 2.5% !important;
  margin-left: 2.5% !important;
}
#mktoForm_10 .mktoFormRow:nth-child(5) .mktoFormCol,
#mktoForm_10 .mktoFormRow:nth-child(6) .mktoFormCol,
#mktoForm_10 .mktoFormRow:nth-child(7) .mktoFormCol,
#mktoForm_10 .mktoFormRow:nth-child(8) .mktoFormCol {
  width: 95% !important;
  margin-left: 2.5% !important;
}
#mktoForm_1630 .mktoFormRow:nth-child(4) .mktoFormCol,
#mktoForm_1630 .mktoFormRow:nth-child(5) .mktoFormCol,
#mktoForm_1630 .mktoFormRow:nth-child(6) .mktoFormCol,
#mktoForm_1630 .mktoFormRow:nth-child(7) .mktoFormCol,
#mktoForm_1630 .mktoFormRow:nth-child(8) .mktoFormCol {
  width: 95% !important;
  margin-left: 2.5% !important;
}
#mktoForm_1645 .mktoFormRow .mktoFormCol {
  width: 100% !important;
}
#mktoForm_1630 button.mktoButton {
  font-weight: 600 !important;
  margin: 0 auto !important;
}

/***** Preference center *****/
.pref-center {
  margin-top: 100px;
  background-image: url(/wp-content/uploads/hex-menu.png), url(/wp-content/uploads/hex-left-1.png);
  background-position: right bottom, left center;
  background-repeat: no-repeat, no-repeat;
}
#mktoForm_1830 {
  padding-top: 0 !important;
  background: transparent !important;
  margin-bottom: 50px !important;
}
#mktoForm_1830 .mktoFormRow:nth-child(2) .mktoFormCol {
  width: 40% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 40px !important;
}
#mktoForm_1830 .mktoFormRow:nth-child(3) .mktoFormCol,
#mktoForm_1830 .mktoFormRow:nth-child(4) .mktoFormCol,
#mktoForm_1830 .mktoFormRow:nth-child(5) .mktoFormCol,
#mktoForm_1830 .mktoFormRow:nth-child(6) .mktoFormCol {
  width: 42% !important;
  float: left !important;
  margin-right: 4% !important;
  margin-left: 4% !important;
  margin-bottom: 20px !important;
}
#mktoForm_1830 label {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 5px 0 !important;
  color: #797979 !important;
  display: block !important;
}
#mktoForm_1830 label strong {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  color: #070707 !important;
}
#mktoForm_1830 label#LblPreferences_Marketing_Communications__c:before,
#mktoForm_1830 label#LblPreferences_Blogs__c:before,
#mktoForm_1830 label#LblPreferences_Technical_Announcements__c:before,
#mktoForm_1830 label#LblPreferences_Corporate_Communications__c:before,
#mktoForm_1830 label#LblUnsubscribed:before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 20px;
  font-weight: 400;
  content: "\f0c8";
  position: absolute;
  left: -25px;
  top: 16px;
  color: #E60060;
}
#mktoForm_1830 label#LblPreferences_Marketing_Communications__c.checked:before,
#mktoForm_1830 label#LblPreferences_Blogs__c.checked:before,
#mktoForm_1830 label#LblPreferences_Technical_Announcements__c.checked:before,
#mktoForm_1830 label#LblPreferences_Corporate_Communications__c.checked:before,
#mktoForm_1830 label#LblUnsubscribed.checked:before {
  content: "\f14a";
}
#mktoForm_1830 .mktoCheckboxList {
  display: none !important;
}
#mktoForm_1830 button.mktoButton {
  width: 250px !important;
}



/***** Platform pages *****/
.pre-blocks {
  padding-top: 64px;
  padding-bottom: 64px;
}
.switchbacks-intro {
  margin: 96px auto 64px;
}
#wheel_container {
  overflow-y: clip;
}
#wheel_container .bottom-edge {
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, rgba(8, 30, 61, 0) 0%, rgba(8, 30, 61, 1));
  position: absolute;
  z-index: 9;
  bottom: 0;
}
#diagram_img,
.diagram-wrapper {
  position: sticky;
  top: 165px;
}
.platform-wheel {
  position:absolute;
  top: 0;
  opacity: 0;
  transition: all 350ms ease-in-out;
}
.platform-wheel.active {
  opacity: 1;
}
#diagram_sect2,
#diagram_sect3,
#diagram_sect4,
#diagram_sect5 {
  opacity: 0.2;
}
.diagram-sect-anim-in {
  animation: fade_diagram_sect_in 500ms ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes fade_diagram_sect_in {
  from {opacity: 0.2;}
  to {opacity: 1;}
}

#diagram_scroll ul {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}
#diagram_scroll ul li strong {
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
}
#diagram_scroll ul li {
  margin-top: 8px;
}
#diagram_scroll ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #E60060;
  display: inline-block;
  position: absolute;
  left: 0;
}
.product-section {
  margin: 32px 0 96px;
}

.product-section .product-desc ul {
  list-style-type: none;
  position: relative;
  padding-left: 30px;
}
.product-section .product-desc ul li {
  margin-top: 10px;
}
.product-section .product-desc ul li strong {
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
}
.product-section .product-desc ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  color: #E60060;
  display: inline-block;
  position: absolute;
  left: 0;
}
.cap-card {
  background: linear-gradient(0deg, #172341, #172341), linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  border: 0.5px solid #FFFFFF33;
  min-height: 305px;
}
#capCarousel_fw {
  padding: 50px 75px;
}
#capCarousel_fw a.cap-card {
  width: 18.4%;
  float: left;
  margin: 0.8%;
  padding-bottom: 30px;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
#capCarousel_fw a.cap-card:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 15px #ffffff3b;
}
#capCarousel_fw .cap-card .cap-title {
  font-size: 140%;
  line-height: 120%;
  min-height: 120px;
}
.cap-card .icon {
  font-size: 30px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
}
#capCarousel .carousel-indicators,
#capCarousel_fw .carousel-indicators {
  margin-top: 30px;
}
#capCarousel .carousel-indicators li,
#capCarousel_fw .carousel-indicators li {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff;
  background-clip: unset;
  opacity: 0.3;
  border-top: none;
  border-bottom: none;
}
#capCarousel .carousel-indicators li.active,
#capCarousel_fw .carousel-indicators li.active {
  opacity: 1;
}

#capCarousel_mobile .carousel-control-prev,
#capCarousel_mobile .carousel-control-next {
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #e1e1e1;
  color: var(--darkblue);
  border: 0;
  border-radius: 100px;
  text-align: center;
  position: absolute;
  top: -35px;
  opacity: 1;
}
#capCarousel_mobile .carousel-control-next {
  right: 50px;
}
#capCarousel_mobile .carousel-control-prev {
  left: unset;
  right: 80px;
}


/***** Platform pages END *****/


/***** Trial pages *****/
.page-id-4369 .header-cta,
.page-id-820 .header-cta,
.page-id-5127 .header-cta,
.page-id-4504 .header-cta,
.page-id-4434 .header-cta {
  display: none;
}
/***** Trial pages END*****/

/***** Pricing *****/
.pricing-physical-sect,
.pricing-vdi-sect,
.pricing-platform-sect {
  box-shadow: 0px 12px 16px -4px rgba(12, 24, 46, 0.08), 0px 4px 6px -2px rgba(12, 24, 46, 0.03);
}
.plan-title {
  font-size: 22px;
}
.secure-dx-sect {
  border: 1px solid #E8F0FF;
  background: #F7FBFF;
}
.pricing-badge {
  color: #074FA7;
  background: #D8E9FD;
  padding: 2px 10px;
  border-radius: 50px;
  font-size: 13px;
}
.feature-table .table {
  border-color: #DEE6FF;
}
.feature-table .table tr td:first-child {
  width: 44%
}
.pricing-platform-sect .feature-table .table {
  border-color: rgba(255, 255, 255, 0.20);
}
/***** Pricing END *****/

/***** Scripts library *****/
.script-tags {
  background: #EFF7FF;
  padding: 15px 10px;
  border-radius: 10px;
}
.script-tags a {
  color: #074FA7;
  background: #D8E9FD;
  text-decoration: none;
  padding: 0 7px;
  border-radius: 50px;
  display: inline-block;
  margin: 7px 7px 0 0;
  white-space: nowrap;
}
ul.wp-tag-cloud {
  list-style-type: none;
  padding: 10px;
  margin: 0;
}
ul.wp-tag-cloud li {
  line-height: 28px;.
}
ul.wp-tag-cloud li a {
  color: var(--darkblue);
}
#searchScripts input[type="text"] {
  width: 90%;
  border-radius: 40px 0 0 40px;
  border: 1px solid #0C182E;
  border-right: none;
  padding: 5px 15px;
  float: left;
  background: #0C182E0D;
}
#searchScripts button {
  width: 10%;
  border-radius: 0 40px 40px 0;
  border: 1px solid #0C182E;
  border-left: none;
  padding: 5px 0;
  float: left;
  background: #0C182E0D;
  color: var(--darkblue);
}
.script-results {
  display: inline-block;
  background: #E60060;
  padding: 17px;
  border-radius: 10px;
  margin: 20px 0;
  color: #fff;
}
.script-entry {
  border-radius: 16px;
  box-shadow: 0 0 64px 0 #0C182E1A;
  position: relative;
}
.script-entry img {
  height: 45px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 0;
}
.script-name {
  font-size: 20px;
  font-weight: 600;
}
.script-desc {
  font-size: 13px;
  line-height: 22px;
  word-break: break-word;
  color: var(--darkgray);
}
.script-bottom {
  font-size: 12px;
  border-top: 1px solid rgba(28, 31, 45, 0.29);
}
.script-bottom a.darkblue-text {
  font-size: 16px;
}
.script-details {
  font-size: 13px;
  margin-top: 15px;
}
.script-single-post .script-name {
  font-size: 25px;
  font-weight: 600;
  padding: 0 15px;
}
.script-single-post .script-desc {
  font-size: 16px;
  margin-top: 15px;
  line-height: 24px;
  padding: 0 50px 0 15px;
}
.script-single-post .script-details {
  border-bottom: 1px solid #e5e5e5;
}
.script-single-post .script-code {
  background: #1a1b26;
  color: var(--white);
  border-radius: 16px;
  padding: 15px 0;
}
.script-single-post .script-code pre {
  padding: 15px;
  margin-top: 20px;
}
.script-single-post .script-code a {
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 40px;
  float: right;
  cursor: pointer;
}
.script-single-post .script-code span.copied {
  display: none;
  font-weight: 500;
  font-size: 16px;
  float: right;
  margin-right: 10px;
  padding-top: 8px;
}
.script-bottom a.tag-link,
.single-script .script-details a.tag-link {
  background: #0C182E0D;
  color: var(--darkblue);
  border-radius: 50px;
  padding: 0 5px;
  text-decoration: none;
}
.script-bottom a.tag-link:hover {
  background: #ddd;
}
.single-script .top-banner a.tag-link {
  background: rgba(255, 255, 255, 0.10);
  color: var(--white);
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 14px;
  text-decoration: none;
}

/***** Scripts library END *****/

/***** Blog *****/
.blog-subscribe {
  box-shadow: none;
  border-radius: 12px !important;
  margin: 20px 15px;
}
.blog-subscribe img {
  border-bottom-right-radius: 12px !important;
}
form#mktoForm_1440 {
  background: transparent !important;
  position: relative;
  border: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
form#mktoForm_1440 input {
  border-radius: 50px !important;
  height: 45px !important;
  font-size: 16px !important;
  padding-left: 15px !important;
}
form#mktoForm_1440 .mktoButtonRow {
  top: -75px;
}
form#mktoForm_1440 button {
  width: 120px !important;
  height: 45px !important;
  background: var(--pink) !important;
  border-radius: 50px !important;
  color: var(--white) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 16px;
  position: absolute;
  top: 0;
  right: 0;
}
form#mktoForm_1440 h4 {
  color: var(--white);
  font-size: 16px;
  float: left !important;
  margin: 10px 0 0 0;
}
form#mktoForm_1440 .logout {
  text-align: left !important;
  clear: both;
  color: #e60060;
}
form#mktoForm_1440 .logout a:hover {
  color: #e60060;
}
.single-blog_post form#mktoForm_1440 h4 {
  color: var(--darkblue);
  font-size: 14px;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  float: left !important;
  margin: 10px 0 0 0;
}
.post-date {
  font-size: 13px;
  line-height: 20px;
}
.post-duration {
  font-size: 13px;
  line-height: 20px;
  color: #616985;
}
.post-duration i {
  font-size: 16px;
}
.post-author span {
  display: inline-block;
  padding-top: 5px;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  color: var(--darkblue);
  font-size: 16px;
  line-height: 24px;
}
.post-author a {
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  color: var(--darkblue);
  font-size: 16px;
  line-height: 24px;
}
.post-author img {
  border-radius: 100px;
  background: #efefef;
  float: left;
  margin-right: 8px;
}
.single-blog_post .post-author img {
  background: #efefef;
  border-radius: 100px;
  border: 1px solid #d2d2d2;
  float: left;
  margin-right: 10px;
}
.blog-entry {
  background: var(--white);
  margin: 20px 0;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 0 64px 0 #0C182E1A;
  overflow: hidden;
  color: #616985;
}
.blog-entry a {
  text-decoration: none;
  color: #616985;
}
.blog-entry .blog-thumb {
  overflow: hidden;
}
.blog-entry .blog-thumb img {
  border-radius: 12px;
  border: 1px solid #ededed;
  max-height: 205px;
  transition: 0.3s all ease-in-out;
}
.blog-entry a:hover .blog-thumb img {
  transform: scale(1.3);
  border-radius: 12px;
}
.blog-entry .blog-desc {
  /*min-height: 250px;*/
  padding: 20px 5px;
}
#post-num-1 {
  background: var(--white);
  border-radius: 12px;
}
#post-num-1 .blog-entry {
  box-shadow: none;
  margin: 15px 0;
  padding: 0;
}
#post-num-1 .blog-entry .blog-thumb img {
  max-height: 365px;
}
#post-num-1 .blog-entry .blog-desc {
  min-height: 175px;
  font-size: 14px;
}
.blog-entry .blog-desc .post-title {
  min-height: 110px;
  font-size: 18px;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  color: var(--darkblue);
  line-height: 26px;
}
#post-num-1 .blog-entry .blog-desc .post-title {
  min-height: 10px;
  font-size: 26px;
  line-height: 34px;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
}
#post-num-2 .blog-entry .blog-desc .post-title,
#post-num-3 .blog-entry .blog-desc .post-title,
#post-num-4 .blog-entry .blog-desc .post-title {
  min-height: 145px;
  font-size: 18px;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  color: var(--darkblue);
  line-height: 26px;
}
#post-num-2 .blog-entry .blog-desc,
#post-num-3 .blog-entry .blog-desc,
#post-num-4 .blog-entry .blog-desc {
  min-height: 230px;
}
.blog-entry .post-excerpt {
  min-height: 120px;
  padding-top: 10px;
}
.blog-entry .blog-desc .post-author {
  font-weight: 700;
}
.blog-post {
  margin: 40px auto;
}
.blog-post img  {
  margin: 15px 0;
}
.blog-post h2, .blog-post h3 {
  margin: 20px 0;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
}
a.top-blog-entry {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  padding: 10px 0;
}
a.top-blog-entry .post-title {
  font-size: 17px;
  font-weight: 700;
}
a.top-blog-entry .post-meta {
  font-size: 13px;
  margin-top: 10px;
  color: #070707;
}
.blog-post a.top-blog-entry .post-title,
.sidebar a.top-blog-entry .post-title {
  color: #070707;
}
#post-content {
  padding-right: 50px;
}
#post-content h2 {
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  margin-top:50px;
}
#post-content .post-date {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
#post-content h4 {
  margin-top: 30px;
}
.single-blog_post #post-content img {
  margin-top: 30px;
}
.single-blog_post #post-content figcaption {
  font-size: 14px;
  font-style: italic;
}
.single-blog_post #post-content figure {
  max-width: 100%;
  height: auto;
  clear: both;
}
.single-blog_post #post-content strong {
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
}
.single-blog_post #post-content p {
  margin-bottom: 2rem;
}
.single-blog_post span.blog-tag {
  display: inline-block;
  background: #2B3752;
  border: 1px solid #2B3752;
  padding: 0 10px;
  border-radius: 15px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.single-blog_post span.blog-tag a {
  color: var(--white);
  font-size: 12px;
  text-decoration: none;
}
.single-blog_post span.blog-tag a:hover {
  color: var(--white);
}
.single-blog_post .fa-tag {
  color: var(--white);
  font-size: 24px;
  position: relative;
  top: 5px;
}
.single-blog_post span.blog-tag:hover {
  border: 1px solid #fff;
}
.blog-social-share {
  font-size: 16px;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
}
.blog-social-share a {
  display: inline-block;
  font-size: 24px;
  color: #616985;
  margin: 10px 7px 0 0;
}
.blog-social-share a:hover {
  color: var(--darkblue);
}

#searchBlogs input[type="text"] {
  width: 90%;
  border-radius: 50px 0 0 50px;
  border: 1px solid #d2d2d2;
  border-right: none;
  padding: 5px 15px;
  float: left;
}
#searchBlogs button {
  width: 10%;
  border-radius: 0 50px 50px 0;
  border: 1px solid #d2d2d2;
  border-left: none;
  padding: 5px 10px 5px 0;
  float: left;
  background: #fff;
  color: #212121;
}
.blog-filters .dropdown-toggle {
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  text-align: left;
  display: block;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
}
.dropdown-toggle::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 300;
  display: inline-block;
  border: none;
  position: absolute;
  vertical-align: baseline;
}
.about-author {
  background: var(--white);
  box-shadow: 0 0 64px 0 #0C182E1A;
  border-radius: 12px;

}
.about-author img {
  background: radial-gradient(100% 100% at 50% 100%,#fff 0%,#ddd 100%);
  border-radius: 110px;
}
.blog-author-img img {
  background: radial-gradient(100% 100% at 50% 100%,#fff 0%,#ddd 100%);
  border-radius: 16px;
}
.blog-post code {
  font-family: Consolas,"courier new";
  color: #f8f8f2;
  background-color: #272822;
  padding: 10px;
  display: block;
}

/***** Blog End *****/

/***** Video Tutorials ******/
.page-template-video-tutorials .blog-entry .blog-desc,
.page-id-3172 .blog-entry .blog-desc,
.tax-video_category .blog-entry .blog-desc {
  min-height: 100px;
}
.page-template-video-tutorials .blog-entry .blog-desc .post-title,
.page-id-3172 .blog-entry .blog-desc .post-title,
.tax-video_category .blog-entry .blog-desc .post-title {
  min-height: 95px;
  padding-top: 15px;
}
.page-template-video-tutorials .blog-entry .post-category,
.page-id-3172 .blog-entry .post-category {
  color: #E60060;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 5px;
}
/***** Video Tutorials END******/

/***** Events *****/
.blog-entry .event-thumb img {
  border-radius: 12px;
  border: 1px solid #ededed;
  max-height: 170px;
  transition: 0.3s all ease-in-out;
}

.event-post {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #070707;
}
.event-entry .event-desc,
.new-event-entry .event-desc {
  margin: 10px 0 25px;
}
.event-post .event-desc {
  margin: 25px 0;
}
.event-entry a.button,
.event-post a.button {
  display: inline-block;
  margin-right: 10px;
}
.new-event-entry a.button {
  padding: 8px 14px;
  font-weight: 700;
}
.event-log {
  padding: 30px 0;
  line-height: 32px;
}
.event-modal {
  line-height: 26px;
}
.event-modal .event-det {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.passed-event {
  display: none;
}
#past-events {
  font-weight: 700;
  cursor: pointer;
}
/***** Events END*****/

/***** Customers pages *****/
a.testimonial-card {
  background: #172341;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #fff;
}
a.testimonial-card img {
  width: 100%;
}
#logos-marquee {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
#logos-marquee .left-edge {
  width:  75px;
  height: 80px;
  background: linear-gradient(to left, rgba(8, 30, 61, 0) 70%, rgba(8, 30, 61, 1));
  position: absolute;
  z-index: 9;
  left: 0;
}
#logos-marquee .right-edge {
  width:  75px;
  height: 80px;
  background: linear-gradient(to right, rgba(8, 30, 61, 0) 70%, rgba(8, 30, 61, 1));
  position: absolute;
  z-index: 9;
  right: 0;
}
#marquee-area {
  display: inline-block;
  animation: marquee 120s linear infinite;
  width: 100%;
}
#marquee-area img {
  width: auto;
  max-width: none;
  height: 80px;
}
@keyframes marquee {
  from {transform: translateX(0%);}
  to {transform: translateX(-400%);}
}
/***** Customers pages END *****/



/***** Webinars *****/
.featured-webinar img {
  border-radius: 12px;
}
.webinar-label {
  background: #2B3752;
  padding: 5px 15px;
  border: 1px solid #FFFFFF33 ;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
}
.webinar-fi {
  max-height: 300px;
  border-radius: 12px;
}
.webinar-date {
  font-size: 16px;
  line-height: 24px;
}
.webinar-date i {
  font-size: 20px;
  color: var(--yellow);
}
.webinar-hosts .host {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 40px;
  color: #616985;
}
.webinar-hosts .host img {
  border-radius: 8px;
  height: 72px;
  width: auto;
  background: radial-gradient(100% 100% at 50% 100%, #FFFFFF 0%, #DDDDDD 100%);
  float: left;
}
.webinar-hosts .host .host-name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 2px;
  padding-top: 5px;
}
.webinar-form-headline {
  font-size: 24px;
  font-weight: 600;
  color: #070707;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #D2D2D2;
}
.thanks-box {
  background: #172341 !important;
  padding: 20px !important;
  border: 0.5px solid #FFFFFF33 !important;
  border-radius: 12px;
}
.thanks-box span {
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
}
/***** Webinars END *****/

/***** Release notes + FAQ *****/
.press-img img {
  border-radius: 10px;
  box-shadow: 0 6px 23px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.pr-release {
  color: #070707;
  margin-top: 5%;
  padding-bottom: 3%;
  border-bottom: 1px solid #ebebeb;
}
.pr-release h4 a {
  color: #E60060;
  text-decoration: none;
}
.pr-release .pr-date {
  margin: 10px 0 15px;
  font-size: 15px;
}
.pr-release .pr-date img {
  max-height: 14px;
  margin: -4px 3px 0 0;
}
.pr-release a.link-more {
  color: #E60060;
  display: inline-block;
  margin-top: 15px;
  font-weight: 600;
}
/***** Release notes + FAQ END *****/

/***** Press *****/
.page-template-press .blog-thumb img {
  max-height: 220px;
}
.def-press-img {
  padding-top: 80px;
  min-height: 200px;
  border-radius: 16px;
}
.def-press-img svg {
  height: 50px;
}
/***** Press END *****/


/***** VMware Academy *****/
.page-template-vmware-academy .top-menu,
.page-template-vmware-academy .main-navigation,
.page-template-vmware-academy .header-cta {
  display: none !important;
}
.page-template-vmware-academy .header-logo {
  margin-bottom: 10px;
}
.page-template-vmware-academy .top-banner {
  margin-top: 47px;
}
a.course {
  display: block;
  min-height: 225px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  color: #070707;
  text-decoration: none;
  box-shadow: 0 12px 24px #ccc;
  transition: all ease-in-out 300ms;
  margin: 25px 10px;
}
a.course:hover {
  transform: scale(1.1);
}
a.course i {
  color: #E60060;
  font-size: 70px;
}
a.course .course-title {
  font-weight: 700;
  padding: 10px 0 5px;
  line-height: 26px;
}
a.course .course-desc {
  font-size: 16px;
  font-weight: 300;
}
#course_pu .modal-content {
  padding: 4%;
  border-radius: 10px;
}
#course_pu .modal-header {
  border: none;
}
#course_pu .modal-header .close {
  padding: 0;
}
#course01, #course02, #course03, #course04, #course05, #course06 {
  display: none;
}
.pu-course-title {
  color: #E60060;
  font-size: 150%;
  font-weight: 800;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.pu-course-title i.fal {
  padding-right: 5px;
}
.pu-course-desc {
  color: #000;
  font-size: 110%;
  line-height: 150%;
  padding: 2.5% 0;
}
.pu-course-subtitle {
  color: #E60060;
  font-size: 130%;
  font-weight: 800;
  padding: 25px 0 10px 0;
}
#course_pu p a {
  color: #00f;
  text-decoration: underline;
}
#course_pu p i.fal {
  padding: 5px 5px 0 0;
  color: #E60060;
  font-size: 130%;
}
.pu-course-small-title {
  color: #000;
  font-size: 110%;
  font-weight: 800;
  padding: 25px 0 15px 0;
}

form#academy_form label {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  line-height: 18px !important;
  padding: 20px 0 0 0;
}
form#academy_form input {
  width: 100%;
  height: 35px !important;
  padding: 5px 10px !important;
  box-shadow: none !important;
  border: 1px solid #BCBCBC !important;
  border-radius: 4px !important;
}
form#academy_form button  {
  display: block !important;
  height: auto !important;
  width: 200px !important;
  margin: 20px auto 0 !important;
  font-size: 18px !important;
  font-weight: 700;
  padding: 13px 0 !important;
  background: #E60060 !important;
  color: #fff;
  box-shadow: none !important;
  border: none !important;
  border-radius: 50px !important;
  transition: all 300ms;
}
.academy-section .title a {
  font-size: 26px;
  font-weight: 700;
  color: #E60060;
}
.academy-section .read-more a {
  font-size: 16px;
  color: #E60060;
}
.academy-section img {
  border-radius: 0 10px 10px 0;
}
/***** VMware Academy END *****/

/**** Download direct page ****/
.pink_num {
  width: 48px;
  height: 48px;
  color: #fff;
  background: #e60060;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  line-height: 48px;
  margin-right: 15px;
}
/**** Download direct pages END****/

/**** eBook pages ****/
#ebook .ebook-intro {
  font-size: 22px;
  line-height: 130%;
  font-weight: 400;
}
#ebook ul {
  list-style-type: none;
  line-height: 32px;
  padding: 0;
}
#ebook ul li {
  position: relative;
  margin-bottom: 5px;
}
#ebook ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f058";
  font-weight: 600;
  color: #E60060;
  display: inline-block;
  position: absolute;
  left: 0;
}
#ebook a.button {
  display: inline-block;
  margin: 20px 0 40px 0;
  padding: 14px 28px;
  font-size: 18px;
  font-weight: 600;
}
#ebook .cu-card .text {
  margin-bottom: 0;
  min-height: 120px;
}
#ebook a.button i {
  margin-left: 5px;
}
#ebook #a-test {
  margin-top: 105px;
}
#ebook #thanks-cta {
  display: none;
}

/**** eBook pages END ****/

/***** Podcasts *****/
.podcast-banner h1 {
  margin-top: 40px;
}
.podcast-banner img {
  max-height: 150px;
}
.podcasts-main p.intro {
  margin: 20px 0;
  font-size: 18px;
  line-height: 28px;
}
.pod-episode {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.pod-title {
  margin: 8px 0;
}
.pod-title a {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #E60060;
}
.pod-desc ul li, .pod-desc ol li {
  margin-bottom: 10px;
}
.pod-episode a.button {
  display: inline-block;
}
/***** Podcasts END *****/

/**** Case studies ****/
.case-study-main img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.case-study-main h4 {
  margin-top: 40px;
}
.case-study-main a.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.case-study-main .cs-quote {
  margin-top: 40px;
  margin-bottom: 40px;
}
.case-study-main .cs-quote .quote-line {
  font-style: italic;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.quote-divider {
  width: 20px;
  height: 1px;
  background: #E60060;
  border: 2px solid #E60060;
  border-radius: 50px;
  margin: 8px 0 4px;
}
.daas-divider {
  width: 20px;
  height: 1px;
  background: #FFB800;
  border: 2px solid #FFB800;
  border-radius: 50px;
  margin: 8px auto 4px;
}
.case-study-about {
  background: #f6f6f6;
  border-radius: 10px;
  font-size: 16px;
  color: #070707;
  padding: 20px;
}
.case-study-points {
  background: #f6f6f6;
  border-radius: 10px;
  color: #070707;
  font-size: 16px;
  margin-top: 40px;
  padding: 20px;
}
.cs-logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
}
.cs-about {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bcbcbc;
}
.cs-about span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.cs-wiki {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  padding-top: 20px;
}
.cs-point {
  padding-top: 20px;
}
.cs-point:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.cs-point i {
  font-size: 40px;
}
.cs-point .point-head {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
.case-studies .blog-entry .blog-desc {
  min-height: unset;
  background: #fff;
}
.case-studies .blog-entry .blog-desc .post-title {
  min-height: 30px;
}
.case-studies .blog-entry .blog-desc .post-desc {
  min-height: 100px;
}
.case-studies .blog-entry a {
  display: inline-block;
  color: #E60060;
  font-weight: 400;
  margin-top: 10px;
}
.case-studies .blog-entry a:hover {
  text-decoration: underline;
}
/**** Case studies END ****/

/**** GDPR Cookie messgae ****/
.cookie-notice-container #cn-notice-text a {
  color: #fff;
  text-decoration: underline;
}
a.cn-button.bootstrap {
  background: #F4B100 !important;
  color: #000 !important;
}

/***** Footer *****/
footer {
  background: var(--darkblue);
  padding: 50px 0 30px 0;
  color: var(--white);
}
footer ul {
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
}
footer ul.sub-menu {
  margin: 0 0 10px 0;
}
footer ul i {
  font-size: 22px;
}
footer .menu-subject {
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  padding: 8px 0;
}
footer .top-level-mega span {
  font-weight: 600;
}
footer .footer-lists {
  padding-bottom: 20px;
}
footer ul li {
  font-size: 13px;
  font-weight: 300;
  line-height: 25px;
}
footer ul.footer-ctas li {
  line-height: 35px;
}
footer .footer-ctas span {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin-right: 10px;
}
footer .peer-insights {
  display: inline-block;
  margin-top: 30px;
  padding-top: 20px;
  color: #fff;
  text-decoration: none;
}
footer ul a, footer .footer-copy a {
  color: var(--lightblue);
  text-decoration: none;
}
footer ul a:hover, footer .footer-copy a:hover {
  color: var(--yellow);
  text-decoration: none;
}
footer .footer-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: var(--lightblue);
  padding-top: 20px;
  font-size: 12px;
}
footer .footer-copy img {
  margin-right: 10px;
}
footer .footer-copy .social-links {
  margin-left: 5px;
}
footer .footer-copy .social-links a {
  font-size: 20px;
  line-height: 26px;
  margin-left: 10px;
  text-align: center;
}
footer .footer-copy .social-links a:hover {
  text-decoration: none;
  color: #fff;
}
/***** Footer END *****/

/**** No Menu Short Footer template *****/
.page-template-no-menu-short-footer .header-logo,
.page-template-solve-testdrive .header-logo,
.page-template-fuel .header-logo {
  margin-bottom: 10px;
}
.page-template-no-menu-short-footer .top-menu,
.page-template-no-menu-short-footer .main-navigation,
.page-template-no-menu-short-footer .header-cta,
.page-template-no-menu-short-footer .footer-lists,
.page-template-solve-testdrive .top-menu,
.page-template-solve-testdrive .main-navigation,
.page-template-solve-testdrive .header-cta,
.page-template-solve-testdrive .footer-lists,
.page-template-fuel .top-menu,
.page-template-home-fr .header-cta,
.page-template-fuel .footer-lists {
  display: none !important;
}
.page-template-fuel .main-navigation {
  visibility: hidden;
}
.page-template-fuel .header-cta {
  display: none;
}
.page-template-no-menu-short-footer .top-banner,
.page-template-solve-testdrive .top-banner,
.page-template-fuel .top-banner {
  margin-top: 55px;
}
.page-template-no-menu-short-footer footer,
.page-template-solve-testdrive footer,
.page-template-fuel footer {
  padding-top: 0;
}
/**** No Menu Short Footer template END *****/

/**** Cookie policy popup ****/
#cookie-pu {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
  background: #070707;
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
}
a#gdpr-close {
  font-size: 22px;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}
#cookie-pu a.policy {
  color: #fff;
  text-decoration: underline;
}
#cookie-pu a.btn_yellow {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 6px 15px;
  margin-left: 15px;
  cursor: pointer;
}
/**** Cookie policy popup END****/

/***** Widgets *****/
#side-widget {
  position: fixed;
  top: 42%;
  right: -330px;
  z-index: 9999;
}
#side-widget .side-widget-tab {
  display: block;
  padding: 15px;
  width: 170px;
  background: #016DB8;
  color: #fff;
  text-align: center;
  transform: rotate(-90deg);
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  position: absolute;
  top: 56px;
  left: -110px;
  border: 1px solid #016DB8;
}
#side-widget .side-widget-tab:hover {
  background: #2090DD;
}
#side-widget .side-widget-box {
  height: 170px;
  width: 330px;
  padding: 20px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 18px;
  float: left;
  border: 1px solid #016DB8;
  border-left: 4px solid #016DB8;
}
#side-widget #close-widget {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#side-widget .widget-title {
  font-size: 26px;
  font-weight: 800;
  margin-top: 15px;
}
#side-widget .widget-text {
  font-weight: 400;
  margin: 5px 0 10px;
}
#side-widget .side-widget-box a {
  display: inline-block;
  padding: 7px 20px;
  background: #016DB8;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 7px;
  text-decoration: none;
}
#side-widget .side-widget-box a:hover {
  background: #2090DD;
}

/***** Brand book ******/
.page-id-4650 .solutions-banner {
  min-height: 285px;
  background-position-y: -360px;
}
.page-id-4650 p {
  margin: 5px 0 10px;
}
.brand-nav, .brand-main {
  color: #000;
}
.brand-nav-container {
  position: fixed;
  top: 370px;
  transition: all 750ms ease-in-out;
}
.brand-nav h4 {
  margin-bottom: 0;
}
.brand-nav a {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline !important;
  margin-bottom: 15px;
}
.brand-nav a:hover {
  font-weight: 700;
}
.brand-main .sect-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  color: #e60060;
}
.brand-main .sect-num-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin: 20px 0;
  color: #e60060;
}
.brand-color {
  width: 150px;
  height: 150px;
  border-radius: 100px;
  margin: 20px 0;
}
.color-name {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 5px 0;
}
.font-style {
  font-size: 20px;
  font-weight: 400;
}
.font-demo-aa {
  font-size: 80px;
  line-height: 90px;
}
.font-demo-all {
  font-size: 20px;
  line-height: 30px;
}
/***** Brand book END ******/

/***** Nexthink LP *****/
#nt_lp .solutions-banner {
  background-position-y: -155px;
}
.nt-table {
  font-size: 20px;
  line-height: 28px;
}
.nt-th {
  font-size: 22px;
  font-weight: 700;
}
.nt-table i {
  font-size: 24px;
  padding-top: 20px;
}
.nt-table .nt-check i {
  color: #E60060;
}
.purple-grad-bg .customer-card {
  min-height: 225px;
  padding: 25px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 8px 32px rgba(7, 7, 7, 0.08), 0 40px 32px rgba(7, 7, 7, 0.1);
}
.purple-grad-bg .customer-card .customer-logo {
  height: auto;
}
.purple-grad-bg .customer-card .customer-quote {
  font-style: italic;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
}
.purple-grad-bg .customer-name:before {
  content:'';
  position: absolute;
  background: #E60060;
  width: 2px;
  height: 35px;
  top: 4px;
  left: -10px;
}
.purple-grad-bg #customers-carousel .carousel-inner {
  min-height: 280px;
}
.purple-grad-bg .carousel-indicators .active {
  background-color: #FFB800;
}
#nt_lp .cu-card {
  padding: 20px;
}
#nt_lp .cu-card .card-step {
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  color: #797979;
}
#nt_lp .cu-card .card-title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #E60060;
  margin-top: 20px;
  min-height: 60px;
}
#nt_lp .cu-card .card-para {
  min-height: 50px;
}
#nt_lp .quote-divider {
  margin: 10px auto;
}
#nt_lp .cu-card i {
  display: inline-block;
  margin: unset;
  text-align: left;
  font-size: 18px;
  color: #070707;
}

/***** Fantasy trip LP *****/
.page-id-6065 header,
.page-id-6240 header,
.page-id-7199 header,
.page-id-7160 header,
.page-id-7292 header,
.page-id-7413 header {
  display: none;
}
.lp-fantasy {
  background: url("/wp-content/uploads/gitex-bg.png") no-repeat top right;
  background-size: 40%;
  min-height: 1000px;
}
.page-id-6240 .lp-fantasy {
  background: url('/wp-content/uploads/techlounge-bg.png') no-repeat top right;
  background-size: 40%;
}
.page-id-7292 .lp-fantasy,
.page-id-7413 .lp-fantasy {
  background: url('/wp-content/uploads/cuc-bg.png') no-repeat top right;
  background-size: 40%;
}
.lp-fantasy #ft-thanks {
  display:none;
  background: #fff;
  padding: 20px;
  box-shadow: 0 8px 32px rgb(7 7 7 / 8%), 0 40px 32px rgb(7 7 7 / 10%) !important;
  color: #070707;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  border-radius: 10px;
}
.lp-fantasy .points-area {
  padding: 20px 20px 5px;
  background: #FFF3D2;
  border-radius: 16px;
}
.lp-fantasy .points-area ul {
  line-height: 28px;
}
.lp-fantasy .points-area a {
  color: #007bff;
  text-decoration: underline;
}
.lp-fantasy .points-area a:hover {
  color: #007bff;
  text-decoration: underline;
}
.lp-fantasy #ft-thanks h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D2D2D2;
}
.lp-fantasy .terms {
  font-size: 14px;
  font-weight: 400;
}
/***** Fantasy trip LP END *****/

/***** IGEL campaign *****/
.tab-area {
  background: linear-gradient(181.63deg, #F7F7F7 -22.8%, #EFEFEF 160.63%);
  padding: 100px 0;
  transition: all 300ms ease-in-out;
}
.tab-item {
  margin-bottom: 30px;
}
.tab-item .title  {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #797979;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.tab-item p  {
  height: 0;
  overflow: hidden;
  transition: all 500ms ease-in-out;
}
.tab-item.selected .title  {
  color: #E60060;
}
.indicator {
  width: 25px;
  height: 25px;
  background: #c4c4c4;
  border-radius: 50px;
  transition: all 500ms ease-in-out;
  margin-top: 20px;
}
.ind1 {
  margin-top: 135px;
  height: 75px;
  background: #E60060;
}
.igel-bottom a {
  display: inline-block;
}
.igel-bottom a i.fa-light {
  font-size: 32px;
  padding-left: 10px;
}
/***** IGEL campaign END *****/

/***** FUEL campaign *****/
.fuel-c {
  min-height: 775px;
}
.page-template-fuel .top-banner {
  position: relative;
}
.page-template-fuel .top-banner video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  z-index: 0;
}
/***** FUEL campaign END *****/


/***** 12 days of DEXmas campaign *****/
.dexmas-lp {
  background-image: url('/wp-content/uploads/dexmas-pattern-left.png'), url('/wp-content/uploads/dexmas-pattern-right.png');
  background-position: 0% 75px, 100% 75px;
  background-repeat: no-repeat, no-repeat;
  background-size: 20%;
}
.dexmas-bg {
  background: var(--darkblue);
  background-image: url('/wp-content/uploads/dexmas-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  min-height: 360px;
  background-size: contain;
}
.day-box {
  min-height: 350px;
  perspective: 600px;
}
.day-box .title {
  font-size: 70px;
  line-height: 90px;
  background: linear-gradient(90deg, #FFB700 0%, #ee6300 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.day-box .front-link,
.day-box .back-link {
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif;
  position: absolute;
  bottom: 35px;
}
.day-box .card {
  position: relative;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 400ms;
  background: none;
}
.day-box .card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}
.day-box .card .card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-shadow: 0 32px 64px 0 #0000003a;
}
.day-box .card .card__face--front {
  padding: 1.5rem;
  min-height: 350px;
  background: #172341;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23286199FF' stroke-width='3' stroke-dasharray='6%2c 16' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
}
.day-box .card .card__face--back {
  padding: 1.5rem;
  min-height: 350px;
  background: #d9d9d9;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23286199FF' stroke-width='3' stroke-dasharray='6%2c 16' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 10px;
  transform: rotateY(180deg);
}

.blinking {
  animation: glow 4s ease-in-out infinite;
}

@-webkit-keyframes glow {
  0% { color: var(--yellow); }
  50% { color: var(--white); }
  100% { color: var(--yellow); }
}


/***** 12 days of DEXmas campaign END *****/

.beta-page a.accordion:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f13a";
  float: left;
  padding-right: 10px;
  font-weight: 400;
  color: #e60060;
  position: relative;
  top: 3px;
}
.beta-page a.accordion.collapsed:before {
  content: "\f138";
}

/***** Company pages *****/
.timeline {
  width: 3000px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  min-height: 350px;
  position: relative;
  left: 0;
}
.timeline-wrapper {
  min-height: 300px;
}
.timeline-wrapper .left-edge {
  width:  75px;
  height: 330px;
  background: linear-gradient(to left, rgba(8, 30, 61, 0) 70%, rgba(8, 30, 61, 1));
  position: absolute;
  z-index: 9;
  left: 0;
}
.timeline-wrapper .right-edge {
  width:  75px;
  height: 330px;
  background: linear-gradient(to right, rgba(8, 30, 61, 0) 70%, rgba(8, 30, 61, 1));
  position: absolute;
  z-index: 9;
  right: 0;
}
.timeline .tl-entry {
  width: 275px;
  float: left;
  position: absolute;
  bottom: 30px;
  left: 0;
}
.timeline .tl-entry .event-box {
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.00) 100%), #172341;
}
.timeline .tl-entry:after {
  position: absolute;
  content: url("/wp-content/uploads/timeline-pin.png");
  left: 137px;
  bottom: -41px;
}
.timeline .tl-entry .tl-year {
  color: var(--yellow);
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.timeline .tl-title {
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.timeline i {
  font-size: 20px;
  color: var(--yellow);
}
.tl-left, .tl-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  background-color: #e1e1e1;
  border: 0;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.mgmt-card {
  background: var(--white);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 64px 0 #0C182E1A;
}
.mgmt-card .mgmt-img img {
  /*height: 352px;*/
  border-radius: 16px;
}
.linkedin-btn {
  color: #0077B5;
}
.shadow-box {
  box-shadow: 0 0 64px 0 rgba(12, 24, 46, 0.10);
}
.value-icon {
  display: inline-block;
  width: 65px;
  height: 65px;
  text-align: center;
  border: 1px solid #B743CD;
  border-radius: 100px;
}
.value-icon i {
  font-size: 35px;
  line-height: 65px;
  color: var(--darkblue);
}
.careers-hero-img {
  background: var(--darkblue);
  background-image: linear-gradient(to top, rgba(8, 30, 61, 0) 85%, rgba(8, 30, 61, 1)), url('/wp-content/uploads/controlup_careers-hero-photo-collage-big.png');
  min-height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -25px;
}

/***** Careers page override *****/
#lever-jobs-container {
  font-family: 'Cosmica', Helvetica, Arial, sans-serif !important;
}
#lever-jobs-container .lever-department-title {
  font-size: 26px !important;
  color: #E60060 !important;
  font-family: 'Cosmica-Bold', Helvetica, Arial, sans-serif; !important;
}
#lever-jobs-container .lever-department {
  margin-bottom: 5em !important;
}
#lever-jobs-container .lever-team-title {
  margin-bottom: 0 !important;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif; !important;
}
#lever-jobs-container li.lever-job {
  border-radius: 16px;
  border: 1px solid #CCCED1 !important;
  background: var(--white) !important;
  padding: 20px !important;
  margin-top: 15px;
}
#lever-jobs-container li.lever-job a.lever-job-title {
  color: var(--darkblue);
  text-decoration: none;
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif; !important;
  flex: 0 0 80%;
}
#lever-jobs-container li.lever-job .lever-job-tag {
  color: var(--darkgray);
  font-family: 'Cosmica-Semibold', Helvetica, Arial, sans-serif; !important;
  flex: 0 0 20%;
}
#lever-jobs-container .lever-job-title {
  margin-bottom: 0 !important;
}

/***** Company pages END *****/



/***** Media Queries *****/
@media (min-width: 2400px) {
  .home-hero .home-bg-animation {
    right: 5%;
  }
  #homeHeroCarousel .carousel-item {
    text-align: center;
    max-width: 700px !important;
  }
  #homeHeroCarousel .carousel-item video {
    max-width: 600px !important;
    display: inline-block !important;
  }
}
@media (min-width: 2200px) {
  .container {
    max-width: 1350px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1216px;
  }
}

@media (max-width: 1700px) {
  .dex-parallax img.parallax-menu {
    left: -10%;
  }
}

@media (min-width: 1199px) and (max-width: 1600px) {
  .hp-carousel-title {
    font-size: 25px;
    line-height: 35px;
  }
  #capCarousel_fw .cap-card .cap-title {
    font-size: 120%;
    min-height: 100px;
  }
  .page-template-home .product-section .product-img img {
    max-width: 100%;
  }

}

@media (min-width: 1200px) and (max-width: 1500px) {
  header a.button {
    font-size: 14px;
  }
  .page-id-2248 .cu-card .text {
    min-height: 75px;
  }
  .page-template-home .product-section .product-img img {
    max-width: 100%;
  }
  .hp-demo {
    min-height: 380px;
  }
}
@media (min-width: 990px) and (max-width: 1199px) {
  header a.button {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px !important;
    height: 30px !important;
  }
  header .navbar-nav {
    flex-direction: row;
  }
  h1 {
    font-size: 180%;
    line-height: 130%;
    margin-bottom: 5%;
  }
  h2 {
    font-size: 140%;
    line-height: 130%;
    margin-bottom: 5%;
  }
  #capCarousel_fw .cap-card .cap-title {
    font-size: 100%;
    min-height: 100px;
  }
  #menu-main-menu a[title="Solutions"]:after, #menu-main-menu a[title="Platform"]:after, #menu-main-menu a[title="Resources"]:after, #menu-main-menu a[title="Company"]:after, #menu-main-menu a[title="Support"]:after {
    font-family: "Font Awesome 6 Pro";
    right: -15px;
  }
}
@media (max-width: 990px) {
  header {
    position: absolute;
    padding: 15px 0;
  }
  h1 {
    font-size: 170%;
    line-height: 130%;
    margin-bottom: 5%;
  }
  h2 {
    font-size: 130%;
    line-height: 130%;
    margin-bottom: 5%;
  }
  iframe {
    max-width: 100%;
  }
  .breadcrumbs {
  	display: none;
  }
  .mobile-menu svg {
    width: 35%;
  }
  #cu-mega-menu {
    display:  none;
  }
  .mobile-hamburger {
    float: right;
    color: #000;
    border: none;
  }
  .top-banner,
  .page-template-vmware-academy .top-banner {
    margin-top: 50px;
    padding: 20px 0;
  }
  .home-hero {
    margin-top: 50px;
  }
  .home-hero h1 {
    font-size: 170%;
    line-height: 130%;
  }
  .home-hero h2 {
    font-size: 16px;
    line-height: 25px;
  }
  .hp-hero-img {
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: top center;
    margin-top: 0;
  }
  .rt-hp-graphic {
    min-height: 150px;
  }
  .tech-tabs ul.nav-tabs li {
    width: 50%;
    float: left;
    padding: 3%;
    margin: 0 !important;
  }
  .tech-tabs ul.nav-tabs img {
    height: auto !important;
    max-height: 25px !important;
  }
  #multipleBlogCarousel .carousel-item {
    flex: 0 0 calc(100% / 1);
  }
  .bottom-demo-cta .biggest-text {
    font-size: 150%;
    line-height: 130%;
  }
  .bottom-demo-cta .bigger-text {
    font-size: 110%;
    line-height: 130%;
  }
  .demo-cta-graphic {
    min-height: 220px;
    margin-top: 30px;
  }
  #cu-mobile-menu {
    display: none;
    width: 100%;
    min-height: 360px;
    padding: 10px 0;
    background: var(--darkerblue);
    position: absolute;
    top: 0;
    z-index: 888;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgb(7 7 7 / 8%);
  }
  #cu-mobile-menu #mmAccordion .mm-accordion,
  #cu-mobile-menu #mmAccordion .mm-pricing {
    display: block;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 16px;
    padding: 24px 16px;
  }
  #cu-mobile-menu #mm_solutions a,
  #cu-mobile-menu #mm_platform a,
  #cu-mobile-menu #mm_resources a,
  #cu-mobile-menu #mm_company a {
    display: block;
    color: var(--white);
    font-size: 14px;
    font-weight: 750;
    line-height: 26px;
  }
  #cu-mobile-menu .mm-headline {
    color: var(--white);
    margin-bottom: 10px;
  }

  .top-level-mega {
    display: inline-block;
    float: left;
    margin-right: 50px;
  }
  li#menu-item-732 {
    margin-top: 20px;
  }
  #cu-mobile-menu .sub-menu {
    display: none;
  }
  #cu-mobile-menu ul li.top-level-mega {
    line-height: 40px;
  }
  #cu-mobile-menu .close-mobile-menu {
    width: 20%;
    float: right;
    font-size: 20px;
    text-align: right;
    padding: 1% 4% 0 0;
  }
  #cu-mobile-menu .search-form {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 25px;
  }
  #cu-mobile-menu .search-form .form-control {
    width: 85%;
    float: left;
    font-size: 14px;
    height: 40px;
    padding: 4px 8px;
    background: #2B3752;
    color: #A9B1D0;
    box-shadow: none;
    border: 1px solid #FFFFFF33;
    border-radius: 8px 0 0 8px;
    border-right: 0;
  }
  #cu-mobile-menu .search-form button {
    width: 15%;
    float: left;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    color: var(--white);
    height: 40px;
    padding: 2px 5px;
    background: var(--darkgray);
    border: 1px solid #FFFFFF33;
    border-left: 0;
  }
  #cu-mobile-menu .outside-menu {
    clear: both;
    padding-top: 5%;
  }
  #cu-mobile-menu .outside-menu a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
  }
  #cu-mobile-menu .outside-menu a.button {
    float: unset;
  }
  .top-banner a.button {
    display: table;
    margin: 5% auto;
  }
  #marquee-area img {
    height: 60px;
  }
  .switchbacks-intro {
    margin: 50px auto;
  }
  .product-section {
    margin: 50px 0;
  }
  .plan-title {
    font-size: 18px;
  }
  #post-content h2 {
    margin-top: 20px;
  }




  .product-section .title {
    margin-top: 5%;
  }
  .cu-card {
    padding: 20px;
    margin-bottom: 5%;
    min-height: 10px;
  }

  form#mktoForm_1440 {
    padding: 0 20px !important;
  }
  form#mktoForm_1440 button {
    width: 100px !important;
    font-size: 16px !important;
  }
  #post-content {
    padding-right: 15px;
  }
  #post-content figure {
    max-width: 100%;
    width: auto;
  }
  #post-content figure img {
    width: auto;
    height: auto;
  }
  #mktoForm_1212,
  #mktoForm_1645 {
    border: 1px solid #ccc !important;
    margin-bottom: 20px !important;
  }
  #mktoForm_119 .mktoFormRow:nth-child(-n+4) .mktoFormCol,
  #mktoForm_425 .mktoFormRow:nth-child(-n+4) .mktoFormCol,
  #mktoForm_1630 .mktoFormRow:nth-child(-n+4) .mktoFormCol,
  #mktoForm_1853 .mktoFormRow:nth-child(-n+4) .mktoFormCol,
  #mktoForm_1853 .mktoFormRow:nth-child(5) .mktoFormCol,
  #mktoForm_1853 .mktoFormRow:nth-child(6) .mktoFormCol,
  #mktoForm_2032 .mktoFormRow .mktoFormCol,
  #mktoForm_1891 .mktoFormRow:nth-child(2) .mktoFormCol,
  #mktoForm_10 .mktoFormRow:nth-child(-n+4) .mktoFormCol,
  #mktoForm_1830 .mktoFormRow:nth-child(-n+4) .mktoFormCol {
    width: 100% !important;
    margin: 0 !important;
  }
  #mktoForm_119 .mktoFormRow:nth-child(5) .mktoFormCol,
  #mktoForm_425 .mktoFormRow:nth-child(5) .mktoFormCol,
  #mktoForm_1630 .mktoFormRow:nth-child(5) .mktoFormCol,
  #mktoForm_1630 .mktoFormRow:nth-child(6) .mktoFormCol,
  #mktoForm_1630 .mktoFormRow:nth-child(7) .mktoFormCol,
  #mktoForm_1630 .mktoFormRow:nth-child(8) .mktoFormCol,
  #mktoForm_10 .mktoFormRow:nth-child(5) .mktoFormCol,
  #mktoForm_1830 .mktoFormRow:nth-child(5) .mktoFormCol {
    width: 100% !important;
    margin: 0 !important;
  }
  #mktoForm_1965 .mktoFormRow .mktoFormCol {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .text-404 {
    font-size: 150%;
  }
  .text-404 span {
    font-size: 450%;
  }
  .press-img img {
    box-shadow: none;
    padding: 0 20px;
  }
  .pr-release {
    padding-bottom: 5%;
    border-bottom: 1px solid #ebebeb;
  }
  .blog-entry .blog-thumb img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  #searchScripts button {
    width: 10%;
  }
  .scripts-posts .dropdown {
    margin-top: 3%;
  }
  .page-template-release-notes h2 {
    text-align: left;
  }
  .page-template-release-notes a.accordion {
    font-size: 16px;
    font-weight: 700;
  }
  .page-template-release-notes a.accordion:before {
    margin: 1px 0 50px 0;
  }
  .webinar-hosts .host img {
    height: 80px;
    width: auto;
    margin-bottom: 5px;
  }
  .webinar-hosts .host .host-name {
    font-size: 14px;
  }
  .webinar-hosts .host {
    font-size: 14px;
    line-height: 135%;
  }
  #marquee-area {
    animation: marquee 35s linear infinite;
  }
  a.menu-card {
    padding: 30px;
    margin: 10px;
    min-height: 10px;
  }
  #side-widget {
    display: none !important;
  }
  #ebook .mobile-first {
    margin-top: 10px;
  }
  #ebook .mobile-first h4 {
    text-align: center;
  }
  #ebook #a-test {
    margin-top: 15px;
  }
  .page-template-home .product-section .product-img img {
    max-width: 100%;
  }

/**** Mobile Footer ***/
  .mobile-center {
    text-align: center!important;
  }
  footer {
    padding: 20px 0;
  }
  footer .menu-subject {
    margin-top: 3%;
    padding-bottom: 1%;
  }
  #menu-platform-footer,
  #menu-tech-footer,
  #menu-use-footer,
  #menu-resources-footer,
  #menu-company-footer,
  #menu-help-footer,
  #menu-role-footer {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
  }
  #menu-item-4100 {
    margin-bottom: 15px;
  }
  footer .menu-platform i,
  footer .menu-tech i,
  footer .menu-use i,
  footer .menu-resources i,
  footer .menu-help i,
  footer .menu-company i,
  footer .menu-role i {
    float: right;
  }
  footer .footer-copy {
    padding-top: 20px;
    text-align: center;
  }
  footer img.logo-footer {
    display: block;
    margin: 0 auto 10px auto !important;
  }
  footer .peer-insights {
    display: block;
    margin: 40px auto 0 auto;
  }
  footer .eula-links,
  footer .social-links {
    float: none;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
  }
  footer .footer-copy .social-links {
    margin-left: 0;
  }
  #hp-widget {
    display: none !important;
  }
  .podcast-banner h1 {
    margin-top: 0;
  }
  .podcast-banner img {
    max-height: 60px;
  }
  .pod-channels img {
    margin: 15px 10px 0 0;
  }
  .nt-feats {
    font-size: 100%;
  }
  .nt-feat {
    margin-top: 10%;
  }
  .nt-quotes img {
    display: none;
  }
  .nt-quotes .quote-line {
    font-size: 95%;
    line-height: 130%;
  }
  .nt-ebook-sect {
    border-radius: 0;
    padding: 40px 0;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .nt-ebook-sect p {
    font-size: 120%;
    line-height: 130%;
    padding: 0 5%;
  }
  .nt-ebook-sect a.button {
    margin-top: 10px;
    display: inline-block;
    font-weight: 700;
    margin-left: 5%;
  }
  .nt-ebook-sect img {
    position: relative;
    top: unset;
    left: unset;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .nt-table .table th {
    font-size: 100%;
  }
  .nt-ebook-sect form#mktoForm_1503 input {
    width: 90% !important;
    margin-left: 5% !important;
  }
  .nt-ebook-sect form#mktoForm_1503 .mktoButtonRow {
    top: 0;
  }
  .nt-ebook-sect form#mktoForm_1503 button {
    position: unset;
    top: unset;
    right: unset;
  }
  .nt-bottom-cards img {
    display: none;
  }

  /**** PPC LPs ****/
  .ppc-hero {
    min-height: 10px;
    padding: 5% 0;
  }
  .ppc-woman {
    background: url(/wp-content/uploads/ppc-hero.png) no-repeat;
    background-position-x: left;
    background-position-y: 0;
  }
  .ppc-hero .ppc-logo svg {
    width: 150px;
    margin-top: 0;
  }
  .ppc-hero h1 {
    font-size: 200%;
    line-height: 120%;
    text-align: left;
  }
  .ppc-hero p {
    font-size: 120%;
    line-height: 110%;
  }
  .ppc-hero a.button {
    margin-top: 20px;
    padding: 14px 26px;
    font-size: 18px;
  }
  .ppc-quote-section {
    padding: 5% 0;
  }
  .page-template-ppc .product-section {
    padding: 5% 0;
  }
  .ppc-product-section .title {
    font-size: 22px;
  }
  .ppc-ebook-sect p {
    font-size: 120%;
    line-height: 120%;
    text-align: center;
  }
  .ppc-demo-section {
    margin-top: 0;
  }
  .ppc-demo-section .title {
    font-size: 200%;
    line-height: 1.3;
  }
  .cu_wheel {
    width: 300px;
    height: 300px;
  }
  .cu_wheel_logo {
    max-width: 80px;
    margin: 110px auto;
  }
  .spin-btn {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 95px;
    margin: 160px auto;
  }
  .spin-btn img {
    display: none;
  }
  #mktoForm_1645 {
    margin-top: 30px !important;
  }
  .blog-author {
    background: linear-gradient(107.05deg, rgba(246, 246, 246, 0) 35.1%, rgba(237, 237, 237, 0.6) 58.57%);
    color: #000;
  }
  .lp-fantasy,
  .page-id-6240 .lp-fantasy,
  .page-id-7292 .lp-fantasy,
  .page-id-7413 .lp-fantasy {
    background: none;
    min-height: 10px;
  }
  .lp-fantasy h1 {
    font-size: 180%;
    line-height: 120%;
  }
  .solutions-banner {
    padding-top: 5%;
  }
  p.intro {
    font-size: 22px;
    line-height: 30px;
  }
  .mobile-dex-arrow-down {
    height: 40px;
    transform: scaleY(-1);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -39px;
  }
  .mobile-dex-arrow-up {
    height: 40px;
    position: absolute;
    top: -39px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .partners-banner {
    padding: 5% 5% 0 ;
    background-image: url(/wp-content/uploads/partners-mobile-bg.png);
    background-position: bottom center;
    background-position-y: unset;
    background-size: cover;
    background-color: #fff;
    min-height: 700px;
  }
  .partners-form {
    background-image: none;
  }
  .partners-benefits .cu-card {
    font-size: 14px;
    margin-bottom: 10%;
  }
  .partners-benefits .cu-card i {
    font-size: 40px;
  }
  .cs-vystar-banner {
    background-image: url(/wp-content/uploads/vystar-mobile.png);
    padding: 10% 5% 0 ;
    background-position: bottom center;
    background-position-y: -100px;
    background-size: cover;
    background-color: #fff;
    min-height: 420px;
  }
  .cs-rio-banner {
    background-image: url(/wp-content/uploads/riotinto-mobile.png);
    padding: 10% 5% 0 ;
    background-position: bottom center;
    background-position-y: -100px;
    background-size: cover;
    background-color: #fff;
    min-height: 420px;
  }
  .cs-mw-banner {
    background-image: url(/wp-content/uploads/mw-mobile.png);
    padding: 10% 5% 0 ;
    background-position: bottom center;
    background-position-y: -100px;
    background-size: cover;
    background-color: #fff;
    min-height: 420px;
  }
  .cs-trinks-banner {
    background-image: url(/wp-content/uploads/mw-mobile.png);
    padding: 10% 5% 0 ;
    background-position: bottom center;
    background-position-y: -100px;
    background-size: cover;
    background-color: #fff;
    min-height: 420px;
  }
  .pref-center {
    margin-top: 60px;
    background: none;
  }
  .blog-banner {
    background: #fff;
    background-image: url(/wp-content/uploads/mobile-blog-hero.webp);
    background-repeat: no-repeat;
    background-position: unset;
    background-position-y: bottom;
    background-size: contain;
    margin-top: 0;
    min-height: 700px;
    color: #000;
    padding: 40px 0 0;
    text-align: center;
  }
  /*#list_tab1, #list_tab2 {
    display: none;
  }*/
  .tab-content .bigger-text  {
    font-size: 18px;
    line-height: 24px;
  }
  .timeline {
    width: auto;
    border-bottom: none;
    top: 1%;
  }
  .timeline .tl-entry {
    position: relative;
    width: 100%;
    float: unset;
    min-height: 10px;
    padding: 0 30px 0 12px;
    margin-top: 20px;
    left: 0 !important;
  }
  .timeline .tl-title {
    font-size: 16px;
    line-height: 24px;
  }
  .timeline .tl-entry:after {
    position: absolute;
    content: none;
  }
  .modal .w-75 {
    width: 100% !important;
  }

  .careers-strip {
    font-size: 25px;
    line-height: 35px;
  }
  .nav-tabs .nav-link {
    width: 48% !important;
    max-width: 48% !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 3% 1% !important;
    padding: 2% !important;
  }
  .nav-tabs .nav-link.active {
    border: 1px solid #e60060 !important;
    border-radius: 4px !important;
  }
  .dexmas-lp {
    background-image: none;
  }
  .hp-carousel-title {
    font-size: 20px;
    line-height: 30px;
  }
}