/*!
Theme Name: TurboTax
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: turbotax
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

TurboTax is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Lib
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Localization (French)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Lib
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  content: "";
  display: table;
  table-layout: fixed; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  content: "";
  display: table;
  table-layout: fixed; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  content: "";
  display: table;
  table-layout: fixed; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem; }

button,
input,
select,
textarea {
  font-size: inherit; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "AvenirNextforIntuit", Avenir, Helvetica, sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: normal; }

h1, h2, h3 {
  font-weight: 400; }

h1 {
  font-size: 41.6px;
  font-size: 2.6rem; }

h2 {
  font-size: 32px;
  font-size: 2rem; }
  #zone-a h2 {
    font-size: 41.6px;
    font-size: 2.6rem; }
  h2.entry-title {
    font-size: 28.8px;
    font-size: 1.8rem; }
    h2.entry-title a {
      color: #404040; }

h3 {
  font-size: 28.8px;
  font-size: 1.8rem; }

@media screen and (min-width: 992px) {
  h1 {
    font-size: 57.6px;
    font-size: 3.6rem; }
  h2 {
    font-size: 41.6px;
    font-size: 2.6rem; }
    #zone-a h2 {
      font-size: 57.6px;
      font-size: 3.6rem; }
    h2.entry-title {
      font-size: 35.2px;
      font-size: 2.2rem;
      margin-top: 0; }
  h3 {
    font-size: 35.2px;
    font-size: 2.2rem; } }

/*.site-index .entry-header {
	h2 {
		margin-top: 0;
		margin-bottom: 0;
	}
}*/
.site-post .entry-header {
  text-align: left;
  /*.post-categories,
	.post-categories a {
		color: $color__turbotax-grey-03;
	}*/ }
  .site-post .entry-header h1 {
    padding-right: 1.5rem; }

