@charset "UTF-8";

/* CSS Document */
body {
	background: #ebf0f1;
	font-family: 'Helvetica Neue', Helvetica, Arial sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #223f51;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none
}

a {
	color: #0082bb;
}

a:hover {
	color: black;
}

p {
	font-size: 16px;
	line-height: 23px;
	padding: 2px 0 7px 0;
}

h1 {
	font-weight: bold;
	font-size: 35px;
	line-height: 38px;
	padding: 3px 0 12px 0;
}

h2 {
	font-weight: bold;
	font-size: 31px;
	line-height: 30px;
	padding: 3px 0 12px 0;
}

h3 {
	font-weight: 500;
	font-size: 25px;
	line-height: 28px;
	padding: 3px 0 12px 0;
}

h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	padding: 3px 0 8px 0;
}

h5 {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	padding: 3px 0 6px 0;
}

h6 {
	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	padding: 3px 0 6px 0;
}

ul {
	list-style: outside;
	padding: 2px 0 6px 20px;
	margin: 0;
}

ol {
	padding: 0 0 6px 20px;
	margin: 0;
}

.clear {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.nomargin {
	margin: 0 !important;
}

hr {
	border: none;
	border-top: 2px solid #ebf0f1;
	margin: 20px 0;
}

.top-padding {
	padding-top: 10px;
}

.right10 {
	padding-right: 10px;
}

p.disclaimer {
	font-size: 11px;
	padding: 8px 0;
}

.break-word {
	word-wrap: break-word
}

/* Container Styles
------------------------------------------------*/
#header {
	background: #fff;
	border-bottom: 2px solid #ebf0f1;
	padding-bottom: 5px;
}

.main {
	background: white;
	margin: 0 0 10px 0;
}

.main-padding {
	padding: 20px 25px 30px 25px;
}

#partner-footer {
	background: #ebf0f1;
	padding-top: 22px;
	padding-bottom: 10px;
}

#footer {
	background: #223f51;
	padding: 20px 0;
}

#subfooter {
	background: #ebf0f1;
	padding: 7px 0 3px 0;
}

.container {
	margin: 0 auto;
	max-width: 1000px;
	width: 96%;
}

.padding {
	padding: 20px;
}

.grey-box {
	background: #ebf0f1;
	padding: 15px 20px;
}

/* Header Styles 
------------------------------------------------*/
.logo {
	float: left;
}

.carticon a {
	background: #ebf0f1;
	border: 1px solid #bbc3c7;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	padding: 5px 4px 2px 3px !important;
	margin: 9px 0 0 5px;
}

.carticon a:hover {
	background: #fff;
	border: 1px solid #009add !important;
}

/*navigation*/
#cssmenu {
	float: right;
	padding: 14px 0 0 0;
}

#cssmenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 1;
}

#cssmenu>ul {
	position: relative;
	display: block;
	height: 32px;
	width: 100%;
	z-index: 500;
}

#cssmenu>ul>li {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#cssmenu>ul>#menu-button {
	display: none;
}

#cssmenu ul li a {
	display: block;
	text-decoration: none;
}

#cssmenu ul li a:hover {
	border-bottom: 2px solid #009add;
}

#cssmenu>ul>li>a {
	font-size: 13px;
	padding: 15px 15px;
	color: #223f51;
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-ms-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 32px;
}

#cssmenu>ul>li:hover>a {
	color: #223f51;
}

#cssmenu li.has-sub::after {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

#cssmenu>ul>li.has-sub::after {
	right: 10px;
	top: 20px;
	border: 5px solid transparent;
	border-top-color: #7a8189;
}

#cssmenu>ul>li:hover::after {
	border-top-color: #ffffff;
}

#indicatorContainer {
	position: absolute;
	height: 12px;
	width: 100%;
	bottom: 0px;
	overflow: hidden;
	z-index: -1;
}

#pIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	z-index: -2;
	-webkit-transition: left .25s ease;
	-moz-transition: left .25s ease;
	-ms-transition: left .25s ease;
	-o-transition: left .25s ease;
	transition: left .25s ease;
}

#cIndicator {
	position: absolute;
	height: 0;
	width: 100%;
	border: 12px solid transparent;
	border-top-color: #2b2f3a;
	top: -12px;
	right: 100%;
	z-index: -2;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 70px;
	opacity: 0;
	-webkit-transition: opacity .3s ease, top .25s ease;
	-moz-transition: opacity .3s ease, top .25s ease;
	-ms-transition: opacity .3s ease, top .25s ease;
	-o-transition: opacity .3s ease, top .25s ease;
	transition: opacity .3s ease, top .25s ease;
	z-index: 1000;
}

#cssmenu ul ul li {
	position: relative;
}

#cssmenu>ul>li:hover>ul {
	left: auto;
	top: 46px;
	opacity: 1;
}

#cssmenu ul ul li:hover>ul {
	left: 170px;
	top: 0;
	opacity: 1;
}

#cssmenu ul ul li a {
	width: 120px;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
	font-size: 12px;
	color: #223f51;
	background: #ebf0f1;
	-webkit-transition: all .35s ease;
	-moz-transition: all .35s ease;
	-ms-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}

#cssmenu ul ul li:hover>a {
	background: #fff;
	color: #223f51;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last>a {
	border-bottom: 0;
}

.submenuArrow {
	border: 6px solid transparent;
	width: 0;
	height: 0;
	border-bottom-color: #fff;
	position: absolute;
	top: -12px;
}

#cssmenu ul ul li.has-sub::after {
	border: 4px solid transparent;
	border-left-color: #9ea2a5;
	right: 10px;
	top: 12px;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

#cssmenu ul ul li.has-sub:hover::after {
	border-left-color: #fff;
	right: -5px;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#cssmenu ul ul ul li {
	top: 0;
	padding-left: 5px;
	left: -20px;
}

/*language dropdown*/
.dropdown {
	float: right;
	background: #ebf0f1;
	border: 1px solid #bbc3c7;
	font-size: 12px;
	margin: 23px 0 0 15px;
	padding: 2px 10px;
}

.dropdown span {
	font-size: 10px;
	line-height: 18px;
}

.dropdown li {
	list-style: none;
}

.dropdown li a {
	display: block;
	text-decoration: none;
	color: #223f51;
}

.dropdown li ul {
	display: none;
	z-index: 1000;
}

.dropdown li:hover ul {
	display: block;
	position: absolute;
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	margin: 0;
	padding: 0;
}

.dropdown li:hover li {
	float: none;
}

.dropdown li:hover li a {
	background: #ebf0f1;
	font-size: 11px;
	line-height: 18px;
	padding: 1px 10px;
	margin: 0;
}

.dropdown li li a:hover {
	background-color: #fff;
}

/* Button Styles 
------------------------------------------------*/
/* general buttons are in site wide buttons.css */

.button {
	background: #00aebe;
	display: inline-block;
	border: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 68px;
	border-radius: 8px;
	font-size: 21px;
	line-height: 20px;
	color: #fff;
	margin-top: 10px;
	text-decoration: none;
}

