* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

html {
	position: relative;
	height: 100%;
}

body {
	position: relative;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #272E80;
	background-repeat: no-repeat;
	background-position: -117px 154%;
	background-size: 486px auto;
	height: 100%;
	overflow: hidden;
}
a {
	color: #0092DD;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0 1em 0;
}

.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.leftText {
	text-align: left;
}

.filter {
	background: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	display: none;
	color: #272E80;
}
.filter div {
	position: absolute;
	left: 0;
	right: 0;
	width: 30%;
	top: 25%;
	margin: auto;
	text-align: center;
	padding: 1%;
	font-size: 16px;
}

form.checkout {
	position: relative;
	height: 100%;
}
#container {
	padding: 0;
	width: 75%;
	float: left;
	height: 100%;
	overflow-y: scroll;
}
.step1 #container {
	width: 100%;
	text-align: center;
	float: none;
}

.step7 #container {
	width: 94%;
	text-align: center;
	float: none;
	background-image: url(/checkout/images/mail-stack.png);
	background-repeat: no-repeat;
	background-size: 419px 419px;
	background-position: 120% 20%;
}

#progress {
	width: 25%;
	padding: 0;
	background: #b7efff;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	overflow-y: scroll;
}

#progressContainer {
	padding: 2em;
}

#header {
	padding: 0;
}
#header_inner {
	padding: 2em;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	width: 300px;
}
#logo img {
	max-width: 100%;
	height: auto;
}

#title h1 {
	font-size: 32px;
	text-align: right;
	color: #272E80;
	line-height: 37px;
}
#title h1 .pageTitle {
	color: #0092DD;
}
#title h1 .sectionTitle {
	color: #272E80;
}
#title h2 {
	font-size: 24px;
	text-align: right;
	color: #0092DD;
	line-height: 38px;
}

#main {
	background: #272E80;
    padding: 2em;
	clear: both;
}
#main_inner {
	background: white;
    margin: 0 auto;
    padding: 2%;
	border-radius: 20px;
}
.step1 #main_inner {
    width: 50%;
}

#footer, #footerMobile {
	padding: 3%;
	width: 94%;
	clear: both;
	font-size: 11px;
	text-align: center;
}
#footerMobile {
	display: none;
}

form.checkout label {
	font-size: 12px;
	line-height: 21px;
	opacity: 0.5;
	display: inline-block;
	width: 94%;
}
form.checkout label em {
	color: #0092DD;
}
form.checkout label.agree {
	font-size: 16px;
	opacity: 1;
}

form.checkout .payment {
	width: 65%;
	margin: 0 auto;
}
form.checkout .payment label {
	font-size: 14px;
}
form .payment p {
	margin-bottom: 1.25em;
}
form .payment em {
	opacity: 0.5;
}

form.checkout .payment .nameField {
	width: 49%;
}
form.checkout .payment .nameField:nth-of-type(2) {
	margin-right: 0;
}
form.checkout .payment .cvvField {
	float: right;
	width: 30%;
}
form.checkout .payment .expField {
	width: 30%;
}

form.checkout #validationMsg {
}
form.checkout #validationMsg .notice {
	margin: 24px 0 0 0;
	text-align: center;
}

form.checkout input,
form.checkout select,
form.checkout textarea {
	color: #272E80;
	background: white;
	border: 0;
	border-bottom: 0.6px solid #E2E2E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	display: inline-block;
	padding: 0.5em;
	width: 100%;
	margin-bottom: 1em;
	max-width: 100%;
}
form.checkout input:focus,
form.checkout input:active,
form.checkout select:focus,
form.checkout textarea:focus {
	border: 0;
	border-bottom: 0.6px solid #0092DD!important;
	outline: none;
}
form.checkout input[type=checkbox] {
	width: auto;
}
form.checkout .required {
	background: #FFEFEF!important;
}
form.checkout .col {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 1%;
}
form.checkout .col-100 {
	width: 99%;
	clear: both;
}
form.checkout .col-50 {
	width: 49%;
}
form.checkout .col-25 {
	width: 24%;
}

