/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);

body {
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	background: url(../images/bg.jpg);
	color:#000;
}

* {
	margin:0;
	padding:0;
	border:0;
}

p {
	line-height:25px;
	color:#36424a;
	font-weight:300;
	margin-bottom: 30px;
	text-align:left;
}
p.first {
	margin-top: 30px;
}
p.last {
	margin-bottom: 0px;
}

a {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
}

hr {
	background: url(../images/bg.jpg);
	height: 10px;
	border: none;
	margin-top: 15px;
}

.clear {
	clear:both;
	float:none;
}

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

.container>.header>.top {
	width: 100%;
	background:#262f35;
	height:40px;
}
.container>.header>.top>div.content {
	width: 1028px;
	margin: 0 auto;
}
.container>.header>.top>div.content>ul {
	list-style:none;
	margin-left: 130px;
}
.container>.header>.top>div.content>ul>li {
	float: left;
	line-height: 40px;
	border-left: 1px solid #5e5d5d;
	height: 40px;
}
.container>.header>.top>div.content>ul>li.last {
	border-right: 1px solid #5e5d5d;
}
.container>.header>.top>div.content>ul>li.last>a>img {
	margin-top:7px;
}
.container>.header>.top>div.content>ul>li>a {
	font-size: 12px;
	text-transform: uppercase;
	height: 34px;
	display: inline-block;
	padding: 0 20px;
	color:#fff;
}
.container>.header>.top>div.content>ul>li>a.active {
	border-bottom:6px solid #ffa409;
}
.container>.header>.top>div.content>a {
	float:right;
	line-height:40px;
	color:#fff;
	font-size:12px;
}

.container>.header>.menu {
	height: 120px;
	padding-top: 7px;
	border-bottom: 1px solid #c3c3c3;
	background: #fff;
}
.container>.header>.menu>div.content {
	width: 1028px;
	margin: 0 auto;
	position:relative;
}
.container>.header>.menu>div.content>a {
	float:left;
}
.container>.header>.menu>div.content>h1 {
	position: absolute;
	right: 0;
	font-family: 'Fjalla One', sans-serif;
	font-size: 23px;
	color: #ffa409;
	top: 30px;
}
.container>.header>.menu>div.content>ul {
	list-style:none;
	float:right;
	padding-top: 88px;
}
.container>.header>.menu>div.content>ul>li {
	float:left;
	border-right:1px solid;
	height:20px;
	line-height: 20px;
}
.container>.header>.menu>div.content>ul>li.last {
	border-right:none;
}
.container>.header>.menu>div.content>ul>li>a {
	font-size:14px;
	height: 26px;
	display: inline-block;
	padding: 0 15px;
	color:#000;
}
@media (min-width:1200px) {
	.container>.header>.menu>div.content>ul>li>a {
		font-size:15px;
	}
}
.container>.header>.menu>div.content>ul>li>a.active {
	border-bottom:6px solid #ffa409;
}