.button.purple {
	background: #635291;
	background: -moz-linear-gradient(top, #635291 0%, #56417c 100%);
	background: -webkit-linear-gradient(top, #635291 0%, #56417c 100%);
	background: linear-gradient(to bottom, #635291 0%, #56417c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#635291', endColorstr='#56417c', GradientType=0);
	color: #fff;
}

.button.white {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebf0f1 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebf0f1 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ebf0f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf0f1', GradientType=0);
	color: #56407b;
}

.button.green {
	background: #0da314;
	color: #fff;
}

.button.green.arrow span {
	display: block;
	background: url('../png/arrow-down-white-sm.png') no-repeat 93% center;
	padding: 14px 60px 14px 22px;
}

.button.green:hover {
	background: #038108;
}

.button.arrow {
	padding: 0;
}

.button.arrow span {
	display: block;
	background: url('../png/arrow-down-blue-2.png') no-repeat 96% top;
	padding: 14px 90px 14px 22px;
}

.button span.small {
	background: none;
	font-size: 14px;
	line-height: 19px;
	padding: 0;
}

.button:hover {
	background: #3f4c6b;
	background: -moz-linear-gradient(top, #3f4c6b 0%, #1c2030 100%);
	background: -webkit-linear-gradient(top, #3f4c6b 0%, #1c2030 100%);
	background: linear-gradient(to bottom, #3f4c6b 0%, #1c2030 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4c6b', endColorstr='#1c2030', GradientType=0);
	color: #fff;
}

.button.small {
	padding: 10px 20px;
}

.button.medium {
	padding: 12px 20px;
}

.button.large {
	padding: 12px 20px;
}

.de .button {
	font-size: 26px;
}

.fr .button {
	font-size: 28px;
}

.show-more {
	border: 1px solid #00aebe;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #00aebe;
	font-size: 14px;
	text-decoration: none;
	padding: 3px 8px 3px 7px;
}

.show-more img {
	margin-right: 2px;
}

.show-more:hover {
	background: #efefef;
	border: 1px solid #000;
}

.button-topper {
	position: relative;
	top: 2px;
	background: #ebf0f1;
	display: inline-block;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	font-size: 12px;
	padding: 0 15px;
	margin-left: 7px;
}

/* Page Styles 
------------------------------------------------*/

.navigation-buttons {}

.navigation-buttons .button {
	background: #56407b;
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
	padding: 9px 15px;
}

.navigation-buttons .button span {
	font-size: 18px;
	font-weight: normal;
}

.navigation-buttons .button:hover {
	background: #1f77b4;
	color: #fff;
}

.navigation-buttons .button.home {
	background-image: url(../png/icon-home-2.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	padding: 9px 15px 9px 60px;
}

.navigation-buttons .button.developer {
	background-image: url(../png/icon-developer.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 9px 15px 9px 68px;
}

.navigation-buttons .button.software {
	background-image: url(../png/icon-software.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	padding: 9px 15px 9px 64px;
}

.navigation-buttons .button.filetype {
	background-image: url(../png/icon-filedeveloper.png);
	background-position: 9px center;
	background-repeat: no-repeat;
	padding: 9px 15px 9px 68px;
}

.breadcrumbs {
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 10px;
}

.breadcrumbs a {
	text-decoration: none;
	padding: 0 2px;
}

.article-header-left {
	float: left;
	width: 75%;
}

.microsoft-silver {
	float: right;
	text-align: right;
	width: 25%;
}

.two-col-list {}

.two-col-list li {
	float: left;
	line-height: 19px;
	margin-right: 6%;
	margin-bottom: 7px;
	width: 47%;
}

.two-col-list li:nth-child(2n) {
	margin-right: 0;
}


.single-chart {
	justify-content: space-around;
}

.circular-chart {
	display: block;
	margin: 5px auto;
	max-width: 80%;
	max-height: 250px;
}

.circle-bg {
	fill: none;
	stroke: #ebf0f1;
	stroke-width: 6;
}

.circle {
	fill: none;
	stroke-width: 6;
	stroke-linecap: round;
	animation: progress 1s ease-out forwards;
}

@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}

.circular-chart.purple .circle {
	stroke: #56407b;
}

.percentage {
	fill: #000;
	font-family: sans-serif;
	font-size: 6px;
	text-anchor: middle;
}

.photo-background .percentage {
	fill: #fff;
}

.pie1,
.pie2,
.pie3,
.pie4 {
	float: left;
	text-align: center;
	margin: 10px 0;
	width: 215px;
}

.pie1,
.pie2,
.pie3 {
	margin-right: 20px;
}

.outercircle {
	background: #ebf0f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 20px;
	margin: 8px auto;
	width: 130px;
}

.innercircle {
	background: #ebf0f1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 5px auto;
	width: 115px;
	height: 115px;
}

/*
color: #56407b purple
color: #fd9727 orange
color: #1f77b4 blue
color: #00aebe turquoise
color: #a62345 red
*/
.pie1 {}

.pie1.Low .circular-chart .circle {
	stroke: #00aebe;
}

.pie1.Medium .circular-chart .circle {
	stroke: #1f77b4;
}

.pie1.High .circular-chart .circle {
	stroke: #56407b;
}

.pie2 {}

.pie2.Low .circular-chart .circle {
	stroke: #1f77b4;
}

.pie2.Medium .circular-chart .circle {
	stroke: #56407b;
}

.pie2.High .circular-chart .circle {
	stroke: #fd9727;
}

.pie3 {}

.pie3.Active .outercircle {
	background: #1f77b4;
}

.pie3.Obsolete .outercircle {
	background: #ebf0f1;
}

.pie3 p {
	color: #000;
	padding-top: 40px;
}

.pie4 {}

.pie4 .innercircle {
	background: #00aebe;
	color: #fff;
}

.pie4 h4 {
	font-size: 30px;
	line-height: 25px;
	padding: 20px 0 5px 0;
}

.pie4 p {
	font-size: 18px;
	line-height: 15px;
}

.pie4 p.small {
	font-size: 15px;
	line-height: 15px;
}

.pie1 h5,
.pie2 h5,
.pie3 h5,
.pie4 h5 {
	padding-bottom: 0;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip img {
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	color: #000;
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	padding: 12px;
	width: 240px;
	/* Position the tooltip text */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
	margin-left: -120px;
	/* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.tooltip .tooltiptext p {
	clear: both;
	font-size: 13px;
	line-height: 18px;
	display: block;
	margin-bottom: 2px;
}

.tooltip .tooltiptext img {
	float: left;
	margin-right: 6px;
}

.tooltip .tooltiptext p span {
	float: left;
}

.accordian .tooltip .tooltiptext {
	width: 140px;
	left: 50%;
	margin-left: -20px;
	padding: 7px 6px 3px 8px;
}

.accordian .tooltiptext table {
	margin: 0;
}

.accordian .tooltiptext td {
	padding: 0 5px 5px 0;
}

.accordian .tooltiptext td:nth-child(2) {
	padding-top: 3px;
}

.accordian .compatible-text {
	display: inline-block;
	padding: 0 0 20px 0;
	vertical-align: top;
}

/* PIE CHART FOR POLLS */
/*
.chart {
display: block;
background-color: #fff;
margin: 1.5em auto;
width: 100%;
}
*/

.label-content {
	pointer-events: none;
}

@keyframes bake-pie {
	from {
		transform: rotate(0deg) translate3d(0, 0, 0);
	}
}

.pieID {
	display: inline-block;
	vertical-align: top;
}

.pie {
	clear: both;
	height: 200px;
	width: 200px;
	position: relative;
	margin: 0 30px 30px 0;
}

.pie::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100px;
	height: 100px;
	background: #EEE;
	border-radius: 50%;
	top: 50px;
	left: 50px;
}

.pie::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.1);
	margin: 220px auto;

}

.slice {
	position: absolute;
	width: 200px;
	height: 200px;
	clip: rect(0px, 200px, 200px, 100px);
	animation: bake-pie 1s;
}

.slice span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	clip: rect(0px, 200px, 200px, 100px);
}

.legend {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #FFF;
	padding: 15px;
	font-size: 13px;
	box-shadow: 1px 1px 0 #DDD,
		2px 2px 0 #BBB;
}

.legend li {
	width: 110px;
	height: 1.25em;
	margin-bottom: 0.7em;
	padding-left: 0.5em;
	border-left: 1.25em solid black;
}

.legend em {
	font-style: normal;
}

.legend span {
	float: right;
}

.flex-wrapper {
	display: flex;
	flex-flow: row nowrap;
}



.photo-background {
	background: url(../jpg/photo-background.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #fff;
	padding: 30px 53% 30px 30px;
	/*margin-bottom: 10px;*/
}

.photo-background.right-charts {
	padding: 30px 0 30px 30px;
}

.photo-background strong {
	color: #ffc602;
}

.photo-background a {
	color: #ffc602;
}

.photo-background.image1 {
	background-image: url(../jpg/photo-background-1.jpg);
}

.photo-background.image2 {
	background-image: url(../jpg/photo-background-2.jpg);
}

.photo-background.image3 {
	background-image: url(../jpg/photo-background-3.jpg);
}

.photo-background.image4 {
	background-image: url(../jpg/photo-background-4.jpg);
}

.photo-background.image5 {
	background-image: url(../jpg/photo-background-5.jpg);
}

.photo-background.image6 {
	background-image: url(../jpg/photo-background-6.jpg);
}

.photo-background.image7 {
	background-image: url(../jpg/photo-background-7.jpg);
}

.photo-background.image8 {
	background-image: url(../jpg/photo-background-8.jpg);
}

.photo-background.image9 {
	background-image: url(../jpg/photo-background-9.jpg);
}

.photo-background-left {
	float: left;
	width: 44%;
}

.photo-background-right {
	float: right;
	width: 48%;
}

.photo-background-right .pie1,
.photo-background-right .pie2,
.photo-background-right .pie3,
.photo-background-right .pie4 {
	margin: 0;
	width: 200px;
}

.photo-background-right .outercircle {
	width: 110px;
}

.photo-background-right .innercircle {
	margin: 0 auto;
	width: 110px;
	height: 110px;
}

.photo-background-right .circular-chart {
	margin: 5px auto 0 auto;
}

.left-col {
	float: left;
	width: 600px;
}

.right-col {
	float: right;
	width: 290px;
}

.paper-icon {
	float: left;
	background: url(../png/paper-3.png) no-repeat center center;
	text-align: center;
	padding: 16px 6px 0 6px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 54px;
	height: 64px;
}

.paper-icon span {
	display: block;
	background: #fd9727;
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	width: 100%;
}

.paper-icon.long-text {
	background: url(../png/paper-wide.png) no-repeat center center;
	word-break: break-all;
	margin-right: 10px;
	width: 68px;
	height: 64px;
}

.paper-icon.long-text span {
	font-size: 10px;
	line-height: 10px;
	padding: 3px 0;
}

.paper-icon-large {
	float: left;
	background: url(../png/paper-large.png) no-repeat center center;
	text-align: center;
	padding: 25px 8px 0 8px;
	margin: 6px 20px 10px 0;
	width: 79px;
	height: 93px;
}

.paper-icon-large span {
	display: block;
	background: #fd9727;
	color: #fff;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0;
	width: 100%;
}

.paper-icon-large.long-text span {
	font-size: 13px
}

/* for both sets of paper icons */
span.color-1 {
	background: #fd9727;
}

/*orange*/
span.color-2 {
	background: #000;
}

/*black*/
span.color-3 {
	background: #56407b;
}

/*purple*/
span.color-4 {
	background: #00aebf;
}

/*turquoise*/
span.color-5 {
	background: #179806;
}

/*green*/
span.color-6 {
	background: #067b98;
}

/*blue*/
span.color-7 {
	background: #ab2400;
}

/*red*/
span.color-8 {
	background: #c0bd60;
}

/*toape*/
span.color-9 {
	background: #7e60c0;
}

/*purpleypink*/
span.color-10 {
	background: #b83e8e;
}

/*dark magenta*/


.accordian {
	border: 1px solid #b2bbbf;
	margin-bottom: 10px;
}

.openclose {
	float: right;
}

.icon {
	float: left;
	margin-right: 20px;
}

#all-types {
	border: 1px solid #b2bbbf;
	padding: 8px 10px 8px 15px;
	margin: 5px 0 0 0;
}

#all-types ol {
	font-size: 14px;
}

.registry-keys {
	font-size: 14px;
}

.advertise-box {
	background: url(../jpg/callout-box.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #fff;
	padding: 25px 40% 25px 25px;
}

.advertise-box a {
	color: #fff;
}

.steps {}

.steplabel {
	float: left;
	display: inline-block;
	background: #0e4574;
	color: #fff;
	padding: 0 18px;
	margin-right: 18px;
}

.steps .accordian h4 {
	padding: 10px 0;
}

.steps .accordian h4:hover {
	background: #ebf0f1;
	cursor: pointer;
	padding: 10px 0;
}

.steps .accordian .steplabel h4:hover {
	background: #0e4574;
}

.steps .openclose {
	padding: 10px 10px 0 0;
}

.step-content {
	float: left;
	padding: 5px 0 20px 5px;
	width: 54%;
}

.step-image {
	float: right;
	padding: 10px 0 20px 0;
	width: 42%;
}

.step-image.step1 {
	background: url('../jpg/step1.jpg') no-repeat left 6px;
	width: 320px;
	height: 158px;
}

.step-image.step1 p {
	font-family: verdana;
	font-size: 12px;
	padding: 4px 0 0 28px;
}

.table-filters {
	font-size: 15px;
	margin-bottom: 5px;
}

.table-filters a {
	position: relative;
	top: 3px;
}

.alphabet {
	display: block;
	background: #ebf0f1;
	padding: 15px 20px;
	margin: 10px 0;
}

.alphabet a {
	text-decoration: none;
	padding: 0 2px;
}

.disabled,
.disabled:hover {
	cursor: default;
	color: #aaa;
}

.fr .alphabet,
.de .alphabet,
.es .alphabet,
.ru .alphabet {
	font-size: 14px;
}

.pt .alphabet,
.pt-br .alphabet,
.pl .alphabet,
.el .alphabet {
	font-size: 15px;
}

.alphabet.small {
	display: block;
	background: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.alphabet a {
	padding: 0 1px;
}

/* smaller nav used on developer-article page */
.alpha-nav {
	display: inline-block;
	background: #ebf0f1;
	padding: 5px 10px;
	margin-left: 2px;
}

.alpha-nav a {
	cursor: pointer;
	padding: 0 3px 0 2px;
}



/* Sidebar Stuff */

.search-box {
	background: #56407b;
	color: #fff;
	padding: 7px 15px 10px 15px;
}

.search-box input {
	float: left;
	border: none;
	font-size: 14px;
	padding: 5px;
	margin-right: 7px;
}

.troubleshoot-bg {
	background: url(../jpg/troubleshoot-bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: #fff;
	padding: 15px 40% 60px 20px;
}

.troubleshoot-bg h3 {
	line-height: 32px;
}

.grey-box ul {
	list-style: none;
	padding-left: 0;
}


/* Table Stuff */

thead {
	background: #0e4574;
	color: #fff;
}

.table {
	font-size: 15px;
	width: 100%;
}

.table th {
	text-align: left;
	padding: 4px 10px;
}

.table tr {}

.table td {
	padding: 4px 10px;
}

.table tr:nth-child(2n) {
	background: #ebf0f1;
}

.accordian table {
	margin: 10px 0;
}

.accordian table td {
	padding-right: 10px;
}

.fr .accordian table,
.es .accordian table,
.pt .accordian table,
.pt-br .accordian table,
.zh-tw .accordian table,
.zh-cn .accordian table,
.hu .accordian table {
	font-size: 14px;
	line-height: 19px;
}

.grey-box table {}

.grey-box table td {
	padding: 0 14px 0 0;
}

.grey-box table img {
	margin-top: 3px;
}

/* Screenshot Popup
------------------------------------------------*/
#screenshot_popup {
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	text-align: center;
	position: absolute;
	z-index: 2001;
	margin: 0 auto;
	padding: 20px;
	max-width: 900px;
	width: 100%;
}

#screenshot_popup img {
	max-width: 100%;
}

#screenshot_popup_shadow {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}

/* Language Detection Popup 
------------------------------------------------*/

#language_shadow {
	display: block;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1005;

}

#language_popup {
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);

	position: absolute;
	z-index: 1006;
	top: 50%;
	left: 50%;
	margin-left: -440px;
	margin-top: -330px;
	width: 880px;
	height: 700px;
	padding: 20px;
}

#language_popup h1 {
	font-size: 38px;
	font-weight: normal;
}

#language_popup span {
	border-left: 3px solid #00af5e;
	font-size: 28px;
	padding-left: 18px;
	margin-left: 6px;
}

#language_popup .button {
	font-weight: normal !important;
}

