@charset "UTF-8";

/* CSS Document */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	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: 22px;
	padding: 2px 0 7px 0;
}

h1 {
	font-weight: normal;
	font-size: 36px;
	line-height: 38px;
	padding: 3px 0 8px 0;
}

h2 {
	font-weight: normal;
	font-size: 29px;
	line-height: 30px;
	padding: 3px 0 6px 0;
}

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

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

h5 {
	font-weight: bold;
	font-size: 18px;
	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;
}

.align-right {
	text-align: right;
}

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

.nomargin {
	margin: 0 !important;
}

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

.right10 {
	padding-right: 10px;
}

.left10 {
	padding-left: 10px;
}

.greentext {
	color: #00af5e
}

.redtext {
	color: #c50000;
}

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

#main {
	background: white;
	margin: 20px auto;
	padding: 20px 20px 30px 20px;
}

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

/* 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: 14px;
	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: 25px;
}

#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: #7a8189;
}

#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.ar ul ul {
	left: 0;
}

#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: 1000px;
}

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

/* moved to button specific stylesheet */


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

/* new homepage design stuff */
.column_2 {
	float: left;
	width: 16.6%;
}

.column_4 {
	float: left;
	width: 33.3%;
}

.column_6 {
	float: left;
	width: 50%;
}

.content-padding {
	padding: 20px 30px;
}

.intro {
	background: url('../jpg/home-intro-background.jpg') no-repeat center top #1a427d;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding: 60px 0 160px 0;
}

.intro h1 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 12px;
}

.intro p {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
}

.microsoft-bar {
	background: #0082bb;
	padding: 25px 0 25px 0;
	margin-bottom: 40px;
}

.microsoft-logo {
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 1rem;
}

.microsoft-logo img {
	max-width: 96%;
}

.microsoft-description {
	float: left;
	color: #fff;
	width: 80%;
}

.microsoft-description p {
	font-size: 18px;
	line-height: 25px;
}

.microsoft-description a {
	color: #fff;
}


/* .fb_iframe_widget iframe {
	width: 110px !important
} */

iframe#twitter-widget-0 {
	margin-left: 50px
}

/* Small */
@media screen and (max-width: 40em) {
	.intro {
		padding: 40px 0 60px 0;
	}

	.microsoft-logo {
		float: left;
		margin-bottom: 10px;
		width: 100%;
	}

	.microsoft-logo img {
		max-width: 180px;
	}

	.microsoft-description {
		width: 100%;
	}
}

.grey-section {
	background: #ebf0f1;
	padding: 30px 0;
	margin-top: 20px;
}

.white-box {
	background: #fff;
	border: 1px solid #c1ced1;
	padding: 15px 15px 12px 20px;
	margin: 10px 10px;
}

.white-box p {
	font-size: 16px;
	line-height: 22px;
}

.white-box.red {
	border-left: 4px solid #ca0808;
}

.white-box.green {
	border-left: 4px solid #209f0b;
}

.white-box.blue {
	border-left: 4px solid #0c7cc3;
}

.white-box.orange {
	border-left: 4px solid #d58905;
}

.white-box.purple {
	border-left: 4px solid #5d2886;
}

.margin-right30 {
	margin-right: 30px;
}

.home-windows {}

.home-windows img {
	float: left;
	width: 25%;
}

.home-windows h2 {
	float: left;
	margin-left: 5%;
	padding: 10px 0 26px 0;
	width: 70%
}

