/*-------------------------------------------------------------------
Name: Single Page PDC - Core CSS
$Author: saik $
$DateTime: 2015/12/14 06:26:10 $
$Revision: #9 $
-------------------------------------------------------------------*/

@charset "utf-8";

body {
	background: #282828;
	font-family: Adobe-Clean, Arial, sans-serif;
	position: relative;
}

body.ModalContent {
	background: #FFF;
}

strong {
	font-weight: 600;
}

p {
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 14px;
}

ul {
	margin-bottom: 14px;
}

ul, li {
	font-weight: 400;
	line-height: 1.3;
	margin-left: 10px;
	list-style-type: square;
	list-style-position: outside;
}

h1 {
	font-size: 2.8em;
	margin-bottom: 16px;
}

h2 {
	font-size: 2.4em;
	margin-bottom: 16px;
}

h3 {
	font-size: 2.0em;
	margin-bottom: 12px;
}

h4 {
	font-size: 1.6em;
	margin-bottom: 8px;
}

br.clear-both {
	clear: both;
}

/* Links */
a,
a:active,
a:visited {
	color: #1473e6;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

/* Main content container */
.MainContent {
	background: #FFF url("images/background.png") top left repeat-x;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER BAR */
.header {
	height: 70px;
	width: 1000px;
	color: #FFF;
	postion: relative;
	display: block;
	z-index: 1;
}

.header.NoColumns {
	height: 55px;
}

.header .HeaderContent {
	position: relative;
	z-index: 10;
}

.header .TextStep {
	margin: 16px 20px 0 0;
	font-size: 2.6em;
	font-weight: 400;
	left: 7%;
	position: absolute;
}

.header .HomeLogo {
    position: absolute;
    left: 30px;
    top: 0;
    height: 64px;
    width: 39px;
    display: block;
    background: url("images/logo.png") no-repeat;
    padding: 0;
    margin: 0;
	text-indent: -9999px;
    overflow: hidden;
	z-index: 90;
}

@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	/* Handle retina screens */
	.header .HomeLogo {
		background-image: url("images/logo-2x.png");
		background-size: 39px 64px;
	}
}

/* CONTENT BODY */
.section {
	min-height: 463px;
	display: block;
	margin: 0;
	width: 960px;
	position: relative;
	z-index: 1;
}

body.ModalContent .section {
	width: auto;
	padding: 10px;
}

.section.NoColumns {
	padding: 0;
	width: 1000px;
}

/* Content body columns */
.ContentColumn {
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 
	border-radius: 5px 5px 0px 0px; 
	border: 0;
	background: rgb(243,248,251);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4ODQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBvZmZzZXQ9IjAuMzUiLz48c3RvcCBzdG9wLWNvbG9yPSIjQjdCN0I3IiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnODg0KSIgLz4KPC9zdmc+);	background: -moz-linear-gradient(top,  rgba(183,183,183,1) 0%, rgba(255,255,255,1) 63%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,183,183,1)), color-stop(63%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(255,255,255,1) 63%);
	background: -o-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(255,255,255,1) 63%);
	background: -ms-linear-gradient(top, rgba(183,183,183,1) 0%,rgba(255,255,255,1) 63%);
	background: linear-gradient(to bottom, rgba(183,183,183,1) 0%,rgba(245,245,245,1) 63%);
	height: 423px;
	float: left;
	position: relative;
	padding: 20px;
	z-index: 1;
}

/* Left column */
.ContentColumn-1 {
	width: 400px;
}

/* Right columns */
.ContentColumn-2 {
	width: 252px;
}

.ContentColumn-3 {
	width: 252px;
}

.ContentColumn-2-3 {
	width: 824px;
}

.ContentFull {
	position: relative;
	height: 463px;
}

/* Column content */
.ContentColumn-1 div.AlignBottom {
	position: absolute;
	bottom: 12px;
	left: 20px;
	max-width: 316px;
}

.ContentFull div.AlignBottom {
	position: absolute;
	bottom: 12px;
	right: 32px;
}

.ContentColumn-2-3 .AlignVerticalCenter {
	display: table-cell;
    vertical-align: middle;
	height: 423px;
	width: 554px;
}

