@import 'fonts.css'; /* Import the fonts */

/* CSS - Making Tax Digital Microsite | Paul Harmer */

/*
font-family: 'Open Sans', sans-serif;
Light - 300
Regular - 400
Semi bold - 600
Bold - 700

font-family:"Helvetica Neue LT W01_71488914"; Bold
font-family:"Helvetica Neue LT W01_65 Md"; Medium
font-family:"Helvetica Neue LT W01_41488878"; Regular
font-family:"Helvetica Neue LT W01_35 Thin"; Light
*/

html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.5;
	color: #333;
	-webkit-backface-visibility: hidden; /* the following line fixes a blink in chrome https://code.google.com/p/chromium/issues/detail?id=108025 */
}

a,
a:hover,
a:focus,
a:visited {
	color: #fff;
	cursor: pointer !important;
}

*, ::after, ::before {
	box-sizing: inherit;
}
/**********************/
/* Headings and fonts */
/**********************/

h1,
h2,
h3,
h4,
h5 {
	line-height: 1.5;
	border: 0;
}

h1 {
    margin-top: 20px;
    font-size: 3.3rem;
    font-weight: 700;
    letter-spacing: -3px;
    margin-bottom: 53px;
}

h2 {
	font-size: 62px;
	font-size: 2.25rem;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

h3 {
	font-size: 34px;
	font-size: 1.75rem;
	margin-top: 20px;
	letter-spacing: -1px;
}

h4 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 1.5;
	font-weight: 700;
	margin: 20px 0 0 0;
	letter-spacing: 0;
}

h5 {
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: normal;
	margin: 0 0 15px 0;
	letter-spacing: 0;
	line-height: 1.2;
}

p {
	margin-bottom: 30px;
}

p,
li {
	font-size: 28px;
	font-size: 1rem;
	font-weight: 300;
}

