/*!
Theme Name: Microsoft Adoption
Theme URI: https://adoption.microsoft.com
Author: Aaron Bode (v-aaronbode)
Author URI: https://adoption.microsoft.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: microsoft-adoption

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Search
# Visual Composer Customizations
# Sortable Customizations
# Media Queries

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


#main.fluent-design .video-card a.btn.btn-icon {
    margin-top: 0px;
}
html .microsite .page-header h1 img.product-icon.smaller {
    height: 38px;
    margin-top: -8px;
    margin-right: 6px;
}
html .microsite .page-header h1 img.product-icon {
    max-height: inherit;
    float: none;
    margin-right: 12px;
}

h1 img.product-icon {
    vertical-align: middle;
    margin-right: 0px;
    height: 50px;
    margin-top: -10px;
}

.vc_tta.vc_general .vc_tta-panel.vc_active, .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body, .vc_tta.vc_general .vc_tta-panel {
    animation: none!important;
}
#mtc-feed .date:before {
    display: none;
}
.vc_row-o-equal-height .wpb_column > .vc_column-inner {
    height: 100%;
}

.vc_row-o-equal-height .wpb_column > .vc_column-inner .wpb_wrapper {
    height: 100%;
}

.vc_row-o-equal-height .wpb_column > .vc_column-inner .wpb_wrapper .glass-card {
    height: 100%;
    display: flex;
    align-items: center;
}

.fluent-design .vc_tta-panels {
        border-radius: 20px!important;
        border: 2px solid white!important;
        padding: 20px!important;
        box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14)!important;
        overflow: hidden!important;
        background: linear-gradient(45deg, #ffffff, #ffffff85)!important;
}


.fluent-design .vc_tta-panels-container {
    border: none!important;
    box-shadow: none!important;
    background: none;
}

.glass-card .g-recaptcha iframe {
    border-radius: 0px;
}
a.btn-icon.btn-highlight:before {
    font-weight: 400;
    content: "" !important;
    background: linear-gradient(45deg, rgb(90, 200, 250), rgb(175, 82, 222), rgb(255, 149, 0))!important;
}
.content-carousel .single-item .wpb_wrapper {
    padding: 0px;
}

.content-carousel .wpb_wrapper {
  max-width: none;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}



.content-carousel .carousel-track {
    padding-top: 5px;
    padding-bottom: 5px;
}

.content-carousel .single-item {
    padding: 15px;
}
.content-carousel {
  position: relative;
  width: 100%;
}

.content-carousel .carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.content-carousel .carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.content-carousel .single-item {
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0 15px; /* spacing between cards */
}
.content-carousel .carousel-prev.btn-disabled,
.content-carousel .carousel-next.btn-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.content-carousel .carousel-prev,
.content-carousel .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14);
  border-radius: 100px;
  color: #0067b8;
      width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 100px!important;
}
.content-carousel .carousel-prev { left: -50px; }
.content-carousel .carousel-next { right: -50px; }

.content-carousel .carousel-prev span {
  transform: rotate(180deg);
  display: inline-block;
  font-family: "Fabric";
}
.content-carousel .carousel-next span,
.content-carousel .carousel-prev span {
  font-family: "Fabric";
  font-size: 16px;
}



.microsite .outer-tabs .tab-active {
    pointer-events: none !important;
}

a.btn {
  user-select: text;
}
a.btn * {
  user-select: text;
}
.glass-card.padding-default {
    padding: 30px;
}

.customer-hub .content-card a.btn.btn-inactive {
    border: 2px solid black;
    background: transparent;
    color: black;
    opacity: 0.7;
}

.customer-hub .content-card a.btn.btn-inactive:after {
    display: none;
}

.customer-hub .content-card.coming-soon a {
    pointer-events: none;
}

.customer-hub .content-card.coming-soon .tag {
    background: #243689;
}

#mtc-feed .loading-feed {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

#mtc-feed .loading-feed span {
    margin-left: 5px;
}

#mtc-feed .loading-feed:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 4px solid #ccc;          /* light gray background */
    border-top: 4px solid #0078d4;   /* Microsoft blue spinner arc */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.microsite #news #mtc-feed {
    margin-bottom: 70px;
}
#mtc-feed .loading-feed {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.microsite #news .glass-card #mtc-feed ul.feed {
    margin-bottom: 0px;
}
#mtc-feed .date:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    text-align: center;
    display: inline;
    margin-left: 0px;
    margin-right: 8px;
    margin-top: -2px;
    display: inline-block;
}
.microsite #news #mtc-feed {
    margin-top: 15px;
}
.microsite #news .glass-card ul li:last-child {
    margin-bottom: 0px;
}
#mtc-feed .date {
    font-size: 14px;
    display: block;
}
#mtc-feed .loading-feed span {
    margin-left: 8px;
    font-size: 14px;
    color: #333;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}


.nav-menu .dropdown-menu .dropdown-menu li.dropdown-item.new a:after {
    display: inline-block!important;
}
body div#wcpCookiePreferenceCtrl {
    background: rgba(255, 255, 255, 0.6) !important;
}
.side-video iframe {
    min-height: 100%!important;
}
.youtube-consent-placeholder {
    height: 100%;
    min-height: 100%;
}
.microsite #resources .single-resource a.btn {
    margin-bottom: 0px;
}
html header .mobile-search.desktop-small-only.hidden {
    display: none !important;
}
.modal.modal-large {
    max-width: 800px!important;
}

@media all and (max-width: 768px) {
	body .microsite .page-header .container {
    display: block;
}
	a.btn.btn-icon {
    display: inline-flex !important;
}
html body .scenario-library.single-department.product-filters {
    margin-bottom: -20px!important;
    position: relative;
}

.scenario-library.single-department .main-bar {
    margin-top: -10px;
}

body .scenario-library.single-department #page-header .container > div:first-child {
    display: block;
    text-align: left;
}

body .scenario-library.single-department #page-header .container > div:first-child a.btn {
    text-align: left;
}
	.scenario-library .inner-tabs .single-scenario .side-link {
    display: none;
}

.scenario-library .inner-tabs .single-scenario .side-details {
    padding-left: 0px!important;
}

body .scenario-library.single-department .single-scenario .available-with {
    line-height: 16px;
}

.scenario-library.single-department .single-scenario .available-with strong {
    display: block;
    margin-bottom: 5px;
}

.scenario-library.single-department #scenarios .col-right {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 40px;
}
	body .scenario-library.landing .tab-content .row {
    display: block;
}

body .scenario-library.landing .tab-content .row .single-parent {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

body .scenario-library.landing .tab-content .row .single-parent a.top {
    min-height: 130px;
}
	html body #hero .video-holder .video-frame {
    min-height: 100px;
}
	html body .main-bar .search-wrapper {/* width: 230px; */}

html body .main-bar .search-wrapper input {
    /* width: 100%; */
    /* max-width: 61px!important; */
}

body .main-bar #search-scenarios {min-width: auto;}

html body .scenario-library .product-filters {
    width: 100%;
    text-align: center!important;
    display: block;
    border-radius: 10px!important;
    padding-bottom: 1px;
}

html body .scenario-library .product-filters .product-toggle {
    width: 100%!important;
    min-width: 100%;
    padding: 10px 0px;
}

html .scenario-library .product-filters.open .product-holder {
    display: block;
}

html body .scenario-library .product-filters .btn-reset {
    background: black!important;
    padding: 10px!important;
    color: white;
}

body .scenario-library .product-filters .product-holder .filter-button.btn-reset {
    margin-top: 0px;
}

html  .scenario-library .product-filters .product-holder .filter-button {
    margin: 0px 0px 8px;
}
}
.jquery-modal.blocker {
    background: rgba(255,255,255,0.8);
}

.jquery-modal.blocker .glass-card.modal {
    box-shadow: 0px 5px 200px rgba(0,0,0,0.3)!important;
}
body .modal.glass-card {
    background-color: transparent;
    background: linear-gradient(45deg, #ffffff, #ffffff85);
    padding: 50px;
    border-radius: 50px;
    max-width: 600px;
}

.jquery-modal.blocker {
    background: rgba(255,255,255,0.);
}

body .modal.glass-card a.close-modal {
    top: 0px;
    right: 0px;
}

.no-column-padding > .vc_column-inner {
    padding: 0px;
}
.scenario-library.single-department p.short-desc {
    margin-bottom: 30px;
}
a.btn.btn-icon:focus {
    outline-offset: 2px!important;
    border-radius: 0px;
    vertical-align: top;
    justify-content: bottom;
    display: flex;
}

a.btn.btn-icon:focus:before, a.btn.btn-icon:hover:before, a.btn.btn-icon:active:before {
    background: black;
}
.scenario-library .no-video h1 {
    margin-bottom: 20px;
}
.scenario-library.single-department #page-header.no-video .row .col-sm-5 {flex: 6;}

.scenario-library.single-department #page-header.no-video .row .col-sm-5 a.btn {
    display: inline-block;
    clear: none;
}

.scenario-library.single-department #page-header.no-video .row .col-left {
    display: block;
}

.scenario-library #page-header a.btn {
    padding: 10px 15px;
}

.scenario-library #day-in-the-life .col-right {
    padding-top: 0px;
    padding-bottom: 0px;
}

.scenario-library.single-department .inner-tabs .row .col-sm-4 .glass-card {
    position: sticky;
    top: 80px;
}

.scenario-library #scenarios h5 {
	margin-bottom: 8px;
}
.scenarios-title .level-filter {
    justify-content: end;
}
.scenario-library.single-department #page-header .container > div:first-child {
    display: flex;
}
.scenarios-title a.level-tab {
    max-width: 85px;
}
body .scenario-library .product-filters .product-holder .filter-button:hover,
body .scenario-library .product-filters .product-holder .filter-button:focus
body .scenario-library .product-filters .product-holder .filter-button:active {
    background: black;
    color: white;
}
body .scenario-library .product-filters .product-holder .filter-button.btn-reset {
	margin-right: 15px;
}

.scenario-library .product-filters .product-holder .filter-button {
	text-align: center;
}
.scenario-library.single-department #page-header .container {
    display: block;
}

.scenario-library.single-department #page-header {
    padding-bottom: 60px;
}

.scenario-library .product-filters .product-toggle {
    text-align: center;
}

#page-header .container > div.product-filters {
    margin-right: 0px;
}

.scenario-library .main-bar {
    z-index: 999;
    position: relative;
}
.scenario-library .product-filters .product-holder .filter-button {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    padding: 7px 34px;
    line-height: 18px;
}

.scenario-library .product-filters span.btn-close {
    position: absolute;
    right: 10px;
}

body .scenario-library .product-filters .product-holder .filter-button.btn-reset {
    flex: 1;
    padding: 0px 10px;
}

.scenario-library .product-filters span.btn-close {
    opacity: 0;
}

.scenario-library .product-filters .selected span.btn-close {
    opacity: 1;
}
.scenario-library.landing p.no-results {
    display: none;
}

@media all and (max-width: 1450px) and (min-width: 1250px) {
	html header #search-toggle.desktop-small-only {
    display: block!important;
    position: absolute;
    top: 0px;
    right: 15px;
}
html header .mobile-search {
    top: 58px!important;
}
html header .mobile-search .main-search {
    margin-left: 35px;
	margin-top: 12px;
}

html header .mobile-search #close-search {
    margin-right: 20px;
	margin-top: 10px;
}
html header .mobile-search.desktop-small-only {
		display: block!important;
}
html header .main-search.desktop-large-only {
    display: none;
}
}

.scenario-library .product-filters .product-holder {
			display: none;
		}
        .scenario-library .product-filters {
    margin-top: 10px;
    width: fit-content;
    display: flex
;
}

        .scenario-library .product-toggle {
    cursor: pointer;
    font-family: "SegoeUI Semibold";
}

        .scenario-library .product-filters.open .product-holder {
            display: flex;
        }

        .scenario-library .filter-button {
            display: inline-block;
            margin: 5px;
            padding: 8px 12px;
            border: 1px solid #888;
            cursor: pointer;
            border-radius: 4px;
            user-select: none;
        }

        .scenario-library .filter-button.selected {
            background-color: #007BFF;
            color: white;
        }
		.scenario-library .product-filters .product-toggle {
    flex: .5;
    min-width: 180px;
}

.scenario-library .product-filters .product-holder {
    flex: 4;
}

.scenario-library .product-filters.open {
    width: 100%;
}

.scenario-library .product-filters .product-holder .filter-button {
    flex: 1;
    border-radius: 100px;
}

.scenario-library .product-filters {
    align-items: center;
    padding: 10px;
    border-radius: 100px;
}

.scenario-library .product-filters .product-holder .filter-button.selected {
    background: black;
    border-color: black;
}
		.scenario-library .product-filters {
    min-height: 76px;
}
		.scenario-library .product-filters {
    min-height: 76px;
}
.scenario-library .product-filters.open .product-toggle:after {
    transform: rotate(90deg);
}
.scenario-library .product-filters .product-toggle:after {
    content: "";
    font-family: "Fabric";
    transform: rotate(-90deg);
    display: inline-block;
    margin-left: 8px;
    font-size: 12px;
    vertical-align: middle;
}

body .scenario-library .product-filters {
    border-radius: 37px 37px 0px 0px;
    margin-bottom: -60px;
    margin-top: 60px;
    transition: margin-bottom 0.3s ease, border-radius 0.3s ease;
}

.scenario-library.main-bar {
    z-index: 99;
    position: relative;
}

.scenario-library .product-filters.open {
    margin-bottom: 0px;
    border-radius: 100px;
}
.scenario-library .product-filters span.btn-close {
    font-family: "Fabric";
    font-size: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
		.scenario-library .product-filters .product-holder .filter-button.btn-reset {
    background: white;
    border-color: white;
    flex: .5;
}

.scenario-library.product-filters .product-holder .filter-button.btn-reset:hover {
    background: black;
    color: white;
}
		.scenario-library.product-filters .product-holder .filter-button .btn-close {
    display: none;
}

.scenario-library.product-filters .product-holder .filter-button.selected .btn-close {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
}

.scenario-library.product-filters .product-holder .filter-button.selected {
    position: relative;
}
.scenarios-title {
    display: flex;
}

.scenarios-title .level-filter .level-tab {
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    opacity: 0.5;
	cursor: pointer;
	text-decoration: none;
	border-color: black;
	color: black;
}
.scenario-library #scenarios h5 {
    font-size: 18px;
    line-height: 26px;
}

.scenario-library #scenarios .col-right {
    padding-left: 20px;
}
.scenarios-title .level-filter {
    display: flex;
    column-gap: 10px;
    flex: 1;
}

.scenarios-title h4 {
    flex: 1;
    margin-bottom: 0px;
}

.scenarios-title .level-filter .level-tab.active {
    background: #8d4273;
    opacity: 1;
    border-color: #8d4273;
    color: white;
}

.scenarios-title h4 {
    font-size: 22px;
    line-height: 30px;
    align-items: center;
    display: flex;
}

.scenarios-title {
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.scenario-library.landing p.no-results {
    text-align: center;
    width: 100%;
    margin-bottom: 0px;
}
.scenario-library.landing .tab-content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.scenario-library.landing .tab-content  .row .single-parent {
  flex: 0 0 calc(50% - 20px);
  box-sizing: border-box;
  margin-bottom: 0px;
}

.scenario-library.landing .type-horizontal .details a.btn {
    margin-bottom: 0px;
}
.scenario-library.landing .tab-content .row:before {
    display: none;
}

.scenario-library.landing .type-horizontal {
    display: flex;
}

.scenario-library.landing .type-horizontal a.top {
    flex: 1;
    min-height: inherit;
}

.scenario-library.landing .type-horizontal .details {
    flex: 2;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.microsite.with-tabs .page-header {
    display: block;
}
a.btn.btn-icon.btn-inactive {
    pointer-events: none;
    opacity: 0.5;
}
.fluent-design ul.vc_tta-tabs-list {
    background: linear-gradient(45deg, #ffffff, #ffffff85);
    border-radius: 100px;
    border: 2px solid white;
    padding: 30px 20px;
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14) !important;
    backdrop-filter: blur(5px);
    text-align: center;
    width: fit-content;
    margin: 0px auto!important;
    display: block;
    padding: 5px!important;
    margin-top: 30px!important;
    margin-bottom: 40px!important;
}

#main .fluent-design li.vc_tta-tab {
    margin: 0px!important;
}

#main.fluent-design li.vc_tta-tab {
    margin-right: 0px!important;
    border: none;
}

body #main.fluent-design li.vc_tta-tab.vc_active {
    background: black;
    border-radius: 100px;
    color: white!important;
    border: none;
    padding: 0px;
}

body #main.fluent-design li.vc_tta-tab.vc_active * {
    color: white;
}

body #main.fluent-design li.vc_tta-tab * {
    font-size: 16px;
    font-family: "SegoeUI";
}

@media all and (max-width: 768px) {
.vc_row .side-card {
    margin-left: 0px;
    margin-right: 0px;
}

.vc_row .side-card .side-content .content-inner {padding: 20px;}
body .microsite.single-microsite .page-header .header-top {
    display: block;
    padding: 0px;
}

body .microsite.single-microsite .page-header .header-top .header-details {
    padding: 30px;
}
}
.fluent-design #videos .glass-card.content-card.type-video a.btn {
    display: none;
}

.fluent-design #videos .glass-card.content-card.type-video a.top {
    border-radius: 10px;
    min-height: 260px;
    overflow: hidden;
}

.fluent-design #videos .glass-card.content-card.type-video {
    padding: 15px;
}

.fluent-design #videos .glass-card.content-card.type-video .details {
    padding-bottom: 0px;
}
.fluent-design form .btn {
    background: black;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    border-radius: 10px!important;
    min-width: 100px;
}


.privacy-statement fieldset {
    display: flex;
}

.quick-links {
    background: #f5f5f5;
}
.quick-links .container .security-footer .footer-icon {
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
}

#main.fluent-design a.btn.btn-icon {
    outline-offset: 5px !important;
    border-radius: 0px;
}
.microsite .page-header h1 img {
    max-height: 48px;
    float: left;
    margin-right: 15px;
}
.microsite #other-experiences .content-card.glass-card {
    overflow: visible;
}

.glass-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.2s ease-out;
  will-change: opacity, transform;
}

.glass-card.visible {
  opacity: 1;
  transform: translateY(0);
}

header .mobile-search {
    background: #f5f5f5;
    position: absolute;
    top: 63px;
    width: 100%;
    left: 0px;
    height: 100%;
}

header .mobile-search #close-search {
    font-family: 'Fabric';
    background: none;
    box-shadow: none;
    color: black;
    right: 0px;
    position: absolute;
    margin-top: 16px;
    margin-right: 5px;
}

header .mobile-search .main-search {
    float: none;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
}

header .mobile-search #searchBox {
    max-width: 90%;
    background: white;
}

header #search-toggle {
    background: none;
    box-shadow: none;
    margin-top: 14px;
    right: 45px;
    position: absolute;
}

header #search-toggle:before {
    content: "";
    font-family: 'Fabric';
    display: block;
    color: black;
    font-size: 23px;
}

.microsite .page-header .page-switcher .container {
    display: block;
}
.fluent-design .page-header a.btn-play {
    z-index: 999;
    position: relative;
    text-align: center;
    margin: 0px auto;
    background: white;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 100%;
    height: 125px;
    width: 125px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: "Fabric";
    text-decoration: none;
    font-size: 60px;
    justify-content: center;
}

.side-card .side-content {
    background: white;
}

.fluent-design .page-header a.btn-play:hover {
    background: #333;
    color: white;
}
.fluent-design .page-header #video {
    padding: 0px;
    max-width: 60%;
}

.side-card .side-video {
    flex: 1;
}

.side-card .side-video iframe {
    height: 100%;
	width: 100%;
}

.microsite .page-header .container {
    display: flex;
}

.microsite .page-header .header-video {
    display: flex;
    align-items: center;
    display: flex;
}

.fluent-design .page-header a.btn-play:hover, .fluent-design .page-header a.btn-play:focus, .fluent-design .page-header a.btn-play:active {
    text-decoration: none!important;
}

.microsite .page-header .header-details {
    flex: 3;
}

.microsite .page-header .header-video {
    flex: 1;
}

.microsite .page-header .header-details p {
    width: 100%;
    max-width: 600px;
}

.microsite .page-header .container {
    display: flex;
}

.microsite .page-header .header-video {
    display: flex;
    align-items: center;
    display: flex;
}

.fluent-design .page-header a.btn-play:hover, .fluent-design .page-header a.btn-play:focus, .fluent-design .page-header a.btn-play:active {
    text-decoration: none!important;
}


@media all and (min-width: 1800px) {
body header .main-search {
    margin-right: -5px;
}
body header a.ms-logo {
    margin-left: 10px;
}
}

@media all and (max-width: 768px) {
	body a.top-bar.btn {
    padding: 10px 10px;
}
	.pre-footer.quick-links.sec-padding {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}

.pre-footer.quick-links.sec-padding .row {
    margin: 0px 15px;
}

.pre-footer.quick-links.sec-padding .row * {
    text-align: left;
}
	body .fluent-design .page-header, .microsite .page-header {
    min-height: auto;
}
	body #searchResults #total {
    float: none;
}

body .search-results div#searchbox {
    width: 100%;
    background: white;
}

body .search-results div#searchbox input {
    width: 105%;
}

body .search-results .page-header h1 {
    font-size: 34px!important;
    line-height: 42px;
    margin-bottom: 0px!important;
}

body main.search-results .main-results {
    padding-top: 30px;
}
}

/* Basic styling for the search box and dropdown */
        .main-search .search-box {
            width: 300px;
            padding: 10px;
            font-size: 16px;
        }
        .main-search .dropdown {
            position: relative;
            width: 300px;
        }
        .main-search .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            width: 250px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }
        .main-search .dropdown-content a {
            color: black;
            padding: 12px 16px;
            text-decoration: none;
            display: block;
        }
        .dropdown-content a:hover {background-color: #f1f1f1;}
        header .main-search {
    float: right;
    margin-top: 12px;
    margin-right: -15px;
}

header .main-search input {
    padding: 5px 10px!important;
    font-family: "SegoeUI";
    font-size: 14px!important;
}
header .main-search p {margin: 0px;padding: 10px;font-size: 14px;}

.main-search .dropdown-content a {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.main-search .dropdown-content a.more-results {
    color: #246eb5;
}

.main-search a.more-results:after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 10px;
    margin-top: 0px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: middle;
}

.main-search a.more-results:hover:after {
    margin-left: 8px;
}
main.search-results .page-header {
    min-height: auto;
}

main.search-results .main-results {
    background: transparent;
}
#searchResults * {
    font-family: "SegoeUI";
}

#searchResults hr {
    background: black;
    height: 2px;
}
main.search-results.inner-page {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2025%2S04%2Sfpranevb-yvoenel_ot-fpnyrq.wct);
    background-size: cover;
    background-position: top center;
}

main.search-results .page-header {
    background: none;
    padding-bottom: 0px;
}
.microsite .page-header {
    background: white;
}
.microsite #roles .tab-inner > div {
    flex: 1;
}

a.btn.btn-icon.highlight .icon::before {
    font-family: "Fabric";
}

label.no-result {
    opacity: 0.5;
    pointer-events: none;
}

#filters form input.filter-radio {
    display: inline-block;
    width: fit-content;
    vertical-align: text-top;
}

.fluent-design #filters label {
    display: block;
    font-family: "SegoeUI";
    width: fit-content;
}
.fluent-design #filters .glass-card[aria-expanded="true"] {
    background: black;
    border-radius: 10px 10px 0px 0px;
    color: white;
    border: none;
}

.fleunt-deisgn .dropdown-menu {
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14)!important;
    border-radius: 0px 0px 10px 10px!important;
    border-top: 0px;
}

.fluent-design .filters-dropdown .dropdown-menu {
    margin: 0px!important;
}

.fluent-design .dropdown-menu {
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14)!important;
    border-radius: 0px 0px 10px 10px!important;
    border-top: 0px;
}

#filters .dropdown-menu {
    min-width: auto;
}

.search-results a#moreResultsLink:hover:after {
    margin-left: 4px;
    margin-right: 4px;
}

.search-results a#moreResultsLink:hover {
    text-decoration: underline;
}

.search-results .main-results {
    min-height: 30vh;
}
#searchResults #no-results {
    border-top: 1.5px solid #ccc;
    padding-top: 30px;
    margin-top: 22px;
}
.main-results.no-terms #total {
    display: none !important;
}
.glass-card.content-card.type-video a.top:after {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent, transparent, transparent);
    opacity: 0.5;
}

.fluent-design.single-resource #page-header a:hover {
    text-decoration: underline;
}
.sec-margin-top-sm {
    margin-top: 30px;
}
.sec-margin-bottom-sm {
    margin-bottom: 30px;
}
.sec-margin-top {
    margin-top: 60px;
}
.sec-margin-bottom {
    margin-bottom: 60px;
}

@media all and (max-width: 768px) {
	body .microsite .page-header .header-image {
    position: relative;
    width: 100%;
    min-height: 300px;
    border: none;
}

body .microsite .page-header {
    display: block;
}

body .microsite.single-microsite .page-header .header-top {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: auto;
}

body .microsite .page-header .header-image:before {
    content: "";
    background: linear-gradient(to bottom, #fff, transparent, transparent, transparent);
    position: absolute;
    top: -2px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
}
}
.content-card.glass-card {
    border-radius: 20px;
}
.fluent-design .content-card.type-video a.top {
    min-height: 110px;
}

.fluent-design .content-card.type-video a.top .btn-play:before {
    content: "play";
    content: "";
    font-family: Fabric;
    background: black;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    position: absolute;
    top: 0l;
    left: 10px;
    top: 10px;
    z-index: 99;
    border: 2px solid white;
}

.fluent-design .content-card.type-video a.top:before {
    display: none;
}
.fluent-design .content-card.type-video a.top:hover .btn-play:before {
    background: white;
    color: black;
}
.glass-card {
    box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem rgba(0, 0, 0, 0.14)!important;
}
.content-card.glass-card .details {
    background: none;
}
@media all and (min-width: 768px) {
.microsite.fluent-design .featured-resources .single-resource p {
    margin-bottom: 60px;
}
.microsite.fluent-design .featured-resources .single-resource a.btn {
    margin-bottom: 0px;
    position: absolute;
    bottom: 30px;
}
}
.side-card.glass-card {
    background: linear-gradient(45deg, #ffffff, #ffffff85);
}
.fluent-design .page-header, .microsite .page-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.microsite .page-header .header-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    z-index: 1;
}

.header-top {
    position: relative;
    z-index: 2;
    width: 50%;
    padding: 2rem;
}

.microsite.single-microsite .page-header .header-top {
    width: 100%;
}

.microsite.single-microsite .page-header .header-top {
    min-height: 400px;
    display: flex
;
    align-items: center;
}
.fluent-design .breadcrumb-bar .container {
    padding: 0px;
}

.side-card.glass-card {
    border-radius: 20px;
    border: 2px solid white;
    padding: 30px 20px;
    box-shadow: none;
    overflow: hidden;
}

.glass-card iframe {
    width: 100%;
    border-radius: 10px;
}
.glass-card.video {
    padding: 30px;
}

.fluent-design .breadcrumb-bar .container {
    padding: 0px;
}


.microsite.single-microsite .page-header .header-top {
    padding-bottom: 60px;
}
.microsite .btn.btn-icon:focus {
    color: black;
}
.tabs-legend a.btn.btn-icon.highlight:before {
    color: white!important;
    content: "" !important;
    font-size: 15px!important;
}
a.btn.btn-icon.highlight:before {
  display: none;
}

.tabs-legend a.btn.btn-icon.highlight:before {
    font-family: Fabric;
    transition: all 200ms ease-in-out;
    font-size: 12px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: middle;
    background: linear-gradient(45deg, #5AC8FA, #AF52DE, #FF9500);
    min-width: 35px;
    min-height: 35px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
    color: transparent;
}

a.btn.btn-icon.highlight .icon:before {
    background: linear-gradient(45deg, #5AC8FA, #AF52DE, #FF9500);
    content: "" !important;
    font-weight: 400;
}

body .line-content {
    background: none;
}
a.btn.btn-icon:hover:before {
    background: black!important;
}
a.btn.btn-icon:after {
    display: none;
}
.fluent-design #resources {
    column-gap: 40px;
}
.fluent-design #resources .wpb_column {
    flex: 1;
}

.fluent-design.single-resource #page-header a {
    margin: 0px;
}

.fluent-design a.btn.btn-ghost {
    background: transparent;
    color: black;
    padding: 10px 15px;
}
.fluent-design a.btn.btn-ghost:hover, .fluent-design a.btn.btn-ghost:focus, .fluent-design a.btn.btn-ghost:active {
    background: black;
    color: white;
}

.single-resource #page-header {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2025%2S04%2Sfpranevb-yvoenel_fpranevb-urnqre-ot.wct);
    background-size: cover;
    background-position: center;
    padding: 80px 0px;
}


.single-resource .main-details {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2025%2S04%2Spbcvybg-uho_erfbheprf-ot-fpnyrq.wct);
    background-size: cover;
    background-position: center;
}

.fluent-design.single-resource #page-header .col-left a.btn:first-of-type {
    margin-right: 5px;
}
#main.fluent-design a.btn.btn-icon:hover {
    background: none;
    color: black;
    text-decoration: underline!important;
}

#main.fluent-design a.btn.btn-icon {
    text-decoration: none!important;
}

.single-resource #resources a.btn-icon {
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-resource #resources .wpb_wrapper a.btn-icon:first-of-type {
    margin-top: 20px;
}
.single-resource #more {
    margin-top: 20px;
}

.single-resource #main-content {
    margin-top: 10px;
}

.single-resource #page-header .row {
    display: flex;
}

.single-resource #page-header .row > .col-sm-7 {
    height: auto;
    display: flex;
    align-items: center;
    min-height: 100%;
}

.single-resource #page-header .row .col-left {
    padding: 0px;
}
.fluent-design.single-resource #page-header a {
    margin: 0px;
}

.fluent-design a.btn.btn-ghost {
    background: transparent;
    color: black;
    padding: 12px 15px;
}
.fluent-design a.btn.btn-ghost:hover, .fluent-design a.btn.btn-ghost:focus, .fluent-design a.btn.btn-ghost:active {
    background: black;
    color: white;
}
.fluent-design a.btn {
    background: black;
    border-color: black;
    box-shadow: none;
    border-radius: 10px;
}
.fluent-design .breadcrumb-bar .separator {
    font-family: SegoeMDL2;
    font-size: 10px;
    padding: 0px;
}

.fluent-design .breadcrumb-bar {
    font-size: 14px;
    background: white;
    z-index: 99;
    padding: 10px;
    color: #4f4e4c;
    border-bottom: 1px solid #eaeaea;
}


.fluent-design .breadcrumb-bar a {
    color: #4f4e4c;
    text-decoration: none;
}


.fluent-design .breadcrumb-bar a:hover {
    text-decoration: underline;
    color: #0068b8;
}


@media all and (max-width: 768px) {
	.microsite .page-header video.header-video {
    display: none;
}

body .microsite .page-header .header-top p {
    max-width: 100%;
}

body .microsite .page-header .header-top {
    text-align: center;
    padding: 40px 30px 0px;
}

body .microsite .page-header h1 img {
    float: none;
    display: block;
    margin: 0px auto 5px;
}

body .microsite .page-switcher .outer-tabs a {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .microsite .page-switcher .outer-tabs {
    margin-left: -15px;
    margin-right: -15px;
}

body .microsite .featured-resources .row {
    display: block;
    margin: 0px;
}

body .microsite .featured-resources .row .single-resource {
    margin-bottom: 20px;
}

body .microsite #tabs ul.tabs-menu li a {
    width: 100%;
    display: block;
}

body .microsite #tabs ul.tabs-menu li {
    display: block;
}

body .microsite #tabs ul.tabs-menu {
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}

body .microsite #roles #tabs {
    margin: 0px;
}

body .microsite #roles .tab-inner {
    display: block;
}

body .microsite #roles .tab-inner .glass-card {
    margin-bottom: 20px;
}

body #tabs .tabs-legend a.btn {
    display: block;
    margin-bottom: 10px;
}

body #tabs .tabs-legend a.btn:last-child {
    margin: 0px;
}

body .microsite #news .glass-card a.btn {
    position: inherit;
}

body .microsite #news .vc_row .glass-card {
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 10px 20px;
}

body .microsite #news .col-right {
    padding: 0px;
    margin-top: 30px;
}

body .microsite #videos .vc_row {
    display: block;
}

body .microsite #videos h2 {
    margin-bottom: 0px!important;
}

body .microsite #videos .glass-card {
    margin-bottom: 20px;
}

body .microsite #videos .vc_row {
    margin: 0px;
}

body .microsite #videos iframe {
    height: 150px;
    border-radius: 10px;
}

