/*!
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
--------------------------------------------------------------*/

.nav-menu ul .btn a, body a.btn {
    border-radius: 100px!important;
    padding: 10px 20px!important;
}
.single-feature.top .image .featured-image {
    background-size: cover !important;
    background-position: center !important;
}

button#load-more-btn {
    background: #5c5fc8;
    padding: 12px 20px;
    font-family: "SegoeUI Semibold";
    font-size: 15px;
    line-height: 22px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: none;
    border-radius: 3px;
    overflow: hidden;
}

button#load-more-btn:hover, button#load-more-btn:focus {
    background: #000;
    color: white;
}

.pagination {
    display: block;
    margin-top: 20px;
    text-align: center;
}


@media all and (min-width: 768px) {
.microsoft-teams-community {
    display: inline-block;
    width: 49%;
}
}

#main ul.categories {
    margin-bottom: 0px;
}
.blog-with-categories .page-header {
    padding-bottom: 40px!important;
}
ul.categories li {
    display: inline-block;
}

ul.categories {
    padding-left: 0px;
    margin-left: 0px;
    text-align: center;
}

#main ul.categories li a {
    padding: 10px;
    width: auto;
    text-decoration: none!important;
    font-family: "SegoeUI Semibold";
}

ul.categories li:last-child a {
    margin-right: 0px;
}

ul.categories li {
    width: fit-content;
    margin-bottom: 50px!important;
}

ul.categories li.active a {
    pointer-events: none;
    color: black;
    border: 2px solid black!important;
}

#main ul.categories li {
    margin-right: 20px;
}

#main ul.categories li:hover a {
    background: #e3e3e3;
}

#main ul.categories li.active:hover a {
    background: none;
}

.post-content blockquote {
    background: #eeeeee;
    padding: 30px;
    margin-left: 0px;
    margin-bottom: 30px;
}
.vc_toggle_content {
    height: auto!important;
	margin: 1em 0px 0px 0px!important;
	padding: 0px!important;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
.single-post .post-header .col-md-7 {
    width: 100%;
}
.single-post .post-header .col-md-5 {
    display: none;
}
}

.inner-page .page-header h1 {
    padding-bottom: 5px;
}
.inner-page .page-header h1 {
    color: black;
}

.mobile-toggle, .mobile-toggle:hover {
	color: black;
	text-decoration: none;
}

.pagination a.page-numbers {
    display: inline-block;
}

.pre-footer .pre-footer-bottom a, .post-preview > a {
	display:block;
}
@media all and (min-width: 768px) and (max-width: 1350px) {
	.follow {
    padding-top: 30px;
}
.pre-footer .pre-footer-bottom .col-sm-4 {
    width: 100%;
    margin-bottom: 20px;
}

.pre-footer .pre-footer-bottom .col-left {
    padding: 50px 50px 0px 0px;
}
}
.single-post .btn-other {
    margin-top: 20px;
    margin-bottom: 0px;
}
.header-mobile .nav-menu {
    z-index: 9999999;
}

.header-mobile .web-title, .header-mobile .logo-separator {
    display: none;
}

.header-mobile .nav-menu {
    position: absolute;
    top: 58px;
    width: 100%;
    left: 0px;
}

.header-mobile .ms-logo {
    margin-left: 15px;
}
header .mobile-toggle {
    position: absolute;
    top: 10px;
    right: 25px;
    font-family: "Fabric";
    font-size: 25px;
}
header .mobile-toggle {
    position: absolute;
    top: 10px;
    right: 25px;
    font-family: "Fabric";
    font-size: 25px;
}
header .mobile-toggle:hover {
    cursor: pointer;
}
.header-mobile .nav-menu.closed {
    display: none;
}

.header-mobile .nav-menu li {
    border-left: 0px;
    border-radius: 0px;
}
.header-mobile .nav-menu li a {
    padding: 10px 25px;
    font-size: 16px;
    line-height: 24px;
    display: block;
}
header .mobile-toggle {
    content: "";
    font-size: 26px;
    margin-top: 1px;
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
}

.header-mobile .nav-menu li {
    display: block;
    width: 100%;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.header-mobile .nav-menu ul {
    padding: 0px;
}

.header-mobile .nav-menu li.btn-main {
    padding: 0px;
}

.header-mobile .nav-menu li.btn-main a {
    margin: 0px;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    border-radius: 0px;
    border: none;
}

@media all and (max-width: 768px) {
	

body .follow .pseudo-container {
    padding: 0px;
}
	body #main ul.categories {
    padding-top: 15px;
    margin-bottom: 20px;
}
	body #main ul.categories li {
    width: 100%;
    margin-bottom: 20px!important;
}

