@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;
}

a.normalLink {
	color:#3b73af;
	text-decoration: none;
}

/**********************/
/* 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 !important;
	margin-bottom: 53px;
}

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

h3 {
	/*font-size: 34px;*/
	font-size: 1.3rem;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 30px;
	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;
}
#orderModal h4{
	font-size: 1.4rem;
	font-weight: 700;
	margin: 20px 0 0 0;
	letter-spacing: 0;
}

#orderModal p{
	font-size: 14px;
	font-weight: 300;
}

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: 1.2rem;
	font-weight: 300;
}

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

.big {
	/*font-size: 34px;*/
	font-size: 1.35rem;
}

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

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

p strong {
	font-weight: 600;
}

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

sub, sup {
	vertical-align: baseline;
}

/**********/
/* 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 {
	height: 100%;
	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: 4rem;
	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;
}

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

/****************************/
/* Versions                 */
/****************************/

.windows,
.mac,
.linux {
	position: relative;
	min-height: 352px;
}

.light-pane .icon {
	position: absolute;
	right: 25px;
	top: 27px;
	background-repeat: no-repeat;
}

.windows .icon {
	background-image: url(/images/windows-logo.png); /* Fallback */
	background-image: url(/images/windows-logo.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-size: 115px 25px;
	width: 115px;
	height: 25px;
}

.mac .icon {
	background-image: url(/images/mac-logo.png); /* Fallback */
	background-image: url(/images/mac-logo.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-size: 28px 34px;
	width: 28px;
	height: 34px;
	top: 20px;
}

.linux .icon {
	background-image: url(/images/linux-logo.png); /* Fallback */
	background-image: url(/images/linux-logo.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-size: 32px 41px;
	width: 32px;
	height: 41px;
	top: 20px;
}

.light-pane .btn {
	margin-top: 30px;
	margin-bottom: 8px;
}

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

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

*, ::after, ::before {
	box-sizing: inherit;
}

.form-control,
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;
}

.f-small{
	font-size: 10px !important;
}

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

.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;
}

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

input:valid,
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;
}

.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;
}

.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: 97px !important;
}

.form-group #passwordAdditionalInfo,
.form-group span[id$="-mismatchMessage"] {
	font-size: 13px;
	line-height: 1.5em;
	margin: 0.5rem 0 0.7rem;
	padding: 0;
}

.pstrength-bar {
	top: 90px !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: -32px;
	left: 2px;
	font-size: 13px;
	color: #9c9c9c;
}

.show-password:hover,
.hide-password:hover {
    cursor: pointer;
}

.show-password {
	text-align: right;
	width: 118px;
	padding-left: 25px;
	background-image: url(/images/show-icon.png); /* Fallback */
	background-image: url(/images/show-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-repeat: no-repeat;
	background-size: 21px 15px;
	background-position: left 2px;
}

.hide-password {
	text-align: right;
	width: 118px;
	padding-left: 25px;
	background-image: url(/images/hide-icon.png); /* Fallback */
	background-image: url(/images/hide-icon.svg), linear-gradient(transparent, transparent); /* Modern browsers and screens */
	background-repeat: no-repeat;
	background-size: 21px 15px;
	background-position: left 2px;
}

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

form a {
	color: #0d518e !important;
}

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

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

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

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

.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: 0.9rem;
	padding: 12px 25px;
}

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

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

.btn-continue {
	padding: 18px 100px !important;
	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: 0px 40px;
  margin-bottom: 30px;
  min-height: 168px;
}

blockquote:before {
  font-size: 120px;
  font-size: 5rem;
  color: #ff0066;
  font-family: "Helvetica Neue LT W01_71488914";
  content: "\201C";
  position: absolute;
  top: -27px;
  left: 0px;
}
l
blockquote p {
  /*font-size: 30px;*/
  font-size: 1.1rem;
  line-height: 1.5;
	font-weight: 300;
}

blockquote p:last-child:after {
  font-size: 120px;
  font-size: 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;
}
#headerLogin {
    margin-top: 18px;
}
.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;
}

ul li {
    list-style-image: none;
}
#problem a {
    color: #00aad1;
}

/* 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;
}
#addressLookupResultsBoxNoResults div p.actionLink {
	color: #00aad1;
}
#addressLookupResultsBoxNoResults div p.actionLink:hover {
	color: #00aad1;
	cursor: pointer;
	text-decoration: underline;
}
.postcodeSelectNoResults {
	width: 400px;
	display: inline-block;
}

#globalMessage, #globalMessage p {
        font-size: 14px !important;
        color: #000;
        margin-bottom: 10px
}

#globalMessage a {
        color: #3b73af !important;
}
.footer > .close {
        opacity: 1 !important;
        font-weight: 400 !important;
        padding: 4px 20px 5px 20px !important;
}

/* Modal to stop non practices */
#individualModal .modal-content {
    border-radius: 0;
    padding: 10px 13px 0px 13px;
}
#individualModal .modal-content p {
    font-size: 16px;
}
.btn-close-modal {
    padding: 18px 50px;
    margin-bottom: 20px;
}
#individualModal .modal-content a {
    color: #3b73af;
}
#individualModal .modal-header {
    border: none;
}
.contactPreferencesPane {
        padding: 12px 15px 12px;
    min-height: 0;
    border-radius: 5px;
    margin-bottom: 5px;
}
.contactPreferencesPane p {
        margin-bottom: 0;
}

.contactPreferencesPane h3 {
        margin-top: 0;
}
#noOptInLabel {
        padding-left: 40px;
}

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

#noOptInLabel p {
        padding-left: 7px;
        color: #000;
}
/* The switch - the box around the slider */
.switch,
#main .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;
}
input:checked + .slider {
  background-color: #0EA96A;
}

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

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

h1.optanon-alert-box-title {
	letter-spacing: 0px !important;
}

@media (min-width: 576px){
	.max50{
		max-width: 50%;
	}
}

.m-top30{
	margin-top: 30px;
}
.d-center{
	position: relative;
	max-width: 330px;
	margin: 0 auto;
}


#gsp{
	padding: 0;
}
.gettingStartedDiv{
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	margin-top: 33px;
	background-color: #ffffff;
}

.gettingStarted{
	position: relative;
	display: inline;
	float: left;
	width: 100%;
	height: 100%;
	margin: 84px 0 96px 0;
}

.gettingStartedp1, .gettingStartedp2{
	position: relative;
	display: inline;
	float: left;
	height: auto;
}

.gettingStartedp1{
	width: 43%;
}
.gettingStartedp2{
	padding-left: 50px;
}

.gettingStarted h3 {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 15px;
	font-family: HelveticaNeue;
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.42px;
	color: #221f1b;
}

.gettingStarted p {
	max-width: 389px;
	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-bottom: 25px;
	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 16px 20px;
	margin-left: 10px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
	color: #ffffff;
	background-color: #ff0066;
}

.gettingStarted .btn-more {
	min-width: 165px;
	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 {
	position: relative;
	display: inline;
	float: right;
	width: 314px;
	height: 177px;
	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);
}