.file-analysis-image {
	background: url('../jpg/file-analysis-tool.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top: 200px;
	margin: 0 10px;
}

.file-analysis-image h3 {
	background: rgba(32, 159, 11, 0.75);
}

.report-analyzer-image {
	background: url('../jpg/perfmon-report-analyzer.jpg') no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	padding-top: 200px;
	margin: 0 10px;
}

.report-analyzer-image h3 {
	background: rgba(93, 40, 134, 0.75);
}

.file-analysis-image h3,
.report-analyzer-image h3 {
	font-weight: bold;
	color: #fff;
	padding: 15px 0;
	width: 100%;
}

.file-analysis-image span,
.report-analyzer-image span {
	font-size: 23px;
	padding: 0 20px;
}

/* Medium */
@media screen and (max-width: 64em) {
	.column_4 {
		width: 50%;
	}

	.hide_on_medium {
		display: none;
	}
}

/* Small */
@media screen and (max-width: 40em) {
	.column_4 {
		width: 100%;
	}

	.column_6 {
		width: 100%;
	}
}

/* new home, end */

.home-intro-left {
	/*also used on /fileviewpro/install and uninstall*/
	float: left;
	width: 460px;
}

.greybox {
	background: #ebf0f1;
	padding: 15px 10px;
	margin-bottom: 10px;
}

/* software page start */
.greybox.winthruster {
	background: url(../png/watermark-winthruster.png) no-repeat right top #ebf0f1;
}

.greybox.driverdoc {
	background: url(../png/watermark-driverdoc.png) no-repeat right top #ebf0f1;
}

.greybox.winsweeper {
	background: url(../png/watermark-winsweeper.png) no-repeat right top #ebf0f1;
}

.greybox.supersonicpc {
	background: url(../png/watermark-supersonicpc.png) no-repeat right top #ebf0f1;
}

.greybox.fileviewpro {
	background: url(../png/watermark-fileviewpro.png) no-repeat right top #ebf0f1;
}

.greybox.passbank {
	background: url(../png/watermark-passbank.png) no-repeat right top #ebf0f1;
}

.greybox.webtv {
	background: url(../png/watermark-webtv.png) no-repeat right top #ebf0f1;
}

.product-boxshot {
	float: left;
	width: 240px;
}

.product-description {
	float: right;
	padding: 0 20px 0 0;
	width: 500px;
}

.product-description ul {
	padding: 5px 0 10px 15px;
}

.product-description li {
	padding: 2px 0 4px 0;
}

.win10 {
	background: url(../jpg/windows10.jpg) no-repeat 6px 50% #fff;
	text-align: left;
	color: #8fa5a6;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 5px 10px 66px;
	margin: 0 20px 0 5px;
}

/* software page end */

blockquote {
	font-size: 15px;
	font-style: italic;
}

.one-box {
	float: left;
	background: #ebf0f1;
	padding: 10px;
	margin-right: 15px;
	width: 260px;
}

.one-box h3 {
	padding: 6px 0 6px 39px;
}

.three-boxes .one-box {
	height: 250px;
}

.twtr-widget p {
	font-size: 11px;
	line-height: 19px;
}

.wp-feed a {
	clear: both;
	margin-top: 10px;
}

.product {
	border-bottom: 1px solid #d4d4d4;
	padding-top: 20px;
	height: 100%;
}

.column-boxshot {
	float: left;
	padding: 0 28px;
	width: 135px;
}

.product .column-description {
	float: left;
	padding-bottom: 12px;
	width: 430px;
}

.column-description a {
	margin-right: 6px;
}

.column-screenshot {
	float: right;
	padding-top: 10px;
}

.left-image {
	float: left;
	padding: 5px 20px 0 0;
}

.subscription-banner,
.guarantee-banner {
	border: 1px solid #d4d4d4;
	padding: 46px 0 0 300px;
	margin-bottom: 10px;
	height: 140px;
}

.subscription-banner {
	background: url(../jpg/subscription-banner.jpg) no-repeat top left #f3f3f3;
}

.guarantee-banner {
	background: url(../jpg/guarantee-banner.jpg) no-repeat top left #f3f3f3;
}

.subscription-content {
	float: left;
	width: 620px;
}

.subscription-content .feature .left-image {
	float: left;
	padding: 2px 5px 0px 10px;
	width: 70px;
}

.subscription-content .feature .description {
	float: left;
	padding-bottom: 15px;
	width: 530px;
}

.subscription-sidebar {
	float: right;
	padding-top: 15px;
	width: 280px;
}

#man-using-laptop {
	display: block;
	background: url(../jpg/man-using-laptop.jpg) no-repeat top left;
	margin-top: 15px;
	width: 280px;
	height: 187px;
}