.search-results h1.page-title span {
  color: #8d9096; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*.text-left           { text-align: left; }
.text-right          { text-align: right; }
.text-center         { text-align: center; }
.text-justify        { text-align: justify; }
.text-nowrap         { white-space: nowrap; }*/
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

.nowrap {
  white-space: nowrap; }

.glyph {
  display: inline-block;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px; }
  .btn .glyph {
    margin-right: 0.5rem; }

.glyph-lock {
  width: 12px;
  height: 14px;
  background: url(images/icons/glyphs/lock-white.svg);
  background-size: 12px 14px; }

.glyph-search {
  width: 18px;
  height: 18px;
  background: url(images/icons/glyphs/search.svg);
  background-size: 18px 18px;
  position: relative;
  top: 2px; }

.cta .btn:not(:last-child) {
  margin-right: 1rem; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 0.1rem solid transparent;
  white-space: nowrap;
  padding: 0.8rem 2rem;
  /*font-size: 14px;
	line-height: 1.42857143;*/
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
  user-select: none;
  /*@include transition(.3s ease-in-out all);*/ }
  .btn:hover, .btn:focus, .btn:active {
    color: #fff;
    text-decoration: none;
    /*transform: scale($button__transform-scale);*/ }
  .btn:focus {
    box-shadow: none; }
  .btn.btn-large {
    padding-left: 3rem;
    padding-right: 3rem; }

.btn-cta {
  color: #fff;
  background: #ff6a00;
  border-color: #ff6a00; }
  .btn-cta:hover {
    background: #fea74f;
    border-color: #fea74f; }
  .btn-cta:active {
    background: #f84701;
    border-color: #f84701; }
  .btn-cta:focus {
    outline: #ffea00 auto 5px; }

.btn-primary {
  color: #fff;
  background: #3fbfff;
  border-color: #3fbfff; }
  .btn-primary:hover {
    background: #73d3ff;
    border-color: #73d3ff; }
  .btn-primary:active {
    background: #055393;
    border-color: #055393; }
  .btn-primary:focus {
    outline: #ffea00 auto 5px; }

/**
 * Social Warfare plugin
 * - set a max-width so that pills don't go full-width
 */
.nc_socialPanel {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.nc_socialPanel.swp_pill.swp_i_customColor {
  margin: 0 auto; }
  .nc_socialPanel.swp_pill.swp_i_customColor[data-count='6'] {
    max-width: 600px; }
  .nc_socialPanel.swp_pill.swp_i_customColor[data-count='5'] {
    max-width: 500px; }
  .nc_socialPanel.swp_pill.swp_i_customColor[data-count='4'] {
    max-width: 400px; }
  .nc_socialPanel.swp_pill.swp_i_customColor[data-count='3'] {
    max-width: 300px; }
  .nc_socialPanel.swp_pill.swp_i_customColor[data-count='2'] {
    max-width: 200px; }
  .nc_socialPanel.swp_pill.swp_i_customColor[data-count='1'] {
    max-width: 100px; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Simple Author Box
--------------------------------------------------------------*/
a.vcard.author {
	pointer-events: none !important;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0.1rem solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 0.3rem;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  /*@include font-size(0.75);
	line-height: 1;*/
  padding: 0.8rem 2rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  padding: 0.8rem 2rem; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0077c5;
  text-decoration: none;
  /*&:visited {
		color: $color__link-visited;
	}*/ }
  a:hover, a:focus, a:active {
    text-decoration: underline; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.top-navigation ul,
.main-navigation ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0; }

@media screen and (min-width: 992px) {
  .main-navigation ul ul {
    background: #fff;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 6rem;
    left: -999em;
    z-index: 99999; }
    .main-navigation ul ul ul {
      left: -999em;
      top: 0; }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
      left: 100%; }
    .main-navigation ul ul a {
      min-width: 24rem;
      white-space: nowrap; }
      .main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
        background: #ebf9ff;
        cursor: pointer; }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto; }
  .main-navigation li {
    float: left;
    position: relative;
    line-height: 6rem; }
    .main-navigation li li {
      line-height: 5rem; }
  .main-navigation a {
    display: block; }
  .menu-item-has-children > a {
    margin: 0 3rem 0 1.5rem; }
  .sub-menu a {
    padding: 0 1.5rem; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

/*@media screen and (min-width: $screen-md-min) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}*/
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/**
 * Menu (left-panel slide in)
 */
@media screen and (max-width: 991px) {
  #categories-menu {
    overflow: auto;
    position: fixed;
    z-index: 1000;
    left: -80%;
    width: 80%;
    height: 100%;
    padding-bottom: 100px;
    /* on small screens when you toggle "Provincial", the last category isn't visible */
    opacity: 0;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all; }
    #categories-menu a {
      display: block;
      padding: 0 1.5rem;
      border-bottom: 0.1rem solid #eceef1;
      color: #393a3d;
      text-decoration: none; }
  .main-navigation ul ul {
    background: #f4f5f8; }
    .main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
      background: #ebf9ff;
      cursor: pointer; }
  .main-navigation li {
    line-height: 6rem; }
  .main-navigation a {
    display: block; }
  /*.menu-item-has-children > a {
		padding: 0 ($base__spacing * 2) 0 $base__spacing;
		font-weight: 600;
	}*/
  .menu-item-has-children > a:after {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    float: right;
    margin-right: 15px;
    content: '\f0d7';
    text-decoration: inherit;
    color: #d4d7dc; }
  .menu-item-has-children.focus > a:after {
    content: '\f0d8'; }
  .sub-menu {
    position: absolute;
    left: -999rem;
    max-height: 1px;
    opacity: 0;
    -webkit-transition: 0.15s ease-in-out max-height;
    -o-transition: 0.15s ease-in-out max-height;
    transition: 0.15s ease-in-out max-height; }
    .focus .sub-menu {
      position: relative;
      left: 0;
      max-height: 1200px;
      opacity: 1; }
      .focus .sub-menu a {
        padding-left: 3rem; }
    .sub-menu a {
      -webkit-transition: 0.25s ease-in-out padding-left;
      -o-transition: 0.25s ease-in-out padding-left;
      transition: 0.25s ease-in-out padding-left; } }

/**
 * Dim screen while navigation active
 */
#page {
  position: relative; }

body.nav-active {
  position: fixed;
  overflow: scroll;
  width: 100%;
  height: 100%; }
  body.nav-active #overlay {
    content: '';
    display: block;
    position: absolute;
    z-index: 999;
    top: 56px;
    background: #393a3d;
    opacity: 0.3;
    width: 100%;
    height: 100%; }
  body.nav-active #categories-menu {
    left: 0;
    opacity: 1; }

@media screen and (min-width: 768px) {
  body.nav-active #overlay {
    top: 64px; } }

/**
 * 
 */
.site-header .btn-signin {
  position: absolute;
  top: -3px;
  /* TODO: this should be dynamic. Button (h38px) Branding (h32px) = 6px diff / 2 = 3px */
  /*right: $base__spacing;*/
  right: 0; }

#site-navigation-top a {
  color: #fff; }

.top-navigation {
  display: none; }

.menu-toggle {
  position: absolute;
  top: -28px;
  left: 1.5rem;
  display: block;
  margin-top: -8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: 0;
  box-shadow: none !important;
  width: 18px;
  height: 16px;
  background: url(images/icons/glyphs/menu-white.svg);
  text-indent: -999em; }

@media screen and (min-width: 768px) {
  .top-navigation {
    display: block;
    position: absolute;
    right: 11.5rem;
    top: 0; }
    .top-navigation li {
      float: left;
      line-height: 38px; }
    .top-navigation a {
      margin: 0 1.5rem; }
  .menu-toggle {
    top: -32px; }
  /*.menu-toggle,
	.site-header .btn-signin {
		top: $padding__header-vertical;
	}*/ }

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none; }
  #site-navigation {
    border-bottom: 0.1rem solid #d4d7dc;
    float: left;
    width: 100%; }
    #site-navigation a {
      color: #393a3d; } }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.menu-search {
  float: right;
  line-height: 6rem;
  margin-right: 1.5rem;
  color: #393a3d; }
  .menu-search .glyph {
    margin-right: 0.5rem; }
  .search-active .menu-search {
    visibility: hidden; }

#site-search {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms ease; }
  #site-search.active {
    opacity: 1;
    visibility: visible; }
  #site-search form {
    width: 100%;
    text-align: right; }
    #site-search form .search-field {
      width: 70%;
      background: #f4f5f8;
      border: 0.1rem solid #babec5; }
    #site-search form input[type='submit'] {
      background: #f4f5f8;
      border: 0.1rem solid #babec5;
      text-shadow: none;
      transition: background-color 400ms ease; }
      #site-search form input[type='submit']:hover {
        background: #ebf9ff; }
    @media (min-width: 992px) {
      #site-search form .search-field {
        max-width: 50%; } }