.container>.footer {
	width: 100%;
}
.container>.footer>.menu {
	width: 100%;
	background: #262f35;
	height: auto;
	color:#fff;
	font-size:12px;
}
.container>.footer>.menu>.content {
	width: 1028px;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 22px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.container>.footer>.menu>.content ul {
	list-style: none;
	margin-right: 60px;
	height: auto;
	padding: 5px;
	width: auto;
}
.container>.footer>.menu>.content ul.last {
	border: none;
	margin: 0;
	width: 33%;
}
.container>.footer>.menu>.content ul.last li {
	line-height:18px;
}
.container>.footer>.menu>.content ul.last li>span {
	color:#ffa409;
}
.container>.footer>.menu>.content ul.last li.logo {
	margin-bottom:10px;
}
.container>.footer>.menu>.content ul.last li>a {
	text-transform:none;
}
.container>.footer>.menu>.content ul li {
	line-height: 20px;
	padding-left: 0;
}
.container>.footer>.menu>.content ul li.ufile {
	margin-top:40px;
}
.container>.footer>.menu>.content ul>li>a>span {
	color:#ffa409;
}
.container>.footer>.menu>.content ul>li>a {
	color:#fff;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
}
.container>.footer>.menu>.content ul>li>a.active {
	color:#ffa409;
}
.container>.footer>.terms {
	margin-bottom: 50px;
}
.container>.footer>.terms>.content {
	margin:0 auto;
	width:1028px;
	padding-top:7px;
}
.container>.footer>.terms>.content>.left {
	float:left;
}
.container>.footer>.terms>.content>.right {
	float:right;
}
.container>.footer>.terms>.content a {
	color:#000;
	text-decoration:none;
}
@media (min-width:576px) {
	.container>.footer>.menu>.content {
		flex-direction: row;
	}
	.container>.footer>.menu>.content ul{
		border-right: 1px solid #4a4a4a;
		border-right: 1px solid #2a1f21;
		-moz-box-shadow: 1px 0px 0px #636467;
		-webkit-box-shadow: 1px 0px 0px #636467;
		box-shadow: 1px 0px 0px #636467;
		width: 33%;
	}
	.container>.footer>.menu>.content ul>li{
		line-height:25px;
	}
}
.container>.page {
	margin-top: 10px;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 50px;
	margin-bottom: 1px;
}
.container>.page>.top {
	width:100%;
	background:#fff;
	border-bottom: 1px solid #c3c3c3;
}
.container>.page>.top>.content {
	width:1028px;
	margin:0 auto;
	position:relative;
	/*min-height: 600px;*/
}
.container>.page>.top>.content {
	padding-bottom: 50px;
	height:auto;
}
.container>.page.tj-bookkeeping>.top>.content {
  padding-bottom: 0px;
}

.container>.page>.top>.content>img {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: auto;
}
@media (max-width: 767px) {
	.container>.page>.top>.content>img {
		width: 90%;
		max-width: 508px !important;
	}
	.container>.page.careers>.top>.content>img{
		width: 100%;
		max-width: 100% !important;
	}
}

.container>.page>.top>.content>.txt {
	width: 515px;
	float: right;
	padding-top: 40px;
	position: relative;
	width: 50%;
}
.container>.page>.top>.content>.txt>h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:48px;
	text-transform:uppercase;
}
.container>.page>.top>.content>.txt>h1>span {
	color:#ffa409;
}
.container>.page>.top>.content>.txt>h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size:25px;
	text-transform:uppercase;
}
.container>.page>.top>.content>.txt>p {
	font-size:16px;
}
.container>.page>.top>.content>.txt>p>a {
	color:inherit;
}

.container>.page>.middle {
	width:100%;
	background:#fff;
	border-bottom: 1px solid #c3c3c3;
}
.container>.page>.middle>.content {
	width:1028px;
	margin:0 auto;
}

.container>.page>.bottom {
	width:100%;
}
.container>.page>.bottom>.content {
	width:1028px;
	margin:0 auto;
	padding-top: 35px;
}
.box-shadow {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #fff;
	-moz-box-shadow: 0px 0px 14px 0px #bbb inset;
	-webkit-box-shadow: 0px 0px 14px 0px #bbb inset;
	box-shadow: 0px 0px 14px 0px #bbb inset;
}
.container>.page>.bottom>.content>.txt {
	padding: 30px 40px;
	margin-bottom: 40px;
}
.container>.page>.bottom>.content>.txt>h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size:19px;
	text-transform:uppercase;
	color:#ffa409;
}
.container>.page>.bottom>.content>.banner {
	padding: 30px 40px;
}
.container>.page>.bottom>.content>.banner>img {
	float:left;
	margin-right: 70px;
}
.container>.page>.bottom>.content>.banner>div.txt {
	float:left
}
.container>.page>.bottom>.content>.banner>div.txt>h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size:40px;
	color:#0063be;
}
.container>.page>.bottom>.content>.banner>div.txt>h3 {
	font-size:15px;
	color:#535453;
}
.container>.page>.bottom>.content>.banner>a {
	float:right;
	margin-top: 15px;
}

.container>.page.home>.top>.content {
	height: auto;
	padding-bottom:35px;
}
.container>.page.home>.top>.content>.txt {
	float: none;
	width:100%;
	padding-top:15px;
}
.container>.page.home>.bottom>.content>.txt>div {
	width: 286px;
	margin-right: 45px;
}
.container>.page.home>.bottom>.content>.txt>div.left {
	float:left;
}
.container>.page.home>.bottom>.content>.txt>div.middle {
	float:left;
}
.container>.page.home>.bottom>.content>.txt>div.right {
	float:left;
	margin:0;
}
.container>.page.home>.bottom>.content>.txt img {
	margin-bottom: 20px;
}
.container>.page.home>.bottom>.content>.txt h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 19px;
	text-transform: none;
}
.container>.page.home>.bottom>.content>.txt p {
	line-height:20px;
}
.container>.page.home>.bottom>.content>.txt p>a {
	color:#0875b3;
}