body .microsite #mobile .col-left, body .microsite #mobile .col-right {
    text-align: center;
}

body .microsite #mobile .col-left img {
    margin-bottom: 20px;
}

body .microsite .content-card.simple-card {
    margin-left: 20px;
}

body .microsite #other-experiences .wpb_column .vc_column-inner .wpb_wrapper .vc_row .content-card {
    margin-bottom: 15px!important;
}

body .microsite .content-card.simple-card {
    min-height: 100px;
}

body .microsite .page-switcher {
    margin-top: 20px;
}
}
a.btn.btn-icon .icon {
    margin-right: 10px;
}

a.btn.btn-icon .line span {
    font-family: "SegoeUI Semibold";
    font-weight: normal;
}

a.btn.btn-icon.highlight:hover {
    text-decoration: none!important;
}
a.btn.btn-icon:hover:before, a.btn.btn-icon:hover .icon:before {
    background: black;
    transition: none;
}
a.btn.btn-icon .line span {
    font-family: "SegoeUI Semibold";
    font-weight: normal;
}
    .text-container {
      position: relative;
      display: inline-block;
    }

    .line {
  display: block;
  padding-bottom: 3px;
}

.line-content {
  display: inline-block;
  background: linear-gradient(to right, #5AC8FA, #AF52DE, #FF9500);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: 0 100%;
  padding-bottom: 2px;
}


    .line span {
      display: inline;
    }

    .hidden-text {
      visibility: hidden;
      position: absolute;
      white-space: pre-wrap;
      word-break: break-word;
      width: 450px;
    }

#main.microsite {
    overflow: hidden !important;
}

.microsite .main-content .top-resources {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2025%2S04%2Spbcvybg-uho_erfbheprf-ot-fpnyrq.wct);
    background-size: cover;
    background-position: center;
}
.scenario-library a.btn.btn-download:after {
    display: inline-block;
    margin-left: 8px;
}
.microsite #news .glass-card ul li a:hover {
   text-decoration: underline!important;
}
.microsite #news #events ul li a:hover {
    text-decoration: underline !important;
}
.microsite a.btn:hover {
    text-decoration: underline!important;
}
#tabs .tabs-legend a.btn {
    pointer-events: none;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 15px;
}

#tabs .tabs-legend a.btn:last-child {
    margin-right: 0px;
}
.microsite #news .glass-card ul li a {
	color: black;
	text-decoration: none!important;
}
#tabs .tabs-legend {
    text-align: center;
    width: fit-content;
    margin: 30px auto 0px;
    padding: 15px 20px;
}
.microsite .content-card.simple-card {
    padding-right: 25px;
    min-height: 110px;
    margin-bottom: 20px;
}

.microsite .content-card.simple-card .card-inner {
    width: 100%;
}

.microsite #other-experiences h2 {
    margin-bottom: 40px!important;
}

.microsite #other-experiences .wpb_column .vc_column-inner .wpb_wrapper .vc_row:last-child .content-card {
    margin-bottom: 0px;
}
.microsite .simple-card .label {
    font-family: "Segoe Fluent Icons";
}

.microsite .content-card.simple-card {
    background: linear-gradient(45deg, #ffffff, #ffffff85);
    border-radius: 20px;
    border: 2px solid white;
    padding: 20px;
    display: flex;
    box-shadow: none;
    text-align: left;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.microsite .content-card.simple-card .label {
    position: absolute;
    background: #1c528f;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: -40px;
    opacity: 1;
}

.microsite .content-card.simple-card h3 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px!important;
}

.microsite .content-card.simple-card .card-inner {
    display: flex;
    align-items: center;
}

.microsite .content-card.simple-card:hover {
    color: black;
    text-decoration: underline;
}
.microsite .simple-card .label {
    font-family: "Segoe Fluent Icons";
}

.microsite .content-card.simple-card {
    background: linear-gradient(45deg, #ffffff, #ffffff85);
    border-radius: 20px;
    border: 2px solid white;
    padding: 20px;
    display: flex;
    box-shadow: none;
    text-align: left;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.microsite .content-card.simple-card .label {
    position: absolute;
    background: #1c528f;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
    margin-left: -40px;
    opacity: 1;
}

.microsite .content-card.simple-card .card-inner {
    display: flex;
    align-items: center;
}

.microsite .content-card.simple-card:hover {
    color: black;
    text-decoration: underline;
}
.fluent-icon {
    font-family: "Segoe Fluent Icons";
}

#tabs ul.tabs-menu {
    text-align: center;
    width: fit-content;
    margin: 20px auto 30px;
}

#tabs ul.tabs-menu li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.microsite #tabs ul.tabs-menu li a {padding: 10px 25px;text-decoration: none!important;}

.microsite #tabs ul.tabs-menu li a {
    border-radius: 100px;
}
.microsite .single-tab.tab-loading {
    display: block;
}
.microsite .eyelash {
    color: black;
}
.microsite #tabs ul.tabs-menu li.tab-active a {
    background: black;
    color: white;
}

.microsite #tabs ul.tabs-menu {
    border-radius: 100px;
    padding: 20px 15px;
}

#tabs .tab-holder {display: none;}

#tabs .tab-holder.visible {
    display: block;
}


a.btn.btn-icon {
	font-family: Fabric;
	width: fit-content;
}

.microsite .page-header .header-top {
    width: 100%;
}
.microsite .top-resources {
    background: linear-gradient(to bottom, #fff8f3, #f1e6e4);
}

.microsite .featured-resources {
    column-gap: 30px;
}

.microsite .featured-resources .row {
    column-gap: 30px;
    margin-left: -45px;
    margin-right: -45px;
}

.glass-card {
    backdrop-filter: blur(5px);
}

.microsite .single-tab {
    display: none;
}

.microsite .single-tab.visible {
    display: block;
}
.microsite .outer-tabs a.tab-active {
    background: #fff!important;
}

.microsite .outer-tabs a.glass-card {
    background: linear-gradient(45deg, #ffffffad, #ffffff85);
}

.microsite .outer-tabs a:first-child {
    border-right: 0px;
}

.microsite .outer-tabs a:last-child {
    border-left: 0px;
}
.microsite .outer-tabs a.tab-active {
    background: #fff8f3 !important;
}
.microsite #news #events ul {
    padding-left: 0px;
    list-style-type: none;
}

.microsite .page-switcher {
    backdrop-filter: blur(10px);
    text-align: center;
    margin-top: 40px;
}

.microsite .page-switcher h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 30px 0px 20px;
}

.microsite .page-switcher .outer-tabs a:first-child {
    border-radius: 20px 0px 0px 0px;
}

.microsite .page-switcher .outer-tabs a:nth-child(2) {
    border-radius: 0px;
}

.microsite .page-switcher .outer-tabs a:last-child {
    border-radius: 0px 20px 0px 0px;
}

.microsite .page-switcher .outer-tabs {
    margin-bottom: 20px;
}

.microsite .page-switcher .outer-tabs a {
    flex: 1;
    border-bottom: 0px;
    border-color: #fff8f3;
    font-size: 22px;
    line-height: 30px;
    font-family: "SegoeUI Semibold";
}
.microsite #news .col-right {
    padding-left: 40px;
}

.microsite #news .col-right #events {
    margin-top: 40px;
}

.microsite #videos iframe {
    width: 100%;
    margin-bottom: 20px;
}
#tabs ul.tabs-menu {
    text-align: center;
    width: fit-content;
    margin: 20px auto 30px;
}

#tabs ul.tabs-menu li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.microsite .page-header video.header-video {
    position: absolute;
    width: 100%;
    z-index: 0;
}

.microsite .page-header {
    overflow: hidden;
    position: relative;
}

.microsite .page-header * {
    z-index: 99;
    position: relative;
}
.microsite #tabs ul.tabs-menu li a {padding: 10px 25px;text-decoration: none!important;}

.microsite #tabs ul.tabs-menu li a {
    border-radius: 100px;
}

.microsite #tabs ul.tabs-menu li.tab-active a {
    background: black;
    color: white;
}

.microsite #tabs ul.tabs-menu {
    border-radius: 100px;
    padding: 20px 15px;
}
.microsite #videos .glass-card {
    padding: 30px;
}

.microsite #videos .vc_row {
    column-gap: 30px;
}

.microsite #videos .wpb_column {
    flex: 1;
}

.microsite #videos h2 {
    margin-bottom: 30px!important;
}

.microsite #mobile img {
    max-height: 75px;
}

.microsite #mobile .col-left {
    text-align: right;
}

.microsite #mobile .vc_row {
    margin-top: 30px;
}
.microsite .page-switcher .outer-tabs {
    display: flex;
    margin-bottom: 0px;
}

.microsite #resources .single-resource {
    flex: 1;
}
.microsite #news .col-right {
    padding-left: 40px;
}

.microsite #news .col-right #events {
    margin-top: 40px;
}

.microsite #resources h2 {
    margin-bottom: 30px;
}
.microsite .outer-tabs a.tab-active {
    background: black !important;
    color: white;
    text-decoration: none;
}
.microsite a.btn {
    background: black;
    border-color: black;
    box-shadow: none;
}
.microsite #news #events ul li:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    position: absolute;
    left: 0px;
    background: white;
    padding: 7px;
    color: black;
    border-radius: 5px;
    height: 35px;
    width: 36px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.microsite #news #events ul li {
    position: relative;
    padding-left: 55px;
    display: flex;
    align-items: center;
}

.microsite #news #events ul {
    padding-left: 0px;
    list-style-type: none;
}

.microsite #news #events ul li a {
    text-decoration: none!important;
    color: black;
    font-family: "SegoeUI Semibold";
}


.microsite a.btn {
    background: black;
    border-color: black;
    box-shadow: none;
}

.microsite #news h2 {
    margin-bottom: 30px!important;
}
 .btn.btn-icon {
    background: transparent;
}
 .btn.btn-icon:hover, .btn.btn-icon:active,  .btn.btn-icon:focus {
    color: black;
	background: transparent;
    text-decoration: underline;
}
 .btn.btn-icon:after {
    display: none;
}

.microsite #roles .tab-inner {
    display: flex;
    /* min-height: 350px; */
}
.microsite #news h2 {
    margin-bottom: 30px !important;
}
.microsite #roles .tab-inner > .col-sm-3 {
    min-height: 100%;
    flex-direction: column;
}

.microsite #roles .tab-inner .glass-card {
    height: 100%!important;
}
.microsite #news #events ul li {
    border-top: 2px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.microsite #news .glass-card ul {
    list-style-type: none;
    padding: 0px;
}

.microsite #news .glass-card ul li {
    border-top: 1px solid #e1d3c7;
    padding-top: 10px;
}
.microsite #news #events ul li {
    border-top: 2px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.microsite #news .glass-card ul {
    list-style-type: none;
    padding: 0px;
}

.microsite #news .glass-card ul li {
    border-top: 1px solid #e1d3c7;
    padding-top: 10px;
}

.microsite #news .glass-card ul li a {
    font-family: "SegoeUI Semibold";
}


.microsite #news .glass-card a.btn {
    position: absolute;
    bottom: 30px;
}

.microsite #news .glass-card {
    position: relative;
}
a.btn.btn-icon {white-space: normal;text-align: left;display: flex;align-items: center;}

a.btn.btn-icon:before {
    font-family: Fabric;
    transition: all 200ms ease-in-out;
    font-size: 12px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: middle;
    background: black;
    min-width: 35px;
    min-height: 35px;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 10px;
}

.microsite #news h2 {
    margin-bottom: 30px!important;
}
.microsite .btn.btn-icon {
    background: transparent;
}
.microsite .btn.btn-icon:hover {
    color: black;
    text-decoration: underline;
}
.microsite .btn.btn-icon:after {
    display: none;
}
.microsite #news #events ul li a {
    text-decoration: none !important;
    color: black;
    font-family: "SegoeUI Semibold";
}
a.btn.btn-icon {
    color: black;
    background: none;
    border: none;
    padding: 0px;
    box-shadow: none;
}
a.btn.btn-icon .icon:before {
    background: purple;
    color: white;
    min-width: 35px;
    min-height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: "Segoe MDL2 Assets";
    font-size: 16px;
    content: "";
}
a.btn.btn-icon.btn-download:before,
a.btn.btn-icon.btn-download .icon:before {
    content: "";
}

a.btn.btn-icon.btn-video:before,
a.btn.btn-icon.btn-video .icon:before {
    content: "";
}


a.btn.btn-icon.btn-download:before {
    background: #862a88;
}

a.btn.btn-icon.btn-website:before {
    background: #1c528f;
}

.microsite #roles #tabs {
    margin-left: -15px;
    margin-right: -15px;
}
.microsite.with-tabs .page-header.full-width .header-top:before {
	display: none;
}
.microsite .page-header.full-width .header-top:before {
    content: "overlay";
    background: linear-gradient(to right, #f9f2f1, transparent);
    position: absolute;
    left: 0px;
    border: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    font-size: 0px;
}
.microsite .featured-resources .container {
    padding: 0px;
}

.microsite .featured-resources .container .row {
    margin-left: -30px;
    margin-right: -30px;
}

.microsite .page-header .container {
    padding: 0px;
}

.microsite .page-header .header-top {
    padding: 60px 0px 0px 0px;
}
.page-header .page-switcher a.child-link {
    margin-right: 10px;
    margin-bottom: 0px;
}

.page-header .page-switcher {
    display: block;
}

.page-header .page-switcher h2 {
    display: inline-block;
    margin-right: 10px;
}
a.btn.btn-white.btn-active {
    background: black;
    color: white;
}
header {
    z-index: 9999;
    position: relative;
}
.loading {
	display: none;
    position: fixed;
    z-index: 0;
    background: rgba(255,255,255,0.6);
    height: 100%;
    width: 100%;
    top: 0px;
    align-items: center;
    justify-content: center;
}

.loading img {
    max-height: 120px;
}
.glass-card {
    background: linear-gradient(45deg, #ffffff, #ffffff85);
    border-radius: 20px;
    border: 2px solid white;
    padding: 30px 20px;
}


.quick-links .container .security-footer .col-sm-4:first-child .footer-icon {
    border-color: #8DC8E8;
}

.quick-links .container .security-footer .col-sm-4:nth-child(2) .footer-icon {
    border-color: #0078D4;
}

.quick-links .container .security-footer .col-sm-4:last-child .footer-icon {
    border-color: #2A446F;
}
.half-header .half-image {
    background-repeat: no-repeat !important;
}

.eyelash {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0076d6;
    font-size: 14px;
    line-height: 20px;
}

form input[type="text"] {
    min-height: 34px;
}

#filters li.nav-item a.dropdown-toggle:after {
    font-family: SegoeMDL2;
    font-size: 12px;
    display: inline-block;
    position: relative;
    content: "";
    transition: all 200ms ease-in-out 0s;
    vertical-align: middle;
    transform: rotate(90deg);
    font-weight: 800;
}

#filters li.nav-item a.dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.single-guide .vertical-events .sub-description {
    margin-top: 10px;
}
.main-resource .single-card.microsoft-clipchamp .card-inner {
    border-color: #9c61f5;
}

.single-adoption_guide .single-product {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    white-space: nowrap; /* Prevent text wrapping */
    border: 2px solid #ddd;
    border-radius: 2rem;
    padding: 20px;
}

.single-product img {
    height: 30px; /* Force consistent icon size */
    width: auto;
    display: block;
}


.single-guide .vertical-events .product-list {
    margin-top: 5px;
}

.single-guide .vertical-events .product-list .single-product {
    margin-bottom: 0px;
}
.single-adoption_guide.product-clipchamp .vertical-events:before {
    background: linear-gradient(to bottom, #e3a1f7, #925af4, #6549f5);
}
body .single-guide #cta img {
    max-height: 60px;
    margin-bottom: 20px;
}

.bg-white {
    background: white;
}

.single-adoption_guide #cta a.btn {
    margin-right: 0px;
}
.single-adoption_guide.product-clipchamp .vertical-events {
    margin-top: 0px;
}
nav  ul.dropdown-menu.show li:hover ul.dropdown-menu {
    top: 0px;
    left: 355px;
    z-index: 9999999;
    display: block;
}

ul.dropdown-menu .indicator {
  font-family: SegoeMDL2;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  display: inline-block;
}

.share-page ul.single-social-icons li {
    display: inline-block;
}
#main.no-overflow {
    overflow: hidden !important;
}

@media all and (max-width: 768px) {
	body .side-card {
    display: block;
}

body .side-card .side-content .content-inner {
    padding: 30px;
}

body .side-card .side-content {
    min-height: auto;
}

body .side-card .side-image {
    min-height: 250px;
}
}

.nav-menu ul {
	padding: 0px;
}
.side-card .side-content {
    min-height: 300px;
    display: flex;
    align-items: center;
}
#cta .wpb_wrapper a.btn:last-of-type {
    margin-right: 0px;
}
#cta a.btn {
    margin-right: 15px;
}
.side-card .side-content a.btn {
    display: block;
    width: fit-content;
}

.side-card .side-image {
    background-repeat: no-repeat;
}
.side-card {
    margin-bottom: 30px;
	background: white;
}

.vc_row .vc_column-inner > .wpb_wrapper .side-card:last-child {
    margin-bottom: 0px;
}
.side-card {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.side-card .side-content, .side-card .side-image {
    flex: 1;
}

.side-card .side-content .content-inner {
    padding: 50px;
}

body .quick-links.security .col-sm-4:first-child .footer-icon {
    border-color: #8DC8E8;
}
body .quick-links.security .col-sm-4:nth-child(2) .footer-icon {
    border-color: #0078D4;
}
body .quick-links.security .col-sm-4:nth-child(3) .footer-icon {
    border-color: #2A446F;
}

.single-social-icons li:nth-child(2), .bluesky-share {
    display: none !important;
}

.single-social-icons .twitter-share img {
    max-height: 22px !important;
}

.share-page a.bluesky-share img {
    filter: invert(1);
    width: 20px;
    margin-top: -2px;
}

body .share-widget a.bluesky-share {
    background: #1083fe !important;
}

.share-widget .single-social-icons .bluesky-share span.share-icon img {
    width: 19px;
    margin-left: 15px;
    margin-top: 5px;
}


.share-widget .single-social-icons .bluesky-share:hover span.share-label {
    color: white;
    margin-top: 2px;
    vertical-align: top;
}

.single-social-icons a.bluesky-share:hover {
    padding-left: 0px;
}

.customer-hub-series .search-results .single-card .card-inner .label {
    margin-bottom: 10px;
}

.customer-hub-series .search-results .single-card .card-inner .date {
    display: inline-block;
    margin-right: 20px;
}

.customer-hub-series .single-card.upcoming .card-inner .time {
    display: inline-block;
}
body .customer-hub-series .single-card.upcoming .card-inner .date {
    display: inline-block;
    margin-right: 15px;
}
.customer-hub-series .search-results .single-card .card-inner .time {
    display: inline-block;
}

body .customer-hub-series .single-card .card-inner a {
    opacity: 1;
}

body .customer-hub-series .search-results .single-card .card-inner .label {
    opacity: 1;
}

.single-guide .vertical-events .single-product img {
    max-height: 35px;
    display: inline-block;
    margin-right: 5px;
}

.single-guide .vertical-events .single-product {
    clear: both;
    display: block;
    border: 2px solid #ddd;
    border-radius: 100px;
    padding: 10px;
    width: fit-content;
    padding: 10px 20px;
    margin: 10px 0px;
}

.single-guide .vertical-events .single-product p {
    display: inline-block;
    font-family: "SegoeUI Semibold";
}


.single-guide .vertical-events .product-list {
    display: inline-block;
}

.single-guide .vertical-events .sub-description {
}

.search-results .no-terms .search-top {
    margin: 0px;
}

.search-results .no-terms #searchResults hr {
    display: none;
}

#searchResults #total p {
    margin-bottom: 0px;
    margin-top: 15px;
}


header .pseudo-container {
    padding-left: 20px;
}

.search-results .more-results.btn {width: fit-content;}

.search-results .more-results.btn:after {
    transform: rotate(90deg);
    margin-left: 8px;
}

.single-guide .role-name {
    background: white;
    text-align: center;
    padding: 10px 20px;
    border-radius: 100px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    position: absolute;
    bottom: 25px;
    width: 100%;
    margin-left: -15px;
}

.single-guide.product-copilot .image {
    display: flex;
    flex-direction: column;
}

.single-guide .vertical-events {
    margin-top: 60px;
}

.single-adoption_guide.product-copilot .page-header {
    background: white;
}

.single-adoption_guide.product-copilot .page-header .image {margin-top: 30px;}

.single-guide #cta img {
    margin: 0px auto;
}

.single-guide.product-copilot {
    background:     background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S10%2Spbcvybg-ot.wct);
    background-size: cover;
    background-position: top left;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S10%2Spbcvybg-ot.wct);
    background-size: cover;
    background-position: top left;
    padding-bottom: 60px;
}

.single-guide.product-copilot .main-content {
    background: none;
    padding-top: 0px!important;
}

.single-adoption_guide .vertical-events {
    margin-left: -25px;
}

.single-guide.product-copilot .page-header a.btn-download, .single-guide.product-copilot a.btn {
    background: #1771de;
    border-radius: 100px;
    border: none;
    padding: 15px 20px;
}
.single-guide.product-copilot a.btn:hover, .single-guide.product-copilot a.btn:focus, .single-guide.product-copilot a.btn:active {
    background: #000;
}

.single-guide .bullet-inner {
    background: black;
    display: block;
    height: 30px;
    height: 30px;
    width: 30px;
    margin-left: 20px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 100%;
    border: 5px solid white;
}

.single-adoption_guide .vertical-events .single-event {
    margin-left: 20px;
    flex: 25;
    width: 100%;
}

.single-adoption_guide .vertical-events .single-event .event-inner {
    width: 100%;
}

.single-guide .vertical-events .event-holder:last-child .single-event {
    margin-bottom: 20px;
}

.single-guide .vertical-events .event-holder .single-event {
    margin-bottom: 0px;
}

.single-guide .event-holder {
    width: 100%;
}

.single-guide .event-bullet {
    margin-top: 20px;
}

.single-guide .event-bullet {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 20px;
    flex: 1;
    border-radius: 100%;
    position: relative;
}

.single-guide .event-holder {
    display: inline-flex;
    align-items: center;
}


.single-adoption_guide .vertical-events {padding-top: 10px;padding-bottom: 10px;}

.single-adoption_guide .vertical-events:before {
    width: 10px;
    height: 100%;
    background: linear-gradient(to bottom, #15abf8, #d667f4, #fda476);
    position: absolute;
    left: 0px;
    content: "";
    border-radius: 5px;
    margin-left: 30px;
}

.single-adoption_guide .vertical-events {
    position: relative;
}

.single-adoption_guide .vertical-events .single-event {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 999;
    position: relative;
    background: white;
    padding: 15px 20px 20px 20px;
}

.single-adoption_guide .vertical-events .single-event p {
    margin-bottom: 0px;
}

.single-scenario a.btn.btn-accent.btn-implement {
    margin-top: 14px;
    padding: 15px 20px;
}

body .main-blocks .single-block {
    padding-top: 40px;
    padding-bottom: 45px;
}

.main-blocks .single-block h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

nav .dropdown-item .indicator {
    float: right;
    font-family: "SegoeMDL2";
    font-size: 11px;
	margin-top: 4px;
}


.single-customer_hub .video-player iframe {
    border: none;
    min-height: 450px;
}
.single-scenario .scenario-content {
    margin-top: 10px;
}
nav .submenu-holder {
    position: relative;
}

nav .submenu-holder .submenu {
    left: 292px;
    position: absolute;
    width: 250px;
    margin-top: -41px;
}

nav .submenu-holder .submenu a.dropdown-item {
    background: #e6e6e6;
}

nav .submenu-holder a.dropdown-item:after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 10px;
    display: inline-block;
    position: relative;
    content: "";
    transform: rotate(0deg);
    float: right;
}

nav .submenu-holder .submenu a.dropdown-item:hover {
    background: #ddd;
}

nav .submenu-holder .submenu {
    opacity: 0;
    z-index: -999;
}

nav .submenu-holder:hover .submenu {
    opacity: 1;
    z-index: 99;
}

nav .submenu-holder .submenu a.dropdown-item:after {
    display: none;
}
@media all and (min-width: 768px) and (max-width: 1000px) {
	body .microsite .page-header .header-details p {
    max-width: 500px;
}
}
a.top-bar.btn {
    top: 0px;
    width: 100%;
    z-index: 9;
    text-align: center;
    left: 0px;
    background: #0068b8;
    color: white;
    padding: 10px 35px;
    white-space: normal;
}
a.top-bar.btn:hover, a.top-bar.btn:focus, a.top-bar.btn:active {
    background: #262626;
color: white;
}

.scenario-library .col-sm-9.col-right .content-card:before {
    display: none;
}
#other .content-card.wpb_column {
    margin: 0px;
    box-shadow: none;
}

#other .content-card .single-card {
    background: white;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 25px;
    min-height: 100px;
    display: flex;
    align-items: center;
}

#other .content-card .single-card .tile-link, #other .content-card .single-card .tile-link a {
    font-family: "SegoeUI Semibold";
}

#other .content-card .single-card p {
    margin-bottom: 0px!important;
}

#other .content-card .single-card .tile-link a {
    text-decoration: none!important;!
}

#other .content-card .single-card .tile-link a:hover {
    text-decoration: underline!important;
}

#other {
    padding-bottom: 60px!important;
}


.scenario-library .footnotes p {
    margin-bottom: 10px;
}
@media all and (min-width: 768px) {
.scenario-library .footnotes p:nth-child(3) small {float: left;margin-bottom: 20px;}
}

.top-bar p:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
}
.top-bar button:hover, .top-bar button:focus, .top-bar button:active {
    background: none;
}
.top-bar {
    position: relative;
    background: #0068b8;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-bar p {
    color: white;
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
}

.top-bar button {
    font-family: "Fabric";
    background: none;
    padding: 0px;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 10px;
}

@media all and (max-width: 768px) {
	body .scenario-library .main-card .title-inline {
    display: block;
}

body .scenario-library .main-card .title-inline img {
    margin-bottom: 15px;
    float: none;
    display: block;
}

.scenario-library #processes table thead {
    display: none;
}
body .scenario-library #processes table tbody tr {
    display: grid;
}

.scenario-library #processes table tbody th {font-size: 20px;line-height: 28px;margin-bottom: 12px;}

.scenario-library #processes table tbody tr td:nth-child(2) {
    display: none;
}

body .scenario-library #processes table tbody tr td:nth-child(3) {
    margin-left: 0px;
}

.scenario-library #processes table tbody td p {
    margin-bottom: 20px!important;
}

.scenario-library #processes table tbody td p:last-child {
    margin-bottom: 0px!important;
}

body .single-department.scenario-library a.btn.btn-download {
    margin-bottom: 10px;
    text-align: center;
    padding: 15px 20px;
}
}

.scenario-library #processes table tbody tr {
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    margin-bottom: 20px;
	align-items: center;
}

.scenario-library #processes table thead tr {}

.scenario-library #processes table thead tr {
    display: flex;
}

.scenario-library #processes table thead tr th:first-child, .scenario-library #processes table tbody tr th:first-child {
    flex: .75;
}

.scenario-library #processes table thead tr th:nth-child(2) {
    flex: 1;
}

.scenario-library #processes table thead tr th:nth-child(3) {
    flex: 2;
}

.scenario-library #processes table tbody tr th {
    flex: 1;
    margin-right: 15px;
    font-family: "SegoeUI Semibold";
    color: #0477d4;
}

.scenario-library #processes table tbody tr td:nth-child(2) {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
}

.scenario-library #processes table tbody tr td:nth-child(3) {
    flex: 1.9;
    margin-left: 30px;
}

.scenario-library #processes table thead tr th {
    background: #2b76d6;
    border-radius: 100px;
    padding: 10px 20px;
    color: white;
}

.scenario-library #processes table thead tr th:first-child {
    margin-right: 10px;
}

.scenario-library #processes table thead tr th:nth-child(2) {margin-right: 10px;}

.scenario-library #processes table thead th:nth-child(2) {
    background: #bfbfbf;
    color: black;
}

.scenario-library #processes table thead tr th:last-child {
    background: linear-gradient(45deg, #1b75d2, #aa48c5);
}

.scenario-library #processes table thead tr {
    margin-bottom: 20px;
}

.scenario-library #processes table tbody tr p {
    font-size: 14px;
    line-height: 20px;
}

.scenario-library #processes table tbody tr a {
    font-family: "SegoeUI Semibold";
    color: #8562c4;
    margin-bottom: 3px;
    display: block;
}

body .scenario-library #processes .row {
    margin-bottom: 0px;
    border: none;
}

.scenario-library #processes table {
    margin-top: 20px;
    margin-bottom: 0px;
}

.scenario-library.single-department #roles.roles .row {
    display: block;
    border: none;
    padding: 0px;
}

.scenario-library.single-department #roles.roles {
    padding-bottom: 20px;
}
.scenario-library #kpi table tbody tr {
    align-items: center;
}

@media all and (min-width: 1450px) {
.customer-hub-series #list .container, .customer-hub-series .container#list, .customer-hub-series #series .container {
    max-width: 100%;
    width: 100%;
    padding: 0px 10%;
}
}
@media all and (min-width: 768px) {
.customer-hub-series .single-card.upcoming .card-inner .session-details, body .customer-hub-series .single-card.upcoming .card-inner .session-details {
    text-align: right;
    padding-right: 20px;
}
}


.single-community-hub .pre-footer.quick-links {
    display: none;
}

.customer-hub-series.single-series #sessions h2 {
    font-size: 30px;
    line-height: 38px;
}

.customer-hub-series.single-series.main-resource .page-header {
    border: none!important;
}

.customer-hub-series.single-series.main-resource .page-header #breadcrumbs a {
    color: #246eb5;
}

.single-customer_hub .pre-footer {
    background: white;
}

.customer-hub-series #list {
    padding-top: 0px!important;
}

.customer-hub-series #list .single-card {
    background: white;
}

.customer-hub-series #list .single-card .card-inner {
    display: flex;
    align-items: center;
}

.customer-hub-series #list .single-card.on-demand .watch {
    flex: 1;
    text-align: right;
}

.customer-hub-series #list .single-card.on-demand .session-title {
    flex: 6;
}

.customer-hub-series .search-results .single-card.on-demand .card-inner {
    display: flex;
    align-items: center;
}

.customer-hub-series .search-results .single-card.on-demand .card-inner .session-title {
    flex: 4;
}

.customer-hub-series .single-card.upcoming .card-inner .session-details a {
    text-align: left;
}

.customer-hub-series .single-card.upcoming .time:before {
    margin-right: 6px;
}
@media all and (max-width: 768px) {
	body #series .row {
    display: block;
    padding: 0px 20px;
}

.customer-hub-series #series .row .content-card {
    width: 100%;
    max-width: 100%;
}

body .customer-hub-series #list .single-card .card-inner {
    display: block!important;
    padding: 10px 20px 20px 20px;
}

body .customer-hub-series .single-card.upcoming .card-inner .register {
    text-align: left;
}

body .customer-hub-series .single-card.upcoming .session-title {
    width: auto;
    white-space: normal;
    display: block;
    margin-bottom: 10px;
}

.customer-hub-series .main-resource .single-card .label {
    display: block;
    width: 100%;
    white-space: normal;
    position: relative;
}

.customer-hub-series.main-resource .single-card .label {
    display: block;
    white-space: break-spaces;
    line-height: 18px;
}

body .customer-hub-series .single-card.upcoming .card-inner .date, body .customer-hub-series .single-card.upcoming .card-inner .time {
    width: 43%;
    display: inline-block;
}

body .customer-hub-series .single-card.upcoming .card-inner .session-details {
    margin: 10px 0px;
}

body .customer-hub-series #list .single-card.on-demand .watch {
    text-align: left;
    margin-top: 10px;
}

body .customer-hub-series #list .single-card.on-demand .session-title .label {margin-bottom: 15px;}
}
@media all and (min-width: 768px) {
.single-customer_hub .video-player .content-card.currently-watching:before {
    content: "Currently watching";
    position: absolute;
    right: 8px;
    top: 8px;
    background: #262626;
    color: white;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 3px;
}
}


.customer-hub-series .single-card.upcoming .card-inner .register {
    text-align: right;
}


.customer-hub-series .search-results .single-card .card-inner {
    align-items: center;
}

.customer-hub-series .search-results .single-card .card-inner .label {
    margin-bottom: 12px;
    margin-top: 0px;
}

.customer-hub-series .single-card.upcoming .session-title {
    font-family: "SegoeUI Semibold";
    flex: 4;
	padding-right: 20px;
}

.customer-hub-series .single-card.upcoming .card-inner {
    display: flex!important;
}

.customer-hub-series .single-card.upcoming .card-inner .time {
    flex: 1.5;
}

.customer-hub-series .single-card.upcoming .card-inner .date {
    flex: 2;
}