.ContentFull .AlignVerticalCenter {
	display: table-cell;
    vertical-align: middle;
	height: 450px;
}

.ContentColumn .AlignCenter,
.ContentBox-Bottom .AlignCenter,
.ContentBox-Top .AlignCenter,
.ContentFull .AlignCenter,
.NoColumns .AlignCenter {
	text-align: center;
}

.ContentColumn .AlignRight,
.ContentFull .AlignRight,
.NoColumns .AlignRight {
	text-align: right;
}

.ContentColumn h2.HeaderFlashPlayer {
	margin: 6px 0 0 0;
	font-size: 3.4em;
	font-weight: 400;
}

.ContentColumn h2.HeaderReader {
	margin: 6px 0 0 0;
	font-size: 2.8em;
	font-weight: 500;
}

.ContentColumn h1.HeaderFlashPlayer,
.ContentColumn h1.HeaderReader {
	margin: 6px 0 0 0;
	font-size: 3.4em;
	font-weight: 400;
}

.ContentColumn h2.HeaderShockwavePlayer {
	margin: 6px 0 0 0;
	font-size: 2.5em;
	font-weight: 400;
}

.ContentColumn h3 {
	font-size: 1.8em;
	font-weight: 600;
	margin: 20px 0 14px 0;
}

.ContentFull h3 {
	font-size: 2.1em;
	line-height: 1;
	font-weight: 600;
}

.ContentColumn p,
.ContentFull p {
	font-weight: 400;
	margin-bottom: 1em;
	line-height: 1.3;
}

.ContentColumn .TextGrey {
	color: #707070;
	font: normal normal normal 12px/24px Adobe-Clean;
	line-height: 6px;
	letter-spacing: 0.18px;
}

.ContentColumn .TextLinkHelp {
	font-size: 1.75em;
}

.ContentColumn .LinkPipeLinks {
	color: #B8B8B8;
}

.ContentColumn .MessageBox {
	background: #F8EFBF;
	border-radius: 5px;
	border: 1px solid #DDD;
	padding: 8px;
	margin-bottom: 12px;
}

.ContentColumn .MessageBox p {
	font-size: 1.3em;
	line-height: 1.2; 
}

.ContentColumn .Progressbar {
	margin: 150px 30px 0 30px;
	font-style: italic;
}

.ContentColumn .DownloadMessage {
	font-size: 2.2em;
	font-weight: 600;
}

.ContentFull .ErrorMessage p,
.ContentFull .ErrorMessage ul {
	margin-left: 25px;
}

.ContentFull .ErrorMessage li {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6;
    list-style-type: none;
	margin-left: 0;
}

.ContentFull .ErrorHeadline {
	background: url("images/icon_error.png") left bottom no-repeat;
	padding-left: 26px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.ContentFull .ErrorHeadline {
		background: url("images/icon_error.png") left 1px no-repeat;
	}
}

.ContentFull .ErrorMessage {
	margin-left: 250px;
}

.ContentFull .PromoBox {
	position: absolute;
	left: 0;
	top: 290px;
	background: #FFF;
	background-color: rgba(255,255,255,1.00);
	background-color: #FFF;
	border: 2px solid #666; 
	border-left: none;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0; 
	border-radius: 0 8px 8px 0;
	max-width: 610px;
	padding: 20px;
}

.ContentFull .PromoBox .PromoClose { 
	float: right;
	margin: -10px -10px 0 0;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    background: transparent url("images/close.png") no-repeat;
    cursor: pointer;
}

.ContentFull .PromoBox .PromoFlashPlayer {
	background: transparent url("images/flash.png") left center no-repeat;
	padding-left: 128px;
	min-height: 105px;
}

.ContentFull .PromoBox .PromoReader {
	background: transparent url("images/reader.png") left center no-repeat;
	padding-left: 128px;
	min-height: 105px;
}

.ContentFull .PromoBox .PromoShockwave {
	background: transparent url("images/shockwave.png") left center no-repeat;
	padding-left: 128px;
	min-height: 105px;
}

.ContentFull .PromoBox h2 {
	font-size: 2.4em;
	line-height: 1.1;
	font-weight: 600;
	padding-top: 35px;
}

.ContentFull .PromoBox p {
	font-size: 1.6em;
	line-height: 1.2;
}