.subhead {
	display: block;
	font-weight: bold;
	font-size: 55px;
	font-size: 3.4375rem;
	line-height: 1.7;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.big {
	font-size: 34px;
	font-size: 2.125rem;
}

.small {
	font-size: 24px;
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: 300;
}

.x-small {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 30px 0;
}

p strong {
	font-weight: 600;
}

sup {
	font-size: 62%;
	margin: 0 5px;
}

/**********/
/* Common */
/**********/

.clear {
	clear: both;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-animation {
	animation: none !important;
}

.img-margin {
	margin: 80px auto 40px;
	max-height: 250px;
}

.img-margin-right {
	float: right;
	margin: 50px 0 0 0;
	max-height: 250px;
}

.divider {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #999;
	margin: 0 10px;
}

.inline-spacer {
	margin: 0 15px;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.caps {
	text-transform: uppercase;
}

.blue {
	color: #245189 !important;;
}

.light-blue {
	color: #4ba8cd;
}

.orange {
	color: #d05a26;
}

.purple {
	color: #901e70;
}

.grey {
	color: #9c9c9c !important;
}

.dark-grey {
	color: #333;
}

.white {
	color: #f2f2f2;
}

.pink {
	color: #ea3468 !important;
}

.green {
	color: #46cec0;
}

.whiteStripe {
	background: #fff;
}

.greyStripe {
	background: #eaeaea;
}

.opacity {
	opacity: .7;
}

/**********/
/* Lists  */
/**********/

.bullet-list {
	margin: 40px 0 40px 20px;
	padding: 0;
}

.bullet-list li {
	position: relative;
	margin-bottom: 5px;
}

.bullet-list li::before {
	font-family:"Helvetica Neue LT W01_71488914";
	font-size: 18px;
	color: #333;
	position: absolute;
	left: -20px;
}

.clean-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inline-list li {
	display: inline;
}

.list-item-spacer {
	height: 10px;
}


/**********/
/* Layout */
/**********/

.block {
	position: relative;
	z-index: 1;
}

article {
	padding: 0;
    margin-top: -20px;
    margin-bottom: -20px;
}

section {
	padding: 100px 15px 100px 15px;
}

.pane {
	background: #e0e0e0;
	padding: 20px 30px 30px;
}

.light-pane {
	background-color: #fbfbfb;
	padding: 5px 15px 20px 22px;
	margin: 20px 0;
}
.light-pane h3 {
    margin-left: 0 !important;
	margin-top: 15px !important;
	margin-bottom: 20px !important;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.container-fluid.white {
	background: #fff;
}

.hero {
	background: url(../../images/hero-bck.jpg) no-repeat 0 0;
	background-size: cover;
	position: relative;
	z-index: 1;
	min-height: 675px;
	padding-top: 30px;
	padding-bottom: 0;
}

.hero h1 {
	font-size: 105px;
	font-size: 6.5625rem;
	line-height: 1;
	width: 100%;
	margin-top: 60px;
	margin-bottom: 5px;
}

.hero .btn {
	margin-top: 15px;
	margin-bottom: 100px;
	box-shadow: 0px 6px 15px rgba(0,0,0,0.25);
}

.roundel {
	text-align: center;
	position: absolute;
	right: 15px;
	top: 40px;
	background-image: url(/images/roundel_cube.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 23px 28px;
	background-color: rgba(255,255,255,0.85);
	width: 145px;
	height: 145px;
	border-radius: 50%;
	transform: rotate(15deg);
	font-weight: 500;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.4;
	padding: 45px 10px 0;
}

.roundel .price {
	font-size: 38px;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.2;
}

.roundel sup {
	margin: 0;
}

/****************************/
/* Step process feature     */
/****************************/

.step-process {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 80px;
	border-bottom: 1px solid #dcdcdc;
}

.step-process .inline-list {
	margin: 0 auto;
}

.step-process li {
	font-size: 21px;
	font-size: 1.3rem;
	letter-spacing: -1px;
	margin: 0 40px;
	position: relative;
	color: #777777;
}

.step-process li.active {
	font-weight: 700;
	color: #293033;
}

.step-process li.complete {
	color: #00a651;
	margin-left: 64px;
}

.step-process li.complete:before {
	content: "";
	position: absolute;
	left: -26px;
	top: 7px;
	width: 22px;
	height: 15px;
	background-image: url(/images/complete-icon.png); /* Fallback */
	background-image: url(/images/complete-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-size: 22px 15px;
}

.step-process li.complete span { /* Remove the numbers for completed steps */
	display: none;
}

.step-process li:after {
	content: "";
	position: absolute;
	top: 5px;
	right: -47px;
	width: 11px;
	height: 20px;
	background-image: url(/images/step-arrow.png); /* Fallback */
	background-image: url(/images/step-arrow.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-size: 11px 20px;
}

.step-process li:first-child {
	margin-left: 0 !important;
}

.step-process li:last-child {
	margin-right: 0 !important;
}

.step-process li:last-child:after {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.step-process li:after {
		right: -37px;
	}

	.step-process li {
		margin: 0 30px;
	}
}

/****************************/
/* Progress bar             */
/****************************/

.progress {
	background-color: #dadada;
	box-shadow: none;
	margin: 0;
	height: 8px;
	border-radius: 4px;
}

.progress-bar {
    width: 0;
    transition: width 2500ms ease-in;
	background-color: #0d518e;
}

.progress-bar-fill {
    width: 100%;
}

.percent {
	margin-top: 5px;
	margin-bottom: 80px;
}
#activated {
    margin-bottom: 41px;
}

/****************************/
/* Forms                    */
/****************************/

#main input:-webkit-autofill,
#main input:-webkit-autofill:hover,
#main input:-webkit-autofill:focus,
#main input:-webkit-autofill,
#main textarea:-webkit-autofill,
#main textarea:-webkit-autofill:hover,
#main textarea:-webkit-autofill:focus,
#main select:-webkit-autofill,
#main select:-webkit-autofill:hover,
#main select:-webkit-autofill:focus {
	-webkit-text-fill-color: #293033;
  transition: background-color 5000s ease-in-out 0s;
}

#main .form-control,
#main input.form-control[type=password] {
	height: 50px;
	font-size: 16px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 6px;
	padding: 6px 15px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	box-shadow: inset 0 0 4px rgba(0,0,0,.15);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#password  {
	padding: 6px 15px;
	width: 100%;
	margin-left: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}

#main select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 6px 15px;
	height: auto;
}

.form-group-select {
	position: relative;
}

.form-group-select:after {
	content: "";
	position: absolute;
	background-image: url(/images/select-arrow.png); /* Fallback */
	background-image: url(/images/select-arrow.png), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-size: 16px 9px;
	right: 15px;
	top: 21px;
	width: 16px;
	height: 9px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* Remove the arrow image for for IE10+ */
	.form-group-select:after {
		display: none;
	}
}

.form-control:focus,
input.form-control[type=password]:focus {
	border-color: #777777;
	background: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
	color: #293033;
}

#main label {
	font-size: 13px;
	margin-bottom: 3px;
	width: 100%;
}

#main input:valid,
#main input:invalid {
	background-color: #fff;
}

/*input:valid.buyButton,
input:invalid.buyButton {
	background-color: #FF0066;
}*/
.invalid-input {
    color: #e15000 !important;
    border: solid 1px #e15000 !important;
}

.invalid-input-label {
    color: #e15000 !important;
}

.valid-input {
    border: solid 1px #00a651 !important;
}

.valid-input-label {
	width: 100%;
	color: #00a651 !important;
	opacity: 1;
}

.valid-input-label i.valid-icon {
	position: absolute;
	right: 1px;
	top: 3px;
	background-image: url(/images/valid-icon.png); /* Fallback */
	background-image: url(/images/valid-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-repeat: no-repeat;
	background-size: 17px 16px;
	width: 17px;
	height: 16px;
	overflow: visible;
}

.validation-helper {
	text-align: left;
	font-size: 13px;
	letter-spacing: -0.3px;
	position: absolute;
	border-radius: 2.5px;
	background-color: #e15000;
	z-index: 10000;
	color: #FFF;
	padding: 3px 7px;
	display: none;
	top: -28px;
	right: 1px;
}

.validation-helper::before {
	top: 100%;
	right: 13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(225, 80, 0, 0);
	border-top-color: #e15000;
	border-width: 6px;
	margin-left: 0;
}

/* Password strength styles */

.pstrength-info {
	font-size: 13px !important;
	top: 60px !important;
}

.pstrength-bar {
	top: 55px !important;
	border: 0 !important;
	border-radius: 5px;
	background: #dadada;
}
.form-group input[type=password] {
    padding: 6px 15px;
    width: 100%;
    margin-left: 0;
}

/* IE10/11 hack for padding bug on input fields */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	select, input { padding-top: 0; padding-bottom: 0; }
}

/* Firefox hack for the padding bug on input fields */
@-moz-document url-prefix() {
  select, input {
     padding: 10px 15px;
  }
}

.help-block {
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 2px;
	font-size: 13px;
	color: #9c9c9c;
}

.show-password:hover,
.hide-password:hover {
    cursor: pointer;
}
.show-password, .hide-password {
	width: 125px;
	float: right;
	margin-right: 25px;
	margin-top: -48px;
	display: block;
	text-align: right;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-size: 21px 15px;
	background-position: left 2px;
}
.show-password {

	background-image: url(/images/show-icon.png); /* Fallback */
	background-image: url(/images/show-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
}

.hide-password {
	background-image: url(/images/hide-icon.png); /* Fallback */
	background-image: url(/images/hide-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
}

#main form .btn {
	margin-top: 10px;
}

#main form a,
#password-reset a {
	color: #0d518e !important;
}

form .pull-right {
	float: right;
	position: relative;
	top: 25px;
}

.login, .new {
	min-height: 370px;
}

#main fieldset {
	padding: 0 0 50px 0;
	margin: 0;
}

