

.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:4px 6px;
	background-color:#fff;
	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:.9em;
	line-height:1
}
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;
}

@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 {
	position:relative;
	max-width:450px;
	background:#fff;
	-webkit-box-shadow:0 2px 4px 0 #ccc;
	-moz-box-shadow:0 2px 4px 0 #ccc;
	box-shadow:0 2px 4px 0 #ccc;
	margin:0 auto;
	padding:30px 15px;
	min-height:300px;
	margin-bottom:6px;
}
@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 .tax-text-input-container {
	max-width:none
}
.signInFramed #tax-sign-in .tax-checkbox-text {
	color:#333;
	padding-left:0
}
.signInFramed #tax-sign-in .tax-text-input {
	max-width:none;
	height:auto;
transition:border .5s;
	font-size:13px;
	line-height:1;
	height:34px
}
.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)
}
.signInFramed #tax-sign-in form fieldset[id*='tax-fieldset'] {
margin-bottom:0;
margin-top:6px
}
.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
}
@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) {
}