#promoReturnButton {
	position: absolute;
	left: 0;
	top: 0;
}

.PromoReturnButton {
    text-indent: -9999px;
    width: 201px;
    height: 33px;
	padding: 0 !important;    
    cursor: pointer;
}

.ContentColumn .NoBottomMargin,
.ContentFull .NoBottomMargin {
	margin-bottom: 0;
}

.ContentColumn .SmallBottomMargin,
.ContentFull .SmallBottomMargin {
	margin-bottom: 0.6em;
}

.NeedHelpContainer {
	max-height: 445px;
	display: block;
	margin: 0;
	padding: 0 5px;
	position: relative;
	z-index: 1;
	overflow: auto;
}

#learnMorePanel p {
	font-size: 1.2em;
}

/* Content body form element styling */
div.Checkbox {
	display: table;
	padding-bottom: 10px;
	padding-top: 10px;
}

div.Checkbox label {
	display: table-row;
	font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #2C2C2C;
}

div.Checkbox.dialog {
	margin-bottom: 5px;
}

div.Checkbox.dialog.child {
	position: relative;
	left: 25px;
}

label {
	font-size: 1.4em;
	line-height: 1.3;
}

input[type="checkbox"] {
    opacity:1;
    position:absolute;  
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

input[type="checkbox"] + label span.CheckboxImage {
    display: inline-block;
    width: 25px;
    height: 21px;
    vertical-align: middle;
	background-position: 0px 0px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span.CheckboxImage {
	background-position: -32px 0px;
	background: url("images/checkmark_grey.png") left top no-repeat;
}

.selectBox {
	background: #FFF;
	width: 280px;
	font: 1.1em Arial, sans-serif;
	padding: 8px 12px 6px 12px;
	line-height: 1.1;
	border-radius: 5px;
	border: 1px solid #CCC;
	-webkit-appearance: none;
	margin-top: 12px;
}

.selectBox-wrapper {
    position: relative;
}

a.selectBox,
a:link.selectBox,
a:hover.selectBox,
a:visited.selectBox,
a:active.selectBox,
.selectBox a:link,
.selectBox a:hover,
.selectBox a:visited,
.selectBox a:active,
.selectBox-dropdown-menu a,
.selectBox-dropdown-menu a:link,
.selectBox-dropdown-menu a:hover,
.selectBox-dropdown-menu a:visited,
.selectBox-dropdown-menu a:active {
	text-decoration: none;
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    text-decoration: none;
    text-align: left;
    color: #000 !important;
    outline: none;
    vertical-align: middle;
    background: #FFF;
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown .selectBox-arrow {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
}

.selectBox-arrow {
	background: url("images/select_arrow.png") right center no-repeat;
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 300px;
    min-height: 1.5em;
    border: none;
    background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
}

.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #ECECEC;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a,
.selectBox-options ul {
	font-size: 1.1em;
    line-height: 1.2;
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options li a {
    color: #000;
    padding: 0 0.5em;
    white-space: nowrap;
    overflow: hidden;
    background: center no-repeat;
    border: 1px solid transparent;
    position: relative;
}

.selectBox-options li.selectBox-hover a {
    color: #000;
    background-color: #EEE;
    border: 1px solid #E8E8E8;
    text-decoration: none !important;
}

.selectBox-options li.selectBox-disabled a {
    color: #888 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.selectBox-options li.selectBox-selected a {
    background-color: #0078a5;
	color: #FFF;
}

.selectBox-options .selectBox-optgroup>span {
    color: #666;
    background: #EEE;
    border: 1px solid #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
    display: block;
}

ul.selectBox-options li.selectBox-optgroup > span {
    background: none;
    border-top: 1px solid #B0B0B0;
    font-size: 0;
    line-height: 0;
    margin: 2px 0;
}

ul.selectBox-options li.selectBox-optgroup:first-child > span {
    border: 0;
    margin: 0;
}

.selectBox.selectBox-disabled,
.selectBox.selectBox-disabled .selectBox-options a {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options a {
    color: #888 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

/* Buttons */
.Button {
	border: none;
    border-radius: 15px;
    box-shadow: none;
    color: #555;
	display: inline-block;
    font-size: 1.4em;
	line-height: 1.2;
    font-weight: 600;
    padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 1em;
	padding-right: 1em;
	min-width: 150px;
	cursor: pointer;
	text-align: center;
}

.Button:hover {
	text-decoration: none;
}

.Button:active,
.Button:visited {
	color: #555;
}

.ButtonYellow {
	background: #FFDB19;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFDB19), to(#F7AA00));
    background: -webkit-linear-gradient(top, #FFDB19, #F7AA00);
    background: -moz-linear-gradient(top, #FFDB19, #F7AA00);
    background: -o-linear-gradient(top,#FFDB19, #F7AA00);
    background: -ms-linear-gradient(top, #FFDB19, #F7AA00);
    background: linear-gradient(top, #FFDB19, #F7AA00);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#FFDB19', EndColorStr='#F7AA00');
}

.ButtonGrey {
	background: #EEEEEE;
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#DDDDDD));
    background: -webkit-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -moz-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: -o-linear-gradient(top,#EEEEEE, #DDDDDD);
    background: -ms-linear-gradient(top, #EEEEEE, #DDDDDD);
    background: linear-gradient(top, #EEEEEE, #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#EEEEEE', EndColorStr='#DDDDDD');
	cursor: default;
}

/* FOOTER */
.footer {
	background: #3c3c3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#3C3C3C));
	background: -moz-linear-gradient(top, #555555, #3C3C3C);
	background: -ms-linear-gradient(top, #555555, #3C3C3C);
	background: -o-linear-gradient(top, #555555, #3C3C3C);
	font-size: 1.2em;
	height: 55px;
	color: #FFF;
	position: relative;
	z-index: 1;
	display: block;
	width: 1360px;
}

.footer p {
	font-size: 1em;
	margin: 0;
}

.footer .Region {
	text-align: center;
	float: left;
	margin: 10px 0;
	padding: 19px 14px 0 14px;
	border-right: 1px solid #999;
	background: url("images/region.png") top center no-repeat;
}

.footer .Copyright {
	float: left;
	margin: 9px 14px;
}

.footer .RetryButton {
	float: right;
	margin: 8px 20px;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer a:active, .footer a:visited {
	color: #FFF;
}

/* WCMS Columns CSS for Region Panel */
.Column{_height:1em;width:689px;padding-left:10px;padding-right:10px;}
.Column:after{clear:left;content:"\0020";display:block;height:0;}
.Column-1{width:164px;}
.Column-1-2{width:339px;}
.Column-1-3{width:514px;}
.Column-1-4{width:689px;}
.Column-2{width:164px;}
.Column-2-3{width:339px;}
.Column-2-4{width:514px;}
.Column-3{width:164px;}
.Column-3-4{width:339px;}
.Column-4{width:164px;}
.Column-1,.Column-1-2,.Column-1-3,.Column-1-4,.Column-2-3 .Column-2,.Column-2-4 .Column-2,.Column-2-4 .Column-2-3,.Column-3-4 .Column-3{clear:left; margin-left:0;}
.Column-1,.Column-1-2,.Column-1-3,.Column-1-4,.Column-2,.Column-2-3,.Column-2-4,.Column-3,.Column-3-4,.Column-4{float:left;}
.Column-2,.Column-2-3,.Column-2-4,.Column-3,.Column-3-4,.Column-4{margin-left:11px;}

/* WCMS SiteFooter Region Panel CSS (Adapted for PDC) */
.footer .SiteFooterRegionPanel {
	background-color: #FFF;
	color: #333;
    position: absolute;
    border: 1px solid #333;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    -moz-box-shadow: 0 5px 10px -moz-rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
    width: 700px;
    padding: 16px;
	bottom: 52px;
	left: 10px;
	font-size: 1em;
	z-index: 99;
}

.footer .SiteFooterRegionPanelHeader {
    font-size: 1.4em;
}

.footer .SiteFooterRegionPanelHeaderClose {
    float: right;
    text-indent: -9999px;
    width: 17px;
    height: 17px;
    background: transparent url("images/close.png") no-repeat;
    cursor: pointer;
}

.footer .SiteFooterRegionPanelRegionHeader {
	margin: 12px 0 0 0;
	font-weight: 400;
}

.footer .SiteFooterRegionPanel ul,
.footer .SiteFooterRegionPanel li {
	list-style: none outside none;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 4px;
}

.footer .SiteFooterRegionPanel a {
    cursor: pointer;
}

.footer .SiteFooterRegionPanel a,
.footer .SiteFooterRegionPanel a:link {
	color: #069;
	white-space: pre-wrap;
}

.footer .SiteFooterRegionPanel a:visited {
    color: #627282;
}

.footer .SiteFooterRegionPanel a:link:hover,
.footer .SiteFooterRegionPanel a:visited:hover,
.footer .SiteFooterRegionPanel a:hover,
.footer .SiteFooterRegionPanel a:visited:hover {
    color: #224466;
    text-decoration: underline;
}

.footer .SiteFooterRegionPanel .Column {
    padding-left: 0;
	padding-right: 0;
}

.footer .SiteFooterMenuItemIconRegionBlack {
    background: transparent url("images/region.png") left center no-repeat;
	padding: 0 0 0 38px;
}

/* Modal overrides */
.ui-dialog .ui-dialog-title {
    font-size: 1.2em;
	font-weight: 600;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin: -5px 0 0;
}

.ui-widget-overlay {
	background: #000;
	opacity: .75;
	filter: Alpha(Opacity = 75);
}

.ui-dialog {
	max-width: 900px !important;
	max-height: 500px !important;
}

.ui-state-default .ui-icon,
.ui-state-default .ui-icon:hover,
.ui-widget-header .ui-icon,
.ui-widget-header .ui-icon:hover,
.ui-widget-content .ui-icon,
.ui-widget-content .ui-icon:hover {
	background: none;
}

.ui-dialog-titlebar .ui-icon-closethick,
.ui-dialog-titlebar .ui-icon-closethick:hover {
	background: url("images/close_button.png") center right no-repeat;
}

.close-button .ui-dialog-titlebar-close {
	top: 8px;
	right: 5px;
}

/* PAGER */
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0078A5;
}

/* Help Steps modal */


.HelpSteps {
	width: 30px;
	margin: 0 10px 0 0;
	float: left;
}

.HelpText {
	width: 300px;
	margin: 0 14px 0 0;
	float: left;
}

.HelpImage {
	width: 390px;
	margin: 0 0 24px 0;
	float: left;
}

.HelpSteps p {
	font-size: 4em;
	font-weight: 400;
	line-height: 1;
	text-align: right;
	color: #666;
}

.HelpText p {
	font-size: 1.8em;
	line-height: 1.2;
}

.HelpImage p img {
	font-size: 1.6em;
	line-height: 1;
	max-width: 100%;
	height: auto;
}

.HCMcheckboxAlign {	
	display: table-cell;
	vertical-align: middle;
	width: 25px;
}

.error-block {
	background-color: #ffffcb;
	color: #f00;
	padding: 6px 8px;
	margin-bottom: 1em;
	border: 1px solid #CCC;
	_zoom: 100%;
}
/*Main Content*/
body {
	font-family: Adobe-Clean;
}
.MainContent {
	width: 1360px;
}
	
.header {
	width: 1360px;
}	
.section {
	min-height: 825px;
	width: 1360px;
	padding: 0px;
}
.ContentColumn {
	height: 825px;
    padding: 0px;
	font-family: Adobe-Clean;
}
.ContentColumn-2 {
	width: 350px;
	padding: 3em;
	height: 50%;
	top: 5%;
	background: inherit;
	padding-top: 0px;
}
.ContentColumn-3 {
	width: 316px;
	padding: 0px;
	margin-left: 20px;
}
.ContentColumn-2-3 {
	width: 960px;
	background: rgb(243,248,251) 0% 0% no-repeat padding-box;
}
.ContentBox-Top{
	height: 220px;
	width: 440px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D2D2D2;
	padding: 20px;
	margin-top: 20px;
	border-radius: 8px;
}
.ContentBox-Bottom{
	height: 235px;
	width: 440px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #D2D2D2;
	padding: 20px;
	margin-top: 15px;
	border-radius: 8px;
}
.ContentFull {
	height: 638px;
}
.ContentColumn-2-3 .AlignVerticalCenter {
	height: 850px;
	width: 815px;
}
.ContentColumn1BottomOverlay {
	position: relative;
    height: 68px;
	z-index: 2;
}
.ContentColumnBottomCenter {
	bottom: 0px;	
    position: absolute;
	height: fit-content;
    width: inherit;
	top: 50%;
    transform: translate(0, -50%);
}

.ContentColumn .NoMargin,
.ContentFull .NoMargin,
.ContentColumn.NoMargin {
	margin: 0px;
}
.ContentColumn .FloatLeft {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0px;
}
.ContentColumn .FloatRight {
    float: right;
    margin-bottom: 0px;
}
.ColumnTopContent {
	height: calc(100% - 68px);
}
.Column1TopContentBg {
	background: #EB1000;		
}	
.ContentColumn2BottomOverlay {
    margin-left: 20px;	
}

.ContentColumn.NoBorderRadius {
	-moz-border-radius: 0px 0px 0px 0px; 
	-webkit-border-radius: 0px 0px 0px 0px; 
	border-radius: 0px 0px 0px 0px; 
}
/* KSD added these */
.ContentColumn1BottomOverlayBg {
	background: rgba(235,16,0,0.5);
    background: -webkit-linear-gradient(rgba(235,16,0,0.8), rgba(235,16,0,0.8)), -webkit-linear-gradient(rgba(239,239,239,0.2), rgba(239,239,239,0.2));
    background: -moz-linear-gradient(rgba(235,16,0,0.8), rgba(235,16,0,0.8)), -moz-linear-gradient(rgba(239,239,239,0.2), rgba(239,239,239,0.2));
    background: -o-linear-gradient(rgba(235,16,0,0.8), rgba(235,16,0,0.8)), -o-linear-gradient(rgba(239,239,239,0.2), rgba(239,239,239,0.2));
    background: -ms-linear-gradient(rgba(235,16,0,0.8), rgba(235,16,0,0.8)), -ms-linear-gradient(rgba(239,239,239,0.2), rgba(239,239,239,0.2));
	background: linear-gradient(rgba(235,16,0,0.8), rgba(235,16,0,0.8)), linear-gradient(rgba(239,239,239,0.2), rgba(239,239,239,0.2));
}

.ContentColumn2BottomOverlayBg {
	background: #EFEFEF;
}	

.PageContent {
	min-height: inherit;
}

.ContentColumn1TopText {
	color: #FFFFFF;
    position: absolute;
    top: 2%;
    text-align: center;
}

.ContentColumn h2.HeaderText {
	margin-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 10px;
    font-size: 32px;
    line-height: 40px;
}

.ContentColumn h3.HeaderText {
	margin-top: 0px;
    font-size: 25px;
    line-height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 0.13px;
    font-weight: normal;
}
.ContentColumn h3.OptionOffersText {
	font-size: 16px;
    line-height: 36px;
    letter-spacing: 0.11px;
    color: #2C2C2C;
    text-transform: uppercase;
	margin: 0px;
	padding-bottom: 10px;
}
.ContentColumn1BottomPadding {
	padding-left: 60px;
}
.ContentColumn2Padding {
	padding-left: 25px;
}
.ContentColumn .ContentColumnBottomElementPadding {
	padding-bottom: 0px;
}
.ContentColumn .ContentColumn1BottomTextCommon {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.21px;
}

.ContentColumn .ContentColum1n2BottomTextCommon {
	font-weight: normal;
	font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.21px;
	display: inline;
}
.ContentColumn .ContentColumn2BottomTextColor1 {
	color: #4B4B4B;
}
.ContentColumn .ContentColumn2BottomTextColor2 {
	color: #1473E6;
}
.ContentColumn .ContentColumn1BottomTextItalic {
	font-style: italic;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.21px;
    text-decoration: underline solid #FFF;
	-webkit-text-decoration-line: underline;
}
.Dot {
	height: 3px;
    width: 3px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
}

.header .verticalLine {
    float: left;
    margin-top: 25px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 20px;
    border-left: 1px solid #B5B5B5;
    height: 35px;
}
.header .TextStep2 {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    font-size: 19px;
    line-height: 63px;
    color: #4B4B4B;
}

.header .HomeLogo {
    position: absolute;
    left: 30px;
    top: 0;
    height: 64px;
    width: 39px;
    display: block;
    background: url("images/logo.png") no-repeat;
    padding: 0;
    margin: 0;
	text-indent: -9999px;
    overflow: hidden;
	z-index: 90;
}
.header.headerbg {
	background: #FFFFFF;
}

/* Button section */
.ContentColumn .Button{
	font: normal normal bold 15px/22px Adobe-Clean;
	letter-spacing: -0.06px;
	border-radius: 66px;
}
.ContentColumn .ButtonBlue {
	background: #1473E6 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
}
.ContentColumn .ButtonBlue:active {
    color: #555;
}

.Button.ButtonBlue1 {
	background: #1473E6 0% 0% no-repeat padding-box;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
}
.Button.ButtonBlue1:visited {
	color: #FFFFFF;
}
.Button.ButtonBlue1:active {
    color: #555;
}

.ButtonBorder{
	border: 2px solid #4B4B4B;
	color: #4B4B4B;
	height: 16px;
}
    
.ContentColumn-3 p{
	margin: 0.5em 0em 0em 0em;
}
.ContentColumn .FeaturesIncluded {
	padding-bottom: 20px;
    margin: auto;
    text-align: left;
    width: 80%;
    font-style: normal;
    font-size: 21px;
    line-height: 30px;
    font-weight: normal;
    color: #FFFFFF;
}
.ContentColumn .FeatureHeadingBold {
	font-weight: bold;
    font-size: 21px;
    line-height: 27px;
}
.ContentColumn .FeatureHeadingNormal {
	font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    outline: 0;
    border: 1px solid #FFFFFF;
    background: none;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFFFFF;
}

.ContentColumn-2 p{
	margin-top: 0.2em;
}
.ContentColumn-3 div.AlignBottom {
	position: absolute;
	bottom: 10px;
	padding-right: 20px;
	font: normal normal normal 11px/14px Adobe-Clean;
}
.section.NoColumns {
	min-height: 463px;
	background: #F3F8FB 0% 0% no-repeat padding-box;
}
.header.NoColumns {
	width: 1000px;
	height: 70px;
}
.ErrorMessage {
	text-align: left;
    top: 50%;
    position: absolute;
    margin: 0px;
    transform: translate(0%, -50%);
}
.ErrorMessage h3{
	letter-spacing: 0.16px;
	font: normal normal normal 32px/32px Adobe-Clean;
}
.ErrorMessage ul,li,p{
	letter-spacing: 0px;
}
.Progressbar.ProgressbarTextCenter {
	top: 50%;
    position: absolute;
    margin: 0px;
    transform: translate(0%, -50%);
    padding-left: 45px;
}

.Progressbar.ProgressbarImage {
	font-style: normal;
    top: 50%;
    position: absolute;
    padding-left: 45px;
    margin: 0px;
    transform: translate(0%, -50%);
}

.ContentColumn .TextLinkHelp {
    font-size: 15px;
    line-height: 63px;
    letter-spacing: 0px;
    color: #1473E6;
    opacity: 1;
    margin-top: -15px;
}

.Progressbar .ProgressbarTextNeedHelp {
	padding-top: 20px;
	font-style: normal;
}
.Progressbar .NextButton {
	padding-top: 20px;
	padding: 6px 39px 7px 39px;
}
.ButtonDisabled {
	background: #F4F4F4 0% 0% no-repeat padding-box;
}
#promoReturnButton {
	position: absolute;
	left: 0;
	top: 0;
}

.ReturnPromoButton {
	letter-spacing: -0.06px;
	font: normal normal bold 15px/22px Adobe-Clean;  
    cursor: pointer;
	margin-top: 20px;
}
.TotalSizeText {
	font:normal normal normal 14px/24px Adobe-Clean;
		
}
.StartOverButtonDiv {
	padding-top: 20px;
    top: 60%;
    position: absolute;
}
.NextButtonDiv {
	padding-top: 20px;
}
.ThankYouDiv {
	position: relative;
    left: 120px;
    top: 24px;
    color: rgb(75, 75, 75);
    float: left;
    font: normal normal bold 19px/21px Adobe-Clean;
}
.UnsetFont {
	font-size: unset;
}