form.checkout .colPhone input {
	width: 75%;
}
form.checkout .colPhone input.country {
	width: 10%;
}
form.checkout .question {
	font-size: 12px;
	color: #000000;
	line-height: 32px;
	border-bottom: 0.6px solid #E2E2E2;
	margin-bottom: 20px;
	padding: 0.5em 0;
}
form.checkout .question .text {
	opacity: 0.5;
}
form.checkout input[type=submit],
form.checkout input[type=button].submit {
	background: #0092DD;
	border: 1px solid #0092DD;
	padding: 17px;
	color: white;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 24px;
	margin-bottom: 0!important;
}
form.checkout input[type=button].backBtn {
	background: #7ecdf4;
	border: 1px solid #7ecdf4;
	padding: 17px;
	color: #0092DD;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 24px;
	margin-bottom: 0!important;
}
form.checkout input[type=submit]:hover,
form.checkout input[type=button].submit:hover {
	background: #00A4F7;
	border: 1px solid #00A4F7;
}
form.checkout input[type=button].backBtn:hover {
	background: #94d6f7;
	border: 1px solid #94d6f7;
}
form.checkout input[type=button].backBtn:focus,
form.checkout input[type=button].backBtn:active {
	border-bottom: 1px solid #7ecdf4!important;
}
form.checkout input[disabled] {
	color: #999!important;
	background: #CCC!important;
	border: 1px solid #CCC!important;
	cursor: default!important;
}

form.checkout input.mc {
	background: url(/checkout/images/mc.jpg) no-repeat 99% center;
	background-size: auto 24px;
}
form.checkout input.visa {
	background: url(/checkout/images/visa.jpg) no-repeat 99% center;
	background-size: auto 18px;
}
form.checkout input.disc {
	background: url(/checkout/images/discover.jpg) no-repeat 99% center;
	background-size: auto 24px;
}
form.checkout input.amex {
	background: url(/checkout/images/amex.jpg) no-repeat 99% center;
	background-size: auto 24px;
}
form.checkout iframe {
	width: 96%;
	height: 400px;
	display: block;
	margin-bottom: 2em;
	padding: 2%;
}

form .confirm {
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	width: 65%;
	margin: 0 auto;
}
form .confirm p {
	margin-bottom: 1.25em;
}
form .confirm strong {
	color: #0092DD;
	font-weight: bold;
	
}

.domainRow {
	position: relative;
	width: 100%;
	display: block;
}
.domainRow input[type=text] {
	z-index: 5;
	position: relative;
}
.radioButton {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #0000000F;
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
}
.question .label {
	margin-left: 2em;
	cursor: pointer;
}
.question .label.twoCol {
	margin-left: 5em;
}
.domainRow .radioButton{
	position: absolute;
	top: 0;
	z-index: 10;
	right: 30px;
}
.radioButton .selected {
	display: block;
	width: 14px;
	height: 14px;
	background: #0092DD;
	border-radius: 7px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.primaryHeader {
	text-align: right;
	color: #0092DD;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 36px 14px 0;
}

.clearfix {
	clear: both;
	display: block;
}

.importLink {
	color: #354e57;
	cursor: pointer;
	float: right;
}

#main h3 {
	font-size: 28px;
	line-height: 32px;
	color: #0092DD;
	text-align: center;
	margin-bottom: 0.5em;
}

#main h4 {
	font-size: 24px;
	line-height: 26px;
	color: #0092DD;
	text-align: left;
	margin-bottom: 1em;
	clear: both;
}

#progress h3 {
	font-size: 22px;
	line-height: 26px;
	color: #272E80;
	margin-bottom: 24px;
	margin-top: 8px;
}
#progress h3 span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 12px;
}
#progress img {
	max-width: 100%;
	max-height: 200px;
	height: auto;
	display: block;
	margin: 10px auto 40px auto;
}
#progress .changePlanLink {
	font-size: 14px!important;
	margin-bottom: 0;
}
#progress .changePlanLink a {
	font-weight: normal;
}
#progress div {
	font-size: 16px;
	line-height: 24px;
}
#progress p.totalDue {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
#progress p {
	clear: both;
	margin: 0 0 1em 0;
	line-height: 24px;
}
#progress .total {
	float: right;
	width: 25%;
	text-align: right;
	font-weight: bold;
}
#progress .itemName {
	float: left;
	width: 75%;
}
#progress .itemDescr {
	font-size: 14px;
}
#progress .billingDetails {
	font-size: 14px;
}