body #main ul.categories {
    display: block;
}
	html .single-post .post-header .featured-image {
    margin: 0px;
    width: 100%;
    min-height: 170px;
}


html .single-post .post-header {
    display: block;
}

html .single-post .post-details {
    padding: 25px;
}

html .single-post article ul.single-social-icons {
    margin-left: -20px;
    padding-left: 0px;
    margin-bottom: 0px!important;
}

.post-content ul {
    margin-left: 0px;
    padding-left: 15px;
}

html article .bottom-social p.share-heading {
    margin-bottom: 0px;
}

html .post-content .bottom-social {
}

html .single-post .post-details .bottom-social {
    margin-top: 30px;
    margin-bottom: 20px;
}

.single-post article .bottom-social ul.single-social-icons {
    margin-top: 10px;
}

.post-details .btn-other {
    margin-bottom: 0px;
}

html .single-post .post-header .col-left {
    padding: 30px;
}

	
html .single-post article {
    margin-top: 0px;
}

body .breadcrumb-bar {
    padding: 20px 30px;
}

body .single-post .main-content {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
html .single-post article .post-meta img {
    margin-bottom: 40px;
    float: left;
    margin-top: 3px;
}
	.page-header h1 {
		padding-bottom: 10px;
	}
body .faq {
    padding-top: 40px;
    padding-bottom: 40px;
}


.faq .vc_toggle_title:before {
    float: left;
    margin-bottom: 23px;
}

	
body .faq .col-left {
    padding: 0px;
}
	
	body .page-header .half-half .half-content .content-inner {
    padding: 0px 30px 40px 0px;
}

body .inner-page .page-header {
    padding: 40px 0px;
}
body .pre-footer-bottom .pseudo-container {
    display: block;
    padding: 0px 60px;
}

body .pre-footer .pre-footer-bottom .single-card {
    width: 100%;
    margin-top: 20px;
}

body .pre-footer .pre-footer-bottom .col-right {
    padding-top: 0px;
}

body .follow {
    padding-top: 30px;
    text-align: center;
}

body footer h3 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 28px;
    margin-top: 30px;
}

body footer {
    padding-top: 20px;
}

body .lang-switcher {
    width: 100%;
}

footer ul#menu-bottom-menu {
    margin: 20px 0px 40px 0px;
}
body .pre-footer .pre-footer-top h2 {
    font-size: 30px;
    line-height: 38px;
    padding: 0px 40px;
}

body .pre-footer a.btn {
    margin-bottom: 100px;
}
	body .post-preview .featured-image {
    min-height: 140px;
}
}
.pre-footer .pre-footer-top {
    z-index: 9999;
    position: relative;
}
footer a {
    color: #616161;
    font-size: 12px;
    line-height: 16px;
}

footer .privacy-choices svg {
    vertical-align: middle;
    margin-right: 6px;
}

footer .lang-switcher {
    width: 12%;
    padding-right: 0px;
}

footer .privacy-choices {
    padding-left: 0px;
}
.post-preview .featured-image {
    background-color: #f5f5f5!important;
}
.nav-menu ul {
    padding-left: 15px;
}

.nav-menu ul li {
    vertical-align: top;
    padding-top: 3px;
}

.nav-menu ul li.btn a {
    margin-top: -12px;
    vertical-align: top;
}
.single-post .post-content h3 {margin-top: 20px;margin-bottom: 5px;}

.single-post .post-content img.alignnone {
    margin-top: 10px;
    margin-bottom: 20px;
}
.post-preview .post-details {
    min-height: 240px;
}

.single-post {
    background: url(/wp-content/uploads/2023/10/page-bg-scaled.jpg)!important;
    background-size: cover!important;
}
.post-preview a.btn {
    margin-top: 10px;
    margin-bottom: 0px;
}
.landing-blog .pre-footer {
    margin-top: 80px;
}
.pagination a.next.page-numbers {
    font-size: 0px;
}
.pagination a.next.page-numbers:before {
    content: "Next";
    font-size: 16px;
    line-height: 24px;
}
.landing-blog .pagination {
    text-align: center;
    width: 100%;
}

.landing-blog .pagination span, .landing-blog .pagination a {
    margin: 0px 5px;
    font-family: "SegoeUI Semibold";
    text-decoration: none;
}