.container>.page.advertisers>.top>.content {
	height:auto;
}
.container>.page.advertisers>.top>.content>.txt {
	float:none;
	width:100%;
	padding:35px 0;
}
.container>.page.advertisers>.top>.content>.txt>p {
	font-size: 15px;
}
.container>.page.advertisers>.top>.content>.txt>p.first {
	margin-bottom: 20px;
}
.container>.page.advertisers>.top>.content>.txt>p img {
	margin-bottom:10px;
}
.container>.page.advertisers>.top>.content>.txt>p a {
	color:#36424a;
}

.container>.page.our-company>.top>.content {
	min-height:597px;
}

.container>.page.services>.top>.content {
	min-height:530px;
}
.container>.page.services>.bottom>.content>.txt {
	background:#fffefe;
}
.container>.page.services>.bottom>.content>.txt>.left, .container>.page.services>.bottom>.content>.txt>.right, .container>.page.secure-payment>.top>.content>.txt>.left, .container>.page.secure-payment>.top>.content>.txt>.right {
	float:left;
	width:400px;
}
.container>.page.services>.bottom>.content>.txt>.left>p, .container>.page.services>.bottom>.content>.txt>.right>p {
	text-align:justify;
}
.container>.page.services>.bottom>.content>.txt>div>ul {
	padding-left:20px;
	text-align: left;
}
.container>.page.services>.bottom>.content>.txt>div>ul>li {
	margin-bottom:5px;
}
.container>.page.services>.bottom>.content>.txt>.right {
	float:right;
}
.container>.page.services>.bottom>.content>.txt img {
	margin-bottom: 20px;
}
.container>.page.services>.bottom>.content>.txt h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size:19px;
	text-transform:uppercase;
}
.container>.page.services>.bottom>.content>.txt a {
	text-decoration: underline;
	color: #36424a;
}
.container>.page.services>.bottom>.content>.banner {
	padding: 20px 40px 50px;
	height: 70px;
}
.container>.page.services>.bottom>.content>.banner>.txt {
	padding-top:10px;
}
.container>.page.services>.bottom>.content>.banner>a {
	margin-top:25px;
}

.container>.page.free-pick-up-and-delivery>.top>.content {
	min-height:360px;
}
.container>.page.free-pick-up-and-delivery>.top>.content>img {
	top:0;
	bottom:auto;
}
.container>.page.free-pick-up-and-delivery>.top>.content>.txt>p>a {
	color:#36424a;
	text-decoration:underline;
}
.container>.page.free-pick-up-and-delivery>.bottom>.content>.banner {
	padding: 20px 40px;
}
.container>.page.free-pick-up-and-delivery>.bottom>.content>.banner>.txt {
	padding-top:15px;
}
.container>.page.free-pick-up-and-delivery>.bottom>.content>.banner>a {
	margin-top:25px;
}

.container>.page.instant-cash-back>.top>.content {
	min-height:712px;
}

.container>.page.checklists>.top>.content {
	/* min-height:578px; */
	min-height: 400px;
}
.container>.page.checklists>.top>.content>.txt {
	margin-left: -345px;
}
.container>.page.checklists>.top>.content>.txt>p>a {
	background: url(../images/pdf.jpg) right no-repeat;
	height: 45px;
	display: block;
	text-align: right;
	padding-right: 50px;
	line-height: 45px;
	color: #36424a;
}
.container>.page.checklists>.top>.content>.txt>p>a#checklist-1 {
	margin-top: -34px;
	margin-bottom: 15px;
}
.container>.page.checklists>.top>.content>.txt>p>a#checklist-2 {

}

.container>.page.checklists>.top>.content>.txt>p.last {
	width:auto;
}

@media (min-width:576px) {
	.container>.page.checklists>.top>.content>.txt>p.last {
		width: 380px;
	}
}

.container>.page.discounts>.top>.content {
	min-height:592px;
}
.container>.page.discounts>.top>.content>img {
	margin-left: -65px;
	top:0;
	bottom:auto;
}
.container>.page.discounts>.top>.content>.txt {
	margin-left: 30px;
}

.container>.page.tax-tips>.top>.content>.txt {
	padding-top: 35px;
	width:100%;
}
.container>.page.tax-tips>.middle>.content>.txt {
	padding: 30px;
}
.container>.page.tax-tips>.middle>.content>.txt {
	padding: 30px;
}
.container>.page.tax-tips>.top>.content>.txt>ul {
	list-style:none;
	float:left;
	width: 475px;
}
.container>.page.tax-tips>.top>.content>.txt>ul.right {
	float:right;
}
.container>.page.tax-tips>.top>.content>.txt>ul>li {
	border-bottom: 1px solid #c3c3c3;
	padding: 20px 0;
}
.container>.page.tax-tips>.top>.content>.txt>ul>li.last {
	border-bottom: 0;
}
.container>.page.tax-tips>.top>.content>.txt>ul p {
	font-size:15px;
	margin-bottom:0;
}

