@charset "UTF-8";
/********* COMPLIANZ PLUGIN ********/
span.cmplz-icon.cmplz-open {
  display: none;
}
.cmplz-close {
  display: none;
}
/********* COMPLIANZ PLUGIN END ********/
/********* CSS RESSET ********/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/********* COLORS ********/
/* Audience Colors */
/* Badges Colors */
/* Blues */
/* Aquamarines */
/* Greens */
/* Neutrals */
/********* END OF COLORS ********/
/*** ISSUE WITH PLUGIN domainmap, adds iframe right after the html element ***/
html > iframe {
  display: none;
}
/********* FONTS ********/
/* Family */
/* Weights */
/* Style */
/* Sizes */
/********* END OF FONTS ********/
/****** Utilities ******/
.fs-125x {
  font-size: 1.25em;
}
.fs-15x {
  font-size: 1.5em;
}
.fs-2x {
  font-size: 2em;
}
.fs-25x {
  font-size: 2.5em;
}
.fs-3x {
  font-size: 3em;
}
.fs-4x {
  font-size: 3.5em;
}
.lh-1 {
  line-height: 1em;
}
.text-primary {
  color: #029fd7 !important;
}
.text-sales {
  color: #005d49;
}
.text-marketing {
  color: #00c59a;
}
.text-business {
  color: #009877;
}
.text-technical {
  color: #029fd7;
}
.text-aqua {
  color: #13a29e;
}
.text-darkBlue {
  color: #01759e !important;
}
.text-extraDarkBlue {
  color: #334e68 !important;
}
.cursor-pointer {
  cursor: pointer;
}
/****** END  Utilities ******/
.card.card-shaddow {
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 4px 2px #f3f3f3;
}
.list-group-hover .list-group-item:not(.active):hover {
  background-color: #f5f5f5;
}
/********* MIXINS ********/
/*MIXIN BLUE BUTTON */
/*END MIXIN BLUE BUTTON */
/* MIXIN BLUE OUTLINED BUTTON */
/*END MIXIN - BLUE OUTLINED BUTTON */
/*MIXIN WHITE BUTTON*/
/*END MIXIN - WHITE BUTTON */
/* MIXIN WHITE OUTLINED BUTTON */
/*END MIXIN - WHITE OUTLINED BUTTON */
/********* END OF MIXINS ********/
/* Bootstrap */
.badge {
  min-width: fit-content;
}
.bg-extra-light-blue {
  background-color: #f2faff;
}
.bg-extra-light-grey {
  background-color: #f7f7f7;
}
.bg-dark-blue {
  background-color: #01759e;
}
/* Link Underline From Left */
.linkUnderline {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  color: #333333;
  font-weight: 400;
  text-decoration: none;
}
.linkUnderline:hover, .linkUnderline:focus, .linkUnderline:active {
  color: #333333 !important;
  text-decoration: none !important;
}
.linkUnderline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #1addd8;
  height: 3px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.linkUnderline:hover:before, .linkUnderline:focus:before, .linkUnderline:active:before {
  right: 0;
  text-decoration: none !important;
}
/* END Link Underline From Left */
/*BLUE BUTTON FORM*/
#wp-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #029fd7;
  color: #ffffff !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
  max-width: 100%;
  margin-top: 25px;
  height: 40px;
  text-shadow: none;
}
#wp-submit:hover, #wp-submit:focus, #wp-submit:active {
  color: #029fd7 !important;
  background-color: #ffffff;
  border: 2px solid #029fd7;
}
.welcome-distie-module {
  overflow: visible !important;
  border-radius: 0px 0px 0px 200px 0px;
}
.welcome-distie-logo img {
  position: absolute;
  top: -65px;
  left: 40%;
}
/*END BLUE BUTTON FORM*/
/*BLUE BUTTON*/
.ccBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #029fd7;
  color: #ffffff !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
}
.ccBtn:hover, .ccBtn:focus, .ccBtn:active {
  color: #029fd7 !important;
  background-color: #ffffff;
  border-color: #029fd7;
  text-decoration: none;
}
/*END - BLUE BUTTON*/
/* MSC Buttons */
.msc-action button {
  border-radius: 4px !important;
  border-width: 2px !important;
  border-color: #029fd7;
  color: #029fd7;
  padding: 5px 25px;
}
/*END - MCC Buttons */
/*BLUE GCS BUTTON*/
.gcs_button, .gcs_download_button, .gcs_button.gcs_download_button {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #029fd7;
  color: #ffffff !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
}
.gcs_button, .gcs_download_button, .gcs_button.gcs_download_button:hover, .gcs_button.gcs_download_button:focus, .gcs_button.gcs_download_button:active {
  color: #029fd7 !important;
  background-color: #ffffff;
  border-color: #029fd7;
  text-decoration: none;
}
/*END - GCS BLUE BUTTON*/
/*BOOTSTRAP BUTTON*/
.btn {
  text-decoration: none;
}
.btn-primary {
  background-color: #029fd7;
  border-color: #029fd7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  border-color: #2ac6fd;
  color: #ffffff;
  background-color: #2ac6fd !important;
  text-shadow: 0 0 1px 1px #029fd7;
  box-shadow: none;
}
/*BOOTSTRAP - BLUE BUTTON*/
/*BOOTSTRAP - BLUE OUTLINED BUTTON that overlays in white background*/
.btn-secondary {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #029fd7;
  background-color: #ffffff;
  text-decoration: none;
}
/*END - BOOTSTRAP - BLUE OUTLINED BUTTON that overlays in white background*/
/*BLUE OUTLINED BUTTON that overlays in white background*/
.ccBtn.blue-outline {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
}
.ccBtn.blue-outline:hover, .ccBtn.blue-outline:focus, .ccBtn.blue-outline:active {
  color: #029fd7;
  background-color: #ffffff;
  text-decoration: none;
}
/*END - BLUE OUTLINED BUTTON that overlays in white background*/
/*WHITE BUTTON that overlays in blue background*/
.ccBtn.white {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #029fd7 !important;
  border: 2px solid #ffffff !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
}
.ccBtn.white:hover, .ccBtn.white:focus, .ccBtn.white:active {
  color: #ffffff !important;
  background-color: #029fd7;
  border: 2px solid #029fd7 !important;
  text-decoration: none;
}
/*END - WHITE BUTTON that overlays in blue background*/
/*WHITE OUTLINED BUTTON that overlays in white background*/
.ccBtn.white-outline {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
}
.ccBtn.white-outline:hover, .ccBtn.white-outline:focus, .ccBtn.white-outline:active {
  color: #029fd7;
  background-color: #ffffff;
  text-decoration: none;
}
/*END - WHITE OUTLINED BUTTON that overlays in white background*/
/*Registration Form overlap*/
span.select2.select2-container.select2-container--default {
  z-index: 1 !important;
}
/*END Registration Form overlap*/
input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  border-color: #029fd7;
  background-color: transparent;
  color: #029fd7;
  cursor: pointer;
}
/* Aquamarine Button */
.ccBtn.aquamarine {
  background-color: #1addd8;
  color: #ffffff !important;
}
.ccBtn.aquamarine:before {
  background-color: #1addd8;
  color: #ffffff !important;
  border: 2px solid #1addd8;
}
.ccBtn.aquamarine:hover, .ccBtn.aquamarine:focus, .ccBtn.aquamarine:active {
  color: #1addd8 !important;
}
/*END - Aquamarine Button */
/*Class that makes button large*/
.lg {
  padding: 10px 25px;
}
.xlg {
  padding: 10px 14px;
  max-width: 400px !important;
}
.longthing {
  max-width: 500px;
  padding: 5px;
}
/*END - Class that makes button large*/
.ccBtn-o {
  display: inline-block;
  padding: 4px 20px;
  border: 2px solid #029fd7;
  color: #029fd7;
  white-space: nowrap;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
  outline: none !important;
  text-decoration: none !important;
}
.ccBtn-o.white {
  border-color: #ffffff;
  color: #ffffff;
}
.ccBtn-o:hover {
  color: #029fd7;
  text-decoration: none;
}
/* End Buttons */
/* General Settings */
.ccBody {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
}
.ccBody h1, .ccBody h2, .ccBody h3, .ccBody h4, .ccBody h5 {
  line-height: 1.1;
}
h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.8rem;
  color: #333333;
  font-weight: 700;
}
h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.5rem;
  color: #333333;
  font-weight: 500;
}
h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.7rem;
  color: #333333;
  font-weight: 500;
}
h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  color: #333333;
  margin: 0.5rem 0;
  font-weight: 500;
}
h5 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  color: #333333;
  font-weight: 900;
}
p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #333333;
  font-weight: 300;
}
div {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 300;
}
li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 300;
}
td {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 300;
}
a {
  font-family: "Source Sans Pro", sans-serif;
  color: #029fd7;
  font-weight: 300;
  text-decoration: underline;
  outline: none;
}
ul {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 300;
  padding-left: 50px;
}
h1 em, h2 em, h3 em, h4 em, h5 em, p em {
  border-bottom: 3px solid #1addd8;
  font-style: normal !important;
}
.short-header h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  color: #ffffff;
  margin: 0;
}
strong {
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
::placeholder {
  color: #bbbbbb;
}
*:focus {
  outline: 0 !important;
  box-shadow: none;
}
::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #029fd7;
}
::selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #029fd7;
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: none !important;
}
.ccBody ul.ui-menu {
  background-color: #ffffff;
}
.ccBody ul.ui-tabs-nav {
  background: transparent;
}
.ccBody .fc-style .fc-buttons .fc-secondary:hover, .ccBody .fc-style .fc-buttons .fc-secondary:focus, .ccBody .ui-slider .ui-slider-range.ui-slider-range, .ccBody .ui-slider .ui-slider-handle.ui-slider-handle, .ccBody .ui-widget-content {
  background: none;
}
#ccPreloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100vw;
  display: flex;
  align-items: center;
  height: 100vh;
  overflow: visible;
  background: #ffffff url("../img/loader.svg") no-repeat center center;
  background-size: 100px 100px;
  background-position: center;
}
#ccPreloader svg {
  height: 80px;
  width: 80px;
}
/* The overlay effect with black background */
#searchOverlay.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #01759e;
  background: linear-gradient(120deg, rgba(1, 117, 158, 0.97) 0%, rgba(75, 206, 253, 0.92) 100%);
}
#searchOverlay.overlay .icon {
  stroke: #014A64;
  fill: #014A64;
  width: 0.8em;
  transition: all 0.3 ease;
  /** Delete: **/
  position: relative;
  top: -0.0625em;
  display: inline-block;
}
#searchOverlay.overlay .overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
#searchOverlay.overlay .search-form {
  display: flex;
  justify-content: left;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 50px;
  border: 4px solid #ffffff;
}
#searchOverlay.overlay .label-search {
  display: flex;
  flex-basis: 100%;
  height: 100%;
}
#searchOverlay.overlay .search-field {
  flex-basis: 100%;
  border-radius: 0px !important;
  background-color: transparent;
  border: none;
  height: 100%;
  padding: 0 20px;
  color: #486581 !important;
  font-size: 27px !important;
}
#searchOverlay.overlay .search-submit {
  background: transparent;
  color: #fff;
  font-size: 35px;
  padding: 0;
  width: 50px;
  flex-basis: 50px;
  border-radius: 30px;
  min-height: 45px;
  min-width: 45px;
  position: relative;
  top: -6px;
  right: -2px;
  border-bottom: 3px solid white;
  transition: all 0.3s ease;
}
#searchOverlay.overlay .search-submit:hover {
  color: #fff !important;
  background-color: #2ac6fd;
}
.search-form {
  border-radius: 50px !important;
  border: 1px solid #ddd;
  overflow: hidden;
  box-shadow: 1px 1px 20px #e0e0e0;
  margin-bottom: 40px;
}
.search-field {
  background-color: transparent;
  border: none !important;
  height: 100%;
  padding: 0 20px;
  color: #486581 !important;
  font-size: 22px !important;
}
.search-submit {
  background: transparent;
  color: #7d7d7d;
  padding: 0;
  width: 50px;
  flex-basis: 50px;
  position: relative;
  transition: all 0.3s ease;
}
.search-submit:hover {
  color: #029fd7 !important;
  /*  background-color: $lightBlue; */
}
/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #2ac6fd;
}
/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}
.overlay input[type=text]:hover {
  background: #f1f1f1;
}
/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay button:hover {
  background: #bbb;
}
.no-sidebar.singular-view .site-main {
  max-width: 1200px !important;
}
.hidden {
  display: none;
}
/* End General Settings */
/* Cookies Warning */
.cookie-notice-container {
  background-color: rgba(72, 101, 129, 0.75);
}
.cn-text-container {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.cn-link {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 15px;
  text-decoration: underline;
}
.cn-button.bootstrap, #cookie-notice .cn-button {
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: uppercase;
}
.cn-button:hover {
  font-family: "Source Sans Pro", sans-serif;
  color: #01759e;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 8px 30px;
  text-transform: uppercase;
}
.cn-link:hover {
  color: #029FD7;
  text-decoration: none;
}
/* End Cookies Warning */
/* Notifications */
.ccBody .alert-cc {
  background-color: #01759e;
  border-bottom-color: rgba(255, 255, 255, 0.15);
  border-radius: 0px;
  color: #ffffff;
  top: 0 !important;
  padding: 7px;
  display: block !important;
  width: 100vw !important;
  max-width: 100vw !important;
  z-index: 1 !important;
  font-size: 14px;
  line-height: 22px;
}
.ccBody .alert-cc:hover {
  filter: brightness(1.1);
}
.ccBody .alert-cc a {
  color: #ffffff;
  text-decoration: none !important;
}
.alert-cc [data-notify="icon"] {
  margin-right: 10px;
}
.alert-cc span[data-notify="icon"]:after {
  content: "!";
  text-align: center;
  display: inline-block;
  height: 28px;
  width: 28px;
  padding: 5px 2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.alert-cc [data-notify="title"] {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
}
.alert-cc > [data-notify="message"] {
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 24px;
}
/* End Notifications */
/* Header */
nav.sticky {
  position: fixed;
  width: 100vw;
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100vw;
}
nav li.header-search {
  display: flex;
  margin: 0;
  align-items: center;
}
nav label.label-search {
  right: -15px;
  position: relative;
  padding: 0px;
  margin-left: 0px;
  width: 100%;
}
nav li.header-search .icon {
  height: 1.1rem;
  width: 1.1rem;
  fill: #7d7d7d;
  display: block;
}
nav li.header-search:hover .icon {
  fill: #029fd7;
}
nav .search-form {
  height: 54px;
  padding: 2px 5px;
}
.header-search .label-search input[type="search"] {
  border: none;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  border-radius: 0px !important;
  box-shadow: none;
  background-color: transparent;
}
.header-search:hover .label-search input[type="search"] {
  /*border-left: 1px solid $mediumGrey;*/
  /*border-top: 1px solid $mediumGrey;*/
  border-bottom: 2px solid #029fd7;
  border-radius: 0px;
  width: 100%;
  right: 15px;
  bottom: 0;
  padding: 10px 10px 8px 10px;
  position: relative;
  box-shadow: none;
}
.header-search .search-form {
  width: 0px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.header-search:hover .search-form {
  width: 180px;
}
button.search-submit {
  padding: 0;
  margin: 0;
  border-width: 0 !important;
}
li.header-search .search-field {
  width: 0 !important;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
li.header-search:hover .search-field, input.search-field:focus {
  display: block;
  width: 100% !important;
}
#ccNavbar {
  background-color: #ffffff !important;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ededed;
}
#ccNotifications > div {
  top: inherit !important;
}
#ccBanner {
  display: flex;
  position: relative;
}
#ccBanner span {
  font-size: 22px;
  white-space: nowrap;
}
#ccBanner a {
  text-decoration: none;
}
#ccBanner a.close {
  position: absolute;
  z-index: 99;
  font-size: 30px;
  color: #fff;
  right: 0;
  top: 0;
  font-weight: 100;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