#cwUsers fieldset {
	float: left;
	width: 39%;
	margin-right: 5%;
}
#cwUsers fieldset:nth-of-type(2n) {
	margin-right: 0;
}
#cwUsers .memberDetails {
	float: right;
	width: 90%;
	cursor: pointer;
}
#cwUsers .label {
	cursor: pointer;
}
#cwUsers .userDomainList {
	clear: both;
}
#cwUsers .domainList .radioButton {
	margin-right: 2%;
	margin-bottom: 0.25em;
}
#cwUsers .instructions {
	float: left;
	width: 60%;
	margin-bottom: 1em;
}
#cwUsers .domainSelect {
	float: left;
	width: 30%;
	margin-bottom: 1em;
}
#cwUsers .instructions.clearfix {
	margin-top: 1em;
}
#cwUsers .domainListPrimary {
	width: 60%;
}
#cwUsers .selectAll {
	float: right;
	text-align: right;
	width: 35%;
}
.addUser {
	float: left;
	width: 45%;
	margin-right: 5%;
}
.addUser:nth-of-type(2n) {
	margin-right: 0;
}
.addUser:nth-of-type(2n + 1) {
	clear: both;
}

.addUser strong.header {
	font-size: 14px;
	line-height: 16px;
	color: #0092DD;
	display: block;
	padding: 2% 0 3% 3%
}
.addUser .label.text {
	cursor: pointer;
}

.backLink {
	clear: both;
}

.step1 .plan {
	display: inline-block;
	padding: 30px 20px 80px 20px;
	max-width: 300px;
	min-height: 300px;
	min-width: 250px;
	border: 1px solid #0092DD;
	border-radius: 20px;
	margin: 1em;
	position: relative;
}
.step1 .plan .recommended {
	position: absolute;
	top: -18px;
	background: #0092DD;
	color: white;
	padding: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
}
.step1 .plan .savings {
	color: #009b57;
	font-size: 12px;
	margin-top: -10px;
	font-weight: bold;
}
.step1 .plan ul {
	text-align: left;
	margin: 1em 1em 2em 1em;
}
.step1 .plan input[type=submit] {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 244px;
}

hr {
	border: 0;
	border-bottom: 1px solid #272E80;
	display: block;
	height: 0;
	margin: 20px 0;
	clear: both;
}

.notice {
	text-align: right;
	font-weight: bold;
	padding: 0.5em;
	margin: 0.5em 0;
	text-align: center;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	color: #ec9308;
	border: 1px solid #ec9308;
}
.notice.err {
	color: #cc2127;
	border: 1px solid #cc2127;
}
.notice.success {
	color: #0a9035;
	border: 1px solid #0a9035;
}

.r {
	color: #cc2127;
}

.cwSettings {
	width: 60%;
}
.notes {
	float: right;
	background: #F4F4F4;
	border-radius: 28px;
	width: 34%;
	margin-left: 3%;
	padding: 20px;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}

ul {
	margin: 0 0 .5em 1em;
}
li {
	margin: 0 0 1em 0;
	font-size: 16px;
	line-height: 19px;
}
li strong {
	font-weight: normal;
	color: #0092DD;
}

.discount {
	margin: 1em 0 0.5em 0;
	line-height: 16px;
	background: white;
	padding: 1em;
}
.discount p {
	margin-top: 0;
}
.discount p.notice {
	margin-top: 1em!important;
	margin-bottom: 0!important;
	font-size: 14px!important;
	line-height: 16px!important;
}
.discount input[type=text] {
	width: 46%;
	display: inline!important;
	border-bottom: 0!important;
	padding: 0.5em!important;
	background: #b7efff;
	line-height: 1;
}
.discount input[type=text]:focus,
.discount input[type=text]:active {
	border-bottom: 0!important;
}
.discount input[type=submit] {
	width: 46%;
	padding: 0.5em!important;
	display: inline!important;
	margin-top: 0!important;
	line-height: 1!important;
}
.discount input[type=button] {
	background: #0092DD;
	border: 1px solid #0092DD;
	text-transform: uppercase;
	padding: 0.5em!important;
	color: white;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 0!important;
	width: 46%;
	display: inline!important;
	margin-top: 0!important;
}
.discount input {
	margin-bottom: 0!important;
}

.step7 h2 {
	font: normal normal bold 48px/55px Arial;
	margin-bottom: 0.75em;
}
.step7 h2:last-of-type {
	color: #0092DD;
}
.step7 #main_inner img {
	display: block;
	margin: 0 auto 0.75em auto;
}

.fixedSubmit {
	position: fixed;
	width: 24%;
	/*bottom: 40px;*/
}