/*!
Theme Name: MCIO
Theme URI: http://underscores.me/
Author: Origin
Author URI: http://KJ
Description: Theme for MobileConnect
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme_mcio
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MCIO is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #574964;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# 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 https://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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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;
	border-radius: 3px;
	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: #574964;
}

a:hover {
	color: #8c8aad;
	text-decoration: underline;
}
a:focus, a:active{

}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: none;
	float: left;
	position: absolute;
	left: -20px;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #21272d;
  transform: translate(-20px, 0px);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 150px;
padding: 10px 10px;
font-size: 0.65rem;
color: white;
text-transform: uppercase;
text-align: left;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
/*azure menu item*/
#menu-item-188 a span:before{
    content: " > ";
}
#menu-item-927 a span:before{
    content: " > ";
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*india menu*/
.menu-india-primary-container {
    width: 100%;
    margin-top: -20px;
}
/*es menu*/
.menu-spain-primary-container {
    width: 100%;
    margin-top: -20px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/* All new stuff here for now.
-------------------------------------------------------------- */














/* Do not put anything here yet
-------------------------------------------------------------- */

@font-face {
	font-family: 'proximanovalight';
	src: url('fonts/proximanovalight.eot');
	src: local('fonts/proximanovalight'), url('fonts/proximanovalight.woff') format('woff'), url('fonts/proximanovalightproximanovalight.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="proximanovalight">Text with this font applied</p> */
.proximanovalight {
	font-family: 'proximanovalight' !important;
}

@font-face {font-family: "proximanovathin";
  src: url("fonts/b5e2b75af1aa994cb39243a656efedb9.eot"); /* IE9*/
  src: url("fonts/b5e2b75af1aa994cb39243a656efedb9.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("fonts/b5e2b75af1aa994cb39243a656efedb9.woff2") format("woff2"), /* chromeã€firefox */
  url("fonts/b5e2b75af1aa994cb39243a656efedb9.woff") format("woff"), /* chromeã€firefox */
  url("fonts/b5e2b75af1aa994cb39243a656efedb9.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
  url("fonts/b5e2b75af1aa994cb39243a656efedb9.svg#Proxima Nova S W01SC Thin") format("svg"); /* iOS 4.1- */
}
.proximanovathin{
	font-family: 'proximanovathin' !important;
}
.container-1140 .row{
	max-width: 1140px;
	margin: 0 auto;
}
.container-900 .row{
	max-width: 900px;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: Montserrat;
  font-weight: bold;
}
h1{

}
h2{
  font-size: 2.65em;
	line-height: 1.17;
	letter-spacing: -2.2px;
}
h1.main-heading{
	font-size: 1.9rem;
	margin-bottom: 20px;
}
h2.main-heading{
	font-size: 1.5rem;
  letter-spacing: -1.2px;
}
.h3, h3 {
    font-size: 1.9rem;
}
.h3.smaller, h3.smaller {
    font-size: 1.7rem;
}
.h6, h6{
	font-size: 0.9rem;
	font-weight: 700;
}
p {
  font-family: 'proximanovalight' !important;
	font-size: 0.8rem;
	font-weight: normal;
}
.small-text p{
	font-size: 0.7rem;
}
.larger{
	font-size: 1rem;
}
.ref{
	font-size: 0.7rem;
}
.main-header-p{
	font-size: 1em;
	font-weight: 400;
}
.icon-max-150{
	max-width: 150px;
	width: 100%;
}
.icon-max-110{
	max-width: 110px;
}
.icon-max-100{
	max-width: 100px;
}
.icon-max-90{
	max-width: 90px;
}
.icon-max-70{
	max-width: 70px;
	height:70px;
	width:70px;
}
.icon-max-80{
	max-width: 80px;
}
.icon-max-60{
	max-width: 60px;
}
.icon-max-50{
	max-width: 50px;
	height: 50px;
}
.icon-max-40{
	max-width: 40px;
}
.icon-max-30{
	max-width: 30px;
	width: 30px;
}
.icon-max-height-110{
	max-height: 110px;
	height: 110px;
}
.number{
	border-radius: 2em;
	background: #c5c5c5;
	color: #6b6b6b;
	line-height: 2em;
  width: 2em;
	margin: 0 auto;
}
.hor-line-before{
	align-items: center;
	border-bottom: 1px solid #ababab;
	flex-grow: 1;
	transform: translate(-10%,-50%);
}
.hor-line-after{
	align-items: center;
	border-bottom: 1px solid #ababab;
	flex-grow: 1;
	transform: translate(10%,-50%);
}
.hor-line-empty{
	align-items: center;
	flex-grow: 1;
}
.number:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #rrggbb;
  }
body{
}
p:empty { display:none; }

.vc_custom_1548180192677{
  padding-top: 0px;
  padding-bottom: 0px;
}
.vc_custom_1548179899203{
  padding-top: 0px;
  padding-bottom: 0px
}
.sc_layouts_row_fixed_on{
  box-shadow: none;
}
.top_panel .sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item:first-child:not(:last-child):after{
  display: none;
}
.top_panel .sc_layouts_row_type_compact .sc_layouts_column_align_right .sc_layouts_item:first-child:not(:last-child){
  padding-right: 0px;
}
.sc_layouts_column_align_right .sc_layouts_item{
  margin-left: 1em;
}

/*resource icons*/
.white-paper.resource-icon{
	background-image:url("images/Resources_White_papers.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.report.resource-icon{
	background-image:url("images/Resources_Reports.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.video.resource-icon{
	background-image:url("images/Resources_Videos.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.brochure.resource-icon{
	background-image:url("images/Resources_Brochures.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

/*grad backgrounds*/
.grad-red-darkred {
  background-image: linear-gradient(to bottom right, red, yellow);
}
.grad-pink-orange {
  background-image: linear-gradient(to bottom right, #931d61, #ff6600);
	color: white;
}
.bg-white{
	background: white;
	color: #403a52;
}
.bg-white h6 a{
	color: #403a52;
}
.bg-grey{
	background: #eee;
	color: #403a52;
}
.bg-purple{
	background: #403a52 ;
	color: white;
}
.bg-purple a{
	color: white;
}
.bg-magenta{
	background: #942062;
	color: white;
}
.bg-magenta a{
	color: white;
}
.background-authentication-1{
	background-image:url("images/Authentication_Tom_360575606.jpg");
	background-size: cover;
	background-position-x: center;
}
.background-authentication-2{
	background-image:url("images/Authentication_Rithika-_794116513.jpg");
	background-size: cover;
	background-position-x: center;
}
.background-authorisation-1{
	background-image:url("images/Authorise-Chen-1038170035.jpg");
	background-size: cover;
	background-position: right;
}
.background-authorisation-2{
	background-image:url("images/Authorise-Jim_380264782.jpg");
	background-size: cover;
	background-position-x: center;
}
.background-identity-1{
	background-image:url("images/Identity_Geoff_268450487.jpg");
	background-size: cover;
	background-position-x: center;
}
.background-identity-2{
	background-image:url("images/Identity_-Anika_243770773.jpg");
	background-size: cover;
	background-position-x: center;
}
.background-attributes-1{
	background-image:url("images/Attributes_Jason_573110422.jpg");
	background-size: cover;
	background-position-x: center;
}
.background-attributes-2{
	background-image:url("images/Attributes_Annie_401830699.jpg");
	background-size: cover;
	background-position-x: center;
}
.orange-bullets{
	list-style: none; /* Remove default bullets */
	font-family: proximanovalight;
	margin: 0 0 1em 0;
	padding-left: 1em;
}
.orange-bullets li{
	font-size: 0.8rem;
	font-weight: 100;
}
.orange-bullets li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: orange; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.small-text .orange-bullets li{
	font-size: 0.7rem;
}
.static-image{
	background-image:url("images/top-banner-for-at-a-glance.jpg");
	background-size: cover;
	background-position-x: center;
}
.image-and-text-inline .wpb_wrapper{
  display: inline-flex;
  /*align-items: center;
  justify-content: center;*/
}
.image-and-text-inline img.alignleft{
  margin-right: 0.5em;
  max-width: 100px;
}
.image-and-text-inline p{
  font-size: 1.3em;
}
.image-and-text-inline .wpb_wrapper p.p2{
  margin-top: 30px;
}

.video-player-box h6{
  color: #403a52 !important;
}
.video-player-box .scheme_dark .trx_addons_video_player.with_cover .video_hover, .scheme_dark .format-video .post_featured.with_thumb .post_video_hover {
    color: #ffffff;
    background-color: #ffffff;
}
.video-player-box .trx_addons_video_player.with_cover .video_hover:before, .format-video .post_featured.with_thumb .post_video_hover:before{
  color: #333244;
}
.video-player-box .trx_addons_video_player.with_cover .video_hover:hover:before, .format-video .post_featured.with_thumb .post_video_hover:hover:before{
  color: white;
}
.play {
	position: absolute;
  left: 50%;
  bottom: 50%;
  /* cursor: pointer; */
  width: 50px;
  height: 50px;
  background-color: rgb(0,172,212);
  text-indent: -9999px;
  display: block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  transform: rotate(90deg);
  transform: translate(-50%,50%) rotate(90deg);
}
.play span{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}
.play:hover{
	background-color: #574964;
}
.blue-grad-bar{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00acd4+0,1fc0da+100 */
background: rgb(0,172,212); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,172,212,1) 0%, rgba(31,192,218,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,172,212,1) 0%,rgba(31,192,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,172,212,1) 0%,rgba(31,192,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acd4', endColorstr='#1fc0da',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.scheme_dark{
	color: #ffffff;
  font-family: Montserrat;
  font-weight: bold;
}
.scheme_dark a{
	color: white;
}
.scheme_dark .sc_layouts_item_icon{
    color: #ffffff;
}
.four-stages .sc_services_item_thumb img{
  max-width: 90px;
  max-height: 90px;
}
.sc_services_light .sc_item_columns_4 .sc_services_item.with_image:before{
  font-family: Montserrat;
}
.red-grad{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#780452+1,9f0063+100 */
background: rgb(120,4,82); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(120,4,82,1) 1%, rgba(159,0,99,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(120,4,82,1) 1%,rgba(159,0,99,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(120,4,82,1) 1%,rgba(159,0,99,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#780452', endColorstr='#9f0063',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/**/
.bottom-button-sticky-container .sc_button{
  position: absolute;
  bottom: 20px;
  transform: translate(-50%, -50%);
}


/*target mobile only*/

@media only screen
   and (max-width : 414px) {
   /* Styles here */
  .sc_layouts_menu_mobile_button{
    position: absolute;
    right: -210px;
    top: -22px;
  }
  img.logo_image{
    position: absolute;
    left: 30px;
    bottom: -15px;
  }
}
/* End of stuff I did for the initial cloud theme
-------------------------------------------------------------- */

/*google material icons*/
.material-icons{
	transform: translateY(5px);
}
/* end google material icons*/
.light-bg a{
	color: #333;
}
.light-bg a:hover{
	color: #666;
}
.dark-bg a{
	color: #fff;
}
.dark-bg a:hover{
	text-decoration: underline;
}
.grey-bg{
	background: #eee;
}
.blue-bg{
	background: #1da8c8;
	color: #fff;
}
.magenta-bg{
	background: #942062;
	color: #fff;
}
.orange-bg{
	background: #f26722;
	color: #fff;
}
.pinkish-bg{
	background: #ee3868;
	color: #fff;
}
.gsma-pink{
	background: #EE3772;
	color: #fff;
}
.gsma-purple{
	background: #95226C;
	color: #fff;
}
.gsma-orange{
	background: #FF6600;
	color: #fff;
}
.gsma-green{
	background: #9CB227;
	color: #fff;
}
.green{color: #9CB227;}

/*media queries for font sizes*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { html{font-size: 1rem;} }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { html{font-size: 1.2rem;}}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { html{font-size: 1.25rem;}}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { html{font-size: 1.3rem;} }

.languages-menu{
	font-size: 14px !important;
	margin-top: 30px;
	margin-bottom: 10px;
}
.custom-logo-link{
	max-width: 110px;
}
#primary-menu{
	float: right;
}
#primary-menu>li{
	font-family: "Montserrat",sans-serif;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -0.4px;
}
#primary-menu>li>a{
	font-size: 0.75rem;
	padding: 0 0.5em 1em;
}
#primary-menu>li:last-child>a{
	    padding-right: 0;
}
#primary-menu li#menu-item-9{
	display: none;
}
.current-menu-item a{
	font-weight: bold;
}
.current-menu-ancestor>a{
	font-weight: bold;
}
.main-navigation{

}
.main-navigation .slicknav_nav ul {
    float: none;
    position: inherit;
    top: inherit;
    box-shadow: none;
    margin: 0;
    left: inherit;
		transform: translate(0,0);
		background: #ececec;
}
.slicknav_nav li {
    position: inherit;
}
.main-navigation .slicknav_nav ul a{
	color: #706888;
}
.site-branding{
	/*margin-bottom: 20px;*/
}
li.menu-item-17 a{

}
li.menu-item-17 a::before{

}
/*This has to be here to use Font awesome in the menu because style.css overrides the fontawesome css for fonts in this UL*/
#primary-menu>li.fab{font-family: "Font Awesome 5 Brands";}
/*override Fontawesomes natural behaviour to add the icon to the :before*/
.fa-twitter:before, .fa-linkedin-in:before{
    content: none !important;
}
/*we want to add it to the a:before*/
.fa-twitter a:before {
    content: "\f099";
    line-height: 1.4em;
}
.fa-linkedin-in a:before {
    content: "\f0e1";
    line-height: 1.4em;
}
.fa-twitter span, .fa-linkedin-in span{
		display: none;
}
.site-content{
	margin-top: 102px;
}
.site-footer ul{
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}
.site-footer ul li{
	font-size: 14px;
	padding-left: 0;
	font-weight: 400;
	text-align: left;
	line-height: 2.1;
	margin: 0;
}
.site-footer ul li a{
	font-weight: 100;
}
.menu-social-icons-container ul li a{
	font-size: 1.5rem;
}
.menu-social-icons-container ul li:first-child a{
	padding-right: 1em;
}
/*scroll to top*/
#scroll {
    position:fixed;
		right: 75px;
    bottom: 90px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#ff6c00;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#030707;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.blue-bottom-bar a, .magenta-bottom-bar a{
	font-size: 0.8rem;
	font-weight: bold;
}
.magenta-bottom-bar a.larger, .blue-bottom-bar a.larger{
	font-size: 1rem;
}
/*utility classes*/
.lh-1-1em{
	line-height: 1.1em;
}
.btn.btn-primary{
	border: 0;
	background: #333;
	border-radius: 1.5rem;
	text-transform: uppercase;
}
.btn.btn-primary:hover{
	background: white;
	color: #333;
}
.btn.btn-primary:visited{

}
.btn.btn-light{
	border-radius: 1.5rem;
	text-transform: uppercase;
}
.btn.btn-light.magenta-text{
	color: #95226C;
}
.btn{
	font-size: small;
	font-family: Montserrat;
}
.stuck-to-bottom{
	position: absolute;
	bottom: 0px;
	transform: translate(-50%, -50%);
	left: 50%;

}
.pb-6, .py-6 {
    padding-bottom: 3.5rem!important;
}
.pb-7, .py-7 {
    padding-bottom: 4rem!important;
}
.pb-8, .py-8 {
    padding-bottom: 4.5rem!important;
}
.pb-9, .py-9 {
    padding-bottom: 5rem!important;
}
.pb-10, .py-10 {
    padding-bottom: 6rem!important;
}
.pb-11, .py-11 {
    padding-bottom: 7rem!important;
}

/*case studies*/
.case-studies .col-sm-4{
	position: relative;
	padding-bottom: 1.5rem;
}
.case-studies .col-sm-4:hover .inner-case-study-info{
	opacity: 1;
}
.case-studies .inner-case-study{
  transition: .5s ease;
  opacity: 1;
	/* background: rgba(69, 33, 121, 0.54); */
	position: relative;
	height: 100%;
}
.case-studies .col-sm-4 .image-holder {
	position: relative;
	transition: transform 0.5s;
	width: 100%;
	height: 200px;
	z-index: 1;
}
.case-studies .col-sm-4:hover .content{
  transform: translateY(-40px);
}
.case-studies .col-sm-4:hover .image-holder{
  transform: scale(1.5);
}
.case-studies .col-sm-4 .inner-case-study{
  opacity: 1;
	overflow: hidden;
}
.case-studies .col-sm-4 .inner-case-study .content{
	padding: 20px 20px 0;
	/* transform: translateY(-30px); */
	z-index: 2;
	position: relative;
	transition: transform 0.3s;
}
.inner-case-study-info{
	transition: .5s ease;
	opacity: 0;
	text-align: center;
	/* background: rgba(69, 33, 121, 0.54); */
	z-index: 2;
	font-size: 0.7rem;
	position: absolute;
}
.inner-case-study-info a span{
	font-family: 'proximanovalight' !important;
}
.case-studies .col-sm-4 .inner-case-study p{
	z-index: 3;
	position: relative;
	color: white;

}
.case-studies .col-sm-4 .inner-case-study h5 a{
	color: #ffffff;
}
.case-studies .col-sm-4 .inner-case-study a.icon{
	/* background: rgba(163, 163, 175, 0.5); */
	border-radius: 2em;
	padding: 0.6em;
	position: relative;
	z-index: 4;
	color: white;
}
.white-popup {
  position: relative;
  width: auto;
  max-width: 1110px;
  margin: 20px auto;
	overflow: hidden;
}
.white-popup img.main-image{
	width: 100%;
	transition: transform 0.4s ease-out;
	transform: translateY(-400px);
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .white-popup img.main-image{
	transform: translateY(0%);
	/* margin-top: -25%; */
}
.white-popup .content-outer a.case-studies-launch-pdf{
	display: block;
	width: 115px;
	background: url('images/case-studies-launch-pdf.svg');
	background-repeat: no-repeat;
	background-size: 50%;
	background-position-x: center;
	padding: 80px 0 0;
	text-align: center;
	margin-bottom: 20px;
	/* float: right; */

}
.case-studies-launch-pdf span{
	font-size: 0.6em;
	display: block;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .white-popup .content-outer{
	transform: translateY(0%);
	/* margin-top: -25%; */

}
.white-popup .content-outer{

}
.white-popup .content-outer a{
	padding:20px;
	color: white;
}
.white-popup .content-outer ul{
	margin: 0 0 20px;
}
.white-popup .content-outer ul li{
	font-weight: 100;
	font-size: 0.8rem;
	font-family: 'proximanovalight' !important;
}
.white-popup .content-outer{
	transition: transform 0.6s ease-out;
	transform: translateY(300px);
	color: white;
	font-weight: 100;
	font-size: 0.8rem;
	/* margin-top: 50px; */
}
.white-popup .content-outer .title{
	background-color: #574964;
	overflow: hidden;
	padding: 70px 20px 20px;
}
.white-popup .content-outer .challenge{
	background-color: #1caccf;
	overflow: hidden;
	padding: 30px 20px 20px;
}
.white-popup .content-outer .solution{
	background-color: #1fc1e8;
	overflow: hidden;
	padding: 30px 20px 20px;
}
.white-popup .content-outer .outcome{
	background-color: #22d0fb;
	overflow: hidden;
	padding: 30px 20px 20px;
}



/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* .fa-search-plus:after {
    content: "\f00e";
} */
.case-studies .col-sm-4 .inner-case-study h5 {
  background-color: transparent;
  color: #ffffff;

  padding: 16px 32px;
	z-index: 2;
}
.case-studies h5{
	background: white;
	color: #403a52;
	font-size: 0.7rem;
	text-transform: uppercase;
	width: 100%;
	position: relative;
}

/*resources*/
.resources .col-sm-4{
	position: relative;
	padding-bottom: 1.5rem;
}
.resources .inner-resource{
  transition: .5s ease;
  opacity: 1;
  text-align: center;
	background: rgba(69, 33, 121, 0.54);
	position: relative;
	height: 100%;
}
.resources .col-sm-4 .image-holder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.resources .col-sm-4:hover .image-holder {
  /* opacity: 0.3; */
}
.resources .col-sm-4 .inner-resource{
  opacity: 1;
}
.inner-resource-info{
	transition: .5s ease;
	opacity: 1;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	position: relative;
	height: 100%;
	z-index: 2;
	padding: 1.5rem 1.5rem 1rem;
}
.resources .col-sm-4 .inner-resource p{
	z-index: 3;
	position: relative;

}
.resources .col-sm-4 .inner-resource h5 a{
	color: #574964;
}
.resources .col-sm-4 .inner-resource a.icon{
	background: rgba(163, 163, 175, 0.5);
	border-radius: 2em;
	padding: 0.6em;
	position: relative;
	z-index: 4;
	color: white;
}
.resources .col-sm-4 .inner-resource  h5 {
  color: #403a52;
  padding: 16px 32px;
	z-index: 2;
}
.resources h5{
	color: #403a52;
	font-size: 0.9rem;
	text-align: center;

}

/*resources - isotope*/
.resources .grid-item{
	position: relative;
	padding-bottom: 1.5rem;
}
.resources .inner-resource{
  transition: .5s ease;
  opacity: 1;
  text-align: center;
	background: white;
	position: relative;
	height: 100%;
	min-height: 300px;
}
.resources .grid-item .image-holder {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.resources .grid-item:hover .image-holder {
  /* opacity: 0.3; */
}
.resources .grid-item .inner-resource{
  opacity: 1;
}
.inner-resource-info{
	transition: .5s ease;
	opacity: 1;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	position: relative;
	height: 100%;
	z-index: 2;
	padding: 1.5rem 1.5rem 1rem;
}
.resources .grid-item .inner-resource p{
	z-index: 3;
	position: relative;

}
.resources .grid-item .inner-resource h5 a{
	color: #574964;
}
.resources .grid-item .inner-resource a.icon{
	background: rgba(163, 163, 175, 0.5);
	border-radius: 2em;
	padding: 0.6em;
	position: relative;
	z-index: 4;
	color: white;
}
.resources .grid-item .inner-resource  h5 {
  color: #403a52;
  padding: 16px 32px;
	z-index: 2;
}
.resources h5{
	color: #403a52;
	font-size: 0.9rem;
	text-align: center;
}
.grid-item { width: 100%; }
.resources .inner-resource{
	min-height: 250px;
}

@media (min-width: 576px){
	.grid-item {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.resources .inner-resource{
		min-height: 300px;
	}
	.min-height-230{
		min-height: 230px;
	}
}
@media (min-width: 768px){
	.grid-item {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.resources .inner-resource{
		min-height: 400px;
	}
}
@media (min-width: 1024px){
	.grid-item {
	    -ms-flex: 0 0 33.333333%;
	    flex: 0 0 33.333333%;
	    max-width: 33.333333%;
	}
	.resources .inner-resource{
		min-height: 300px;
	}
}
.btn.btn-light.filter-btn{
	border-radius: 0;
	background: #d6dae0;
	color: #333343;
	font-family: Montserrat;
	font-weight: 700;
	padding: 1em 2em;
}
.btn.btn-light.filter-btn.filter-active{
	background: #333342;
	color: white;
}
.btn.btn-light.filter-btn:hover{
	background: #333342;
	color: white;
}

.btn.btn-light.filter-btn-spec{
        border-radius: 0;
        background: #d6dae0;
        color: #333343;
        font-family: Montserrat;
        font-weight: 700;
        padding: 1em 2em;
}
.btn.btn-light.filter-btn-spec.filter-active{
        background: #333342;
        color: white;
}
.btn.btn-light.filter-btn-spec:hover{
        background: #333342;
        color: white;
}


/*Azure background*/
.bg-azure{
	background-image:url("images/azure-background.jpg");
	background-size: cover;
	background-position-x: center;
}
.logo-azure{
	max-width: 200px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.swiper-container *{
	box-sizing: border-box !important;
}
.answers a{
	font-weight: bold;
}
.wrong-answer-result{
	font-weight: 700;
	color: red;
}
.quiz .correct-answer-result, .quiz .wrong-answer-result{
	display: none;
}
.quiz-title{
	font-size: 0.6rem;
	font-weight: 400;
}
.underline{

	padding-bottom: 3px;
	border-bottom: 1px solid #574964;
	display: inline-block;
	margin-bottom: 1rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: none !important;
	font-size: 1.3em;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: none !important;
	font-size: 1.3em;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
}
row.map{
	min-width: 1000px;
	height: auto;
}
.language-menu {
    position: absolute;
    right: 45px;
    top: 10px;
    color: #574963;
}
.language-menu a.globe {
    padding-left: 10px;
}
.dropdown-content {
		font-family: Montserrat, sans-serif;
		font-weight: 100;
		font-size: 11px;
    padding-top: 35px;
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
		left: -75px;
		top: 0;
}
a.close-it {
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    right: 12px;
    display: block;
    width: 55px;
    height: 16px;
    /* text-indent: -9999px; */
    background: url(../theme_mcio/images/close-icon.svg) no-repeat center right;
    color: white;
}
.dropdown-content a.option {
    color: white;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    border-top: 1px solid #666;
}
.dropdown-content a.option:hover{

}
.show {
    display: block;
}

/*triangle shape tab device*/

.triangle-right {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
	border-left-width: 20px;
	border-left-style: solid;
  border-bottom: 40px solid transparent;
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	left: 0;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
	border-right-width: 20px;
	border-right-style: solid;
  border-bottom: 40px solid transparent;
	position: absolute;
	top: 50%;
	display: block;
	transform: translateY(-50%);
	right: 0;
}
/*contact form*/

#the-form{

}

.sidenav {
  height: 150px;
  width: 50px;
  position: fixed;
  z-index: 1;
  top: 148px;
  right: 0px;
  overflow-x: hidden;
  transition: 0.5s;
  padding:0;
	color: white;
}
.sidenav.bg-dark{
	background-color: rgb(87, 73, 100) !important;
}

.sidenav a#close-btn {
	padding: 10px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	display: block;
	transition: 0.3s;
	position: absolute;
	line-height: 1rem;
	opacity: 0;
}
.sidenav a#close-btn.show{
	opacity: 1;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.the-form{
	max-width: 500px;
	background: rgb(87, 73, 100);
}
.the-form .closebtn {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 36px;
  margin-left: 0px;
	opacity: 0;
}
.the-form .elq-field .field-wrap{
	width: 100%;
	border-radius: 0;
	border: none;
	vertical-align: inherit;
}
.the-form .elq-field .field-wrap.submit{
	background: rgb(0, 185, 219);
}
.the-form label {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.65rem;
		color: white;
}
.the-form .elq-field .checklist-option.selected {
    background-color: #463850;
}
.the-form .elq-field .checklist-option.selected label:before {
    content: "X";
    color: #594866;
    border: 1px solid #666;
    background: white;
}

.the-form .elq-field .field-wrap input[type=text], .the-form .elq-field .field-wrap input[type=email] {
    height: 29px;
    line-height: 30px;
    width: 90%;
    padding: 0 5%;
    max-width: 90%;
}
.the-form .elq-field {
    margin-bottom: 8px;
}
.the-form .elq-field .message {
    background: #f60000;
}
.the-form .elq-field .message:before{
	border-color: transparent transparent #ff0000 transparent;
}
.the-form .elq-field.checkbox {
    width: 100%;
}
.the-form .elq-field.invalid.custom .message.IsRequiredCondition.custom {
    font-size: 0.7rem;
}
.the-form .eloqua-imported[data-template-version="3"] .elq-field .checklist-option .inner {
    padding: 10px;
    border: none;
    margin-top: 0px;
}
.the-form .elq-field .field-wrap.in {
    height: 30px;
    border: none;
    width: 30px;
    background: none;
}
.the-form a.close-it {
    font-size: 11px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    right: 12px;
    display: block;
    width: 55px;
    height: 16px;
    /* text-indent: -9999px; */
    background: url(../theme_mcio/images/close-icon.svg) no-repeat center right;
    color: white;
}
#open-btn{
	color: white;
  /* float:left; */
	display: inline-block;
	color: white;
	font-family: Montserrat;
	padding: 5px;
	white-space: nowrap;
	transform: rotate(-90deg) translateY(-60px);
	transform-origin: center center;
	font-size: 15px;
	letter-spacing: 5px;
}
#open-btn.portuguese{
	transform: rotate(-90deg) translateY(-61px);
	font-size: 12px;
	letter-spacing: 3px;
}
.rotate-center-reverse {
	-webkit-animation: rotate-center-reverse 0.6s ease-in-out reverse both;
	        animation: rotate-center-reverse 0.6s ease-in-out reverse both;
}
.rotate-center {
	-webkit-animation: rotate-center 0.6s ease-in-out reverse both;
	        animation: rotate-center 0.6s ease-in-out reverse both;
}



/*new lets talk page*/
.wForm form{
	font-family: "Montserrat",sans-serif !important;
	background-color: transparent !important;
	background-image: none !important;
	font-size: 0.65rem;
	color: white !important;
	border: none !important;
}
.wForm fieldset {
		font-family: "Montserrat",sans-serif !important;
    background-color: transparent !important;
    border: none!important;
    background-image: none!important;
    background-repeat: no-repeat!important;
		margin: 0 !important;
		padding: 0 !important;
}
.wForm label, .wForm form .label {
		font-family: "Montserrat",sans-serif !important;
    color: #ffffff !important;
}
.field-hint-inactive{
	display: none !important;
}
.wForm{
	padding: 0 !important;
}
.wForm select{
	font-family: "Montserrat",sans-serif !important;
	font-size: inherit;
}

.wForm .primaryAction{
	background: #574964;
border: none;
padding: 10px 20px !important;
}
.oneChoice label span{
	font-size: 0.65rem !important;
	color: white !important;
}
.wFormContainer{
	width: 100% !important;
}
.wFormTitle{
	display: none !important;
}

.wForm ::placeholder { /* Firefox, Chrome, Opera */
    color: white;
}

.wForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.wForm ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
.wForm label.reqMark:before {
    content: '*';
    color: white!important;
    display: inline-block;
    margin-right: 4px;
    font-family: inherit !important;
}
.gsma-icon{
	height: 41px;
  transform: translateY(-9px);
	margin-right: 3px;
}
.gsma-icon.larger{
	width: 90px;
	height: auto;
}
.
/**
 * ----------------------------------------
 * animation rotate-center-reverse
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center-reverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center-reverse {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-2-20 0:35:4
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*video popups*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
	margin: 10px;
  width: 40px;
  height: 40px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #ffffff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

.cc-window.cc-banner {
	    padding: 0.5em 1.8em;
}
.cc-banner .cc-message p{
	font-size: 0.7rem;
	margin-bottom: 0;
}

/* case study popups*/

.lang-menu-sub{
		padding: 5px 15px;
    color: white !important;
    border-top: 1px solid #666;
    display: block;
}
.lang-menu-sub:hover{
	text-decoration: none;
}
.indented{
	padding-left: 30px !important;
	border-top: none !important;
}
.mb-10px{
	margin-bottom: 10px;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*end video popups*/

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.row.four-square-grid{
			max-width: 70%;
	}
	.h2,h2{
		font-size: 3rem;
	}
}
@media (min-width: 992px){
	.row.four-square-grid {
    max-width: 60%;
	}
}
@media (min-width: 1200px){
	.row.four-square-grid {
    max-width: 50%;
	}
}
@media (min-width: 1400px){
	.row.four-square-grid {
    max-width: 40%;
		max-width: 600px;
	}
}