.language-column {
	float: left;
	text-align: center;
	width: 20%;
}

.language-column img {
	width: 100%;
}

.language-column h2 {
	font-size: 21px;
	font-weight: normal;
}

.language-column ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}

.language-column li {
	font-size: 15px;
	margin-bottom: 3px;
	width: 100%;
}

.language-column a {
	display: block;
	border: 1px solid #b0bbc0;
	color: #223f51;
	text-decoration: none;
	padding: 6px 0;
	width: 100%;
}

.language-column li.active a {
	border: 1px solid #223f51;
	background: #223f51;
	color: #fff;
}

.language-column a:hover {
	background: #e2e7e9;
}

/* Microsoft Popup
------------------------------------------------*/
#microsoft_popup {
	background: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.18);
	position: absolute;
	z-index: 2001;
	margin: 0 auto;
	padding: 20px;
	width: 875px;
}

#microsoft_popup_shadow {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}

#microsoft_popup img {
	margin-top: 8.25rem;
}

.microsoft_popup_pdfcontainer {
	display: flex;
	flex-direction: row-reverse;
}

.pdf_wrapper {
	height: 580px;
	padding-right: 2rem;
}

.pdf_wrapper object {
	margin-top: 2rem;
	height: 100%;
}

.verify_link {
	margin-top: 3rem;
}