.guarantee-content {
	float: left;
	padding: 0 0 10px 30px;
	width: 660px;
}

p.disclaimer {
	clear: both;
	font-size: 10px;
	line-height: 13px;
	padding: 8px 0 10px 0;
}

.panel {
	background: #ebf0f1;
	padding: 16px 20px;
	margin: 10px 0 25px 0;
}

.newsletter-banner {
	background: url('../png/newsletter-header.png') no-repeat top left #f3f3f3;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border: 1px solid #d4d4d4;
	padding: 26px 0 0 20px;
	margin-bottom: 10px;
	height: 175px;
}

.newsletter-banner h1 {
	font-size: 33px;
	line-height: 36px;
}

.newsletter-banner h3 {
	font-size: 22px;
	font-weight: bold;
}

#mc_embed_signup {}

#mc_embed_signup .indicates-required {
	text-align: right;
	font-size: 13px;
}

.mc-field-group {
	font-size: 15px;
	margin-bottom: 4px;
}

.mc-field-group label {
	display: inline-block;
	width: 30%;
}

.mc-field-group input {
	display: inline-block;
	font-size: 15px;
	padding: 2px;
	width: 60%;
}

.mc-field-group select {
	display: inline-block;
	font-size: 15px;
	padding: 2px;
	width: 60%;
}

#mergeRow-gdpr {
	border-top: 1px solid #d4d4d4;
	margin-top: 15px;
	padding-top: 15px;
}

#mergeRow-gdpr .content__gdpr p,
#mergeRow-gdpr .content__gdprLegal p {
	font-size: 13px !important;
	line-height: 20px;
}

#mc-embedded-subscribe-form fieldset {
	border: none;
}

#mergeRow-gdpr .checkbox input {
	margin-right: 10px;
	width: auto;
}

#mergeRow-gdpr .checkbox span {
	font-size: 13px !important;
}

#mc-embedded-subscribe {
	background: #00af5e;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 8px 15px;
	margin: 5px 0;
}

#mc-embedded-subscribe:hover {
	background: #00924e;
	cursor: pointer;
}

.checklist {
	list-style: none;
	font-size: 16px;
	padding: 13px 0;
}

.checklist li {
	background: url(../png/icon-minicheck.png) no-repeat top left;
	padding: 0 0 7px 35px;
}

/* Ratings Styles (Located In Intro)
------------------------------------------------*/
.rating_wrapper {
	height: 16px;
	width: 100%;
}

.sp_rating {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
	color: #5f5f5f;
	display: block;
	width: 100%;
}

.rating {
	float: left;
	padding-right: 4px;
}

.base {
	background: url(../gif/ratings.gif) 0 0 no-repeat;
	width: 85px;
	height: 16px;
	float: left;
	padding-right: 4px;
	overflow: hidden;
}

.average {
	background: url(../gif/ratings.gif) 0 -16px no-repeat;
	text-indent: -9999px;
}

.votes {
	float: left;
	padding-right: 4px;
}

.score {
	background: url(../gif/ratings.gif) 0 0 no-repeat;
	width: 85px;
	height: 100%;
	float: left;
	position: relative;
}

.score a {
	display: block;
	height: 100%;
	float: left;
	text-indent: -9999px;
	position: absolute;
	overflow: hidden;
	line-height: 1em;
}

.score1 {
	width: 20%;
	z-index: 55;
}

.score2 {
	width: 40%;
	z-index: 54;
}

.score3 {
	width: 60%;
	z-index: 53;
}

.score4 {
	width: 80%;
	z-index: 52;
}

.score5 {
	width: 100%;
	z-index: 51;
}

.score a:hover {
	background: url(../gif/ratings.gif) bottom right no-repeat;
}