.customer-hub-series .single-card.upcoming .card-inner .session-details {
    flex: 2.5;
}

.customer-hub-series .single-card.upcoming .card-inner .register {
    flex: 1;
}

.customer-hub-series .single-card.upcoming .time:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
}

.customer-hub-series .single-card.upcoming .date:before {
    content: "";
    font=f: "";
    font=f: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-right: 4px;
}

.customer-hub-series .single-card.upcoming .date, .single-card.upcoming .time {
    font-size: 14px;
}

.customer-hub-series .single-card.upcoming .card-inner {
    border-color: #f35326;
}

.customer-hub-series .single-card .btn-play {
    font-family: "Fabric";
    vertical-align: middle;
    margin-right: 8px;
    border: 1px solid #0178d5;
    border-radius: 100%;
    padding: 5px;
}

body .customer-hub-series .single-card .card-inner {
    height: auto;
    padding: 15px;
    width: 100%;
    display: block;
}

body .customer-hub-series .single-card .card-inner a {
    margin-bottom: 0px;
}

body .customer-hub-series .single-card {
    margin-bottom: 15px;
}

.customer-hub-series #sessions h2 {
    margin-bottom: 30px;
}
.customer-hub-series #sessions .row {
    display: flex;
    column-gap: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.customer-hub-series #sessions .content-card {
    background: white;
    margin-bottom: 0px;
}

.single-customer_hub .pre-footer .row {
    margin-left: 0px;
    margin-right: 0px;
}

.single-customer_hub table a {
    vertical-align: middle;
    margin-bottom: 0px;
}

.single-customer_hub table tbody tr th:first-child:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
}

.single-customer_hub table tbody tr td:nth-child(2):before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    line-height: 26px;
}
.single-community-hub table a.btn {
    margin-top: -5px;
}
.single-customer_hub #upcoming-sessions {
    margin-top: 30px;
}

.single-customer_hub .page-header {
    background: #f5f5f5;
}

.single-customer_hub .page-content {
    background: white;
}

.single-customer_hub .page-content .col-left {
    padding-right: 30px;
}

.single-customer_hub .page-content .col-left ul {
    margin-left: 20px;
}

.single-customer_hub .page-content .col-sm-8 {
    padding-left: 0px;
}
.single-customer_hub .page-content .col-sm-4 {
    padding-right: 0px;
}

.single-customer_hub .breadcrumb-bar {
    background: #f5f5f5;
    padding: 15px 0px;
}

.single-customer_hub .main-content {
    background: white;
}

.single-customer_hub .breadcrumb-bar p {
    margin: 0px;
}

.single-customer_hub .breadcrumb-bar .container {
    padding: 0px;
}

.single-customer_hub .sidebar .content-card * {
    text-align: left;
}

.single-customer_hub .sidebar h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.single-customer_hub .pre-footer {
    background: #f5f5f5;
}


#searchResults .single-result {
    padding: 20px;
    margin-bottom: 20px;
}

#searchResults .single-result a {
    font-family: "SegoeUI Semibold";
    font-size: 20px;
    line-height: 28px;
    text-decoration: none!important;
}

#searchResults .single-result .permalink {
    color: #127c10;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

#searchResults .single-result h3 {
    margin-bottom: 0px;
}

.search-results .page-header {
    background: #f5f5f5;
    padding: 50px 0px;
}

.search-results .page-header h1 {
    margin-bottom: 0px;
}

.search-results .page-header h1 #keyword {
    font-family: "SegoeUI";
    font-weight: normal;
}
header #searchBox .icon-search {
    font-family: "Fabric";
    color: #246eb5;
    position: absolute;
    right: 8px;
    top: 3px;
}

header #searchBox {
    border: 1px solid black;
    max-width: 250px;
    position: relative;
}

header #searchBox input {
    border: none;
    width: 100%;
    padding-right: 25px!important;
}
.search-results div#searchbox {
    border: 1px solid black;
    width: fit-content;
    padding: 5px 10px;
    display: inline-block;
}

.search-results div#searchbox input {
    border: none;
    padding: 0px;
}

.search-results div#searchbox .icon-search {
    font-family: "Fabric";
    color: #246eb5;
}


.search-results div#searchbox input {
    border: none;
    padding: 5px 35px 7px 10px;
    margin: -5px -26px -5px -10px;
}

#searchResults #total {
    float: right;
    display: inline-block;
	margin-bottom: 0px;
}
.search-results .search-top {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

#searchResults hr {
    clear: both;
    margin-top: 0px;
    display: block;
    margin-bottom: 30px;
}

.main-results {
    padding-top: 50px;
    padding-bottom: 50px;
}

#searchResults input {
    font-size: 16px;
    float: left;
}

.scenario-library.download-gallery .content-card .row {
 display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(min-content, max-content); /* This ensures all rows take up at least the height of the tallest item */
  gap: 0px;
  align-items: stretch; /* Makes all cards stretch to fill the grid row */
}

.scenario-library.download-gallery .content-card .row .single-card {width: 100%;}

.scenario-library.download-gallery .content-card .row:before {
    display: none;
}

.scenario-library.single-department #goals p small {
    vertical-align: top;
}
@media all and (max-width: 768px) {
	.single-gallery.single-sharepoint-template .page-content .container {
    display: block;
}

.single-sharepoint-template .col-left {
    margin-bottom: 60px;
}

.single-sharepoint-template #related .row {
    display: block;
}

.single-sharepoint-template #related .row .content-card {
    margin-bottom: 30px;
}

.single-sharepoint-template #related .main-card .card-inner {
    min-height: 200px;
}
}

.scenario-library.single-department .half-header .half-content {
    flex: 1.3;
}
.scenario-library.single-department .half-header .half-content .content-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-department.main-resource .half-header p {
    margin-bottom: 20px;
}

.single-department.main-resource .half-header p#breadcrumbs {
    margin-bottom: 0px;
}

.scenario-library.single-department .half-header .half-content .btn-video.btn-overview:hover {
    background: #000;
}
.single-sharepoint-template div#related {
    background: #f5f5f5;
}

.single-sharepoint-template div#related .container {
    display: block;
}

.single-sharepoint-template h2 {
    margin-bottom: 10px;
    margin-top: 40px;
}

.single-sharepoint-template p.short-desc {
    border-bottom: 3px solid black;
    padding-bottom: 30px;
    margin-right: 40px;
}
.single-gallery.single-sharepoint-template .page-content h1 {
    margin-bottom: 20px;
}
.product-planner .events-row .single-event h3 {
    color: #8836a1;
}

.product-planner .single-event:nth-child(2), .product-planner .events-row .single-event:nth-child(3), .product-planner .events-row .single-event:nth-child(6), .product-planner .events-row .single-event:nth-child(7), .product-planner .events-row .single-event:nth-child(10), .product-planner .events-row .single-event:nth-child(11) {
    background: #fbefff !important;
}

.single-guide.product-planner .page-header a.btn-download {
    background: #8836a1;
    border-color: #8836a1;
}
.scenario-library.single-department .half-header .half-content {
    flex: 2;
}

.scenario-library.single-department .half-header .half-content .btn-video {
    padding: 14px 20px;
}

.scenario-library.single-department .half-header .half-content .btn-video.btn-overview {
    background: #975ddd;
    border-color: #975ddd;
}
.scenario-library .btn-video:before {
    content: "";
    font-family: 'Fabric';
    margin-right: 8px;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
}

.scenario-library .btn-video:after {
    display: none;
}

.scenario-library.single-scenario .btn-demo {
    vertical-align: top;
    margin-top: 13px;
    padding: 15px 20px;
}

.scenario-library.single-scenario h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0px;
}

.scenario-library .footnotes p {
    font-size: 12px;
    line-height: 16px;
}

.scenario-library .footnotes {
    margin-top: 20px;
}

.scenario-library .footnotes p small {
    vertical-align: top;
    font-size: 8px;
    margin-top: -2px;
    display: inline-block;
}

.scenario-library .single-action .single-product p small {
    vertical-align: top;
    font-size: 8px;
    margin-left: 2px;
}
.scenario-library .btn-accent {
    background: #2b76d6;
    border-color: #2b76d6;
}

.scenario-library #resources .row a:last-child {
    margin-bottom: 0px;
}

.single-department.scenario-library a.btn.btn-demo {
    display: inline-block;
    padding: 14px 20px;
    vertical-align: top;
}

.single-department.scenario-library a.btn.btn-download {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}

html .single-department.scenario-library .content-inner p:nth-child(3) {
    margin-bottom: 20px;
}

.transform-processes .single-role {
    padding: 30px 40px !important;
}

.scenario-library .available-with strong {
    display: block;
}

.scenario-library .available-with {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    margin-left: 0px;
}
.single-scenario .scenario-level {
    display: inline-block;
}

.single-scenario .levels {
    display: block;
}

.scenario-library .scenario-level {
    vertical-align: top;
    margin-left: 30px;
    margin-top: 10px;
}

.scenario-library .scenario-level .single-level {
    height: 10px;
    width: 10px;
    display: inline-block;
    background: red;
    border-radius: 100%;
}

.single-scenario .levels .single-level {
    background: #b1b3b3;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
}

.single-scenario .levels {
    width: fit-content;
    margin-left: 0px;
}

.single-scenario .scenario-level {
    text-align: left;
}

.single-scenario .level-label {
    color: #0278d4;
    font-family: "SegoeUI Semibold";
    display: inline-block;
    margin-top: -2px;
    vertical-align: top;
    margin-left: 6px;
}

.single-scenario .levels .single-level.active {
    background: #0278d4;
}

.navbar-nav > li > .dropdown-menu.dropdown-communities {
    min-width: 320px;
}

.user-enablement-journey li.vc_tta-tab {
    border-color: transparent!important;
}

.user-enablement-journey li.vc_tta-tab.vc_active {
    border-color: black!important;
}

.user-enablement-journey li.vc_tta-tab.vc_active a:after {
    display: none!important;
}

.user-enablement-journey li.vc_tta-tab.vc_active .vc_tta-title-text:after {opacity: 0;}

.user-enablement-journey .vc_tta-panels {
    background: none!important;
    border: none!important;
}
.user-enablement-journey table a.btn {
    font-size: 14px;
}

.user-enablement-journey .btn.btn-video:after {
    font-family: "Fabric";
    display: inline-block;
    content: "";
}

.user-enablement-journey a.btn.btn-text {
    border-radius: 0px;
}

.user-enablement-journey a.btn.btn-download:after {
    display: inherit;
    content: "";
    font-family: "Fabric";
    display: inline-block;
}


.user-enablement-journey .content-card {
    text-align: left;
    background: white;
    padding: 30px!important;
}


.user-enablement-journey a.btn.btn-video::after, .user-enablement-journey a.btn.btn-video:hover:after {
    right: 0px;
}

.user-enablement-journey a.btn.btn-download:hover:after {
    right: 0px;
    margin-left: 4px;
}
.user-enablement-journey .content-card * {
    text-align: left!important;
}
body .user-enablement-journey .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    display: block !important;
}

#main .user-enablement-journey li.vc_tta-tab a:focus {
    outline: none!important;
}

.user-enablement-journey li.vc_tta-tab {
    outline-offset: -3px!important;
}
/*
@media all and (min-width: 1300px) {
    body .user-enablement-journey {
    padding-left: 30px!important;
    padding-right: 30px!important;
}
}

@media all and (min-width: 768px) and (max-width: 1300px) {
    body .user-enablement-journey {
    max-width: 1170px!important;
    margin: 60px auto 40px!important;
    padding: 0px!important;
    left: auto!important;
    right: auto!important;
}
}
*/
.user-enablement-journey table a.btn:after {
    display: none;
}

.user-enablement-journey table a.btn.btn-featured:focus, .user-enablement-journey table a.btn.btn-featured:active, .user-enablement-journey table a.btn.btn-featured:hover {
    background: #000!important;
    border-color: #000!important;
    color: white;
}

@media all and (max-width: 768px) {
body .user-enablement-journey {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 15px;
    margin-right: 15px;
}
body .user-enablement-journey table tbody tr th {
    width: 100%;
    display: table;
    border: none;
    border-radius: 5px 5px 0px 0px;
    background: #2f8af4;
    margin-top: 20px;
}

body .user-enablement-journey table tbody tr th strong {
    font-size: 18px;
    margin: 15px 20px;
    display: block;
    color: white;
}

body .user-enablement-journey table tbody tr th.third {
    background: #5773ed;
}

body .user-enablement-journey table tbody tr th.fourth {
    background: #7f5be6;
}
.user-enablement-journey table thead tr {
    display: block;
    width: 100%;
}

.user-enablement-journey table thead tr th {
    width: 100%;
    display: block;
    padding: 0px!important;
    border: none!important;
    border-radius: 0px!important;
}

.user-enablement-journey table thead tr th strong {
    padding: 14px;
    display: block;
}

body .user-enablement-journey table tbody tr td {
    width: 100%;
    display: table;
    overflow: hidden;
}
body .user-enablement-journey table tbody tr {
    display: block;
}

body .user-enablement-journey table tbody tr td a {
    margin-left: 20px;
}

body .user-enablement-journey table tbody tr td a:first-child {
    margin-top: 15px!important;
}
body .user-enablement-journey table tbody tr td a.btn-text:last-child {
    margin-bottom: 15px!important;
}

body .user-enablement-journey table thead {
    margin-bottom: 0px;
}
body .user-enablement-journey table tbody tr td {
    border-radius: 0px 0px 5px 5px;
    border: none;
}

body .user-enablement-journey td a.btn.btn-text:last-child {
    margin-bottom: 20px!important;
}
body .user-enablement-journey table thead tr th strong {
    margin-left: 10px;
}

body .user-enablement-journey.tabs .vc_tta-tabs {
    display: block;
}

body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
}
}
.user-enablement-journey a.btn.btn-text {
    text-align: left;
}

.user-enablement-journey td a.btn.btn-text:last-child {
    margin-bottom: 0px!important;
}

.user-enablement-journey a.btn.btn-text {
    margin-top: 0px;
    margin-bottom: 20px !important;
}


.user-enablement-journey.tabs .vc_tta-tabs-container {
    flex: 1;
}
.user-enablement-journey .btn-featured {
    margin-top: 0px;
    padding: 0px;
    display: inline-block;
    background: #7f5be6;
    padding: 10px 15px;
    margin-bottom: 20px!important;
    white-space: normal;
    text-align: left;
    border-radius: 5px;
    color: white;
}

.user-enablement-journey.tabs .vc_tta-tabs {
    display: flex;
}

.user-enablement-journey.tabs .vc_tta-panels-container {
    flex: 4;
}

#main .user-enablement-journey li.vc_tta-tab a {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    padding: 0px!important;
}

.user-enablement-journey .vc_tta.vc_general .vc_tta-tab.vc_active>a::before {
    width: 40px!important;
    height: 40px!important;
    position: relative!important;
    display: inline-block!important;
}
#main .user-enablement-journey li.vc_tta-tab {
    margin: 0px 0px 4px 0px!important;
}

html #main .user-enablement-journey li.vc_tta-tab {
    margin-right: 0px!important;
    width: 100%!important;
    text-align: left;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .user-enablement-journey .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    margin-top: 75px!important;
    padding-right: 5px;
}

.user-enablement-journey.tabs .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    padding: 0px!important;
}

.user-enablement-journey .vc_tta-panels-container {
    margin-top: 0px;
    padding: 0px 5px;
}

.user-enablement-journey .vc_tta-panels {
    background: none;
border: none;
}

.user-enablement-journey span.vc_tta-title-text {
    font-size: 16px;
    line-height: 26px;
    padding-left: 5px;
}

.user-enablement-journey span.vc_tta-title-text:after {
    content: "";
    font-family: "SegoeMDL2";
    font-size: 14px;
    line-height: 26px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    margin-left: 5px;
}


.user-enablement-journey .vc_active .vc_tta-title-text:after {
    color: white;
}

.user-enablement-journey .vc_tta-tabs-list li a:before {
    content: "icon";
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2020%2S09%2SCebqhpre.cat);
    background-size: contain;
    background-repeat: no-repeat;
        display: inline-block !important;
    position: relative !important;
    left: inherit !important;
    right: inherit !important;
    font-size: 0px;
    width: 40px;
    height: 40px;
background-position: center!important;
}
.user-enablement-journey .vc_tta-tabs-list li:nth-child(2) a:before {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2021%2S02%2Spunzcvba-vpba.cat);
    background-size: contain;
    background-repeat: no-repeat;
}
.user-enablement-journey .vc_tta-tabs-list li:nth-child(3) a:before {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2020%2S09%2SVGCebsrffvbany.cat);
    background-size: contain;
    background-repeat: no-repeat;
}
.user-enablement-journey .vc_tta-tabs-list li:nth-child(4) a:before {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2020%2S09%2SNggraqrrf.cat);
    background-size: contain;
    background-repeat: no-repeat;
}
.user-enablement-journey .vc_tta-tabs-list li:nth-child(4) a:before {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2020%2S09%2SCerfragre.cat);
    background-size: contain;
    background-repeat: no-repeat;
}
.scenario-library .content-card.single-department-card h3 {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.scenario-library .content-card.single-department-card:before {
    display: none;
}

.scenario-library .content-card.single-department-card {
    padding: 10px 20px 15px 20px;
	margin-bottom: 15px;
}

.scenario-library .caret-toggle {
    float: right;
}

body .scenario-library .child-posts {
    margin-left: 0px;
}

.scenario-library #nav-department ul li {
    margin-top: 5px;
}

.scenario-library .content-card.single-department-card ul {
    margin-bottom: 0px!important;
}

.user-enablement-journey .vc_active .vc_tta-title-text {
    color: black;
}

.user-enablement-journey.tabs table thead th {
    background: #055b9d;
}

.user-enablement-journey.tabs table thead tr th:last-child {
    background: #8C69C7;
}

.user-enablement-journey.tabs table thead tr th:nth-child(3) {
    background: #055b9d;
}

.user-enablement-journey.tabs table thead tr th:nth-child(4) {
    background: #7e5be6;
}

.user-enablement-journey.tabs table thead tr th:first-child {
    background: #1772de;
    flex: 1;
    padding: 10px 20px;
    border: 2px solid #333;
    color: white;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-color: white;
}

.user-enablement-journey caption {
    text-align: center;
}
.user-enablement-journey caption strong {
    margin-bottom: 10px;
    display: block;
}
.user-enablement-journey caption p {
    line-height: 26px;
    padding: 0px 150px;
}

.user-enablement-journey table tbody tr:last-child th:first-child {
    background: #8c6ac7;
}

.user-enablement-journey .vc_tta-container {
    margin-bottom: 0px;
}

.user-enablement-journey table tbody tr td:nth-child(2) strong {
    display: block;
    margin-bottom: 10px;
font-size: 14px;
line-height: 22px;
}

.user-enablement-journey table tbody td ul {
    margin-bottom: 0px;
}

.user-enablement-journey table tbody td ul li:last-child {
    margin-bottom: 0px;
}

.user-enablement-journey caption {
    font-size: 26px;
    line-height: 34px;
    color: black;
    margin-bottom: 20px;
}
.user-enablement-journey table tbody tr th:first-child span {
    transform: rotate(-90deg);
    display: block;
    width: 300px;
    position: absolute;
    left: -126px;
    bottom: 70%;
    color: white;
    font-family: "SegoeUI Semibold";
}


.user-enablement-journey table tbody tr th:first-child {
    background: #0278d4;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.user-enablement-journey table tbody tr td, .user-enablement-journey table tbody tr th {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 15px;
    padding: 20px;
}

.user-enablement-journey table tbody tr, .user-enablement-journey table thead tr {
    display: flex;
    column-gap: 10px;
}

.user-enablement-journey table thead tr th, .user-enablement-journey table tbody td, .user-enablement-journey table tbody th {
    flex: 1;
}

.user-enablement-journey table thead th {
    background: #902b93;
    padding: 10px 20px;
    border: 2px solid #333;
    color: white;
    font-size: 18px;
    line-height: 26px;
    border-radius: 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-color: white;
}

.user-enablement-journey table thead {
    margin-bottom: 10px;
    display: block;
}

.user-enablement-journey table thead tr th:first-child {
    background: none;
    box-shadow: none;
    border-color: transparent;
}

.user-enablement-journey table thead tr th:nth-child(3) {
    background: #025a9f;
}

.user-enablement-journey table thead tr th:nth-child(4) {
    background: #29446f;
}

.user-enablement-journey table thead tr th:nth-child(5) {
    background: #902b93;
}

.user-enablement-journey tbody ul li {
    font-size: 14px;
    line-height: 18px;
}

.user-enablement-journey tbody tr th:first-child {
    flex: 0.2;
}

.user-enablement-journey table tbody tr th:first-child {
    position: relative;
}

.user-enablement-journey table thead tr th:first-child {
    padding: 0px;
    flex: 0.2;
    border: none;
}


@media all and (min-width: 768px) {
.user-enablement-journey.fullwidth .vc_column_container>.vc_column-inner {
    padding: 0px;
}

.user-enablement-journey .vc_tta-container {
    margin-left: -15px;
    margin-right: -15px;
}
}

.single-video .breadcrumb-bar .container {
    padding-left: 0px;
    padding-right: 0px;
}
.video-details p.label {
    color: #246eb5;
    letter-spacing: 1px;
    margin-bottom: 20px!important;
    display: block;
    text-align: left;
    font-size: 14px;
}

.video-player .sidebar .episode-card .btn-play {
    margin-right: 10px;
}

form .g-recaptcha {
    margin-top: 25px;
    margin-bottom: 0px;
}
form .g-recaptcha.error {
    width: fit-content;
    outline: 2px solid red;
    outline-offset: -2px;
}

body a.btn-download:hover::after {
    right: 0px;
}
body a.top-bar {
    display: block;
    box-shadow: none!important;
    background: #0178d5;
    border: none !important;
    border-radius: 0px !important;
    margin: 0px !important;
    text-align: center;
    font-size: 14px;
}

a.top-bar:hover, a.top-bar:active, a.top-bar:focus {
    background: #0266b8;
}

.btn.btn-download:after {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
}
.btn-powerpoint:before {
    content: "";
    font-family: "Fabric";
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: orange;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S07%2Svpba-zvpebfbsg-cbjrecbvag.cat);
    background-size: cover;
    font-size: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn-powerpoint:hover {
    background: #246eb3 !important;
    color: white !important;
}
.btn-powerpoint:after {
	display: none!important;
}
.btn-powerpoint {
    border-radius: 100px!important;
    background: none!important;
    border: 2px solid #246eb5!important;
    box-shadow: none!important;
    color: #246EB3!important;
}

.single-video.customer-hub a.btn-powerpoint {
    margin-bottom: 30px;
}

.single-video.customer-hub .sidebar {
    padding-left: 30px;
}

.single-video.customer-hub .episode-card .label {
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-video.customer-hub .episode-card a h3 {
    color: #246eb5;
    text-decoration: underline;
}
@media all and (max-width: 768px) {
	body .scenario-library.single-department a.btn-download {
    margin: 10px auto 0px;
}

body .scenario-library .title-inline {
    display: flex;
    justify-content: center;
    align-items: center;
}

body .scenario-library .main-card .title-inline h2 {
    margin: 0px;
}

body .scenario-library .main-card .title-inline {
    margin-bottom: 20px;
}

body .scenario-library .main-card {
    padding: 15px 30px;
}

body .scenario-library.single-department #roles .row {
    display: block;
}

body .scenario-library .btn-download:before {
    display: none;
}

body .scenario-library.single-department #resources a.btn {
    padding: 10px 20px;
    border-radius: 15px;
}
	body .scenario-library h1 .accent {
    line-height: 40px;
}

body .scenario-library #benefits {
    display: block;
}

body .scenario-library #benefits .row-benefits p {width: 100%;margin-left: 0px;}

body .scenario-library #benefits .row-benefits {
    display: block;
}

body .scenario-library #actions.main-card h2 {
    margin-bottom: 0px;
}
}
.scenario-library .content-card .outcome p:last-child {
    margin-bottom: 0px!important;
    margin-top: 10px;
}
body .scenario-library.single-department #kpi .col-left h2 {
    margin-bottom: 10px;
}
.scenario-library #help a.btn.btn-accent {
    background: #2b76d6;
    border-color: #2b76d6;
    margin-right: 10px;
}
.scenario-library .caret-toggle {
    font-family: Fabric;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.scenario-library.single-department .btn-download {
    display: block;
    width: fit-content;
}
.scenario-library .content-card#download-library a:hover {
    background: #000;
    border-color: #000;
}

.scenario-library .content-card#download-library a {
    background: #9261dd;
    border-color: #9261dd;
}
.scenario-library.download-gallery .btn-download:before {
    display: none;
}
body .scenario-library.download-gallery .single-card .content-card {
    margin: 0px;
    padding: 10px 40px 10px 15px;
    width: 100%;
}
.scenario-library.download-gallery .results .content-card.main-card {padding-left: 40px;padding-right: 40px;}

.scenario-library .sticky {
    position: sticky;
    top: 60px;
}

.scenario-library.download-gallery .half-image {
    display: none;
}
.scenario-library.download-gallery .single-download.checked .content-card {
    border-color: #246eb5;
}
.scenario-library.download-gallery .main-card h3 a {
    font-family: "SegoeUI Semibold";
}
.scenario-library.download-gallery .half-content {
    min-height: auto;
    padding: 75px 0px;
}
.scenario-library.download-gallery .single-card .content-card {min-height: 122px;}

.scenario-library.download-gallery .results a.btn-download {position: absolute;bottom: 15px;}
.scenario-library #nav-department h3 a {
    font-family: "SegoeUI Semibold";
}
.scenario-library #nav-department ul li {
    margin-bottom: 0px;
}

.modal-kpi {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S10%2Spbcvybg-ot.wct)!important;
    background-size: cover!important;
    padding-top: 20px;
}
.scenario-library .accent, .modal-kpi .accent {
    background: linear-gradient(to right, #3175d6, #965fdd);
    -webkit-background-clip: text;
    color: transparent;
    background-clip: text;
    display: inline-block;
    font-family: "SegoeUI Semibold";
}

.scenario-library #nav-department h3 a {
    font-family: "SegoeUI Semibold";
}
.modal-kpi h4 img {
    max-height: 40px;
    margin-right: 10px;
}

.scenario-library.download-gallery .single-card .content-card {
    box-shadow: none;
    border: 2px solid #ddd;
}

.scenario-library.download-gallery .single-card .content-card:before {
    display: none;
}

.scenario-library.download-gallery .results h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.scenario-library .btn-download:before {
    content: "";
    font-family: "Fabric";
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    color: orange;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S07%2Svpba-zvpebfbsg-cbjrecbvag.cat);
    background-size: cover;
    font-size: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.scenario-library.single-scenario .half-header a.btn {
    display: block;
    width: fit-content;
}
.scenario-library.single-scenario .half-image {
    display: none;
}
.scenario-library.single-department .btn-download,
.scenario-library.single-scenario .btn-download{
    background: white;
    color: #246eb5;
    margin-top: 15px;
    padding-right: 20px;
}

.scenario-library.single-department .btn-download:after,
.scenario-library.single-scenario .btn-download:after {display: none;}

.scenario-library.single-department .btn-download:hover,
.scenario-library.single-scenario .btn-download:hover
{
    background: black;
    border-color: black;
    color: white;
}
.scenario-library.single-scenario .half-header .half-content {
    min-height: auto;
    padding: 50px 0px;
}
.scenario-library #actions .single-action {
    border: 2px solid #ddd;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 20px;
}
.scenario-library .single-action .single-product img {
    max-height: 40px;
    float: left;
    margin-right: 8px;
}
.scenario-library #benefits h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 40px;
}
.scenario-library.single-scenario h1 {
    margin-top: 20px;
}
.scenario-library .single-action .single-product {
    display: inline-flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 100px;
    padding: 10px 30px 10px 20px;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: none;
    margin-right: 15px;
}

.scenario-library .single-action .single-product p {
    margin: 0px!important;
}

.scenario-library #benefits .title-benefits {
    width: fit-content;
    display: inline-block;
}

.scenario-library #benefits .row-benefits {
    width: fit-content;
    display: inline-block;
}

.scenario-library #benefits .title-inline {
    display: inline-block;
    vertical-align: top;
    flex: 1;
}

.scenario-library #benefits .row-benefits {
    display: inline-flex;
    vertical-align: top;
    flex: 2.5;
}

.scenario-library #benefits .row-benefits p {
    display: inline-flex;
    border: 2px solid #ddd;
    border-radius: 100px;
    padding: 15px 20px;
    margin-left: 10px;
    flex: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.scenario-library #benefits .title-inline h2 {
}

.scenario-library #benefits {
    display: flex;
	align-items: center;
}
.scenario-library #download-library {
    padding: 25px !important;
}

.scenario-library #download-library a {
    margin-top: 10px;
}
.scenario-library #download-library h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
}
.scenario-library.download-gallery .results h2 {
    font-size: 30px;
    line-height: 38px;
}

.scenario-library.download-gallery .results a.btn-download {
    font-family: "Fabric";
    margin-top: 5px;
}

.scenario-library.download-gallery .results h4 {
    padding-right: 20px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 35px;
}
.scenario-library.download-gallery .results .content-card {
    padding-bottom: 10px;
}

.scenario-library.download-gallery a.btn-loading:before {
    margin-right: 6px;
}
.scenario-library.download-gallery a#btn-reset {
    width: auto;
	border: none;
    padding: 10px 30px;
    margin-left: 10px;
}

.scenario-library.download-gallery .download-bar {
    margin-bottom: 20px;
	margin-top: 10px;
}

.scenario-library.download-gallery a#btn-reset:hover {
    background: #000!important;
    border-color: #000;
    color: white;
}
.scenario-library.download-gallery .single-download input {
    position: absolute;
    right: 35px;
    top: 10px;
    z-index: 2;
    width: 20px;
    height: 20px;
}

.scenario-library.download-gallery .single-download input:before {
    content: "";
    border: 2px solid #b8b8b8;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #f5f5f5;
    content: "";
    font-family: 'Fabric';
    font-size: 17px;
    color: transparent;
}

.scenario-library.download-gallery .single-download input:hover:before {
    background: #b8b8b8;
    color: #fff;
}

.scenario-library.download-gallery .single-download input:checked:before {
    background: #246eb5;
    color: white;
    border-color: #246eb5;
}

.scenario-library.download-gallery .download-bar {
    width: 100%;
}

.scenario-library.download-gallery .download-bar a.btn.inactive {
    background: transparent;
}

.scenario-library a.btn {
    box-shadow: none;
    border-radius: 100px;
}

.scenario-library.download-gallery a.btn {
    width: 300px;
}
.scenario-library.download-gallery a.btn.inactive:after {
    display: none;
}
.scenario-library.download-gallery a.btn.inactive {
    background: #ddd;
    pointer-events: none;
    color: black;
    border-color: black;
}

.scenario-library.download-gallery  .single-card .content-card {
    margin: 0px;
    padding: 20px 50px 20px 20px;
    width: 100%;
}
.scenario-library #help a.btn.btn-accent:hover {
    background: #000;
    border-color: #000;
}
.scenario-library.single-scenario .main-card#actions {
    margin-bottom: 0px;
}
.scenario-library.download-gallery .single-card a {
    width: 100%;
}
.scenario-library.single-department #resources.content-card {
    margin-bottom: 0px;
}
.scenario-library.download-gallery .single-card h3 {
    margin: 0px!important;
}

.scenario-library-landing .results .content-card .details {
    min-height: 180px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 0px;
}
.scenario-library-landing .results .content-card .details {
    min-height: 175px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    padding-right: 0px;
}

.scenario-library-landing .results .content-card .preview-image {
    background-size: cover!important;
    background-position: left top!important;
}

.scenario-library-landing .results a h3, 
.scenario-library-landing .results a:hover,
.scenario-library-landing .results a:hover h3 {
    color: #246eb5;
}
.scenario-library-landing .results .content-card .preview-image {
    background-size: cover!important;
}

.scenario-library-landing .results a {
    text-decoration: none;
}
.scenario-library-landing .results a:hover {
    text-decoration: underline;
}
.scenario-library-landing .results .content-card {
    display: flex;
}

.scenario-library-landing .results .content-card .details, .scenario-library-landing .results .content-card .preview-image {
    flex: 1;
}

.single-scenario .content-card {
    border-top: none !important;
}
.scenario-library.single-department #resources .row {
    margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.scenario-library.single-department #resources a.btn {
    display: block;
    width: fit-content;
}
.scenario-library.single-department #roles .single-role {border: 1px solid #ddd;padding: 12px;border-right: 0px;}

.scenario-library.single-department #roles .row {
    border-right: 1px solid #ddd;
    margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

.scenario-library.single-department #roles.content-card,
.scenario-library.single-department #resources.content-card {
    padding: 30px;
}
#roles .row .single-role {
    flex: 1;
}
#roles .row {
    display: flex;
}
.scenario-library .title-inline h2 {
    display: inline;
}