#ccBanner a.close:hover {
  backdrop-filter: brightness(0.95);
}
.navbar-brand-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  max-width: 75vw;
}
a.navbar-distie {
  margin-left: 10px;
  padding-left: 10px;
}
a.navbar-distie img {
  max-height: 55px;
  min-width: 100px;
}
a.navbar-brand img {
  max-width: 90px !important;
}
.dropdown-toggle::after {
  content: none !important;
}
.dropdown-item svg.icon, .dropdown-toggle svg.icon {
  display: none !important;
}
#ccNavbar .dropdown-menu.show .dropdown-menu.show {
  position: absolute;
  background: #ededed !important;
  right: 100% !important;
  top: 0;
}
ul[id^=menu-primary-menu] > li.menu-item {
  margin-bottom: 0px;
  padding: 0px 6px;
  transition: 0.1s background-color;
  display: flex;
  text-decoration: none;
  list-style-type: none !important;
}
ul[id^=menu-primary-menu] > li.menu-item a {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 54px;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2rem 0.5rem;
  color: #333333;
}
ul#menu-primary-menu > li.menu-item.dropdown a {
  color: #333333 !important;
}
ul[id^=menu-primary-menu] ul.dropdown-menu a {
  line-height: 2rem;
  text-decoration: none;
  background-color: #ffffff !important;
  min-width: 12rem;
}
ul[id^=menu-primary-menu] > li.menu-item a:hover {
  color: #01759e;
}
ul[id^=menu-primary-menu] .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #ffffff !important;
  border-radius: 0px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
  right: auto;
  left: auto;
}
ul[id^=menu-primary-menu] .dropdown-menu li {
  margin-bottom: 0;
}
ul[id^=menu-primary-menu] .dropdown-menu li a {
  border-left: 4px solid transparent;
}
ul[id^=menu-primary-menu] .dropdown-menu li a:hover {
  border-left: 4px solid #2ac6fd;
  background-color: #f7f7f7 !important;
}
ul[id^=menu-primary-menu] .dropdown-menu li a:active {
  color: #333333;
  background-color: #f7f7f7 !important;
}
.wpml-ls-menu-item a:hover {
  border: 4px solid transparent !important;
  background: transparent !important;
}
.wpml-ls-menu-item ul.dropdown-menu a {
  min-width: 2.5rem !important;
  padding: 5px 10px 0 10px;
}
li.menu-item svg {
  display: none;
}
/* MENU WITH DIFFERENT ID - EN */
/* Header */
ul[id^=menu-primary-menu-en] > li.menu-item {
  margin-bottom: 0px;
  padding: 0px 10px;
  transition: 0.1s background-color;
  display: flex;
  text-decoration: none;
  list-style-type: none !important;
}
ul[id^=menu-primary-menu-en] > li.menu-item a {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 54px;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}
ul[id^=menu-primary-menu-en] ul.dropdown-menu a {
  line-height: 2rem;
  text-decoration: none;
  background-color: #ffffff !important;
  min-width: 12rem;
}
ul[id^=menu-primary-menu-en] > li.menu-item a:hover {
  color: #01759e;
}
ul[id^=menu-primary-menu-en] .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #ffffff !important;
  border-radius: 0px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
  right: auto;
  left: auto;
}
ul[id^=menu-primary-menu-en] .dropdown-menu li {
  margin-bottom: 0;
}
ul[id^=menu-primary-menu-en] .dropdown-menu li a {
  border-left: 4px solid transparent;
}
ul[id^=menu-primary-menu-en] .dropdown-menu li a:hover {
  border-left: 4px solid #2ac6fd;
  background-color: #f7f7f7 !important;
}
ul[id^=menu-primary-menu-en] .dropdown-menu li a:active {
  color: #333333;
  background-color: #f7f7f7 !important;
}
ul[id^=menu-primary-menu-en] li.logout > a {
  color: #dd4343;
}
ul[id^=menu-primary-menu-en] li.logout:hover > a {
  border-left-color: #dd4343;
  color: #dd4343;
}
/* MENU WITH DIFFERENT ID - DE */
/* Header */
ul[id^=menu-primary-menu-de] > li.menu-item {
  margin-bottom: 0px;
  padding: 0px 10px;
  transition: 0.1s background-color;
  display: flex;
  text-decoration: none;
  list-style-type: none !important;
}
ul[id^=menu-primary-menu-de] > li.menu-item a {
  font-family: "Source Sans Pro", sans-serif;
  color: #333333;
  font-size: 1rem;
  font-weight: 300;
  line-height: 54px;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
}
ul[id^=menu-primary-menu-de] ul.dropdown-menu a {
  line-height: 2rem;
  text-decoration: none;
  background-color: #ffffff !important;
  min-width: 12rem;
}
ul[id^=menu-primary-menu-de] > li.menu-item a:hover {
  color: #01759e;
}
ul[id^=menu-primary-menu-de] .dropdown-menu {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #ffffff !important;
  border-radius: 0px;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #e5e5e5;
  right: auto;
  left: auto;
}
ul[id^=menu-primary-menu-de] .dropdown-menu li {
  margin-bottom: 0;
}
ul[id^=menu-primary-menu-de] .dropdown-menu li a {
  border-left: 4px solid transparent;
}
ul[id^=menu-primary-menu-de] .dropdown-menu li a:hover {
  border-left: 4px solid #2ac6fd;
  background-color: #f7f7f7 !important;
}
ul[id^=menu-primary-menu-de] .dropdown-menu li a:active {
  color: #333333;
  background-color: #f7f7f7 !important;
}
ul[id^=menu-primary-menu-de] li.logout > a {
  color: #dd4343;
}
ul[id^=menu-primary-menu-de] li.logout:hover > a {
  border-left-color: #dd4343;
  color: #dd4343;
}
#navbarSupportedContent {
  flex-basis: auto;
  justify-content: flex-end;
}
.header-search, .accountBtn {
  width: 38px;
  padding: 0 !important;
  justify-content: center;
  cursor: pointer;
}
.accountBtn > a {
  display: inline-block;
  font-size: 0 !important;
  height: 100%;
  width: 10px;
  background-image: url(/wp-content/themes/CC2020/img/user-icon.svg);
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: center center;
  outline: none !important;
}
#loginContainer {
  position: relative;
}
#loginDropdown {
  display: none;
}
#loginDropdown label {
  font-size: 0.9rem;
  font-weight: 300;
  margin: 0.7em 0 0.3em 0;
}
#loginDropdown #wp-submit {
  width: 100%;
}
#loginDropdown.active {
  display: block;
  background-color: #ffffff;
  padding: 10px 20px;
  position: absolute;
  z-index: 98;
  width: 320px;
  top: 52px;
  right: -22px;
  max-width: 100vw;
  border: 1px solid #ededed;
  border-top: none;
}
.login-remember {
  line-height: 2.3;
}
#login h1 {
  padding: 5% 0 0;
}
#login h1 a {
  width: 200px;
  background-image: url(../img/ccLogo.svg);
  background-size: contain;
  background-position: center center;
  margin: 0 auto;
}
.login h1 a {
  height: 60px;
}
.login form .input, .login input[type=password], .login input[type=text] {
  font-size: 18px;
}
body.login {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #f1f1f1;
}
body.login p.message {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 22px;
  text-align: center;
}
#login p.status {
  color: #dd4343;
  background-color: lightpink;
  padding: 4px 10px;
  font-size: 0.9rem;
  border-radius: 2px;
  display: none;
}
#login #wp-submit {
  /* height: 55px; */
  padding: 0px !important;
  height: auto !important;
}
#login #nav a:hover {
  color: #ffffff;
}
ul[id^=menu-primary-menu] li.logout > a {
  color: #dd4343;
}
ul[id^=menu-primary-menu] li.logout:hover > a {
  border-left-color: #dd4343;
  color: #dd4343;
}
.register-nav a.nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #029fd7;
  color: #ffffff !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
  display: inline-block;
  padding: 2px 10px !important;
  font-size: 0.9rem;
  text-transform: none;
  font-weight: normal !important;
  font-size: 0.8em !important;
  line-height: 1.5 !important;
  color: #ffffff !important;
}
#menu-primary-menu .register-nav a.nav-link:hover, #menu-primary-menu .register-nav a.nav-link:focus, #menu-primary-menu .register-nav a.nav-link:active {
  color: #029fd7 !important;
  background-color: #ffffff;
  border-color: #029fd7;
  text-decoration: none;
  color: #029fd7 !important;
}
#loginToggle {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: transparent;
  color: #029fd7 !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
  display: inline-block;
  padding: 2px 10px !important;
  font-size: 0.8rem !important;
  line-height: 22px !important;
  text-transform: none;
  font-weight: normal !important;
}
#loginToggle:hover, #loginToggle:focus, #loginToggle:active {
  color: #ffffff !important;
  background-color: #029fd7;
  text-decoration: none;
}
a.navbar-brand img {
  opacity: 1 !important;
  max-width: 120px !important;
}
a.navbar-distie {
  margin-left: 0;
  padding-left: 0;
}
.wpml-ls-item ul.dropdown-menu li, .wpml-ls-item ul.dropdown-menu {
  min-width: 10px;
  padding: 3px;
}
/* End Header */
/* Modal */
#cc_modal .modal-content {
  overflow: hidden;
  border-radius: 10px;
  min-height: 200px;
  padding: 20px 40px;
}
#cc_modal .modal-content.video_library {
  padding: 20px 30px;
}
/* End Modal */
/* Side Menu */
.ccBody .sideBar {
  background-color: #ffffff;
  text-align: right;
  padding: 20px 0;
  min-height: 60vh;
  padding-right: 0;
}
.sideMenu {
  list-style: none;
}
.sideMenu li {
  display: flex;
  position: relative;
  margin: 0px;
}
.sideMenu a {
  color: #a9a9a9;
  font-weight: 300;
  line-height: 38px;
  text-decoration: none !important;
  width: 100%;
  padding: 3px 20px 3px 0px;
  outline: none !important;
  text-transform: uppercase;
}
.sideMenu a:hover {
  background-color: #f7f7f7;
  color: #333333;
}
.sideMenu li.current-menu-item:after {
  right: 0;
  border: solid 8px transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f7f7f7;
  top: 50%;
  margin-top: -8px;
  text-decoration: none !important;
}
.sideMenu li.current-menu-item a {
  font-weight: 300;
  color: #333333;
  font-weight: 400;
  border-bottom: 3px solid #029fd7;
}
.sideMenu li.menu-item-has-children {
  display: block;
  margin-top: 15px;
}
.sideMenu li.menu-item-has-children > a {
  color: #000;
  font-weight: 500;
  background-color: transparent !important;
  text-decoration: underline;
}
.sideMenu li.menu-item-has-children .sub-menu {
  margin-top: 0;
  font-size: 1em;
}
.sideMenu .sub-menu a {
  text-transform: uppercase;
}
/* End Side Menu */
/* DataTables */
.dataTables_wrapper {
  margin: 20px 0;
  border: 1px solid #bcccdc;
  border-top: 8px solid #01759e;
}
.dataTables_wrapper .table-top {
  background-color: #ffffff;
}
table.dataTable tbody td a.action {
  display: inline-block;
  padding: 0px 10px;
  background-color: #ededed;
  border-radius: 20px;
  margin-left: 10px;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  cursor: pointer;
}
table.dataTable tbody td input, table.dataTable tbody td select {
  padding: 0px 10px;
  height: 25px;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  background: none;
  cursor: pointer;
}
table.dataTable tbody td select {
  -webkit-appearance: menulist !important;
}
table.dataTable span.ajax_success {
  margin-left: 10px;
  border-radius: 20px;
  background-color: #009877;
  display: inline-block;
  color: #ffffff;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 20px;
  vertical-align: middle;
  padding-top: 3px;
  font-size: 0.6rem;
}
.dataTables_length {
  padding-top: 1px;
}
.table-top .actions-right {
  text-align: right;
}
.table-top .actions-left > div > label {
  width: 50%;
}
.dataTables_wrapper input, .dataTables_wrapper select {
  border-radius: 0;
}
.dataTables_wrapper .row:first-child {
  margin: 0px !important;
  padding: 15px 0 0;
}
.dataTables_wrapper .filter-bar {
  margin: 0px !important;
  background: #ffffff;
  padding: 10px 0 20px;
}
.gcs-filter-wrap label {
  font-weight: 400;
}
.dataTables_wrapper .row:last-child {
  background-color: #e5e5e5;
  margin: 0;
}
.ccBody table.dataTable {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
table.dataTable thead {
  background-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
}
table.dataTable thead th, table.dataTable tbody td {
  padding: 4px 6px;
  height: 30px;
}
table.dataTable thead th#gcs_aointerest {
  max-width: 98px;
}
table.dataTable thead th:first-child, table.dataTable tbody td:first-child {
  min-width: 255px;
}
table.dataTable thead th {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 300;
  vertical-align: middle;
}
table.dataTable thead th:after, table.dataTable thead th:before {
  line-height: 1.5;
}
table.dataTable tbody {
  background-color: #ffffff;
}
stable.dataTable tbody td {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.2;
  border-bottom: none;
  height: 40px;
}
table.dataTable tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.dataTables_info {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #333333;
  height: 100%;
  display: flex;
  align-items: center;
}
.dataTables_wrapper .pagination {
  padding: 4px 0;
  margin: 0;
  flex-direction: row;
  justify-content: flex-end;
}
.dataTables_wrapper .page-item {
  margin-bottom: 0;
}
.dataTables_wrapper .pagination .page-link {
  background: transparent;
  border: none;
  font-size: 0.8rem;
  color: #333333;
}
.dataTables_wrapper .pagination .active .page-link {
  background-color: #01759e;
  color: #ffffff;
}
.page-link:focus {
  box-shadow: none !important;
}
.dataTables_wrapper .page-item.disabled .page-link {
  background: transparent;
  color: #333333;
}
/* MS Learn */
.mslearn-paths td {
  vertical-align: middle;
}
.mslearn-icon {
  height: 40px;
  width: auto;
}
.dt-buttons button {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: transparent;
  color: #029fd7 !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
  padding: 5px 10px;
  margin-bottom: 10px !important;
  font-size: 0.9rem;
  text-transform: unset;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: none;
}
input[type="search"].form-control.form-control-sm {
  padding: 5px;
  height: 30px;
}
#gcs-table .gcs_tag a {
  font-weight: 400;
}
#gcs-table td {
  height: 50px !important;
  vertical-align: middle;
}
table.dataTable thead .sorting:before {
  right: 1.25rem;
}
#gcs-table .gcs_tag:not(.gcs_audience) a {
  font-size: 14px;
  padding: 0;
  font-weight: 300;
}
#gcs-table tr:not(.track)[data-distie] td {
  background-color: rgba(199, 234, 255, 0.2) !important;
  font-weight: 300;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before {
  background-color: #029FD7;
  box-shadow: 0 0 3px #BCCCDC;
}
#gcs-table tr td.stddistie {
  font-weight: 300 !important;
}
a.request-action.accept {
  margin: 0 4%;
  color: #029FD7;
}
table.dataTable tbody td a {
  color: #333333;
}
table.dataTable tbody td a:hover {
  color: #029FD7;
  text-decoration: underline;
}
a.request-action.decline:hover {
  color: #dd4343;
}
a.request-action {
  cursor: pointer;
}
.btn.btn-light.btn-gcs {
  color: #ffffff;
  background-color: #029FD7;
  letter-spacing: 0;
  border-color: #029FD7;
}
.btn-light.btn-gcs:hover {
  background-color: #ffffff;
  border-color: #029FD7;
  color: #029FD7;
}
.btn-light.btn-gcs:not(:disabled):not(.disabled).active, .btn-light.btn-gcs:not(:disabled):not(.disabled):active, .show > .btn-light.btn-gcs.dropdown-toggle {
  background-color: #ffffff;
  border-color: #029FD7;
  color: #029FD7;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: flex !important;
  justify-content: space-between;
  flex-direction: column;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
}
span.dtr-data > span.gcs_tag.gcs_language {
  padding: 0;
}
span.dtr-data > span.gcs_tag.gcs_language a {
  font-size: 0.75rem !important;
}
span.dtr-data {
  font-size: 0.75rem;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 80px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 0.7rem;
}
/*  End DataTables */
/* ACF Form Style */
input, select, textarea {
  outline: none;
  margin-bottom: 10px;
}
.acf-form .acf-field[data-width] + .acf-field[data-width] {
  border-left: none;
}
.ccBody label, .ccBody label a {
  margin-bottom: 0;
  font-size: 12px;
}
.select2-container.-acf .select2-selection {
  border-color: #ededed !important;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
  font-size: 0.7862rem;
  font-family: inherit;
  height: 40px;
  width: 100%;
  border-color: #e5e5e5;
  color: #7d7d7d !important;
  border-radius: 5px !important;
  padding: 0.275em 0.875em 0.275em 0.875em;
  border: 1px solid #E6E6E6;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}
textarea {
  height: 100px;
}
h2.title-password {
  text-align: center;
}
.container.password-form {
  width: 45% !important;
}
.lost {
  color: #7d7d7d;
  font-size: 0.7rem;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
}
.lost:hover {
  text-decoration: none;
  color: #029fd7;
  transition: 0.3s;
}
.ccBody .acf-form {
  margin: 0 -10px;
  background-color: transparent;
  padding: 20px 10px;
  font-weight: 300;
  position: relative;
  transition: height 1s ease-in-out;
}
.acf-form.working, div.workng, form.working {
  max-height: 500px;
  overflow: hidden;
  position: relative;
}
.ccBody div.working:before, form.working:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  align-items: center;
  overflow: visible;
  background: #fff url(../img/loader.svg) no-repeat center center;
  background-size: 100px 100px;
  background-position: center;
}
.ccBody .acf-form.working:before, form.working:before {
  background: transparent url(../img/loader.svg) no-repeat center center / 100px 100px !important;
  background-size: 100px 100px;
}
.ccBody .acf-form.working *, form.working * {
  opacity: 0 !important;
}
.successMsg {
  font-size: 22px;
  color: #005d49;
}
.errorMsg {
  font-size: 22px;
  color: #dd4343;
}
.acf-button {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #029fd7;
  color: #ffffff !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
  max-width: 180px;
  margin: 20px auto 10px auto;
  display: block;
  text-align: center;
  max-width: 200px;
  letter-spacing: 0.05rem;
  text-decoration: none !important;
  border-radius: 5px;
  padding: 5px 20px;
  cursor: pointer;
}
.acf-button:hover, .acf-button:focus, .acf-button:active {
  color: #029fd7 !important;
  background-color: #ffffff;
  border-color: #029fd7;
  text-decoration: none;
}
.acf-actions .acf-button {
  padding: 5px;
  font-size: 15px;
  display: inline-block;
}
/* Read only / disabled form */
#acf-form .acf-field.disabled input, #acf-form.disabled .acf-field input, #acf-form.disabled .acf-field select, #acf-form.disabled .acf-field textarea {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0px !important;
  outline: none !important;
  font-size: 22px;
  color: #01759e !important;
}
#acf-form.disabled .acf-field textarea {
  height: 100px;
  overflow-y: scroll;
}
#acf-form.disabled .acf-fc-layout-controls, #acf-form.disabled p.description, #acf-form.disabled .acf-button, #acf-form.disabled div[data-type="message"] {
  display: none !important;
}
.signup #user_registration.acf-form, .signup .acf-form#confirmCompany, .signup #confirmCompany {
  background: #ffffff;
  border: 1px solid #ededed;
  border-top: 6px solid #01759e;
  border: 1px solid #ededed;
  border-top: 6px solid #01759e;
}
.ccBody .acf-form .acf-field {
  padding: 6px 0;
  margin: 2px auto;
  border: none;
}
.ka_consent {
  padding-bottom: 0 !important;
}
.ccBody .acf-field .acf-input input, .ccBody .acf-field .acf-input .select2, .ccBody .acf-field.acf-field-select select {
  line-height: 2.2;
  font-size: 0.9rem;
}
.acf-field-select .acf-input {
  background-color: #fff;
}
.ccBody .acf-label p {
  border-radius: 0;
  line-height: 2.2;
  font-size: 0.9rem;
}
.ccBody .acf-field.acf-field-select select {
  padding-left: 10px;
}
.acf-field-select .acf-input {
  background-color: #fff;
}
.ccBody .acf-input .select2-selection:not(.select2-selection--multiple), .ccBody .acf-input .select2-selection > span {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  border-color: #e5e5e5;
  color: #7d7d7d !important;
  border-radius: 5px !important;
}
.ccBody .acf-field .acf-label {
  margin-bottom: 0;
  margin-left: 2px;
}
.ccBody .acf-field .acf-label p.description {
  font-size: 0.9rem;
  font-weight: 300;
}
.ccBody .acf-field .acf-label label, .ccBody .acf-field .acf-label label h3 {
  font-weight: 300;
  margin-bottom: 3px !important;
  margin-top: 8px;
  font-size: 0.9rem;
}
span.message {
  box-sizing: border-box;
  font-weight: 300;
}
a.button, a.button.button-primary, input[type="button"], input[type="reset"], input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background-color: #029fd7;
  color: #ffffff !important;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  border: none;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1rem !important;
}
input[type="button"]#cancel {
  color: #029fd7 !important;
}
input[type="submit"] {
  width: 100%;
}
a.button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .fc-style .fc-buttons .fc-secondary {
  color: #029fd7 !important;
  background-color: #ffffff;
  border-color: #029fd7;
  text-decoration: none;
}
input[type="submit"]:hover {
  color: #029fd7 !important;
}
.modal-content.add_opportunity {
  padding: 20px 40px !important;
}
/* End ACF Form Style */
/* Registration Thankyou */
.login .card {
  padding: 40px 40px 30px 40px;
}
.login .card h3 {
  color: #029fd7;
  text-transform: uppercase;
}
.login .card h4 {
  margin: 20px auto;
  font-size: 1rem;
}
/* END Registration Thankyou */
/* Footer */
.site-footer {
  background-color: #334e68 !important;
  color: #ffffff;
}
footer {
  padding: 40px 25px;
}
footer .left, footer .right, footer .center {
  display: flex;
  align-items: center;
}
footer .right {
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
}
.policy_link_container {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
a.policy_link:first-child {
  margin-left: 0;
}
.policy_link, .developed_by {
  color: #ffffff !important;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.9rem;
  font-weight: 400;
}
.policy_link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.policy_link:before, .developed_by:before {
  content: "|";
  position: relative;
  left: -10px;
}
.policy_link:first-child:before {
  content: "";
}
.developed_by, .sponsored_by {
  font-size: 0.9rem;
  color: #ffffff;
  font-weight: 400;
}
.site-footer .right img {
  width: 130px;
}
.developed_by {
  margin-left: 20px;
}
.policy_link_container .fa {
  color: #ffffff;
  font-size: 0.9rem;
  margin: 3px 4px 0 4px;
}
/* End Footer */
/* Body */
body.ccBody.index-view .site-content, body.ccBody.home .site-content, body.ccBody {
  margin-top: 0px;
  background-color: #ffffff;
}
div#content {
  width: 100vw;
  overflow: hidden;
  padding-bottom: 80px;
}
.home #content {
  padding-bottom: 0px !important;
}
div.contentRight {
  padding: 30px 0 20px 40px;
}
div.contentLeft {
  padding: 30px 30px 20px 0;
}
.split-right {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/$white+0,ffffff+50,f2f2f2+51,f2f2f2+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #f7f7f7 51%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="$white", endColorstr="#f2f2f2", GradientType=1);
  /* IE6-9 */
}
.split-left {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+0,f2f2f2+49,ffffff+50,ffffff+100 */
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f2f2f2 0%, #f2f2f2 49%, white 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f2f2f2 0%, #f2f2f2 49%, white 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 49%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="$white", GradientType=1);
  /* IE6-9 */
}
#masthead {
  margin-bottom: 0px;
}
div.home-re-hero {
  background-image: url("/wp-content/themes/CC2020/img/home-curve-bg.webp");
  background-position-y: -5px;
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: 65%;
  padding: 0;
}
div.short-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-image: url(../img/account-header.png);
  background-size: cover;
  background-position: bottom;
  margin-bottom: 60px;
}
div.search-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background: #01759e;
  background: linear-gradient(120deg, #01759e 0%, #029fd7 100%);
  margin-bottom: 60px;
}
div.search-header form.search-form {
  width: 80%;
  margin: 20px auto;
  display: flex;
}
div.search-header label.label-search {
  width: 100%;
}
div.search-header label.label-search input.search-field {
  background: rgba(0, 0, 0, 0.02);
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  font-size: 26px;
  border-radius: 0px !important;
  color: #fff !important;
  margin: 0;
}
div.search-header button.search-submit {
  padding: 0px 8px;
  margin-top: -2px;
  background: transparent;
}
div.search-header button.search-submit:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}
div.search-header svg.icon.icon-search {
  color: #fff;
  font-size: 24px;
}
.page-template-page-account div.short-header, .cc_content-template-default div.short-header {
  margin-bottom: 0;
}
.single-cc_content h1 {
  font-size: 2.5rem !important;
}
.single-cc_content .short-header {
  background-image: url(../img/cc-banner.webp);
  padding: 50px;
}
.single-cc_content .short-header h1 {
  text-shadow: 2px 2px 15px #005981;
}
.gcs-header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-image: url(../img/cc-banner.webp);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#059fd7+0,87e0fd+51,059fd7+100 */
  background-size: cover;
  background-position: bottom;
}
.gcs-header h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  margin: 0px;
}
.singular-view .entry-content:last-child, .entry {
  margin-bottom: 0px;
}
.ccBody .site-content {
  border: none;
}
div.grey {
  background-color: #f7f7f7;
}
/* Admin Bar */
#wp-admin-bar-vc_inline-admin-bar-link {
  display: none;
}
/* End Admin Bar */
/* GCS */
.gcs_tag .Sales {
  background-color: #005d49;
}
.gcs_tag .Marketing {
  background-color: #00c59a;
}
.gcs_tag .Technical {
  background-color: #029fd7;
}
.gcs_tag .Business {
  background-color: #009877;
}
#gcs_track_container .ui-widget-content {
  background-color: transparent;
}
#gcs_track_container > h3 {
  margin-bottom: 12px;
}
#gcs_track_container > h3 a {
  font-size: 24px;
  color: #333333;
  text-decoration: none !important;
  font-weight: 500;
}
#gcs_track_container .ui-accordion-header {
  border-radius: 0px;
}
#gcs_track_container span.ui-accordion-header-icon, #gcs_track_container_full span.ui-accordion-header-icon {
  display: inline-block;
}
span.icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
span.icon.icon-library {
  background-image: url("../img/library-icon.svg");
}
span.icon.icon-list-add {
  background-image: url("../img/icon-list-add.svg");
}
button span.icon {
  margin-right: 10px;
}
#gcs_track_container ul.gcs_track_list {
  margin: 0 -12px;
  list-style: none;
  padding: 0;
}
.gcs_container {
  box-shadow: 0 0 4px #dfdfdf;
}
#login-tab .login-submit:focus {
  outline: none !important;
  color: #029fd7 !important;
}
#gcs_track_container_full {
  padding: 0;
}
#gcs_track_container_full ul.gcs_track_list {
  list-style: none;
  padding: 0;
}
#gcs_track_container_full .gcs_component.track {
  border-bottom: 6px solid #ededed;
  margin-bottom: 0;
}
.ui-accordion-content li h4, .gcs_component h4 {
  margin: 0px;
}
.ui-accordion-content h4 a, .gcs_component > h4 span.title {
  color: #333333;
  font-size: 0.9rem;
  display: flex;
  min-height: 45px;
  align-items: center;
  outline: none;
  text-decoration: none !important;
  background-color: transparent;
}
.gcs_component h4 a {
  padding-left: 10px;
  font-size: 0.9rem;
}
#gcs_track_container > ul.gcs_track_list li a:hover {
  background-color: #ededed;
}
#gcs_track_container > ul.gcs_track_list li {
  margin: 0 !important;
}
#gcs_track_container > ul.gcs_track_list .current a {
  background: #029fd7 !important;
  color: #ffffff !important;
  filter: brightness(1) !important;
}
#gcs_track_container > ul.gcs_track_list em {
  display: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: #829ab1;
}
.dashboardcode-bsmultiselect ul.form-control {
  padding: 0px;
  min-height: 30px !important;
}
.dashboardcode-bsmultiselect ul.form-control li {
  margin: 0;
}
.dashboardcode-bsmultiselect ul.form-control li.badge {
  font-size: 11px;
  background-color: #f3f3f3;
  padding: 1px 6px !important;
  font-weight: 300;
  margin: 2px 4px;
}
.dashboardcode-bsmultiselect ul.form-control li.badge button {
  font-weight: 300;
  margin-left: 4px;
}
.dashboardcode-bsmultiselect ul.form-control li.badge:hover {
  filter: brightness(0.9);
}
.dashboardcode-bsmultiselect input[type="search"]:focus {
  display: inline-block;
  height: 30px !important;
  width: 100% !important;
}
.dashboardcode-bsmultiselect input[type="search"] {
  width: 100% !important;
  height: 0px !important;
  width: 0px !important;
  margin: 0px;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
#auth-tabs {
  border: none;
}
#auth-tabs form#gcs_login {
  padding: 0 10px;
}
#auth-tabs .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#auth-tabs li.ui-tabs-active {
  flex: 1;
  background-color: #029fd7;
}
.gcs_bluetitle {
  font-family: "Source Sans Pro", sans-serif;
  width: 100% !important;
  font-size: 1.4rem !important;
  font-weight: 600;
  color: #01759E;
  margin-bottom: 10px !important;
}
.gcs_speakerbox i.fa.fa-linkedin {
  color: #02ADEA;
}
/*  End GCS */
/* Registration  */
#content.login {
  /* background-image: url(../img/login-bg.jpg);*/
  background-size: 100% auto;
  background-attachment: fixed;
  background-color: #f7f7f7;
}
#confirmCompany {
  padding: 20px 10px;
}
#content.login {
  padding-top: 40px;
  padding-bottom: 40px;
}
.acf-form-submit {
  text-align: center;
}
div.coListWrapper {
  margin-top: 20px;
}
ul#coList {
  list-style: none;
  padding: 10px;
  max-height: 250px;
  overflow: scroll;
  border: 1px solid #ededed;
}
ul#coList .card h4 {
  line-height: 1;
  margin: 0;
}
ul#coList .card span {
  line-height: 1;
}
ul#coList .card {
  padding: 8px 10px;
  cursor: pointer;
}
ul#coList .card:hover {
  background-color: #f7f7f7;
}
li.selected.vatCo {
  border: 2px solid #01759e;
  background-color: rgba(60, 210, 255, 0.2) !important;
}
.coListEmpty {
  display: block;
  text-align: center;
}
a.manual_nif_switch {
  margin-top: 20px;
  text-align: center;
  display: block;
  cursor: pointer;
}
a.manual_nif_switch:hover {
  color: #029fd7 !important;
}
a.manual_nif_switch i:before {
  content: "";
  line-height: 27px;
  font-size: 12px;
}
.acf-notice a.acf-notice-dismiss {
  top: 1px;
  right: 12px;
}
.acf-field-true-false {
  display: flex;
}
input[type="checkbox"] {
  margin-top: 3px !important;
  margin-left: 10px !important;
  margin-right: 6px !important;
}
.acf-form-submit input.submit {
  width: 100%;
}
.acf-input input.company {
  background-size: auto 80%;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
#login #confirmCompany {
  display: none;
}
.ccTrackBox {
  justify-content: center;
  width: 25% !important;
}
.ccTrackBox .acf-input {
  display: none;
}
.ccTrackBox .acf-label {
  width: 95%;
  height: 60px;
  font-size: 22px;
  display: flex;
}
.acf-form .ccTrackBox .acf-label label, .acf-form .ccTrackBox .acf-label label:not(.checked) {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  background: #ededed;
  color: #7d7d7d;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
}
.acf-form .ccTrackBox .acf-label label:hover {
  filter: brightness(0.95);
}
.acf-form .ccTrackBox .acf-label label.checked {
  color: #ffffff;
}
.ccTrackBox[data-name="ka_marketing_track"] label.checked {
  background-color: #00c59a;
}
.ccTrackBox[data-name="ka_sales_track"] label.checked {
  background-color: #005d49;
}
.ccTrackBox[data-name="ka_technical_track"] label.checked {
  background-color: #029fd7;
}
.ccTrackBox[data-name="ka_business_track"] label.checked {
  background-color: #009877;
}
.ccTrackBox .acf-input {
  visibility: hidden;
}
.acf-notice p {
  margin: 0;
}
.acf-required {
  position: absolute !important;
  top: 0;
  font-size: 1.2rem;
  left: -10px;
  line-height: 1.8rem;
}
#user_registration, #confirmCompany {
  width: 85%;
  padding: 1% 4% 2% 4%;
  margin: 0 auto;
}
.msc-action button {
  color: #7d7d7d;
  display: inline;
}
p#user_distieid, p#phoneMessage {
  font-size: 0;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/question.png);
  background-size: 14px 14px;
  background-position: center center;
  right: 0px;
  top: 0px;
  filter: opacity(0.5);
}
p#user_distieid:hover, p#phoneMessage:hover {
  font-size: 0.8em;
  filter: brightness(1);
  background-color: #ffffff;
  background-position: 99% 2%;
  height: auto;
  width: 100%;
  z-index: 99;
  padding: 5px 8px;
  box-shadow: 0 0 12px 1px #ddd;
}
.vat_sample, #contact_basecamp, #contact_basecamp > a {
  font-size: 0.7rem;
  padding-top: 0px;
  text-align: center;
}
#info_provided {
  font-size: 0.7rem;
  text-align: center;
  padding-top: 20px;
  margin-bottom: -20px;
}
/* Contact Form */
.mktoForm#mktoForm_1015, .mktoForm#mktoForm_1097, .mktoForm#mktoForm_1016, .mktoForm#mktoForm_1066, .mktoForm#mktoForm_1018, .mktoForm#mktoForm_1005, .mktoForm#mktoForm_1022, .mktoForm#mktoForm_1019, .mktoForm#mktoForm_1001, .mktoForm#mktoForm_1004, .mktoForm#mktoForm_1020, .mktoForm#mktoForm_1017 {
  text-align: left;
  width: 55% !important;
  margin: 0 auto;
}
.mktoForm#mktoForm_1015 .mktoRadioList > input, .mktoForm .mktoCheckboxList > input, .mktoForm#mktoForm_1097 .mktoRadioList > input, .mktoForm#mktoForm_1016 .mktoRadioList > input, .mktoForm#mktoForm_1066 .mktoRadioList > input, .mktoForm#mktoForm_1018 .mktoRadioList > input, .mktoForm#mktoForm_1005 .mktoRadioList > input, .mktoForm#mktoForm_1022 .mktoRadioList > input, .mktoForm#mktoForm_1019 .mktoRadioList > input, .mktoForm#mktoForm_1001 .mktoRadioList > input, .mktoForm#mktoForm_1004 .mktoRadioList > input, .mktoForm#mktoForm_1020 .mktoRadioList > input, .mktoForm#mktoForm_1017 .mktoRadioList > input {
  margin: 3px 0px !important;
}
.mktoForm#mktoForm_1015 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1097 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1016 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1066 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1018 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1005 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1022 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1019 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1001 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1004 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1020 .mktoRequiredField label.mktoLabel, .mktoForm#mktoForm_1017 .mktoRequiredField label.mktoLabel {
  font-weight: 300 !important;
}
.mktoForm .mktoError .mktoErrorMsg {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dd4343;
  box-shadow: none;
  color: #dd4343;
  text-shadow: none;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
}
.mktoForm#mktoForm_1015 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1097 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1016 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1066 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1018 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1005 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1022 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1019 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1001 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1004 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1020 .mktoError .mktoErrorArrow, .mktoForm#mktoForm_1017 .mktoError .mktoErrorArrow {
  background-color: #ffffff !important;
  border: 1px solid #dd4343 !important;
}
.mktoForm#mktoForm_1015 .mktoError, .mktoForm#mktoForm_1097 .mktoError, .mktoForm#mktoForm_1016 .mktoError, .mktoForm#mktoForm_1066 .mktoError, .mktoForm#mktoForm_1018 .mktoError, .mktoForm#mktoForm_1005 .mktoError, .mktoForm#mktoForm_1022 .mktoError, .mktoForm#mktoForm_1019 .mktoError, .mktoForm#mktoForm_1001 .mktoError, .mktoForm#mktoForm_1004 .mktoError, .mktoForm#mktoForm_1020 .mktoError, .mktoForm#mktoForm_1017 .mktoError {
  right: 300px;
  bottom: -50px;
}
form#mktoForm_1015, form#mktoForm_1097, form#mktoForm_1016, form#mktoForm_1066, form#mktoForm_1018, form#mktoForm_1005, form#mktoForm_1022, form#mktoForm_1019, form#mktoForm_1001, form#mktoForm_1004, form#mktoForm_1020, form#mktoForm_1017 {
  border: 1px solid #D9E2EC;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #D9E2EC;
}
/* END Contact Form */
/* Homepage */
.ccHero {
  background-image: url(/wp-content/themes/CC2020/img/bg_business.webp);
  background-size: cover;
  height: 80vh;
}
body.ccBody .ccHero:before {
  content: " ";
  display: block;
  height: 200px;
  width: 100vw;
  position: absolute;
  background-image: url(/wp-content/themes/CC2020/img/divider-pointy.svg);
  background-size: 200% auto;
  background-repeat: no-repeat;
  background-position: center;
  bottom: -10px;
}
.heroText h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500 !important;
  font-size: 4.8rem !important;
  color: #ffffff;
  margin-bottom: 60px;
  padding: 0 15%;
}
.rowVideo h2 {
  margin-bottom: 40px;
}
.greenSquare {
  position: absolute;
  border: 3px solid #1addd8;
  height: 250px;
  width: 550px;
  top: 20px;
}
.greySquare {
  position: absolute;
  border: 3px solid #ededed;
  height: 250px;
  width: 550px;
  left: 40px;
}
h3.textSquare {
  text-align: right;
  font-size: 2rem;
}
h3.textSquare {
  text-align: right;
  font-size: 2rem;
  position: relative;
  right: 7px;
  top: 36px;
}
.underline {
  border: 0;
  width: 140px;
  border-top: 3px solid #13a29e;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
}
div[id$="big_play_button_background"] {
  background: #2cc6fd !important;
}
.wistia_responsive_padding {
  width: 400px;
  height: 230px;
  padding: 20% 0 0 0 !important;
  left: -40px;
  top: 15px;
}
.columnVideo {
  position: relative;
  top: 150px;
}
.rowTextImg {
  padding-top: 250px;
}
.dotsBG {
  position: absolute;
  z-index: -1;
  top: -90px;
  left: -120px;
  background-image: radial-gradient(#52ebe7 12%, transparent 12%), radial-gradient(#52ebe7 12%, transparent 12%);
  background-color: transparent;
  background-position: 0 0, 50px 50px;
  background-size: 20px 20px;
  height: 200px;
  width: 60%;
}
.rowTextImg h2 {
  padding-left: 42px;
}
.homeCardTitle {
  font-weight: 700 !important;
}
.homeContentBox {
  position: relative;
  background-color: #ffffff;
  box-shadow: #e5e5e5 0px 3px 4px -1px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #ededed;
  padding: 20px;
  transition: all 0.5ms ease 0s;
  margin: 0px;
  min-height: 180px;
}
.borderTopGreen {
  background-color: #00af89;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  border-radius: 5px 5px 0px 0px;
}
.borderTopBlue {
  background-color: #029fd7;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  border-radius: 5px 5px 0px 0px;
}
.borderTopAquamarine {
  background-color: #1addd8;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  height: 6px;
  border-radius: 5px 5px 0px 0px;
}
.rowColorCards .wpb_text_column {
  margin: 0;
}
.homeInfoBox .aio-icon-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 700 !important;
}
.homeInfoBox .aio-icon-description p {
  font-weight: 300 !important;
}
.homeInfoBox a {
  color: #333333 !important;
}
.homeInfoBox a:hover {
  text-decoration: none !important;
}
.homeTabs .vc_tta-tab > a {
  letter-spacing: 0.03rem;
  background-color: #ededed;
  color: #333333;
  padding: 10px 40px !important;
  font-size: 1.2rem;
  margin: 0 20px;
}
.homeTabs .vc_tta-tab.vc_active a {
  color: #ffffff !important;
  background-color: #2ac6fd !important;
}
.homeTabs .vc_tta-tabs-container {
  border-bottom: 2px solid #2ac6fd;
  margin-bottom: 30px !important;
}
.blueBGColRight .vc_column-inner {
  background-color: #029fd7;
  padding: 60px !important;
}
.blueBottomModule .wpb_single_image, .blueBottomModule .wpb_raw_html {
  margin-bottom: 0;
}
.blueBottomModule h2, .blueBottomModule strong {
  color: #ffffff;
}
.blueBottomModule .vc_single_image-img {
  opacity: 0.7;
  position: relative;
  z-index: 2;
}
.blueBGColLeft {
  position: relative;
}
.blueBGSquare {
  background-color: #029fd7;
  position: absolute;
  height: 130px;
  width: 100%;
  bottom: 0;
}
.blueBGColRight .ccBtn {
  margin-right: 80px;
}
.ccBtn.white-outline {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 7px;
}
.ccBtn.white:before {
  background-color: #029fd7;
  color: #ffffff;
}
.ccBtn.white-outline:hover, .ccBtn.white-outline:focus, .ccBtn.white-outline:active {
  color: #029fd7 !important;
}
.rowSixCards {
  position: relative;
}
.greyboxgb {
  height: 200px;
  width: 150%;
  background-color: #f7f7f7;
  position: absolute;
  top: 195px;
  left: -300px;
  z-index: -1;
}
/* End Homepage */
/* Welcome */
.ult-carousel-wrapper {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blueCards {
  border: 1px solid #2ac6fd;
  border-radius: 5px;
  padding: 15px 3px 20px 3px;
  margin: 0 10px;
  width: 18% !important;
  margin: 0 5px;
  height: 160px;
  min-height: 160px !important;
}
.buttonBlueBox {
  text-align: center;
  display: block;
  background-color: #029fd7;
  padding: 5px;
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em !important;
}
.buttonBlueBox:hover {
  color: #029fd7 !important;
}
.blueCards .wpb_raw_html {
  margin: 0;
}
.welcomeCarousel p {
  margin: 15px 0;
  font-size: 0.9em !important;
}
.linkCarousel {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: 500 !important;
  color: #334e68 !important;
  text-decoration: none !important;
}
.hrCarousel {
  width: 30%;
  border: 1px solid #2ac6fd;
  margin-top: 3px;
  margin: 0 auto;
}
.welcomeCarousel h4 {
  margin-top: 20px;
}
.welcomeCarousel .slick-dots {
  bottom: 445px !important;
}
.welcomeCarousel .homeContentBox {
  min-height: 400px !important;
}
.videoBGblue {
  background-color: #029fd7;
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 10px;
  width: 90% !important;
}
.videoBGblue h2, .videoBGblue p, .videoBGblue strong, .videoBGblue h4 {
  color: #ffffff;
}
.videoBGblue .ccBtn.white-outline {
  margin-left: 0;
  margin-top: 50px;
}
.videoBGblue .wpb_single_image {
  position: relative;
  width: 550px;
  max-width: 550px !important;
  top: 0px;
}
.cloudcconnector .vc_single_image-img {
  width: 780px;
  margin-bottom: 0px;
  margin-top: 40px;
  position: relative;
}
.welcomeIcon img {
  width: 100%;
}
/* popup styles */
.modal-window {
  position: fixed;
  background-color: rgba(200, 200, 200, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 500px;
  position: relative;
  margin: 30px auto;
  padding: 2rem;
  background: #ffffff;
  color: #444;
  padding-top: 0.4rem;
}
.modal-window header {
  font-weight: bold;
}
.modal-close {
  color: #aaa;
  line-height: 40px;
  position: absolute !important;
  right: 10px;
  text-align: center;
  top: 0;
  font-size: 35px !important;
  width: 38px;
  text-decoration: none;
}
.modal-close:hover {
  color: #333333;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.popupa {
  color: #333333;
  background-color: #f7f7f7;
  padding: 20px;
  display: grid;
  margin: 15px 0px;
  text-align: center;
  transition: 0.2s;
  font-size: 1rem;
  text-decoration: none;
}
.popupa:hover {
  color: #ffffff;
  background-color: #029fd7;
  text-decoration: none;
  transition: 0.2s;
}
#open-modal h1, #open-modal-2 h1, #open-modal-3 h1, #open-modal-4 h1 {
  margin-bottom: 30px;
}
.modal-close {
  color: #aaa;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  font-size: 20px;
  width: 38px;
  text-decoration: none;
}
.modal-close:hover {
  text-decoration: none;
  color: #000;
}
/* popup styles */
/* End Welcome  Page*/
/* My Account */
.acf-label p:not(.description):hover a {
  display: block;
}
.acf-label p:not(.description) a {
  display: none;
  color: #029fd7 !important;
}
div#content.account {
  padding-bottom: 0 !important;
}
div.credentials {
  padding: 10px 0px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  border-top: 3px solid #01759e;
  margin: 0 0 20px 0;
}
div.credentials .card {
  margin-bottom: 20px;
  border-color: #ffffff;
  justify-content: center;
  padding: 5px;
  transition: all 0.5s;
}
div.credentials a {
  border-radius: 100px;
  min-height: 100px;
  min-width: 100px;
  background-image: url(../img/spin.gif);
  background-size: 200%;
  background-position: center center;
  background-repeat: no-repeat;
}
div.credentials .card:hover a:after {
  opacity: 1;
}
div.credentials .card a:after {
  display: flex;
  opacity: 0;
  transition: all 0.5s;
  content: attr(alt);
  color: #fff;
  background-color: #0b5682db;
  position: absolute;
  top: 5px;
  left: 5px;
  height: 100px;
  width: 100px;
  text-align: center;
  vertical-align: bottom;
  align-items: center;
  line-height: 1;
  border-radius: 100%;
  font-size: 16px;
  padding: 12px;
  /* backdrop-filter: grayscale(1);*/
}
div.credentials .card img {
  margin: auto;
  display: block;
}
.importantnotice {
  font-size: 0.9rem !important;
}
.piedepagina {
  font-size: 0.9rem !important;
}
.disclaimertext {
  font-size: 13px;
}
#menu-my-account {
  padding-left: 20px;
}
#menu-my-account .menu-item-has-children {
  border-top: 2px solid #f2faff;
  margin-top: 30px;
  padding-top: 15px;
}
#menu-my-account .menu-item-has-children > a {
  color: #01759e;
  font-weight: 600;
}
/* End My Account */
/* Tele-Support Program */
.btn-left {
  margin-left: 0;
}
.enablement-video {
  padding-bottom: 50px 0;
}
h2.video-title {
  line-height: 4rem;
}
.iconCard {
  padding-top: 20px;
}
/* End Tele-Support Program */
#loginToggle {
  line-height: 1.5em !important;
}
/* One Commercial Tool */
.tabsInfoList .icon_description h3 {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: #333333 !important;
}
.smile_icon_list li.icon_list_item {
  margin: 0 0 20px !important;
}
.tabsInfoList .icon_description {
  padding-left: 5px !important;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: #fdfdfd !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  border-color: none;
  background-color: #fdfdfd !important;
  color: #333333 !important;
  font-weight: 700 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background-color: #f5f4f4 !important;
  color: #7d7d7d;
}
.vc_tta.vc_general .vc_tta-panel-body {
  border: solid transparent;
  box-sizing: content-box;
  padding: 0 50px;
}
/* End One Commercial Tool */
/* Cloud Event Finder */
.numberHighlight {
  background-color: #1addd8;
  padding: 6px;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.2rem;
}
/* End Cloud Event Finder */
/* Learning Paths */
.rowLearningPath {
  position: relative;
  width: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.LearningColCenter, .LearningColRight, .LearningColLeft {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.learningPathTimeline h3 {
  font-size: 1.2em !important;
  font-weight: 700;
  letter-spacing: 0.02rem;
  padding-right: 10px;
}
.learningPathTimeline .timeline-block.learningPathItem.timeline-post-left {
  border: 1px solid #ced9e6 !important;
}
.ult-responsive.timeline-item-spt {
  font-size: 1.2em !important;
  padding-right: 10px;
  font-weight: 300;
}
.LearningColTechnical h3 {
  color: #01759e;
}
.LearningColSales h3 {
  color: #005d49;
}
.qualifiedbadge, .associatedbadge, .expertbadge {
  border: none !important;
}
.qualifiedbadge h3, .qualifiedbadge span {
  color: white !important;
  background-color: #78cdff !important;
  padding: 10px !important;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto !important;
}
.associatedbadge h3, .associatedbadge span {
  color: white !important;
  background-color: #eae435 !important;
  padding: 10px !important;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto !important;
}
.expertbadge h3, .expertbadge span {
  color: white !important;
  background-color: #ff7b7b !important;
  padding: 10px !important;
  border-radius: 5px;
  width: 70%;
  margin: 0 auto !important;
}
.timeline-header-block {
  padding: 0 !important;
}
.imgbadge img {
  width: 100%;
}
#lang_selection {
  background: #FFFFFF url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAyAAD/7gAOQWRvYmUAZMAAAAAB/9sAhAAIBgYGBgYIBgYIDAgHCAwOCggICg4QDQ0ODQ0QEQwODQ0ODBEPEhMUExIPGBgaGhgYIyIiIiMnJycnJycnJycnAQkICAkKCQsJCQsOCw0LDhEODg4OERMNDQ4NDRMYEQ8PDw8RGBYXFBQUFxYaGhgYGhohISAhIScnJycnJycnJyf/wAARCAASAB4DASIAAhEBAxEB/8QAbwAAAgIDAAAAAAAAAAAAAAAAAAYBBQMEBwEBAQEAAAAAAAAAAAAAAAAAAQACEAABAgQDBwMFAAAAAAAAAAABAgQAEQMFIUESMVGhMhMzBrFiNJEiIxQ1EQADAQEBAAAAAAAAAAAAAAAAATEhcUH/2gAMAwEAAhEDEQA/AH1y7vfiN7qOXlWo+t71ZUpajzDIJGxC0DCQkCOD2zeNn7am7aVBUo1RNKh6HcRmIh6xbXFqtm7pipRqCRB2g5EHIiOf67p4HcVIkXVscTKATpCyBgZyOmonPeOGr0zODnfb60sTTr1/vrLmG7cGSlqHokZmEtrX8n/VfeWrcqpghHToFM6dRIqoEhTPLTSmeIx247Y2LJZXnk7036+klsT+KliAsA4ISMqaeP1h/wCmjR0tI6ctOiQ06ZSlLdFM9ZXXETFH5f8Awq3xuZHzO3zDZ7t0EECqFxlw2+NR5ORPZ7ewdv27oywQQCf/2Q==)  right no-repeat;
  background-size: 9px;
  background-position: 180px;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 38%;
  margin-left: 10px;
  border: 1px solid #9FB3C8;
  padding: 0 8px;
  height: 22px;
  font-size: 15px;
}
label[for=lang_selection] {
  font-size: 15px;
  font-family: "Source Sans Pro";
}
/* END Learning Paths */
.gcs-list-dropdown .dropdown-menu {
  margin-top: 0px;
}
.gcs-list-dropdown .dropdown-item.add-to-list {
  position: relative;
  text-decoration: none;
}
.gcs-list-dropdown .dropdown-item.add-to-list:active {
  background-color: #029fd7;
  color: #ffffff;
}
.gcs-list-dropdown .dropdown-item.add-to-list.member:before {
  content: "";
  left: 8px;
  display: block;
  position: absolute;
  color: #01759e;
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px 0;
}
.dropdown-menu.newlist {
  max-height: 180px;
  overflow-y: scroll;
}
.dropdown-menu .btn.new-list {
  text-align: center;
  display: block;
  padding: 1px 4px;
  min-width: 40%;
  margin: 5px auto;
  border: 2px solid #01759e;
  position: relative;
  max-width: 90%;
  background-color: transparent;
  color: #01759e;
}
.dropdown-menu .btn.new-list:hover {
  background-color: #01759e;
  border-color: #01759e;
  color: #ffffff;
}
.w-control {
  display: none;
}
.hide-tab-container {
  display: none;
}
.carousel-inner {
  padding: 1em 2px;
}
.carousel-control-next, .carousel-control-prev {
  width: 40px;
}
.carousel-control-prev {
  position: absolute;
  left: -50px;
}
.carousel-control-next {
  position: absolute;
  right: -50px;
}
span.carousel-control-prev-icon, span.carousel-control-next-icon {
  height: 30px;
  width: 30px;
}
span.carousel-control-prev-icon {
  background-image: url(/wp-content/plugins/gcs/public/img/arrow_left.svg);
}
.carousel-control-next-icon {
  background-image: url(/wp-content/plugins/gcs/public/img/arrow_right.svg);
}
.garbage-library {
  display: inline-flex;
}
.garbage-library img {
  padding-top: 0;
}
.playlist-title {
  display: inline-flex;
  margin-right: 10px;
}
.video-library {
  padding: 0 10px !important;
}
h5.library-title {
  margin-left: 2%;
  float: left;
  text-transform: uppercase;
}
.video-actions {
  display: flex;
  padding: 5px 0;
}
.video-actions button.btn-light {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 300;
  color: #212529;
  background-color: #ffffff;
  border-color: #e5e5e5;
  border-width: 1px;
  border-radius: 0;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.video-actions button.btn-light:hover, .video-actions button.btn-light:active {
  background-color: #f7f7f7;
}
.video-actions-container {
  background-color: #ffffff;
  padding: 10px 10px;
}
.sh-garbage-bin {
  width: 20px;
  padding-top: 10px;
}
.sh-garbage-bin.no-bin {
  float: right;
  display: none;
}
p.wist-video-title {
  float: left;
  width: 75%;
  font-size: 15px;
  font-weight: 500;
}
.dropdown-share-img {
  display: inline-flex;
  float: right;
  padding-top: 5px;
  padding-right: 15px;
}
a.dropdown-item.add-to-list {
  width: 80%;
  display: inline-flex;
}
div.dropdown-share-img img {
  text-align: right;
  width: 15px;
  padding-top: 6px;
}
.ply-cancel-btn:hover {
  background-color: #029fd7 !important;
  color: #ffffff !important;
}
.ply-cancel-btn {
  width: 100%;
  background-color: #ffffff !important;
  color: #029fd7 !important;
}
.added-to-fav .gcs_add_favorite {
  color: #dd4343;
}
.gcs_remove_content_from_list #cancel {
  color: #029fd7 !important;
}
.gcs_remove_content_from_list #cancel:hover {
  color: #ffffff !important;
}
/* End Playlists */
/* TABS for favorites and Playlist */
.library-tabs {
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: #e5e5e5 0px 0px 15px -5px;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  border-color: #ededed;
  padding: 10px;
  transition: all 0.5ms ease 0s;
}
li.library-item {
  margin: 3px 2px 2px 3px;
}
.library-tabs .library-item.show .library-link, .library-tabs .library-link.active {
  color: #ffffff;
  background-color: #2ac6fd;
  border-color: transparent;
  border-radius: 50px;
}
.library-tabs .library-link {
  background-color: #F0F4F8;
  color: #666666;
  border: transparent;
  margin-bottom: 1px;
  border-radius: 50px;
  text-decoration: none;
}
.library-link {
  letter-spacing: 0.03rem;
  background-color: #D9E2EC;
  color: #333333;
  padding: 5px 30px;
  font-size: 1.1rem;
  margin: 0 20px;
}
.library-tabs .library-link:hover {
  background-color: #BCCCDC;
  color: #ffffff;
}
.blue-dots-left:after {
  position: absolute;
  content: "";
  display: block;
  height: 80%;
  width: 36px;
  top: 0px;
  left: -18px;
  background: no-repeat url("/wp-content/plugins/gcs/public/img/line-dots.png");
  background-size: 100% 100%;
}
.col.video-card {
  margin: 20px;
  position: relative;
  background-color: #ffffff;
  box-shadow: #e5e5e5 0px 3px 4px -1px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #ededed;
  padding: 20px;
  padding-bottom: 10px;
  transition: all 0.5ms ease 0s;
  min-height: 168px;
}
.col-3.float-left:hover .no-bin {
  display: block;
}
.added-to-fav {
  color: #dd4343;
}
.cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  display: none;
}
.cover-spin::after {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/* End TABS for favorites and Playlist */
/* Surface Learning Paths */
.surfaceCol .wpb_button, .surfaceCol .wpb_content_element, .surfaceCol ul.wpb_thumbnails-fluid > li {
  margin-bottom: 12px;
}
.surfaceCol h3 {
  color: #01759e;
}
.surfaceCol h6 {
  color: #829ab1;
}
.badgepromorow {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}
.badgepromorow h4 {
  line-height: 2em !important;
}
.surfaceCol .linkUnderline::after {
  content: "►";
  position: absolute;
  left: 0;
  color: #029fd7;
}
.surfaceCol .linkUnderline {
  padding-left: 25px;
}
/* END Surface Learning Paths */
/* Our Top picks */
.centerimage img {
  display: block;
  margin: auto;
}
/* Cloud Enablement content */
.fixed-height {
  height: 285px;
}
/* End Enablement content */
/* Incentive page */
.IncentiveTitle {
  padding-top: 50px;
  text-align: center;
}
a.cleanLink {
  text-decoration: none;
  color: #333333;
}
a.textSquare {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.7rem;
  color: #333333;
  font-weight: 500;
}
.IncentiveImage {
  position: relative;
  left: -40px;
  top: 20px;
  width: 400px;
}
.threcolumns-incentive {
  padding: 30px 0;
}
.mainText p {
  padding: 0 30px;
}
.info-3col .aio-icon-description.ult-responsive {
  font-size: 1rem;
  font-weight: 500;
}
.table-3col td {
  padding: 15px 10px;
}
.table-3col table td {
  border-bottom: none;
}
.table-3col thead th {
  padding: 10px;
}
.table-3col thead {
  background-color: #029fd7;
  color: #ffffff;
}
.table-3col tr:nth-child(even) {
  background-color: #f0f4f8;
}
.table-3col table td:first-child, table th:first-child {
  padding-left: 10px;
}
.table-logo {
  margin-bottom: 10px;
}
.table-logo img {
  width: 80%;
}
.incentives-margin {
  margin-bottom: 50px;
}
/*End Incentive Page*/
/* Search Page */
a.search-box {
  text-decoration: none;
}
span.search-link {
  color: #486581;
}
h3.entry-title {
  margin: 20px 0 5px;
  color: #2ac6fd;
}
div.tags {
  margin-top: 15px;
}
span.gcs_tag a {
  display: inline-block;
  padding: 3px 10px;
  text-decoration: none !important;
  background-color: #829ab1;
  color: #ffffff;
  margin: 0px 10px 5px 0px;
  transition: 0.5s all;
  border-radius: 20px;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 15px;
}
body.search-results div.card {
  position: relative;
  background-color: #ffffff;
  box-shadow: #e5e5e5 0px 3px 4px -1px;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: #ededed;
  padding: 20px;
  transition: all 0.5ms ease 0s;
}
a.page-numbers {
  text-decoration: none;
  margin-right: 5px;
  color: #627D98;
}
a.prev.page-numbers {
  margin-right: 10px;
  color: #334e68;
  font-weight: 500;
}
a.next.page-numbers {
  margin-left: 10px;
  color: #334e68;
  font-weight: 500;
}
span.page-numbers.dots {
  margin-right: 5px;
  color: #627D98;
}
span.page-numbers.current {
  margin-right: 5px;
  color: #ffffff;
  background-color: #2ac6fd;
  padding: 5px 10px;
}
.short-header label.label-search input[type="search"] {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 3px solid #029fd7;
  border-radius: 0px !important;
  width: 100%;
}
.short-header label.label-search input[type="search"], .short-header label.label-search input[type="search"]:focus {
  width: 100% !important;
}
.short-header .label-search {
  width: 100%;
}
.short-header .icon-search {
  right: 2px;
  position: relative;
}
/* END Search Page */
/* My Company Page */
button.btn.btn-primary.add-btn {
  background-color: transparent;
  color: #829ab1;
  border: 1px solid #829ab1;
  padding: 4px 30px;
  font-size: 15px;
}
.btn-user {
  margin-bottom: 0;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #029fd7 !important;
  color: #029fd7 !important;
}
.btn-outline-primary:hover {
  background-color: #029fd7 !important;
  color: #fff !important;
}
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background-color: #bcccdc;
  border-color: #bcccdc;
}
button.btn.btn-primary.add-btn:hover {
  background-color: #bcccdc;
  border-color: #bcccdc;
  color: #ffffff;
}
.modal-header {
  border-bottom: none;
}
input.fname {
  margin-bottom: 20px;
}
input.lname {
  margin-bottom: 20px;
}
input.email {
  margin-bottom: 20px !important;
}
button.prereg-btn {
  background-color: #829ab1;
  border-color: #829ab1;
  min-width: 200px;
  border: 2px solid transparent;
}
button.prereg-btn:hover {
  background-color: transparent;
  color: #829ab1;
  border: 2px solid #829ab1;
}
/* END My Company Page */
/* Also - About us page*/
.goalslist ul li {
  padding-bottom: 2% !important;
}
.sameheight {
  height: 240px;
}
/* END - Also - About us page */
/* Also - Contact page */
.darkbluetitle h3 {
  color: #334e68;
}
/* END - Also - Contact page */
/* Tech Data - About us page */
.benefits {
  padding-left: 10%;
  padding-right: 10%;
}
/* END - Tech Data - About us page */
/* Ingram Micro - About us page */
.infobox h3 {
  padding-bottom: 20px;
}
/* END - Ingram Micro - About us page */
/* Ingram Micro - Contact page */
.lightbluetitle h5 {
  color: #029fd7;
}
/* END - Ingram Micro - Contact page */
/* Arrow - About us page */
.sameheight2 {
  height: 150px;
}
/* END - Arrow - About us page */
/* Voice Launch Landing Page */
.blockmargin {
  margin-bottom: 0;
}
.linkalignment a {
  vertical-align: bottom;
}
.betweenmargin p {
  margin-bottom: 0.5em;
}
.sectionmicro {
  background-image: url(/wp-content/themes/CC2020/img/woman-hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5%;
}
.sectionbuilt {
  padding: 5%;
  padding-bottom: 3%;
}
.sectionbuilt h3 {
  color: #029fd7;
}
.builtcolumn {
  padding-top: 3%;
}
.sectionwebinar {
  padding: 2%;
}
.buttoncolumn {
  padding: 5%;
  background-color: #f0f4f8;
}
.picturecolumn {
  background-image: url("/wp-content/themes/CC2020/img/man-phone.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sectionconnect {
  padding: 4%;
}
.sectionconnect h4 {
  color: #029fd7;
}
.smallertext p, .smallertext a {
  font-size: 0.9rem;
}
.sectiontry {
  background-color: #029fd7;
  padding: 3% 2%;
}
.sectiontry h1 {
  color: #ffffff;
  padding-top: 20px;
}
.sectiontry p {
  color: #ffffff;
}
/* END - Voice Launch Landing Page */
/* VILTs Exam Prep Sessions page */
.titleblock {
  margin-bottom: 25px;
}
.titleblock h3 {
  color: #01759e;
}
.table-2col thead {
  background-color: #029fd7;
  color: #ffffff;
}
.table-2col th {
  padding: 10px;
  vertical-align: middle;
}
.table-2col td {
  padding: 10px;
  border-bottom: none;
  vertical-align: middle;
}
.table-2col th:first-child {
  padding-left: 10px;
}
.table-2col th:last-child {
  padding-right: 10px;
}
.table-2col td:first-child {
  padding-left: 10px;
}
.table-2col td:last-child {
  padding-right: 10px;
}
.table-2col tr:nth-child(even) {
  background-color: #f0f4f8;
}
/* END - VILTs Exam Prep Sessions page */
/* Modern Workplace Learning Paths Promo page */
.termstext p, .termstext a {
  font-size: 0.5rem;
}
.infographic img {
  width: 600px;
}
/* END - Modern Workplace Learning Paths Promo page */
/* Cookie Policy page */
.table-4col thead {
  background-color: #029fd7;
  color: #ffffff;
}
.table-4col th {
  padding: 10px;
  vertical-align: middle;
}
.table-4col td {
  padding: 10px;
  border: solid #f0f4f8 1pt;
  vertical-align: middle;
}
.table-4col th:first-child {
  padding-left: 10px;
}
.table-4col th:last-child {
  padding-right: 10px;
}
.table-4col td:first-child {
  padding-left: 10px;
}
.table-4col td:last-child {
  padding-right: 10px;
}
/* END - Cookie Policy page*/
/* Password Update Form */
body.ccPassword {
  background-color: #ededed !important;
}
#passwordForm p {
  margin: 10px 5px;
  font-size: 0.9rem;
}
#passwordForm p.error {
  color: #dd4343;
}
#passwordForm p.valid {
  color: #005d49;
}
#passwordForm p.valid:before, #passwordForm p.error:before {
  content: "";
  height: 11px;
  width: 11px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 10px;
  background-color: #dd4343;
}
#passwordForm p.valid:before {
  background-color: #005d49 !important;
}
#passwordForm .button {
  margin-top: 30px !important;
}
.forgotPassword i {
  font-size: 40px;
  color: #7d7d7d;
}
/* END - Password Update Form */
/*Marketo Forms*/
button.mktoButton {
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-weight: 600 !important;
  text-transform: uppercase;
  background: #029fd7 !important;
  color: #ffffff;
  border: 2px solid #029fd7 !important;
  font-size: 1rem;
  text-align: center;
  max-width: 250px !important;
  padding: 10px;
  text-decoration: none !important;
  border-radius: 5px;
  width: 200px;
  height: 50px;
  margin: 0 auto !important;
  letter-spacing: normal;
}
button.mktoButton:hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ffffff !important;
  color: #029fd7 !important;
  border: 2px solid #029fd7 !important;
}
.mktoButtonRow {
  width: 100%;
}
.mktoFormCol, .mktoFieldWrap {
  width: 100%;
}
.mktoHasWidth {
  width: 100% !important;
}
.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 500 !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1rem !important;
  width: auto !important;
}
.mktoCheckboxList {
  position: absolute;
  left: 0;
}
.mktoCheckboxList input {
  margin-left: 0 !important;
}
label[for=ka_consent] {
  margin-left: 30px !important;
}
/*End Marketo Forms*/
/* Preference Center*/
.no-title .acf-label {
  display: none;
}
select.custom-select.custom-select-sm.form-control.form-control-sm {
  width: 50%;
  margin: 0 5px;
}
.questiontooltip {
  width: 15px;
  margin-bottom: 4px;
  margin-left: 5px;
}
.field-tip {
  position: relative;
  cursor: help;
}
.field-tip .tip-content {
  line-height: 18px;
  position: absolute;
  top: -10px;
  right: 9999px;
  width: 150px;
  margin-right: -150px;
  padding: 10px;
  color: #fff;
  background: #757575;
  -webkit-box-shadow: 2px 2px 5px #aaa;
  -moz-box-shadow: 2px 2px 5px #aaa;
  box-shadow: 2px 2px 5px #aaa;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -moz-transition: opacity 250ms ease-out;
  -ms-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
  z-index: 200;
  font-size: 13px;
}
.field-tip:hover .tip-content {
  right: -20px;
  opacity: 1;
}
.field-tip .tip-content:before {
  content: " ";
  position: absolute;
  top: 10%;
  left: -16px;
  width: 0;
  height: 0;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right-color: #757575;
}
.acf-field.acf-field-group.training {
  width: 48%;
  min-height: 195px;
  margin: 0;
}
.acf-field.acf-field-group.interests {
  width: 48%;
  min-height: 195px;
  margin: 0;
}
fieldset > .organise {
  display: inline-flex;
  align-content: start;
}
acf-fields.-border {
  border: none !important;
  background: transparent !important;
}
.acf-field.acf-field-message.gral-text {
  width: 100%;
}
.acf-field.acf-field-group.initiatives {
  width: 48%;
  min-height: 195px;
  margin: 0;
}
.acf-field.acf-field-group.contactform {
  width: 48%;
  min-height: 195px;
  margin: 0;
  float: left;
}
.acf-field.acf-field-group.unsuscribegroup {
  width: 100%;
  min-height: 195px;
  margin: 0;
}
.ccTrackBox > .acf-label {
  display: block !important;
}
input[type=checkbox], input[type=radio] {
  margin: 0 5px 0 15px !important;
}
.acf-field.acf-field-message.sendme p {
  font-size: 13px !important;
}
.acf-field.acf-field-true-false.left-pad .acf-input {
  padding-left: 20px !important;
}
.acf-field.acf-field-group.ms-solutions {
  width: 48%;
  min-height: 195px;
  margin: 0;
  float: left;
}
#mens_conf_phone {
  width: 48%;
  margin: -50px 0;
  float: left;
}
#conf_phone {
  margin: -20px 0;
  float: left;
}
.acf-form .acf-fields.-top.-border {
  border: none;
  background: transparent;
}
.acf-fields.-border {
  border: none;
  background: transparent;
}
.ccTrackBox#marketing {
  display: inline-flex;
  position: relative;
  bottom: 60px;
  width: 20% !important;
}
.ccTrackBox#sales {
  display: inline-flex;
  position: relative;
  bottom: 60px;
  width: 20% !important;
}
.ccTrackBox#business {
  display: inline-flex;
  position: relative;
  bottom: 60px;
  width: 20% !important;
}
.ccTrackBox#technical {
  display: inline-flex;
  position: relative;
  bottom: 60px;
  width: 20% !important;
}
#mens_conf_phone {
  width: 48%;
  margin: -50px 0;
  float: left;
}
#conf_phone {
  margin: -20px 0;
  float: left;
}
.subline {
  width: 85%;
  font-size: 10px !important;
  line-height: 15px;
}
.smallsendme {
  font-weight: 500;
  padding-left: 20px;
}
.bolderlabel {
  font-weight: 600;
}
.fontsmall {
  font-size: 13px;
}
ul.acf-radio-list li label, ul.acf-checkbox-list li label {
  font-weight: 300;
}
.acf-form h5 {
  font-weight: 600;
}
div[data-name=ka_comercial_consent] .message > span, div[data-name=politica_de_privacidad] .message > span {
  display: none;
}
div#mens_conf_phone > div.acf-input p {
  font-size: 14px;
  margin: 15px 0;
}
form.preference_center_form .acf-form-submit {
  text-align: center;
  margin-top: 40px;
}
/** Te vas a encontrar uno que es solo #conf_phone {}, hay que añadir la nueva clase y cambiar los valores**/
#conf_phone, #conf_prefix {
  margin: -20px 10px;
  float: left;
}
/*End Preference Center*/
/*Reporting Menu*/
#pbi_menu {
  background: #f7f7f7 !important;
  color: #333333 !important;
  width: 100% !important;
  padding: 8px 10px;
  left: 0px;
  position: relative;
}
#pbi_menu ul {
  border: 1px solid #bbb;
}
#pbi_menu li {
  padding: 3px 20px;
  transition: 0.2s;
}
#pbi_menu li {
  font-size: 0.8rem !important;
}
#pbi_menu li:hover {
  cursor: pointer;
  background: #029fd7;
  color: #ffffff;
  transition: 0.2s;
}
#pbi_menu li.selected {
  font-weight: 500;
}
#pbi_menu .init {
  font-weight: 500;
  transition: 0.2s;
  padding: 8px 10px 8px 10px;
  margin: 0;
}
#pbi_menu .init:hover {
  background: #029fd7;
  transition: 0.2s;
}
.powerbiarrow {
  font-size: 0.5rem;
  position: relative;
  top: 2px;
}
#pbi_menu .pbi-page-menu {
  background: #f7f7f7 !important;
  border: 1px solid #e5e5e5;
  width: 180px;
  z-index: 99;
}
#enterFullscreen {
  background-color: #f7f7f7 !important;
  border: 1px solid #029fd7 !important;
  font-weight: 500 !important;
  padding: 5px 10px;
  color: #029fd7 !important;
  border-radius: 0px !important;
  font-size: 0.8rem;
  text-transform: capitalize !important;
  position: relative;
  height: 35px;
  z-index: 10px;
}
#enterFullscreen:hover {
  background: #029fd7 !important;
  transition: 0.2s;
  color: #fff !important;
}
#exitFullscreen {
  background-color: #f7f7f7 !important;
  border: 1px solid #029fd7 !important;
  font-weight: 500 !important;
  padding: 5px 10px;
  color: #029fd7 !important;
  border-radius: 0px !important;
  font-size: 0.8rem;
  text-transform: capitalize !important;
}
#exitFullscreen:hover {
  background: #029fd7 !important;
  transition: 0.2s;
  color: #fff !important;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