.landing-blog .pagination a {
    color: #5c5fc6;
}

.landing-blog .pagination span {
    color: #000;
    opacity: 0.6;
}
.pagination a.prev.page-numbers:after {
    content: "Previous";
    font-size: 16px;
    line-height: 24px;
}

.pagination a.prev.page-numbers {
    font-size: 0px;
}
.pagination a.prev.page-numbers:before {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 12px;
    margin-top: -9px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: middle;
    transform: rotate(-180deg);
}
.pagination a.next.page-numbers:after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 12px;
    margin-top: -9px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    right: 0px;
    content: "";
    vertical-align: middle;
}
.post-preview * {
    background: white;
    text-align: left;
}

.post-preview .featured-image {
    min-height: 200px;
    background-size: cover!important;
	background-position: center!important;
}

.post-preview .post-details {
    padding: 30px;
}
.pre-footer-bottom .pseudo-container {
    display: inline-flex;
    padding: 0px 100px;
}
.follow .pseudo-container {
    padding: 0px 80px;
}
body .pre-footer-bottom h2 {
    font-size: 26px;
    line-height: 34px;
}

div#cookie-banner {
    position: fixed;
    z-index: 999;
    border-bottom: 2px solid #ddd;
}

div#wcpConsentBannerCtrl {
    padding: 15px 0px;
}
.follow p.heading {
    font-size: 18px;
    display: inline-block;
}

.follow ul {
    display: inline-block;
    padding-left: 0px;
    margin-left: 0px;
}

.follow ul li {
    display: inline-block;
}

.follow ul li img {
    max-height: 34px;
}

.follow ul li a {
    font-size: 28px;
    line-height: 26px;
    vertical-align: middle;
    color: black;
    margin-left: 15px;
}

body footer .lang-switcher a {
    font-size: 12px;
    line-height: 18px;
    pointer-events: none;
    text-decoration: none!important;
}

.single-post .post-header .featured-image {
    min-height: 295px;
    margin-top: -40px;
    margin-right: -50px;
    border-radius: 5px;
}

.single-post article {
    margin-top: 60px;
}

.single-post article .post-meta img {
    max-height: 18px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 6px;
}

.single-post article .post-meta p {
    margin-bottom: 0px;
}

.single-post .post-details {
    background: white;
    padding: 60px;
}

.single-post .post-details ul.single-social-icons ul {
    list-style: none;
}

.single-post .post-details ul.single-social-icons li {
    display: inline-block;
}

.single-post article ul.single-social-icons {
    display: inline-block;
    margin-left: 10px;
}

.single-post .share-heading {
    display: inline-block;
}

.single-post article ul.single-social-icons li {
    margin-right: 10px;
}

.single-post article h2 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 40px;
}

.bottom-social ul.single-social-icons {
    vertical-align: middle;
    margin-top: 20px;
}

.bottom-social p {
    vertical-align: middle;
}

.single-post .post-header {
    background: linear-gradient(to bottom, #835cd0, #575abf);
    display: flex;
}

.single-post .post-header .ms-logo {
    max-height: 30px;
    margin-bottom: 20px;
}

.single-post .post-header .col-left {
    padding: 40px;
}

.single-post .post-header .col-left * {
    color: white;
}

.single-post .post-header .featured-image {
    min-height: 250px;
    margin-top: -40px;
    margin-right: -50px;
}

.single-post article {overflow: visible;}

.breadcrumb-bar {
    background: url(/wp-content/uploads/2023/10/breadcrumbs-bg.jpg);
    background-size: cover;
    padding: 20px 75px;
    background-position: left top;
}

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

.breadcrumb-bar * {
    font-size: 14px;
    line-height: 22px;
}

.faq .col-left {
    padding: 0px 100px;
}
.faq h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 50px!important;
}


.vc_toggle_title>h4 {
    color: #5D5BD4;
    font-size: 18px;
    line-height: 26px;
}

.vc_toggle_title:before {
    color: #5D5BD4;
    content: "";
    font-family: 'Fabric';
    font-size: 24px;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 20px;
}

.vc_toggle.vc_toggle_active .vc_toggle_title:before,
.vc_toggle.active .vc_toggle_title:before {
    content: "";
    border: 2px solid;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
    padding-left: 0px;
    text-align: center;
}