.scenario-library .title-inline {
    clear: both;
    display: flow-root;
    width: 100%;
}
.scenario-library .title-inline img {
    float: left;
    margin-right: 20px;
    max-height: 50px;
}
#main.scenario-library.single-department .single-kpi h3 a {
    font-family: "SegoeUI Semibold";
}

.scenario-library.single-department .single-kpi {
    border: 1px solid #ddd;
    padding: 20px;
    border-bottom: 0px;
}

.scenario-library.single-department #kpi .col-left .single-kpi:nth-of-type(1) {
    margin-top: 20px;
}

.scenario-library.single-department #kpi .col-left img {
    float: left;
    margin-right: 20px;
	margin-top: 16px;
}

.scenario-library.single-department #kpi .col-left h2 {
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 30px;
}

.scenario-library.single-department #kpi .col-left .single-kpi:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.scenario-library .content-card {
    border-top: 0px;
}

.scenario-library #sidebar {
    display: block;
    padding-right: 40px;
}
.scenario-library.single-department .single-kpi h3:after {
    content: "";
    font-family: "Fabric";
    font-size: 16px;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 2px;
    display: inline-block;
    vertical-align: bottom;
}
.scenario-library .content-card#download-library {
    margin-top: 30px;
    border: none;
}
.modal-kpi .content-card {
    background: white;
}
.scenario-library #kpi .row {
    margin-left: 0px;
    margin-right: 0px;
}
.modal-kpi .content-card ul, .scenario-library .content-card ul {
    margin-left: 20px;
}

.modal.modal-kpi {max-width: 1000px;/* min-width: 80%; */}

.modal-kpi .content-card {
    text-align: left;
    padding: 20px 30px 0px 30px;
    border: none !important;
    background: white;
}
.modal-kpi .content-card h4 {
    font-size: 20px;
    line-height: 28px;
}
.modal-kpi .row {
    margin-top: 30px;
}
.scenario-library .content-card#download-library {
    padding: 20px;
}
.scenario-library .content-card#download-library:before{
	display: none;
}

.scenario-library .content-card#download-library a {
    margin-bottom: 0px;
}

.scenario-library .half-header h1 {
    margin-top: 10px;
}
.scenario-library #nav-department h3 a {
    font-size: 16px;
    line-height: 24px;
}

body .scenario-library #nav-department h3 {
    margin-top: 0px;
}

.scenario-library #nav-department .content-card {
    padding: 15px 20px;
}
.scenario-library .caret-toggle.open {
    transform: rotate(-180deg);
}

#nav-department .single-department-card ul li a {
    font-size: 14px;
    line-height: 20px;
}
.modal-kpi .content-card:before,
.scenario-library .content-card:before {
    content: "border";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #15abf8, #d667f4, #fda476);
    font-size: 0px;
}
.share-widget .twitter-share .share-icon {
    padding-left: 14px;
}

body .share-widget a.twitter-share:hover {
    padding-left: 0px;
}

.modal-kpi .content-card,
.scenario-library .content-card {
    position: relative;
    border-top: none;
}

.single-scenario .content-card#download-library a {
    margin-bottom: 0px;
}

.single-scenario .content-card#download-library {
    padding: 20px;
}

.scenario-library .half-image {
    background-position: top left !important;
}
.scenario-library.single-page .half-header .half-content {
    background: #fff;
}
.scenario-library #nav-department h2 {
    font-size: 24px;
    line-height: 32px;
}
.scenario-library #nav-department h3 {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.scenario-library #nav-department ul {
    margin-left: 20px;
    list-style-type: disc;
}


.scenario-library .page-content {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S10%2Spbcvybg-ot.wct)!important;
    background-size: cover!important;
}

.scenario-library .content-card {
    background: white;
    text-align: left;
}
.scenario-library.single-department #roles .col-right .row {
    display: flex;
}
.scenario-library.single-department #resources .row {
    margin-top: 0px;
}
.scenario-library.single-department #resources h2 {
    margin-top: 0px;
}
.scenario-library.single-department #roles .single-role img {
    max-height: 60px;
    margin-bottom: 10px;
    margin-top: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    border: 3px solid white;
}
.scenario-library #kpi > .row {
    border: none;
    margin: 0px;
}
.scenario-library h1 .accent {
    line-height: 62px;
}
.scenario-library.single-scenario .main-card {
    padding-left: 30px;
    padding-right: 30px;
}
.scenario-library.single-department #roles .single-role {
    flex: 1;
	text-align: center;
}
.scenario-library .main-card {
    text-align: left;
    padding: 30px 20px 15px;
}

.scenario-library .main-card .col-left img {
    max-height: 50px;
}

.scenario-library .main-card h2 {
    font-size: 28px;
    line-height: 36px;
    margin-top: 20px;
}
.single-social-icons span.share-icon img {
    max-height: 26px;
    vertical-align: middle;
}

@media all and (max-width: 768px) {
	body .single-community-hub .page-header {
    padding: 50px 20px;
}

body .single-community-hub .col-left {
    padding: 0px;
}

.single-community-hub .col-left .vc_column-inner {
    padding: 0px;
}

.single-community-hub table thead {
    display: none;
}

.single-community-hub table tr {
    display: block;
    text-align: center;
}

.single-community-hub table tr th, .single-community-hub table tr td {
    display: block;
    text-align: center;
}

.single-community-hub table a.btn-text {
    display: block;
    width: fit-content;
    margin: 0px auto;
}

.single-community-hub table tr th {
    padding-bottom: 0px;
}

.single-community-hub table caption {
    text-align: center;
}

.single-community-hub .other-sessions .vc_column-inner {
    padding: 0px;
    margin-top: 60px;
}
}

#npsForm .labels {
    display: flex;
    margin-bottom: 15px;
}

#npsForm .labels .label-right {
    text-align: right;
}

#npsForm .labels .label-right, #npsForm .labels .label-left {
    flex: 1;
    font-size: 14px;
    line-height: 22px;
    font-family: "SegoeUI Semibold";
}

#npsForm .numbers {
    margin-bottom: 10px;
}

#npsForm .numbers .single-number {
    background: #f1f1f1;
    padding: 10px;
    margin-right: 5px;
}

#npsForm .numbers .single-number:last-child {
    margin-right: 0px;
}

.half-header .half-content .content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-video .video-abstract a.btn.btn-text {
    margin-top: 15px;
    margin-bottom: 0px;
}

	@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#survey.show {
    animation: fadeInUp 0.5s ease forwards;
}

	#npsForm button.submitting {
  pointer-events: none; /* Disable button clicks while submitting */
}

#npsForm button.submitting:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  border: 2px solid #fff;
  border-top: 2px solid #246db5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: spin 1s linear infinite;
}
#npsForm button.received:before {
    margin-right: 5px;
    font-size: 16px;
    font-family: "Fabric";
    content: "";
    vertical-align: top;
    margin-top: 0px;
    display: inline-block;
    margin-left: -6px;
}
#npsForm button.received {
    background: #6d9f08;
}

#npsForm button.received {
    background: #6d9f08;
}

form#npsForm {
    padding-right: 20px;
}

#npsForm label {
    margin-bottom: 10px;
}

#npsForm .numbers label {
    margin-bottom: 0px;
    font-family: "SegoeUI";
}

#npsForm button {
    font-size: 16px;
    font-family: "SegoeUI";
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#survey {
  border: 1px solid #ccc;
  padding: 20px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: white;
  z-index: 9999;
}
#npsForm .numbers {
    display: flex;
    text-align: center;
}

#npsForm .numbers .single-number {
    flex: 1;
}

#survey button#closeSurvey {
    background: none;
    box-shadow: none;
    color: black;
    padding: 0px;
    font-family: "Fabric";
    position: absolute;
    right: 10px;
    margin-top: -10px;
    font-size: 12px;
}
.single-community-hub .page-content {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S10%2Spbcvybg-ot.wct);
    background-size: cover;
    background-position: top left;
}

.single-community-hub table caption {
    font-family: "SegoeUI Semibold";
    color: black;
    font-size: 30px;
    line-height: 38px;
	padding-top: 0px;
}

.single-community-hub table tr {
    border: 1px solid #ddd;
    background: white;
}

.single-community-hub table th, .single-community-hub table td {padding: 10px 20px;vertical-align: top;}

.single-community-hub table a.btn {
    margin-top: 0px;
}

.single-community-hub table a.disabled {
    color: #333;
    font-family: "SegoeUI"!important;
}

.single-community-hub table a.disabled:after {
    display: none;
}

.single-community-hub table caption {margin-bottom: 10px;}

.single-community-hub #main a.btn-calendar {
    display: block;
    width: fit-content;
}

.single-community-hub #main a.btn-calendar:before {
    content: "";
    font-family: "Fabric";
    vertical-align: top;
    margin-right: 10px;
    margin-top: -2px;
}

.single-community-hub #main a.btn-calendar:after {
    display: none;
}

.single-community-hub .col-left .vc_column-inner {
    padding-left: 0px;
}

.single-community-hub .other-sessions a.top {
    display: none;
}

.single-community-hub .other-sessions * {
    text-align: left;
}

.single-community-hub .other-sessions .content-card h3 {font-size: 18px;line-height: 26px;}

.single-community-hub .other-sessions h2 {
    margin-bottom: 20px!important;
    font-size: 24px;
    line-height: 32px;
}

.single-community-hub .col-left {
    padding-right: 50px;
}

.single-community-hub .page-header {
    padding: 50px;
	background: white!important;
}

.single-partner .content-card.partner img {
    max-width: 80%;
    margin: 20px auto;
}

.single-partner .main-details h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.single-video .video-player iframe {
    border: none;
    margin-bottom: -10px;
    min-height: 428px;
}
.btn-teams {
	background: #5d5bd4!important;
	border-color: #5d5bd4!important;
}
.btn-teams:hover {
	background: #262626!important;
	border-color: #262626!important;
}
.single-event #metadata {
    margin-top: 30px;
    margin-bottom: 10px;
}

.single-event #details {
    margin-top: 50px;
}
.single-event .article-header .header-inner:before {
    content: "overlay";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: linear-gradient(45deg, rgb(116 39 116), rgb(0 99 178 / 83%), transparent);
    font-size: 0px;
}

.single-event .article-header .header-inner {
    position: relative;
}

.single-event .article-header .header-inner * {
    z-index: 999;
    position: relative;
}

.single-event .article-header h1 {
    text-shadow: 0px 2px 5px rgba(0,0,0,.5);
}

.single-event h2 {
    font-size: 26px;
    line-height: 34px;
}

.single-event .additional-buttons a.btn:first-child {
    min-width: 290px;
    margin-right: 10px;
}

.single-event .additional-buttons a.btn:nth-child(2) {
    margin-right: 10px;
}

.single-event .additional-buttons .btn-text {
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    padding: 15px;
    min-width: 165px;
}

.single-event .article-header .label {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
}

.single-event .fixed-bar .location:before, .single-event .fixed-bar .date:before {
    margin-bottom: 0px;
}

footer {
    z-index: 9999;
    position: relative;
}

.share-widget {
    z-index: 99999;
}

.fixed-bar {
    border-top: 2px solid #f0f0f0;
}

.fixed-bar .details p.date {
    margin-right: 30px;
}

.single-event .fixed-bar .location:before, .single-event .fixed-bar .date:before {
    margin-bottom: 0px;
}

.fixed-bar .button {
    padding-left: 60px;
    margin-top: 15px;
}

.fixed-bar p {
    margin-bottom: 0px;
}

.fixed-bar {
    background: white;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
}

.fixed-bar .bar-inner {
    display: flex;
    padding: 30px 0px;
}
.fixed-bar .details {
    flex: 2;
}
.fixed-bar .button {
    flex: 1;
}
.fixed-bar .details p {
    display: inline-block;
    vertical-align: top;
}

.single-event #more-events a.btn {
    margin-bottom: 0px;
}

.single-event #more-events .single-card {
    clear: both;
}
.single-event #more-events p.date {
    margin-bottom: 0px;
}

.single-event #more-events .single-card {
    clear: both;
    margin-bottom: 20px;
}

.single-event #more-events .single-card p.location:before, .single-event #more-events .single-card p.date:before {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
}

.single-event #more-events {
	background: white;
}

.single-event .additional-buttons .btn-text {
    margin-left: 10px;
}
.single-event .article-header .header-inner {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S11%2Sz365-pbasrerapr-fperrafubg.wct);
    background-size: cover;
    background-position: center left;
}

.single-event .main-details {
    padding: 50px;
}

.single-event .bottom-social {
    padding: 0px 50px 10px 50px;
}

.single-event .bottom-social ul li {
    display: inline-block;
    margin-right: 20px;
}

.single-event .bottom-social ul {
    padding-left: 0px;
    margin: 0px;
}

.single-event .widget-inner {
    padding: 20px 30px 30px;
}

.single-event .single-widget {
    margin-bottom: 30px;
}

.single-event .widget-inner p:last-child {
    margin-bottom: 0px;
}

.single-event .date:before {
    content: "";
    font-family: "Fabric";
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
    display: inline-block;
}

.single-event .location:before {
    content: "";
    font-family: "Fabric";
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
    display: inline-block;
    margin-bottom: 30px;
    float: left;
}

.single-event .fixed-bar .btn-register {
    width: 100%;
}

.single-event .breadcrumb-bar {
    background: #e7e7e7;
    padding: 15px 0px;
    font-size: 14px;
    line-height: 22px;
}

.single-event .breadcrumb-bar a {
    font-size: 14px;
    line-height: 22px;
}

.single-event .breadcrumb-bar p {
    margin-bottom: 0px;
}

.single-event .box-shadow {
    background: white;
}

.modal#video iframe.embed {
    width: 100%;
    border: none;
    margin-bottom: -10px;
}
@media all and (max-width: 768px) {
	a.btn {
    white-space: normal;
    text-align: left;
}
	.page-nav {
    display: none;
}
	body .single-event .main-details {
    padding: 30px;
}

body .single-event .additional-buttons a.btn:first-child {
    min-width: 100%;
}

body .single-event .additional-buttons a.btn:nth-child(2) {
    margin-left: 0px;
}

.single-event #metadata .col-left {
    margin-bottom: 30px;
}

body .single-event .bottom-social {
    padding-left: 30px;
}

body .single-event .bottom-social ul li {
    margin-left: 0px;
}

.single-event .sidebar {
    margin-top: 30px;
}

.single-event .sidebar .single-widget:last-child {
    margin-bottom: 0px;
}

.single-event .sidebar .single-widget a.btn-text {
    display: block;
    text-align: left;
}
	.modal#video iframe.embed {
    min-height: 300px;
}
}
@media all and (min-width: 768px) {
	
.single-scenario .content-card#goals, .single-scenario .content-card#help {
    padding-left: 15px;
    padding-right: 15px;
}

	.navbar-nav > li:nth-child(2) .dropdown-menu {
    min-width: 380px;
}
	.modal#video iframe.embed {
    min-height: 450px;
}
}
.sec-padding-xsm {
	padding-top: 15px;
	padding-bottom: 15px;
}

.sec-padding-top-xsm {
	padding-top: 15px;
}
.sec-padding-bottom-xsm {
	padding-bottom: 15px;
}

.no-padding {
	padding: 0px!important;
}

.inner-page .side-content .vc_column-inner {
    justify-content: center;
}

ul.checklist li:before {
    content: "";
    font-family: 'Fabric';
    background: white;
    border: 2px solid;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    width: 28px;
    text-align: center;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-color: transparent;
    top: 0px;
    color: #3585e3;
}

ul.checklist li {
    padding-left: 20px;
    margin-bottom: 20px!important;
    position: relative;
}

.page-nav a:hover {
    color: black;
    border-bottom: 3px solid black;
    transition: all 0.2s ease;
}
.page-nav {
    background: white;
}

#main {
    overflow: visible!important;
}
.page-nav a.active {
    color: black;
    border-bottom: 3px solid #3383e3;
	transition: all 0.2s ease;
}
.page-nav a {
    font-family: "SegoeUI Semibold";
    padding-bottom: 5px;
	transition: all 0.2s ease;
}
.page-nav.sticky {
    background: white;
    z-index: 999;
    box-shadow: 0px 2px 50px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}
.page-nav {
    text-align: center;
    padding: 20px 0px;
    position: sticky;
    top: 0px;
}

.page-nav a {
    margin-right: 20px;
    color: black;
    text-decoration: none;
}

.row-flex {
	display: flex;
}
div#cookie-banner > div {
    background: white!important;
}

div#cookie-banner button {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: none;
}
div#cookie-banner button:hover, div#wcpConsentBannerCtrl div button:first-child:hover {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: #000!important;
    color: white!important;
}

div#wcpConsentBannerCtrl div button:first-child {
    background: #246eb5!important;
    color: white!important;
}


div#cookie-banner {
    position: fixed;
    z-index: 99999;
    border-bottom: 2px solid #ddd;
}

div#wcpConsentBannerCtrl {
    padding: 15px 0px;
}

@media all and (max-width: 768px) {
	body .fasttrack-card {
    padding: 0px!important;
}

body .side-section.fasttrack-card a.btn-text {
    margin-left: 0px;
}
}
.fasttrack-card {
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
    overflow: hidden;
}
.fasttrack-card .side-content .vc_column-inner {
    background: white!important;
}
.single-teams_webcast .video-player iframe {
    margin-bottom: -10px;
	min-height: 330px;
}
.fasttrack-card h2 {
    font-size: 26px;
    line-height: 34px;
}
.fasttrack-card .side-image .vc_column-inner {
    background: #ffffff url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2023%2S09%2Ssnfggenpx-fvqr.wct%3Svq%3Q53305) !important;
    background-position: top left !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.fasttrack-card .side-image .vc_column-inner {
    background-position: top left!important;
}

.fasttrack-card a {
    display: inline-block;
    width: fit-content;
}

.side-section.fasttrack-card a.btn-text {
    display: inline-block;
    width: fit-content;
    float: none;
    margin-left: 20px;
}
.single-gallery .breadcrumbs-bar {
    background: #f5f5f5;
}

.single-gallery .breadcrumbs-bar p {
    padding: 15px 20px;
    margin: 0px;
}

.single-gallery .slides {
    background: #f5f5f5;
    padding: 40px;
}

.single-gallery .slides p:last-child {
    margin-bottom: 0px;
}

.single-gallery .slides p.caption {
    margin-top: 10px;
    margin-bottom: 40px;
}

.single-gallery .page-content .container {
    display: flex;
}

.single-gallery .cta h2, .single-gallery .cta p {
    color: white;
}
.single-gallery .cta {
    text-align: center;
}
.single-gallery .page-content {
    padding-top: 70px;
}
.single-gallery .page-content h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
}

p.label.viva-amplify {
    background: #7754aa;
    padding: 8px 10px;
    margin-bottom: 20px;
    display: inline-block;
}


.single-gallery .page-content .col-left .vc_column-inner, .single-gallery .page-content .col-left .vc_column-inner .wpb_wrapper {
    height: 100%;
}

.community .content-card a.top {
    background-size: 50%!important;
    background-position: center;
    background-repeat: no-repeat!important;
}

.community .content-card .details {
    flex: 4;
    padding-left: 0px;
    padding-top: 25px;
}

.single-gallery p.disclaimer {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    opacity: 1;
}
.single-gallery .community .content-card {
    margin-bottom: 210px;
    margin-top: 60px;
}
.single-gallery .page-content .col-left section .vc_row.sticky > .wpb_column > .vc_column-inner > .wpb_wrapper {
    position: sticky;
    top: 200px;
}
.single-gallery .vc_toggle_active .vc_toggle_title {
    border-bottom: 2px solid #ddd;
}
.single-gallery .sticky {
    position: sticky;
    top: 40px;
    height: auto!important;
}
main.single-gallery {
    overflow: visible!important;
}


.single-gallery .cta {
    margin-bottom: -15px;
}

.single-gallery .vc_toggle_title {
    border: 2px solid #ddd;
    padding: 15px;
	border-bottom: 0px;
}
.single-gallery .vc_toggle:last-child {
    border-bottom: 2px solid #ddd;
}
.single-gallery .vc_toggle_title h4 {
    font-size: 18px;
    line-height: 26px;
}

.single-gallery .vc_toggle_simple .vc_toggle_icon {
    float: right;
    position: inherit;
    right: 0px;
    left: 0px;
    display: none;
}

.single-gallery .vc_toggle .vc_toggle_title i {
    display: none;
}
.single-gallery .vc_toggle {
    margin-bottom: 0px;
}

.single-gallery .vc_toggle_title {padding: 15px!important;}

.single-gallery .vc_toggle_title h4:after {}

.single-gallery .vc_toggle_title h4:after {
    font-family: "SegoeMDL2";
    transition: none;
    font-size: 10px;
    display: inline-block;
    position: relative;
    content: "";
    transform: rotate(90deg);
    float: right;
}

.single-gallery .vc_toggle.vc_toggle_active h4:after {
    transform: rotate(-90deg);
    transition: none;
}

.single-gallery .vc_toggle .vc_toggle_content {
    padding: 10px!important;
}

.article-content p.caption {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.adoption-page .pre-footer {
    background: #f5f5f5;
}

.viva-app.adoption-page .pre-footer {
    background: #f5f5f5;
}

#main.viva-app .half-header .half-content {
    background: white;
}
.single-webinar .webinar-date-time p.time:before {
    content: "";
    font-family: 'Fabric';
    vertical-align: middle;
    margin-right: 1px;
    line-height: 26px;
    display: inline-block;
    margin-top: -5px;
    font-size: 18px;
}
form textarea, form input {
    font-family: "SegoeUI";
}

.adoption-page .products .content-card:hover p {
    text-decoration: underline;
}

.adoption-page .products .content-card p {
    font-family: "SegoeUI Semibold";
    font-size: 16px;
    display: inline-block;
    margin-bottom: 3px!important;
    margin-top: 3px;
}

form #follow-required.error {
    color: #df0000;
    margin-top: 20px;
}

body .article-content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
}
.viva form .privacy-statement fieldset {
    display: flex;
}


@media all and (max-width: 768px) {
	.adoption-page .pre-footer {
    margin: 0px -15px!important;
}
	.single-article main .container .row .col-right {
    margin-top: 60px;
}
	body .not-your-average-meeting .page-header .container {
    padding-left: 30px;
    padding-right: 30px;
}
}
body .not-your-average-meeting .page-header * {
    color: white;
}

.not-your-average-meeting .page-header {

    background: linear-gradient(45deg, #36268b, #989bf7);
    padding: 40px 0px;
}

.not-your-average-meeting .page-header p.description {
    margin-bottom: 0px;
}

.not-your-average-meeting .page-header p.heading {
    font-family: "SegoeUI Semibold";
    font-size: 24px;
    line-height: 32px;
}

.not-your-average-meeting .page-header p.heading em {
    font-family: "SegoeUI Semibold";
}

.not-your-average-meeting .page-header .container {
    padding-left: 0px;
}

.single-user_training .video-details {
    padding-bottom: 40px;
}
.single-user_training .bottom-social ul.single-social-icons {
    display: none;
}
div#submit-status-syntex {
    margin-top: 20px;
    margin-bottom: 0px;
}

div#submit-status-syntex a {
    font-family: "SegoeUI Semibold"!important;
}

.not-your-average-meeting .sidebar a.btn.btn-text {
    padding-right: 17px;
}
html .not-your-average-meeting .breadcrumb-bar * {
    color: white;
}
html .not-your-average-meeting .breadcrumb-bar {
    background: #372690;
}
.not-your-average-meeting .video-player .sidebar .episode-card .btn-play {
    color: #372690;
}
.not-your-average-meeting .video-player .sidebar .episode-card .btn-play:hover .btn-inner {
    background: #403395;
}
@media all and (min-width: 768px) {
	.viva-app .products .col-sm-2 {
    width: 20%;
}
.not-your-average-meeting iframe {
    min-height: 385px;
}
}
.not-your-average-meeting a.btn.btn-text {
    text-align: left;
    padding-right: 10px;
}
.not-your-average-meeting .video-player {
    padding-bottom: 0px;
}

.not-your-average-meeting .cta {
    background: #372690;
    text-align: center;
    padding: 40px 0px!important;
    margin-top: 60px;
}

.video-player iframe {
    width: 100%;
}

.not-your-average-meeting .video-details .label {
    color: #403296;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px!important;
    display: block;
    text-align: left;
}

.not-your-average-meeting .episode-card p.label {
    color: #362690;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5px;
    text-align: left;
    margin-bottom: 5px;
}

.not-your-average-meeting .episode-card .main-details {
    padding-left: 20px;
}

form#copilot-registration .submit-status {
    margin-top: 30px;
}
form .submit-status.success a {
    color: white;
}
form .submit-status p:last-child {
    margin-bottom: 0px;
}
.main-resource.landing-trainings .single-card.live-training.details-open {
    margin-bottom: 20px;
}
.main-resource.landing-trainings .single-card a.btn-details {
    text-align: right;
    flex: .5;
}
.single-card .training-details {
    background: #f5f5f5;
    padding: 20px 20px 20px;
    border-left: 4px solid #0077d4;
    margin-top: -3px;
}
.single-card.microsoft-teams .training-details {
    border-color: #4b53bc;
}
.main-resource.landing-trainings .single-card .card-inner {
    box-shadow: none;
}

.main-resource.landing-trainings .single-card {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 3px;
    overflow: hidden;
}

@media all and (max-width: 768px) {
	.main-resource.landing-trainings .single-card a.btn-details {
    text-align: left;
    display: block;
    margin-top: 20px;
}
	body .main-resource .search-results .single-card .card-inner {
    display: block!important;
}

body .main-resource .search-results .single-card .card-inner .language {
    margin-top: 0px;
    position: absolute;
    top: 0px;
    right: 5px;
}

body .main-resource .search-results .single-card {
    position: relative;
}

body .main-resource .search-results .single-card .card-inner .language img {
    max-height: 15px;
}

.main-resource.landing-trainings .single-card p.date {
    display: inline-block;
}

.main-resource.landing-trainings .single-card p.time {
    display: inline-block;
    margin-left: 20px!important;
}

.main-resource.landing-trainings .single-card a.main-link {display: block;margin-bottom: 5px;}

body .single-card .filters-dropdown {
    float: left;
    margin-left: 25px;
    margin-top: -55px;
}

#main .single-card a.dropdown-toggle {
    float: none!important;
}

body .single-card .filters-dropdown .dropdown-menu.show {margin-top: 0px!important;}

body .single-card .filters-dropdown .dropdown-menu .training-details {
    margin-left: -26px;
    margin-top: -1px;
}
	.video-player .video {
    margin-bottom: 40px;
}

.single-user_training .objectives {
    margin-bottom: 60px;
}
}
span.plyr__menu__value {
	display: none!important;
}
.single-user_training .video-abstract em.notice {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    background: #ffffce;
    border: 1px solid #f0f005;
    border-radius: 3px;
    padding: 10px;
    line-height: 20px;
}

.main-resource .form-filters label.no-result {
    opacity: 0.4;
}
.main-resource.landing-trainings .single-card a:hover .btn-play {
    background: #246eb5;
    color: white;
}
.box-shadow.hover-effect:hover {
    box-shadow: 0 14px 25px rgb(0 0 0 / 5%), 0 10px 20px rgb(0 0 0 / 10%);
    transition: all 0.2s ease;
}
.box-shadow.hover-effect:hover {
    transition: all 0.2s ease;
}
.video-player .sidebar .content-card {
    background: white;
}

.single-user_training .sidebar .objectives {
    text-align: left;
    padding: 20px;
}

.single-user_training .sidebar .objectives ul {
    padding-left: 0px!important;
    margin-left: 26px;
    margin-bottom: 0px!important;
}

.single-user_training .sidebar .objectives ul li:before {
    font-family: "Fabric";
    color: #246eb5;
    position: absolute;
    left: -26px;
    background: white;
    content: "";
    font-size: 22px;
    line-height: 30px;
    top: -5px;
}

.single-user_training .sidebar .objectives ul li {
    position: relative;
    padding-bottom: 6px;
}

.single-user_training .sidebar .objectives ul li:last-child {
    margin: 0px!important;
    border: none;
    padding: 0px;
}

.single-user_training .sidebar .objectives ul li:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #ddd;
    display: block;
    margin-left: -22px;
    z-index: 999;
    position: relative;
    margin-top: 10px;
}

.single-user_training .sidebar .objectives h2 {}

.single-user_training .sidebar .objectives ul li:last-child:after {
    display: none;
}
.video-player .sidebar h2 {
    font-size: 24px;
    line-height: 32px;
}

.video-player .sidebar .episode-card {
    background: white;
    margin-bottom: 20px;
    display: flex;
}

.video-player .sidebar .episode-card .btn-play .btn-inner {
    font-family: "Fabric";
    border: 1px solid;
    border-radius: 100%;
    text-decoration: none;
    flex: 1;
    width: 30px;
    display: inline-block;
    height: 30px;
    padding-top: 2px;
    padding-left: 7px;
}

.video-player .sidebar .episode-card .btn-play:hover .btn-inner {
    color: white;
	background: #0267b8;
}

.video-player .sidebar .episode-card .btn-play {
    flex: .75;
    display: grid;
    align-items: center;
    text-decoration: none!important;
}

.video-player .sidebar .episode-card a.card-title {
    flex: 5;
    text-decoration: none;
    display: inline-block;
}

.video-player .sidebar .episode-card .episode-details {
    display: flex;
    padding: 15px;
}

.video-player .sidebar .episode-card .episode-details h3 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0px;
    display: inline-block;
}

.video-player .video .taxonomy-labels {
    margin-bottom: 20px;
}
.video-player .video-details .taxonomy-labels a.label {
    border: 1px solid;
    color: #246eb5;
    padding: 5px 10px;
    text-decoration: none;
	margin-right: 2px;
	font-size: 14px;
	line-height: 22px;
}

.video-player .video-details .taxonomy-labels a.label:hover {
    background: #246eb5;
    color: white;
}

@media all and (min-width: 768px) {
	.not-your-average-meeting .video {
    padding-right: 40px;
}
.not-your-average-meeting .sidebar {
    padding-right: 0px;
    padding-left: 0px;
}
	.video-player .video {
    padding-left: 0px;
}
}
.video-player ul.single-social-icons {
    list-style-type: none;
    margin-left: 0px;
    margin-bottom: 0px!important;
    margin-top: 20px;
}

.video-player ul.single-social-icons li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px!important;
}

.video-player ul.single-social-icons .share-label {
    display: none;
}

.video-player .video-details {
    padding: 30px;
}

.video-player h1 {
    font-size: 26px;
    line-height: 34px;
}
.single-user_training .breadcrumb-bar {
    background: #eee;
    padding: 15px 0px;
}

.single-user_training .breadcrumb-bar p {
    margin-bottom: 0px;
}

.single-user_training .main-content {
    padding: 60px 0px;
}
.main-resource .quick-links {
    background: #f5f5f5;
}

.quick-links .footer-icon {
    background: white;
}
.main-resource.landing-trainings .single-card .card-inner {
    display: block;
    height: auto;
}
.main-resource .half-image {
    background-color: #f2f2f2!important; 
}
@media all and (max-width: 768px) {
footer ul#menu-bottom-menu {
    margin-bottom: 0px;
}

footer .copyright {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
}
footer a#cookie-settings {
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}

.privacy-statement.korea li strong {
    font-size: 18px;
    line-height: 26px;
}
.privacy-statement.korea li:first-child {
    margin-top: 10px!important;
}

@media all and (min-width: 768px) {
#main.single-case_studies .sidebar-widgets {
    position: sticky;
    top: 40px;
}

#main.single-case_studies {
    overflow: visible!important;
}

main.single-case_studies .page-content .container {
    display: flex;
}
}

span#addeventstc1-outlook, .addeventstc_dropdown .ateoffice365 {
    display: none;
}

.single-article .recommended-content ul {
    margin-left: 0px;
    margin-bottom: 0px!important;
}

.single-article .recommended-content ul li:last-child {
    margin-bottom: 0px!important;
}

.recommended-content ul li {
    list-style-type: none;
}

.recommended-content ul li img {
    max-height: 20px;
    max-width: 20px;
    margin: 0px auto;
}

.recommended-content li .icon {
    background: white;
    width: 40px;
    height: 40px;
    align-items: center;
    display: inline-flex;
    border-radius: 100%;
    border: 2px solid #ddd;
    margin-right: 10px;
}

.recommended-content li .label {
    font-size: 14px;
    line-height: 22px;
    color: #246eb5;
    vertical-align: top;
    padding-top: 7px;
    display: inline-block;
    text-decoration: underline;
}

.recommended-content li:hover .icon {
    border-color: #246eb5;
}

.recommended-content li:hover .label {
    text-decoration: none;
}

.recommended-content li a {
    display: block;
    width: fit-content;
}