#main .checkbox {
	/*margin-bottom: 50px;*/
}

#main .checkbox input[type=checkbox],
#main .checkbox-inline input[type=checkbox],
#main .radio input[type=radio],
#main .radio-inline input[type=radio] {
	width: 20px;
	height: 20px;
	margin-left: -25px;
}

#main .checkbox label {
	position: static;
	opacity: 1;
	font-weight: 300;
	color: #293033;
	font-size: 24px;
  font-size: 1.5rem;
	padding-left: 25px;
}

/* Floating label implementation */

.form-group {
  position: relative;
  margin-top: 32px;
}

#main label {
  position: absolute;
	width: 100%;
  top: -18px;
  left: 0;
	right: 0;
  font-size: 14px;
  color: #8b8b8b;
  transition: 0.25s ease-in-out;
  opacity: 0;
  font-weight: 600;
}

#main label.on {
  color: #293033;
}

#main label.show {
  top: -22px;
  opacity: 1;
}

#main option {
  color: #293033;
}

.watermark {
  color: #8b8b8b;
}


/****************************/
/* Buttons                  */
/****************************/

.btn {
	-webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-property: transform, color, background-color, opacity;
  transition-property: transform, color, background-color, opacity;
	font-weight: 700;
	border-radius: 5px;
	border: 0;
}