.status {
	height: 16px;
	width: 200px;
	overflow: hidden;
	position: relative;
}

.score_this {
	height: 100%;
	overflow: hidden;
}

/* Post Download Pages
------------------------------------------------*/

.step {
	padding-bottom: 30px;
}

.step .description {
	background: url(../jpg/description-bg.jpg) no-repeat top left;
	padding: 5px 0 0 9px;
	width: 405px;
	height: 90px;
}

.step .description p.number {
	float: left;
	font-size: 23px;
	color: #012c67;
	font-weight: bold;
	width: 30px;
}

.step .description p {
	float: left;
	text-align: left;
	width: 364px;
}

.cover {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 500;
	width: 100%;
	height: 100%;
}

.popup {
	position: absolute;
	padding: 8px 8px 0 8px;
	z-index: 1000;
}

#firefox {
	position: absolute;
	top: 30px;
	left: 130px;
	z-index: 1000;
}

#firefox .popup {
	position: unset;
}

#ff1 {

	width: 400px;
}

#ff2 {

	width: 400px;
}

#ff3 {
	top: 320px;
	left: 400px;
	width: 350px;
}

#chrome.popup {
	top: 5%;
	left: 130px;
	margin-top: -15px;

}

#msie.popup {
	top: 30px;
	left: 30px;
	width: 540px;
}

#msie9.popup {
	top: 50%;
	left: 50%;
	margin-left: -270px;
	width: 540px;
}

#edge.popup {
	top: 5%;
	left: 130px;

	width: 400px;
}

.cancel {
	background: #fff;
	border: 1px solid #bbc3c7;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 25px;
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #bbc3c7;
	font-size: 25px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-dl-box {
	border: 1px solid #bbc3c7;
	background: #fff;
	text-align: center;
	margin-bottom: 25px;
	padding: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-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);
}

.post-dl-box-img {
	max-width: 100%;
}


#chrome .post-dl-box {
	margin-right: 20px;
	width: 400px;
}

#chrome .cancel {
	top: 10px;
	left: 400px;
}

.chrome-post-dl-box-wrapper {
	width: 900px;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.chrome-post-dl-box-wrapper .post-dl-box {
	display: inline-block;
}

#chrome .post-dl-box p {
	font-size: 21px;
}

#chrome .post-dl-box-img {
	height: 200px;
	object-fit: contain;
	display: block;
	width: 100%;
}

.post-dl-box h4 {
	background: #0082bb;
	color: #fff;
	padding: 8px 0;
	font-size: 25px;
}

.post-dl-box p {
	font-size: 22px;
	line-height: 30px;
	padding: 15px 20px 10px 20px;
	text-align: center;
}


#msie .post-dl-box img {
	margin: 0 6px;
}

#firefox-arrow {
	position: fixed;
	top: 70px;
	right: 100px;
	z-index: 1000;
}

#chrome-arrow {
	position: fixed;
	top: 20px;
	right: 45px;
	z-index: 1000;
}

#msie-arrow {
	position: fixed;
	top: 50px;
	right: 70px;
	z-index: 1000;
}

#msie9-arrow {
	position: fixed;
	bottom: 130px;
	left: 50%;
	margin-left: 300px;
	z-index: 1000;
}

#edge-arrow {
	position: fixed;
	top: 130px;
	right: 100px;
	margin-left: 300px;
	z-index: 1000;
}

.edge1,
.edge2 {
	padding: 10px 15px 10px 15px;
	border: 1px solid #000;
}

.FF1,
.FF2 {
	padding: 10px 15px 10px 15px;
	border: 1px solid #000;
}

.edge1 {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}

.edge2 {
	text-align: left;
	font-size: 11px;
	line-height: 15px;
}

.edge2 .post-dl-box-img {
	width: 500px;
	display: block;
	margin: 0 auto;
	max-width: 100%;

}

.chrome1,
.chrome2 {

	padding: 10px 15px 10px 15px;
	border: 1px solid #000;

}