.container>.page.fast-tax-services>.top>.content {
	min-height:606px;
}
.container>.page.fast-tax-services>.top>.content>img {
	top:0;
	bottom:auto;
}

.container>.page.ufile>.top>.content {
	min-height:467px;
}
.container>.page.ufile>.top>.content>img {
	top:0;
	bottom:auto;
}

.container>.page.terms-of-use>.top>.content {
	height:auto;
}
.container>.page.terms-of-use>.top>.content>.txt {
	float:none;
	width:100%;
	padding:35px 0;
}

.container>.page.contact>.top>.content {
	height: auto;
	padding-top: 20px;
}
.container>.page.contact>.top>.content>.gmap {
	background: url(../images/bg.jpg);
	padding:15px;
}
.container>.page.contact>.top>.content>.gmap>#google-map {
	width: 100%;
	height: 278px;
}
.container>.page.contact>.top>.content>.txt {
	width: 475px;
	position:relative;
	float:left;
}
.container>.page.contact>.top>.content>.txt.right {
	float:right;
}
.container>.page.contact>.top>.content>.txt.right>span {
	position: absolute;
	top: 53px;
	left: 160px;
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	color: #36424a;
}
.container.fr>.page.contact>.top>.content>.txt.right>span {
	left: 180px;
}

.container>.page.contact>.top>.content>.txt p {
	font-size:15px;
}
.container>.page.contact>.top>.content>.txt.left>p {
	width: 315px;
}
.container>.page.contact>.top>.content>.txt.left>img {
	position: absolute;
	top: -16px;
	left: 270px;
}
.container>.page.contact>.top>.content>.txt.left>p>a {
	color:#36424a;
}
.container>.page.contact>.top>.content>.txt.right div#confirmation {
	display:none;
	margin-top: 30px;
}
.container>.page.contact>.top>.content>.txt.right div#confirmation>p {
	margin-bottom:15px;
	font-size:13px;
	text-align:left;
}
.container>.page.contact>.top>.content>.txt.right form#contact_form {
	color:#374347;
	padding-top:30px;
}
.container>.page.contact>.top>.content>.txt.right form#contact_form>table tr>td {
	vertical-align: top;
	position:relative;
}
.container>.page.contact>.top>.content>.txt.right form#contact_form>table {
	width:100%;
}
.container>.page.contact>.top>.content>.txt.right form#contact_form>table tr>td>label.error {
	color: #e52621;
	position: absolute;
	font-size: 12px;
	display: block;
	top: 23px;
	left: 10px
}
.container>.page.contact>.top>.content>.txt.right form#contact_form>table tr>td>a {
	float: right;
	padding: 2px 20px;
	cursor:pointer;
}
.container>.page.contact>.top>.content>.txt.right input, .container>.page.contact>.top>.content>.txt.right textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 339px;
	height: 20px;
	margin-left: 10px;
	margin-bottom: 25px;
	border: 1px solid #5a5a5a;
	-moz-box-shadow: 0px 9px 23px 2px #eee inset;
	-webkit-box-shadow: 0px 9px 23px 2px #eee inset;
	box-shadow: 0px 9px 23px 2px #eee inset;
	padding-left: 10px;
	outline: none;
	width: 93%;
}
.container>.page.contact>.top>.content>.txt.right textarea {
	height: 100px;
	padding-top: 10px;
}

.container>.page.pickup-form>.top>.content {
	height: auto;
}
.container>.page.pickup-form>.top>.content>.gmap {
	background: url(../images/bg.jpg);
	padding:15px;
}
.container>.page.pickup-form>.top>.content>.txt {
	width: 514px;
	position:relative;
	float:left;
}
.container>.page.pickup-form>.top>.content>.txt.right {
	float:right;
}
.container>.page.pickup-form>.top>.content>.txt.right>span {
	/*position: absolute;
	top: 53px;
	left: 160px;*/
	line-height: 20px;
	text-align: left;
	font-size: 15px;
	color: #36424a;
}
.container.fr>.page.pickup-form>.top>.content>.txt.right>span {
	left: 180px;
}