.white-bg {
	background: white;
}
.padding-30 {
	padding: 30px;
}

.js-tabs ul li {
    list-style-type: none;
}

.js-tabs ul {
    margin: 0px;
}

.js-tabs.tabs-vertical {
    display: flex;
}

.js-tabs.tabs-vertical ul {
    flex: 1;
}

.js-tabs.tabs-vertical .js-tabcontent {
    flex: 3;
}

.page-content .is-hidden,
.page-content [aria-hidden=true] {
  display: none;
}
body .tabs [aria-selected=true] .icon {
    opacity: 1!important;
	filter: none!important;
	border-color: #246eb5!important
}
.js-tabcontent[aria-hidden=true] {
  display: none;
}

.tabs__tabcontent:focus {
  outline: 1px dotted; 
}
[aria-disabled="true"], [aria-disabled="true"]:hover{
  background-color: #ddd;
  color: #666;
  pointer-events: none;
  /* for old IEs */
  cursor: not-allowed;
}

[role="tablist"].tablist {
  display: table;
}

[role="tablist"].tablist li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  text-align: center;

}
[role="tablist"].tablist a {
  display: block;
  min-height: 3em;
}




form .validation-error {
    margin-top: -20px;
    margin-bottom: 20px;
}

body .partner-solution-gallery.single-solution .ui-accordion-content {
    padding: 0px 10px 15px 10px;
}
.partner-solution-gallery.single-solution a.accordion-header {
    color: #246eb5;
    margin-bottom: 10px!important;
}

body #main li.vc_tta-tab.vc_active {
    border: 2px solid black;
}
body #main li.vc_tta-tab {
    border: 2px solid transparent;
}
a.btn.btn-text {
    border: none;
}
a.btn.btn-white {
    border-color: white;
}
a.btn {
    border: 2px solid #246eb5;
}

footer *:first-letter,
nav *:first-letter,
main.main-resource .form-filters form label:first-letter,
body nav.navbar.filters li.nav-item a.dropdown-toggle:first-letter,
.main-resource .single-card a.main-link:first-letter {
    text-transform: uppercase;
}

form .btn {
	border: 1px solid!important;
}
form input, form select {
    font-family: "SegoeUI";
    font-size: 14px;
    line-height: 22px;
}

#report-issue #validation-error {
        margin-bottom: 20px;
	display: none;
}
@media all and (min-width: 768px) {
	#report-issue #validation-error {
    margin-top: -10px!important;
}
}
#report-issue input#currentPage:hover {
    cursor: not-allowed;
}
form #validation-error, form .validation-error {
    color: #a80000;
    font-size: 14px;
    line-height: 22px;
}
form input:hover, form select:hover {
    border-color: #888;
    transition: all 0.2s ease;
}
form input, form select {
    transition: all 0.2s ease;
}
#main a#btn-reset:hover {
    text-decoration: none!important;
    background: #246eb5;
    color: white;
}

a#btn-reset {
    background: white;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 5px 10px;
}
a#btn-reset:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    margin-top: -2px;
}
a#btn-reset:after {
    display: none;
}

body a.btn-dark.restart-playlist::before {
	font-family: "SegoeMDL2"!important;
}
.single-teams_webcast .video-details ul.single-social-icons li {
    display: inline-block;
    margin-right: 20px;
}

.single-teams_webcast .video-details ul.single-social-icons li .share-label {
    display: none;
}

.primary-industry.error .error-desc, .primary-role.error .error-desc, .country .error .error-desc {
    margin-top: 0px;
    margin-bottom: 0px;
}
.error p.error-desc {
    display: inherit!important;
}
p.error-desc {
    background: #df0000;
    color: white;
    padding: 5px 10px;
    margin-top: -30px;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    display: none!important;
}

	.share-page ul.single-social-icons li {
    margin-top: -5px!important;
    vertical-align: middle;
}
@media all and (max-width: 768px) {
	html footer .pseudo-container {
    padding: 0px 30px;
}
	.share-page h3, .share-page .share-heading {
    margin-bottom: 15px!important;
}
}

.share-widget {
	z-index: 99999;
}
.share-widget .single-social-icons a:focus, .share-widget .single-social-icons a:hover {
    background: #262626!important;
}
.share-widget ul li a {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border: 2px solid #f5f5f5;
    margin-bottom: -2px;
    border-left: 0px;
}
.share-widget ul li:last-child a {
    border-radius: 0px 0px 5px 0px;
}
.share-widget ul li:first-child a {
    border-radius: 0px 5px 0px 0px;
}
.share-widget ul li:last-child a {
    border-radius: 0px 0px 5px 0px;
}
.share-widget ul li:first-child a {
    border-radius: 0px 5px 0px 0px;
}
article span.share-label {
    display: none;
}

.share-widget .share-icon {
    display: inline-block;
}
.share-widget .linkedin-share .share-icon {
    padding-top: 0px;
}
.share-widget .single-social-icons a {
    display: flex;
}
.share-page .twitter-share .share-icon {
    margin-left: -5px;
}
.share-widget .single-social-icons span.share-icon img {
    filter: brightness(0) invert(100);
    max-height: 23px;
    vertical-align: top;
}

.share-widget .twitter-share .share-icon {
    padding-top: 8px;
}

.single-social-icons .teams-share .share-icon {
    font-family: "Fabric";
}


.share-widget .single-social-icons .facebook-share .share-label {
    margin-left: 20px;
}


.share-widget .single-social-icons .twitter-share .share-label {
    margin-left: 12px;
	vertical-align: top;
}

.share-widget .single-social-icons .linkedin-share .share-label {
    margin-left: 16px;
}
.share-widget .single-social-icons .share-label {
    margin-left: 14px;
}
.single-article .post ul.single-social-icons li img {
    max-height: 23px;
    vertical-align: bottom;
}
.share-widget .single-social-icons .teams-share {
    padding-left: 14px;
	margin-top: 0px!important;
}

.share-widget .single-social-icons .facebook-share {
    padding-left: 18px;
}

.share-widget .single-social-icons .linkedin-share {
    padding-left: 16px;
}

.share-page .share-label {
    display: none;
}
.share-widget {
    position: fixed;
    left: 0px;
    top: 75%;
    transform: translate(0, -75%);
    height: 205px;
}

.share-widget a .share-label {
    display: none;
}

.share-widget a:hover .share-label, .share-widget a:focus .share-label {
    display: inline-block;
}

.share-widget a:hover, .share-widget a:focus {
    width: fit-content!important;
    padding: 0px 10px;
}

.share-widget .share-label {
    font-size: 14px;
    display: inline-block;
    line-height: 22px;
}

.share-widget ul {
    list-style-type: none;
    margin: 0px;
}

body .share-widget a.teams-share {
    background: #4b53bc!important;
    color: white!important;
}

.share-widget a {
    width: 50px;
    text-align: center;
    height: 50px;
    display: grid;
    align-items: center;
    text-decoration: none;
}

body .share-widget a.facebook-share {
    background: #1877f2!important;
    color: white!important;
}

body .share-widget a.twitter-share {
    background: #000!important;
    color: white!important;
}

body .share-widget a.linkedin-share {
    background: #0077b5!important;
    color: white!important;
}

body .share-widget a:hover {
    width: 70px;
    transition: all 0.2s ease;
}

body .share-widget a {
    transition: all 0.2s ease;
}

.share-page .share-heading {
    font-family: "SegoeUI Semibold";
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
}
.single-social-icons a.teams-share {
    font-family: "Fabric";
    text-decoration: none;
    margin-top: 12px;
    font-size: 21px;
    vertical-align: top;
}
#main .single-social-icons a.teams-share {
	text-decoration: none!important;
}

.main-resource.landing-webinars .single-card .label {
    color: black!important;
    font-size: 12px;
}

.btn-report .btn-label {
    font-family: "SegoeUI Semibold";
}

form input[type="checkbox"]::before {
	font-size: 0px!important;
}
form input[type=checkbox]:checked:before {
    font-size: 13px!important;
}
.main-resource a.main-link {
    font-family: "SegoeUI Semibold";
    display: inline-block;
    margin-bottom: 10px;
}
.main-resource .single-card .card-inner a.main-link:hover:after {
    margin-left: 8px;
}
.main-resource .single-card .card-inner a.main-link:after {
    font-family: SegoeMDL2;
    font-size: 12px;
    display: inline-block;
    position: relative;
    content: "";
    transition: all 200ms ease-in-out 0s;
    line-height: 20px;
    margin-top: -2px;
    vertical-align: middle;
	margin-left: 5px;
}
.main-resource .single-card .card-inner p.card-title {
    font-size: 18px;
    font-family: "SegoeUI Semibold";
    margin-bottom: 10px!important;
    display: inline-block;
}
.label, label {
    font-weight: normal;
}

.teams-share-button a {
    display: inline-block;
    margin-left: -22px;
    position: absolute;
    width: 23px;
}
#backgrounds .single-preview a.btn-text:before {
    font-family: "SegoeMDL2";
}

.single-article .recent-posts a.btn {
    margin-top: 15px;
    margin-bottom: 0px;
}
.content-card a.top:focus::after {
    background: #0267b8c7;
}
.content-card .details a:focus {
    display: block;
}
.content-card a.top:focus::after {
    outline: 2px dashed #fff;
    outline-offset: -4px;
}

.single-article main {
    overflow: visible!important;
}
.microsoft-teams .article-header .header-inner {
    background: linear-gradient(45deg, #35258d, #7f5be6);
}
.community .article-header .header-inner {
    background: linear-gradient(45deg, #053478, #34adc0);
}

.article-header .header-inner .date:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    display: inline-block;
}

.article-header .header-inner * {
    color: white;
}
.article-header .header-inner img {
    max-height: 25px;
    margin-bottom: 40px;
}
.article-header .header-inner {
    background: linear-gradient(45deg, #064c81, #0078d4);
    padding: 50px;
}

div#content.single-article {
    background: white;
}

body nav.navbar.filters {
    margin: 0px;
}

body nav.navbar.filters li.nav-item {
    width: 100%;
    display: block;
}
#main ul.navbar-nav.filters-dropdown li:last-child {
    margin-bottom: 0px;
}
#main ul.navbar-nav.filters-dropdown {
    margin-bottom: 0px;
}
body nav.navbar.filters ul {
    display: block;
    width: 100%;
}

body nav.navbar.filters li.nav-item a {
    font-family: "SegoeUI Semibold";
    font-size: 16px;
    line-height: 24px;
}

body nav.navbar.filters li.nav-item a:after {
    float: right;
}

body .filters .dropdown-menu {
    position: inherit;
    margin: 0px!important;
    width: 100%;
    box-shadow: none;
}
.filters-dropdown .dropdown-menu.show {
    margin-top: 1px!important;
    padding: 15px!important;
    background: white;
    border: none!important;
}
body nav.navbar.filters li.nav-item a.dropdown-toggle {
    background: whitesmoke;
    display: block;
    width: 100%;
    padding: 15px;
	border: none!important;
}

.landing-blog .content-card a.btn {
    margin-bottom: 0px;
}

.landing-blog .content-card a.top {
    flex: 1;
}
.landing-blog .content-card a.top {
    background-size: cover!important;
    background-position: center!important;
}

.landing-blog .page-content {
    background: white;
}

.single-article {
    overflow: visible!important;
}
.single-article .single-post-preview p.post-date:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -2px;
    display: inline-block;
}

.single-article .single-widget.authors {
    background: white;
}

.landing-blog p.post-date, .single-article .single-post-preview p.post-date {
    opacity: 0.6;
    font-size: 14px;
    line-height: 22px;
	margin-top: 5px;
}
.single-article .single-post-preview p {
    margin-bottom: 0px;
}
.single-article p.widget-heading {
    font-size: 22px;
    line-height: 30px;
}
.single-article main .container .row {
    display: flex;
}

.single-article main .container .row .col-left {
    flex: 7;
}

.single-article main .container .row .col-right {
    flex: 3;
}

.single-article .single-author .follow p, .single-article .single-author .follow ul {
    margin-bottom: 0px!important;
}
.single-article .recent-posts .single-post-preview:last-child {
    margin-bottom: 0px;
}
.single-article .recent-posts .single-post-preview {
    margin-bottom: 15px;
}
.single-article .single-widget {
    background: #f5f5f5;
    padding: 30px;
	margin-bottom: 30px!important;
}
.single-article .single-widget.sticky {
    position: sticky;
    top: 30px;
}
.single-article .breadcrumb-bar p {
    margin-bottom: 0px;
}
.single-article .breadcrumb-bar a, .single-article .breadcrumb-bar span {
    font-size: 14px;
    line-height: 22px;
}
.single-article .breadcrumb-bar {
    background: #f5f5f5;
    padding: 10px 0px 15px;
}
.single-article .single-author p.author-bio {
    font-size: 14px;
    line-height: 22px;
}
.single-article .single-author .follow ul li {
    list-style-type: none;
    display: inline;
    margin-right: 5px;
}
.single-article .single-author .follow ul {
    display: inline-block;
    margin-left: 5px;
    padding-top: 1px;
    vertical-align: top;
}
.single-article .single-author .follow p {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-family: "SegoeUI Semibold";
}

.single-article .bottom-social {
    margin-top: 30px;
}
.single-article .single-author .author-name {
    margin-bottom: 5px;
	    font-size: 18px;
    line-height: 26px;
}
/*
.single-article .single-author .author-details {
    flex: 7;
}
.single-article .single-author .author-image {
    flex: 1;
}
.single-article .single-author {
    display: flex;
}
*/

.single-article .single-widget.authors {
    padding: 15px 20px 15px 20px;
}
.single-article .single-author p.title {
    font-size: 14px;
    line-height: 22px;
}

.single-article .single-author img.profile-picture {
    max-height: 60px;
    border-radius: 100%;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    border: 3px solid white;
    float: left;
    margin: 0px 15px 0px 0px;
}

.single-article .entry-content {
    background: #f5f5f5;
    padding: 40px;
}

.single-article div#content {
    background: white;
}
.landing-blog .content-card .details {
    padding-left: 40px;
    padding-bottom: 35px;
	padding-right: 40px;
}

.landing-blog .post-date:before, .single-article .entry-content span.date:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
}
.share-widget ul li:first-child .share-icon {
    display: inherit!important;
    margin-top: -4px!important;
    margin-left: -1px;
}

.share-widget li:nth-child(2) i {
    display: inherit;
    margin-top: -2px;
}
.share-widget li:nth-child(3) i {
    display: inherit;
    margin-top: -2px;
}
.share-widget li:last-child i {
    margin-top: -4px;
    display: inherit;
    margin-left: -1px;
}

article .top-social {
    margin-bottom: 20px;
}
article .top-social p.share-heading {
    margin-top: 5px;
    vertical-align: top;
}
article .bottom-social p.share-heading {
    vertical-align: middle;
}
.single-article ul.single-social-icons li {
    list-style-type: none;
    display: inline-block;
    align-items: center;
    margin-right: 10px;
	margin-bottom: 0px!important;
	vertical-align: middle;
}

.single-article ul.single-social-icons li img {
    max-height: 20px;
}

.single-article .bottom-social p, .single-article .bottom-social ul, .single-article .bottom-social ul li {
    margin-bottom: 0px!important;
}

.single-article .share-heading {
    display: inline-block;
    margin-right: 15px;
}
.single-article ul.single-social-icons {
    display: inline-block;
    margin-left: 0px;
}

.single-article ul.single-social-icons .teams-share-button img {
    margin-top: -5px;
}

h1, h2, h3, h4, h5, p {
    margin-top: 0px;
}

.fabric-icon {
    font-family: "Fabric";
}
	.single-article article ul {
    margin-left: 20px;
}
@media all and (max-width: 768px) {
	.single-article .sidebar .authors:first-child {
    margin-top: 30px;
}

	body .single-article main .container .row {
    display: block;
}
body a.btn-report .icon {
    margin-right: 0px;
}
	body a.btn-report {
    bottom: 10px;
    margin: 0px;
    right: 0px;
    text-align: center;
    line-height: 18px;
    border-radius: 0px;
    padding: 5px;
}
	body .quick-links .container .row {
    padding-left: 15px;
    padding-right: 15px;
}
	body ul.nav.nav-tabs li {
    width: 100%;
    display: block;
    text-align: center;
}

body ul.nav.nav-tabs {
    display: block!important;
    margin-left: 0px;
}
	body .share-page h3 {
    margin-right: 0px!important;
    margin-bottom: 20px!important;
    display: inline-block;
		vertical-align: top;
}

body .share-page ul {
    margin-left: 0px;
    display: block;
    margin-bottom: 0px!important;
}
	a.btn-report {
}
}

#main .tabbed-resources ul.nav-tabs li a {
    border-radius: 0px;
    border: 2px solid transparent;
}

#main .tabbed-resources ul.nav-tabs li.active a {
    border: 2px solid black;
    color: black;
}
#main .tabbed-resources ul.nav-tabs li a {
    font-family: "SegoeUI Semibold";
    text-decoration: none!important;
    font-size: 20px;
    line-height: 28px;
}
.tabbed-resources ul.nav.nav-tabs {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
body .tabbed-resources ul.nav-tabs {
    border: none;
}

body .tabbed-resources .tabscontent>div {
    border: none;
    padding: 0px;
}

.g-recaptcha {
    margin-bottom: 15px;
}

.home a.action-link {
    display: inherit;
}

.icon-card .label {
    font-family: "Fabric";
    font-size: 40px;
    line-height: 48px;
    font-weight: 400!important;
}
body .icon-card a.top {
    display: none;
}

input[type="button"] {
    font-family: "SegoeUI Semibold";
}

.results-list .single-card h3:hover:after {
    margin-left: 8px;
    transition: all 0.2s ease;
}

.results-list .single-card h3:hover {
    color: #246eb5;
}
.results-list .single-card h3:after {
    font-family: "SegoeMDL2";
    font-size: 12px;
    margin-top: -2px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    content: "";
    vertical-align: middle;
    transition: all 0.2s ease;
}
.results-list .single-card h3 {
    color: #262626;
}

.quick-links .footer-icon h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

.ui-tabs-nav li a span.icon {
    margin-bottom: 0px!important;
}
.ui-tabs-nav li a {
    display: inline-block;
}
.ui-tabs-nav li {
    display: block!important;
    /* height: 52px; */
}

.products a.card-link {
    display: block;
}

.single-scenario .resources h2 {
    margin-bottom: 30px!important;
}

.single-scenario .resources .content-card a.top {
    display: none;
}

.single-scenario .resources .content-card .details {
    min-height: 155px;
}


.modal-video {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Scnegare-fbyhgvba-tnyyrel%2Snffrgf%2Svzt%2Sybnqvat-vpba.fit) black!important;
    background-size: 15%!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.modal-report p.form-description {
    margin-bottom: 30px;
}
.modal-report h3 {
    margin-bottom: 6px;
}
.bottom-social ul.single-social-icons img {
    max-height: 20px;
    margin-top: -6px;
}

.share-page ul.single-social-icons li {
    margin-right: 15px;
}

.share-page .teams-share-button {
    cursor: pointer;
}
.share-page .teams-share-button img {
    max-height: 20px;
    vertical-align: middle;
    margin-top: -7px;
}

body div#report {
	overflow: visible!important;
}
.ui-accordion-header:after {
	transition: none!important;
}
.nav-item.show .nav-link.dropdown-toggle:after {
	transform: rotate(-90deg);
	transition: none;
}
.adoption-journey .tabs ul li:hover .icon {
    border-color: black !important;
}
.adoption-journey .tabs li.ui-tabs-active .icon {
	filter: none;
}
@media all and (min-width: 768px) {

	.footer-icon.more-padding {
    padding: 32px 20px!important;
}
	.top-alert p:before {
		content: "";
		font-family: "SegoeMDL2";
		color: rgb(38, 38, 38);
		width: 32px;
		margin-right: 6px;
		border-width: 2px;
		border-style: solid;
		border-color: rgb(38, 38, 38);
		border-image: initial;
		border-radius: 100%;
		padding: 3px 0px;
		font-size: 14px;
		vertical-align: middle;
		margin-top: -2px;
		display: inline-block;
		transform: scale(0.9);
	}
}
.top-alert p {
	margin: 0px;
	font-size: 14px;
}
.top-alert {
	background: #ddd;
	text-align: center;
	padding: 10px;
	position: sticky;
	top: 0px;
	z-index: 999999;
}

.single-scenario .content-card {
    border-top: 3px solid #0077d4;
}

@media all and (min-width: 768px) {
	.single-scenario .resources .content-card {
    margin-bottom: 0px;
}
	.single-scenario .overview .container {
    padding-left: 30px;
    padding-right: 30px;
}
	.single-scenario .other-scenarios .col-right {
    padding-right: 15px;
}
.single-scenario .other-scenarios .col-right .btn {
    float: right;
}
}
.addeventstc_dropdown span, .addeventatc_dropdown span {
    font-family: "SegoeUI";
    font-size: 14px;
    line-height: 14px;
}

.addeventstc_dropdown.addeventstc-selected, .addeventatc_dropdown.addeventatc-selected {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%)!important;
}

@media all and (max-width: 768px) {
	body .single-case_studies .details-inner .pull-quote p:first-child {
    font-size: 16px;
    line-height: 24px;
}
	body .single-case_studies .main-details ul {
    margin-left: 20px;
}
body .single-case_studies .main-details .details-inner {
    padding: 30px;
}
	body button.mega-toggle-animated-slider {
    box-shadow: none;
}
	body span.mega-toggle-animated-inner {
    margin-top: 6px!important;
}
	body #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
    width: 40px;
    height: 40px;
}
	body .main-blocks .single-block {
		padding: 30px;
	}
	.adoption-page .half-header .half-content {
		text-align: left;
	}
	.cta h2 {
		font-size: 20px;
		line-height: 28px;
	}
	body .kcs-ebook form .interests, body .viva form .interests {
    margin: 30px 0px 20px 0px;
}
	body .tabs.horizontal ul.ui-tabs-nav li {
    width: 100%;
    text-align: center;
}

body .tabs.horizontal ul.ui-tabs-nav {
    display: block;
}
	body .adoption-page .main-resources .content-card .details p {
    padding: 10px 15px 5px 15px;
}
	body .main-resource.landing-demos .single-card a:after {
    right: 5px;
    top: 8px;
}
	.main-resource.landing-demos .single-card .card-inner {
    height: inherit;
    padding: 20px;
}
	body .quick-links .container .col-sm-4:last-child .footer-icon {
    margin-bottom: 0px;
}

body .quick-links .container {
    padding-left: 30px;
    padding-right: 30px;
}
	.half-header {
    text-align: center;
}
body h1 {
    font-size: 38px;
    line-height: 46px;
}
	body div#report {
    padding: 10px 15px;
    width: 100%;
}
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		padding: 0px!important;
	}
	body .row {
    margin-right: 0px;
    margin-left: 0px;
}
}
form input[type="checkbox"]:before {
    border: .0625em solid var(--theme-control-border);
    flex-shrink: 0;
    justify-content: center;
    transition-duration: .2s;
    transition-property: background,border,border-color;
    transition-timing-function: cubic-bezier(.4,0,.23,1);
    content: "";
    font-size: 13px;
    font-family: 'SegoeMDL2';
    width: 15px;
    height: 15px;
    display: block;
    opacity: 1;
    z-index: 999;
    position: relative;
    border: 1px solid #ccc;
	color: white;
    background: white;
}
form input[type=checkbox]:checked:before {
    background: #0078d4!important;
	color: white!important;
    border-color: #0078DA!important;
}
form input[type=checkbox].error:before {
    border-color: #df0000;
}
form input[type="checkbox"] {
    width: 15px!important;
    height: 15px;
}
footer .bottom-menu a {
    font-size: 12px;
    color: #616161;
}
@media all and (min-width: 768px) {
	footer .bottom-menu a {
    margin-right: 20px;
}
}
#partner-submit .notice.existing-partner {
    width: fit-content;
    margin-top: 30px;
}

#partner-submit input.btn {
    margin-top: 25px;
}
input[type="file"].error {
    color: #df0000;
}
form#champions-program-signup .privacy-statement input[type="checkbox"] {
    float: left;
    margin-bottom: 80px!important;
}

form#champions-program-signup .privacy-statement label {
    display: inline;
}

form#champions-program-signup .privacy-statement {
    clear: both!important;
}

form#champions-program-signup .privacy-statement fieldset {
    margin-bottom: 0px;
}
form#champions-program-signup .btn {
    margin-top: 30px;
	margin-bottom: 15px;
}
form#champions-program-signup .country {
    margin-top: 30px;
    margin-bottom: 30px;
}

body form #report-issue-submit-status {
    margin-top: 10px;
    margin-bottom: 10px;
}
form .error {
    border-color: #df0000!important;
}
form input[type="radio"].error:after {
    border: 1px solid #df0000;
}
form .submit-status.error, div#report-issue-submit-status.error, div#submit-status-viva.error, div#partner-submit-status.error {
    background: #df0000;
    color: white;
}

form .submit-status.success, form #partner-submit-status.success, form #report-issue-submit-status.success, form #submit-status-viva.success, form #submit-status.success {
    background: #527a00;
    color: white;
}
form .submit-status, form #report-issue-submit-status, form #submit-status-viva, form #submit-status {
    background: #ddd;
    padding: 20px;
    margin-top: 30px;
    font-family: "SegoeUI Semibold";
}

form .submit-status, form#report-issue-submit-status #submit-status, form#content-services-partner-registration #submit-status, form#report-issue #submit-status {
    margin-top: 10px;
    margin-bottom: 15px;
}
.form-filters form label.indent {
    margin-left: 20px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: none;
    border: none;
}

.ui-accordion-header-icon {
    display: none;
}

.top-footer .ui-accordion-header:after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 10px;
    display: inline-block;
    position: relative;
    content: "";
    transform: rotate(90deg);
    float: right;
    margin-right: 5px;
}
.top-footer .ui-accordion-header.ui-accordion-header-active:after {
    transform: rotate(-90deg);
}

@media all and (max-width: 768px) {

	body footer ul#menu-bottom-menu li {
    width: 100%;
}
body .lang-switcher {
    margin: 30px 0px 20px;
}

body footer .bottom-menu {
    text-align: left;
	padding: 0px;
}
}
.top-footer .ui-accordion-content {
    border-radius: 0px;
    border: none;
    margin-bottom: 10px;
    padding: 5px 10px 10px 10px!important;
}

.top-footer .ui-accordion-header.ui-accordion-header-active {
    color: black;
    margin-bottom: 0px!important;
}
.top-footer .ui-accordion-header {
    border-radius: 0px;
    margin-bottom: 10px!important;
    border: none;
    background: #e6e6e6;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
}
.main-resource.landing-podcasts .search-results .single-card .card-inner p {
    line-height: 18px;
}

.main-resource.landing-podcasts .search-results .single-card .card-inner {
    padding: 15px;
    min-height: 220px;
    height: auto;
}
@media all and (max-width: 1250px) {
    .landing-guides.main-resource .single-card, .main-resource.landing-podcasts .search-results .single-card, .main-resource.landing-webinars .search-results .single-card {
        width: 100%;
    }
	.main-resource.landing-webinars .single-card a {
    margin: 5px 0px;
}
	.main-resource.landing-webinars .search-results .single-card .card-inner {
    min-height: auto;
    padding: 15px 20px;
}
	.main-resource.landing-case-studies .single-card .card-inner {
    height: auto;
    padding: 20px 20px 10px 20px;
    width: 100%;
    display: block;
}

.main-resource.landing-case-studies .single-card {
    width: 100%;
}
}
body .main-resource h2 {
    font-size: 20px;
}

.main-resource.landing-podcasts .single-card .card-inner .show-details {
    flex: 2;
    padding-left: 20px;
}
.main-resource.landing-podcasts .single-card .card-inner {
    display: flex;
}
.main-resource.landing-podcasts .single-card .card-inner a.show-cover {
    flex: 1;
    background-size: contain!important;
}
.main-resource.landing-podcasts .single-card .card-inner {
    display: flex;
}

#main #backgrounds .ui-tabs-nav li a {
	    white-space: normal;
    word-wrap: break-word;
}

.privacy-statement.china, .privacy-statement.korea {
    margin-bottom: 15px;
}
.privacy-statement.china label, .privacy-statement.korea label {
    display: inline;
}

.single-webinar .presenter-details.no-title {
    vertical-align: bottom;
}

@media all and (max-width: 768px) {
	body .page-error .entry-content {
    padding: 0px 20px 20px 20px;
    text-align: center;
}
}
ul.sitemap li.subchild {
    margin-left: 40px;
}
ul.sitemap li.child {
    margin-left: 20px;
}
ul.sitemap {
    margin-left: 0px;
    padding-left: 20px;
}
form#report-issue textarea {
    margin-bottom: 20px;
}
#report p.consent {
    font-size: 14px;
    line-height: 22px;
}
.btn.btn-cancel {
    background: white;
    color: #246db5;
}
#report-issue .btn.hide {
    display: none!important;
}
#report-issue .btn {
    display: inline-block!important;
}
@media all and (min-width: 768px) {
	div#report {
    margin-top: 100px;
    margin-bottom: 80px;
}
}
.single-webinar .webinar-date-time p.date:before {
    content: "";
    font-family: "SegoeMDL2";
    vertical-align: middle;
    margin-right: 6px;
    line-height: 26px;
    display: inline-block;
    margin-top: -2px;
}
.kcs-ebook .single-card {
    background: white;
    padding: 30px;
}
.kcs-ebook form .interests, .viva form .interests {
    margin: 30px -15px 20px -15px;
}
.viva .form-box {
    background: white;
    padding: 30px 30px 30px 30px;
}
.kcs-ebook .section-one .box, .viva .section-one .box {
    margin-top: 0px;
}
.kcs-ebook form .box, .viva form .box {
    margin-top: 30px;
}
.kcs-ebook form .section-one fieldset, .viva form fieldset {
    margin-bottom: 0px;
}
a h2, a h3, a h4 {
    color: #262626;
}

.single-card a h3 {
    color: #262626;
}

div#report iframe {
    width: 100%;
}
div#report {
    max-width: 800px;
}
.main-resource .half-header p {
    margin-bottom: 0px;
}

@media all and (max-width: 768px) {
	body .main-blocks {
    display: block;
}
	body .half-header .half-content {
    min-height: auto;
}
	body .main-resource.landing-case-studies .single-card .card-inner {
    height: auto;
    padding: 25px 20px 20px 20px;
}
	body .main-resource .single-card {
    padding: 0px;
	margin-bottom: 15px;
}
	body .main-resource .filters-wrap {
    margin-bottom: 40px;
}
	body .main-resource .page-content .pseudo-container {
    display: block;
		padding: 0px 30px;
}
}
.form-filters .ui-state-active.ui-accordion-header:after {
    transform: rotate(-90deg);
}

.form-filters .ui-accordion-header.ui-state-active {
    border: none;
}

.form-filters .ui-accordion-header {
    border-bottom: 2px solid #ddd;
}
body .form-filters .ui-accordion-content {
    padding: 10px;
    margin-bottom: 20px;
}

.form-filters .ui-accordion-header {
    background: #f5f5f5;
    padding: 10px;
}
.form-filters .ui-accordion-header:after {
    font-family: "SegoeMDL2";
    font-size: 10px;
    display: inline-block;
    position: relative;
    content: "";
    transform: rotate(90deg);
    float: right;
    margin-top: 5px;
}

fieldset input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #999;
}

fieldset input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #256cb5;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid white;
}


form .btn-copilot-submit, form .btn-viva-submit {
    font-family: "SegoeUI Semibold";
    margin-top: 30px;
    padding: 8px 16px!important;
}

form input.btn.btn-submit,  {
    font-family: "SegoeUI Semibold";
    padding: 8px 16px;
}

form input.btn.btn-submit:focus {
    background: black;
    color: white;
}
#content-services-partner-registration input.btn.btn-submit {
    margin-top: 15px;
}

@media all and (min-width: 768px) {
	.single-role .main-content .vc_empty_space {
    height: 50px!important;
}
	.single-role .learning-paths .sec-title {
    margin-bottom: 120px;
}
	
.single-role .learning-paths .vc_col-sm-4 .wpb_text_column img {
    margin-top: -120px;
}
}

body .single-role .products {
    background: #f5f5f5;
}

.single-role .main-content a.btn {
    margin-top: 10px;
}
.single-role .main-content h2 {
    margin-bottom: 10px;
}
.single-role .main-content p {
    margin-bottom: 5px;
}
.single-role .main-content .label {
    padding: 0px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 2px;
    opacity: 0.6;
}

.single-role div#additional-resources h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.single-role div#additional-resources {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    margin-bottom: 30px;
    background: white;
    border-radius: 5px;
    padding: 20px;
}

.single-role .learning-paths .vc_col-sm-4 .wpb_text_column img {
    max-height: 170px;
}
.single-role .learning-paths .vc_col-sm-4 .wpb_text_column {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    min-height: 645px;
}