.chrome1 {
	text-align: left;
	font-size: 11px;
	line-height: 15px;

}

.chrome2 {
	text-align: left;
	font-size: 9px;
	line-height: 15px;


}

/* Alex Styles Start */
.FF2,
.FF1 {
	position: relative;
}

.FF1 .FF1-customtext-chrome {
	position: absolute;
	top: 64px;
	left: 51px;
	display: flex;
	align-items: center;
}

.FF1 .FF1-customtext-firefox {
	position: absolute;
	top: 54px;
	left: 60px;
}

.FF1 .FF1-customtext-edge {
	position: absolute;
	top: 71px;
	left: 42px;
	display: flex;
	flex-wrap: wrap;
}

.FF1-customtext-edge img {
	height: 15px;
	width: 15px;
	padding-top: 15px;
}

.FF1-customtext-chrome img {
	height: 13px;
}

.FF1 .FF1-customtext-edge span {
	font-size: 10px;
	display: block;
	padding-left: 6px;
	padding-top: 11px;
}

.post-dl-box .FF1 .FF1-customtext-edge-open {
	flex-basis: 100%;
	padding-left: 21px;
	padding-top: 0;
	margin-top: -6px;
	font-size: 9px;
	color: #9fc8ed;
}

.FF1 .FF1-customtext-chrome span {
	font-size: 9px;
	padding-left: 3px;
}

.FF1 .FF1-customtext-firefox span {
	font-size: 8px;
}

.FF2 .FF2-customtext {
	position: absolute;
	top: 111px;
	left: 37px;
	display: flex;
	align-items: center;
}

.FF2-customtext span {
	font-size: 13px;
	margin-top: 2px;
	padding-left: 6px;
}

.post-dl-box p {
	font-size: 18px;
}

/* Language Specific */
:lang(ar) .FF1 .FF1-customtext-chrome {
	position: absolute;
	top: 85px;
	right: 51px;
	display: flex;
	align-items: center;
}

:lang(ar) .FF1 .FF1-customtext-chrome span {
	font-size: 10px;
	padding-left: 3px;
	padding-righT: 5px;
}

:lang(ar) .FF2 .FF2-customtext {
	position: absolute;
	top: 111px;
	right: 37px;
	display: flex;
	align-items: center;
}

:lang(ar) .FF2-customtext span {
	font-size: 13px;
	margin-top: 2px;
	padding-right: 8px;
}

:lang(ar) .FF1 .FF1-customtext-edge {
	position: absolute;
	top: 64px;
	right: 81px;
	display: flex;
	flex-wrap: wrap;
}

:lang(ar) .FF1 .FF1-customtext-edge span {
	font-size: 10px;
	display: block;
	padding-right: 6px;
	padding-top: 9px;
}

:lang(ar) .post-dl-box .FF1 .FF1-customtext-edge-open {
	flex-basis: 100%;
	padding-right: 16px;
	padding-top: 0;
	margin-top: -6px;
	font-size: 9px;
	color: #9fc8ed;
	text-align: right;
}

:lang(ar) .post-dl-box .FF1 .FF1-customtext-firefox {
	position: absolute;
	top: 58px;
	right: 54px;
	left: unset;
}

:lang(ar) .FF1 .FF1-customtext-firefox span {
	font-size: 10px;
}

:lang(ar) #firefox-arrow {
	position: fixed;
	top: 70px;
	left: 100px;
	right: unset;
	z-index: 1000;
}

:lang(ar) #firefox {
	position: absolute;
	top: 30px;
	right: 130px;
	z-index: 1000;
}

:lang(el) .FF2 .FF2-customtext {
	top: 130px;
}

:lang(el) .FF2 .FF2-customtext {
	top: 130px;
}

:lang(de) .FF2 .FF2-customtext {
	top: 130px;
}

:lang(zh-cn) .FF2 .FF2-customtext {
	top: 90px;
}

:lang(zh-tw) .FF2 .FF2-customtext {
	top: 91px;
}