.btn:hover,
.btn:focus {
	outline: 0;
}

.btn-primary {
	background: #0d518e;
	color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #0b4579;
	color: #fff !important;
}

.btn-secondary {
	background: #ff0066;
	color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: #da0057;
	color: #fff !important;
}
a.btn.btn-sm.btn-secondary {
    color: #fff !important;
}

.btn-sm {
	font-size: 22px;
	font-size: 1.375rem;
	padding: 12px 25px;
}

.btn-md {
	font-size: 32px;
	font-size: 1.25rem;
	padding: 12px 35px;
}

.btn-lg {
	font-size: 46px;
	font-size: 2.875rem;
	padding: 18px 60px;
}

.btn-continue {
	padding: 18px 100px;
	margin-bottom: 60px;
}

.btn-start {
	padding: 18px 30px;
	margin-bottom: 10px;
	margin-top: 0;
}

.btn-activate {
	margin: 10px 0 40px 0;
}

.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus {
	color: #fff;
	background: #afafaf;
}

/****************************/
/* Quotes                   */
/****************************/

.quotes {
  margin-bottom: 70px;
	margin-top: 50px;
}

blockquote {
  position: relative;
  border: 0;
  padding: 10px 40px;
  margin-bottom: 30px;
  min-height: 160px;
}

blockquote:before {
  font-size: 120px;
  font-size: 7.5rem;
  color: #ff0066;
  font-family: "Helvetica Neue LT W01_71488914";
  content: "\201C";
  position: absolute;
  top: -27px;
  left: 0px;
}

blockquote p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.5;
	font-weight: 300;
}

blockquote p:last-child:after {
  font-size: 120px;
  font-size: 7.5rem;
  color: #ff0066;
  font-family: "Helvetica Neue LT W01_71488914";
  display: inline;
  position: relative;
  top: 10px;
  left: 10px;
  content: "\201D";
  line-height: 0;
  vertical-align: text-bottom;
  margin-left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* Reposition the quote mark for IE10+ */
	blockquote p:last-child:after {
	    position: absolute;
	    top: auto;
	    left: auto;
		right: 15px;
		bottom: 5px;
	}
}

figcaption img {
  width: 75px;
  height: 75px;
}

figcaption cite {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.4;
  font-weight: 300;
	font-style: normal;
}