@media screen and (min-width: 1200px) {
  .menu-search {
    margin-right: 0; }
  #site-search {
    right: 0; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5rem;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }
  .widget ul {
    margin: 0; }

.widget-area {
  /* default sidebar header */ }
  .widget-area .widget-title {
    padding: 0.75rem 1.5rem;
    background: #f4f5f8;
    font-size: 25.6px;
    font-size: 1.6rem; }

/**
 * Start/Signin buttons
 */
.widget-bg.widget_text {
  background: #f4f5f8;
  text-align: center;
  padding: 1.5rem; }
  .widget-bg.widget_text h2 {
    margin-top: 0;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: 400; }
  .widget-bg.widget_text .widget-title {
    padding: 0; }

/**
 * Content (after)
 */
.widget-content-after {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 0.1rem dotted #ccc;
  font-size: 22.4px;
  font-size: 1.4rem; }
  @media (min-width: 992px) {
    .widget-content-after .textwidget {
      padding: 0 1.5rem; } }

/**
 * Related / recent posts
 */
.widget_recent_entries,
.widget_wp_related_posts {
  text-align: left !important; }
  .widget_recent_entries ul,
  .widget_wp_related_posts ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none; }
  .widget_recent_entries li,
  .widget_wp_related_posts li {
    margin-bottom: 1.5rem;
    padding: 0 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid #eceef1; }
  .widget_recent_entries a,
  .widget_wp_related_posts a {
    color: #393a3d; }

/**
 * Search
 * TODO: remove this if we remove search from the sidebar
 */
.widget_search .search-field {
  width: 100%;
  max-width: 68%; }

.widget_search .search-submit {
  float: right;
  min-width: 29%; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .widget_search .search-field {
    max-width: 85%; }
  .widget_search .search-submit {
    min-width: 13%; } }

/**
 * Right-rail banners
 */
@media screen and (max-width: 991px) {
  .widget-sidebar {
    text-align: center; } }

.featured_posts ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.featured_posts li {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: .1rem solid #eceef1; }
  .featured_posts li a {
    color: #393a3d; }

.featured-posts-category-title {
  color: #2EB8FD;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 15px; }
  .featured-posts-category-title:after {
    content: '';
    display: block;
    border-bottom: 3px solid #2EB8FD;
    margin: 5px auto auto;
    max-width: 60px; }

.social-button {
  display: block;
  padding: 7px 15px 7px 60px;
  border-radius: 3px;
  background: #efefef;
  color: #fff;
  margin-bottom: 10px;
  line-height: 30px;
  position: relative; }
  .social-button .fa-facebook,
  .social-button .fa-twitter,
  .social-button .fa-instagram {
    position: absolute;
    left: 15px; }
  .social-button:focus, .social-button:visited, .social-button:hover {
    color: #fff; }

.social-button-facebook {
  background-color: #334F8E; }

.social-button-twitter {
  background-color: #4BA2ED; }

.social-button-instagram {
  background-color: #5F6065; }

[lang=fr-CA] .social-button.social-button-instagram {
  display: none; }

[lang=fr-CA] .social-buttons-widget {
  font-size: 14px; }

.widget-campaign-link-en,
.widget-campaign-link-fr {
  display: none; }

[lang=en-CA] .widget-campaign-link-en,
[lang=fr-CA] .widget-campaign-link-fr {
  display: block; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-header {
  position: relative;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: #0077c5;
  color: #fff; }

.site-title {
  display: block;
  overflow: hidden;
  width: 144px;
  height: 32px;
  margin: 4px 0;
  text-indent: -999em;
  background: url(images/ui/logo-turbotax.svg) 0 0 no-repeat; }
  .site-title a {
    display: block;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 768px) {
  .site-header {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; } }

@media screen and (max-width: 991px) {
  .site-title {
    margin-left: 30px; } }

/**
 * Set site max-width
 */
.site-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto; }

/**
 * Fix for WPAdminBar
 * @see
 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
    top: 0; } }

/**
 * Canada flag
 */
.flag-ca {
  position: absolute;
  top: 1.2rem;
  right: 13rem;
  line-height: 40px;
  display: inline-block;
  width: 28px;
  height: 14px;
  background: url(images/ui/flag-ca.svg); }

@media screen and (max-width: 399px) {
  .flag-ca {
    right: 12rem; } }

.flag-ca + .top-navigation {
  right: 16rem; }

.site-footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f4f5f8;
  text-align: center;
  color: #8d9096; }
  .site-footer a {
    color: #8d9096; }
  .site-footer .site-title {
    margin: 0 auto;
    background-image: url(images/ui/logo-turbotax-reverse.png); }
  .site-footer .links ul {
    margin: 2rem 0;
    padding: 0;
    list-style: none; }
    .site-footer .links ul li {
      display: inline-block; }
    .site-footer .links ul li:not(:last-child) {
      margin-right: 0.75rem;
      padding-right: 0.75rem;
      border-right: 0.1rem solid #d4d7dc; }
  .site-footer .links-social li {
    border-right: 0 !important; }
  .site-footer .links-social .glyphs-social {
    display: block;
    overflow: hidden;
    width: 36px;
    height: 36px;
    text-indent: -999em;
    background: none 0 0 no-repeat;
    -webkit-transition: 0.3s ease-in-out all;
    -o-transition: 0.3s ease-in-out all;
    transition: 0.3s ease-in-out all;
    /*&:hover {
				transform: scale($button__transform-scale-lg);
			}*/ }
    .site-footer .links-social .glyphs-social.facebook {
      background-image: url(images/icons/glyphs-social/facebook.svg); }
    .site-footer .links-social .glyphs-social.twitter {
      background-image: url(images/icons/glyphs-social/twitter.svg); }
    .site-footer .links-social .glyphs-social.google-plus {
      background-image: url(images/icons/glyphs-social/google-plus.svg); }
    .site-footer .links-social .glyphs-social.youtube {
      background-image: url(images/icons/glyphs-social/youtube.svg); }
    .site-footer .links-social .glyphs-social.instagram {
      background-image: url(images/icons/glyphs-social/instagram.svg); }
    .site-footer .links-social .glyphs-social.help {
      background-image: url(images/icons/glyphs-social/help.svg); }
  .site-footer .copyright {
    font-size: 19.2px;
    font-size: 1.2rem; }
  .site-footer .site-disclaimer {
    font-size: 19.2px;
    font-size: 1.2rem; }
    .site-footer .site-disclaimer p {
      margin-bottom: 0; }

@media (max-width: 500px) {
  .site-bar .links:not(.links-social) ul li {
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important; } }

@media (min-width: 768px) {
  .site-footer .links ul li:not(:last-child) {
    margin-right: 1.5rem;
    padding-right: 1.5rem; } }

.site-bar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center; }
  .site-bar.is-sticky {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%; }
  .site-bar .btn {
    font-size: 1.8rem;
    height: 50px;
    padding-top: 11px;
    padding-bottom: 5px; }
    .site-bar .btn.btn-cta {
      padding-top: 7px;
      line-height: 1.8rem; }
    .site-bar .btn .btn-subtext {
      font-size: 1.2rem;
      display: block; }

.nc_wrapper.floatBottom.raised {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-top: .1rem solid #d4d7dc;
  box-shadow: 1px -0.3rem -0.8rem rgba(141, 144, 150, 0.3);
  bottom: 69px; }
  .nc_wrapper.floatBottom.raised .nc_tweet {
    background: #fff; }
  .nc_wrapper.floatBottom.raised .nc_tweet:hover {
    background: #0097E6; }

@media (max-width: 991px) {
  .site-bar .text {
    margin-bottom: 1.5rem; }
  html[lang=fr-CA] .site-bar .btn {
    display: block;
    margin: 0 auto 1rem;
    max-width: 260px; } }

@media (max-width: 767px) {
  html[lang=fr-CA] .site-bar .btn {
    display: block;
    margin: 0 auto 1rem !important;
    max-width: 260px; } }

@media (min-width: 992px) {
  .site-bar {
    text-align: left; }
    .site-bar .text {
      line-height: 40px; }
    .site-bar .cta {
      position: absolute;
      top: -6px;
      right: 1.5rem; }
    .site-bar .btn {
      padding-left: 3rem;
      padding-right: 3rem; } }

@media (max-width: 991px) {
  .nc_wrapper.floatBottom.raised {
    bottom: 111px; } }

@media (max-width: 468px) {
  .nc_wrapper.floatBottom.raised {
    bottom: 135px; } }

@media (max-width: 354px) {
  .nc_wrapper.floatBottom.raised {
    bottom: 177px; } }

.site-header,
.site-footer,
.site-content,
.site-bar .site-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.site-content {
  clear: both;
  /*margin-top: $base__spacing;*/
  max-width: 992px; }

.site-footer {
  clear: both;
  width: 100%; }

@media screen and (min-width: 992px) {
  .content-area {
    float: left;
    margin: 0 -28% 0 0;
    width: 100%; }
  .site-main {
    margin: 0 28% 0 0; }
  .site-content {
    padding-left: 0;
    padding-right: 0; }
    .site-content .widget-area {
      float: right;
      overflow: hidden;
      width: 25%; }
  .content-area,
  .widget-area {
    margin-top: 3rem; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog.lang-fr #zone-a {
	background: url(images/posts/ZoneA-HereToHelp-sm-fr.jpg)
}

#zone-a {
  clear: both;
  padding: 4.5rem 1.5rem;
  /*background: $color__turbotax-grey-05;*/
  background-image: url(images/posts/ZoneA-HereToHelp-sm.jpg);
  /*background: url(../../uploads/IAF-blog_992.jpg) 50% 50% no-repeat;*/
  color: #fff;
  text-align: center; 
  min-height: 300px;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-color: #ebf8fe !important;
}

}
  #zone-a a {
    color: #fff; }

/*.overlay-dark {
	position: relative;
}

.overlay-dark:before {
	content: '';
	width: 100%;
	max-width: 1400px;
	height: 100%;
	position: absolute;
	left: 0;
}

.overlay-dark:before {
	background: rgba(51, 51, 51, .5);
}*/
@media screen and (max-width: 359px) {
  #zone-a {
    padding-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  .blog.lang-fr #zone-a {
	  background: url(images/posts/ZoneA-HereToHelp-fr.jpg)
  }
	
  #zone-a {
    min-height: 320px;
    background-image: url(images/posts/ZoneA-HereToHelp.jpg);
    padding-top: 12rem;
    padding-bottom: 9rem; }
    #zone-a h2 {
      width: 50%;
      margin: 0 auto; } }

@media screen and (min-width: 992px) {
  #zone-a .more {
    display: inline-block;
    margin: 0.8rem 0;
    padding: 0.8rem 2rem;
    border-radius: 0.4rem;
    -webkit-transition: 0.3s ease-in-out background-color;
    -o-transition: 0.3s ease-in-out background-color;
    transition: 0.3s ease-in-out background-color; }
    #zone-a .more:hover {
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.3);
      cursor: pointer; }
    #zone-a .more:after {
      content: "\2192 ";
      margin-left: 0.3rem;
      text-decoration: none !important; } }

/**
 * Tax Preparation Tips for Uber Partners: https://turbotaxtips.wpengine.com/?p=7500&preview=true
 * Guide for Uber Partners: https://turbotaxtips.wpengine.com/?p=7522&preview=true
 */
.post-content-box {
  background: #eceef1;
  margin: 2rem 0;
  padding: 1.5rem; }
  .post-content-box.highlight {
    background: #ebf9ff; }
  .post-content-box p:last-child {
    margin-bottom: 0; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.type-post .entry-content {
  margin-top: 0;
  line-height: 2; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/**
 * Everything above was here
 */
.site-index .entry-content {
  margin-top: 0; }

.entry-header {
  text-align: left; }

@media screen and (min-width: 992px) {
  .entry-header {
    text-align: left; } }

.entry-meta .post-date {
  color: #8d9096;
  font-style: italic; }

.post-meta {
  color: #8d9096; }
  .post-meta .entry-author-image {
    float: left;
    margin-right: 10px; }
    .post-meta .entry-author-image img {
      border-radius: 50px; }

.post-categories {
  display: block;
  color: #8d9096;
  font-size: 22.4px;
  font-size: 1.4rem; }
  .entry-header .post-categories {
    margin-bottom: 0.75rem; }
  @media screen and (min-width: 992px) {
    .entry-header .site-index .post-categories {
      padding-bottom: 0.75rem;
      border-bottom: 0.1rem solid #d4d7dc; } }
  .post-categories a {
    color: inherit;
    text-transform: uppercase; }

.featured-image:not(.featured-image-thumbnail) {
  margin-bottom: 1.5rem;
  text-align: center; }

@media screen and (max-width: 991px) {
  .site-content .featured-image:not(.featured-image-thumbnail) {
    margin-left: -1.5rem;
    margin-right: -1.5rem; } }

.featured-image-thumbnail {
  display: block;
  margin: 0 auto;
  text-align: center; }

@media screen and (min-width: 992px) {
  .has-post-thumbnail {
    position: relative; }
    .has-post-thumbnail .entry-text {
      min-height: 132px;
      margin-right: 300px;
      padding-right: 1.5rem; }
  .featured-image-thumbnail {
    position: absolute;
    right: 0; } }

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block; }

/**
 * Related Posts plugin
 * @see https://en-ca.wordpress.org/plugins/wordpress-23-related-posts-plugin/
 */
/*.wp_rp_content {
	.wp_rp_thumbnail + .wp_rp_title {

	}
}*/
.widget_wp_related_posts .wp_rp_footer {
  display: none; }

@media screen and (max-width: 991px) {
  .wp_rp_content li {
    clear: both;
    min-height: 85px; }
  .wp_rp_content .wp_rp_thumbnail {
    float: left;
    margin-right: 10px; } }

@media screen and (min-width: 992px) {
  .wp_rp_content .wp_rp_thumbnail img {
    display: block;
    width: 100%;
    margin-bottom: 1rem; } }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

/*--------------------------------------------------------------
## Banners
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Banners provided by plugin "Advanced Ads"
@see https://wpadvancedads.com/manual/
--------------------------------------------------------------*/
.banner,
div[class^='banner-'] {
  display: block;
  margin: 0 auto;
  text-align: center; }
  .banner .content.text-left,
  div[class^='banner-'] .content.text-left {
    text-align: left; }

.banner-square {
  width: 250px;
  height: 250px; }

.banner-square-lg {
  height: 450px; }

.banner-richtext {
  height: auto; }

.banner-uber {
  background: #0077c5 url(/wp-content/uploads/banner-square-lg-driver.jpg) 0 0 no-repeat;
  padding: 240px 15px 0 15px;
  color: #fff; }
  .banner-uber .lead {
    font-size: 35.2px;
    font-size: 2.2rem; }
  .banner-uber .btn {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Localization (French)
--------------------------------------------------------------*/
.lang-fr {
  /* the french categories are too many charactes to fit, so need to reduce spacing */
  /* TODO: remove this if we remove search from the sidebar */
  /*.widget_search .search-field {
		max-width: 55%;
	}*/
  /* the signin button and logo overlap on xsmall screens */
  /**
	 * Canada flag in header
	 */ }
  .lang-fr .site-title {
    width: 175px;
    height: 35px;
    background-image: url(images/ui/logo-turboimpot.svg); }
  .lang-fr .site-footer .site-title {
    background-image: url(images/ui/logo-turboimpot-reverse.png); }
  @media (min-width: 992px) {
    .lang-fr .menu-item-has-children > a {
      margin: 0 1.5rem; }
    .lang-fr .menu-search .glyph-label {
      display: none; } }
  @media (max-width: 410px) {
    .lang-fr .site-header .btn .glyph {
      margin-right: 0; }
    .lang-fr .site-header .btn-signin .text {
      display: none; } }
  @media (max-width: 500px) {
    .lang-fr .site-bar .cta .btn {
      display: block;
      margin-right: 0; }
      .lang-fr .site-bar .cta .btn:not(:last-child) {
        margin-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    .lang-fr .top-navigation {
      right: 16.5rem; } }
  @media screen and (min-width: 992px) {
    .lang-fr .widget_text .cta .btn {
      display: block; }
      .lang-fr .widget_text .cta .btn:not(:last-child) {
        margin: 0 0 1rem 0; } }
  .lang-fr .flag-ca {
    right: 17.5rem; }
  @media screen and (max-width: 479px) {
    .lang-fr .flag-ca {
      display: none; } }
  .lang-fr .flag-ca + .top-navigation {
    right: 21rem; }

/*# sourceMappingURL=style.css.map */



/*--------------------------------------------------------------
# Overrides
--------------------------------------------------------------*/
body.postid-11107 aside#secondary, body.postid-11107 aside#wp_related_posts_widget,
body.postid-11121 aside#secondary, body.postid-11121 aside#wp_related_posts_widget,
body.postid-11110 aside#secondary, body.postid-11110 aside#wp_related_posts_widget,
body.postid-11120 aside#secondary, body.postid-11120 aside#wp_related_posts_widget,
body.postid-11107 #deadline-banner, body.postid-11121 #deadline-banner,
body.postid-11110 #deadline-banner, body.postid-11120 #deadline-banner {display:none;}

@media screen and (min-width: 992px) {
    body.postid-11107 .site-main,
    body.postid-11121 .site-main,
    body.postid-11110 .site-main,
    body.postid-11120 .site-main {margin: 0;}
}

#deadline-banner {
    background: #0097E6;
    color: #ffffff;
    text-align: center;
    padding: 2rem 0;
    font-size: 16px;
    line-height: 20px;
}
	
#deadline-banner a {
    color: #ffffff !important;
    text-decoration: underline;
}

@media (max-width: 767px){
    #deadline-banner {padding: 2.5rem 0;}
	#deadline-banner.fr {font-size:15px;}
}