html, body {
	background-attachment: fixed;
}
body {
	margin: 0;
	padding: 0;
	background-image: none;
	color: #333
}
.fieldForm {
	font-size: 18px;
	color: #808284;
}
.cover {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px;
	overflow: hidden;
}
a {
	color: #207ac0;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
h1 {
	margin-top: 0;
	color: #005bbb
}
h2 {
	color: #404040;
	font-size: 20px;
	font-style: normal;
	font-weight: bold
}
h3 {
	color: #404040;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 7px
}

@media (min-width:768px) {
h3 {
	font-size: 22px;
	margin-top: 6px;
	margin-bottom: 10px
}
}
p {
	margin-top: 0;
	line-height: 20px
}
ul {
	padding-left: 0
}
li {
	list-style-position: inside;
	padding-bottom: 2px
}
#viewport {
	margin-top: 15px;
	margin-bottom: 20px;
	overflow-x: hidden
}
.push {
	clear: both;
	height: 165px;
}

@media (max-width:768px) {
#viewport {
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.site-footer {
	border-top: 1px solid #ddd;
	background: #f6f6f6;
	position: relative;
	bottom: 0;
	width: 100%
}
.shared-footer {
	border-top: 1px solid #ddd;
	font-size: 12px;
	font-size: 1.2rem;
	color: #505050;
	padding: 20px 20px 30px 20px;
	width: 100%
}
.shared-footer .footer-link {
	color: #F6F6F6;
	text-decoration: none
}
.shared-footer .footer-link:hover {
	color: #F6F6F6;
	text-decoration: underline
}

@media (min-width:480px) {
.shared-footer {
	text-align: center
}
}

@media (min-width:768px) {
}

@media (max-width:991px) {
}

@media (max-width:767px) {
}

@media (max-width:385px) {
}
font-style:normal !important
}
label {
	display: block;
	font-weight: normal
}
select {
	padding: 2px;
	width: 152px
}
select, textarea, input[type="text"], input[type="email"], input[type="tel"] {
	padding: 9px 6px;
	border: 1px solid #c1c5c8;
	-webkit-border-radtax: 4px;
	-moz-border-radtax: 4px;
	border-radtax: 4px;
	-webkit-box-shadow: 0px 1px 3px #DDD inset;
	-moz-box-shadow: 0px 1px 3px #DDD inset;
	box-shadow: 0px 1px 3px #DDD inset;
	font-size: 1.3em;
	line-height: 1;
	background-color: #fff5ea;
	color: #505050;
}
input[type="submit"] {
	-webkit-border-radtax: 0px;
	-moz-border-radtax: 0px;
	border-radtax: 0px;
}
textarea:focus, select:focus, input:focus {
	border-color: #026ecf;
	outline: 0 none;
}
option {
	height: 30px;
}
.elq-form .required {
	color: red !important;
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

@media (max-width:991px) {
}
.global-cover {
	background-color: #f1f1f1;
	background-image: url("http://www.drtax.ca/Images/contest/background.png");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width:991px) {
}

@media (min-width:992px) {
}

@media (max-width:991px) {
.navbar>.container {
	max-width: none !important;
	width: 100%
}
}

@media (min-width:991px) {
.navbar>.container {
	padding-right: 0;
	padding-left: 0
}
}
li {
	list-style: none
}
.global-cover {
	overflow: visible;/*	box-shadow:-1px 0 4px rgba(153, 153, 153, 0.75)*/
}
.site-footer, .global-cover {
	-webkit-transition: margin .5s;
	transition: margin .5s;
	margin-left: 0
}
.site-footer, .global-cover {
	width: 100%
}
table {
	width: 100%
}
@-webkit-keyframes flipouttoleft {
from {
-webkit-transform:rotateY(0)
}
to {
 -webkit-transform:rotateY(-90deg) scale(.9)
}
}
@-moz-keyframes flipouttoleft {
from {
-moz-transform:rotateY(0)
}
to {
 -moz-transform:rotateY(-90deg) scale(.9)
}
}
@keyframes flipouttoleft {
from {
transform:rotateY(0)
}
to {
 transform:rotateY(-90deg) scale(.9)
}
}
@-webkit-keyframes flipouttoright {
from {
-webkit-transform:rotateY(0)
}
to {
 -webkit-transform:rotateY(90deg) scale(.9)
}
}
@-moz-keyframes flipouttoright {
from {
-moz-transform:rotateY(0)
}
to {
 -moz-transform:rotateY(90deg) scale(.9)
}
}
@keyframes flipouttoright {
from {
transform:rotateY(0)
}
to {
 transform:rotateY(90deg) scale(.9)
}
}
@-webkit-keyframes flipintoleft {
from {
-webkit-transform:rotateY(-90deg) scale(.9)
}
to {
 -webkit-transform:rotateY(0)
}
}
@-moz-keyframes flipintoleft {
from {
-moz-transform:rotateY(-90deg) scale(.9)
}
to {
 -moz-transform:rotateY(0)
}
}
@keyframes flipintoleft {
from {
transform:rotateY(-90deg) scale(.9)
}
to {
 transform:rotateY(0)
}
}
@-webkit-keyframes flipintoright {
from {
-webkit-transform:rotateY(90deg) scale(.9)
}
to {
 -webkit-transform:rotateY(0)
}
}
@-moz-keyframes flipintoright {
from {
-moz-transform:rotateY(90deg) scale(.9)
}
to {
 -moz-transform:rotateY(0)
}
}
@keyframes flipintoright {
from {
transform:rotateY(90deg) scale(.9)
}
to {
 transform:rotateY(0)
}
}
@-webkit-keyframes fadein {
from {
opacity:0
}
to {
 opacity:1
}
}
@-moz-keyframes fadein {
from {
opacity:0
}
to {
 opacity:1
}
}
@keyframes fadein {
from {
opacity:0
}
to {
 opacity:1
}
}
@-webkit-keyframes fadeout {
from {
opacity:1
}
to {
 opacity:0
}
}
@-moz-keyframes fadeout {
from {
opacity:1
}
to {
 opacity:0
}
}
@keyframes fadeout {
from {
opacity:1
}
to {
 opacity:0
}
}

@media screen and (max-width:768px) {
}

@media (max-width:767px) {
}

@media (max-width: 767px) {
}

@media (min-width:769px) and (max-width:1199px) {
}

@media (max-width:768px) {
}

@media (max-width:768px) {
}

@media (min-width:768px) and (max-width:930px) {
}

@media (min-width:397px) and (max-width:767px) {
}

@media (min-width:300px) and (max-width:396px) {
}
.signInFramed {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	max-width: 550px;
	padding: 15px;
	position: relative;
}

@media (max-width:480px) {
.signInFramed {
	padding: 15px 0
}
}
.signInFramed #tax-sign-in-header {
	font-size: 30px;
	margin-left: 0;
	margin-bottom: 12px;
	font-weight: 500;
	line-height: 1.1
}
.signInFramed #tax-sign-in header.tax-default-bottom-spacer {
	padding-bottom: 0
}
.signInFramed #tax-sign-in .tax-label {
	color: #333;
	padding-bottom: 0;
	height: auto;
	line-height: 1.4
}
.signInFramed #tax-sign-in .tax-phone-input {
	max-width: none;
	height: auto;
	transition: border .5s;
	font-size: 13px;
	line-height: 1;
	height: 45px
}
.signInFramed #tax-sign-in .tax-phone-input {
	max-width: none;
	height: auto;
	transition: border .5s;
	font-size: 18px;
	line-height: 1;
	height: 45px
}
.signInFramed #tax-sign-in .tax-phone-input:active, .signInFramed #tax-sign-in .tax-phone-input:focus {
	border-color: #52a8ec;
	box-shadow: 0 1px 1px #fff inset, 0 0 8px #52a8ec;
	outline: 0 none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6)
}
.signInFramed #tax-sign-in .tax-phone-input:active, .signInFramed #tax-sign-in .tax-phone-input:focus {
	border-color: #52a8ec;
	box-shadow: 0 1px 1px #fff inset, 0 0 8px #52a8ec;
	outline: 0 none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6)
}
.signInFramed .tax .tax-text-input-container {
	max-width: none
}
.signInFramed #tax-sign-in .tax-checkbox-text {
	color: #333;
	padding-left: 0;
	width: 450px;
}
.signInFramed #tax-sign-in .tax-text-input {
	max-width: none;
	height: auto;
	transition: border .5s;
	font-size: 16px;
	line-height: 1;
	height: 45px;
	margin-bottom: 30px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.signInFramed #tax-sign-in .tax-text-input:active, .signInFramed #tax-sign-in .tax-text-input:focus {
	border-color: #52a8ec;
	box-shadow: 0 1px 1px #fff inset, 0 0 8px #52a8ec;
	outline: 0 none;
	border-color: rgba(82, 168, 236, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	background: #ffe6cb none repeat scroll 0 0;
}
.signInFramed #tax-sign-in form fieldset[id*='tax-fieldset'] {
	margin-bottom: 20px;
	margin-top: 0
}
.signInFramed #tax-sign-in .tax-text-input.tax-input-error {
	background-size: 17px 17px;
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-color: #fff;
	border-color: #fa5858;
}
.dt-products {
	display: table;
	width: 100%;
	margin: 0 auto;
}
.dt-left, #dt-right {
	display: table-cell;
	padding: 10px;
}
.dt-left {
	width: auto;
}
.dt-right {
	width: auto;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
img {
	max-width: 100%;
}
.signInFramed #tax-sign-in .tax-text-input.tax-input-error {
	background-size: 17px 17px
}
}
.signInFramed #tax-sign-in #tax-error-userid, .signInFramed #tax-sign-in #tax-error-password {
	color: #fa5858;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	position: relative;
	margin-top: 7px;
	padding-top: 0
}
.signInFramed #tax-label-remember {
	margin-top: 10px
}
.signInFramed #tax-sign-in-submit-btn {
	float: left;
	width: 100%;
	box-sizing: border-box;
	float: none;
	max-width: none
}
.signInFramed #tax-sign-in #tax-sign-in-error {
	background-color: #fdedee;
	padding: 15px;
	margin: 15px 0 10px 0;
	border-radtax: 6px 6px 6px 6px;
	font-size: 13px;
	line-height: 16px;
	color: #888;
	font-weight: 200;
	font-style: normal
}