/* Footer Styles 
------------------------------------------------*/
#partner-footer a {
	float: left;
	display: block;
	opacity: 0.4;
	text-align: center;
	width: 20%;
}

#partner-footer img {
	margin: 0 10px;
}

#partner-footer a:hover {
	opacity: 1;
}

.footer-column {
	float: left;
	list-style: none;
	color: #4b6f8e;
	margin: 0 10px 0 0;
	padding: 0;
	width: 100%;
}

.footer-column li {
	padding-bottom: 3px;
	line-height: 12px;
	padding: 2px 0 8px 0;
}

.footer-column h4 {
	color: #fff;
	padding-bottom: 6px;
}

.footer-column a {
	font-size: 12px;
	text-decoration: none;
	color: #bbc3c7;
}

.footer-column a:hover {
	color: #0082bb;
}

#subfooter p {
	font-size: 12px;
}

#subfooter a {
	text-decoration: none;
	color: #223f51;
	padding-right: 8px;
}

#subfooter a:hover {
	color: #0082bb;
}

#subfooter p.float-right {
	text-align: right;
}

/* Medium */
@media screen and (max-width: 64em) {

	#footer .container_12 .grid_3,
	#footer .container_12 .grid_2 {
		width: 45%;
	}

	.footer-column {
		width: 100%;
	}
}

/* Small */
@media screen and (max-width: 40em) {
	#partner-footer a {
		width: 30%;
	}
}

#cookies {
	position: fixed;
	bottom: 0;
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 8px 0 4px 0;
	width: 100%;
}

#cookies p {
	text-align: center;
	font-size: 13px;
}

#cookies button {
	background: #bbc3c7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	padding: 3px 8px;
}

#cookies button:hover {
	background: #223f51;
	color: #fff;
}