.container>.page.pickup-form>.top>.content>.txt p {
	font-size:15px;
}
.container>.page.pickup-form>.top>.content>.txt.left>p {
	width: 315px;
}
/*.container>.page.pickup-form>.top>.content>.txt.left>img {
	position: absolute;
	top: -16px;
	left: 270px;
}*/
.container>.page.pickup-form>.top>.content>.txt.left>p>a {
	color:#36424a;
}
.container>.page.pickup-form>.top>.content>.txt.right div#confirmation {
	display:none;
	margin-top: 30px;
}
.container>.page.pickup-form>.top>.content>.txt.right div#confirmation>p {
	margin-bottom:15px;
	font-size:13px;
	text-align:left;
}
.container>.page.pickup-form>.top>.content>.txt.right form#pickup_form {
	color:#374347;
	padding-top:30px;
}
.container>.page.pickup-form>.top>.content>.txt.right form#pickup_form>table tr>td {
	vertical-align: top;
	position:relative;
}
.container>.page.pickup-form>.top>.content>.txt.right form#pickup_form>table {
	width:100%;
}
.container>.page.pickup-form>.top>.content>.txt.right form#pickup_form>table tr {
	padding:0;
	margin:0 0 5px 0;
}
.container>.page.pickup-form>.top>.content>.txt.right form#pickup_form>table tr>td>label.error {
	color: #e52621;
	position: absolute;
	font-size: 12px;
	display: block;
	top: 23px;
	left: 10px
}
.container>.page.pickup-form>.top>.content>.txt.right form#pickup_form>table tr>td>a {
	float: right;
	padding: 2px 20px;
	cursor:pointer;
}
.radiopickup {
	width:5% !important;
	background:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	float:left;
}
.labelprimaryphone {
	text-align:right;
	float:right;
	font-style:italic;
}
.radiolabelpickup {
	float:left;
	margin-bottom:3px;
	margin-left:20px;
	padding-right:20px;
}
.appdoorinput {
	width:auto !important;
}
.pickupselect {
	width:100% !important;
}
.container>.page.pickup-form>.top>.content>.txt.right input, .container>.page.pickup>.top>.content>.txt.right textarea {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 339px;
	height: 20px;
	margin-left: -10px;
	margin-bottom: 8px;
	border: 1px solid #5a5a5a;
	-moz-box-shadow: 0px 9px 23px 2px #eee inset;
	-webkit-box-shadow: 0px 9px 23px 2px #eee inset;
	box-shadow: 0px 9px 23px 2px #eee inset;
	padding-left: 10px;
	outline: none;
	width: 100%;
}
.container>.page.pickup-form>.top>.content>.txt.right textarea {
	height: 100px;
	padding-top: 10px;
}
.container>.page.pickup-form>.top>.content>.txt.right div#confirmation h3 {
	font-family: 'Fjalla One', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    text-align:center;
    margin-bottom:30px;
}


a.button {
	display:inline-block;
	font-size:23px;
	text-transform:uppercase;
	color:#0063be;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #dcdcdc;
	text-align:center;
	padding: 10px 20px;
}
a.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}
a.button:active {
	position:relative;
	top:1px;
}
a.button.small {
	font-size: 14px;
	font-style: normal;
}

blockquote {
	font-family: Georgia, serif;
	font-size: 18px;
	margin: 0.25em 0;
	padding: 0.25em 40px;
	line-height: 1.45;
	position: relative;
}
blockquote>p {
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	color:#231f20;
}
blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #e4e4e4;
}
blockquote:after {
	display: block;
	content: "\201D";
	font-size: 80px;
	position: absolute;
	left: 950px;
	top: 15px;
	color: #e4e4e4;
}

.fs-14 {
	font-size: 14px !important;
}
.fs-18 {
	font-size: 18px !important;
}
.fs-25 {
	font-size: 25px !important;
}

.c-orange {
	color:#ffa409 !important;
}

.container>.page.covid-19>.top>.content {
	height: auto;
	padding-top: 20px;
}
.container>.page.covid-19>.top>.content>.txt {
	width: 100%;
	position:relative;
	float:left;
}

.container>.page.covid-19>.top>.content>.txt p {
	font-size:15px;
}
.container>.page.covid-19>.top>.content>.txt.left>p {
	width: 100%;
}
.container>.page.covid-19>.top>.content>.txt.left>p>a {
	color:#36424a;
}

.container>.page.careers {
	padding-bottom:0px;
	border:0px none;
	margin-bottom:0px;
}
.container>.page.careers>.top {
	background: url(../images/careers-bg.jpg) no-repeat left;
	background-size:cover;
	background-position-x: 85%;
}

@media (max-width: 1600px) {
	.container>.page.careers>.top {
		background-position-x: 60%;
	}
}
@media (max-width: 1199px) {
	.container>.page.careers>.top {
		background-position-x: 40%;
	}
}
@media (max-width: 979px) {
	.container>.page.careers>.top {
		background-position-x: 40%;
	}
}
@media (max-width: 769px) {
	.container>.page.careers>.top {
		background-position-x: 35%;
	}
}
@media (max-width: 479px) {
	.container>.page.careers>.top {
		background-position-x: 25%;
	}
}