@media (min-width:768px) and (max-width:930px) {
}

@media screen and (max-width:767px) {
}

@media (max-width:600px) {
}
table {
	width: 100%
}
th {
	height: 50px
}

@media screen and (min-width:480px) and (max-width:768px) {
}

@media (max-width:480px) {
}

@media (max-width:480px) {
}

@media (max-width:480px) {
}
header {
	background-color: #6B6B6B
}
img {
	max-width: 100%;
}
}

@media screen and (max-width:480px) {
}
ul {
	-moz-padding-left-start: 0;
	-webkit-padding-left-start: 0;
	-khtml-padding-left-start: 0;
	-o-padding-left-start: 0;
	padding-left-start: 0;
	padding-left: 0
}

@media screen and (min-width:481px) {
}

@media (max-width:768px) {
}

@media (max-width:480px) {
}
 .timeline-heading.status-filed:before, .timeline-heading.status-notfiled:before,
}
.timeline-heading.joined, .timeline-heading-noclick.joined {
	cursor: default
}
.timeline-heading.joined:before, @media (max-width:768px) {
.timeline-heading.joined:before, .timeline-heading-noclick.joined:before {
margin-right:17px
}
}
h3 {
	font-weight: 300;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 15px
}

@media (max-width:480px) {
}

@media (max-width:480px) {
}
table {
	width: 100%
}
th {
	height: 50px
}

@media (max-width:480px) {
}

@media (max-width:480px) {
}

@media (max-width:480px) {
}

@media (max-width:768px) {
}

@media (min-width:430px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

@media (min-width:992px) {
}

@media (max-width:991px) {
}

@media (max-width:482px) {
}