.vc_toggle {
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

.vc_toggle_content {
    margin-bottom: 0px;
}

.faq .wpb_wrapper .vc_toggle:last-child {
    border-bottom: 0px;
}


.inner-page .faq h2 {
    color: #35258F;
}
.inner-page h2 {
    color: #5B5FC7;
    font-size: 38px;
    line-height: 46px;
}
.inner-page .page-header h1 {
    background: linear-gradient(45deg, #c490ff, #604cc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-page {
    background: url(/wp-content/uploads/2023/10/page-bg-scaled.jpg)!important;
    background-size: cover!important;
}

.inner-page .page-header {
    padding: 80px 0px;
}

.page-header .half-image {
    box-shadow: 0 0px 10px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    border-radius: 5px;
}

.page-header .half-content .content-inner {
    padding: 80px 120px 80px 0px;
}

.page-header .half-content .content-inner a.btn {
    margin-bottom: 0px;
}

.page-header .half-content .content-inner p {
    margin-bottom: 20px;
}

.pre-footer .single-card:hover img {
    filter: brightness(0) opacity(0.7);
}


.pre-footer .pre-footer-bottom .col-right {
    padding: 20px 0px 0px 0px;
}


.pre-footer .pre-footer-bottom a {
    text-decoration: none;
}

.pre-footer .pre-footer-bottom .single-card:hover {
    background: white;
}

.pre-footer .pre-footer-bottom .single-card:hover * {
    color: black;
}

.pre-footer .pre-footer-bottom {
    padding-bottom: 60px;
    padding-top: 30px;
}

.pre-footer .pre-footer-top {
    text-align: center;
    margin-bottom: -80px;
}
.pre-footer .pre-footer-bottom .single-card p {
    font-size: 15px;
    line-height: 23px;
}
.pre-footer .pre-footer-top h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
}

.pre-footer .pre-footer-bottom {
    background: #5d5bd4;
}

.pre-footer .pre-footer-bottom * {
    color: white;
}
@media all and (min-width: 1640px) {
	body .pre-footer .pre-footer-bottom .col-right {
    padding-left: 4em;
}
	body .pre-footer .pre-footer-bottom .col-right .col-sm-4 {
    width: inherit;
}
}

.pre-footer .pre-footer-bottom .single-card {
    border: 1px solid;
    border-radius: 3px;
    padding: 10px 10px 10px 1.25em;
    width: 17em;
}
.pre-footer .pre-footer-bottom .single-card img {
    max-height: 30px;
    float: left;
    margin: 8px 15px 10px 5px;
}

.pre-footer .pre-footer-bottom .single-card p {
    margin: 0px;
}

.pre-footer img {
    margin: 0px auto;
    display: block;
}
.accent {
	color: #5B5FC7;
}
.nav-menu ul {
    padding-top: 17px;
}

.nav-menu ul .btn a {
    background: #5a62c0;
    color: white;
    margin-top: -16px;
    margin-left: 10px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
}

.nav-menu ul .btn a {
    color: white;
}

.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) {
.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: #5b5fc7;
    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: #5b5fc7;
    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: #5b5fc7;
    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: #5b5fc7;
    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: #5b5fc7;
    vertical-align: top;
    padding-top: 7px;
    display: inline-block;
    text-decoration: underline;
}

.recommended-content li:hover .icon {
    border-color: #5b5fc7;
}

.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;
	border-color: #5b5fc7!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: #5b5fc7;
    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 white;
}
a.btn.btn-text {
    border: none;
}
a.btn.btn-white {
    border-color: white;
}
a.btn {
    border: 2px solid #5b5fc7;
}

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: #5b5fc7;
    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: 999;
}
.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 .single-social-icons a {
    display: flex;
}

.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: 15px;
}

.share-widget .single-social-icons .linkedin-share .share-label {
    margin-left: 16px;
}
.share-widget .single-social-icons .share-label {
    margin-left: 14px;
}

.share-widget .single-social-icons .teams-share {
    padding-left: 14px;
	margin-top: 0px!important;
}

.share-widget .single-social-icons .twitter-share {
    padding-left: 16px;
}

.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: #1da1f2!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 a.top:focus::after {
    outline: 2px dashed #fff;
    outline-offset: -4px;
}
.content-card a.top:focus {
    outline: none!important;
}
.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-header {
    text-align: center;
}

.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: #5b5fc7;
}
.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(https://adoption.microsoft.com/partner-solution-gallery/assets/img/loading-icon.svg) 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 li.ui-tabs-active .icon {
	opacity: 1;
}
.adoption-journey .tabs li .icon {
	opacity: 0.4;
}
@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: #6da300;
    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);
}

	body .roles .adoption-journey .tabs ul li.ui-tabs-active span.icon {
    opacity: 1;
}
body .roles .adoption-journey .tabs ul li span.icon {
    opacity: 0.4;
}