/* Fix to TC website */
#header * {
    box-sizing: content-box;
}
.loginButtonOutline {
	background-color: transparent !important;
}
#basketButton {
    height: 31px;
}
.nav_cell {
    vertical-align: middle;
}
.tcliUserRegisterOptions  {
    line-height: 15px;
    font-size: 13px;
}
.tcliUserRegisterOptions a:visited, .tcliUserRegisterOptions a  {
    color: #fff !important;
    font-weight: normal;
}
.tcliLoginButton .loginButton {
    width: 95px !important;
    height: 0;
    background-color: #FF0066;
}
#customerInfoPanel {
    font-size: 13px !important;
	font-weight: normal !important;
	margin-bottom: -1px;
}
.footerLinks {
	border-collapse: inherit !important;
}

#main ul li {
    list-style-image: none;
}
#problem a {
    color: #00aad1;
}
#practiceNonPracticeSelection {
	padding: 30px 15px 30px;
}

#practiceNonPracticeSelectionReg {
	min-height: auto !important;
}
#practiceNonPracticeSelectionReg div.checkbox {
	padding-top: 10px;
}
#practiceNonPracticeSelectionReg > .checkbox label {
	font-size: 1rem;
}

#practiceNonPracticeSelection > form > .checkbox {
	margin-bottom: 10px;
	text-align: left;
}
#practiceNonPracticeSelection > form > .checkbox:last-child {
	margin-bottom: 30px;
}
#practiceNonPracticeSelection > form > .checkbox label {
	font-size: 1rem;
}
.contactPhoneImg {
	width: 26px;
    margin-top: -8px;
    margin-right: 10px;
}
.container {
	/*min-height: 400px;*/
    width: 1030px;
}
.container-wide {
    width: 1500px;
    max-width: 1250px;
}
/* Stop jQuery UI overwriting styles */
.ui-widget {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 16px !important;
}
/****************************/
/* pre-footers              */
/****************************/

.whiteStripe a {
	color: #00aad1;
}
.registrationContainer {
  width: 780px;
}
#addressLookupResultsBox {
	position: absolute;
	z-index: 10;
	margin-top: -15px;
}
#addressLookupResultsBox div {
	width: 400px;
	display: inline-block;
}
#postcodeSelect option {
	padding: 5px;
	white-space: normal;
}
#postcodeSearch {
	width: 400px;
    margin-left: 13px
}
.tc-black-btn {
	background: #303535;
}
.tc-black-btn:hover, .tc-black-btn:active, .tc-black-btn:focus {
	background: #303535 !important;
}
#addressLookupResultsBoxNoResults {
	position: absolute;
	z-index: 10;
	margin-top: -15px;
}
#addressLookupResultsBoxNoResults div {
	width: 400px;
	display: inline-block;
	border: 0.5px solid #cfcfcf;
    border-radius: 5px;
	background: #fff;
	text-align: left;
	padding-left: 10px;
}
#addressLookupResultsBoxNoResults div p {
	font-size: 15px;
	padding-top: 10px;
	margin-bottom: 10px;
    margin-left: 0;
}
#addressLookupResultsBoxNoResults div p.actionLink {
	color: #00aad1;
}
#addressLookupResultsBoxNoResults div p.actionLink:hover {
	color: #00aad1;
	cursor: pointer;
	text-decoration: underline;
}
.postcodeSelectNoResults {
	width: 400px;
	display: inline-block;
}

.contactPreferencesPane {
	padding: 12px 15px 12px;
    min-height: 0;
    border-radius: 5px;
    margin-bottom: 5px;
}
.contactPreferencesPane p {
	margin-bottom: 0;
}

.contactPreferencesPane h3 {
	margin-top: 0;
}

.noBold {
	font-weight: 400;
}

#noOptInLabel {
	padding-left: 40px;
}

#noOptInLabel input[type=checkbox] {
	margin-top: 1px !important;
}

#noOptInLabel p {
	padding-left: 7px;
	color: #000;
    margin-top: -28px;
}