/* end Language Specific */

/* Alex Styles end */


@media only screen and (max-width: 900px) {
	.FF2 .FF2-customtext {
		left: 30px;
		top: 85px;
	}

	.FF1 .FF1-customtext-chrome {
		top: 57px;
		left: 66px;
	}

	.FF1 .FF1-customtext-chrome {
		top: 46px;
		left: 56px;
	}

	.FF1 .FF1-customtext-edge {
		top: 70px;
		left: 42px;
	}

	#firefox-arrow {
		position: fixed;
		top: 40px;
		right: 10px !important;
		z-index: 1000;
	}

	#ff2 {
		top: 315px;
	}

	#ff1,
	#ff2 {
		left: 40px;
		width: 350px;
	}

	#ff1 .post-dl-box p,
	#ff2 .post-dl-box p {
		line-height: 25px;
		padding: 10px 5px 5px 5px;
		font-size: 18px;
	}


	#edge-arrow {
		right: 10px;
		left: unset;
	}

	#chrome .cancel {
		left: 350px;
	}

	#chrome .post-dl-box p,
	#chrome .post-dl-box p {
		line-height: 25px;
		padding: 10px 5px 5px 5px;
		font-size: 18px !important;
	}

	#chrome .post-dl-box {
		width: 350px;
	}

	#edge.popup {
		width: 350px;
		left: 50%;
	}

	#edge .post-dl-box p,
	#edge .post-dl-box p {
		line-height: 25px;
		padding: 10px 5px 5px 5px;
		font-size: 18px;
	}

	.post-dl-box p {
		line-height: 25px;
		padding: 10px 5px 5px 5px;
		font-size: 18px;
	}

	#chrome.popup {
		left: 40px;
	}

	.chrome-post-dl-box-wrapper {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: flex-start;
		width: unset;
	}
}

.msie9-1 {
	background: url(../jpg/ie9-1.jpg) no-repeat center top;
	text-align: left;
	font-size: 10px;
	line-height: 12px;
	padding: 14px 220px 0 16px;
	height: 35px;
}

.msie-3 {
	background: url(../jpg/ie3.jpg) no-repeat center top;
	text-align: left;
	font-size: 9px;
	line-height: 15px;
	padding: 55px 0 0 170px;
	height: 126px;
}

.FF1old {
	background: url(../jpg/ff1old.jpg) no-repeat center top;
	text-align: left;
	font-size: 9px;
	line-height: 14px;
	padding: 38px 0 0 58px;
	height: 100px;
}

.FF2old {
	background: url(../jpg/ff2old.jpg) no-repeat center top;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	padding: 25px 0 0 32px;
	height: 140px;
}

.float-left {
	margin-right: 7px;
}

span {
	font-size: 10px;
}

.FF3old {
	background: url(../jpg/ff3old.jpg) no-repeat center top;
	text-align: left;
	font-size: 9px;
	line-height: 15px;
	padding: 49px 0 0 70px;
	height: 124px;
}

.FF1 {
	text-align: left;
	font-size: 9px;
	line-height: 14px;
}

.FF2 {
	text-align: left;
	font-size: 11px;
	line-height: 13px;
}

span {
	font-size: 10px;
}

.FF3 {
	background: url(../jpg/ff3.jpg) no-repeat center top;
	text-align: left;
	font-size: 9px;
	line-height: 15px;
	padding: 49px 0 0 70px;
	height: 124px;
}

/* Author Page */

.author-page {}

.author-page h2 {
	margin-bottom: 15px;
}

.author-page p {
	font-size: 17px;
	line-height: 23px;
}

.align-right {
	float: right;
	margin: 0 0 20px 25px;
}

.align-left {
	float: left;
	margin: 0 25px 20px 0;
}

.facts-box {
	background: #32728a;
	color: #fff;
	text-align: left;
	padding: 20px 20px;
}

.facts-box h3 {
	margin-bottom: 12px;
}


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