.container>.page.tax-preparer>.top>.content>.txt {
	float:none;
	width:100%;
}
.container>.page.tax-preparer>.top>.content>.txt h3 {
	margin-top:30px;
	font-size:25px;
    margin-bottom: 5px;
    /*font-weight: 600;*/
	font-family: 'Fjalla One', sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}
.container>.page.tax-preparer {
	padding-bottom:0px;
	border:0px none;
	margin-bottom:0px;
}
.container>.page.tax-preparer>.top>.content>.txt>ul {
	list-style:disc;
    float: left;
    width: 475px;
	font-size:16px;
	padding-left:20px;
	margin-bottom:30px;
	color: #36424a;
	font-weight:100;
	line-height:25px;
	text-align:left;
}
.container>.page.tax-preparer>.top>.content>.txt>ul>li {
	margin-bottom:10px;
}
.container>.page.tax-preparer>.top>.content>.txt>ul.right {
    float: right;
}
.container>.page.tax-preparer>.top>.content>.txt>ul>li:first-child {
	list-style:none;
	font-size:19px;
	text-transform:uppercase;
	margin-bottom: 15px;
    font-weight: 600;
	font-family: 'Fjalla One', sans-serif;
	margin-left:-20px;
}
.container>.page.careers-form>.top>.content>.txt, .container>.secure-payment>.top>.content>.txt {
	float:none;
	width:100%;
	margin-bottom:30px;
}
.container>.page.careers-form>.top>.content>.form-carrieres>.contact_details {
	position: relative;
}
.container>.page.careers-form>.top>.content>.form-carrieres>.contact_details>table {
	position: absolute;
    right: 0px;
    top: 50px;
}
.container>.page.careers-form>.top>.content p#confirmation {
	margin-top: 20px;
}
.container>.page.careers-form input[type="text"], .container>.page.secure-payment input[type="text"], .container>.page.secure-payment input[type="number"], select ,.container>.page.secure-payment .form-field  {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 339px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 25px;
    border: 1px solid #5a5a5a;
    -moz-box-shadow: 0px 9px 23px 2px #eee inset;
    -webkit-box-shadow: 0px 9px 23px 2px #eee inset;
    box-shadow: 0px 9px 23px 2px #eee inset;
    padding-left: 10px;
    outline: none;
    width: 93%;

    width: 310px;
    height: 25px;
    margin-right: 30px;
    float: left;
}
.container>.page.careers-form textarea {
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 339px;
    height: 20px;
    margin-left: 10px;
    margin-bottom: 25px;
    border: 1px solid #5a5a5a;
    -moz-box-shadow: 0px 9px 23px 2px #eee inset;
    -webkit-box-shadow: 0px 9px 23px 2px #eee inset;
    box-shadow: 0px 9px 23px 2px #eee inset;
    padding-left: 10px;
    outline: none;
    width: 93%;


    width: 310px;
    height: 90px;
    float: left;
    margin-right: 30px;
}
.container>.page.careers-form h4.titre {
    color: #ffa409;
    border-top: 1px dotted #d6d6d6;
    padding-top: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 24px;
	text-align: left;
}
.container>.page.careers-form label, .container>.page.secure-payment label {
    margin-top: 0px;
    white-space: nowrap;
    font-size: 13px;
    margin-right: 10px;
    display: block;
    margin-bottom: 5px;
}
.container>.page.careers-form td, .container>.secure-payment td {
    text-align: right;
    width: 200px;
    vertical-align: top;
    padding: 0;
	position: relative;
}
.container>.page.careers-form td.rate {
    width: 70px !important;
    text-align: center;
}
.container>.page.careers-form a.button.small {
	margin-right:30px;
	float: right;
    padding: 2px 20px;
    cursor: pointer;
}
div.error {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  position: absolute;
  padding: 2px 10px;
  background-color: rgba(0, 0, 0, 1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 1px 1px 3px black;
  -webkit-box-shadow: 1px 1px 3px black;
  box-shadow: 1px 1px 3px black;
  top: -25px;
}
.container>.page.careers-form input[type="text"]{
  left: 0px;
  background: #ffa409;
  z-index: 1;
  white-space: nowrap;
  line-height: 15px !important;
  height: auto !important;
  cursor: pointer;
}
div.error:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 20px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #000 transparent;
  display: block;
  width: 0;
}
.ajax-overlay {
	background: rgba(255,255,255,.2);
	width: 100%;
	height: 100%;
	z-index: 99999999;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
}
.ajax-overlay>img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top:-64px;
	margin-left:-64px;
}
.container>.page.careers-form {
    padding-bottom: 0px;
    border: 0px none;
    margin-bottom: 0px;
}
.container>.secure-payment>.top>.content>.txt>table {
	position: absolute;
    right: 0px;
    top: 50px;
}
.container>.page.secure-payment input[type="text"],
.container>.page.secure-payment input[type="number"],
.container>.page.secure-payment .form-field {
    width: 110px;
}
.container>.secure-payment td {
    text-align: left;
	width: auto;
	font-weight:500;
}
.container>.secure-payment h4 {
	margin-bottom:25px;
	font-size:20px;
	font-weight:500;
	text-align: left;
}
.container>.secure-payment td img {
	margin-bottom:25px;
}
.container>.secure-payment td a.button {
	font-size:15px;
}
.container>.secure-payment .right td img {
	margin-bottom:10px;
}
.container>.page.secure-payment .right td input[type="text"], select {
    width: 339px;
	margin-bottom:10px;
}
.container>.page.secure-payment .right td .form-field {
    width: 339px;
	margin-bottom:10px;
}
.container>.page.secure-payment .right td img {
    margin-left:10px;
}
.container>.page.secure-payment .right td select.expire {
    width: auto;
	margin:0 0 10px 10px;
}
select {
    width: 351px;
}
.container>.page.secure-payment .right td input[type="text"].short {
    width: 110px;
}
.container>.page.secure-payment td div.error {
    left:0px;
}
.container>.page.secure-payment td div.error[for="expire_month"] {
    left:65px;
}
.paymentError{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.paymentSuccess{
    color: #333;
    background-color: #dff0d8;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    display: block;
}

.form-field iframe{
    position: relative!important;
    top: 4px!important;
}
.btn-video {
	position: fixed;
	left: 0;
	top: 200px;
	z-index: 999999;
}

/* The Modal (background) */
.modal {
	z-index: 99999999999999;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
   -webkit-box-shadow: -2px 0px 16px 1px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 0px 16px 1px rgba(0,0,0,0.75);
box-shadow: -2px 0px 16px 1px rgba(0,0,0,0.75);
    /*border: 1px solid #888;*/
    width: 640px; /* Could be more or less, depending on screen size */
}


div.boxChange { position: relative; background: #f67d7d; text-align: left; padding: 15px 30px; z-index: 500; font-size: 16px;line-height: 18px; color:white; }
div.boxChange div.boxChange-message { width: 1028px; margin: 0 auto; padding: 0 8px; position: relative; }
div.boxChange div.boxChange-message h1,div.boxChange div.boxChange-message h2,div.boxChange div.boxChange-message h3 { color:#FFF; }
div.boxChange div.boxChange-message p { margin: 0; color:#fff; /*position: relative;*/ }
div.boxChange div.boxChange-message a { color:#fff; }
div.boxChange div.boxChange-message a:hover { text-decoration:none; }
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.connected-carousels .carousel li>.txt>a.button {
	z-index:0;
}
#myBtn:active,
#myBtn.active,
#myBtn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-video-mobile{
	display: table;
	margin: 10px auto;
}
.btn-video-mobile>span{
	color: #ffffff;
	margin-top: 12px;
	padding: 10px 15px;
	cursor: pointer;
	cursor: hand;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 600;
	display: block;
	background: rgba(232,137,7,1);
	background: -moz-linear-gradient(left, rgba(232,137,7,1) 0%, rgba(253,162,10,1) 50%, rgba(232,137,7,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(232,137,7,1)), color-stop(50%, rgba(253,162,10,1)), color-stop(100%, rgba(232,137,7,1)));
	background: -webkit-linear-gradient(left, rgba(232,137,7,1) 0%, rgba(253,162,10,1) 50%, rgba(232,137,7,1) 100%);
	background: -o-linear-gradient(left, rgba(232,137,7,1) 0%, rgba(253,162,10,1) 50%, rgba(232,137,7,1) 100%);
	background: -ms-linear-gradient(left, rgba(232,137,7,1) 0%, rgba(253,162,10,1) 50%, rgba(232,137,7,1) 100%);
	background: linear-gradient(to right, rgba(232,137,7,1) 0%, rgba(253,162,10,1) 50%, rgba(232,137,7,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e88907', endColorstr='#e88907', GradientType=1 );
}
@media screen and (max-width: 1028px){
	html .container>.header>.top>div.content {
		width: 100%;
	}
	html .container>.header>.menu>div.content {
		width: 100%;
	}
	html .container>.footer>.menu>.content {
		width: 100%;
	}
	div.boxChange div.boxChange-message{
		width: 100%;
	}
	html .container>.footer>.terms>.content {
		width: 100%;
	}
	html .container>.page>.top>.content {
		width: 100%;
	}
	html .container>.page>.middle>.content {
		width: 100%;
	}
	html .container>.page>.bottom>.content {
		width: 100%;
	}
	.connected-carousels .stage{
		width: 98%;
	}
	.container>.header>.menu>div.content>ul{
		/*
		top: 88px;
		right: 0px;
		padding-top: 0px;
		position: absolute;
		*/
	}
	.container>.header>.top>div.content>ul{
		margin-left: 0 !important;
	}
	.container>.header>.menu>div.content>h1{
		right: 10px;
	}
	.container>.header>.menu>div.content>ul{
		padding-right: 10px;
	}
}
.container>.header>.top>div.content>a{
	padding: 0 10px;
}


@media screen and (max-width: 959px){
	.container>.header>.menu>div.content>ul>li>a{
		padding: 0 8px;
		font-size: 14px;
	}
	.container>.header>.top>div.content>ul>li>a,
	.container>.header>.top>div.content>a{
		padding: 0 10px;
	}
}

@media screen and (max-width: 888px){
	.container>.header>.menu>div.content>h1{
		right: 2px;
	}
	.container>.header>.menu>div.content>ul{
		padding-right: 2px;
	}
	.container>.header>.menu>div.content>ul>li>a{
		padding: 0 3px;
		font-size: 13px;
	}
	.container>.header>.top>div.content>ul>li>a,
	.container>.header>.top>div.content>a{
		padding: 0 10px;
	}
}

@media screen and (min-width: 768px){
	.btn-video-mobile{
		display: none !important;
	}
	.mobile-only{
		display: none !important;
	}
}

@media screen and (max-width: 767px){
	.responsive.container>.header>.menu>div.content>ul{
		padding-top: 25px;
		padding-bottom: 10px;
		z-index: 1;
		width: 100%;
		background-color: #ffffff;
		border-bottom: 1px solid #e0e0e0;
		border-right: 0;
		text-align: center;
		box-shadow: 0px 1px 3px 2px inset #cbcbcb;
		box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
	}
	.responsive.container>.header>.menu>div.content>ul>li{
		padding-bottom: 15px;
	}
	.btn-video{
		display: none !important;
	}
	.mobile-hide>li:not(.facebook){
		display: none !important;
	}
	.mobile-hide>li.facebook{
		float: right;
		padding: 0 15px;
	}
}



/** AJUSTEMENTS RESPONSIVE CORRECTIONS */
.container > .page.secure-payment .right{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.container > .page.secure-payment .left{
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.container > .page.secure-payment .form-group{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-direction: column;
	position: relative;
}
.container > .page.secure-payment div.submit{
	text-align: left;
}
.container > .page.secure-payment .card-image-wrapper{
	text-align: left;
}
.container > .page.secure-payment label{
	width: auto;
	height: auto;
	word-wrap: wrap;
	margin: 0;
	display: block;
	white-space: normal;
	width: auto;
	text-align: left;
	margin-bottom: 5px;
	font-size: 14px;
}

.container > .page.secure-payment input[type="text"], .container > .page.secure-payment input[type="number"], select, .container > .page.secure-payment .form-field{
	margin: 0;
	float: none;
	width: 80% !important;
	box-sizing: border-box;
}

.container > .page.secure-payment form#pp_account_form { text-align: left; }
@media (min-width:768px) {
	.container > .page.secure-payment label{
		width: 40%;
		margin-bottom: 0;
	}
	.container > .page.secure-payment .form-group{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
		flex-direction: row;
	}

	.container > .page.secure-payment input[type="text"], .container > .page.secure-payment input[type="number"], select, .container > .page.secure-payment .form-field{
		width: 60% !important;
	}

	.container > .page.secure-payment div.error {
		left: 40%;
	}

	.container > .page.secure-payment .card-image-wrapper{
		width: 60%;
	}
}

@media (min-width:992px) {
	.container > .page.secure-payment .right{
		padding-left: 60px;
	}
	.container > .page.secure-payment .left{
		padding-left: 0;
		padding-right: 60px;
	}
}
.txt ol, .txt ul{
	font-size:16px;
	padding-left: 20px;
	line-height: 25px;
    color: #36424a;
    font-weight: 300;
}

.g-recaptcha > div {
	margin-right: 0;
	margin-left: auto;
}