/* The switch - the box around the slider */
.switch,
#main label.switch {
	margin-right: 10px;
    margin-bottom: -6px;
    top: inherit;
    left: inherit;
    right: inherit;
    opacity: 1;
    position: relative;
    display: inline-block;
    width: 47px;
    height: 22px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
	position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
	position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
#main input:checked + .slider {
  background-color: #0EA96A;
}

#main input:focus + .slider {
  box-shadow: 0 0 1px #0EA96A;
}

#main input:checked + .slider:before {
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.download-box {
    background-color: #fbfbfb;
    padding: 5px 10px 20px 15px;
    margin: 20px 10px;
    background: #FFF;
}
.download-box p {
    margin-left: 0;
}
.download-box>.icon {
    position: absolute;
    right: 25px;
    top: 27px;
    background-repeat: no-repeat;
}
.download-box>.windows {
    background-image: url(/images/windows-logo.png);
    background-image: url(/images/windows-logo.svg), linear-gradient(transparent, transparent);
    background-size: 115px 25px;
    width: 115px;
    height: 25px;
}
.download-box>.mac {
    background-image: url(/images/mac-logo.png);
    background-image: url(/images/mac-logo.svg), linear-gradient(transparent, transparent);
    background-size: 28px 34px;
    width: 28px;
    height: 34px;
}
.download-box>.linux {
    background-image: url(/images/linux-logo.png);
    background-image: url(/images/linux-logo.svg), linear-gradient(transparent, transparent);
    background-size: 32px 41px;
    width: 32px;
    height: 41px;
}
.download-box h3 {
    margin-left: 0 !important;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.download-box .clean-list li {
    font-size: 15px;
}
.download-box .btn {
    margin-top: 30px;
}
h4.smaller {
    font-size: 23px;
    font-weight: 300;
}
.download-standalone-text {
    font-size: 14px;
    margin-bottom: 0;
}
.download-standalone-text a {
    color: #3b73af;
}

#productMenu:before, #productMenu:after {
	box-sizing: content-box !important;
}

.gettingStartedDiv{
	position: relative;
	display: inline-block;

	margin: 0 auto;
	margin-top: 80px;
	border-radius: 6px;
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
}

.greyStripe{
	overflow: hidden;
}
.gettingStarted{
	width: 500px;
	height: 100%;
	margin: 62px 9px 58px 9px;
	text-align: center;

}

.gettingStarted h3 {
	max-width: 389px;
	font-family: HelveticaNeue;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.42px;
	margin: 0 auto;
	color: #221f1b;
}

.gettingStarted p {
	max-width: 315px;
	font-family: Open Sans;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: 0.01px;
	margin: 0 auto;
	margin-bottom: 46px;
	color: #221f1b;
}


.gettingStarted .btn-pink, .gettingStarted .btn-pink:hover, .gettingStarted .btn-pink:focus {
	background-image: none;
	background-color: transparent;
	font-size: 18px;
	font-weight: 600;
	padding: 13px 20px 14px 20px;
	margin: 0 auto;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff0066;
}

.gettingStarted .btn-more {
	width: 169px;
	font-family: Open Sans;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.49px;
	text-align: center;
	border-radius: 5px;
}

.gettingStarted .videoDiv {
	width: 314px;
	height: 177px;
	margin: 0 auto;
	margin-bottom: 48px;
	background-color: rgba(34, 31, 27, 0.12);
	border-radius: 6px;
}
.gettingStarted .videoDiv img{
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 15px 40px rgba(0,0,0,0.08);
}

.paddingTop20 {
	padding-top: 20px !important;
}

.paddingLeft20 {
	padding-left: 20px !important;
}

.paddingLeft0 {
	padding-left: 0px !important;
}

.paddingRight20 {
	padding-right: 20px !important;
}

.marginLeft0 {
	margin-left: 0px !important;
}

.marginTop30 {
	margin-top: 30px !important;
}

.registrationPanel {
	display: flex;
	flex-direction: column;
	background-color: #e0e0e0;
	background-clip: content-box;
}