/*End Reporting Menu*/
/* Countries Disti Pages*/
.alsoteamnorway img {
  width: 190px;
}
.blueH4 h4 {
  color: #029fd7;
  margin-bottom: 20px;
}
.arrowteamnorway img {
  width: 190px;
}
.blogfeed .ccBtn {
  margin-left: 0 !important;
}
.ubtn-text {
  font-size: 1rem !important;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #029fd7 !important;
}
.ubtn {
  background-color: #ffffff !important;
  padding: 5px 30px !important;
}
.ubtn:hover .ubtn-text {
  color: #ffffff !important;
}
.ubtn-hover {
  color: #ffffff !important;
  background-color: #029fd7 !important;
}
.notadeprensaimg img {
  padding: 0 50px;
}
.alltronincentives .ccBtn {
  margin-left: 0;
  max-width: 200px !important;
}
.heroimgbg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-y: 50% !important;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/wp-content/themes/CC2020/img/ms-academy2020.png);
}
.littleIcon img {
  width: 50%;
}
.differenttitle h4 {
  font-size: 1.2rem;
  color: #01759e;
}
/*End Countries Disti Pages*/
/* TechData - About us page - FI */
.table-2col-large thead {
  background-color: #029fd7;
  color: #ffffff;
}
.table-2col-large th {
  padding: 20px;
  vertical-align: middle;
}
.table-2col-large td {
  padding: 20px;
  border-bottom: none;
  vertical-align: middle;
}
.table-2col-large th:first-child {
  padding-left: 20px;
}
.table-2col-large th:last-child {
  padding-right: 20px;
}
.table-2col-large td:first-child {
  padding-left: 20px;
}
.table-2col-large td:last-child {
  padding-right: 20px;
}
.table-2col-large tr:nth-child(even) {
  background-color: #f0f4f8;
}
/* END - TechData - About us page - FI */
/* Also - Incentives - FI */
.lessblockmargin {
  margin-bottom: 20px;
}
/* END - Also - Incentives - FI */
/* Arrow Event Calendar - FI */
.titlesbg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position-y: 50% !important;
  background: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75)), url(/wp-content/themes/CC2020/img/arrow-event-bg.jpg);
}
/* END - Arrow Event Calendar - FI */
/* Arrow Channel - FI */
.biggertext a {
  font-size: 1.2rem;
}
/* END - Arrow Channel - FI */
/* Invite colleagues Form */
select#checkDistie {
  line-height: 1;
  height: 50px;
}
/* END - Invite colleagues Form */
/* START - Survicate */
#survicate-box .sv__survey.sv__micro-theme.sv__minimized {
  margin: 0;
  transform: rotate(270deg);
  right: -43px;
  max-height: 30px;
  max-width: 145px;
  min-width: 145px;
  padding: 0 20px;
  border-radius: 0;
  top: 400px;
}
.sv__btn-maximize-plus.sv__minimized-symbol {
  display: none !important;
}
.sv__minimized__text::after {
  content: "+";
  margin-left: 10px;
}
#survicate-box .sv__survey.sv__micro-theme.sv__minimized .sv__minimized__text {
  width: 100% !important;
}
/* END - Survicate */
/*==========  MEDIA QUERIES ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .singular-view .site-header {
    margin-bottom: 0px !important;
  }
  .acf-field.acf-field-message.acf-field-5de654e1f0160, .acf-field.acf-field-message.acf-field-5de654cbf015f, .acf-field.acf-field-true-false.acf-field-5de654fbf0161, .acf-field.acf-field-true-false.acf-field-5de65517f0162, .acf-field.acf-field-true-false.acf-field-5de65529f0163, .acf-field.acf-field-true-false.acf-field-5de65546f0164 {
    left: 424px;
  }
}
/*Search*/
.searchbar-link.disabled, .searchbar-link:disabled {
  color: #abb0b5 !important;
  pointer-events: none;
  margin-right: 10px;
}
.searchbar-link {
  margin-right: 10px;
}
/* END Search*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #navbarSupportedContent {
    padding: 0;
    margin: 0;
    width: 100vw;
    display: block;
  }
  #menu-primary-menu {
    background-color: #ededed;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  ul#menu-primary-menu {
    margin: 10px 0 !important;
    width: 100vw;
    position: relative;
  }
  ul#menu-primary-menu > li {
    padding: 0px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  li.header-search input.search-field {
    width: 80% !important;
    background-color: #ffffff !important;
    display: block !important;
    margin: auto;
  }
  li.menu-item.header-search {
    padding: 15px 0 !important;
    border: 0px !important;
  }
  ul#menu-primary-menu > li a.nav-link {
    padding: 0 20px;
  }
  .sub-menu-toggle {
    margin-top: 30px;
    border: none;
    border-radius: 2px;
    background-color: transparent;
    color: #9E9E9E;
    font-size: 1rem;
    position: absolute;
    z-index: -1;
    right: 15px;
    width: 10px;
    height: 10px;
  }
  ul[id^=menu-primary-menu] > li.menu-item {
    display: block;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #333333;
    width: 100%;
  }
  .navbar-light .navbar-nav .register-nav a {
    width: auto !important;
  }
  #menu-primary-menu ul.dropdown-menu ul {
    display: block !important;
    padding-left: 20px;
  }
  #menu-primary-menu ul.dropdown-menu > li.menu-item-has-children > a.dropdown-item {
    font-weight: bold;
  }
  #menu-primary-menu ul.dropdown-menu li {
    padding: 5px 0;
  }
  .navbar-light .navbar-nav .menu-item-has-children .sub-menu-toggle {
    display: none;
  }
  #menu-primary-menu li.accountBtn > a {
    font-size: 1em !important;
    background-image: none !important;
    padding-left: 30px;
  }
  #menu-primary-menu li.menu-item-login a, #menu-primary-menu li.register-nav a {
    display: block;
    margin: 20px auto;
    height: 40px;
    font-size: 22px !important;
  }
  nav label.label-search {
    right: 0;
    position: initial;
  }
  .header-search {
    display: none !important;
  }
  .header-search:hover .search-form {
    width: 80%;
  }
  button.search-submit {
    padding-right: 10px;
  }
  ul[id^=menu-primary-menu] .dropdown-menu {
    width: 100% !important;
    position: relative;
    left: 0px;
  }
  .navbar-light .navbar-toggler {
    border: none !important;
  }
  #menu-primary-menu-en {
    background-color: #ededed;
  }
  ul#menu-primary-menu-en {
    margin: 10px 0 !important;
    width: 100vw;
    position: relative;
  }
  ul#menu-primary-menu-en > li {
    padding: 0px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  ul#menu-primary-menu-en > li a.nav-link {
    padding: 0 20px;
  }
  ul[id^=menu-primary-menu-en] > li.menu-item {
    display: block;
  }
  #menu-primary-menu-en ul.dropdown-menu ul {
    display: block !important;
    padding-left: 20px;
  }
  #menu-primary-menu-en ul.dropdown-menu > li.menu-item-has-children > a.dropdown-item {
    font-weight: bold;
  }
  #menu-primary-menu-en ul.dropdown-menu li {
    padding: 5px 0;
  }
  #menu-primary-menu-en li.accountBtn > a {
    font-size: 1rem !important;
    background-image: none !important;
    padding-left: 30px;
  }
  #menu-primary-menu-en li.menu-item-login a, #menu-primary-menu-en li.register-nav a {
    display: block;
    margin: 20px auto;
    height: 40px;
    font-size: 22px !important;
  }
  ul[id^=menu-primary-menu-en] .dropdown-menu {
    width: 100% !important;
    position: relative;
    left: 0px;
  }
  #menu-primary-menu-de {
    background-color: #ededed;
  }
  ul#menu-primary-menu-de {
    margin: 10px 0 !important;
    width: 100vw;
    position: relative;
  }
  ul#menu-primary-menu-de > li {
    padding: 0px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
  }
  ul#menu-primary-menu-de > li a.nav-link {
    padding: 0 20px;
  }
  ul[id^=menu-primary-menu-de] > li.menu-item {
    display: block;
  }
  #menu-primary-menu-de ul.dropdown-menu ul {
    display: block !important;
    padding-left: 20px;
  }
  #menu-primary-menu-de ul.dropdown-menu > li.menu-item-has-children > a.dropdown-item {
    font-weight: bold;
  }
  #menu-primary-menu-de ul.dropdown-menu li {
    padding: 5px 0;
  }
  #menu-primary-menu-de li.accountBtn > a {
    font-size: 1rem !important;
    background-image: none !important;
    padding-left: 30px;
  }
  #menu-primary-menu-de li.menu-item-login a, #menu-primary-menu-de li.register-nav a {
    display: block;
    margin: 20px auto;
    height: 40px;
    font-size: 22px !important;
  }
  ul[id^=menu-primary-menu-de] .dropdown-menu {
    width: 100% !important;
    position: relative;
    left: 0px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .greySquare {
    width: 88%;
  }
  .greenSquare {
    width: 88%;
  }
  h3.textSquare {
    right: 25px;
  }
  .IncentiveImage {
    width: 80%;
    left: -5px;
  }
  .criteria-title {
    text-align: center;
  }
  .nomobile-space {
    display: none;
  }
  .table-logo .vc_figure {
    text-align: center;
  }
  .heroText h1 {
    padding: 0 5%;
    font-size: 3.2rem;
  }
  .ccHero {
    height: 55vh;
  }
  .acf-field.acf-field-message.acf-field-5de654e1f0160, .acf-field.acf-field-message.acf-field-5de654cbf015f, .acf-field.acf-field-true-false.acf-field-5de654fbf0161, .acf-field.acf-field-true-false.acf-field-5de65517f0162, .acf-field.acf-field-true-false.acf-field-5de65529f0163, .acf-field.acf-field-true-false.acf-field-5de65546f0164 {
    left: 330px;
  }
  fieldset > .acf-field {
    display: block;
    min-height: auto !important;
  }
  fieldset {
    padding: 0 5% 0 5% !important;
  }
  .acf-field {
    width: 100% !important;
  }
  fieldset > .organise {
    display: block;
    min-height: auto !important;
  }
  .subline {
    width: 100%;
  }
  .acf-field.acf-field-group.unsuscribegroup, .acf-field.acf-field-message.receive-info, .acf-field.acf-field-message.interests, .acf-field.acf-field-true-false.marketing, .acf-field.acf-field-true-false.sales, .acf-field.acf-field-true-false.business, .acf-field.acf-field-true-false.technical {
    position: inherit;
  }
  .accountBtn {
    width: 100%;
  }
  #loginContainer {
    margin: 10px;
    width: 100%;
    text-align: center;
  }
  #loginDropdown.active {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    border: none;
  }
  #loginDropdown.active input.submit_button {
    margin: 0 auto;
  }
  .dataTables_filter {
    width: 100%;
  }
  input[type="search"].form-control.form-control-sm {
    width: 100% !important;
    display: block;
    margin: 0;
    height: 30px;
  }
  .ccBody .sideBar {
    min-height: 0 !important;
  }
  div.contentRight {
    padding: 0 30px;
  }
  #account-menu-toggle {
    width: 85%;
    margin: auto;
    font-size: 18px;
  }
  #account-menu-toggle:after {
    display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  #ccNavbar {
    padding: 0;
  }
  a.navbar-brand img {
    max-width: 90%;
  }
  ul.dropdown-menu.dropdown-menu-right {
    padding-left: 15px;
  }
  .ccTrackBox#marketing, .ccTrackBox#sales, .ccTrackBox#business, .ccTrackBox#technical {
    width: 45% !important;
    position: initial;
    margin-bottom: 20px;
  }
  footer {
    padding: 40px 0 0;
  }
  .policy_link_container {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .site-identity {
    text-align: center;
    padding: 20px;
  }
  .site-identity .policy_link {
    margin: 0;
  }
  .site-identity .policy_link:before {
    display: none;
  }
  footer .right {
    text-align: center;
    justify-content: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /* Homepage */
  /* Homepage END*/
  /* Welcome */
  /* Welcome END */
  /* Promotion areas / GCS Campaigns */
  div.credentials a {
    min-height: 55px;
    min-width: 55px;
    margin: 0 10px;
    background-size: 100%;
  }
  div.credentials .card {
    background-color: transparent;
    border: none;
  }
  h2 {
    font-size: 2rem !important;
  }
  .short-header h1 {
    font-size: 2rem !important;
  }
  .nomobile {
    display: none;
  }
  .register-nav {
    display: none;
  }
  .table-2col-large {
    overflow: scroll;
  }
  .ccHero {
    height: auto;
    padding: 20px 0;
  }
  .heroText h1 {
    font-size: 2.5em !important;
    padding: 3%;
  }
  body.ccBody .ccHero:before {
    height: 50px;
    bottom: 0;
  }
  .heroText {
    margin-bottom: 20px;
  }
  .rowVideo {
    margin-top: 30px;
  }
  .columnVideo {
    top: 0;
  }
  .greenSquare, .greySquare {
    width: 100%;
  }
  .wistia_responsive_padding {
    width: 100% !important;
    height: 200px;
    left: 0;
    top: 20px;
  }
  .rowTextImg {
    padding-top: 20px;
  }
  .blueBGColLeft {
    display: none !important;
  }
  .blueBGColRight .vc_column-inner {
    padding: 20px !important;
  }
  .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #2ac6fd !important;
  }
  .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    color: #ffffff !important;
  }
  .fc-button-group {
    margin-top: 5px;
  }
  .blueCards {
    width: 60% !important;
    margin: 0 auto 20px auto;
  }
  .welcomeIcon img {
    width: 70%;
  }
  .videoBGblue .wpb_single_image {
    width: 100%;
  }
  .videoBGblue {
    width: 100% !important;
    margin: 0;
  }
  .ult-carousel-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  div#content {
    padding-bottom: 20px;
  }
  .sectionmicro {
    background-position: 30%;
  }
  .homeContentBox {
    margin-bottom: 40px;
  }
  .video-title {
    text-align: center;
    padding-top: 10px;
  }
  .content .search-field {
    width: 300px !important;
  }
  .navbar-brand-container {
    width: 80%;
  }
  #loginContainer {
    margin: 10px;
    width: 100%;
    text-align: center;
  }
  #loginDropdown.active {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    border: none;
  }
  #loginDropdown.active input.submit_button {
    margin: 0 auto;
  }
  .surface-space h3 {
    margin-top: 40px;
  }
  .table-logo {
    width: 80%;
    margin: auto;
  }
  .container.password-form {
    width: 100% !important;
  }
  .learningPathItem .timeline-icon-block {
    display: none !important;
  }
  .mobile-center p {
    text-align: center !important;
  }
  .mobile-center h4 {
    text-align: center !important;
  }
  .table-4col {
    overflow: scroll;
  }
  .table-3col {
    overflow: scroll;
  }
  div.sameheight {
    height: auto;
  }
  .sameheight2 {
    height: auto;
  }
  .ccBody .sideBar {
    text-align: left;
  }
  .ccBody .sideBar ul {
    padding-left: 10px;
  }
  div.contentRight {
    padding: 0 30px;
  }
  a.navbar-distie {
    margin-left: 0;
    padding-left: 0;
  }
  .navbar-brand-container {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: inherit;
    text-align: left;
    display: flex;
    flex-wrap: initial;
  }
  .blockmargin {
    margin-bottom: 35px;
  }
  .sectionmicro {
    background-position: 30%;
  }
  .table-2col {
    overflow: scroll;
  }
  a.navbar-brand img, a.navbar-brand.navbar-distie img {
    width: 100%;
  }
  a.navbar-brand {
    width: 40%;
    margin: 0;
  }
  #ccBanner span {
    white-space: normal;
    text-align: center;
    line-height: 1;
  }
}
@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 768px) {
  .collapse.collapse-md {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
/* Custom, iPhone Retina */