@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: 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: #fc7e00;
}
.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: #5b5fc7;
}
.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(/wp-content/uploads/2022/05/modal-close.png);
    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;
}
}
@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;
}


.outbound a:before {
    margin-left: 15px;
    margin-bottom: 20px;
    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;
}
}


.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;
}
.menu-item-has-children a {
    margin-right: 25px!important;
}
.nav-menu ul {
    margin-bottom: 0px;
  margin-left: 0px;
}
header li.menu-item-has-children a:after {
  font-size: 11px!important;
}
.nav-menu ul .btn a:hover {
    background: black;
}

html .nav-menu li a:hover {
    text-decoration: underline!important;
}
html .nav-menu li a, html .nav-menu li.btn a:hover {
    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;
  }
}

.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: 275px;
    z-index: 99999;
}

.navbar-nav > li {
    margin-right: 15px;
}

a.web-title, .ms-logo {
    vertical-align: top;
}

body nav.navbar {
    margin: 20px 0px 0px 40px;
    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;
}

.nav-link.dropdown-toggle:after {
    font-family: "SegoeMDL2";
    transition: all 200ms ease-in-out;
    font-size: 10px;
    display: inline-block;
    position: relative;
    content: "";
    transform: rotate(90deg);
}

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: 0 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 .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: #5b5fc7;
    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 {
    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(/wp-content/uploads/2022/05/business-user-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .roles .adoption-journey .tabs ul li span.icon.developer {
    background: url(/wp-content/uploads/2022/05/developer-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .roles .adoption-journey .tabs ul li span.icon.champion {
    background: url(/wp-content/uploads/2022/05/champion-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body .roles .adoption-journey .tabs ul li span.icon.it-professional {
    background: url(/wp-content/uploads/2022/05/it-professional.png);
    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: -3px !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%);
    transition: opacity 0.3s, box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    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(https://resources.techcommunity.microsoft.com/wp-content/uploads/2020/05/cookie-icon.png);
    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(/wp-content/uploads/2019/10/caret.png);
    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(/wp-content/uploads/2019/10/special-needs-icon.jpg);
        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(/wp-content/uploads/2022/05/secure-my-environment-icon.jpeg);
        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(/wp-content/uploads/2019/10/build-champions-icon.jpg);
        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(/wp-content/uploads/2019/10/train-your-org-icon.jpg);
        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(/wp-content/uploads/2019/10/engage-your-org-icon.jpg);
        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(/wp-content/uploads/2019/10/get-started-icon.jpg);
        background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}


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: 0px!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: 14px;
    margin-top: -3px;
    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(https://resources.techcommunity.microsoft.com/wp-content/uploads/2017/08/microsoft-featured.jpg)!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(/wp-content/uploads/2022/05/play-btn-white.png);
    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(/wp-content/uploads/2019/10/get-started-icon.jpg);
    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(/wp-content/uploads/2019/10/engage-your-org-icon.jpg);
    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(/wp-content/uploads/2019/10/train-your-org-icon.jpg);
    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(/wp-content/uploads/2019/10/build-champions-icon.jpg);
    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(/wp-content/uploads/2022/05/secure-my-environment-icon.jpeg);
    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;
}
.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 {
	background: #5b5fc7;
    color: white;
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 6px;
}
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: #5963c0;
}
@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('/wp-content/themes/microsoft-adoption/fonts/segmdl2.ttf');
}

@font-face {
font-family: 'Fabric';
src: url('/wp-content/themes/microsoft-adoption/fonts/fabric-icons.ttf'),
url('/wp-content/themes/microsoft-adoption/fonts/fabric-icons.woff') format("woff");
}

@font-face {
    font-family: "SegoeUI";
    src:
    local("Segoe UI"),
    url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
    url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
    url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
        font-style: normal;
    }


@font-face {
font-family: "SegoeUI Semibold";
src:
local("Segoe UI Semibold"),
url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
font-weight: 600;
	font-style: normal;
}

@font-face {
font-family: "SegoeUI Bold";
src:
local("Segoe UI Bold"),
url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
url(https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
font-weight: 800;
	font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #242424;
	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: 48px!important;
	margin-bottom: 15px;
	line-height: 56px;
}

.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 #ccc;
	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 #ccc;
}

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;
}