.filters-inner label {
    font-size: 14px;
    line-height: 22px;
}
@media all and (min-width: 768px) {
	.filters-inner {
    position: sticky;
    top: 60px;
    margin-bottom: 30px;
}
	main.main-resource {
    overflow: visible!important;
}
}
.lists-workshop .single-third.two {
    background: #e41b01;
}
.lists-workshop .single-third.three {
    background: #86427d;
}
.lists-workshop .single-third.one {
    background: #333;
}
.lists-workshop .thirds {
	display: flex;
}
@media all and (max-width: 768px) {
body .lists-workshop .thirds {
	display: block;
}
}
.lists-workshop a.watch-btn:hover {
    background: #964b8b;
    border-color: #964b8b;
}
.lists-workshop .single-workshop a:hover h3 {
    text-decoration: underline;
    color: #246eb5;
}
.lists-workshop .single-workshop a {
    padding-top: 0px;
}
.lists-workshop .single-workshop a {
    text-decoration: none;
}
.lists-workshop .thirds .single-third h2 {
    font-size: 22px;
    line-height: 30px;
}
.lists-workshop .thirds .single-third {
    flex: 1;
    padding: 40px;
}
/*
@media all and (min-width: 768px) {
	span.copyright {
    margin-right: 170px;
}
} */

.single-guide a.btn.btn-download:before {
    content: "";
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    margin-top: 0px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.single-guide a.btn.btn-download:after {
    display: none;
}

.single-scenario .content-card.product-m365 {
    border-top: 3px solid #c84721;
}
.single-scenario .content-card.product-teams {
    border-top: 3px solid #4b53bc;
}

.product-loop .events-row .single-event:nth-child(2), .product-loop .events-row .single-event:nth-child(3), .product-loop .events-row .single-event:nth-child(6), .product-loop .events-row .single-event:nth-child(7), .product-loop .events-row .single-event:nth-child(10), .product-loop .events-row .single-event:nth-child(11) {
    background: #def0f6;
}

.single-guide.product-loop .page-header a.btn-download {
    background: #7d5ab8;
	border-color: #7d5ab8;
}
.product-loop .events-row .single-event h3 {
    color: #7d5ab8;
}
.single-guide.product-lists .page-header a.btn-download {
    background: #974b8b;
	border-color: #974b8b;
}
.single-guide.product-search .page-header a.btn-download {
    background: #3988c9;
	border-color: #3988c9;
}
.single-guide.product-m365 .page-header a.btn-download {
    background: #c84721;
	border-color: #c84721;
}
.single-guide .page-header a.btn-download {
    margin-top: 20px;
    background: #595ca7;
	border-color: #595ca7;
}
.single-guide .page-header a.btn-download:hover {
    background: #000!important;
	border-color: #000;
}
.single-guide .page-header a.btn-download {
    margin-top: 20px;
}

.home .products a.product-btn {
    text-decoration: none;
	display: inherit;
}
.home .products a.product-btn .content-card .card-inner {
    padding-bottom: 25px;
}
.home .products a.product-btn h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px!important;
}
.home .products a.product-btn * {
    text-align: center;
}
a.btn-report .icon {
    font-family: "SegoeMDL2";
    vertical-align: middle;
    margin-right: 8px;
}
a.btn-report {
    position: fixed;
    bottom: 20px;
    right: 15px;
    background: white;
    padding: 10px 15px;
    font-family: "SegoeUI Semibold";
    text-decoration: none;
    z-index: 9999;
}

@media all and (max-width: 1250px) {
	ul.mega-sub-menu {
    padding-top: 2px!important;
}
}
body .modal a.close-modal {
    background-image: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Szbqny-pybfr.cat);
    transform: scale(1.25);
}
body .modal-video {
    padding: 0px;
    max-width: 800px;
}
@media all and (min-width: 768px) {
	.modal-video iframe {
    min-height: 450px;
}
}
	.modal-video iframe {
    width: 100%;
    margin-bottom: -10px;
}

@media all and (max-width: 768px) {
	a.btn-report .btn-label {
    display: none;
}
	#content-services-partner-registration .partnerType {
    margin-top: 30px;
}

	body .hero {
    padding: 50px 0px;
    background: #f5f5f5;
    text-align: center;
}
	body .half-half .half-content .content-inner {
    padding: 30px;
}
body .half-half .half-image {
    min-height: 200px;
}
body .half-half {
    display: block;
}
	.content-card {
    margin-bottom: 30px;
}
	.adoption-journey .tabContainer a.btn-text {
    margin-bottom: 0px;
}
.adoption-journey .tabContainer {
    width: 100%!important;
}
	body .adoption-journey .tabs {
    display: block;
}
	body .adoption-journey ul {
    margin-bottom: 0px!important;
}
	body .adoption-journey .tabs .tabContainer {
    padding: 15px;
}
}

.page-error {
    background: white;
    margin: 50px auto!important;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

#main .tabs.horizontal ul.ui-tabs-nav li a {
    text-decoration: none!important;
}
.tabs.horizontal ul.ui-tabs-nav li.ui-tabs-active a .tab-label, .tabs.horizontal ul li:hover a .tab-label {
    color: #0067b8;
    border-bottom: 3px solid;
}
.tabs.horizontal ul.ui-tabs-nav li:last-child {
    margin-right: 0px;
}
.tabs.horizontal ul.ui-tabs-nav li {
    margin-right: 20px;
}
.tabs.horizontal ul.ui-tabs-nav li a {
    padding: 10px;
    font-size: 20px;
    line-height: 28px;
    color: black;
}
.tabs.horizontal ul.ui-tabs-nav {
    justify-content: center;
    display: flex;
}
.tabs.horizontal ul.ui-tabs-nav li {
    display: inline-block;
}

.adoption-page .products {
    background: white;
    padding-top: 40px;
	padding-bottom: 50px;
	z-index: 99;
	position: relative;
}

.adoption-page .products h2 {
    text-align: center;
    margin-bottom: 10px;
}
.adoption-page .products .container {
    padding-left: 5px;
    padding-right: 5px;
}
.adoption-page .products .content-card {
    margin-bottom: 20px;
}
.adoption-page .products .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.adoption-page .products .content-card .card-inner {
    padding: 10px;
}
.adoption-page .products .content-card h3 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0px!important;
}
.adoption-page .products .content-card img {
    max-height: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.products .content-card a.btn-text {
    margin-bottom: 0px!important;
}
.products .content-card img {
    max-height: 50px;
    margin-bottom: 20px;
}
.products .content-card .card-inner {
    padding: 30px;
}
.products .content-card {
    padding: 0px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    text-align: left;
    margin-bottom: 30px;
    border-radius: 5px;
background: white;
}

.tabs ul {
    margin: 0px;
}

body ul.mega-sub-menu li a:hover {
    background: #ddd!important;
}

.adoption-guides-menu .callout.menu-item a {
    margin: 0px;
    padding: 10px!important;
}
.adoption-guides-menu .callout.menu-item {
    top: inherit;
    left: inherit;
    right: 0px;
    border: 1px solid black;
    line-height: 30px;
    vertical-align: top;
    margin-right: 45px;
    margin-top: -7px;
    border-radius: 3px;
}

body ul.mega-sub-menu {
    margin-top: 5px!important;
  
    border-bottom: 2px solid black!important;
}
body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: none;
    color: #262626;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #e6e6e6; 
  color: #262626;
}
body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #262626;
}
body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    color: #262626;
}
span.mega-indicator:before {
    display: none!important;
}


body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 20px;
    padding: 10px 15px;
}

@media all and (max-width: 768px) {
	body .single-role .main-content .additional-resources .content-card {
    margin-bottom: 0px;
}
	body .single-role .learning-paths .vc_col-sm-4 .wpb_text_column {
    margin-top: 40px;
}
	body .single-role div#additional-resources {
    margin-top: 40px;
}
	body .single-role .results {
    padding-bottom: 40px!important;
}
	body .main-resource.landing-podcasts .search-results .single-card .card-inner .show-details {
    padding-left: 0px;
}

body .main-resource.landing-podcasts .search-results .single-card .card-inner * {
    text-align: center;
}
body .main-resource.landing-podcasts .search-results .single-card .card-inner a.show-cover {
    min-height: 180px;
    width: 100%;
    margin-bottom: 10px;
}
body .main-resource.landing-podcasts .search-results .single-card .card-inner {
    display: block;
    height: auto;
    text-align: center;
}
 body .viva .pre-footer .col-sm-3 {
    width: 20%;
    display: inline-block;
}
body .viva .pre-footer .content {
    width: 100%;
    padding: 0px 40px!important;
}
body .viva .pre-footer, body .viva.registration .pre-footer {
    display: block;
    width: 100%;
    margin: 0px;
}
    ul#mega-menu-main-menu {
    margin-top: 16px!important;
}
  body #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin: 20px 10px 0px 0px;
}
  body header .pseudo-container {
    padding-left: 15px;
}
body a.ms-logo {
    padding-left: 0px;
}
}

@media all and (max-width: 1250px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    background: #f5f5f5!important;
  }
body ul.mega-sub-menu {
    margin: 0px!important;
}
  ul#mega-menu-main-menu li {
    border-bottom: 1px solid #ddd!important;
}
  
}

@media all and (min-width: 768px) and (max-width: 1250px) {
  
    ul#mega-menu-main-menu {
    margin-top: 16px!important;
}

body #mega-menu-wrap-main-menu .mega-menu-toggle + #mega-menu-main-menu {
    background: #f5f5f5!important;
}
  ul#mega-menu-main-menu {
    padding: 0px 35px!important;
}

body #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin: 15px 35px 0px 0px;
}
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  box-shadow: none!important;
}


body ul.mega-sub-menu li a {
    background: #e6e6e6!important;
}



body #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, body #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, body #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #262626!important;
    border-radius: 0px;
}

body #mega-menu-wrap-main-menu .mega-menu-toggle {
    background: none;
}

@media all and (max-width: 1250px) {
  body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #f5f5f5!important;
    color: #262626!important;
}
  .nav-menu {
    z-index: 99;
}
  .nav-menu {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    border-radius: 0px;
}
}
@media all and (min-width: 1250px) {
  body #mega-menu-wrap-main-menu #mega-menu-main-menu {
    margin-left: 35px;
    margin-top: 10px!important;
    display: flex;
}

  body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    margin-top: 0px!important;
    border-left: 1px solid #ddd;
}
  body #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff!important;
    color: #262626!important;
}
}

ul.sub-menu li.outbound:last-child a:before {
    margin-bottom: 0px;
}

ul.main-menu li ul.sub-menu li.menu-item-has-children a:after {
    transform: rotate(-90deg);
    content: "\e011";
    font-family: "SegoeMDL2";
    position: absolute;
    font-size: 14px;
    display: inline-block;
    color: currentColor;
    font-weight: 700;
    /* padding-top: 2px; */
    /* padding-left: 8px; */
    float: right;
    margin-top: 5px;
    /* margin-left: 20px; */
    right: 14px;
}
ul.main-menu li ul.sub-menu li.menu-item-has-children ul.sub-menu li a:after {
  display: none;
}

.mobile-menu li.active ul.sub-menu li {
    border-color: #bbb;
}

.main-menu li.menu-item ul.sub-menu li a {
    padding-left: 20px;
    background: #ddd;
}


.cookie-notice-hidden {
    display: none!important;
}

button.mobile-nav-toggle.active:before {
    content: "";
}

@media all and (max-width: 1360px) {
 .callout {
    display: none!important;
}
}

ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: none;
}
ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    display: inherit!important;
}

ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 200px!important;
    top: -16px;
    background: white;
}

nav ul.dropdown-menu li {
    width: 100%;
}
.outbound a:before {
    margin-left: 15px;
    display: inline-block;
    float: right;
    margin-top: 2px;
    content: "External link";
    font-family: SegoeMDL2;
    content: "\E8A7";
}

a#SkipToMain:focus {
    z-index: 9999;
}
header {
    background: white;
  border-bottom: 1px solid #c8c8c8;
}
button.owl-dot:focus {
    border: 1px dashed white;
    border-radius: 0px;
}

a.footer-teaser {
    display: block!important;
}
a:focus, a.footer-teaser:focus, .vc_tta-panel-body a:focus-within, li.vc_tta-tab:focus-within, *:focus {
    box-shadow: none!important;
    outline-width: 2px!important;
    outline-style: dashed!important;
    outline-color: currentcolor!important;
    outline-offset: -1px!important;
}

a#SkipToMain {
    position: absolute;
    z-index: -999;
    padding: 30px 0px;
    background: #f5f5f5;
    width: 100%;
    text-decoration: underline;
    font-size: 15px;
    text-align: center;
    display: block;
    border: 1px dashed black;
}

.nav-menu ul.sub-menu {
    border-bottom: 2px solid black;
}

.resources.menu-item .sub-menu li a:before {
    content: "\f0f6";
    font-family: "FontAwesome";
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    float: left;
}

footer ul.menu ul.sub-menu li a {
    padding: 0px;
}

.callout.menu-item {
    top: inherit;
    left: inherit;
  right: 0px;
}
.callout a.nav-link {
    border: 1px solid #262626;
    padding: 8px;
    margin-left: 10px;
    color: #262626;
    font-family: "SegoeUI";
    border-radius: 2px;
}
.nav-menu .callout:hover a {
  background: #262626!important;
  color: #fff!important;
}

.mobile-menu {
    margin: 0px;
    background: white;
    position: absolute;
    z-index: -9999;
    width: 100%;
    opacity: 0;
}
.mobile-menu.active {
    opacity: 1;
  z-index: 9999;
}
.mobile-menu li.active.menu-item-has-children a:after {
    content: "";
}

.main-menu .sub-menu li a:hover {
    text-decoration: underline!important;
}

.mobile-menu ul.sub-menu li:first-child {
    margin-top: 0px;
}

.mobile-menu li {
    padding: 0px!important;
}

.mobile-menu li a {
    min-width: 100%;
    display: block;
}

.mobile-menu li:hover ul.sub-menu li a {
    text-decoration: none;
}
.mobile-menu ul.sub-menu li a:hover {
    text-decoration: underline;
}

.mobile-menu li.menu-item-has-children ul.sub-menu li a:after {
  display: none;
}

.mobile-menu li.active ul.sub-menu li {
    padding: 0px;
}
.mobile-menu li.active ul.sub-menu {
    display: block;
    position: inherit;
    margin-top: 0px!important;
    margin-bottom: 10px;
}

.mobile-menu li.menu-item-has-children a:after {
    float: right;
    content: "\e011";
    font-family: "SegoeMDL2";
    font-size: 14px;
    display: inline-block;
    font-weight: 700;
    padding-right: 10px;
}

.mobile-menu ul li a {
    color: black;
}
.mobile-menu ul {
    padding: 0px;
    margin: 0px;
    z-index: 999999!important;
    width: 100%;
  background: #f2f2f2;
}

button.mobile-nav-toggle {
    background: none;
    border: none;
    padding: 0px;
    position: absolute;
    left: 10px;
    top: 8px;
}
button.mobile-nav-toggle:before {
    content: "";
    font-family: "SegoeMDL2";
    font-size: 22px;
    color: black;
}
@media all and (min-width: 1170px) {
  .mobile-menu {
    display: none;
}
  button.mobile-nav-toggle {
    display: none;
}
}
@media all and (max-width: 1170px) {
  .callout.menu-item {
    display: none!important;
}
  header {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
  .logo-separator, .web-title {
    display: none!important;
}
 a.ms-logo {
margin-top: 5px;
}
}

.mobile-menu.visible {
    opacity: 1;
    z-index: 99;
    margin-top: 63px;
}

.mobile-menu li a {
    width: 100%;
    display: block;
}

body .nav-menu .mobile-menu li {
    width: 100%;
}

.mobile-menu .main-menu ul.sub-menu {
    margin-top: 0px!important;
}

.mobile-menu .main-menu ul.sub-menu li a {
    padding-left: 30px!important;
}

button#mobile-toggle.open:before {
    content: "";
    font-size: 18px;
}

body button#mobile-toggle {
    padding: 0px;
    margin-right: 15px;
    margin-top: 20px;
}
body .nav-menu .mobile-menu .sub-menu {
    display: none;
}
.mobile-menu .open-submenu a:after {
    margin-right: 10px;
    transform: rotate(-180deg);
}

.mobile-menu li .sub-menu a {
    background: #e6e6e6!important;
}

.main-menu li.menu-item a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-menu .main-menu li.menu-item a {
    margin-left: 0px!important;
    padding-left: 15px;
}

.mobile-menu .main-menu li.menu-item a:focus {
    outline-offset: -2px!important;
}
body .nav-menu .mobile-menu .sub-menu {
    border-bottom: 0px;
    margin-top: 0px!important;
    margin-right: 15px!important;
}

.mobile-menu.visible {
    border-bottom: 2px solid black;
}

.mobile-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
    background: #f2f2f2;
}

body ul.main-menu li ul.sub-menu li.menu-item-has-children a:after {
    display: none;
}

.mobile-menu li.menu-item ul.sub-menu li a {
    margin-left: 0px!important;
}


.mobile-menu ul.sub-menu li.menu-item-has-children ul.sub-menu {
    display: block!important;
    position: inherit;
    left: 0px!important;
    top: 0px!important;
}

.mobile-menu ul.sub-menu li.menu-item-has-children ul.sub-menu a {
    padding-left: 50px!important;
    background: #ddd!important;
}

button#mobile-toggle:before {
    content: "";
    font-family: "Fabric";
    font-size: 26px;
}

button#mobile-toggle {
    background: none;
    color: black;
    box-shadow: none;
    margin-top: 15px;
    float: right;
}

.nav-menu li.active a {
    background: #f2f2f2;
}
.nav-menu .sub-menu li a:hover {
    border: none!important;
    background: #e6e6e6!important;
}
.main-menu ul.sub-menu {
  background: #f2f2f2;
  z-index: 9999;
}

.sub-menu li a {
    display: block;
}
.nav-menu .sub-menu li:hover a {
    border: none;
}

ul.sub-menu {
    margin-left: 0px!important;
    margin-top: 16px!important;
}

.main-menu ul.sub-menu {
    padding: 0px;
}
.nav-menu li:hover ul.sub-menu a {
    border: none;
}

.nav-menu li:hover a {
    border-bottom: 2px solid black;
}


header a:focus-within {
    outline: 1px dashed black;
}

header {
    font-family: Segoe;
}

a.web-title:hover {
    color: black;
    text-decoration: none;
}

.web-title:hover span {
    border-bottom: 2px solid black;
}
ul.sub-menu li a {
    margin: 0px!important;
    padding: 15px 20px;
}
.nav-menu ul {
    margin-bottom: 0px;
  margin-left: 0px;
}
header li.menu-item-has-children a:after {
  font-size: 11px!important;
}
.nav-menu li a {
text-decoration: none!important;
}
.nav-menu li a {
    color: #383838;
    font-size: 13px;
    padding: 0px 0px 5px 0px;
    vertical-align: top;
    margin: 0px 20px;
}
.nav-menu {
    display: inline-block;
}
.nav-menu li {
    display: inline-block;
}

header *:focus {
    outline: 1px dashed #000;
}
.ms-logo img {
    width: 108px;
    margin-top: -8px;
}
.logo-separator {
    display: inline;
    height: 28px!important;
    padding: 3px;
    position: absolute!important;
    margin-top: 15px!important;
    border-left: 2px solid #000;
    margin-left: 8px;
}
.ms-logo img {
    width: 108px;
}
a.web-title {
    display: inline-block;
    font-size: 18px;
    padding: 15px;
color: black;
margin-left: 20px;
}
a.ms-logo {
    display: inline-block;
    padding: 18px 15px 15px;
}


body .nav-menu li a {
	font-family: "SegoeUI";
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-menu {
    border-bottom: 3px solid #262626!important;
}

body .dropdown-menu.megamenu a {
    padding: 10px 15px!important;
}

body .dropdown-menu.megamenu, body .dropdown-menu.megamenu .col-sm-6 {
    padding: 0px!important;
}

@media all and (min-width: 1250px) {
  .desktop-small-only {
    display: none!important;
  }
}
@media all and (max-width: 1250px) {
  .desktop-large-only {
    display: none!important;
  }
}
.nav-menu .dropdown-menu li {
    width: 100%;
}
nav .dropdown-toggle span.indicator {
    font-family: 'SegoeMDL2';
    transform: rotate(90deg);
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
}
nav .nested-submenu-holder:hover .dropdown-menu {
    opacity: 1;
    left: 360px;
    visibility: visible;
    display: block;
    top: -1px;
    border: none;
}

nav .nested-submenu-holder {
    position: relative;
}

nav .nested-submenu-holder:hover .dropdown-menu li a:after {
    display: none;
}

nav .nested-submenu-holder:hover li a {
    background: #ddd;
}

nav .nested-submenu-holder:hover li .dropdown-menu a {
    background: inherit;
}

nav .nested-submenu-holder:hover li .dropdown-menu a:hover {
    background: #ddd;
}
header .pseudo-container {
    padding-right: 0px;
}
@media all and (max-width: 1490px) {
	.navbar-nav > li {
    margin-right: 0px!important;
}
	html body nav.navbar {
    margin-left: 0px;
}
html body nav.navbar {
    margin-left: 0px;
}

body .nav-menu li a {
    margin-right: 0px!important;
    margin-left: 10px!important;
}
}

.dropdown-menu.megamenu a.dropdown-item {
    outline-offset: -2px!important;
}

nav .nested-submenu-holder:focus {
    outline-offset: -2px!important;
}


html body nav.navbar {
    margin-top: 10px;
}
.navbar-nav > li > .dropdown-menu {
    border-radius: 0px;
    border: none;
    margin-top: 13px!important;
}

.dropdown-menu.megamenu .megamenu-label {
    font-family: "SegoeUI Semibold";
}

.dropdown-menu.megamenu a.dropdown-item {
    padding: 10px 0px 5px 0px;
}
.dropdown-menu.megamenu {
    background: #f2f2f2;
    padding: 15px!important;
	width: 700px;
}
nav .dropdown-menu {
    margin-left: -10px!important;
}
.navbar-nav > li > .dropdown-menu {
    min-width: 300px;
    z-index: 99999;
}

.navbar-nav > li {
    margin-right: 15px;
}

a.web-title, .ms-logo {
    vertical-align: top;
}

body nav.navbar {
    margin: 20px 0px 0px 10px;
    height: auto;
    border: none;
  min-height: auto;
    position: inherit;
}

.dropdown-menu.show a:hover {
    background: #ddd;
}

.dropdown-menu {
    margin-left: -10px!important;
}
.dropdown-menu.show a {
    display: block;
    margin: 0px!important;
    padding: 10px 15px;
    background: #f2f2f2;
}

body ul.navbar-nav {
    margin: 0px;
    padding: 0px;
}
.nav-menu li a {
    margin-right: 23px;
}
body .nav-menu li a {
    padding: 5px;
    margin: 0px;
}

body .nav-menu li:hover a {
  border: none;
}

body .navbar a {
    font-size: 14px;
}

a.nav-link:hover {
    border-bottom: 2px solid black!important;
}

a.nav-link.dropdown-toggle:hover .dropdown-menu a {
    border: none;
}


.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    background: #f5f5f5;
    margin: 0px!important;
    padding: 0px!important;
}

a.btn-text:focus {
    background: none!important;
}
.jquery-modal.blocker {
    z-index: 9999;
}

.modal.video-modal iframe {
    width: 100%;
}

.modal.video-modal {
    max-width: 680px;
    padding: 5px 5px 0px;
}

.modal form .privacy-statement {
    margin: 15px 0px;
}

.modal form input, .modal form select, .modal form fieldset {
    margin-bottom: 15px;
}

.large-modal.modal {
    max-width: 60%;
	margin-top: 5%;
}



.viva.registration form fieldset legend {
    font-size: 16px;
    line-height: 24px;
}
.viva.registration .follow a {
    color: black;
    font-size: 26px;
    line-height: 34px;
    margin-left: 10px;
}
.viva.registration .follow p {
    font-family: "SegoeUI Semibold";
    font-size: 22px;
    line-height: 30px;
    display: inline-block;
    margin-right: 30px;
}
.viva.registration .follow {
    background: white;
}
.viva.registration .sec-padding-bottom {
	padding-bottom: 120px;
}
.viva.registration .pre-footer {
    background: white;
    display: flex;
}
.viva.registration .pre-footer h2 {
    margin-top: 40px;
}

form#copilot-registration, form#viva-registration {
    background: white;
    padding: 25px;
    box-shadow: 15px 15px 35px 0 rgb(0 0 0 / 30%);
    z-index: 999;
    position: relative;
}

/* .tabs .ui-tabs-nav li p {
    font-size: 22px;
    line-height: 28px;
}

.tabs li p {
    padding: 0px;
    margin: 0px;
}
.tabs li.active p {
    color: #5472d2;
    border-bottom: 2px solid;
}
.tabs .subtabs ul li p {
    font-family: "SegoeUI Semibold";
    font-size: 18px;
    line-height: 26px;
}
.tabs .subtabs ul li {
    list-style-type: none;
    margin-right: 20px;
}
.tabs .ui-tabs-nav, .tabs .subtabs ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.ui-tabs-nav li p {
    font-family: "SegoeUI Semibold";
}
.tabs .content-card h3 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
}
.tabs .content-card a.top {
    background-size: cover!important;
    background-position: center!important;
} */


.content-card.type-video a.top {
    position: relative;
	justify-content: center;
	display: flex;
	background-size: cover!important;
}

.single-case_studies .content-card.customer h3 {
    margin-bottom: 0px!important;
}

.landing-case-studies .single-card .card-inner {
    border: none;
}

.landing-case-studies .single-card {
    text-align: center;
}
.single-case_studies a.btn.full-link {
    display: block;
}

.single-case_studies .details-inner h3 {
    margin-bottom: 5px;
}

.wp-caption p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px!important;
}

.single-case_studies .content-card .label {
    margin-bottom: 5px;
}

.single-case_studies .content-card.customer img {
    max-height: 100px;
    margin-bottom: 20px;
}

.single-case_studies .published-date {
    opacity: 0.7;
}

.single-case_studies .published-date:before {
    content: "";
    font-family: "SegoeMDL2";
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    margin-top: -2px;
}
.single-case_studies h1 {
    font-size: 38px;
    line-height: 46px;
}
.single-case_studies .company-logo img {
    mix-blend-mode: multiply;
	max-height: 100px;
}

.single-case_studies .main-details .details-inner p:last-child {
    margin-bottom: 0px;
}

.single-case_studies .main-details h2:first-child {
    margin-top: 0px;
}
.single-case_studies .main-details h2 {
    margin-top: 40px;
    margin-bottom: 5px;
}

.single-case_studies .company-logo {
    text-align: center;
}

.plyr.plyr--video button.plyr__control .plyr__badge {
    color: white!important;
    background: #0266b8;
    border-radius: 0px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: rgba(0,0,0,.1)!important;
}

.plyr--video button.plyr__control.plyr__tab-focus span {
    color: black!important;
}
.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background: transparent;
    border-radius: 0px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
background: #0067b8!important;
}
.plyr__menu__container .plyr__control--back::after {
    content: "\e011";
    font-family: "SegoeMDL2";
    transform: rotate(90deg);
    margin-top: -9px;
    font-size: 12px;
    color: #0067b8;
    border: none;
}
.plyr__menu__container .plyr__control--forward::after {
    content: "\e011";
    font-family: "SegoeMDL2";
    transform: rotate(-90deg);
    color: #0067b8;
    border: none;
    margin-top: -9px;
    font-size: 12px;
}

.plyr * {
    font-family: "SegoeUI";
}

.plyr__menu span {
    color: black!important;
}

.plyr__captions .plyr__caption {
    font-family: "SegoeUI";
}

.plyr--full-ui input[type=range] {
    color: #0067b8 !important;
}

span.plyr__tooltip {
    color: black;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
    display: none;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid:before {
   content: "";
    font-family: "Fabric";
    color: #0067b8;
    font-size: 40px;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid svg {
    color: #0067b8;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
    background: white!important;
    width: 100px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	border-radius: 100%!important;
	opacity: 1;
}
.single-user_training .plyr__poster {
    transform: scale(1.1);
}


.white-bg {
    background: white;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
    margin-bottom: 0px!important;
}


.adoption-page .main-resources .content-card .details {
  background: white;
}

.page-error a.btn-dark {
    background: none!important;
    color: #0067b8!important;
}

.page-error .entry-content h1 {
    font-size: 30px!important;
  line-height: 38px!important;
}
.page-error .entry-content img {
    max-height: 300px;
    margin: 0px auto 5%;
    display: block;
}
.page-error .entry-content {
    padding-top: 0px;
    text-align: center;
    padding-bottom: 5%;
}


footer ul.sub-menu {
    margin-top: 0px!important;
}

footer ul.menu li {
  margin-bottom: 0px!important;
}

input#search {
    border-radius: 0px;
    padding: 5px 10px 6px;
}

.content-card.focus-area-preview .details {
    padding-bottom: 20px;
}

nav a.external-link:after {
    font-family: SegoeMDL2!important;
    content: "\E8A7"!important;
    font-size: 14px!important;
    vertical-align: middle!important;
    margin-top: -1px!important;
    margin-left: 10px!important;
}
a.external-link:hover:after {
  right: 0px;
}

a.blog-share {
    background: #262626;
}

@media all and (min-width: 768px) {
  .home .item {
    display: flex;
}
}

.bg-contain {
    background-size: contain;
}
body .vc_row[data-vc-full-width].vc_row-no-padding {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.content-card.layout-simple a {
    float: right;
}

.content-card.layout-simple {
    text-align: left;
    border: 1px solid #ccc;
    background: white;
}
.content-card.layout-simple a {
    margin-top: 5px;
}
.content-card.layout-simple h3 {
    display: inline-block;
    text-align: left;
}

.vc_tta-panel-body .content-card {
    text-align: left;
}

#cookie-notice .cookie-notice-container {
    background: white;
}
#cn-accept-cookie {
    border-radius: 0px;
}
.margin-top-15 {
    margin-top: 15px;
}

.content-card {
    text-align: center;
}

a.action-bar:focus {
    color: white;
}

a.action-bar {
    text-align: center;
    background: #6166a3;
    display: block;
    padding: 8px 0px;
    color: white;
}
a.action-bar .action-text:after {
    font-family: "SegoeMDL2";
    font-size: 12px;
    margin-top: 3px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: top;
    transition: all 0.2s ease 0s;
}
a.action-bar:hover .action-text:after {
    right: -5px;
    transition: all 0.2s ease 0s;
}
a.action-bar:hover .action-text {
    text-decoration: underline;
}
a.action-bar:hover {
color: white;
}

.page-error {
    background: #f2f2f2;
}
.page-error .entry-content {
    background: white;
}
@media all and (max-width: 768px) {
  .layout-horizontal.content-card {
    display: block!important;
}
  .content-card .details .label {
    font-size: 11px!important;
}
  .layout-horizontal.content-card {
    border-top: none;
}
}

body {
    font-family: "SegoeUI";
}


.layout-horizontal.content-card .details .btn-text:first-child {
    margin-right: 20px;
}
.content-card.layout-vertical {
    text-align: center;
}
.layout-horizontal.content-card .details .label {
    display: inline-block;
}
.layout-horizontal.content-card {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.layout-horizontal.content-card {
    background: white;
    overflow: hidden;
}
.layout-horizontal.content-card {
display: flex;
}
.layout-horizontal.content-card .details {
    flex: 3;
    padding-bottom: 25px;
  text-align: left;
}
.layout-horizontal.content-card .details * {
    text-align: left;
}
.layout-horizontal.content-card .top {
    height: auto;
}
.layout-horizontal.content-card .top {
    flex: 2;
}

a.btn-text.white {
    color: white;
}

a.btn-text:after {
    font-family: "SegoeMDL2";
    transition: all 0.2s ease;
    font-size: 12px;
    margin-top: 4px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: top;
}

a.btn-text:hover:after {
    right: -4px;
  transition: all 0.2s ease;
}
.content-card {
    padding: 0px;
}

.single-case_studies .content-card ul li {
    margin-bottom: 5px!important;
}

.single-case_studies .content-card.products ul li:last-child {
    margin-bottom: 0px!important;
}
.single-case_studies .content-card.products ul {
    margin-bottom: 0px;
}
.single-case_studies .content-card.products ul {
    margin-bottom: 0px!important;
    margin-left: 20px;
}
.single-case_studies .content-card.products {
    text-align: left;
}
.single-case_studies .content-card {
    margin-bottom: 30px;
}
.single-case_studies .company-logo {
    margin-bottom: 30px;
}
.single-case_studies .main-details .details-inner {
    background: white;
    padding: 50px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
}
.single-case_studies .main-details {
    padding-left: 25px;
}

form textarea {
    padding-left: 5px;
}

.single-webinar ul.agenda {
    margin-bottom: 0px!important;
}

.landing-guides form .featured:after {
    font-family: "SegoeMDL2";
    content: "";
    vertical-align: middle;
    font-size: 8px;
    margin-top: -2px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #ffba14;
    border-radius: 100%;
    width: 16px;
    padding-left: 3px;
    padding-top: 1px;
    background: #ffba14;
    color: white;
    height: 16px;
	line-height: 12px;
}
.main-resource .single-card.featured:after {
    font-family: "SegoeMDL2";
    content: "";
    vertical-align: middle;
    font-size: 8px;
    margin-top: -2px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #ffba14;
    border-radius: 100%;
    width: 16px;
    padding-left: 3px;
    padding-top: 1px;
    background: #ffba14;
    color: white;
    height: 16px;
    position: absolute;
    top: 9px;
    right: 22px;
}
.single-webinar ul.resources {
    margin-bottom: 0px!important;
}
.btn-text:focus {
    background: none!important;
}
body .single-webinar .page-header a.btn:hover {
    background: black;
}

.single-webinar .content-card h3 {
    font-size: 24px;
    line-height: 32px;
}
.single-webinar ul li:last-child {
    margin-bottom: 0px!important;
}
.single-webinar ul.agenda .time i {
    margin-right: 5px;
}
.single-webinar ul.agenda .time {
    display: block;
    opacity: 0.8;
    font-size: 14px;
    line-height: 22px;
}
.single-webinar .content-card ul {
    margin-left: 0px!important;
}
.single-webinar .content-card ul li {
    list-style-type: none;
}
	.single-webinar .single-presenter h4 {
   vertical-align: top;
}
@media all and (min-width: 768px) {
	.single-webinar .single-presenter h4 {
    margin-top: 6px;
}
	.single-webinar .col-sm-8 .single-presenter {
    width: 49%;
}
	.single-webinar .single-presenter {
    display: inline-block;
    width: 33%;
}
	.single-webinar .sidebar {
    padding-left: 30px;
}
}
.single-webinar .content-card ul {
    margin-bottom: 0px;
}

.single-webinar .content-card {
    text-align: left;
    margin-bottom: 30px;
}

.content-card.no-hover:hover {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.single-webinar .single-presenter p.presenter-title {
    margin: 0px;
}

.single-webinar .single-presenter .no-title h4 {
    margin-top: 15px;
}
.single-webinar .single-presenter {
    clear: both;
    margin-bottom: 15px;
	
}


.single-webinar.yammer .presenters, .single-webinar.onedrive .presenters {
    border-top-color: #0078d4;
}

.single-webinar.yammer .page-header a.btn, .single-webinar.onedrive .page-header a.btn {
    background: #0078d4;
}
.single-webinar.yammer h1, .single-webinar.onedrive h1 {
    color: #0078d4;
}

.single-webinar.microsoft-365 .presenters {
    border-top-color: #0078d4;
}

.single-webinar.microsoft-365 .page-header a.btn {
    background: #0078d4;
}
.single-webinar.microsoft-365 h1 {
    color: #0078d4;
}

.microsoft-365 .card-inner {
    border-color: #0078d4!important;
}
.single-webinar .webinar-date-time p.date {
    margin-right: 30px;
}
@media all and (min-width: 768px) {
.single-webinar .webinar-date-time p {
    display: inline-block;
}
}

.single-webinar .page-header {
    padding: 50px 0px;
    background: #f2f2f2;
}
.single-webinar .page-content {
    background: #fff;
}

.single-webinar.microsoft-visio .presenters {
    border-top-color: #195abd;
}

.single-webinar.microsoft-visio .page-header a.btn {
    background: #195abd;
}
.single-webinar.microsoft-visio h1 {
    color: #195abd;
}

.microsoft-visio .card-inner .label {
    color: #195abd!important;
}
.microsoft-visio .card-inner {
    border-color: #185abd!important;
}
.landing-webinars .single-card .label.upcoming {
    color: #0078d3;
    opacity: 1;
}

.main-resource.landing-webinars .single-card a {
    margin-bottom: 0px;
}
body .landing-webinars .single-card .card-inner {
    display: grid;
    align-items: center;
    min-height: 160px;
	height: auto;
}
.single-webinar .presenters {
    border-top: 3px solid black;
    padding-top: 30px;
    margin-top: 35px;
}
.single-webinar .single-presenter p.presenter-title {
    opacity: 0.8;
}
.single-webinar .single-presenter h4 {
    margin-bottom: 0px;
	display: inline-block;
}
.single-webinar .single-presenter .presenter-image {
    float: left;
    display: inline;
}
.single-webinar .single-presenter p.presenter-title {
    font-size: 12px;
    line-height: 18px;
}

.single-webinar .single-presenter img {
    max-height: 60px;
    border-radius: 100%;
    margin-right: 15px;
	vertical-align: top;
	float: left;
	display: inline-block;
}

.single-webinar .main-details {
    padding-left: 0px;
}

.btn-back:before {
    font-family: "SegoeMDL2";
    font-size: 12px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    transform: rotate(-180deg);
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}
.btn-back:after {
    display: none!important;
}
.half-half {
	display: flex;
}
.main-resource .half-header .half-content {
    background: #f2f2f2;
}

.half-header .half-content {
    display: grid;
    align-items: center;
}
.half-header .half-content {
    min-height: 350px;
}
.half-header .half-content .content-inner {
	padding: 50px 75px;
}
@media all and (min-width: 768px) {
.results.two-columns {
    display: grid;
    grid-auto-columns: 2;
    display: flex;
    flex-wrap: wrap;
}
}
.tabs li a .tab-label {
    font-family: "SegoeUI Semibold";
}

.main-resource form label {
    clear: both;
}
.main-resource form input[type="checkbox"] {
    float: left;
    vertical-align: top;
    margin-top: 4px;
    margin-bottom: 8px;
}

.accent-bg {
	background: #0078d4;
}
.white {
	color: white;
}

.adoption-journey .tabs ul li {
    padding-left: 0px!important;
}

.adoption-journey .tabs .tabContainer {
    flex: 3;
}
.adoption-journey .tabs ul {
    flex: 1.25;
}
.adoption-journey .tabs {
    display: flex;
}

.adoption-journey .tabContainer {
    width: 69%;
    background: white;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.adoption-journey .tabContent {
    background: white;
}
body .adoption-journey .ui-tabs-nav li {
    display: block;
    text-align: left;
}
html body .tabs > .ui-tabs-nav {
    margin-top: 0px!important;
    vertical-align: top;
}

.content-card .details a.btn-text:last-child {
    margin-bottom: 0px;
}

.content-card .details {
    padding: 20px;
}

a.btn.btn-text {
    background: none;
    padding: 0px;
    box-shadow: none;
	    white-space: normal;
    word-wrap: break-word;
}
a.btn.btn-text:hover {
color: black;
}

.content-card a.top {
    min-height: 150px;
    display: block;
}

.single-role .page-header {
    margin: 0px;
    padding: 50px 0px;
}
div#sidebar {
    display: none;
}

.quick-links .container {
    padding: 0px;
}

#main {
  max-width: 1800px;
  margin: 0px auto;
  overflow: hidden;
}

.quick-links .footer-icon img {
    width: 50px;
}


.main-resource .single-card .label {
    background: none;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    opacity: 0.7;
    margin-top: 7px;
}
.main-resource .single-card a {
    text-decoration: none;
}

.main-resource .form-sidebar h3 {
    margin-bottom: 10px!important;
}
li.sf-field-taxonomy-product {
    border-top: 2px solid #ddd;
    padding-top: 10px!important;
}
.main-resource .search-results .form-sidebar {
    flex: 1;
}
.main-resource .search-results .results-list {
    flex: 4;
}
.main-resource a.search-filter-reset:hover {
    background: none;
    color: #0078d2!important;
}

.main-resource span.sf-count {
    font-size: 10px;
    margin-left: 8px;
    padding: 2px 2px 2px 0px;
    text-align: center;
    border-radius: 5px;
    vertical-align: middle;
    margin-top: -2px;
    opacity: 0.7;
}

.main-resource a.search-filter-reset {
    background: none;
    color: #000!important;
    border-bottom: 2px solid;
    padding: 2px 0px;
    font-size: 12px;
    margin-top: 30px;
    display: inline-block;
}
.main-resource input[type="submit"] {
    background: #0078d3;
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 15px 35px;
    font-family: "SegoeUI Semibold";
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
}

.main-resource .search-results {
	background: #fff;
}
.main-resource .searchandfilter h4 {
    margin: 0px!important;
    font-size: 18px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.main-resource .searchandfilter li label {
    background: none;
    padding: 0px 0px 0px 5px;
}
.main-resource .searchandfilter li {
    max-width: 100%;
    padding: 0px;
    margin: 0px!important;
    display: block;
    width: 100%;
}
.main-resource .page-content .pseudo-container {
    display: flex;
}

.main-resource .search-bar form * {
    font-family: "SegoeUI";
}

.main-resource .search-bar form {
    width: 100%;
}

.main-resource .single-card {
    margin-bottom: 30px;
}
.main-resource .single-card .card-inner {
    display: table-cell;
    vertical-align: middle;
    height: 20vh;
    padding: 0px 25px;
}

.main-resource .single-card.power-bi .card-inner {
    border-color: #f2c811!important;
}

.main-resource .single-card.microsoft-lists .card-inner {
    border-color: #974b8b;
}
.main-resource .single-card.microsoft-teams .card-inner {
    border-color: #4b53bc;
}
.main-resource .single-card.powerapps .card-inner {
	border-color: #742673;
}
.main-resource .single-card.power-automate .card-inner {
	border-color: #0065ff;
}
.main-resource .single-card .card-inner h3 {
    margin-bottom: 5px!important;
    font-size: 16px;
    line-height: 24px;
}
.main-resource .single-card .card-inner p {
    font-size: 14px;
    line-height: 22px;
}

.main-resource .single-card p {
    margin: 0px!important;
}
.main-resource .single-card a {
    display: inline-block;
}
.main-resource .single-card .card-inner {
box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: opacity 0.3s, box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 5px;
    border-left: 4px solid #0078d4;
	transition: all 0.2s ease;
}
.main-resource .single-card .card-inner:hover {
        box-shadow: 0 14px 25px rgb(0 0 0 / 5%), 0 10px 20px rgb(0 0 0 / 10%);
}
.main-resource .search-results .single-card .card-inner {
    background: white;
}

.main-resource span.breadcrumb-separator {
    opacity: 0.4;
}

.main-resource .half-header h1 {
    display: inline-block;
    margin-bottom: 10px!important;
}
.main-resource .half-header img {
    max-height: 100px;
    float: left;
    margin: 0px 30px 0px 0px;
}

@media all and (min-width: 768px) {
	form.post-password-form {
    padding: 38vh 0;
}
}

.post-password-form input[type="submit"] {
    font-size: 14px;
    line-height: 24px;
    background: #246eb5;
    padding: 2px 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    border: none;
    border-radius: 2px;
    font-family: "SegoeUI Semibold";
}
.post-password-form label {
    font-family: "SegoeUI Semibold";
}
form.post-password-form input {
    border-radius: 0px;
    margin-top: -2px;
    vertical-align: middle;
    padding: 5px 10px;
}

form.post-password-form input {
    border-radius: 0px;
    margin-top: -2px;
    vertical-align: middle;
}
form.post-password-form {
    text-align: center;
}

body #main .tabs #products .ui-tabs-active a.ui-tabs-anchor {
    opacity: 1;
}
body #main .tabs #products a.ui-tabs-anchor {
    font-size: 13px;
    opacity: 0.7;
}

@media all and (max-width: 768px) {
	body .adoption-page .products .container {
    padding-left: 30px;
    padding-right: 30px;
}
	body .adoption-icons .vc_col-sm-3 {
    width: 50%;
    display: inline-block;
}
body .tooltip-icon .single-icon {
    margin-bottom: 5px;
}
body .tooltip-icon {
    margin-bottom: 25px!important;
}
}
@media all and (min-width: 768px) {
a.dropdown-item.new:after, nav li.dropdown-item.new a:after {
    content: "New";
    background: #0078d3;
    color: white;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 14px;
    margin-left: 8px;
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
}
}

.landing-guides.main-resource .single-card .card-inner .show-details {
    padding-top: 0px;
}

.landing-guides.main-resource .single-card .card-inner {
    height: auto;
	padding-top: 20px;
    padding-bottom: 20px;
}

.landing-guides .single-card .product-icon {
    max-height: 50px;
}
body .modal {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
	    background: #f5f5f5ed;
}
.modal {
    overflow: visible;
}

a.btn:hover, a.btn:focus {
    background: #000;
    color: white;
	border-color: black;
}

.rounded {
    border-radius: 5px;
    overflow: hidden;
}

form#partner-submit .notice.last {
    margin-bottom: 39px;
    padding-left: 15px;
}

form#partner-submit .notice.last p:before {
    margin-bottom: 10px;
    margin-top: 15px;
}

.content-card .label {
    text-transform: uppercase;
    color: #262626;
    letter-spacing: 2px;
    opacity: 0.7;
    margin-bottom: 10px;
    display: block;
}

form .choose-scenario {
    margin-top: 60px;
}

form#partner-submit fieldset label {
    font-size: 14px;
    line-height: 14px;
}
form .checkboxes .col-sm-3:first-child {
    padding-left: 0px;
}

form .sec-padding-top-sm fieldset {
    margin-bottom: 0px;
}

form .form-section {
    margin-top: 40px;
}

form .notice p {
    background: #f5f5f5;
    padding: 20px;
	margin-bottom: 0px;
}

form .notice p:before {
    content: "";
    font-family: "SegoeMDL2";
    border: 2px solid #262626;
    color: #262626;
    border-radius: 100%;
    padding: 8px;
    float: left;
    width: 44px;
    padding-left: 12px;
    margin-right: 20px;
}

form sup {
    color: red;
}

form fieldset label {
    font-family: "SegoeUI";
}

form input, form fieldset, form textarea {
    margin-bottom: 30px;
}

form select {
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 5px;
    width: 100%;
}

form textarea {
    min-height: 100px;
}

form p.input-desc {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    opacity: 0.8;
}

form fieldset input {
    float: left;
    width: auto;
    margin: 6px 8px 0px 0px!important;
}

form fieldset legend {
    font-family: "SegoeUI Semibold";
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
	color: #262626;
}



form input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-top: 0px;
    margin-right: 8px;
}
form .meets-criteria {
    background: #f5f5f5;
    padding: 20px;
}

#content form ul li {
    margin-bottom: 5px;
}
form input, form textarea {
    display: block;
    width: 100%;
    font-size: 15px;
	line-height: 23px;
}
form label {
    font-family: "SegoeUI Semibold";
}

.home .scenarios .content-card .card-inner a.btn-text {
    margin-bottom: 0px;
}

.home .scenarios .content-card .card-inner {
    padding: 20px 30px;
	background: white;
}

body .roles .adoption-journey .tabs ul li span.icon.business-user {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Sohfvarff-hfre-vpba.cat);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .roles .adoption-journey .tabs ul li span.icon.developer {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Sqrirybcre-vpba.cat);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .roles .adoption-journey .tabs ul li span.icon.champion {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Spunzcvba-vpba.cat);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .roles .adoption-journey .tabs ul li span.icon.it-professional {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Svg-cebsrffvbany.cat);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

a.btn-white {
    background: none;
}

.half-header a.btn-white:after {
    vertical-align: middle;
    margin-top: 0px;
}

#main .color-blocks a.btn-white:hover {
    text-decoration: underline;
}

.color-blocks a.btn-white:after {
    margin-top: 0px;
    vertical-align: middle;
}
.color-blocks a.btn-white {
    background: none;
}

body {
    overflow-x: hidden;
}


body .content-card {
    padding: 0px;
	margin-bottom: 30px;
}

footer ul.menu li.menu-item a {
    font-family: "SegoeUI";
}

body .cc-revoke.cc-top {
    top: 0;
    right: 3em;
    border-bottom-left-radius: 0em;
    border-bottom-right-radius: 0em;
    left: auto;
  font-size: 12px;
}

ul.mega-sub-menu {
    background: #e6e6e6!important;
}

li.mega-menu-item {
    margin-bottom: 1px!important;
}

.share-page ul li a {
    margin-right: 0px;
}
.share-page ul {
    margin-left: 20px;
}
#content .share-page ul li {
    list-style-type: none;
    display: inline-block;
	margin-bottom: 0px;
}
#main .ui-accordion-content a:focus h4 {
    outline: 2px dashed black;
    outline-offset: -2px;
    width: fit-content;
}
a.btn:focus {
    box-shadow: none!important;
    outline-width: 2px !important;
    outline-style: dashed!important;
    outline-color: inverse!important;
    outline-offset: -2px !important;
}
#main h3.ui-accordion-header a:focus, #main #accordion .ui-accordion-content a:focus {
    outline: 2px dashed black!important;
    outline-offset: -2px;
}

.ui-accordion-content a h4 {
    color: inherit;
    margin-bottom: 5px!important;
}

body .ui-accordion-content {
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0px 0px 0px;
}

h3.ui-accordion-header a:after {
    content: "\e011";
    font-family: "SegoeMDL2";
    /* transform: rotate( 
0deg
 ); */
    margin-left: -2px;
    float: right;
}
h3.ui-accordion-header.selected a:after {
    content: "\e011";
    font-family: "SegoeMDL2";
    transform: rotate( 
-180deg
 );
    float: right;
}

#main h3.ui-accordion-header a {
    font-size: 20px;
    color: #262626!important;
    text-decoration: none!important;
    line-height: 28px;
    font-family: "SegoeUI Semibold";
  padding: 0px;
}

ul#accordion{
list-style:none;
margin: 0px;
padding:0;
}
.ui-accordion-group,
.ui-accordion-group *{
margin:0;
padding:0;
}
.ui-accordion-header{
  margin: 0px!important;
  padding-bottom: 15px;
}
.ui-accordion-header a,
.ui-accordion-header a:link,
a.ui-accordion-header,
a.ui-accordion-header:link{
display:block;
color:#00F;
font-size:1.125em;
padding:0.5em;
}
.ui-accordion-content{
font-size:0.825em;
padding:0.5em;
  height: auto!important;
}
.ui-accordion-content h4,
.ui-accordion-content p{
margin-bottom:1em;
}
.ui-accordion .ui-accordion-content pre{
overflow:auto;
padding:1em;
width:92.5%;
}
.ui-accordion .ui-accordion-content pre.code{
position:relative;
z-index:100;
}
.ui-accordion .ui-accordion-content pre.code:focus,
.ui-accordion .ui-accordion-content pre.code:hover{
position:absolute;
width:auto;
z-index:999;
background:#FF9;
}



#main .quick-links a:hover {
    text-decoration: none!important;
}
.no-margin-bottom {
	margin-bottom: 0px!important
}
.quick-links p.no-margin {
    margin-bottom: 0px!important;
}
.quick-links p {
    margin-bottom: 6px!important;
}
.quick-links .footer-icon strong {
    font-size: 18px;
    line-height: 26px;
}
.quick-links .footer-icon img {
    float: left;
    max-height: 50px;
margin: 30px 20px 40px 0px;
}
.quick-links .footer-icon:hover {
	box-shadow: 0 14px 25px rgb(0 0 0 / 5%), 0 10px 20px rgb(0 0 0 / 10%);
}
.quick-links .footer-icon {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    padding: 20px;
	border-radius: 5px;
}
@media all and (max-width: 768px) {
	.footer-navigation .column {
    margin-bottom: 20px;
}

.footer-navigation {
    display: block!important;
}
.quick-links .col-sm-4 {
    padding: 0px;
}
body .quick-links .footer-icon {
    margin-bottom: 20px;
}
body .quick-links .footer-icon {
    text-align: center;
}
body .quick-links .footer-icon img {
    margin: 0px auto 15px auto;
    display: block;
    float: none;
}
}
body .quick-links a {
    margin-bottom: 0px;
}
  
  .share-page {
    text-align: center;
}
body ul.single-social-icons li a {
    font-size: 20px;
    color: #000!important;
    background: none!important;
}
body a.btn, body a.web-title, body a.btn-white, body a.btn-text {
    text-decoration: none;
}

body #breadcrumbs span a {
    text-decoration: underline;
}

#main a.btn-text:hover {
    text-decoration: underline!important;
}
body h3, body .h3 {
  line-height: 32px;
}
body h2, body .h2 {
    line-height: 38px;
}

span.mega-indicator:before {
    content: "\e011";
    font-family: "SegoeMDL2";
    position: absolute;
    font-size: 14px;
    display: inline-block;
    color: currentColor;
    font-weight: 700;
    padding-top: 2px;
    padding-left: 8px;
    font-size: 11px;
}

footer ul.menu li.menu-item a {
    text-decoration: underline;
}

.cc-color-override-1170117394.cc-window {
    border-bottom: 1px solid #ddd!important;
}

#cc-window.cc-window .cc-compliance .cc-btn:hover {
    background: black!important;
    color: white!important;
}

ul.views li a:focus {
    border: 1px dashed black;
}

.tab-content ul li a:focus {
    border: 1px dashed black;
}

span.copyright {
    font-size: 12px;
    color: #616161;
}

section.bottom-menu {
    text-align: right;
}
body section.bottom-menu a:hover {
    text-decoration: underline;
}

section.bottom-menu a {
    font-size: 12px!important;
    margin-right: 15px;
    color: #565656!important;
  
}
section.bottom-menu ul, section.bottom-menu li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
section.bottom-menu li {
    color: #616161;
    list-style-type: none;
}

p#breadcrumbs span a:hover {
    text-decoration: underline!important;
}

footer .footer-navigation li a {
    font-size: 11px!important;
    line-height: 19px!important;
}
footer .footer-navigation .heading {
    font-family: "SegoeUI Semibold";
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
footer .footer-navigation li {
    display: block;
}
footer .footer-navigation {
    display: flex;
}
footer .footer-navigation .column {
    flex: 1;
    /* display: block; */
}

footer ul.menu li a:hover {
    color: #262626;
    text-decoration: underline;
}

.language-select {
  display: none;
}

@media all and (max-width: 768px) {
  .cc-banner.cc-bottom {
    display: block;
    background: white;
    border-top: 1px solid #ddd;
}
  footer .footer-navigation {
    display: block;
  }
  .inner-page .side-image {
    width: 100%;
}
.inner-page .side-content {
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .inner-page .side-image {
    width: 50%;
}
.inner-page .side-content {
    width: 50%;
  }
}
  

a.web-title span {
    font-family: "SegoeUI Semibold";
    color: #262626;
}

body .no-margin, body .content-card .no-margin {
  margin: 0px!important;
}
a.btn.accent {
    background: #226eb5;
  color: white!important;
    padding: 10px 15px!important;
}
a.btn.accent:hover {
    background: #000;
  color: white!important;
}
.sec-padding-xl {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media all and (max-width: 768px) {
	ul.single-social-icons li {
    margin-left: 20px;
}
body .container {
    padding-left: 30px;
    padding-right: 30px;
}
}


/* CUSTOM CSS IMPORT */

.uv-icon.uv-bottom-right {
    bottom: 90px!important;
}

* {
    font-family: "SegoeUI";
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
    padding: 0px!important;
}

p#breadcrumbs span a:hover {
text-decoration: none!important;
}

p#breadcrumbs span a, p#breadcrumbs span.breadcrumb_last {
    font-family: "SegoeUI";
    font-size: 14px;
}
span.breadcrumb-separator {
    font-size: 14px;
    padding: 0px 5px;
}

.bg-top-center, .bg-top-center .vc_column-inner {
    background-position: top!important;
}

#cn-accept-cookie {
    background: #0067b8;
    padding: 0px 5px;
    color: white;
}

a#cn-more-info {
    color: #0067b8!important;
}
#cookie-notice {
    border-bottom: 1px solid #ccc;
}
.cookie-notice-container {
    height: 56px;
    padding-top: 18px;
}
span#cn-notice-buttons {
    float: right;
}
span#cn-notice-text:before {
    content: '';
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Serfbheprf.grpupbzzhavgl.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2020%2S05%2Spbbxvr-vpba.cat);
    background-size: contain;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
span#cn-notice-text {
    float: left;
}
@media all and (max-width: 768px) {
#cn-notice-buttons {
    float: none !important;
}
.cookie-notice-container {
    height: auto!important;
}
}


.popmake {
    max-width: 950px!important;
}

.color-blocks a.btn-white {
    margin-bottom: 0px!important;
}

.language-select {
    display: none!important;
}

@media all and (max-width: 999px) {
ul.single-social-icons li a {
    margin-right: 0px!important;
}
.adoption-page .adoption-journey .vc_tta-panel-body .wpb_column:first-child {
    margin-bottom: 20px!important;
}
.vc_active .vc_tta-panel-title a {
    color: white!important;
}
.vc_active .vc_tta-panel-title {
    background: #226db5;
}
.vc_tta-panel-title {
    margin-bottom: 0px!important;
}
.vc_tta-panel-title a {
    font-size: 18px!important;
    font-weight: 800!important;
    margin: 0px!important;
}
.vc_tta-panel-body h3 {
    font-size: 16px;
}
.vc_tta-panel-heading {
    border: none!important;
    margin: 0px!important;
}
body .vc_tta-panel-body {
    border: 2px solid #236cb5!important;
}
}

.video .play-btn {
    max-height: 50px;
    transition: all 0.2s ease;
    max-width: 50px;
}
.video:hover .play-btn {
    max-height: 80px;
    max-width: 80px;
    transition: all 0.2s ease;
}
.half-image.video, .item .video {
    position: relative;
}

.video .play-btn {
    max-height: 75px;
    max-width: 75px;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.no-icon a:before {
    opacity: 0;
}

.page-template-adoption-page .section-pre-footer {
    background: white;
}

.language-select {
    float: left;
}

main.inner-page {
    background: white;
}

.callout a.nav-link::before {
    content: "";
    font-family: "Fabric";
    margin-right: 5px;
    display: inline-block;
       margin-top: -2px;
    vertical-align: middle;
}



.inner-page .half-content a.btn-white.solid,.owl-item .half-content a.btn-white.solid {
    background: #216eb5!important;
    color: white!important;
}
.inner-page .half-content a.btn-white.solid:hover, .owl-item .half-content a.btn-white.solid:hover {
    color: #216eb5!important;
    background: white!important;
}

@media all and (max-width: 999px) {
.pre-footer {
    padding: 0px!important;
}
.pre-footer .wpb_column:last-child .teaser-content {
    margin-bottom: 0px!important;
}
li.callout {
    display: none!important;
}
.footer-teaser .teaser-content {
    margin-bottom: 30px;
}
}

.vc_tta-panel-body {
    border-radius: 0px!important;
}

.adoption-journey .wpb_wrapper .btn {
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 0px!important;
    margin-bottom: 10px!important;
}

.topics-list li.vc_tta-tab.vc_active .vc_tta-title-text:before, .adoption-journey li.vc_tta-tab.vc_active .vc_tta-title-text:before {
    border-color: #0271bb;
}

.pre-footer {
    margin-left: -30px;
    margin-right: -30px;
padding: 40px 0px;
}

.adoption-success-factors .success-icon img {
    max-height: 60px;
    width: auto;
    margin-bottom: 20px;
}
.adoption-success-factors p {
    margin-bottom: 8px!important;
}
.adoption-success-factors {
    text-align: center;
}
.success-factors img {
    max-height: 40px;
    width: auto;
    margin: 10px 0px 20px 0px;
}

.adoption-page a.anchor {
    margin-top: -50px!important;
    position: absolute;
}

.adoption-page .aio-icon-img img {
    max-height: 50px!important;
}

.vc_tta-panel-body {
    margin-top: 15px;
}

.adoption-page .vc_tta-panel-body .content-card .details a {
    display: inline-block;
}
.adoption-page .main-resources .content-card .details p {
    padding: 10px 10px 0px 10px;
}
.adoption-page .main-resources .content-card .details {
    padding: 0px 0px 15px 0px;
}
.adoption-page .main-resources .content-card .details h3 {
    background: #0277d7;
    color: white!important;
    font-size: 18px;
    padding: 10px;
    height: 100px;
    display: grid;
    align-items: center;
}

.adoption-page .half-header .half-content {
    background: #f5f5f5;
}

.footer-teaser h3 {
    font-size: 22px;
}
.footer-teaser .teaser-content {
    padding: 30px;
    min-height: 143px;
background: #262626;
}
.footer-teaser:hover {
text-decoration:none!important;
}

.footer-teaser *, .footer-teaser *:hover {
    color: white!important;
    text-decoration: none!important;
}

.content-card {
    transition: all 0.2s ease;
}


.content-card .details {
    background: white;
}
.content-card:hover {
    box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.aio-icon-img {
    margin-top: -20px;
}

h2.aio-icon-title {
    margin-top: 0px!important;
}

body .sec-padding {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}
body .sec-padding-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.adoption-page .half-header p {
    color: black;
}

.product-logo img {
    max-height: 30px;
    width: auto;
    margin-bottom: 20px;
}

body .single-role .half-header .half-image {
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #3176ba!important;
}

.adoption-page .half-header .half-image {
    background-position: left top!important;
background-color: #f8f8f8;
}

.wpb_wrapper ul {
    margin: 0px;
    padding-left: 20px;
    font-size: 15px;
    font-family: "SegoeUI";
    line-height: 23px;
}

.popmake .popmake-close {
    background: white!important;
    border: none!important;
    text-shadow: none!important;
    color: black!important;
    box-shadow: none!important;
    margin: 0px;
    height: 32px!important;
}

.popmake iframe {
    margin-bottom: -4px;
width: 953px;
}
.popmake p {
    margin: 0px!important;
}

.pum {
    opacity: 1!important;
}
.popmake {
    margin: 0px!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
    top: 50%!important;
    padding: 30px!important;
background: white!important;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2)!important;
}

a.youtube-share {
    background: #ff0000;
}

a.instagram-share {
    background: #262626;
}
@media all and (min-height: 999px) {
.blue-box .wpb_column .vc_column-inner {
    padding: 50px 25px!important;
    min-height: 225px!important;
}
}

@media all and (max-width: 999px) {
.vc_row-fluid.vc_row .vc_inner {
    padding-left: 0px;
padding-right: 0px;
}
.vc_row-fluid.vc_row {
    padding-right: 20px;
    padding-left: 20px;
}
body .half-header .half-content .content-inner {
    padding: 50px 30px;
}
body .blue-box .vc_col-sm-4 .vc_column-inner {
    min-height: 200px;
}
body .blue-box .vc_col-sm-8 .vc_column-inner {
    padding: 40px!important;
}
body .blue-box .vc_row {
    display: block;
}
body .side-content .vc_column-inner {
    padding: 20px!important;
}
.page-content {
    overflow: hidden;
}
body .side-image .vc_column-inner {
    min-height: 200px;
}
body .half-header .half-image {
    min-height: 200px;
}
body .half-header {
    display: block;
}
}

.wpb_wrapper a.btn {
    margin-top: 20px;
    margin-bottom: 0px!important;
}

.side-content .vc_column-inner {
    padding: 40px!important;
}

.half-header .half-content {
    padding: 0px;
background: #fff;
	color: #262626;
}

.half-header {
display: flex;
}

.half-image {
    background-size: cover!important;
    background-position: center!important;
}



.half-content .content-inner {
    padding: 100px 80px;
}
.half-content, .half-image {
    flex: 1;
}
.item {
    display: flex;
}

.search-bar .container {
text-align: center;
}
.search-bar {
background: white;
    border-bottom: 2px solid #ccc;
}

a.tooltips:hover span:before {
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0178d4;
    content: '';
    margin-top: -25px!important;
    position: absolute;
    margin-left: 37%;
}

.adoption-icons .single-icon:hover {
    border: 2px solid #2b77cd;
}

.home ul.vc_tta-tabs-list li:nth-child(5) .vc_tta-title-text, ul.vc_tta-tabs-list li:nth-child(6) .vc_tta-title-text {
    max-width: 135px;
}
.home .vc_tta-title-text {
    min-height: 105px;
    display: inline-block;
}



button#submit {
    font-family: "SegoeUI Semibold";
    font-weight: 700;
    border: 2px solid #0067b8;
    background: #0067b8;
    border-radius: 0px;
    color: white;
    letter-spacing: 1px;
}
button#submit:hover {
    background: #000;
    color: white;
}
span.separator {
    padding: 0px 15px;
}

.search-bar input {
    font-size: 16px;
    border-radius: 0px;
    padding: 5px 10px;
    line-height: 25px;
font-family: "SegoeUI";
}
.search-bar form {
    display: inline-block;
}
.search-bar p {
    font-size: 18px;
    display: inline-block;
}
.search-bar {
    padding: 30px 0px;
}
.adoption-icons .single-icon img {
    max-width: 40px;
}
.adoption-page .half-header a.btn.btn-text:hover,.adoption-page .half-header a.btn.btn-text:focus {
    background: none!important;
    color: black;
}

.adoption-icons .single-icon {
    background: white;
    border-radius: 100%;
    padding: 15px;
    border: 2px solid #ccc;
    width: 74px;
    margin: 0px auto 20px auto;
}

a.tooltips span {
    display: none;
    padding: 15px;
    margin-left: -6.5%;
    width: auto;
margin-top: 8px;
    line-height: 16px;
    background: white;
    border: 2px solid #2b77cd;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
}

.adoption-icons {
    overflow: visible!important;
}

.tooltip-icon {
text-align: center;
}
a.tooltips:hover {
    text-decoration: underline;
}
a.tooltips {
    outline: none;
    font-weight: 600!important;
    letter-spacing: 0px;
    font-size: 15px;
    font-family: "SegoeUI";
}
a.tooltips span img {
    max-width: 200px;
margin: 0px auto;
display: block;
}

img.tooltip-icon:hover {
    border-color: #2b77cd;
}

img.tooltip-icon {
    width: 75px;
    padding: 15px;
    background: white;
    border-radius: 100%;
    border: 2px solid #ccc;
}
 

a.tooltips {outline:none; }
a.tooltips strong {line-height:30px;}
a.tooltips:hover {text-decoration:none;} 
a.tooltips:hover span {
    display: inline;
    position: absolute;
    z-index: 999;
}

.callout {
    z-index: 20;
    position: absolute;
    border: 0;
    top: 18px;
    right: 0px;
}   
/*CSS3 extras*/
a.tooltip span
{
    border-radius:2px;        
    box-shadow: 0px 0px 8px 4px #666;
    /*opacity: 0.8;*/
}



.adoption-page .aio-icon-header h2 {
    margin-top: -10px!important;
}

.adoption-page .aio-icon-box .aio-icon-default, .adoption-page .aio-icon-box .aio-icon-header {
    display: inline-block;
}
.adoption-page .aio-icon-box {
    text-align: center!important;
    margin: 0px auto!important;
    display: block;
    max-width: 500px;
}
.adoption-journey li.vc_tta-tab.vc_active:after {
    content: '';
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Spnerg.cat);
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 36px;
    display: block;
margin-top: 10px;
left: 15px;
    z-index: 99999;
    position: relative;
}
.blue-box p {
    margin: 0px!important;
}


.blue-box .vc_row {
    display: flex;
}

.wpb_column.vc_column_container.vc_col-sm-4.vc_col-has-fill {
    display: flex;
}

.blue-box .wpb_column .vc_column-inner {
    padding: 50px 25px!important;
}

#main li.vc_tta-tab {
    width: fit-content!important;
    margin-right: 50px!important;
}

.adoption-journey h3 {
    margin: 0px 0px 15px 0px!important;
}
.adoption-page .adoption-journey .vc_tta-panel-body .vc_row .wpb_column:first-child {
    margin: 0px;
}

.adoption-journey ul.vc_tta-tabs-list li a span:before {
    background-color: white!important;
    border: 2px solid #ccc;
    border-radius: 100%;
}
.adoption-journey .vc_tta-panel-body {
    border: 3px solid #2b77cd!important;
}

.adoption-journey ul.vc_tta-tabs-list li:nth-child(6) a span:before {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sfcrpvny-arrqf-vpba.wct);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.adoption-journey ul.vc_tta-tabs-list li:nth-child(5) a span:before {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Sfrpher-zl-raivebazrag-vpba.wcrt);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.adoption-journey ul.vc_tta-tabs-list li:nth-child(4) a span:before {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sohvyq-punzcvbaf-vpba.wct);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.adoption-journey ul.vc_tta-tabs-list li:nth-child(3) a span:before {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sgenva-lbhe-bet-vpba.wct);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.adoption-journey ul.vc_tta-tabs-list li:nth-child(2) a span:before {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sratntr-lbhe-bet-vpba.wct);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.adoption-journey ul.vc_tta-tabs-list li:first-child a span:before {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Strg-fgnegrq-vpba.wct);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.video-card .details {
    padding: 30px 60px 35px!important;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-card.content-card a.top {
    flex: 1.75;
}
.video-card .details {
    padding: 30px 60px 35px!important;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-card.content-card a.top {
    flex: 1.75;
}

body #main li.vc_tta-tab.vc_active a {
    color: black;
}
ul.vc_tta-tabs-list li span {
    font-family: "SegoeUI Semibold";
}
#main.overflow-hidden {
    overflow: hidden!important;
}
.video-card p.date:before {
    content: "";
    font-family: "Fabric";
    vertical-align: middle;
    margin-top: -2px;
    display: inline-block;
    margin-right: 8px;
}

.video-card .label {
    color: #0078d3;
    opacity: 1;
}
html body .adoption-page .vc_tta .content-card.type-video a.top {
    display: inherit!important;
}

body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: none;
    border: none;
}

li.vc_tta-tab {
    width: 16%;
    vertical-align: top;
}
li.vc_tta-tab a {
    background: none!important;
    border: none!important;
    padding-left: 0px!important;
}

#main .vc_tta-tab a {
    text-decoration: none!important;
    font-size: 20px;
    color: #0067b8;
    font-family: "SegoeUI";
padding: 10px 15px!important;
}
ul.vc_tta-tabs-list li {
    margin: 0px!important;
}

ul.vc_tta-tabs-list {
    margin: 0px!important;
}
.sec-padding .wpb_wrapper p:last-child {
    margin-bottom: 0px!important;
}

.vc_column-inner {
    padding-top: 0px!important;
}

form.post-password-form {
    padding: 80px 0px;
}

.post-password-form input[type="submit"]{
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 0px;
    border: none;
    background: #505050;
    color: white;
}

span.date {
    color: #696969;
    font-size: 16px;
}

.article-content li {
    font-size: 16px;
    line-height: 24px;
}
.sidebar li {
    font-size: 16px;
    line-height: 24px;
}
.post h1 {
    margin-top: 0px;
    font-size: 34px!important;
    line-height: 42px!important;
}

img.error {
    display: none;
}

.rss-post-top p, .rss-post-bottom p {
    margin: 0px!important;
    padding-top: 2px;
}
.rss-post-top a, .rss-post-bottom a {
    text-decoration: underline;
}
.rss-post-top, .rss-post-bottom {
    padding: 7px 10px 10px 10px;
    font-size: 14px;
    color: black;
    background: #f5f5f5;
    border: 1px solid #ccc;
}
.rss-post-top svg, .rss-post-bottom svg {
float:left;
    margin: 0px 10px 0px 0px;
    width: 20px;
    vertical-align: top;
}

a {
    color: rgb(51, 122, 183);
font-weight: 400!important;
}

.sec-padding-bottom-sm {
padding-bottom: 30px;
}
.sec-padding-top-sm {
padding-top: 30px;
}
.sec-padding-bottom {
padding-bottom: 60px;
}
.sec-padding-top {
padding-top: 60px;
}


.navy-accent-bg {
background: #004185;
}

.single-case_studies .widget_archive a.btn-dark {
border: none;
}

.single-case_studies .details-inner .pull-quote p:first-child {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}

.single-case_studies .details-inner .pull-quote {
    background: #eee;
    padding: 30px;
}

.single-case_studies img.partner-logo {
    float: none;
    max-width: 70%;
    max-height: 40px;
    height: auto;
    width: auto;
    margin: 10px 0px 0px 0px;
}

a.btn-white.solid:hover {
    background: #216eb5!important;
    color: #fff!important;
}
a.btn-white.solid {
    background: white;
    color: #216eb5!important;
    padding: 5px 10px!important;
}


span.share-icon {
    display: inline-block;
    padding-top: 4px;
    vertical-align: top;
    float: right;
}
.item .program-name {
    display: inline-block;
    padding: 5px;
    max-width: 50%;
}
.list-card.partners {
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
}

.partners .list-content p {
    margin-bottom: 10px!important;
}

.partners ul {
    padding: 0px!important;
}

.item .program-details {
    display: block;
    padding: 5px;
}
.item.biz-apps .program-details {
    background: #f35326;
color: white;
}
.item.content-services .program-details {
    background: #81bc0c;
    color: white;
}
.program-details i {
    color: white;
    float: right;
    padding: 4px;
}


.partners p span.list:last-child:after {
    content: '';
}

.partners span.list:after {
    content: ',';
}

span.partner-title {
    font-family: "SegoeUI Semibold";
}
.list-card.partners img {
    max-height: 75px;
    margin: 15px 0 10px 0;
}
.partners .list-content {
    width: 100%!important;
    margin: 0px;
    padding: 0px 20px;
}

.share-page .mail-share {
    background: #444;
}

.share-page {
    background: #d7d7d7;
    padding: 20px 0px;
}
.share-page ul {
    display: inline;
}
.share-page h3 {
    display: inline;
    margin-right: 30px!important;
    font-size: 20px;
	vertical-align: top;
}
footer ul {
    padding-left: 0px;
}

.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: white!important;
}
.vc_grid-btn-load_more a {
    border-radius: 0px;
    border: none!important;
    padding: 0px!important;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    background: none!important;
text-decoration: none!important;
}

.vc_grid-btn-load_more a :hover {
text-decoration: underline!important;
background: transparent!important;
}
.vc_grid-btn-load_more a:hover::after {
    right: -4px;
}
.vc_grid-btn-load_more a::after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: top;
}




.vc_grid-item a.vc_general {
    border-radius: 0px;
    border: none;
    padding: 0px!important;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    background: none!important;
    color: #0072bc!important;
text-decoration: none!important;
}
.vc_grid-item a.vc_general:hover {
text-decoration: underline!important;
background: transparent!important;
}
a.btn:hover::after, .vc_grid-item a.vc_general:hover::after {
    right: -4px;
}
a.btn::after, .vc_grid-item a.vc_general::after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 12px;
    margin-top: 0px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: middle;
}
.vc_gitem_row * {
    text-align: center!important;
font-family: "SegoeUI"!important;
}

.alignright {
    margin-bottom: 1.5em;
}

.vc_gitem-animated-block {
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Serfbheprf.grpupbzzhavgl.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2017%2S08%2Szvpebfbsg-srngherq.wct)!important;
    background-size: cover!important;
    background-position: center!important;
}

div#footerUniversalFooter {
    z-index: 0;
    position: relative;
}

.gform_wrapper div.validation_error {
    border: none!important;
    font-size: 16px!important;
}

div#gform_confirmation_message_1 {
    margin: 0px 0px 50px;
    text-align: center;
}

@media all and (max-width: 999px) {

ul.sub-menu li {
width: 100%!important;
}
}
.main-menu li.menu-item-2819 ul.sub-menu li {
width: 400px;
}

.white a {
    color: white!important;
}
.pseudo-container {
    padding: 0px 60px;
}
body {
    font-family: "SegoeUI";
}
ul.single-social-icons {
    padding-left: 0px;
}
html.has-cookie-bar body {
    overflow: hidden!important;
    height: 100%!important;
}
html.has-cookie-bar body:before {
    z-index: 99;
    background: rgba(0,0,0,0.8);
    content: '';
    position: absolute;
    height: 100vh;
    width: 100%;
}



#main a.brand-link, #main .brand-link a {
    text-decoration: none!important;
    text-transform: uppercase;
}
a.brand-link:after, .brand-link a:after {
    font-family: "SegoeMDL2";
    font-size: 0.7em;
    position: relative;
    margin-left: 8px;
    content: "";
}

.list-card .image {
    min-height: 250px;
    width: 30%;
    display: inherit;
    background-size: cover!important;
    background-position: left!important;
}
.list-card.templates-downloads .list-content, .list-card.demos .list-content {
    width: 66%;
    padding-left: 20px;
}


@media all and (max-width: 991px) {
.tooltip-icon {
margin-bottom: 30px!important;
}
.list-card .image {
    min-height: 150px!important;
width: 100%;
}
html body .page-header {
    background-position: left center!important;
}
.list-card.item {
width: 100%!important;
display: inline-block!important;
}
.list-card .list-content {
    width: 100%!important;
    padding: 20px 20px 0px 20px!important;
text-align: center!important;
}
.list-content h3 {
    font-size: 18px!important;
}
.list-card .company-logo {
    float: left!important;
    width: 100%!important;
}
.list-card .company-logo img {
    max-height: 60px!important;
    max-width: 100px!important;
}
}

.list-card.item:nth-child(odd) {
    margin-right: 10px;
    width: 48%;
}
.list-card .list-content {
    width: 50%;
    display: inline-block;
    margin-top: 15px;
}
.list-card {
    background: white;
}
.list-card .company-logo {
    float: left;
    width: 200px;
    margin-top: 15px;
}
.list-card.item {
    width: 49%;
    display: inline-flex;
    vertical-align: top;
    min-height: 150px;
}
.list-card .company-logo img {
    max-height: 70px;
    max-width: 150px;
    text-align: center;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}
.list-content h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px!important;
}
.list-content a.btn-dark::after {
    font-family: "SegoeMDL2";
    font-size: 0.7em;
    position: relative;
    margin-left: 8px;
    content: "";
}
.list-content a.btn-dark {
    background: none;
    border-radius: 0px;
    color: #206db5!important;
    padding: 0px!important;
    text-transform: uppercase;
}
.single-case_studies .col-lg-8.col-md-8.col-sm-12.white {
    background: rgba(0,0,0,0.6);
    padding: 15px 0px 0px 15px;
    width: fit-content;
}

.page-header {
background-position: top!important;
border-bottom:none!important;
}
.page-header .title-holder {
padding: 0px!important;
}

.c-uhfh .brand-neutral {
    background: #505050!important;
}

.col-lg-4.video-image {
    padding-left: 0px;
}
.thumbnail {
	background-size: cover !important;
	min-height: 94px
}
.col-lg-4.video-image {
	padding-right: 0 !important
}
.video-details {
	padding: 14px 20px 0 20px;
	background: white
}
.video-preview {
	border: 1px solid #ccc;
	padding: 0 !important
}
.video-preview .video-details h3 {
	margin: 0 !important;
	font-size: 16px !important
}

.video-summary h3 {
	font-size: 18px !important
}
.item-video h3 {
	font-size: 18px !important
}
.about h2 {
	margin: 50px 0 0 0 !important;
	display: inline-block !important
}
div.emd-container .panel-footer {
	text-align: center !important;
	background: white !important;
	color: #999 !important
}
div.emd-container .panel-footer {
	border: 0;
	background: black !important;
	color: white !important;
	padding-top: 20px;
	border-radius: 0 !important
}
.video-summary .-videoresource {
	color: white !important
}
.video-summary .video-title {
	color: white !important
}
.video-summary h3 {
	margin-top: 0 !important
}
.video-summary .title.alternate {
	background: white !important;
	color: black !important;
	margin-right: 10px
}
div.emd-container .panel-footer {
	color: white !important
}
div.emd-container .thumbnail {
	padding: 0 !important
}
div#emd-videos {
	border: 1px solid #ccc
}
div.emd-container .video-summary {
	padding: 30px 30px 5px 30px !important;
	background: white !important
}
@media all and (min-width:999px) {
.home .item {
    max-height: 350px!important;
    overflow: hidden;
}
.search-bar p {
    margin-right: 50px;
margin-bottom: 0px!important;
}
.page-header h2 {
    max-width: 650px;
}
	div.emd-container .video-summary {
		height: 236px !important
	}
}
div.emd-container .thumbnail, div.emd-container .carousel-inner .item.active iframe, div.emd-container .panel {
	background-color: transparent !important
}
div.emd-container .panel-footer p {
	margin: 10px 0 10px !important
}
.thumbnail {
	max-height: 80px !important
}
.panel.panel-info.item-video {
	height: auto !important
}
.video-details p {
	padding-top: 10px;
	margin: 0 !important
}
.video-preview {
	background: white
}
.video-details h3 {
	font-size: 16px !important
}
.video-details h4 {
	margin: 0 !important
}
.col-lg-4.video-image {
	padding-right: 0 !important
}
.video-preview {
	margin-bottom: 15px
}
h3.ult_modal-title {
    color: white!important;
    font-size: 20px;
}
#main .widget ul li a {
    text-decoration: none!important;
}

#main .widget ul li a:hover {
text-decoration: underline!important;
}

.widget ul {
    list-style-type: none!important;
    margin: 0px!important;
}

.tribe-events-notices ul {
    margin: 0px!important;
}

.tribe-events-notices li {
    margin: 0px!important;
}
.tribe-events-notices {
    background: #262626;
    border: none;
    border-radius: 0px;
    color: white;
    text-shadow: none;
    padding: 20px;
}

.page-template-page-with-header .page-header div#overlay {
    background: rgba(0,0,0,0.4);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 0px!important;
}
.context-uhf {
    z-index: 999!important;
    position: relative;
}


@media all and (max-width: 768px) {
    body.single-article main .container .recent-posts {
        margin-bottom: 0px!important;
    }
    body.single-article main .container .col-left {
        margin-bottom: 30px;
    }
    body.single-article main .container .row {
        display: block!important;
    }
.page-template-page-with-header .page-header div#overlay {
    background: rgba(0,0,0,0.6);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}
.page-template-page-with-header .page-header {
    background-size: cover;
}
.page-template-page-with-header .page-header h1 {
    font-size: 30px!important;
    line-height: 38px!important;
margin: 0px!important;
}
}

button#catapultCookie {
    background: black;
    border-radius: 0px;
}
.pt-cv-ifield img {
    margin-bottom: 20px!important;
}

.aio-icon-component:last-child {
    margin-bottom: 0px!important;
}
.aio-icon-component {
    margin-bottom: 30px!important;
}
.aio-icon-header h3.aio-icon-title {
    margin: 0;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0px!important;
}
#content ul li {
    margin-bottom: 10px;
}
#main ul {
    margin-bottom: 20px;
}
/* #content ul {
    list-style-type: disc;
    margin-left: 20px;
} */

.widget:first-of-type {
margin-top: 0px!important;
}
.c-uhff {
    padding: 30px 0px 0px 0px!important;
    margin: 0px!important;
}
.widget_text .textwidget {
    padding-top: 0px!important;
}
.c-search button {
    margin: -2px 1px 1px!important;
}
.c-uhfh>div+div .c-logo span {
    font-size: 18px!important;
}
.c-uhfh .brand-neutral .c-logo:hover {
    background: none!important;
}
.c-uhfh>div+div .c-logo {
    margin: 0px!important;
    padding: 10px 17px!important;
}
.c-uhfh .c-uhf-nav-link:hover:before, .c-uhfh .c-uhf-nav-link:focus:before, .c-uhfh .c-uhf-menu>button[aria-expanded="false"]:hover:before, .c-uhfh .c-uhf-menu>button[aria-expanded="false"]:focus:before, .c-uhfh>div+div .c-logo:not(.f-image):hover:before, .c-uhfh>div+div .c-logo:not(.f-image):focus:before {
display: none!important;
}
body .nav-menu li a {
    font-family: "SegoeUI";
}

body li.vc_tta-tab.vc_active, body li.vc_tta-tab {
    outline: none!important;
}

.vc_tta-panel-body {
    height: inherit!important;
    opacity: 1!important;
    overflow: inherit!important;
}


.vc_animating {
     opacity: 1!important;
}

.vc_tta-panel-heading {
    border: 1px solid #ccc!important;
    margin-bottom: -2px!important;
	background: white!important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background: transparent!important;
    border: none!important;
}

.vc_tta-panel-heading {
    background: white!important;
}

.vc_tta-panel-heading:hover {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.16);
    z-index: 9999999;
    position: relative;
}

.vc_tta-panel-title a {
    color: rgba(0,0,0,.8)!important;
    font-size: 15px;
}


.vc_tta-panel-body {
    padding: 30px!important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: rgba(0,0,0,.8)!important;
}
h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
    font-size: 22px;
    margin: 0px!important;
}


.vc_tta-panels-container {
    margin-top: -24px;
}

.vc_tta-panels {
    margin-top: 1px;
    border-radius: 0px!important;
}

.adoption-page .vc_tta-panel-body {
    padding: 10px 0px 60px 0px!important;
}

.adoption-page .vc_tta-panel-body .content-card h3 {
    font-size: 18px;
    line-height: 26px;
}
.vc_tta-panel-heading span.vc_tta-title-text {
    font-family: "SegoeUI Semibold";
    font-size: 18px;
    line-height: 26px;
}


.content-card.type-video a.top:after {
    width: 100%;
	content: 'overlay';
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,0.3);
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    font-size: 0px;
}
.content-card.type-video a.top:before {
    z-index: 99;
    top: 0px;
    bottom: 0px;
    position: absolute;
    right: auto;
    left: auto;
    align-items: center;
    display: grid;
    content: 'Play video';
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Scynl-oga-juvgr.cat);
    background-size: contain;
    max-width: 50px;
    background-position: center;
    margin: 0px auto;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 50px;
}
.main-resource .single-card .follow-links a {
    color: #262626;
    margin-top: 4px;
    margin-right: 5px;
}
.main-resource.landing-case-studies .single-card .card-inner {
    height: 250px;
}

.main-resource .single-card .company-logo {
    max-height: 50px;
    margin: 0px 0px 20px 0px;
    max-width: 180px;
}

.main-resource .single-card p.date:before {
    content: "";
    font-family: "SegoeMDL2";
    vertical-align: middle;
    margin-right: 8px;
}

.main-resource .single-card p.date {
    opacity: 0.8;
}

.main-resource .page-header .pseudo-container {
    padding: 0px 45px;
}
.main-resource .page-header {
    background: white;
    margin: 0px;
    padding: 50px 0px;
    border-bottom: 2px solid #ccc!important;
}
.main-resource .page-header a {
    color: #262626;
}
.main-resource .page-header h1 {
    display: inline-block;
}
.main-resource .page-header img {
    max-height: 100px;
    float: left;
    margin-right: 50px;
}

main.main-resource .form-filters p {
    margin-bottom: 5px;
    margin-top: 20px;
}
main.main-resource .form-filters form label {
    display: block;
	font-family: "SegoeUI";
	margin-bottom: 0px;
}

h2, .h2 {
    font-size: 30px;
	line-height: 38px;
}

body h3, body .h3 {
	font-size: 24px;
    line-height: 32px;
}

.adoption-journey h2 {
    margin-bottom: 40px;
}

.adoption-journey ul li {
    clear: both;
}
.adoption-journey .tabs ul li span.tab-label {
    margin-top: 10px;
    display: inline-block;
    font-family: "SegoeUI Semibold";
}
body .adoption-journey .tabs ul li.ui-state-active a span.icon {
    border-color: #246db5;
}
.adoption-page .half-header a.btn {
    display: block;
    width: fit-content;
}
.adoption-journey .tabs ul li:first-child a span.icon {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Strg-fgnegrq-vpba.wct);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #c1c1c1;
    float: left;
    margin-right: 10px;
}
.adoption-journey .tabs ul li:nth-child(2) a span.icon {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sratntr-lbhe-bet-vpba.wct);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #c1c1c1;
    float: left;
    margin-right: 10px;
}
.adoption-journey .tabs ul li:nth-child(3) a span.icon {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sgenva-lbhe-bet-vpba.wct);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #c1c1c1;
    float: left;
    margin-right: 10px;
}
.adoption-journey .tabs ul li:nth-child(4) a span.icon {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2019%2S10%2Sohvyq-punzcvbaf-vpba.wct);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #c1c1c1;
    float: left;
    margin-right: 10px;
}
.adoption-page .half-header a.btn.btn-text {
    padding: 0px 15px;
}
.adoption-journey .tabs ul li:nth-child(5) a span.icon {
    content: '';
    display: block;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Shcybnqf%2S2022%2S05%2Sfrpher-zl-raivebazrag-vpba.wcrt);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 100%;
    border: 2px solid #c1c1c1;
    float: left;
    margin-right: 10px;
}

.content-card {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
    overflow: hidden;
}


.content-card h3, .content-card p {
    margin-bottom: 10px!important;
}
.wpb_wrapper .content-card a.btn.btn-text {
    margin-top: 0px!important;
}

.floating-btn.translation .single-btn {
    border-left: 3px solid #80bb04;
}

.floating-btn.bug .single-btn {
    border-left: 3px solid #2ea5f0;
}
.floating-btn.notifications .single-btn {
    border-left: 3px solid #f35022;
}
.floating-btn.notifications {
    bottom: 140px;
}

footer .bottom-footer {
    margin-top: 20px;
}

footer .lang-switcher {
    padding-left: 0px;
}
footer ul {
    margin-left: 0px;
}
footer {
    padding: 50px 0px 0px 0px;
    background: #f2f2f2;
}
footer .pseudo-container {
    max-width: 1660px;
	margin: 0px auto;
	padding: 0px 75px;
	display: flow-root;
}
header .pseudo-container {
    max-width: 1890px;
    margin: 0px auto;
}

body .wpb_content_element {
    margin-bottom: 0px;
}

.floating-btn .single-btn .icon {
    display: inline-block;
    font-family: "SegoeMDL2";
    color: black;
    vertical-align: middle;
    margin-right: 8px;
}

.floating-btn .single-btn p {
    margin: 0px!important;
    display: inline-block;
}
.floating-btn .single-btn {
    background: white;
    width: 175px;
    padding: 10px 10px 10px 15px;
    border-radius: 5px;
    box-shadow:  0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}
.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.floating-btn.bug {
    bottom: 80px;
}

.sec-padding-top, .vc_section.sec-padding-top {
	padding-top: 60px;
}

.half-header {display: flex;}

.half-header .half-content, .half-header .half-image {flex: 1;}

.half-header .half-image {background-size: cover!important;}


.center, .center * {
    text-align: center;
}

.adoption-journey .tab-inner a.btn-text {
    display: block;
    text-align: left;
}
body .content-card h3 {
    font-size: 20px;
    line-height: 28px;
}
.adoption-page .main-resources .content-card a.top, .adoption-page .vc_tta .content-card a.top {
    display: none!important;
}

.adoption-journey .tabs .tab-inner ul li {
    margin-bottom: 10px!important;
}

.adoption-journey .tabs .tab-inner ul {
    margin-left: 20px;
}

#content ul li {
    font-size: 16px;
    line-height: 24px;
}
.main-blocks .single-block a.btn {
    margin-bottom: 0px;
}

.main-blocks .single-block.second {
    background: #0078d3;
}
.main-blocks .single-block.first {
    background: #2f2f2f;
}
.main-blocks .single-block.third {
    background: #0266b8;
}
.main-blocks .single-block {
    flex: 1;
    padding: 30px 60px 40px;
}
.main-blocks {
    display: flex;
}

.box-shadow {
	box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}

.adoption-page .half-header a.btn:hover {
    background: #000!important;
    color: white;
}

a.btn {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 40%);
	background: #246eb5;
    color: white;
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 3px;
}
a.btn.btn-white {
    background: white;
    color: black;
}
.white a.btn-white {
    color: black!important;
}
.white a.btn-white:hover {
    color: #fff!important;
}
a.btn.btn-white:hover {
    background: black;
    color: white;
	border-color: black;
}
a.btn.btn-text:hover {
    background: none;
}
a.btn.btn-text {
    color: #0067b8;
}
@media all and (min-width: 768px) {
    .mobile-only {
        display: none!important;
    }
}
@media all and (max-width: 768px) {
    .desktop-only {
        display: none!important;
    }
}

footer .lang-switcher a:before {
    font-family: 'SegoeMDL2';
    vertical-align: middle;
    font-size: 13px;
    margin-top: -2px;
    display: inline-block;
    margin-right: 8px;
    content: "";
}
footer .lang-switcher a {
    color: #616161!important;
    text-decoration: underline!important;
    font-size: 16px;
    line-height: 24px;
}
.lang-switcher a span.link-text {
    font-family: "SegoeUI Semibold";
}

.quick-links .container .col-sm-4:first-child .footer-icon {
    border-left: 4px solid #f35022;
}
.quick-links .container .col-sm-4:nth-child(2) .footer-icon {
    border-left: 4px solid #03a5f0;
}
.quick-links .container .col-sm-4:last-child .footer-icon {
    border-left: 4px solid #80bb03;
}
footer.context-uhf ul {
    margin-left: 0px;
}

main.locale-picker ul {
    list-style-type: none!important;
    padding: 0px;
    margin: 0px!important;
}
#main {
    max-width: 1800px;
    margin: 0px auto;
    overflow: hidden;
}
main.locale-picker {
    background: white;
    padding: 100px 0px;
}
footer ul#menu-bottom-menu li a {
    font-size: 12px;
    color: #616161;
    margin-right: 15px;
}

footer ul#menu-bottom-menu {
    display: inline-block;
}
footer .bottom-menu {
    text-align: right;
}
footer ul#menu-bottom-menu li {
    display: inline-block;
    /* float: right; */
}
body footer ul.menu li a {
    color: #616161!important;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
    background-color: white;
    font-family: "SegoeUI";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

#main ul {
    list-style-type: disc;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

#main p a, #main li a, #main h3 a {
    text-decoration: underline!important;
}


h1, h2, h3, h4, h5, h6, a.btn, a.btn {
	font-family: "SegoeUI Semibold"!important;
	font-weight: 600!important;
}

h1, h2, h3, h4, h5, h6, a.btn {
    margin-bottom: 15px;
}

div#content {
    background: #f8f8f8;
}

.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p {
    color: white;
}

.right, .right h1, .right h2, .right h3, .right h4, .right h5, .right h6, .right p {
	text-align: right!important;
}


.center, .center h1, .center h2, .center h3, .center h4, .center h5, .center h6, .center p {
	text-align: center!important;
}



a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong, strong a {
    font-family: "SegoeUI Semibold"!important;
}

dfn {
	font-style: italic;
}

h1 {
	    font-size: 46px;
    line-height: 54px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.c-search button#search:focus {
    background: transparent;
}

.c-search input[type="text"]:focus {
   outline: none!important;
}


.c-search {
    float: right;
}

@media all and (max-width: 1205px) {
	.c-search {
		display: none!important;
	}
}

.c-uhfh .c-search {
    width: auto!important;
}

@media only screen and (max-width: 1083px) and (min-width: 768px) {
.c-uhfh>div:first-child {
    padding-left: 50px!important;
    padding-right: 50px!important;
}
}

@media all and (max-width: 1080px) {
	.c-uhfh .c-search {
    display: none;
}
}


legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
font-family: 'SegoeMDL2';
src: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Sgurzrf%2Szvpebfbsg-nqbcgvba%2Ssbagf%2Sfrtzqy2.ggs');
}
@font-face {
font-family: 'Segoe Fluent Icons';
src: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Sgurzrf%2Szvpebfbsg-nqbcgvba%2Ssbagf%2SFrtbr-Syhrag-Vpbaf.ggs');
}

@font-face {
font-family: 'Fabric';
src: url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Sgurzrf%2Szvpebfbsg-nqbcgvba%2Ssbagf%2Ssnoevp-vpbaf.ggs'),
url('http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Snqbcgvba.zvpebfbsg.pbz%2Sjc-pbagrag%2Sgurzrf%2Szvpebfbsg-nqbcgvba%2Ssbagf%2Ssnoevp-vpbaf.jbss') format("woff");
}

@font-face {
    font-family: "SegoeUI";
    src:
    local("Segoe UI"),
    url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sabezny%2Syngrfg.jbss2) format("woff2"),
    url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sabezny%2Syngrfg.jbss) format("woff"),
    url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sabezny%2Syngrfg.ggs) format("truetype");
    font-weight: 400;
        font-style: normal;
    }


@font-face {
font-family: "SegoeUI Semibold";
src:
local("Segoe UI Semibold"),
url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sfrzvobyq%2Syngrfg.jbss2) format("woff2"),
url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sfrzvobyq%2Syngrfg.jbss) format("woff"),
url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sfrzvobyq%2Syngrfg.ggs) format("truetype");
font-weight: 600;
	font-style: normal;
}

@font-face {
font-family: "SegoeUI Bold";
src:
local("Segoe UI Bold"),
url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sobyq%2Syngrfg.jbss2) format("woff2"),
url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sobyq%2Syngrfg.jbss) format("woff"),
url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Sp.f-zvpebfbsg.pbz%2Sfgngvp%2Ssbagf%2Sfrtbr-hv%2Sjrfg-rhebcrna%2Sobyq%2Syngrfg.ggs) format("truetype");
font-weight: 800;
	font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p, body {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

.page-header h1 {
    font-size: 40px!important;
	margin-bottom: 15px;
	line-height: 48px;
}

.page-header h2 {
    font-size: 20px;
	font-weight: 400!important;
}

p {
	margin-bottom: 15px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.page-title h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
.page-title h2 {
    font-size: 26px;
}

.page-title img {
    width: 300px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

div#content {
    min-height: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

form .btn:focus {
    background: black;
    color: white;
}
form#content-services-partner-registration .interests fieldset {
    margin-bottom: 0px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #246db5;
    width: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px;
    border-radius: 2px!important;
    border: none;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 10%);
    color: white;
    overflow: hidden;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #000;
    color: white;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #000;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #000;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}