@charset "utf-8"; /*!
 * TD Emerald Standards v1.11.1
 * Core framework & elements - with Emerald Standards components
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
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: 0;
  text-decoration: underline;
  text-decoration: underline 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-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  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;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -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: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #1c1c1c;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #038203;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #038203;
  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: 5px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.375;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  -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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  font-weight: normal;
  line-height: inherit;
  color: inherit;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #ccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 1.625rem;
}
h2,
.h2 {
  font-size: 1.375rem;
}
h3,
.h3 {
  font-size: 1.125rem;
}
h4,
.h4 {
  font-size: 1rem;
}
h5,
.h5 {
  font-size: 0.83rem;
}
h6,
.h6 {
  font-size: 0.8125rem;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 48em) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fdf2df;
}
.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;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase,
.initialism {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #ccc;
}
.text-primary {
  color: #1a5336;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0e2c1d;
}
.text-success {
  color: #1a5336;
}
a.text-success:hover,
a.text-success:focus {
  color: #0e2c1d;
}
.text-info {
  color: #1a5336;
}
a.text-info:hover,
a.text-info:focus {
  color: #0e2c1d;
}
.text-warning {
  color: #1c1c1c;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #030303;
}
.text-danger {
  color: #ae1100;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7b0c00;
}
.bg-primary {
  color: #fff;
}
.bg-primary {
  background-color: #1a5336;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0e2c1d;
}
.bg-success {
  background-color: #d8e4d7;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #bacfb9;
}
.bg-info {
  background-color: #d8e4d7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #bacfb9;
}
.bg-warning {
  background-color: #fdf2df;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fadfaf;
}
.bg-danger {
  background-color: #f7e8e9;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #eac2c5;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #f9f9f9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.375;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: ' ';
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 48em) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #f9f9f9;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.375;
  color: #ccc;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f9f9f9;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.375;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, 'Courier- New', monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 5px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 4px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.375;
  color: #616161;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before,
.container:after {
  display: table;
  content: ' ';
}
.container:after {
  clear: both;
}
@media (min-width: 48em) {
  .container {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .container {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: ' ';
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before,
.row:after {
  display: table;
  content: ' ';
}
.row:after {
  clear: both;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 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.33333%;
}
.col-xs-2 {
  width: 16.66667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333%;
}
.col-xs-5 {
  width: 41.66667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333%;
}
.col-xs-8 {
  width: 66.66667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-11 {
  width: 91.66667%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-pull-1 {
  right: 8.33333%;
}
.col-xs-pull-2 {
  right: 16.66667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333%;
}
.col-xs-pull-5 {
  right: 41.66667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333%;
}
.col-xs-pull-8 {
  right: 66.66667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333%;
}
.col-xs-pull-11 {
  right: 91.66667%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-push-1 {
  left: 8.33333%;
}
.col-xs-push-2 {
  left: 16.66667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333%;
}
.col-xs-push-5 {
  left: 41.66667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333%;
}
.col-xs-push-8 {
  left: 66.66667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333%;
}
.col-xs-push-11 {
  left: 91.66667%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-1 {
  margin-left: 8.33333%;
}
.col-xs-offset-2 {
  margin-left: 16.66667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333%;
}
.col-xs-offset-5 {
  margin-left: 41.66667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333%;
}
.col-xs-offset-8 {
  margin-left: 66.66667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333%;
}
.col-xs-offset-11 {
  margin-left: 91.66667%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
@media (min-width: 48em) {
  .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.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 64em) {
  .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.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  .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.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: rgba(0, 0, 0, 0);
}
table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 30px 15px;
  padding-bottom: 30px 15px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 30px 15px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ccc;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ccc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #d8e4d7;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #c9dac8;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d8e4d7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c9dac8;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fdf2df;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fce8c7;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f7e8e9;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f0d5d7;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 47.94em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #616161;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type='radio'],
input[type='checkbox'] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type='radio'][disabled],
input[type='radio'].disabled,
fieldset[disabled] input[type='radio'],
input[type='checkbox'][disabled],
input[type='checkbox'].disabled,
fieldset[disabled] input[type='checkbox'] {
  cursor: not-allowed;
}
input[type='file'] {
  display: block;
}
input[type='range'] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.375;
  color: #1c1c1c;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  color: #1c1c1c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #008a00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(0, 138, 0, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 138, 0, 0.6);
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #767676;
}
.form-control::-webkit-input-placeholder {
  color: #767676;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f9f9f9;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'].form-control,
  input[type='time'].form-control,
  input[type='datetime-local'].form-control,
  input[type='month'].form-control {
    line-height: 36px;
  }
  input[type='date'].input-sm,
  .input-group-sm input[type='date'],
  input[type='time'].input-sm,
  .input-group-sm input[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm input[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm input[type='month'] {
    line-height: 33px;
  }
  input[type='date'].input-lg,
  .input-group-lg input[type='date'],
  input[type='time'].input-lg,
  .input-group-lg input[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg input[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg input[type='month'] {
    line-height: 43px;
  }
}
.form-group {
  margin-bottom: 0;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type='radio'],
.radio-inline input[type='radio'],
.checkbox input[type='checkbox'],
.checkbox-inline input[type='checkbox'] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.input-lg {
  height: 43px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 43px;
  line-height: 43px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 43px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
.form-group-lg select.form-control {
  height: 43px;
  line-height: 43px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 43px;
  min-height: 38px;
  padding: 11px 15px;
  font-size: 16px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #1a5336;
}
.has-success .form-control {
  border-color: #1a5336;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #0e2c1d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #32a169;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #32a169;
}
.has-success .input-group-addon {
  color: #1a5336;
  background-color: #d8e4d7;
  border-color: #1a5336;
}
.has-success .form-control-feedback {
  color: #1a5336;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #1c1c1c;
}
.has-warning .form-control {
  border-color: #1c1c1c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #030303;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4f4f4f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4f4f4f;
}
.has-warning .input-group-addon {
  color: #1c1c1c;
  background-color: #fdf2df;
  border-color: #1c1c1c;
}
.has-warning .form-control-feedback {
  color: #1c1c1c;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #ae1100;
}
.has-error .form-control {
  border-color: #ae1100;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #7b0c00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff2c15;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff2c15;
}
.has-error .input-group-addon {
  color: #ae1100;
  background-color: #f7e8e9;
  border-color: #ae1100;
}
.has-error .form-control-feedback {
  color: #ae1100;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5c5c5c;
}
@media (min-width: 48em) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: ' ';
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 48em) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 48em) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 16px;
  }
}
@media (min-width: 48em) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #1c1c1c;
  background-color: #ff9500;
  border-color: #ff9500;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #1c1c1c;
  background-color: #c70;
  border-color: #804b00;
}
.btn-primary:hover {
  color: #1c1c1c;
  background-color: #c70;
  border-color: #c27100;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #1c1c1c;
  background-color: #c70;
  background-image: none;
  border-color: #c27100;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #1c1c1c;
  background-color: #a86200;
  border-color: #804b00;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ff9500;
  border-color: #ff9500;
}
.btn-primary .badge {
  color: #ff9500;
  background-color: #1c1c1c;
}
.btn-success {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #606060;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #545454;
  border-color: #212121;
}
.btn-success:hover {
  color: #fff;
  background-color: #545454;
  border-color: #424242;
}
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #545454;
  background-image: none;
  border-color: #424242;
}
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #424242;
  border-color: #212121;
}
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #6d6d6d;
  border-color: #606060;
}
.btn-success .badge {
  color: #6d6d6d;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #d8e4d7;
  border-color: #c9dac8;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #bacfb9;
  border-color: #7fa67c;
}
.btn-info:hover {
  color: #fff;
  background-color: #bacfb9;
  border-color: #a6c1a3;
}
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #bacfb9;
  background-image: none;
  border-color: #a6c1a3;
}
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #a6c1a3;
  border-color: #7fa67c;
}
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #d8e4d7;
  border-color: #c9dac8;
}
.btn-info .badge {
  color: #d8e4d7;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #038203;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #038203;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #ccc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
  width: 100%;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-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: 47.94em) {
  .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: 47.94em) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 47.94em) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 47.94em) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .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: 48em) and (max-width: 63.94em) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 64em) and (max-width: 74.94em) {
  .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: 64em) and (max-width: 74.94em) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 64em) and (max-width: 74.94em) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 64em) and (max-width: 74.94em) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 75em) {
  .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: 75em) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 75em) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 75em) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 47.94em) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 64em) and (max-width: 74.94em) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .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;
  }
}
@media print {
  a[href]:after {
    content: '';
  }
  @page {
    margin: 2cm 0.5cm;
  }
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
body {
  height: auto;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
html.lock-scroll body {
  height: 100%;
}
html.lock-scroll.active:not(.static),
html.lock-scroll.active:not(.static) body {
  overflow: hidden;
}
.img-wrapper-bleed {
  display: block;
  margin: 0 -15px 0;
}
.img-wrapper-bleed > img {
  width: 100%;
}
.td-lazee img {
  min-width: 1px;
  min-height: 1px;
}
.td-lazee img[data-src] {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.td-lazee img[data-src].loaded {
  opacity: 1;
  filter: alpha(opacity=100);
}
.td-no-focus-outline *:focus {
  outline: none !important;
}
a:focus,
button:focus,
input[type='submit']:focus {
  outline: 1px dotted #12422b;
  outline-offset: 1px;
}
.td-contentarea {
  margin: 0;
  padding: 0;
}
.td-contentarea > section,
footer {
  margin-top: 30px;
}
@media (max-width: 47.94em) {
  .td-contentarea > section,
  footer {
    margin-top: 25px;
  }
}
.td_rq_compare-table-sticky,
.td-expand-collapse-content + .td-divider {
  margin-top: 0 !important;
}
.td-contentarea > section.td-bg-light-gray,
.td-contentarea > section.td-bg-mint-green,
.td-contentarea > section.td-bg-light-gray-secondary,
.td-contentarea > section.td-bg-mint-green-secondary,
.td-contentarea > section.td-bg-dark-green,
.td-contentarea > section.td-bg-primary-green,
.td-contentarea > section.td-bg-white {
  padding-top: 30px;
  padding-bottom: 30px;
}
.td-contentarea > section.td-bg-light-gray + section.td-bg-light-gray,
.td-contentarea > section.td-bg-mint-green + section.td-bg-mint-green,
.td-contentarea
  > section.td-bg-light-gray-secondary
  + section.td-bg-light-gray-secondary,
.td-contentarea
  > section.td-bg-mint-green-secondary
  + section.td-bg-mint-green-secondary,
.td-contentarea > section.td-bg-dark-green + section.td-bg-dark-green,
.td-contentarea > section.td-bg-primary-green + section.td-bg-primary-green {
  margin-top: 0;
  padding-top: 0;
}
.td-image-block-with-copy.td-bg-light-gray,
.td-image-block-with-copy.td-bg-mint-green,
.td-image-block-with-copy.td-bg-light-gray-secondary,
.td-image-block-with-copy.td-bg-mint-green-secondary,
.td-image-block-with-copy.td-bg-dark-green,
.td-image-block-with-copy.td-bg-primary-green,
.td-image-block-right-with-copy.td-bg-light-gray,
.td-image-block-right-with-copy.td-bg-mint-green,
.td-image-block-right-with-copy.td-bg-light-gray-secondary,
.td-image-block-right-with-copy.td-bg-mint-green-secondary,
.td-image-block-right-with-copy.td-bg-dark-green,
.td-image-block-right-with-copy.td-bg-primary-green,
.td-table-with-image-left.td-bg-light-gray,
.td-table-with-image-left.td-bg-mint-green,
.td-table-with-image-left.td-bg-light-gray-secondary,
.td-table-with-image-left.td-bg-mint-green-secondary,
.td-table-with-image-left.td-bg-dark-green,
.td-table-with-image-left.td-bg-primary-green,
.td-table-with-image-right.td-bg-light-gray,
.td-table-with-image-right.td-bg-mint-green,
.td-table-with-image-right.td-bg-light-gray-secondary,
.td-table-with-image-right.td-bg-mint-green-secondary,
.td-table-with-image-right.td-bg-dark-green,
.td-table-with-image-right.td-bg-primary-green,
.td-filter-tool-results.td-bg-light-gray,
.td-filter-tool-results.td-bg-mint-green,
.td-filter-tool-results.td-bg-light-gray-secondary,
.td-filter-tool-results.td-bg-mint-green-secondary,
.td-filter-tool-results.td-bg-dark-green,
.td-filter-tool-results.td-bg-primary-green,
.td-tab-with-label.td-bg-light-gray,
.td-tab-with-label.td-bg-mint-green,
.td-tab-with-label.td-bg-light-gray-secondary,
.td-tab-with-label.td-bg-mint-green-secondary,
.td-tab-with-label.td-bg-dark-green,
.td-tab-with-label.td-bg-primary-green {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.td-fullwidth {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.td-fullwidth-gray {
  background: #f9f9f9;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.td-fullwidth-dark-gray {
  background: #e7e8f1;
}
.td-fullwidth-white {
  background: #fff;
}
.td-fullwidth-dark-green {
  background: #1a5336;
}
.td-fullwidth-primary-green {
  background: #008a00;
}
.td-fullwidth a:focus,
.td-fullwidth-gray a:focus {
  outline-style: dotted;
  outline-color: #038203;
  outline-width: 1px;
}
.td-fullwidth-dark-gray,
.td-fullwidth-gray,
.td-fullwidth-white,
.td-fullwidth-dark-green {
  padding: 50px 0;
  padding: 3.125rem 0;
}
.td-fullwidth-dark-gray:before,
.td-fullwidth-dark-gray:after,
.td-fullwidth-gray:before,
.td-fullwidth-gray:after,
.td-fullwidth-white:before,
.td-fullwidth-white:after,
.td-fullwidth-dark-green:before,
.td-fullwidth-dark-green:after {
  content: ' ';
  display: table;
}
.td-fullwidth-dark-gray:after,
.td-fullwidth-gray:after,
.td-fullwidth-white:after,
.td-fullwidth-dark-green:after {
  clear: both;
}
@media (max-width: 48em) {
  .td-fullwidth-dark-gray,
  .td-fullwidth-gray,
  .td-fullwidth-white,
  .td-fullwidth-dark-green {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .td-fullwidth {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .td-fullwidth-gray {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}
.td-bg-dark-green {
  background-color: #1a5336;
}
.td-bg-primary-green {
  background-color: #008a00;
}
.td-bg-white {
  background-color: #fff;
}
.td-bg-mint-green {
  background-color: #f9fcf4;
}
.td-bg-mint-green-secondary {
  background-color: #f6faf0;
}
.td-bg-light-gray {
  background-color: #f9f9f9;
}
.td-bg-light-gray-secondary {
  background-color: #f3f3f3;
}
html {
  font-size: 16px;
}
body {
  font-size: 15px;
  line-height: 1.5334;
  font-variant-ligatures: no-contextual;
}
b,
strong {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
body sup,
p sup,
div sup,
span sup {
  font-size: 0.625rem;
  top: -0.75em;
  vertical-align: baseline;
  position: relative;
}
sup a {
  font-weight: bold;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  text-decoration: none;
}
sup a:hover,
sup a:focus {
  text-decoration: underline;
}
h1,
.h1 {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  line-height: 1.308;
  color: #1a5336;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  letter-spacing: -0.5px;
}
h1 sup,
.h1 sup {
  font-size: 0.8125rem;
  top: -1rem;
}
h2,
.h2 {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  color: #1a5336;
  line-height: 1.41;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  letter-spacing: -0.5px;
}
h2 sup,
.h2 sup {
  font-size: 0.8125rem;
  top: -0.75rem;
}
h3,
.h3 {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  line-height: 1.556;
  margin-top: 1em;
  margin-bottom: 1em;
  letter-spacing: -0.5px;
}
h3 sup,
.h3 sup {
  font-size: 0.8125rem;
  top: -0.65rem;
}
h3.td-cta > a {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h3.td-cta > a > .td-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
h4,
.h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-weight: bold;
}
h5,
.h5 {
  margin-top: 1.67em;
  margin-bottom: 1.67em;
  font-weight: bold;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
}
small {
  font-size: 80%;
}
.td-legal-copy {
  font-size: 0.6875rem;
  line-height: 1.364;
}
.td-small-copy {
  font-size: 0.8125rem;
  line-height: 1.385;
}
pre {
  margin: 15px 0;
}
.td-container,
.container {
  position: relative;
}
.td-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.td-container:before,
.td-container:after {
  content: ' ';
  display: table;
}
.td-container:after {
  clear: both;
}
@media (min-width: 48em) {
  .td-container {
    width: 100%;
  }
}
@media (min-width: 64em) {
  .td-container {
    width: 100%;
  }
}
@media (min-width: 75em) {
  .td-container {
    width: 1200px;
  }
}
.td-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
.td-container-fluid:before,
.td-container-fluid:after {
  content: ' ';
  display: table;
}
.td-container-fluid:after {
  clear: both;
}
.td-row {
  margin-right: -15px;
  margin-left: -15px;
}
.td-row:before,
.td-row:after {
  content: ' ';
  display: table;
}
.td-row:after {
  clear: both;
}
comma-list,
comma-list,
.td-col-xs-1,
.td-col-xs-2,
.td-col-xs-3,
.td-col-xs-4,
.td-col-xs-5,
.td-col-xs-6,
.td-col-xs-7,
.td-col-xs-8,
.td-col-xs-9,
.td-col-xs-10,
.td-col-xs-11,
.td-col-xs-12,
comma-list,
.td-col-sm-1,
.td-col-sm-2,
.td-col-sm-3,
.td-col-sm-4,
.td-col-sm-5,
.td-col-sm-6,
.td-col-sm-7,
.td-col-sm-8,
.td-col-sm-9,
.td-col-sm-10,
.td-col-sm-11,
.td-col-sm-12,
comma-list,
.td-col-md-1,
.td-col-md-2,
.td-col-md-3,
.td-col-md-4,
.td-col-md-5,
.td-col-md-6,
.td-col-md-7,
.td-col-md-8,
.td-col-md-9,
.td-col-md-10,
.td-col-md-11,
.td-col-md-12,
comma-list,
.td-col-lg-1,
.td-col-lg-2,
.td-col-lg-3,
.td-col-lg-4,
.td-col-lg-5,
.td-col-lg-6,
.td-col-lg-7,
.td-col-lg-8,
.td-col-lg-9,
.td-col-lg-10,
.td-col-lg-11,
.td-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
comma-list,
.td-col-xs-1,
.td-col-xs-2,
.td-col-xs-3,
.td-col-xs-4,
.td-col-xs-5,
.td-col-xs-6,
.td-col-xs-7,
.td-col-xs-8,
.td-col-xs-9,
.td-col-xs-10,
.td-col-xs-11 {
  float: left;
}
.td-col-xs-1 {
  width: 8.33333%;
}
.td-col-xs-2 {
  width: 16.66667%;
}
.td-col-xs-3 {
  width: 25%;
}
.td-col-xs-4 {
  width: 33.33333%;
}
.td-col-xs-5 {
  width: 41.66667%;
}
.td-col-xs-6 {
  width: 50%;
}
.td-col-xs-7 {
  width: 58.33333%;
}
.td-col-xs-8 {
  width: 66.66667%;
}
.td-col-xs-9 {
  width: 75%;
}
.td-col-xs-10 {
  width: 83.33333%;
}
.td-col-xs-11 {
  width: 91.66667%;
}
.td-col-xs-12 {
  width: 100%;
}
.td-col-xs-pull-0 {
  right: auto;
}
.td-col-xs-pull-1 {
  right: 8.33333%;
}
.td-col-xs-pull-2 {
  right: 16.66667%;
}
.td-col-xs-pull-3 {
  right: 25%;
}
.td-col-xs-pull-4 {
  right: 33.33333%;
}
.td-col-xs-pull-5 {
  right: 41.66667%;
}
.td-col-xs-pull-6 {
  right: 50%;
}
.td-col-xs-pull-7 {
  right: 58.33333%;
}
.td-col-xs-pull-8 {
  right: 66.66667%;
}
.td-col-xs-pull-9 {
  right: 75%;
}
.td-col-xs-pull-10 {
  right: 83.33333%;
}
.td-col-xs-pull-11 {
  right: 91.66667%;
}
.td-col-xs-pull-12 {
  right: 100%;
}
.td-col-xs-push-0 {
  left: auto;
}
.td-col-xs-push-1 {
  left: 8.33333%;
}
.td-col-xs-push-2 {
  left: 16.66667%;
}
.td-col-xs-push-3 {
  left: 25%;
}
.td-col-xs-push-4 {
  left: 33.33333%;
}
.td-col-xs-push-5 {
  left: 41.66667%;
}
.td-col-xs-push-6 {
  left: 50%;
}
.td-col-xs-push-7 {
  left: 58.33333%;
}
.td-col-xs-push-8 {
  left: 66.66667%;
}
.td-col-xs-push-9 {
  left: 75%;
}
.td-col-xs-push-10 {
  left: 83.33333%;
}
.td-col-xs-push-11 {
  left: 91.66667%;
}
.td-col-xs-push-12 {
  left: 100%;
}
.td-col-xs-offset-0 {
  margin-left: 0;
}
.td-col-xs-offset-1 {
  margin-left: 8.33333%;
}
.td-col-xs-offset-2 {
  margin-left: 16.66667%;
}
.td-col-xs-offset-3 {
  margin-left: 25%;
}
.td-col-xs-offset-4 {
  margin-left: 33.33333%;
}
.td-col-xs-offset-5 {
  margin-left: 41.66667%;
}
.td-col-xs-offset-6 {
  margin-left: 50%;
}
.td-col-xs-offset-7 {
  margin-left: 58.33333%;
}
.td-col-xs-offset-8 {
  margin-left: 66.66667%;
}
.td-col-xs-offset-9 {
  margin-left: 75%;
}
.td-col-xs-offset-10 {
  margin-left: 83.33333%;
}
.td-col-xs-offset-11 {
  margin-left: 91.66667%;
}
.td-col-xs-offset-12 {
  margin-left: 100%;
}
@media (max-width: 47.94em) {
  .td-xs-full-bleed {
    margin-right: -15px;
    margin-left: -15px;
  }
  .td-xs-full-bleed:before,
  .td-xs-full-bleed:after {
    content: ' ';
    display: table;
  }
  .td-xs-full-bleed:after {
    clear: both;
  }
  .td-button-block-xs {
    display: block;
  }
}
@media (max-width: 63.94em) {
  .td-sm-full-bleed {
    margin-right: -15px;
    margin-left: -15px;
  }
  .td-sm-full-bleed:before,
  .td-sm-full-bleed:after {
    content: ' ';
    display: table;
  }
  .td-sm-full-bleed:after {
    clear: both;
  }
  .td-button-block-sm {
    display: block;
  }
}
@media (max-width: 64em) {
  .td-md-full-bleed {
    margin-right: -15px;
    margin-left: -15px;
  }
  .td-md-full-bleed:before,
  .td-md-full-bleed:after {
    content: ' ';
    display: table;
  }
  .td-md-full-bleed:after {
    clear: both;
  }
  .td-button-block-md {
    display: block;
  }
}
@media (min-width: 48em) {
  comma-list,
  .td-col-sm-1,
  .td-col-sm-2,
  .td-col-sm-3,
  .td-col-sm-4,
  .td-col-sm-5,
  .td-col-sm-6,
  .td-col-sm-7,
  .td-col-sm-8,
  .td-col-sm-9,
  .td-col-sm-10,
  .td-col-sm-11 {
    float: left;
  }
  .td-col-sm-1 {
    width: 8.33333%;
  }
  .td-col-sm-2 {
    width: 16.66667%;
  }
  .td-col-sm-3 {
    width: 25%;
  }
  .td-col-sm-4 {
    width: 33.33333%;
  }
  .td-col-sm-5 {
    width: 41.66667%;
  }
  .td-col-sm-6 {
    width: 50%;
  }
  .td-col-sm-7 {
    width: 58.33333%;
  }
  .td-col-sm-8 {
    width: 66.66667%;
  }
  .td-col-sm-9 {
    width: 75%;
  }
  .td-col-sm-10 {
    width: 83.33333%;
  }
  .td-col-sm-11 {
    width: 91.66667%;
  }
  .td-col-sm-12 {
    width: 100%;
  }
  .td-col-sm-pull-0 {
    right: auto;
  }
  .td-col-sm-pull-1 {
    right: 8.33333%;
  }
  .td-col-sm-pull-2 {
    right: 16.66667%;
  }
  .td-col-sm-pull-3 {
    right: 25%;
  }
  .td-col-sm-pull-4 {
    right: 33.33333%;
  }
  .td-col-sm-pull-5 {
    right: 41.66667%;
  }
  .td-col-sm-pull-6 {
    right: 50%;
  }
  .td-col-sm-pull-7 {
    right: 58.33333%;
  }
  .td-col-sm-pull-8 {
    right: 66.66667%;
  }
  .td-col-sm-pull-9 {
    right: 75%;
  }
  .td-col-sm-pull-10 {
    right: 83.33333%;
  }
  .td-col-sm-pull-11 {
    right: 91.66667%;
  }
  .td-col-sm-pull-12 {
    right: 100%;
  }
  .td-col-sm-push-0 {
    left: auto;
  }
  .td-col-sm-push-1 {
    left: 8.33333%;
  }
  .td-col-sm-push-2 {
    left: 16.66667%;
  }
  .td-col-sm-push-3 {
    left: 25%;
  }
  .td-col-sm-push-4 {
    left: 33.33333%;
  }
  .td-col-sm-push-5 {
    left: 41.66667%;
  }
  .td-col-sm-push-6 {
    left: 50%;
  }
  .td-col-sm-push-7 {
    left: 58.33333%;
  }
  .td-col-sm-push-8 {
    left: 66.66667%;
  }
  .td-col-sm-push-9 {
    left: 75%;
  }
  .td-col-sm-push-10 {
    left: 83.33333%;
  }
  .td-col-sm-push-11 {
    left: 91.66667%;
  }
  .td-col-sm-push-12 {
    left: 100%;
  }
  .td-col-sm-offset-0 {
    margin-left: 0;
  }
  .td-col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .td-col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .td-col-sm-offset-3 {
    margin-left: 25%;
  }
  .td-col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .td-col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .td-col-sm-offset-6 {
    margin-left: 50%;
  }
  .td-col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .td-col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .td-col-sm-offset-9 {
    margin-left: 75%;
  }
  .td-col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .td-col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .td-col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 64em) {
  comma-list,
  .td-col-md-1,
  .td-col-md-2,
  .td-col-md-3,
  .td-col-md-4,
  .td-col-md-5,
  .td-col-md-6,
  .td-col-md-7,
  .td-col-md-8,
  .td-col-md-9,
  .td-col-md-10,
  .td-col-md-11 {
    float: left;
  }
  .td-col-md-1 {
    width: 8.33333%;
  }
  .td-col-md-2 {
    width: 16.66667%;
  }
  .td-col-md-3 {
    width: 25%;
  }
  .td-col-md-4 {
    width: 33.33333%;
  }
  .td-col-md-5 {
    width: 41.66667%;
  }
  .td-col-md-6 {
    width: 50%;
  }
  .td-col-md-7 {
    width: 58.33333%;
  }
  .td-col-md-8 {
    width: 66.66667%;
  }
  .td-col-md-9 {
    width: 75%;
  }
  .td-col-md-10 {
    width: 83.33333%;
  }
  .td-col-md-11 {
    width: 91.66667%;
  }
  .td-col-md-12 {
    width: 100%;
  }
  .td-col-md-pull-0 {
    right: auto;
  }
  .td-col-md-pull-1 {
    right: 8.33333%;
  }
  .td-col-md-pull-2 {
    right: 16.66667%;
  }
  .td-col-md-pull-3 {
    right: 25%;
  }
  .td-col-md-pull-4 {
    right: 33.33333%;
  }
  .td-col-md-pull-5 {
    right: 41.66667%;
  }
  .td-col-md-pull-6 {
    right: 50%;
  }
  .td-col-md-pull-7 {
    right: 58.33333%;
  }
  .td-col-md-pull-8 {
    right: 66.66667%;
  }
  .td-col-md-pull-9 {
    right: 75%;
  }
  .td-col-md-pull-10 {
    right: 83.33333%;
  }
  .td-col-md-pull-11 {
    right: 91.66667%;
  }
  .td-col-md-pull-12 {
    right: 100%;
  }
  .td-col-md-push-0 {
    left: auto;
  }
  .td-col-md-push-1 {
    left: 8.33333%;
  }
  .td-col-md-push-2 {
    left: 16.66667%;
  }
  .td-col-md-push-3 {
    left: 25%;
  }
  .td-col-md-push-4 {
    left: 33.33333%;
  }
  .td-col-md-push-5 {
    left: 41.66667%;
  }
  .td-col-md-push-6 {
    left: 50%;
  }
  .td-col-md-push-7 {
    left: 58.33333%;
  }
  .td-col-md-push-8 {
    left: 66.66667%;
  }
  .td-col-md-push-9 {
    left: 75%;
  }
  .td-col-md-push-10 {
    left: 83.33333%;
  }
  .td-col-md-push-11 {
    left: 91.66667%;
  }
  .td-col-md-push-12 {
    left: 100%;
  }
  .td-col-md-offset-0 {
    margin-left: 0;
  }
  .td-col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .td-col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .td-col-md-offset-3 {
    margin-left: 25%;
  }
  .td-col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .td-col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .td-col-md-offset-6 {
    margin-left: 50%;
  }
  .td-col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .td-col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .td-col-md-offset-9 {
    margin-left: 75%;
  }
  .td-col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .td-col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .td-col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  comma-list,
  .td-col-lg-1,
  .td-col-lg-2,
  .td-col-lg-3,
  .td-col-lg-4,
  .td-col-lg-5,
  .td-col-lg-6,
  .td-col-lg-7,
  .td-col-lg-8,
  .td-col-lg-9,
  .td-col-lg-10,
  .td-col-lg-11 {
    float: left;
  }
  .td-col-lg-1 {
    width: 8.33333%;
  }
  .td-col-lg-2 {
    width: 16.66667%;
  }
  .td-col-lg-3 {
    width: 25%;
  }
  .td-col-lg-4 {
    width: 33.33333%;
  }
  .td-col-lg-5 {
    width: 41.66667%;
  }
  .td-col-lg-6 {
    width: 50%;
  }
  .td-col-lg-7 {
    width: 58.33333%;
  }
  .td-col-lg-8 {
    width: 66.66667%;
  }
  .td-col-lg-9 {
    width: 75%;
  }
  .td-col-lg-10 {
    width: 83.33333%;
  }
  .td-col-lg-11 {
    width: 91.66667%;
  }
  .td-col-lg-12 {
    width: 100%;
  }
  .td-col-lg-pull-0 {
    right: auto;
  }
  .td-col-lg-pull-1 {
    right: 8.33333%;
  }
  .td-col-lg-pull-2 {
    right: 16.66667%;
  }
  .td-col-lg-pull-3 {
    right: 25%;
  }
  .td-col-lg-pull-4 {
    right: 33.33333%;
  }
  .td-col-lg-pull-5 {
    right: 41.66667%;
  }
  .td-col-lg-pull-6 {
    right: 50%;
  }
  .td-col-lg-pull-7 {
    right: 58.33333%;
  }
  .td-col-lg-pull-8 {
    right: 66.66667%;
  }
  .td-col-lg-pull-9 {
    right: 75%;
  }
  .td-col-lg-pull-10 {
    right: 83.33333%;
  }
  .td-col-lg-pull-11 {
    right: 91.66667%;
  }
  .td-col-lg-pull-12 {
    right: 100%;
  }
  .td-col-lg-push-0 {
    left: auto;
  }
  .td-col-lg-push-1 {
    left: 8.33333%;
  }
  .td-col-lg-push-2 {
    left: 16.66667%;
  }
  .td-col-lg-push-3 {
    left: 25%;
  }
  .td-col-lg-push-4 {
    left: 33.33333%;
  }
  .td-col-lg-push-5 {
    left: 41.66667%;
  }
  .td-col-lg-push-6 {
    left: 50%;
  }
  .td-col-lg-push-7 {
    left: 58.33333%;
  }
  .td-col-lg-push-8 {
    left: 66.66667%;
  }
  .td-col-lg-push-9 {
    left: 75%;
  }
  .td-col-lg-push-10 {
    left: 83.33333%;
  }
  .td-col-lg-push-11 {
    left: 91.66667%;
  }
  .td-col-lg-push-12 {
    left: 100%;
  }
  .td-col-lg-offset-0 {
    margin-left: 0;
  }
  .td-col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .td-col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .td-col-lg-offset-3 {
    margin-left: 25%;
  }
  .td-col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .td-col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .td-col-lg-offset-6 {
    margin-left: 50%;
  }
  .td-col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .td-col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .td-col-lg-offset-9 {
    margin-left: 75%;
  }
  .td-col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .td-col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .td-col-lg-offset-12 {
    margin-left: 100%;
  }
}
.td-extend-horiz {
  padding-left: 0;
  padding-right: 0;
}
.td-extend-left {
  padding-left: 0;
}
.td-extend-right {
  padding-right: 0;
}
p a,
sup a,
sub a,
ul.td-list a,
ol.td-list a,
dl a,
a.td-link-inline {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
a:focus {
  outline: 1px dotted #12422b;
  outline-offset: 1px;
}
a.td-link-nounderline {
  text-decoration: none;
}
a.td-link-nounderline:hover,
a.td-link-nounderline:focus {
  text-decoration: none;
}
a.td-copy-black {
  color: #1c1c1c;
}
a.td-copy-black .td-link-lastword .td-icon-rightCaret:before {
  color: #1c1c1c;
}
a.td-copy-black .td-link-firstword .td-icon-leftCaret:before {
  color: #1c1c1c;
}
a.td-copy-black:hover,
a.td-copy-black:focus {
  color: #1c1c1c;
}
a.td-copy-black:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-black:focus .td-link-lastword .td-icon-rightCaret:before {
  color: #1c1c1c;
}
a.td-copy-black:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-black:focus .td-link-firsttword .td-icon-leftCaret:before {
  color: #1c1c1c;
}
a.td-copy-white {
  color: #fff;
}
a.td-copy-white .td-link-lastword .td-icon-rightCaret:before {
  color: #fff;
}
a.td-copy-white .td-link-firstword .td-icon-leftCaret:before {
  color: #fff;
}
a.td-copy-white:hover,
a.td-copy-white:focus {
  color: #fff;
}
a.td-copy-white:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-white:focus .td-link-lastword .td-icon-rightCaret:before {
  color: #fff;
}
a.td-copy-white:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-white:focus .td-link-firsttword .td-icon-leftCaret:before {
  color: #fff;
}
a.td-copy-gray {
  color: #616161;
}
a.td-copy-gray .td-link-lastword .td-icon-rightCaret:before {
  color: #616161;
}
a.td-copy-gray .td-link-firstword .td-icon-leftCaret:before {
  color: #616161;
}
a.td-copy-gray:hover,
a.td-copy-gray:focus {
  color: #616161;
}
a.td-copy-gray:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-gray:focus .td-link-lastword .td-icon-rightCaret:before {
  color: #616161;
}
a.td-copy-gray:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-gray:focus .td-link-firsttword .td-icon-leftCaret:before {
  color: #616161;
}
a.td-copy-green {
  color: #038203;
}
a.td-copy-green .td-link-lastword .td-icon-rightCaret:before {
  color: #038203;
}
a.td-copy-green .td-link-firstword .td-icon-leftCaret:before {
  color: #038203;
}
a.td-copy-green:hover,
a.td-copy-green:focus {
  color: #038203;
}
a.td-copy-green:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-green:focus .td-link-lastword .td-icon-rightCaret:before {
  color: #038203;
}
a.td-copy-green:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-green:focus .td-link-firsttword .td-icon-leftCaret:before {
  color: #038203;
}
a.td-copy-brightgreen {
  color: #5bd453;
}
a.td-copy-brightgreen .td-link-lastword .td-icon-rightCaret:before {
  color: #5bd453;
}
a.td-copy-brightgreen .td-link-firstword .td-icon-leftCaret:before {
  color: #5bd453;
}
a.td-copy-brightgreen:hover,
a.td-copy-brightgreen:focus {
  color: #5bd453;
}
a.td-copy-brightgreen:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-brightgreen:focus .td-link-lastword .td-icon-rightCaret:before {
  color: #5bd453;
}
a.td-copy-brightgreen:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-brightgreen:focus .td-link-firsttword .td-icon-leftCaret:before {
  color: #5bd453;
}
a.td-copy-lightgreen {
  color: #9ec2b1;
}
a.td-copy-lightgreen .td-link-lastword .td-icon-rightCaret:before {
  color: #9ec2b1;
}
a.td-copy-lightgreen .td-link-firstword .td-icon-leftCaret:before {
  color: #9ec2b1;
}
a.td-copy-lightgreen:hover,
a.td-copy-lightgreen:focus {
  color: #9ec2b1;
}
a.td-copy-lightgreen:hover .td-link-lastword .td-icon-rightCaret:before,
a.td-copy-lightgreen:focus .td-link-lastword .td-icon-rightCaret:before {
  color: #9ec2b1;
}
a.td-copy-lightgreen:hover .td-link-firsttword .td-icon-leftCaret:before,
a.td-copy-lightgreen:focus .td-link-firsttword .td-icon-leftCaret:before {
  color: #9ec2b1;
}
a.td-link-standalone,
a.td-link-back {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
a.td-link-standalone .td-link-lastword,
a.td-link-back .td-link-lastword {
  white-space: nowrap;
}
a.td-link-standalone .td-link-lastword:hover,
a.td-link-back .td-link-lastword:hover {
  text-decoration: none;
}
a.td-link-standalone .td-link-lastword .td-icon,
a.td-link-back .td-link-lastword .td-icon {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  vertical-align: middle;
  padding-left: 4px;
  padding-left: 0.25rem;
  color: #038203;
  font-size: 70%;
  position: relative;
  top: 0;
}
a.td-link-standalone .td-link-firstword,
a.td-link-back .td-link-firstword {
  white-space: nowrap;
}
a.td-link-standalone .td-link-firstword:hover,
a.td-link-back .td-link-firstword:hover {
  text-decoration: none;
}
a.td-link-standalone .td-link-firstword .td-icon,
a.td-link-back .td-link-firstword .td-icon {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  vertical-align: middle;
  padding-left: 4px;
  padding-left: 0.25rem;
  color: #038203;
  font-size: 70%;
  position: relative;
  top: -0.1em;
}
a.td-link-back {
  margin-top: 22px;
  margin-left: -6px;
}
a .td-link-lastword {
  white-space: nowrap;
}
a .td-link-lastword .td-icon {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  vertical-align: middle;
  padding-left: 4px;
  padding-left: 0.25rem;
  color: #038203;
  font-size: 70%;
  position: relative;
  top: 0;
}
a .td-link-back .td-icon-leftCaret:before {
  text-decoration: none;
}
a .td-link-back .td-icon-leftCaret:before:hover,
a .td-link-back .td-icon-leftCaret:before:focus {
  text-decoration: none;
}
a .td-link-standalone .td-link-lastword .td-icon {
  color: inherit;
}
.td-link-lastword .td-link-font-icon:after {
  font-size: 70%;
}
h2 .td-link-lastword .td-link-font-icon:after {
  font-size: 50%;
}
h3 .td-link-lastword .td-link-font-icon:after {
  font-size: 60%;
}
a.td-link-action,
a.td-link-previous {
  position: relative;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
a.td-link-action:before,
a.td-link-action:after,
a.td-link-previous:before,
a.td-link-previous:after {
  font-size: 70%;
  font-family: 'icons';
  vertical-align: middle;
  line-height: 1;
  width: 1em;
  text-align: center;
  display: inline-block;
}
a.td-link-action:hover::before,
a.td-link-action:hover::after,
a.td-link-previous:hover::before,
a.td-link-previous:hover::after {
  text-decoration: underline;
}
a.td-link-action:hover::before,
a.td-link-action:hover::after,
a.td-link-previous:hover::before,
a.td-link-previous:hover::after {
  text-decoration: none;
}
a.td-link-action::after {
  margin-left: 4px;
}
a.td-link-previous::before {
  margin-right: 6px;
  margin-left: -2px;
  position: relative;
  top: -0.1em;
}
.td-makeclickable {
  cursor: pointer;
}
a.td-cta {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
a.td-cta > .td-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
a.td-cta > .td-icon,
h3.td-cta > a > .td-icon {
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor,
    0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;
}
a.td-link-action::after,
a.td-link-previous::before,
a.td-link-standalone .td-link-lastword .td-icon::before,
a.td-link-back .td-link-firstword > .td-icon::before {
  text-shadow: 0.5px 0 0 currentColor, -0.5px 0 0 currentColor,
    0 0.5px 0 currentColor, 0 -0.5px 0 currentColor;
}
.td-divider {
  clear: both;
}
hr {
  margin: 0 auto;
}
hr.td-thin-divider-line-1 {
  border-top: 1px solid #ccc;
}
hr.td-thin-divider-line-2 {
  border-top: 1px solid #616161;
}
hr.td-thick-divider-line {
  border-top: 10px solid #f9f9f9;
}
hr.td-divider-green {
  width: 100%;
  border-top: 2px solid #008a00;
}
@media (min-width: 75em) {
  hr.td-divider-green {
    width: 50%;
  }
}
@media (min-width: 48em) and (max-width: 74.94em) {
  hr.td-divider-green {
    width: 60%;
  }
}
@media (max-width: 63.94em) {
  hr.td-divider-green {
    width: 80%;
  }
}
hr.td-thin-divider-full-width {
  width: 100%;
  border-top: 1px solid #ccc;
}
.td-vertical-divider-line-1 {
  border-right: solid 1px;
  border-color: #ccc;
}
.td-vertical-divider-line-2 {
  border-right: solid 1px;
  border-color: #616161;
}
@media (min-width: 48em) {
  .td-divide > *:not(:last-child) {
    border-right: solid 1px #fff;
  }
  .td-divide.light-gray > *:not(:last-child) {
    border-right: 1px #f9f9f9 solid;
  }
  .td-divide.dark-gray > *:not(:last-child) {
    border-right: 1px #ccc solid;
  }
  section > .td-divide:last-child,
  section > .td-container > .td-divide:last-child {
    margin-bottom: 0;
  }
}
input.td-button,
input.td-button-large,
input.td-button-compact,
input.td-button-super-compact {
  margin-bottom: 0;
}
.td-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.375;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.td-button:focus,
.td-button.focus,
.td-button:active:focus,
.td-button:active.focus,
.td-button.active:focus,
.td-button.active.focus {
  outline: 1px dotted #12422b;
  outline-offset: 1px;
}
.td-button:hover,
.td-button:focus,
.td-button.focus {
  color: #333;
  text-decoration: none;
}
.td-button:active,
.td-button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.td-button.disabled,
.td-button[disabled],
fieldset[disabled] .td-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.td-button.disabled,
fieldset[disabled] a.td-button {
  pointer-events: none;
}
.btn,
.td-button {
  padding: 8px 8px 8px 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  border-radius: 0;
  border-width: 1px;
  font-family: 'TD Graphik Medium';
  word-break: keep-all;
  white-space: normal;
  position: relative;
}
.btn .bold-button,
.td-button .bold-button {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.btn:active,
.btn.active,
.td-button:active,
.td-button.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.td-button.disabled,
.td-button[disabled],
fieldset[disabled] .td-button {
  opacity: 1;
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #dadada;
  border-width: 2px;
  padding: 7px 8px;
}
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
.td-button.disabled:hover,
.td-button.disabled:focus,
.td-button.disabled.focus,
.td-button[disabled]:hover,
.td-button[disabled]:focus,
.td-button[disabled].focus,
fieldset[disabled] .td-button:hover,
fieldset[disabled] .td-button:focus,
fieldset[disabled] .td-button.focus {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #dadada;
}
.btn::before,
.td-button::before {
  border-radius: 0;
  border: 2px solid #fff;
  bottom: -2px;
  content: '';
  display: block;
  left: -2px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: all 150ms ease-in-out;
}
.btn.focus::before,
.btn:focus::before,
.td-button.focus::before,
.td-button:focus::before {
  bottom: 3px;
  left: 3px;
  opacity: 0.75;
  right: 3px;
  top: 3px;
}
.btn:hover::before,
.td-button:hover::before {
  opacity: 0;
}
.btn span.td-icon,
.td-button span.td-icon {
  display: inline-block !important;
  text-align: left;
  vertical-align: middle;
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: -4px;
  color: inherit;
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .btn span.td-icon,
  .td-button span.td-icon {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.btn span.td-icon:before,
.td-button span.td-icon:before {
  line-height: 1;
  display: inline;
  padding-right: 15px;
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .btn span.td-icon:before,
  .td-button span.td-icon:before {
    padding-right: 7px;
  }
}
a.btn,
a.td-button {
  text-decoration: none;
}
a.btn:hover,
a.btn:focus,
a.btnactive,
a.td-button:hover,
a.td-button:focus,
a.td-buttonactive {
  text-decoration: none;
}
a.btn span.td-triggericon,
a.td-button span.td-triggericon {
  color: #fff;
}
.td-no-focus-outline .btn:focus::before,
.td-no-focus-outline .td-button:focus::before {
  opacity: 0;
}
.td-button-primary {
  color: #1c1c1c;
  background-color: #ff9500;
  border-color: #ff9500;
}
.td-button-primary:hover,
.td-button-primary.hover {
  outline: 0;
  color: #1c1c1c;
  background-color: #e37609;
}
.td-button-primary:focus {
  color: #1c1c1c;
  background-color: #ff9500;
  border-color: #ff9500;
  outline: #008a00 dotted 1px;
}
.td-button-primary:active,
.td-button-primary.active {
  color: #1c1c1c;
  background-color: #eca42e;
  border-color: #ff9500;
  outline: 0;
}
.td-button-primary a {
  color: #f9f9f9;
  text-decoration: none;
}
.td-button-primary.hover,
.td-button-primary:hover {
  border-color: #e37609;
}
.td-button-primary.active,
.td-button-primary:active {
  border-color: #eca42e;
}
.td-button-secondary {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00;
}
.td-button-secondary:hover,
.td-button-secondary.hover {
  outline: 0;
  color: #fff;
  background-color: #0d7c16;
}
.td-button-secondary:focus {
  color: #fff;
  background-color: #008a00;
  border-color: #008a00;
  outline: #1c1c1c dotted 1px;
}
.td-button-secondary:active,
.td-button-secondary.active {
  color: #fff;
  background-color: #1a9630;
  border-color: #008a00;
  outline: 0;
}
.td-button-secondary.hover,
.td-button-secondary:hover {
  border-color: #0d7c16;
}
.td-button-secondary.active,
.td-button-secondary:active {
  border-color: #1a9630;
}
.td-button-dark-green {
  color: #fff;
  background-color: #1a5336;
  border-color: #1a5336;
}
.td-button-dark-green:hover,
.td-button-dark-green.hover {
  outline: 0;
  color: #fff;
  background-color: #14422c;
}
.td-button-dark-green:focus {
  color: #fff;
  background-color: #1a5336;
  border-color: #1a5336;
  outline: #008a00 dotted 1px;
}
.td-button-dark-green:active,
.td-button-dark-green.active {
  color: #fff;
  background-color: #30654b;
  border-color: #1a5336;
  outline: 0;
}
.td-button-clear-green {
  color: #038203;
  background-color: rgba(0, 0, 0, 0);
  border-color: #008a00;
  border-width: 2px;
  padding: 7px 8px;
}
.td-button-clear-green:hover,
.td-button-clear-green.hover {
  outline: 0;
  color: #008a00;
  background-color: #ebebeb;
}
.td-button-clear-green:focus {
  color: #038203;
  background-color: rgba(0, 0, 0, 0);
  border-color: #008a00;
  outline: #008a00 dotted 1px;
}
.td-button-clear-green:active,
.td-button-clear-green.active {
  color: #008a00;
  background-color: #dadada;
  border-color: #008a00;
  outline: 0;
}
.td-button-clear-green::before {
  border-color: #008a00;
}
.td-button-transparent {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  border-width: 2px;
  padding: 7px 8px;
}
.td-button-transparent:hover,
.td-button-transparent.hover {
  outline: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.td-button-transparent:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  outline: #1c1c1c dotted 1px;
}
.td-button-transparent:active,
.td-button-transparent.active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-color: #fff;
  outline: 0;
}
.td-button-transparent::before {
  opacity: 0.55;
}
.td-button-disabled {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #dadada;
  cursor: not-allowed;
  pointer-events: none;
}
.td-button-block {
  display: block;
  width: 100%;
}
.td-button-block + .td-button-block {
  margin-top: 5px;
}
input[type='submit'].td-button-block,
input[type='reset'].td-button-block,
input[type='button'].td-button-block {
  width: 100%;
}
.td-icon {
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.td-icon-overdraftProtection:before {
  content: '';
}
.td-icon-mixedPortfolio:before {
  content: '';
}
.td-icon-exit:before {
  content: '';
}
.td-icon-balance:before {
  content: '';
}
.td-icon-dayFinances:before {
  content: '';
}
.td-icon-dynamicPreformance:before {
  content: '';
}
.td-icon-easySafety:before {
  content: '';
}
.td-icon-growth:before {
  content: '';
}
.td-icon-growthIncome:before {
  content: '';
}
.td-icon-income:before {
  content: '';
}
.td-icon-incomeGrowth:before {
  content: '';
}
.td-icon-na:before {
  content: '';
}
.td-icon-noSaving:before {
  content: '';
}
.td-icon-savePortion:before {
  content: '';
}
.td-icon-saveWhenever:before {
  content: '';
}
.td-icon-slowSteady:before {
  content: '';
}
.td-icon-AccidentSickness:before {
  content: '';
}
.td-icon-FileAClaim:before {
  content: '';
}
.td-icon-GetAQuote:before {
  content: '';
}
.td-icon-GetAQuote02:before {
  content: '';
}
.td-icon-IRA:before {
  content: '';
}
.td-icon-Login:before {
  content: '';
}
.td-icon-MBNARewards:before {
  content: '';
}
.td-icon-TD:before {
  content: '';
}
.td-icon-TDApp:before {
  content: '';
}
.td-icon-TDEasyWeb:before {
  content: '';
}
.td-icon-TDShield:before {
  content: '';
}
.td-icon-TDdirectInvesting:before {
  content: '';
}
.td-icon-TDwealth:before {
  content: '';
}
.td-icon-accidentReports:before {
  content: '';
}
.td-icon-accounts:before {
  content: '';
}
.td-icon-activateCard:before {
  content: '';
}
.td-icon-aeroplan:before {
  content: '';
}
.td-icon-all:before {
  content: '';
}
.td-icon-allCalculatorTools:before {
  content: '';
}
.td-icon-allProducts:before {
  content: '';
}
.td-icon-applyForFunding:before {
  content: '';
}
.td-icon-approved:before {
  content: '';
}
.td-icon-arrowLeft:before {
  content: '';
}
.td-icon-arrowRight:before {
  content: '';
}
.td-icon-atm:before {
  content: '';
}
.td-icon-atv:before {
  content: '';
}
.td-icon-auto:before {
  content: '';
}
.td-icon-avatar:before {
  content: '';
}
.td-icon-balanceTransfer:before {
  content: '';
}
.td-icon-banking:before {
  content: '';
}
.td-icon-bath:before {
  content: '';
}
.td-icon-bed:before {
  content: '';
}
.td-icon-bicycle:before {
  content: '';
}
.td-icon-bookAppointment:before {
  content: '';
}
.td-icon-bookAtBranch:before {
  content: '';
}
.td-icon-borrowing:before {
  content: '';
}
.td-icon-borrowingSolutions:before {
  content: '';
}
.td-icon-branch:before {
  content: '';
}
.td-icon-branchATM:before {
  content: '';
}
.td-icon-business:before {
  content: '';
}
.td-icon-businessOwner:before {
  content: '';
}
.td-icon-cantFindTopic:before {
  content: '';
}
.td-icon-car:before {
  content: '';
}
.td-icon-careers:before {
  content: '';
}
.td-icon-cashBack:before {
  content: '';
}
.td-icon-cashFinances:before {
  content: '';
}
.td-icon-certificateDeposit:before {
  content: '';
}
.td-icon-chat:before {
  content: '';
}
.td-icon-checkMark:before {
  content: '';
}
.td-icon-chequeing:before {
  content: '';
}
.td-icon-chequeing2:before {
  content: '';
}
.td-icon-circle:before {
  content: '';
}
.td-icon-claims:before {
  content: '';
}
.td-icon-close:before {
  content: '';
}
.td-icon-coinsHigh:before {
  content: '';
}
.td-icon-coinsLow:before {
  content: '';
}
.td-icon-coinsMiddle:before {
  content: '';
}
.td-icon-collapse:before {
  content: '';
}
.td-icon-communityNonprofit:before {
  content: '';
}
.td-icon-condo:before {
  content: '';
}
.td-icon-contactUs:before {
  content: '';
}
.td-icon-corporateResponsibility:before {
  content: '';
}
.td-icon-coverage:before {
  content: '';
}
.td-icon-coverageExtra:before {
  content: '';
}
.td-icon-coverageMandatory:before {
  content: '';
}
.td-icon-coverageModify:before {
  content: '';
}
.td-icon-coverageSpecial:before {
  content: '';
}
.td-icon-creditProtection:before {
  content: '';
}
.td-icon-creditcards:before {
  content: '';
}
.td-icon-customers:before {
  content: '';
}
.td-icon-dashboard:before {
  content: '';
}
.td-icon-debt-en:before {
  content: '';
}
.td-icon-debt-fr:before {
  content: '';
}
.td-icon-debtConsolidation:before {
  content: '';
}
.td-icon-delete:before {
  content: '';
}
.td-icon-discount:before {
  content: '';
}
.td-icon-distributionGuide:before {
  content: '';
}
.td-icon-downCaret:before {
  content: '';
}
.td-icon-download:before {
  content: '';
}
.td-icon-downloadCertificate:before {
  content: '';
}
.td-icon-earthquake:before {
  content: '';
}
.td-icon-economics:before {
  content: '';
}
.td-icon-edit2:before {
  content: '';
}
.td-icon-edits:before {
  content: '';
}
.td-icon-email:before {
  content: '';
}
.td-icon-employees:before {
  content: '';
}
.td-icon-error:before {
  content: '';
}
.td-icon-exchangeRateForCash:before {
  content: '';
}
.td-icon-exchangeRateForNonCash:before {
  content: '';
}
.td-icon-expand:before {
  content: '';
}
.td-icon-facebook:before {
  content: '';
}
.td-icon-faqs:before {
  content: '';
}
.td-icon-feedback:before {
  content: '';
}
.td-icon-filter:before {
  content: '';
}
.td-icon-findAcreditcard:before {
  content: '';
}
.td-icon-findTaxEfficiencies:before {
  content: '';
}
.td-icon-firstVehicle:before {
  content: '';
}
.td-icon-flexibleMortgageFeatures:before {
  content: '';
}
.td-icon-forms:before {
  content: '';
}
.td-icon-fraud:before {
  content: '';
}
.td-icon-generateIncome:before {
  content: '';
}
.td-icon-geolocation:before {
  content: '';
}
.td-icon-gicTermDeposits:before {
  content: '';
}
.td-icon-government:before {
  content: '';
}
.td-icon-growMyMoney:before {
  content: '';
}
.td-icon-growYourBusiness:before {
  content: '';
}
.td-icon-growingFamily:before {
  content: '';
}
.td-icon-hamburger:before {
  content: '';
}
.td-icon-handicap:before {
  content: '';
}
.td-icon-help:before {
  content: '';
}
.td-icon-home:before {
  content: '';
}
.td-icon-homeEquityFlexline:before {
  content: '';
}
.td-icon-homepage:before {
  content: '';
}
.td-icon-hours:before {
  content: '';
}
.td-icon-house:before {
  content: '';
}
.td-icon-howTo:before {
  content: '';
}
.td-icon-identityTheft:before {
  content: '';
}
.td-icon-inbox:before {
  content: '';
}
.td-icon-information:before {
  content: '';
}
.td-icon-insights:before {
  content: '';
}
.td-icon-instagram:before {
  content: '';
}
.td-icon-insurance:before {
  content: '';
}
.td-icon-international:before {
  content: '';
}
.td-icon-investTradeOnline:before {
  content: '';
}
.td-icon-investing:before {
  content: '';
}
.td-icon-investingPlatforms:before {
  content: '';
}
.td-icon-investmentTransfers:before {
  content: '';
}
.td-icon-investorRelations:before {
  content: '';
}
.td-icon-languagesSpoken:before {
  content: '';
}
.td-icon-leftCaret:before {
  content: '';
}
.td-icon-life:before {
  content: '';
}
.td-icon-lineOfCredit:before {
  content: '';
}
.td-icon-linkedin:before {
  content: '';
}
.td-icon-location:before {
  content: '';
}
.td-icon-location-coverage:before {
  content: '';
}
.td-icon-locationFeatures:before {
  content: '';
}
.td-icon-logout:before {
  content: '';
}
.td-icon-lowInterest:before {
  content: '';
}
.td-icon-maintenance:before {
  content: '';
}
.td-icon-makeAMajorPurchase:before {
  content: '';
}
.td-icon-manageBusiness:before {
  content: '';
}
.td-icon-manageMoney:before {
  content: '';
}
.td-icon-mapMarker:before {
  content: '';
}
.td-icon-mapMarkerFilled:before {
  content: '';
}
.td-icon-marine:before {
  content: '';
}
.td-icon-mortgages:before {
  content: '';
}
.td-icon-motorHome:before {
  content: '';
}
.td-icon-motorcycle:before {
  content: '';
}
.td-icon-mutualFunds:before {
  content: '';
}
.td-icon-myAdvantage:before {
  content: '';
}
.td-icon-myPolicies:before {
  content: '';
}
.td-icon-myTD:before {
  content: '';
}
.td-icon-navigateVolatility:before {
  content: '';
}
.td-icon-newCouple:before {
  content: '';
}
.td-icon-newHome:before {
  content: '';
}
.td-icon-newPage:before {
  content: '';
}
.td-icon-newToCanada:before {
  content: '';
}
.td-icon-noFee:before {
  content: '';
}
.td-icon-offers:before {
  content: '';
}
.td-icon-oilDamage:before {
  content: '';
}
.td-icon-onlinePreapproval:before {
  content: '';
}
.td-icon-orderByPhone:before {
  content: '';
}
.td-icon-orderCashOnline:before {
  content: '';
}
.td-icon-orderStatus:before {
  content: '';
}
.td-icon-overlayLink:before {
  content: '';
}
.td-icon-payBillOnline:before {
  content: '';
}
.td-icon-payBills:before {
  content: '';
}
.td-icon-payUSBill:before {
  content: '';
}
.td-icon-paymentsTransfers:before {
  content: '';
}
.td-icon-pending:before {
  content: '';
}
.td-icon-person:before {
  content: '';
}
.td-icon-personal:before {
  content: '';
}
.td-icon-pinterest:before {
  content: '';
}
.td-icon-preciousMetals:before {
  content: '';
}
.td-icon-preferredAutoVendors:before {
  content: '';
}
.td-icon-prepaidCard:before {
  content: '';
}
.td-icon-priceTag:before {
  content: '';
}
.td-icon-printer:before {
  content: '';
}
.td-icon-products:before {
  content: '';
}
.td-icon-question:before {
  content: '';
}
.td-icon-quote:before {
  content: '';
}
.td-icon-readyCommitment:before {
  content: '';
}
.td-icon-registeredAccounts:before {
  content: '';
}
.td-icon-registrationPasswords:before {
  content: '';
}
.td-icon-renters:before {
  content: '';
}
.td-icon-renters-fr:before {
  content: '';
}
.td-icon-replacementCard:before {
  content: '';
}
.td-icon-requestCertificate:before {
  content: '';
}
.td-icon-retirementPlanning:before {
  content: '';
}
.td-icon-rightCaret:before {
  content: '';
}
.td-icon-saveForSchool:before {
  content: '';
}
.td-icon-savingAndInvesting:before {
  content: '';
}
.td-icon-savings:before {
  content: '';
}
.td-icon-search:before {
  content: '';
}
.td-icon-secondVehicle:before {
  content: '';
}
.td-icon-secureBtn:before {
  content: '';
}
.td-icon-selectADate:before {
  content: '';
}
.td-icon-sendFeedback:before {
  content: '';
}
.td-icon-sendMoney:before {
  content: '';
}
.td-icon-sendMoneyInternationally:before {
  content: '';
}
.td-icon-share:before {
  content: '';
}
.td-icon-shopping:before {
  content: '';
}
.td-icon-smallBusiness:before {
  content: '';
}
.td-icon-snowmobile:before {
  content: '';
}
.td-icon-solutions:before {
  content: '';
}
.td-icon-star:before {
  content: '';
}
.td-icon-startClaim:before {
  content: '';
}
.td-icon-startOver:before {
  content: '';
}
.td-icon-startingUp:before {
  content: '';
}
.td-icon-startingUp-fr:before {
  content: '';
}
.td-icon-student:before {
  content: '';
}
.td-icon-successionPlanning:before {
  content: '';
}
.td-icon-superlock:before {
  content: '';
}
.td-icon-swapLocations:before {
  content: '';
}
.td-icon-switchToTDMortgage:before {
  content: '';
}
.td-icon-takeAPhoto:before {
  content: '';
}
.td-icon-taxFreeAccounts:before {
  content: '';
}
.td-icon-tdInsuranceCard:before {
  content: '';
}
.td-icon-tdRewards:before {
  content: '';
}
.td-icon-toOurCustomers:before {
  content: '';
}
.td-icon-todaysRates:before {
  content: '';
}
.td-icon-tools:before {
  content: '';
}
.td-icon-tooltip:before {
  content: '';
}
.td-icon-trade:before {
  content: '';
}
.td-icon-tradingAccounts:before {
  content: '';
}
.td-icon-transfer:before {
  content: '';
}
.td-icon-transit:before {
  content: '';
}
.td-icon-travel:before {
  content: '';
}
.td-icon-travelRewards:before {
  content: '';
}
.td-icon-truck:before {
  content: '';
}
.td-icon-tutorials:before {
  content: '';
}
.td-icon-twitter:before {
  content: '';
}
.td-icon-unexpectedExpenses:before {
  content: '';
}
.td-icon-unsureHome:before {
  content: '';
}
.td-icon-upCaret:before {
  content: '';
}
.td-icon-usDollar:before {
  content: '';
}
.td-icon-vacation:before {
  content: '';
}
.td-icon-vendor:before {
  content: '';
}
.td-icon-walking:before {
  content: '';
}
.td-icon-warning:before {
  content: '';
}
.td-icon-watchlists:before {
  content: '';
}
.td-icon-waterDamage:before {
  content: '';
}
.td-icon-wealthAdvise:before {
  content: '';
}
.td-icon-webBroker:before {
  content: '';
}
.td-icon-whatsNew:before {
  content: '';
}
.td-icon-wifi:before {
  content: '';
}
.td-icon-workplace:before {
  content: '';
}
.td-icon-youngAndSingle:before {
  content: '';
}
.td-icon-youthAccount:before {
  content: '';
}
.td-icon-youtube:before {
  content: '';
}
.td-nav-primary nav > ul > li.login .td-icon:before,
.td-nav-primary
  .td-quick-access
  .login
  .td-icon:not(.expand):not(.collapse):before,
.td-header-mobile .td-section-right nav ul li.login a .td-icon:before,
.td-header-mobile .td-login .td-icon.login:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.login:before {
  content: '';
}
.td-nav-primary .td-quick-access ul > li.profile .profile-avatar.td-icon:before,
.td-header-mobile .profile .profile-avatar.td-icon:before,
.td-nav-mobile-menu-header
  .td-nav-mobile-menu-title
  .profile
  .profile-avatar.td-icon:before {
  content: '';
}
.td-tab-with-label-icon .td-icon.td-icon-car-placeholder:before {
  content: '';
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content .td-icon:before,
ul.td-nav-mobile-menu-list ul.td-accordion-content .td-icon.selected:before {
  content: '';
}
ul.td-list li:before {
  content: '';
}
.td-nav-primary
  .td-nav-desktop-search
  .td-desktop-search-hide-btn
  .td-icon:before,
.td-nav-mobile-menu-header .td-mobile-menu-close .td-icon:before {
  content: '';
}
.td-utility-toggle li.td-dropdown .td-icon.expand:before,
.td-nav-primary .td-dropdown .td-icon.expand:before,
.td-header-mobile .profile .td-icon.expand:before,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand:before {
  content: '';
}
footer .td-footer-content .td-footer-social .td-icon-facebookIcon:before {
  content: '';
}
.td-nav-primary .td-quick-access .help .td-icon:before {
  content: '';
}
.td-tab-with-label-icon .td-icon.td-icon-home-placeholder:before {
  content: '';
}
a.td-link-previous::before,
.td-header-mobile .td-mobile-back-button-icon .td-icon:before {
  content: '';
}
.td-tab-with-label-icon .td-icon.td-icon-life-placeholder:before {
  content: '';
}
.td-nav-primary .td-quick-access .find-us .td-icon:before {
  content: '';
}
.td-nav-primary .td-quick-access .logout .td-icon:before,
.td-header-mobile .td-login .td-icon.logout:before,
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.logout:before {
  content: '';
}
.td-tab-with-label-icon .td-icon.td-icon-motorcycle-placeholder:before {
  content: '';
}
.td-tab-with-label-icon .td-icon.td-icon-products-placeholder:before {
  content: '';
}
a.td-link-action::after {
  content: '';
}
.td-nav-primary .td-quick-access .search .td-icon:before,
.td-nav-primary
  .td-nav-desktop-search
  .td-search-box
  .td-search-icon
  .td-icon:before,
.td-nav-mobile-menu-search .td-search-icon .td-icon:before {
  content: '';
}
.td-tab-with-label-icon .td-icon.td-icon-travel-placeholder:before {
  content: '';
}
footer .td-footer-content .td-footer-social .td-icon-twitterIcon:before {
  content: '';
}
.td-utility-toggle li.td-dropdown .td-icon.collapse:before,
.td-nav-primary .td-dropdown-active .td-icon.collapse:before,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse:before {
  content: '';
}
footer .td-footer-content .td-footer-social .td-icon-youtubeLogo:before {
  content: '';
}
.td-icon-wrapper {
  display: inline-block;
  text-align: center;
  position: relative;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.td-icon-wrapper.td-interactive-icon {
  text-decoration: none;
  outline: 0;
  border: solid 2px #bdbdbd;
}
.td-icon-wrapper.td-interactive-icon.clicked {
  background-color: #008a00;
  border-color: #008a00;
}
.td-icon-wrapper.td-interactive-icon.clicked .td-icon {
  color: #fff;
}
.td-icon-wrapper.td-interactive-icon.icon-small {
  border-width: 1px;
}
.td-icon-wrapper.td-interactive-icon.icon-regular {
  border-width: 2px;
}
.td-icon-wrapper.td-interactive-icon.icon-medium {
  border-width: 2px;
}
.td-icon-wrapper.td-interactive-icon.icon-large {
  border-width: 3px;
}
.td-icon-wrapper.td-interactive-icon .td-icon {
  color: #008a00;
}
.td-icon-wrapper.td-interactive-icon:hover,
.td-icon-wrapper.td-interactive-icon:focus {
  border-color: #008a00;
}
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:hover,
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:focus {
  border-color: #008a00;
  background-color: #008a00;
}
.td-icon-wrapper.td-interactive-icon:active {
  border-color: #008a00;
  background-color: #008a00;
  outline: 0;
}
.td-icon-wrapper.td-interactive-icon:active .td-icon {
  color: #fff;
}
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen {
  border-color: #008a00;
}
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen .td-icon {
  color: #fff;
}
.td-icon-wrapper.td-interactive-icon.td-background-darkgreen:active {
  background-color: #008a00;
}
.td-icon-wrapper.td-interactive-icon.td-background-brightgreen {
  background-color: #008a00;
  border: 0;
}
.td-icon-wrapper.td-interactive-icon.td-background-orange {
  background-color: #ff9500;
  border: 0;
}
.td-icon-wrapper .td-icon {
  color: #008a00;
  line-height: 1.42857;
}
.td-icon-wrapper.icon-small {
  height: 30px;
  width: 30px;
}
.td-icon-wrapper.icon-small .td-icon {
  font-size: 21px;
}
.td-icon-wrapper.icon-regular {
  height: 50px;
  width: 50px;
}
.td-icon-wrapper.icon-regular .td-icon {
  font-size: 35px;
}
.td-icon-wrapper.icon-medium {
  height: 75px;
  width: 75px;
}
.td-icon-wrapper.icon-medium .td-icon {
  font-size: 50px;
}
.td-icon-wrapper.icon-large {
  height: 100px;
  width: 100px;
}
.td-icon-wrapper.icon-large .td-icon {
  font-size: 70px;
}
.td-icon-wrapper.icon-xlarge {
  height: 150px;
  width: 150px;
}
.td-icon-wrapper.icon-xlarge .td-icon {
  font-size: 100px;
}
.td-icon-wrapper.td-background-darkgreen {
  border-color: #008a00;
}
.td-icon-wrapper.td-background-darkgreen .td-icon {
  color: #fff;
}
.td-icon-wrapper.td-background-darkgreen.td-icon-border-dark {
  border-color: #1a5336;
}
.td-icon {
  font-family: icons;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: relative;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.td-icon.icon-small {
  font-size: 20px;
  line-height: 1;
}
.td-icon.icon-regular {
  font-size: 35px;
  line-height: 1;
}
.td-icon.icon-medium {
  font-size: 70px;
  line-height: 1;
}
.td-icon.icon-large {
  font-size: 140px;
  line-height: 1;
}
.td-icon:before {
  width: 1em;
  text-align: center;
  display: inline-block;
}
.td-icon.td-icon-variable-width:before {
  width: auto;
}
.td-icon-colour-primary {
  color: #1a5336;
}
@media aural {
  .td-icon {
    speak: none;
  }
}
a .td-icon {
  text-decoration: none;
}
a.td-icon-link,
.td-icon-wrapper.td-background-darkgreen {
  text-decoration: none;
}
.td-icon-wrapper:hover .td-icon:not(:hover) {
  color: #008a00;
}
.td-icon-wrapper:hover.td-background-darkgreen .td-icon:not(:hover) {
  border-color: #008a00;
  color: #fff;
}
.td-icon-wrapper:active.td-background-darkgreen .td-icon:not(:hover) {
  background-color: #008a00;
}
.td-icon.td-icon-sort::before,
.td-icon.td-icon-sort::after {
  border-left: 0.25em solid transparent;
  border-right: 0.25em solid transparent;
  content: '';
  display: inline-block;
  width: auto;
  margin-left: 0.25em;
  margin-right: 0.25em;
  transition: all 150ms ease-in-out;
}
.td-icon.td-icon-sort::before {
  border-bottom: 0.25em solid currentColor;
  margin-bottom: 0.5em;
}
.td-icon.td-icon-sort::after {
  border-top: 0.25em solid currentColor;
  position: absolute;
  bottom: 0.185em;
  left: 0;
}
.td-icon.td-icon-sort.td-icon-sort-asc::after {
  opacity: 0.35;
}
.td-icon.td-icon-sort.td-icon-sort-desc::before {
  opacity: 0.35;
}
.td-icon.td-icon-sort.td-icon-variable-width::before,
.td-icon.td-icon-sort.td-icon-variable-width::after {
  margin-left: 0;
  margin-right: 0;
}
.table th {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.table > thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.table > thead th {
  background-color: #f9f9f9;
}
.table > thead > tr > th,
.table > thead > tr > td {
  padding: 15px;
}
.table.td-table-align-middle td,
.table.td-table-align-middle th {
  vertical-align: middle;
}
.table-bordered {
  border-left: 0;
  border-right: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom: 1px solid #ccc;
}
.table-bordered td:first-child,
.table-bordered th:first-child {
  border-left: 0;
}
.table-bordered td:last-child,
.table-bordered th:last-child {
  border-right: 0;
}
@media screen and (max-width: 47.94em) {
  .table-responsive {
    border: 0;
  }
}
[data-collapse] > :nth-child(even) {
  display: none;
}
[data-collapse] .open + * {
  display: block;
}
[data-collapse] > [aria-haspopup='true']:focus {
  outline: 0;
  color: #008a00;
  text-decoration: underline;
}
a.td-link-toggle,
.td-link-toggle a {
  text-decoration: none;
}
@media (min-width: 48em) {
  h1.td-link-toggle + * {
    margin-left: 35px;
  }
  h2.td-link-toggle + * {
    margin-left: 40px;
  }
  h3.td-link-toggle + * {
    margin-left: 32px;
  }
  h4.td-link-toggle + * {
    margin-left: 24px;
  }
  h5.td-link-toggle + * {
    margin-left: 18px;
  }
  h6.td-link-toggle + * {
    margin-left: 16px;
  }
  *.td-link-toggle.td-noindent + * {
    margin-left: 0;
  }
}
a.td-button-secondary span.td-triggericon:before {
  color: #fff;
}
span.td-triggericon {
  position: relative;
  width: 1em;
  overflow: hidden;
  text-shadow: none;
  display: inline-block;
  margin-top: -0.5em;
  vertical-align: middle;
}
span.td-triggericon:before {
  font-style: normal;
  font-weight: 300;
  font-variant: normal;
  font-size: 125%;
  text-transform: none;
  content: '+';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1a5336;
  display: block;
  visibility: visible;
}
span.td-triggericon-expanded:before {
  content: '\2212' !important;
}
@media aural {
  span.td-triggericon {
    speak: none;
  }
  span.td-triggericon:before {
    speak: none;
  }
}
.td-button span.td-triggericon {
  width: auto;
  float: left;
  margin-top: -2px;
  padding-right: 10px;
}
ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ul.td-list {
  list-style: none;
  padding-left: 20px;
  text-align: left;
}
ul.td-list li:before {
  color: #038203;
  font-family: 'icons';
  font-size: 7px;
  font-size: 0.4375rem;
  margin-top: -3px;
  margin-left: -19px;
  padding-right: 13px;
  vertical-align: middle;
  display: inline-block;
}
ul.td-list li {
  margin-bottom: 8px;
  margin-top: 5px;
}
@media (max-width: 47.94em) {
  ul.td-list li {
    margin-bottom: 5px;
  }
}
ul.td-list li li {
  margin-bottom: 8px;
}
ol.td-list {
  padding-left: 15px;
  text-align: left;
}
ol.td-list li {
  padding-left: 8px;
  margin-bottom: 8px;
  margin-top: 5px;
}
@media (max-width: 47.94em) {
  ol.td-list li {
    margin-bottom: 5px;
  }
}
ol.td-list li li {
  margin-bottom: 8px;
}
.td-list-links {
  list-style: none;
  padding: 0;
}
.td-list-links li {
  margin-bottom: 15px;
}
.td-list-links li a {
  text-decoration: none;
  color: #027602;
  padding: 5px 0;
}
.td-list-links li a:hover,
.td-list-links li a:focus {
  text-decoration: underline;
}
.td-list-links li a:hover .td-link-lastword,
.td-list-links li a:focus .td-link-lastword {
  color: #038203;
}
.td-list-links li a .td-link-lastword {
  white-space: nowrap;
}
.td-list-links li a .td-link-lastword .td-icon {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  vertical-align: middle;
  padding-left: 4px;
  padding-left: 0.25rem;
  color: #038203;
  font-size: 70%;
  position: relative;
  top: 0;
}
.td-list-links.td-link-nohover a:hover,
.td-list-links.td-link-nohover a:focus {
  text-decoration: none;
}
.td-list-links.td-link-nohover a:hover .td-link-lastword,
.td-list-links.td-link-nohover a:focus .td-link-lastword {
  white-space: nowrap;
}
.td-list-links.td-link-nohover a:hover .td-link-lastword .td-icon,
.td-list-links.td-link-nohover a:focus .td-link-lastword .td-icon {
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e623';
  vertical-align: middle;
  padding-left: 4px;
  padding-left: 0.25rem;
  color: #038203;
  font-size: 70%;
  position: relative;
  top: 0;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.td-tabs-carousel .td-icon.td-icon-arrowRight,
.td-tabs-carousel .td-icon.td-icon-arrowLeft {
  font-weight: bold;
}
.td-background-color-gray {
  background: #f3f3f8;
}
.td-tabs-carousel-container .td-height-85 {
  height: 85px;
}
.td-tabs-carousel-container .td-width-85 {
  width: 85px;
}
.td-tabs-carousel-container .td-tabs-carousel {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
  display: none !important;
}
@media (max-width: 47.94em) {
  .td-tabs-carousel-container .td-tabs-carousel .td-icon-xs-center {
    padding-top: 2px;
    padding-left: 2px;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container .td-tabs-carousel {
    width: 700px;
  }
  .td-tabs-carousel-container .td-tabs-carousel .td-icon-sm-center {
    padding-top: 8px;
  }
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    display: block !important;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container .td-tabs-carousel {
    width: 700px;
  }
  .td-tabs-carousel-container .td-tabs-carousel .td-icon-md-center {
    padding-top: 8px;
    padding-left: 3px;
  }
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    display: block !important;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container .td-tabs-carousel {
    width: 700px;
  }
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    display: block !important;
  }
}
.td-tabs-carousel-container .td-tabs-carousel .slick-list {
  box-sizing: border-box;
  margin-right: 1px;
}
.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  background: 0;
  border: solid 1px transparent;
  border-bottom: 0;
  margin-right: 1px;
  text-align: center;
  cursor: pointer;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content.icon-link {
  padding: 0 15px;
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content.icon-link {
    padding: 0 10px;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content {
  box-sizing: border-box;
  width: 100%;
  color: #038203;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1.3rem;
  padding: 20px 5px 20px 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content {
    padding: 20px 5px;
  }
}
@media (min-width: 30em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content.content-icon {
  height: auto;
  padding: 15px 5px 15px 5px;
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content.content-icon {
    padding: 20px 5px 20px 5px;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon {
  color: #008a00;
  display: block;
  font-size: 36px;
  font-size: 2.25rem;
}
@media (min-width: 30em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .label {
  margin: 0;
  padding: 0;
  color: #616161;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 30em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-align-top {
  position: absolute;
  top: 0;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-align-middle {
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-align-bottom {
  position: absolute;
  bottom: 0;
}
.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab .separator {
  position: absolute;
  left: -2px;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 56%;
  width: 1px;
  background: #d9d9d9;
  visibility: visible;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab:first-child
  .separator {
  visibility: hidden;
}
.td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  letter-spacing: -0.7px;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab:hover
  .label {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
  border: solid 1px #bdbdbd;
  border-bottom: 0;
  background: #fff;
  letter-spacing: -0.5px;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  + .td-tabs-carousel-tab
  .separator {
  visibility: hidden;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .separator {
  visibility: hidden;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content {
  color: #616161;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content
  .td-icon {
  color: #616161;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content
  .td-icon-green {
  color: #008a00;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content
  .label {
  color: #1c1c1c;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on:focus {
  outline-style: dotted;
  outline-color: #038203;
  outline-width: 1px;
  margin-top: 1px;
}
.td-tabs-carousel-container
  .td-tabs-carousel.fixed-tab-height
  .td-tabs-carousel-tab {
  height: 85px;
}
@media (min-width: 30em) {
  .td-tabs-carousel-container
    .td-tabs-carousel.fixed-tab-height
    .td-tabs-carousel-tab {
    height: 85px;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel.fixed-tab-height
    .td-tabs-carousel-tab {
    height: 130px;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container
    .td-tabs-carousel.fixed-tab-height
    .td-tabs-carousel-tab {
    height: 168px;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container
    .td-tabs-carousel.fixed-tab-height
    .td-tabs-carousel-tab {
    height: 200px;
  }
}
@media (max-width: 63.94em) {
  .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab:hover {
    letter-spacing: -0.4px;
  }
  .td-tabs-carousel-container .td-tabs-carousel .td-tabs-carousel-tab--on {
    letter-spacing: -0.4px !important;
  }
}
.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
  border: 0;
  color: #008a00;
  outline: 0;
  background: 0;
  margin: 0;
  padding: 0;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 30em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    font-size: 46.08px;
    font-size: 2.88rem;
    line-height: 46.08px;
    line-height: 2.88rem;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow {
    font-size: 46.08px;
    font-size: 2.88rem;
    line-height: 46.08px;
    line-height: 2.88rem;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel
  button.slick-arrow.slick-disabled {
  display: none !important;
}
.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
  position: absolute;
}
@media (min-width: 30em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
    left: -40px;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
    left: -40px;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
    left: -50px;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-prev {
    left: -75px;
  }
}
.td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
  position: absolute;
}
@media (min-width: 30em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
    right: -40px;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
    right: -40px;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
    right: -50px;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container .td-tabs-carousel button.slick-arrow.slick-next {
    right: -75px;
  }
}
.td-tabs-carousel-container .accessibility-instructions {
  position: absolute;
  top: -999px;
  overflow: hidden;
  width: 1px;
  height: 1px;
}
.td-tabs-carousel-container .td-tabs-carousel-content {
  box-sizing: border-box;
  display: block;
  border-top: solid 1px #ccc;
  margin-top: -1px;
  padding-top: 15px;
}
.td-tabs-carousel-container .td-tabs-carousel-content h3 {
  margin-top: 0;
}
@media (min-width: 48em) {
  .td-tabs-carousel-container .td-tabs-carousel-icons {
    width: 610px;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container .td-tabs-carousel-icons {
    width: 784px;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container .td-tabs-carousel-icons {
    width: 784px;
  }
}
.td-tabs-carousel-container .td-tabs-carousel-icons .td-tabs-carousel-tab {
  margin-right: 0;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content {
  padding-top: 0;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon-wrapper,
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon-wrapper
  .td-icon {
  -webkit-transition: background 0.1s linear, opacity 0.1s linear,
    color 0.1s linear, border 0.1s linear;
  -moz-transition: background 0.1s linear, opacity 0.1s linear,
    color 0.1s linear, border 0.1s linear;
  -ms-transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear,
    border 0.1s linear;
  -o-transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear,
    border 0.1s linear;
  transition: background 0.1s linear, opacity 0.1s linear, color 0.1s linear,
    border 0.1s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon-wrapper:active {
  background-color: #008a00;
  border-color: #008a00;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon-wrapper:active
  .td-icon {
  color: white;
}
@media (min-width: 75em) {
  .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon-wrapper:hover {
    border-color: #008a00;
    background-color: #008a00;
  }
  .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon:hover {
    color: #fff;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon {
  color: #008a00;
  display: block;
  margin-bottom: 0;
  font-size: 48px;
  font-size: 3rem;
}
@media (min-width: 30em) {
  .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 48em) {
  .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 64em) {
  .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (min-width: 75em) {
  .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon {
    font-size: 48px;
    font-size: 3rem;
  }
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  p {
  margin-top: 5px;
  line-height: 1.2rem;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .separator {
  display: none;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
  background: 0;
  border-color: transparent;
}
.td-tabs-carousel-container .td-tabs-carousel-icons button.slick-arrow {
  top: 33%;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons.td-tabs-carousel-disabled
  .td-tabs-carousel-tab {
  height: auto;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons.td-tabs-carousel-disabled
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content {
  position: relative;
  padding: 0;
}
.td-tabs-carousel-container
  .td-tabs-carousel-icons.td-tabs-carousel-disabled
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  p {
  margin-top: 5px;
  margin-bottom: 20px;
}
li.td-tabs-carousel-tab.td-tabs-carousel-tab-no-borders:hover {
  letter-spacing: 0 !important;
}
.td-tabs-carousel-tab-content .td-icon {
  margin-bottom: 5px;
}
.td-tabs-carousel-content.hidden[style*='display: block;'] {
  display: block !important;
}
.td-video-player .video-js .vjs-custom-overlay {
  padding: 0;
}
.video-start-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 66, 43, 0.8);
}
.td-video-end-slate {
  background: rgba(18, 66, 43, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.td-video-end-slate .end-slate-centre-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  text-align: center;
  margin: 0 auto;
}
.td-video-end-slate .end-slate-centre-content .vjs-restart-control {
  width: 67px;
  height: 75px;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}
.td-video-end-slate .end-slate-centre-content .vjs-restart-control:before {
  display: none !important;
}
.td-video-end-slate
  .end-slate-centre-content
  .vjs-restart-control
  .vjs-control-text {
  visibility: hidden;
  font-size: 0;
}
.td-video-end-slate .end-slate-centre-content .vjs-restart-control img {
  width: 100%;
  height: 100%;
}
.td-video-end-slate .end-slate-centre-content .td-cta-buttons {
  width: 100%;
  margin-top: 50px;
}
.td-video-end-slate .end-slate-centre-content .td-cta-buttons button {
  display: inline-block;
  width: 168px;
  height: 40px;
  font-size: 19px;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  text-wrap: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0 14px;
}
.td-video-end-slate
  .end-slate-centre-content
  .td-cta-buttons
  button.td-button-primary {
  background-color: #ff9500;
  border: solid 1px #ff9500;
}
.td-video-end-slate
  .end-slate-centre-content
  .td-cta-buttons
  button.td-button-primary:hover {
  background-color: #ae4a13;
}
.td-video-end-slate
  .end-slate-centre-content
  .td-cta-buttons
  button.td-button-secondary {
  border: solid 1px white;
}
.td-video-end-slate
  .end-slate-centre-content
  .td-cta-buttons
  button.td-button-secondary:hover {
  border: solid 1px #1a5336;
}
.td-video-end-slate .end-slate-bottom-content {
  width: 100%;
  position: absolute;
  bottom: 7%;
  left: 50%;
  -ms-transform: translate(-50%, -7%);
  -webkit-transform: translate(-50%, -7%);
  transform: translate(-50%, -7%);
  text-align: center;
}
.td-video-end-slate .td-share {
  position: relative;
  margin: 35px auto 0 auto;
}
.td-video-end-slate .td-share a .td-interactive-icon {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 0 15px;
  background-color: transparent;
}
.td-video-end-slate .td-share a .td-interactive-icon:hover {
  background-color: #008a00;
}
.td-video-end-slate .td-share a .td-interactive-icon .td-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 32px;
}
.td-video-player.xs .td-video-end-slate .vjs-restart-control {
  width: 26px;
  height: 29px;
}
.td-video-player.xs .td-video-end-slate .td-cta-buttons {
  margin-top: 14px;
}
.td-video-player.xs .td-video-end-slate .td-cta-buttons button {
  width: 97px;
  height: 27px;
  margin: 0 5px;
  font-size: 12px;
}
.td-video-player.xs .td-video-end-slate .td-share {
  margin-top: 15px;
}
.td-video-player.xs .td-video-end-slate .td-share a .td-interactive-icon {
  width: 27px;
  height: 27px;
  margin: 0 4px;
}
.td-video-player.xs
  .td-video-end-slate
  .td-share
  a
  .td-interactive-icon
  .td-icon {
  font-size: 16px;
}
.td-video-player.sm .td-video-end-slate .vjs-restart-control {
  width: 57px;
  height: 63px;
}
.td-video-player.sm .td-video-end-slate .td-cta-buttons {
  margin-top: 27px;
}
.td-video-player.sm .td-video-end-slate .td-cta-buttons button {
  width: 161px;
  height: 44px;
  margin: 0 13px;
  font-size: 17px;
}
.td-video-player.sm .td-video-end-slate .td-share {
  margin-top: 25px;
}
.td-video-player.sm .td-video-end-slate .td-share a .td-interactive-icon {
  width: 50px;
  height: 50px;
  margin: 0 9px;
}
.td-video-player.sm
  .td-video-end-slate
  .td-share
  a
  .td-interactive-icon
  .td-icon {
  font-size: 24px;
}
.td-video-player.md .td-video-end-slate .td-share a .td-interactive-icon {
  width: 56px;
  height: 56px;
  margin: 0 12px;
}
.td-video-player.md
  .td-video-end-slate
  .td-share
  a
  .td-interactive-icon
  .td-icon {
  font-size: 28px;
}
.td-video-player .video-js:not(.vjs-has-started) .vjs-big-play-button {
  margin-top: -1.5em;
}
.td-video-player .video-js:not(.vjs-has-started) .vjs-dock-text {
  position: relative;
  text-align: center;
  background: transparent;
  padding: 0;
  width: 100%;
  height: 100%;
}
.td-video-player
  .video-js:not(.vjs-has-started)
  .vjs-dock-text
  .vjs-dock-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 50px;
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
}
.td-video-player
  .video-js:not(.vjs-has-started)
  .vjs-dock-text
  .vjs-dock-description {
  display: none;
}
legend {
  font-size: 16px;
}
.form-control {
  box-shadow: none;
  height: auto;
}
.form-control:focus {
  border-color: #dadada;
  box-shadow: none;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
}
.form-group .input-group {
  position: relative;
}
.form-group .input-group .input-group-addon {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.form-group .input-group .form-control ~ .input-group-addon {
  left: auto;
  right: 15px;
}
.form-group .input-group .form-control {
  padding-left: 30px;
  padding-right: 35px;
}
.form-group.form-group-padding {
  padding-top: 10px;
  padding-bottom: 15px;
}
.form-control {
  height: 42px;
  border-width: 1px;
  padding: 3px 15px;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  font-size: 0.9375rem;
}
.form-control[type='radio'],
.form-control[type='checkbox'] {
  height: auto;
}
.form-control:focus,
.form-control:hover:not([disabled]) {
  border-bottom-width: 3px;
  padding-bottom: 1px;
  border-bottom-color: #008a00;
  outline: 0;
}
.form-control:-moz-placeholder {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  opacity: 1;
}
.form-control::-moz-placeholder {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  opacity: 1;
}
.form-control::-webkit-input-placeholder {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  opacity: 1;
}
fieldset[disabled] .form-control:hover {
  border-bottom-width: 1px;
  padding-bottom: 3px;
  border-bottom-color: #dadada;
}
label + .form-control,
label + .input-group {
  margin-top: 10px;
}
textarea.form-control {
  height: auto;
  resize: none;
  padding-top: 6px;
}
.td-select {
  position: relative;
}
.td-select select {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -ms-user-select: none;
  appearance: none;
  padding-right: 34px;
}
.td-select select::-ms-expand {
  display: none;
}
.td-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1c1c1c;
}
.td-select select:focus::-ms-value {
  background-color: white;
  color: #000;
}
.td-select select.form-control[disabled] {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
}
.td-select::after {
  content: '';
  pointer-events: none;
  position: absolute;
  font-size: 0.625em;
  line-height: 1;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.5em;
  top: 45%;
  right: 1.2em;
  color: #fff;
  border: 3px solid #dadada;
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-color: #1c1c1c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.td-select:hover::after {
  border-color: #008a00;
}
.td-select.select-disabled:hover::after {
  border-color: #1c1c1c;
}
label + .td-select {
  margin-top: 10px;
}
.radio,
.checkbox {
  display: block;
  padding-left: 40px;
  margin: 11px 0 0 0;
}
.radio label,
.checkbox label {
  display: inline-block;
  height: 100%;
  padding: 1px 0 0 0;
  margin: 0 0 8px 0;
}
.radio label::after,
.checkbox label::after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 11px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.radio input[type='radio'],
.checkbox input[type='checkbox'] {
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 10px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: solid 2px #008a00;
  width: 20px;
  height: 20px;
  outline: 0;
  cursor: pointer;
}
.radio input[type='radio']::-ms-check,
.checkbox input[type='checkbox']::-ms-check {
  border: solid 2px #008a00;
}
@-moz-document url-prefix() {
  .radio input[type='radio'],
  .checkbox input[type='checkbox'] {
    left: -1000px;
  }
  .radio input[type='radio'] + label::before,
  .checkbox input[type='checkbox'] + label::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 10px;
    width: 20px;
    height: 20px;
    border: solid 2px #008a00;
  }
}
.radio input[type='radio']:hover,
.checkbox input[type='checkbox']:hover {
  background-color: #f9f9f9;
}
.radio input[type='radio']:hover::-ms-check,
.checkbox input[type='checkbox']:hover::-ms-check {
  background-color: #f9f9f9;
}
@-moz-document url-prefix() {
  .radio input[type='radio']:hover + label::before,
  .checkbox input[type='checkbox']:hover + label::before {
    background-color: #f9f9f9;
  }
}
.radio input[type='radio']:checked,
.checkbox input[type='checkbox']:checked {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-size: 18px 18px;
  background-color: #008a00;
  background-position: center;
}
.radio input[type='radio']:checked::-ms-check,
.checkbox input[type='checkbox']:checked::-ms-check {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-size: 18px 16px;
  background-position: center;
  background-color: #008a00;
  color: transparent;
}
@-moz-document url-prefix() {
  .radio input[type='radio']:checked + label::before,
  .checkbox input[type='checkbox']:checked + label::before {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2219%22%20height%3D%2216%22%20viewBox%3D%220%200%2019%2016%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%2300a22e%3B%0A%20%20%20%20%20%20%20%20stroke%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%202px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%20%20filter%3A%20url(%23filter)%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%20%20%3Cfilter%20id%3D%22filter%22%20x%3D%222666%22%20y%3D%225985%22%20width%3D%2219%22%20height%3D%2216%22%20filterUnits%3D%22userSpaceOnUse%22%3E%0A%20%20%20%20%20%20%3CfeFlood%20result%3D%22flood%22%20flood-color%3D%22%23fff%22%2F%3E%0A%20%20%20%20%20%20%3CfeComposite%20result%3D%22composite%22%20operator%3D%22in%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%20%20%3CfeBlend%20result%3D%22blend%22%20in2%3D%22SourceGraphic%22%2F%3E%0A%20%20%20%20%3C%2Ffilter%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(-2666%20-5985)%22%20style%3D%22fill%3A%20%2300a22e%3B%20filter%3A%20url(%23filter)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22checkmark%22%20class%3D%22cls-1%22%20d%3D%22M2673.31%2C5997.34l-0.78-.81%2C7.76-8.09%2C0.78%2C0.81Zm-3.85-4.11%2C0.82-.78%2C3.81%2C4.02-0.82.78Z%22%20style%3D%22stroke%3A%20inherit%3B%20filter%3A%20none%3B%20fill%3A%20inherit%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cuse%20transform%3D%22translate(-2666%20-5985)%22%20xlink%3Ahref%3D%22%23checkmark%22%20style%3D%22stroke%3A%20%23fff%3B%20filter%3A%20none%3B%20fill%3A%20none%22%2F%3E%0A%3C%2Fsvg%3E%0A');
    background-size: auto;
    background-position: right 80% top 50%;
    background-color: #008a00;
  }
}
.radio input[type='radio']:focus,
.checkbox input[type='checkbox']:focus {
  outline: 1px dotted #12422b;
  outline-offset: 1px;
}
@-moz-document url-prefix() {
  .radio input[type='radio']:focus + label::before,
  .checkbox input[type='checkbox']:focus + label::before {
    outline: 1px dotted #12422b;
    outline-offset: 1px;
  }
}
.radio input[type='radio']:disabled,
.checkbox input[type='checkbox']:disabled {
  border-color: #dadada;
  background-color: #f9f9f9;
  cursor: not-allowed;
  opacity: 1;
}
.radio input[type='radio']:disabled::-ms-check,
.checkbox input[type='checkbox']:disabled::-ms-check {
  border-color: #dadada;
}
@-moz-document url-prefix() {
  .radio input[type='radio']:disabled + label::before,
  .checkbox input[type='checkbox']:disabled + label::before {
    border-color: #dadada;
    background-color: #f9f9f9;
    cursor: not-allowed;
  }
}
fieldset[disabled] .radio input[type='radio']::-ms-check,
fieldset[disabled] .checkbox input[type='checkbox']::-ms-check {
  border-color: #dadada;
}
fieldset[disabled] select.form-control {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
}
.checkbox input[type='checkbox'] {
  border-radius: 0;
}
.radio input[type='radio'] {
  border-radius: 50%;
}
.radio input[type='radio']::-ms-check {
  border-radius: 50%;
}
@-moz-document url-prefix() {
  .radio input[type='radio'] + label::before {
    border-radius: 50%;
  }
}
.radio input[type='radio']:checked {
  border-width: 5px;
  background: white;
}
.radio input[type='radio']:checked::-ms-check {
  border-width: 5px;
  background: white;
}
@-moz-document url-prefix() {
  .radio input[type='radio']:checked + label::before {
    border-width: 5px;
    background: white;
  }
}
.td-multi-single-select-buttons {
  font-family: 'TD Graphik Medium';
  margin-top: 5px;
}
.td-multi-single-select-buttons legend {
  margin-bottom: 10px;
}
.td-multi-single-select-buttons .td-multi-single-select-button-wrapper {
  display: inline-block;
  position: relative;
  float: left;
  padding: 0 20px 15px 0;
  margin: 0;
}
@media (max-width: 47.94em) {
  .td-multi-single-select-buttons .td-multi-single-select-button-wrapper {
    min-width: 100%;
    padding-right: 0;
  }
}
.td-multi-single-select-buttons input[type='radio'],
.td-multi-single-select-buttons input[type='checkbox'] {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.td-multi-single-select-buttons input[type='radio']::-ms-check,
.td-multi-single-select-buttons input[type='checkbox']::-ms-check {
  border: 0;
  background: transparent;
}
.td-multi-single-select-buttons label {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  float: left;
  cursor: pointer;
  background: #fff;
  text-align: center;
  border: 2px solid #038203;
  border-radius: 0;
  padding: 4px 56px 6px 56px;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
  width: auto;
  min-width: 100%;
  height: 100%;
}
.td-multi-single-select-buttons input[type='radio']:hover + label,
.td-multi-single-select-buttons input[type='checkbox']:hover + label,
.td-multi-single-select-buttons input[type='radio']:focus + label,
.td-multi-single-select-buttons input[type='checkbox']:focus + label {
  background: #f9fcf4;
}
.td-multi-single-select-buttons input[type='radio']:checked:focus + label,
.td-multi-single-select-buttons input[type='checkbox']:checked:focus + label {
  outline: 1px dotted #999;
}
.td-multi-single-select-buttons input[type='radio']:checked + label,
.td-multi-single-select-buttons input[type='checkbox']:checked + label {
  color: #fff;
  background: #038203;
}
.td-multi-single-select-buttons input[type='radio']:disabled + label,
.td-multi-single-select-buttons input[type='checkbox']:disabled + label {
  color: #ccc;
  background-color: #f3f3f3;
  border-color: #dadada;
}
.td-multi-single-select-buttons input[type='radio']:disabled + label:hover,
.td-multi-single-select-buttons input[type='checkbox']:disabled + label:hover {
  cursor: default;
}
.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented
  .td-multi-single-select-button-wrapper {
  height: 42px;
  width: 50%;
  min-width: 50%;
  padding: 0;
}
.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented
  .td-multi-single-select-button-wrapper
  label {
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0;
  border-right: 0;
}
.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented
  .td-multi-single-select-button-wrapper:first-child
  label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.td-multi-single-select-buttons.td-multi-single-select-buttons-segmented
  .td-multi-single-select-button-wrapper:last-child
  label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 2px solid #038203;
}
legend {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
  display: block;
  margin-bottom: 0;
  border: 0;
  color: #1c1c1c;
}
@media (min-width: 48em) {
  .form-inline label + .form-control,
  .form-inline label + .input-group,
  .form-inline label + .td-select {
    margin-top: 0;
  }
  .form-inline .radio input[type='radio'],
  .form-inline .checkbox input[type='checkbox'] {
    position: absolute;
  }
}
.has-error .form-control {
  color: #ae1100;
  border-bottom-width: 3px;
  padding-bottom: 1px;
  border-color: #dadada;
  border-bottom-color: #ae1100;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:hover,
.has-error .form-control:focus {
  border-bottom-color: #ae1100;
}
.has-error .form-control:focus {
  border-color: #dadada;
  border-bottom-color: #ae1100;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline-style: dotted;
  outline-color: #038203;
  outline-width: 1px;
}
.has-error .td-select::after {
  border-color: #ae1100;
}
.has-error .radio input:not(:checked),
.has-error .checkbox input:not(:checked) {
  border-color: #ae1100;
  background-color: #f7e8e9;
}
.has-error .radio input:not(:checked)::-ms-check,
.has-error .checkbox input:not(:checked)::-ms-check {
  border-color: #ae1100;
  background-color: #f7e8e9;
}
@-moz-document url-prefix() {
  .has-error .radio input:not(:checked) + label::before,
  .has-error .checkbox input:not(:checked) + label::before {
    border-color: #ae1100;
    background-color: #f7e8e9;
  }
}
.has-error .radio label,
.has-error .checkbox label {
  color: #1c1c1c;
}
.td-error {
  color: #ae1100;
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 4px 0;
}
.td-error .td-error-symbol {
  font-family: 'TD Graphik Medium', Helvetica-, droid sans, sans-serif;
}
.td-error .td-error-symbol::before {
  content: '! ';
}
@-ms-viewport {
  width: auto;
}
@media (min-width: 0) {
  .td-xs-centered {
    text-align: center;
  }
  .td-xs-left {
    text-align: left;
  }
  .td-xs-right {
    text-align: right;
  }
}
@media (min-width: 48em) {
  .td-sm-centered {
    text-align: center;
  }
  .td-sm-left {
    text-align: left;
  }
  .td-sm-right {
    text-align: right;
  }
}
@media (min-width: 64em) {
  .td-md-centered {
    text-align: center;
  }
  .td-md-left {
    text-align: left;
  }
  .td-md-right {
    text-align: right;
  }
}
@media (min-width: 75em) {
  .td-lg-centered {
    text-align: center;
  }
  .td-lg-left {
    text-align: left;
  }
  .td-lg-right {
    text-align: right;
  }
}
.td-notification,
.td-notification-section {
  padding: 10px 0 14px 0;
}
.td-notification.bg-danger h3,
.td-notification-section.bg-danger h3 {
  color: #ae1100;
}
.td-notification.bg-success h3,
.td-notification-section.bg-success h3 {
  color: #1a5336;
}
.td-notification h3,
.td-notification-section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.td-notification-section {
  padding: 10px 0 14px 0;
  margin: 0;
}
.td-notification h3 > span.td-icon,
.td-notification-section h3 > span.td-icon {
  font-size: 30px;
  margin-right: 16px;
}
table {
  background-color: rgba(0, 0, 0, 0);
}
caption {
  padding-top: 30px 15px;
  padding-bottom: 30px 15px;
  color: #ccc;
  text-align: left;
}
th {
  text-align: left;
}
.td-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.td-table > thead > tr > th,
.td-table > thead > tr > td,
.td-table > tbody > tr > th,
.td-table > tbody > tr > td,
.td-table > tfoot > tr > th,
.td-table > tfoot > tr > td {
  padding: 30px 15px;
  line-height: 1.375;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.td-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.td-table > caption + thead > tr:first-child > th,
.td-table > caption + thead > tr:first-child > td,
.td-table > colgroup + thead > tr:first-child > th,
.td-table > colgroup + thead > tr:first-child > td,
.td-table > thead:first-child > tr:first-child > th,
.td-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.td-table > tbody + tbody {
  border-top: 2px solid #ccc;
}
.td-table .td-table {
  background-color: #fff;
}
.td-table-condensed > thead > tr > th,
.td-table-condensed > thead > tr > td,
.td-table-condensed > tbody > tr > th,
.td-table-condensed > tbody > tr > td,
.td-table-condensed > tfoot > tr > th,
.td-table-condensed > tfoot > tr > td {
  padding: 5px;
}
.td-table-bordered {
  border: 1px solid #ccc;
}
.td-table-bordered > thead > tr > th,
.td-table-bordered > thead > tr > td,
.td-table-bordered > tbody > tr > th,
.td-table-bordered > tbody > tr > td,
.td-table-bordered > tfoot > tr > th,
.td-table-bordered > tfoot > tr > td {
  border: 1px solid #ccc;
}
.td-table-bordered > thead > tr > th,
.td-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.td-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.td-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}
.td-table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 47.94em) {
  .td-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
  }
  .td-table-responsive > .td-table {
    margin-bottom: 0;
  }
  .td-table-responsive > .td-table > thead > tr > th,
  .td-table-responsive > .td-table > thead > tr > td,
  .td-table-responsive > .td-table > tbody > tr > th,
  .td-table-responsive > .td-table > tbody > tr > td,
  .td-table-responsive > .td-table > tfoot > tr > th,
  .td-table-responsive > .td-table > tfoot > tr > td {
    white-space: nowrap;
  }
  .td-table-responsive > .td-table-bordered {
    border: 0;
  }
  .td-table-responsive > .td-table-bordered > thead > tr > th:first-child,
  .td-table-responsive > .td-table-bordered > thead > tr > td:first-child,
  .td-table-responsive > .td-table-bordered > tbody > tr > th:first-child,
  .td-table-responsive > .td-table-bordered > tbody > tr > td:first-child,
  .td-table-responsive > .td-table-bordered > tfoot > tr > th:first-child,
  .td-table-responsive > .td-table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .td-table-responsive > .td-table-bordered > thead > tr > th:last-child,
  .td-table-responsive > .td-table-bordered > thead > tr > td:last-child,
  .td-table-responsive > .td-table-bordered > tbody > tr > th:last-child,
  .td-table-responsive > .td-table-bordered > tbody > tr > td:last-child,
  .td-table-responsive > .td-table-bordered > tfoot > tr > th:last-child,
  .td-table-responsive > .td-table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .td-table-responsive > .td-table-bordered > tbody > tr:last-child > th,
  .td-table-responsive > .td-table-bordered > tbody > tr:last-child > td,
  .td-table-responsive > .td-table-bordered > tfoot > tr:last-child > th,
  .td-table-responsive > .td-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
div.btn {
  padding: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
  border-width: inherit;
  border: inherit;
  font-family: inherit;
  word-break: inherit;
}
*[class^='td-col'] .row:not([class~='td-row']),
div[class*=' td-col'] .row:not([class~='td-row']) {
  margin-left: 0;
  margin-right: 0;
  margin-left: unset;
  margin-right: unset;
}
td,
th {
  padding: 1px;
}
.td-callout > .h1:first-child,
.td-callout > .h2:first-child,
.td-callout > .h3:first-child,
.td-callout > .h4:first-child,
.td-callout > .h5:first-child,
.td-callout > .h6:first-child,
.td-callout > .td-container > .h1:first-child,
.td-callout > .td-container > .h2:first-child,
.td-callout > .td-container > .h3:first-child,
.td-callout > .td-container > .h4:first-child,
.td-callout > .td-container > .h5:first-child,
.td-callout > .td-container > .h6:first-child {
  margin-top: 0;
}
.td-callout > *:last-child,
.td-callout > .td-container > *:last-child {
  margin-bottom: 0;
}
.td-forscreenreader {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.td-color-selector {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 45%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.td-color-selector ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.td-color-selector ul li {
  width: 50px;
  height: 50px;
}
.td-color-selector ul li a {
  display: block;
  height: 50px;
  border: 2px solid #eee;
  margin: 0;
}
.td-color-selector ul li a.test-bg-white {
  background-color: #fff;
}
.td-color-selector ul li a.test-bg-gray {
  background-color: #f9f9f9;
}
.td-color-selector ul li a.test-bg-mint {
  background-color: #f9fcf4;
}
.close-button:focus {
  outline: dotted thin #038208 !important;
}
footer :focus {
  outline-color: #5bd453 !important;
}
.td-icon-greenleaf:before {
  content: '\e960';
}
.td-header-nav {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.td-header-desktop a:focus,
.td-header-desktop button:focus,
.td-header-desktop input[type='submit']:focus {
  outline: 1px dotted #1c1c1c;
}
.td-header-desktop a:focus > img {
  outline: 0;
}
.td-header-desktop a {
  font-family: 'TD Graphik SemiLight';
  text-decoration: none;
}
.td-header-desktop ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.td-header-desktop ul li {
  display: inline-block;
  vertical-align: middle;
}
.td-header-desktop .td-container {
  position: relative;
  height: 100%;
}
.td-header-desktop .td-section-left {
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  text-align: left;
}
.td-header-desktop .td-section-right {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  text-align: right;
}
.td-utility-toggle {
  width: 100%;
  height: 36px;
  background-color: #008a00;
}
.td-utility-toggle a:focus,
.td-utility-toggle button:focus,
.td-utility-toggle [index='0']:focus {
  outline-color: #fff;
}
.td-utility-toggle .td-segments {
  display: inline-block;
  height: 100%;
}
.td-utility-toggle .td-segments > ul {
  font-size: 0;
  height: 100%;
}
.td-utility-toggle .td-segments li {
  height: 100%;
  padding-top: 8px;
  margin-right: 40px;
  font-size: 0.875rem;
}
.td-utility-toggle .td-segments li a {
  color: #fff;
}
.td-utility-toggle .td-segments li a:hover {
  color: #fff;
  text-decoration: underline;
}
.td-utility-toggle .td-segments li.active a {
  font-family: 'TD Graphik Bold';
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.td-utility-toggle .td-segments li.active a:hover {
  letter-spacing: 0;
}
.td-utility-toggle .td-other-toggles {
  display: inline-block;
  height: 100%;
}
.td-utility-toggle .td-other-toggles > ul {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  font-size: 0;
}
.td-utility-toggle .td-other-toggles > ul > li {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-utility-toggle .td-other-toggles > ul > li > a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-utility-toggle .td-other-toggles > ul > li > a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-utility-toggle li.td-dropdown {
  position: relative;
  padding: 0 11px 0 13px;
  height: 100%;
  vertical-align: middle;
  margin-right: 14px;
  padding-top: 3px;
  cursor: pointer;
}
.td-utility-toggle li.td-dropdown:last-child {
  margin-right: -13px;
}
.td-utility-toggle li.td-dropdown > a {
  color: #fff;
  font-size: 0.875rem;
}
.td-utility-toggle li.td-dropdown .td-icon {
  vertical-align: middle;
  font-size: 0.8rem;
  color: #fff;
}
.td-utility-toggle li.td-dropdown .td-icon.collapse {
  display: none;
  margin-top: 2px;
}
.td-utility-toggle li.td-dropdown .td-icon.expand {
  display: inline-block;
  margin-top: 0;
}
.td-utility-toggle li.td-dropdown-country .td-icon {
  margin-left: 9px;
}
.td-utility-toggle li.td-dropdown-country a {
  font-family: 'TD Graphik Regular';
}
.td-utility-toggle li.td-dropdown-country > a > .country-flag {
  margin-top: -2px;
  width: 22px;
}
.td-utility-toggle li.td-dropdown-language .td-icon {
  margin-left: 7px;
}
.td-utility-toggle li.td-dropdown-language a {
  font-family: 'TD Graphik Regular';
}
.td-utility-toggle li.td-dropdown-active {
  background: white;
}
.td-utility-toggle li.td-dropdown-active > a {
  color: #1c1c1c;
}
.td-utility-toggle li.td-dropdown-active .td-icon.collapse {
  display: inline-block;
  color: #008a00;
}
.td-utility-toggle li.td-dropdown-active .td-icon.expand {
  display: none;
}
.td-utility-toggle li.td-dropdown-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 13px;
  background: transparent;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.td-utility-toggle li.td-dropdown-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: white;
  z-index: 101;
}
.td-utility-toggle .td-dropdown > .td-dropdown-content {
  display: none;
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content {
  display: block;
  position: absolute;
  background: white;
  z-index: 101;
  top: 100%;
  right: 0;
  font-size: 1rem;
  padding: 11px 0 20px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content > li {
  display: block;
  text-align: left;
  position: relative;
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content > li > a {
  height: 100%;
  width: 100%;
  display: inline-block;
  color: #1c1c1c;
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content > li > a:hover,
.td-utility-toggle .td-dropdown-active > .td-dropdown-content > li > a:focus {
  background: #f3f3f8;
  outline: dotted 1px #1c1c1c;
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content > li.active > a {
  font-family: 'TD Graphik Medium';
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content > li:last-child {
  margin-bottom: 0;
}
.td-utility-toggle .td-dropdown-active > .td-dropdown-content .td-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #008a00;
}
.td-utility-toggle .td-dropdown-country > .td-dropdown-content {
  width: 237px;
}
.td-utility-toggle .td-dropdown-country > .td-dropdown-content > li {
  margin-bottom: 7px;
}
.td-utility-toggle .td-dropdown-country > .td-dropdown-content > li a {
  padding: 11px 15px 11px 19px;
}
.td-utility-toggle .td-dropdown-country > .td-dropdown-content .country-flag {
  margin: -3px 17px 0 0;
  width: 22px;
}
.td-utility-toggle .td-dropdown-country > .td-dropdown-content .td-icon {
  right: 12px;
}
.td-utility-toggle .td-dropdown-language > .td-dropdown-content {
  width: 240px;
}
.td-utility-toggle .td-dropdown-language > .td-dropdown-content > li {
  margin-bottom: 0;
}
.td-utility-toggle .td-dropdown-language > .td-dropdown-content > li a {
  padding: 11px 15px 11px 27px;
}
.td-utility-toggle .td-dropdown-language > .td-dropdown-content .td-icon {
  right: 21px;
}
.td-nav-primary {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5);
}
.td-nav-primary .td-logo {
  display: inline-block;
  font-size: 0;
  margin: 0 33px 0 0;
  padding: 0;
}
.td-nav-primary .td-logo img {
  width: 49px;
  height: 43px;
}
.td-nav-primary .td-dropdown {
  cursor: pointer;
}
.td-nav-primary .td-dropdown .td-icon.expand,
.td-nav-primary .td-dropdown .td-icon.collapse {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 0.8rem;
  color: #008a00;
}
.td-nav-primary .td-dropdown .td-icon.expand {
  display: inline-block;
}
.td-nav-primary .td-dropdown .td-icon.collapse {
  display: none;
}
.td-nav-primary .td-dropdown > .td-dropdown-content {
  display: none;
}
.td-nav-primary .td-dropdown-active {
  position: relative;
  background: white;
  padding: 0 15px 0 15px;
  margin-right: 13px;
  margin-left: -5px;
}
.td-nav-primary .td-dropdown-active > a {
  color: #1c1c1c;
  outline-color: #1c1c1c;
}
.td-nav-primary .td-dropdown-active .td-icon.collapse {
  display: inline-block;
}
.td-nav-primary .td-dropdown-active .td-icon.expand {
  display: none;
}
.td-nav-primary .td-dropdown-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: transparent;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.td-nav-primary .td-dropdown-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: white;
  border: 0;
  z-index: 101;
}
.td-nav-primary .td-dropdown-active > .td-dropdown-content {
  display: block;
}
.td-nav-primary .td-dropdown-content {
  display: block;
  position: absolute;
  background: white;
  z-index: 101;
  min-width: 233px;
  max-width: 250px;
  top: 100%;
  left: 0;
  padding: 10px 0 15px 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.td-nav-primary .td-dropdown-content li {
  display: block;
  margin-bottom: 2px;
}
.td-nav-primary .td-dropdown-content li:last-child {
  margin-bottom: 0;
}
.td-nav-primary .td-dropdown-content li > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 30px 12px 30px;
  color: #1c1c1c;
  font-family: 'TD Graphik Medium';
  outline-color: #1c1c1c;
}
.td-nav-primary .td-dropdown-content li > a:hover,
.td-nav-primary .td-dropdown-content li > a:focus {
  background: #f3f3f8;
}
.td-nav-primary nav {
  display: inline-block;
  height: 100%;
}
.td-nav-primary nav > ul {
  height: 100%;
  font-size: 0;
}
.td-nav-primary nav > ul > li {
  font-size: 1rem;
  position: relative;
  height: 100%;
  padding: 0 10px;
  margin-right: 18px;
  cursor: pointer;
}
.td-nav-primary nav > ul > li:not(.td-dropdown-active) > a {
  color: #008a00;
}
.td-nav-primary nav > ul > li > a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  padding-top: 3px;
  font-family: 'TD Graphik Medium';
}
.td-nav-primary nav > ul > li > a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-nav-primary nav > ul > li.login .td-icon {
  font-size: 1.6rem;
  vertical-align: middle;
  top: -1px;
}
.td-nav-primary nav > ul > li.login .td-label {
  margin-left: 5px;
  white-space: nowrap;
}
.td-nav-primary nav > ul > li.login:hover:not(.td-dropdown):after {
  border-bottom: 0;
}
.td-nav-primary nav > ul > li.active > a,
.td-nav-primary nav > ul > li:hover > a {
  color: #1c1c1c;
}
.td-nav-primary .td-quick-access {
  display: inline-block;
  height: 100%;
}
.td-nav-primary .td-quick-access > ul {
  height: 100%;
  font-size: 0;
}
.td-nav-primary .td-quick-access > ul > li {
  position: relative;
  height: 100%;
  color: white;
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1rem;
}
.td-nav-primary .td-quick-access > ul > li:first-child {
  margin-left: 0;
}
.td-nav-primary .td-quick-access > ul > li:last-child {
  margin-right: 0;
}
.td-nav-primary .td-quick-access > ul > li > a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  font-family: 'TD Graphik Regular';
  font-size: 1rem;
  color: #008a00;
  max-width: 25px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: max-width 0.3s;
  transition: max-width 0.3s;
}
.td-nav-primary .td-quick-access > ul > li > a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-nav-primary .td-quick-access > ul > li > a .td-label {
  margin-left: 5px;
  white-space: nowrap;
}
.td-nav-primary .td-quick-access > ul > li > a .td-user-authenticated {
  display: none;
}
.td-nav-primary .td-quick-access > ul > li > a:hover,
.td-nav-primary .td-quick-access > ul > li > a:focus {
  max-width: 200px;
  -webkit-transition: max-width 0.6s;
  transition: max-width 0.6s;
}
.td-nav-primary .td-quick-access > ul > li > a.td-show-label {
  max-width: 200px;
}
.td-nav-primary .td-quick-access > ul > li.td-dropdown-active > a {
  color: #1a5336;
}
.td-nav-primary .td-quick-access .td-icon {
  font-size: 1.6rem;
  vertical-align: middle;
}
.td-nav-primary .td-quick-access .td-user-authenticated {
  display: inline-block;
}
.td-nav-primary .td-quick-access ul li.td-dropdown {
  padding: 0 15px;
  margin-left: 0;
  margin-right: 0;
}
.td-nav-primary .td-quick-access ul li.td-dropdown:last-child {
  margin-right: -15px;
}
.td-nav-primary .td-quick-access ul li.td-dropdown.login {
  margin-right: -15px;
}
.td-nav-primary .td-quick-access ul li.td-dropdown-active {
  margin-left: 0;
}
.td-nav-primary .td-quick-access ul li .td-dropdown-content {
  right: 0;
  left: auto;
  text-align: left;
}
.td-nav-primary .td-quick-access .divider {
  padding: 22px 0 20px 0;
  margin: 0 6px;
}
.td-nav-primary .td-quick-access .divider .td-divider-line {
  height: 100%;
  width: 1px;
  background: #ccc;
}
.td-nav-primary .td-quick-access .login .td-icon:not(.expand):not(.collapse) {
  margin-right: 5px;
}
.td-nav-primary
  .td-quick-access
  .login
  .td-icon:not(.expand):not(.collapse):before {
  width: auto;
}
.td-nav-primary .td-quick-access .login .td-dropdown-content {
  min-width: 215px;
}
.td-nav-primary .td-quick-access .logout .td-label {
  margin-left: 8px;
}
.td-nav-primary .td-quick-access .logout .td-icon:before {
  width: auto;
}
.td-nav-primary .td-quick-access ul > li.profile {
  position: relative;
  padding: 0 12px;
}
.td-nav-primary .td-quick-access ul > li.profile .td-profile-btn {
  display: inline-block;
  height: 28px;
  padding: 0 12px;
}
.td-nav-primary .td-quick-access ul > li.profile .profile-avatar {
  position: relative;
  display: inline-block;
  font-size: 25px;
  margin-top: 2px;
}
.td-nav-primary
  .td-quick-access
  ul
  > li.profile
  .profile-avatar.td-icon:before {
  width: 0.7em;
}
.td-nav-primary .td-quick-access ul > li.profile .td-icon.expand,
.td-nav-primary .td-quick-access ul > li.profile .td-icon.collapse {
  margin-left: 8px;
  padding-top: 3px;
}
.td-nav-primary .td-quick-access ul > li.profile .td-icon.expand:before,
.td-nav-primary .td-quick-access ul > li.profile .td-icon.collapse:before {
  width: 0.9em;
}
.td-nav-primary .td-quick-access ul > li.profile .td-dropdown-content {
  min-width: 465px;
  padding-top: 25px;
  padding-bottom: 27px;
}
.td-nav-primary .td-quick-access ul > li.profile .td-dropdown-content .td-col {
  float: left;
  padding-left: 0;
  padding-right: 0;
}
.td-nav-primary
  .td-quick-access
  ul
  > li.profile
  .td-dropdown-content
  .td-col:first-child {
  width: 226px;
  border-right: solid 1px #ccc;
}
.td-nav-primary
  .td-quick-access
  ul
  > li.profile
  .td-dropdown-content
  .td-col:nth-child(2) {
  width: 239px;
  border-left: solid 1px #ccc;
  margin-left: -1px;
}
.td-nav-primary .td-quick-access ul > li.profile .td-dropdown-content h3 {
  font-family: 'TD Graphik SemiLight';
  color: #1a5336;
  padding: 0 30px 5px 30px;
  margin: 0;
}
.td-nav-primary .td-quick-access ul > li.profile + li {
  margin-left: 6px;
}
.td-nav-primary .td-nav-desktop-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 100px;
}
.td-nav-primary .td-nav-desktop-search .td-search-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 50px;
  background: #fff;
}
.td-nav-primary .td-nav-desktop-search .td-search-box {
  position: absolute;
  bottom: 13px;
  width: 75%;
}
.td-nav-primary .td-nav-desktop-search .td-search-box input.td-search-input {
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding: 0 15px;
  font-size: 1.2rem;
  font-family: 'TD Graphik Regular';
  color: #1c1c1c;
  outline: 0;
}
.td-nav-primary
  .td-nav-desktop-search
  .td-search-box
  input.td-search-input::-webkit-input-placeholder {
  color: #1c1c1c;
}
.td-nav-primary
  .td-nav-desktop-search
  .td-search-box
  input.td-search-input::-moz-placeholder {
  color: #1c1c1c;
}
.td-nav-primary
  .td-nav-desktop-search
  .td-search-box
  input.td-search-input:-ms-input-placeholder {
  color: #1c1c1c;
}
.td-nav-primary
  .td-nav-desktop-search
  .td-search-box
  input.td-search-input::-ms-clear {
  display: none;
}
.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  color: transparent;
  width: 30px;
  background-color: transparent;
  border: 0;
}
.td-nav-primary .td-nav-desktop-search .td-search-box .td-search-icon {
  position: absolute;
  transform: translateX(-50%) translateY(-54%);
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #f9f9f9;
  font-size: 1.2rem;
  z-index: 999;
}
.td-nav-primary .td-nav-desktop-search .td-desktop-search-hide-btn {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-58%);
  background: transparent;
  border: 0;
  color: #1c1c1c;
  font-size: 1.2rem;
}
@media (max-width: 74.94em) {
  .td-nav-primary nav ul li {
    margin-right: 10px;
  }
  .td-nav-primary .td-dropdown-active {
    margin-right: 5px;
  }
}
.td-nav-secondary {
  position: relative;
  width: 100%;
  height: 66px;
  background-color: #1a5336;
  display: block;
}
.td-nav-secondary nav {
  display: inline-block;
  height: 100%;
}
.td-nav-secondary nav > ul {
  height: 100%;
}
.td-nav-secondary nav > ul > li {
  height: 100%;
  padding: 0 15px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.td-nav-secondary nav > ul > li > a {
  color: white;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  padding-top: 3px;
}
.td-nav-secondary nav > ul > li > a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-nav-secondary nav > ul > li.active a {
  font-family: 'TD Graphik Regular';
  font-weight: bold;
}
.td-skip {
  text-align: center;
  background: #1a5336;
}
.td-skip a {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #5bd453;
  display: block;
  outline-color: #5bd453 !important;
}
.td-skip a:focus,
.td-skip a:active {
  position: static;
  left: 0;
  width: auto;
  height: auto;
  overflow: visible;
  padding: 5px 0;
  text-decoration: none;
}
.td-header-mobile {
  background-color: #fff;
  height: 63px;
  font-family: 'TD Graphik SemiLight';
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(204, 204, 204, 0.5);
}
.td-header-mobile a:focus,
.td-header-mobile button:focus,
.td-header-mobile input[type='submit']:focus {
  outline: 1px dotted #1c1c1c;
}
.td-header-mobile a,
.td-header-mobile button {
  font-size: 1rem;
  color: #008a00;
  text-decoration: none;
}
.td-header-mobile .td-container {
  position: relative;
  height: 100%;
}
.td-header-mobile .td-section-left {
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  text-align: left;
  font-size: 0;
}
.td-header-mobile .td-section-left:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-header-mobile .td-section-right {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  text-align: right;
}
.td-header-mobile .td-section-right:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-header-mobile .td-section-right nav {
  display: inline-block;
}
.td-header-mobile .td-section-right nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 100%;
}
.td-header-mobile .td-section-right nav ul li {
  position: relative;
  height: 100%;
  padding: 0 10px;
  margin-right: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.td-header-mobile .td-section-right nav ul li.login a {
  color: #008a00;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  padding-top: 3px;
  font-size: 1rem;
}
.td-header-mobile .td-section-right nav ul li.login a .td-icon {
  vertical-align: middle;
  top: -1px;
}
@media (max-width: 63.94em) {
  .td-header-mobile .td-section-right nav ul li.login a .td-icon {
    font-size: 1.6rem;
  }
}
@media (max-width: 47.94em) {
  .td-header-mobile .td-section-right nav ul li.login a .td-icon {
    font-size: 1.9rem;
  }
}
.td-header-mobile .td-section-right nav ul li.login a .td-label {
  margin-left: 5px;
  white-space: nowrap;
}
@media (max-width: 47.94em) {
  .td-header-mobile .td-section-right nav ul li.login a .td-label {
    display: none;
  }
}
.td-header-mobile .td-mobile-action-button {
  vertical-align: middle;
  background: transparent;
  border: 0;
  height: 100%;
  padding: 0;
  margin: 0 33px 0 0;
  font-size: 0;
}
.td-header-mobile .td-mobile-menu-button-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  margin-right: 14px;
}
.td-header-mobile .td-mobile-menu-button-icon .icon-bar {
  background-color: #008a00;
  display: block;
  width: 19px;
  height: 2px;
}
.td-header-mobile .td-mobile-menu-button-icon .icon-bar + .icon-bar {
  margin-top: 4px;
}
.td-header-mobile .td-mobile-back-button-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-right: 13px;
  font-size: 1.2rem;
  color: #008a00;
}
.td-header-mobile .td-mobile-back-button {
  display: none;
}
.td-header-mobile .td-logo {
  display: inline-block;
  font-size: 0;
  padding: 0;
  vertical-align: middle;
}
.td-header-mobile .td-logo img {
  width: 36px;
  height: 32px;
}
.td-header-mobile .td-login {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  font-family: 'TD Graphik Regular';
}
.td-header-mobile .td-login .td-icon {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 10px;
}
.td-header-mobile .td-login .td-icon:before {
  width: auto;
}
.td-header-mobile .td-login .td-icon.login {
  font-size: 1.8rem;
}
.td-header-mobile .td-login .label {
  font-size: 1rem;
  vertical-align: middle;
}
.td-header-mobile .profile {
  position: relative;
  margin-right: 12px;
}
.td-header-mobile .profile .td-profile-btn {
  display: inline-block;
  height: 28px;
  padding: 0 12px;
  color: #008a00;
}
.td-header-mobile .profile .profile-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-top: 2px;
}
.td-header-mobile .profile .profile-avatar.td-icon:before {
  width: 0.7em;
}
.td-header-mobile .profile .td-icon.expand {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  padding-top: 3px;
  font-size: 0.8rem;
}
.td-header-mobile .profile .td-icon.expand:before {
  width: 0.9em;
}
body.td-second-level-page .td-mobile-menu-button,
body.td-third-level-page .td-mobile-menu-button {
  display: none;
}
body.td-second-level-page .td-mobile-back-button,
body.td-third-level-page .td-mobile-back-button {
  display: inline-block;
}
@media (max-width: 47.94em) {
  .td-header-mobile {
    height: 46px;
  }
  .td-header-mobile .td-section-left {
    left: 8px;
  }
  .td-header-mobile .td-mobile-menu-button-icon {
    margin-right: 8px;
  }
  .td-header-mobile .td-mobile-back-button-icon {
    margin-right: 7px;
  }
}
.td-nav-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  font-family: 'TD Graphik SemiLight';
}
.td-nav-mobile a:focus,
.td-nav-mobile button:focus,
.td-nav-mobile input[type='submit']:focus {
  outline: 1px dotted #1c1c1c;
}
.td-nav-mobile a:focus > img {
  outline: 0;
}
.td-nav-mobile a {
  text-decoration: none;
}
.td-nav-mobile ul {
  list-style-type: none;
}
.td-nav-mobile .td-nav-mobile-menu {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  background: #fff;
  height: 100%;
  width: 47%;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 1000;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}
.td-nav-mobile .td-nav-mobile-menu-right {
  right: 0;
  left: auto;
}
@media (max-width: 47.94em) {
  .td-nav-mobile .td-nav-mobile-menu {
    width: 79%;
  }
}
.td-nav-mobile-menu-header {
  position: relative;
  background-color: #fff;
  height: 63px;
  padding: 0;
}
.td-nav-mobile-menu-header .td-logo {
  position: absolute;
  top: 16px;
  left: 15px;
}
.td-nav-mobile-menu-header .td-logo img {
  width: 36px;
  height: 32px;
}
.td-nav-mobile-menu-header .td-logo a {
  width: 100%;
  height: 100%;
  display: block;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title {
  color: #008a00;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: 15px;
  font-family: 'TD Graphik Regular';
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 10px;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.login:before {
  width: auto;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .td-icon.logout:before {
  width: auto;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: -5px;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .td-profile-btn {
  display: inline-block;
  height: 28px;
  padding: 0 10px;
}
.td-nav-mobile-menu-header .td-nav-mobile-menu-title .profile .profile-avatar {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  margin-top: 2px;
  margin-right: 0;
}
.td-nav-mobile-menu-header
  .td-nav-mobile-menu-title
  .profile
  .profile-avatar.td-icon:before {
  width: 0.7em;
}
.td-nav-mobile-menu-header .td-mobile-menu-close {
  position: absolute;
  background: transparent;
  border: 0;
  color: #1c1c1c;
  font-size: 1.6rem;
  right: 3px;
  top: 3px;
  padding: 6px;
}
@media (max-width: 47.94em) {
  .td-nav-mobile-menu-header {
    height: 46px;
  }
  .td-nav-mobile-menu-header .td-logo {
    top: 7px;
    left: 15px;
  }
  .td-nav-mobile-menu-header .td-mobile-menu-close {
    right: 4px;
    top: 1px;
  }
}
.td-nav-mobile-menu-search {
  position: relative;
  background-color: #fff;
  padding: 2px 15px 9px 15px;
}
.td-nav-mobile-menu-search .td-search-box {
  width: 100%;
  left: 10%;
  height: 100%;
  position: relative;
}
.td-nav-mobile-menu-search .td-search-input {
  font-family: 'TD Graphik Regular';
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: solid 1px #ccc;
  padding: 0 0 3px 24px;
  color: #1c1c1c;
  border-radius: 0;
}
.td-nav-mobile-menu-search .td-search-input::-webkit-input-placeholder {
  color: #1c1c1c;
}
.td-nav-mobile-menu-search .td-search-input::-moz-placeholder {
  color: #1c1c1c;
}
.td-nav-mobile-menu-search .td-search-input:-ms-input-placeholder {
  color: #1c1c1c;
}
.td-nav-mobile-menu-search .td-search-input:focus {
  outline: 0;
}
.td-nav-mobile-menu-search .td-search-submit {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  margin: 0;
  color: transparent;
  width: 20px;
  background-color: transparent;
  border: 0;
}
.td-nav-mobile-menu-search .td-search-icon {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #008a00;
}
@media (max-width: 47.94em) {
  .td-nav-mobile-menu-search {
    padding: 7px 15px 9px 15px;
  }
}
ul.td-nav-mobile-menu-list {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  border-bottom: solid 100px transparent;
}
ul.td-nav-mobile-menu-list li:after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #e2e1e4;
  margin-top: -1px;
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item {
  position: relative;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 0 45px;
  width: 100%;
  font-family: 'TD Graphik Medium';
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item a {
  position: relative;
  display: block;
  height: 100%;
  min-height: 44px;
  width: 100%;
  padding: 11px 25px 10px 0;
  color: #1c1c1c;
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item a:focus {
  outline-offset: -2px;
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon {
  display: inline-block;
  vertical-align: middle;
  color: #008a00;
  font-size: 1.4rem;
  margin-right: 10px;
  float: left;
  margin-bottom: 15px;
  clear: left;
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item .td-icon-noIcon {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item:last-child {
  margin-bottom: 45px;
}
ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item:last-child:after {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-item-header:after {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-item-header h3 {
  font-size: 1.25rem;
  color: #1a5336;
  margin-top: 23px;
  margin-bottom: -2px;
}
ul.td-nav-mobile-menu-list > li.active {
  background: #f3f3f8;
}
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand,
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 15px;
  font-size: 19px;
  color: #777;
}
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.collapse {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-accordion .td-icon.expand {
  display: inline-block;
}
ul.td-nav-mobile-menu-list li.td-accordion-active .td-icon.collapse {
  display: inline-block;
}
ul.td-nav-mobile-menu-list li.td-accordion-active .td-icon.expand {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-accordion-active:after {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment {
  background-color: #008a00;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment > a {
  color: #fff;
  font-family: 'TD Graphik Bold';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment > a:focus {
  outline-color: #fff;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment ul.td-accordion-content {
  background-color: #fff;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment .td-icon.expand,
ul.td-nav-mobile-menu-list li.td-accordion-segment .td-icon.collapse {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='002020'%3e%3cpathd='M10,0A10,10,0,1,0,20,10,10,10,0,0,0,10,0Zm1.73,12.73L10,14.47,8.27,12.73,3.61,8.08,5.35,6.34,10,11l4.65-4.65,1.73,1.73Z'style='fill:%23fff'/%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment .td-icon.collapse {
  top: 12px;
  transform: scaleY(-1);
}
ul.td-nav-mobile-menu-list li.td-accordion-segment .td-icon.expand:before,
ul.td-nav-mobile-menu-list li.td-accordion-segment .td-icon.collapse:before {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment:after {
  display: none;
}
ul.td-nav-mobile-menu-list li.td-accordion-segment.td-accordion-active {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
ul.td-nav-mobile-menu-list li.td-accordion-country,
ul.td-nav-mobile-menu-list li.td-accordion-language {
  font-family: 'TD Graphik Regular';
}
ul.td-nav-mobile-menu-list ul.td-accordion-content {
  display: none;
  padding: 0;
  margin-left: -45px;
  clear: left;
}
ul.td-nav-mobile-menu-list ul.td-accordion-content li {
  padding-left: 87px;
}
ul.td-nav-mobile-menu-list ul.td-accordion-content li.active {
  background: #f3f3f8;
}
ul.td-nav-mobile-menu-list ul.td-accordion-content li:last-child:after {
  display: none;
}
ul.td-nav-mobile-menu-list ul.td-accordion-content .td-icon.selected {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
ul.td-nav-mobile-menu-list
  li.td-accordion-country
  ul.td-accordion-content
  .country-flag {
  margin-right: 10px;
  vertical-align: baseline;
  width: 22px;
}
@media (max-width: 47.94em) {
  ul.td-nav-mobile-menu-list {
    border-bottom: solid 88px transparent;
  }
  ul.td-nav-mobile-menu-list li.td-nav-mobile-menu-item {
    padding: 0 0 0 27px;
  }
}
.td-nav-mobile-menu-secondary .td-nav-mobile-menu-header {
  border-bottom: 1px solid #ccc;
}
.td-nav-mobile-menu-secondary
  ul.td-nav-mobile-menu-list
  li.td-nav-mobile-menu-item {
  font-family: 'TD Graphik SemiLight';
}
.td-nav-mobile-menu-right .td-nav-mobile-menu-item a {
  font-family: 'TD Graphik Regular';
}
.td-nav-mobile-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media (max-width: 30em) {
  .td-header-desktop {
    display: none;
  }
  .td-header-mobile {
    display: block;
  }
  .td-nav-mobile {
    display: none;
  }
}
@media (min-width: 30em) {
  .td-header-desktop {
    display: none;
  }
  .td-header-mobile {
    display: block;
  }
  .td-nav-mobile {
    display: none;
  }
}
@media (min-width: 48em) {
  .td-header-desktop {
    display: none;
  }
  .td-header-mobile {
    display: block;
  }
  .td-nav-mobile {
    display: none;
  }
}
@media (min-width: 64em) {
  .td-header-desktop {
    display: block;
  }
  .td-header-mobile {
    display: none !important;
  }
  .td-nav-mobile {
    display: none !important;
  }
}
@media (min-width: 75em) {
  .td-header-desktop {
    display: block;
  }
  .td-header-mobile {
    display: none !important;
  }
  .td-nav-mobile {
    display: none !important;
  }
}
.td-a-banner + a + footer,
.td-a-banner + footer,
.td-bg-light-gray + a + footer,
.td-bg-light-gray + footer,
.td-bg-mint-green + a + footer,
.td-bg-mint-green + footer {
  margin-top: 0;
}
.td-a-banner + a + footer,
.td-a-banner + footer {
  border-top: 0;
}
body > footer {
  margin-top: 0;
}
footer {
  clear: both;
  font-size: 13px;
  border-top: 5px solid #1a5336;
  background-color: #f9f9f9 !important;
}
footer a:focus,
footer button:focus {
  outline: 1px dotted #5bd453;
}
footer.td-padding-vert-0 {
  padding-top: 0;
  padding-bottom: 0;
}
footer .td-footer-content {
  background-repeat: no-repeat;
  background-position: left -50px bottom 30px;
  background-size: 383px 342px;
  padding: 55px 0 55px 0;
  text-align: center;
}
footer .td-footer-content .td-footer-heading {
  font-family: 'TD Graphik SemiLight';
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 auto 20px auto;
  line-height: 1;
  color: #1a5336;
}
footer .td-footer-content .td-footer-heading .td-contact-link {
  color: #038203;
  margin-left: 10px;
}
footer .td-footer-content .td-footer-heading .td-contact-link .td-icon {
  margin-top: -1px;
}
footer .td-footer-content .td-footer-links {
  display: inline-block;
  margin: 0 auto 20px auto;
  padding: 20px 13px 20px 13px;
}
footer .td-footer-content .td-footer-links a {
  line-height: 1;
  margin-right: 32px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #616161;
}
footer .td-footer-content .td-footer-links a:last-child {
  margin-right: 0;
}
footer .td-footer-content .td-footer-social {
  margin: 0 auto 15px auto;
  padding: 10px 13px 20px 13px;
}
footer .td-footer-content .td-footer-social .td-icon {
  color: #1a5336 !important;
}
footer .td-footer-content .td-footer-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
footer .td-footer-content .td-footer-social ul li {
  display: inline-block;
  margin-right: 21px;
}
footer .td-footer-content .td-footer-social ul li:last-child {
  margin-right: 0;
}
footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
  height: 44px;
  width: 44px;
  line-height: 44px;
  border-width: 1px;
  padding-top: 3px;
  font-size: 33.6px;
  font-size: 2.1rem;
}
footer .td-footer-content .td-footer-social ul li .td-icon {
  line-height: 0;
}
footer .td-footer-content .td-footer-social .td-footer-social-heading {
  color: #616161;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-top: 0;
}
@media only screen and (max-width: 74.94em) {
  footer .td-footer-content {
    background-size: 323px 287px;
    padding: 44px 0 48px 0;
    background-position: left -50px bottom 30px;
  }
  footer .td-footer-content .td-footer-heading {
    margin: 0 auto 20px auto;
  }
  footer .td-footer-content .td-footer-links {
    padding: 25px 10px 25px 10px;
    margin: 0 auto 15px auto;
  }
  footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 63.94em) {
  footer .td-footer-content {
    background-size: 318px 283px;
    background-position: center bottom -10px;
    padding: 53px 15px 180px 15px;
  }
  footer .td-footer-content .td-footer-heading {
    margin: 0 auto 20px auto;
  }
  footer .td-footer-content .td-footer-links {
    padding: 25px 10px 25px 10px;
    margin: 0 auto 15px auto;
    width: 520px;
    line-height: 2.75;
  }
  footer .td-footer-content .td-footer-social {
    padding-top: 5px;
    margin-bottom: 0;
  }
  footer .td-footer-content .td-footer-social ul li .td-interactive-icon {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 47.94em) {
  footer .td-footer-content {
    background-size: 318px 283px;
    background-position: center bottom -22px;
    padding: 53px 15px 180px 15px;
  }
  footer .td-footer-content .td-footer-heading {
    font-size: 1.333rem;
    padding: 0;
    line-height: 27.2px;
    line-height: 1.7rem;
  }
  footer .td-footer-content .td-footer-heading .td-contact-link {
    display: block;
    margin-left: 0;
  }
  footer .td-footer-content .td-footer-links {
    width: 100%;
    margin: 0 0 28px 0;
    padding: 25px 10px 25px 10px;
  }
  footer .td-footer-content .td-footer-links a {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  footer .td-footer-content .td-footer-links a:last-child {
    margin-bottom: 0;
  }
  footer .td-footer-content .td-footer-social {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
  }
  footer .td-footer-content .td-footer-social ul li {
    margin-right: 14px;
  }
}
footer .td-footer-links {
  margin: 0 auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer .td-footer-links a {
  font-size: 16px;
  font-size: 1rem;
}
.td-tab-with-label .slick-list {
  margin-right: 0 !important;
}
.td-tab-with-label .td-title-tabs {
  margin-top: 0;
}
.td-tab-with-label > div.td-container > div.td-row > div > h2 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 48em) {
  .td-tab-with-label .td-tab-with-label .td-tabs-carousel {
    width: 700px;
  }
}
@media (min-width: 64em) {
  .td-tab-with-label .td-tab-with-label .td-tabs-carousel {
    width: 900px;
  }
}
@media (min-width: 75em) {
  .td-tab-with-label .td-tab-with-label .td-tabs-carousel {
    width: 1024px;
  }
}
.td-tab-with-label .td-tab-with-label .td-tabs-carousel .td-tabs-carousel-tab {
  width: 100px;
}
.td-tab-with-label
  .td-tab-with-label
  .td-tabs-carousel
  .td-tabs-carousel-tab-content
  h4.label {
  color: #038203;
  letter-spacing: 0.01px;
  word-wrap: break-word;
}
.td-tab-with-label
  .td-tab-with-label
  .td-tabs-carousel
  .td-tabs-carousel-tab-content
  .label {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 47.94em) {
  .td-tab-with-label
    .td-tab-with-label
    .td-tabs-carousel
    .td-tabs-carousel-tab-content {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .td-tab-with-label
    .td-tab-with-label
    .td-tabs-carousel
    .td-tabs-carousel-tab-content
    .label {
    padding-left: 0;
    padding-right: 0;
  }
}
.td-tab-with-label .td-tab-with-label .td-tabs-carousel-content {
  background: #fff;
}
.td-tab-with-label
  .td-tab-with-label
  .td-tabs-carousel-content
  .td-article-list
  h3 {
  margin-top: -5px;
}
.td-tab-with-label
  .td-tab-with-label
  .td-tabs-carousel-content
  .td-columns-divided
  h3 {
  margin-top: 1em;
}
.td-tab-with-label
  .td-tab-with-label
  .td-tabs-carousel-content
  .td-contentarea {
  padding-top: 0 !important;
}
.td-tab-with-label.td-bg-light-gray {
  background: #f9f9f9;
}
.td-tab-with-label.td-bg-mint-green {
  background: #f9fcf4;
}
.td_rq_tabs-carousel {
  opacity: 0;
}
.td-tab-with-label-icon > div.td-container > div.td-row > div > h2 {
  margin-top: 0;
  text-align: center;
}
.td-tab-with-label-icon.td-bg-light-gray {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.td-tab-with-label-icon .td-tabs-carousel .td-icon.td-icon-ArrowRight,
.td-tab-with-label-icon .td-tabs-carousel .td-icon.td-icon-ArrowLeft {
  font-weight: normal;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab {
  width: 100px;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content {
  color: #038203;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .label {
  font-weight: normal;
  color: #038203;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 30em) {
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 48em) {
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 64em) {
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 75em) {
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .label {
    font-size: 16px;
    font-size: 1rem;
  }
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab:hover {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  letter-spacing: normal;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab:hover
  .label {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on {
  letter-spacing: normal;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content {
  color: #1c1c1c;
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content
  .td-icon {
  padding-left: 20px;
  padding-right: 20px;
  color: #1c1c1c;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content
  .td-icon-green {
  color: #038203;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on
  .td-tabs-carousel-tab-content
  .label {
  color: #1c1c1c;
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  .td-tabs-carousel-tab.td-tabs-carousel-tab--on:focus {
  outline-color: #038203;
}
@media (max-width: 63.94em) {
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab:hover {
    letter-spacing: normal;
  }
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel
    .td-tabs-carousel-tab--on {
    letter-spacing: normal !important;
  }
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel
  button.slick-arrow {
  color: #038203;
}
.td-tab-with-label-icon .td-tabs-carousel-container .td-tabs-carousel-content {
  background: #fff;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel-content
  .td-article-list
  h3 {
  margin-top: -5px;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel-content
  .td-contentarea {
  padding-top: 0 !important;
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon-wrapper:active {
  background-color: #038203;
  border-color: #038203;
}
@media (min-width: 75em) {
  .td-tab-with-label-icon
    .td-tabs-carousel-container
    .td-tabs-carousel-icons
    .td-tabs-carousel-tab
    .td-tabs-carousel-tab-content
    .td-icon-wrapper:hover {
    border-color: #038203;
    background-color: #038203;
  }
}
.td-tab-with-label-icon
  .td-tabs-carousel-container
  .td-tabs-carousel-icons
  .td-tabs-carousel-tab
  .td-tabs-carousel-tab-content
  .td-icon {
  color: #038203;
}
.td-modal-container {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(18, 66, 43, 0.8);
  z-index: 9999;
}
.td-modal-container .td-modal {
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: #fff;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  top: 50%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.td-modal-container .td-modal .td-modal-content {
  position: relative;
}
.td-modal-container .td-modal .td-modal-content .close-button {
  position: absolute;
  top: 12px;
  right: 26px;
  padding: 0;
  background: transparent;
  border: 0;
}
.td-modal-container .td-modal .td-modal-content .close-button .td-button-close {
  font-size: 23.472px;
  font-size: 1.467rem;
}
.td-modal-show {
  display: block;
}
.td-modal-warning h2 .td-icon {
  vertical-align: text-top;
  margin-top: 2px;
  display: inline-block;
}
@media (min-width: 48em) {
  .td-modal-warning h2 .td-icon {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .td-modal-warning h2 .td-icon {
    margin-top: 0;
    vertical-align: text-bottom;
  }
}
@media (min-width: 75em) {
  .td-modal-warning h2 .td-icon {
    vertical-align: text-bottom;
  }
}
.td-modal-quoter h2 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-family: 'TD Graphik Light', Helvetica-, droid sans, sans-serif;
  padding: 0 15px;
}
@media (min-width: 48em) {
  .td-modal-quoter h2 {
    padding: 0 45px;
  }
}
.td-modal-quoter .td-modal-quoter-content {
  text-align: center;
  margin: 0 auto;
}
.td-modal-quoter .td-modal-quoter-content.width-4-column {
  width: 232px;
}
@media (min-width: 48em) {
  .td-modal-quoter .td-modal-quoter-content.width-4-column {
    width: 483px;
  }
}
@media (min-width: 64em) {
  .td-modal-quoter .td-modal-quoter-content.width-4-column {
    width: 483px;
  }
}
@media (min-width: 75em) {
  .td-modal-quoter .td-modal-quoter-content.width-4-column {
    width: 650px;
  }
}
.td-modal-quoter .td-modal-quoter-content.width-3-column {
  width: 232px;
}
@media (min-width: 48em) {
  .td-modal-quoter .td-modal-quoter-content.width-3-column {
    width: 359px;
  }
}
@media (min-width: 64em) {
  .td-modal-quoter .td-modal-quoter-content.width-3-column {
    width: 359px;
  }
}
@media (min-width: 75em) {
  .td-modal-quoter .td-modal-quoter-content.width-3-column {
    width: 490px;
  }
}
.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item {
  min-height: 167px;
}
@media (min-width: 48em) {
  .td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item {
    min-height: 184px;
  }
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-interactive-icon {
  background: #038203;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-interactive-icon
  img {
  opacity: 0.1;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-interactive-icon
  .td-icon {
  display: block;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .label {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  font-weight: bold;
  color: #038203;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-block-bundle {
  background: #2e8e29;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-block-bundle
  p,
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-block-bundle
  .label,
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-block-bundle
  .td-icon {
  color: #fff;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  a:active
  .td-block-bundle
  .label {
  font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
  font-weight: bold;
}
@media (min-width: 64em) {
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-interactive-icon {
    background: #038203;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-interactive-icon
    img {
    opacity: 0.1;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-interactive-icon
    .td-icon {
    display: block;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .label {
    font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
    font-weight: bold;
    color: #038203;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-block-bundle {
    background: #2e8e29;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-block-bundle
    p,
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-block-bundle
    .label,
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-block-bundle
    .td-icon {
    color: #fff;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    a:hover
    .td-block-bundle
    .label {
    font-family: 'TD Graphik SemiLight', Helvetica-, droid sans, sans-serif;
    font-weight: bold;
  }
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-interactive-icon {
  margin: 0 auto;
  margin-top: 17px;
  border: 0;
  background: transparent;
  width: 100px;
  height: 100px;
  margin-top: 0;
}
@media (min-width: 48em) {
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    .td-interactive-icon {
    margin-top: 17px;
  }
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-interactive-icon
  .td-icon {
  position: absolute;
  display: none;
  color: #fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-size: 3rem;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-block-bundle {
  width: 128px;
  height: 158px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  text-align: center;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-block-bundle
  p {
  color: #000;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    .td-block-bundle
    p {
    margin-bottom: 17px;
  }
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-block-bundle
  .td-icon {
  display: inline-block;
  font-size: 48px;
  font-size: 3rem;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-block-bundle
  .plus {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  font-size: 22px;
  font-size: 1.375rem;
}
.td-modal-quoter
  .td-modal-quoter-content
  .td-modal-quoter-item
  .td-block-bundle
  .label {
  margin-top: 22px;
  margin-bottom: 0;
  color: #038203;
}
@media (min-width: 48em) and (max-width: 63.94em) {
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    .td-block-bundle
    .label {
    margin-top: 17px;
  }
}
@media (max-width: 47.94em) {
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    .td-block-bundle {
    height: auto;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    .td-block-bundle
    p {
    margin-bottom: 0;
    letter-spacing: -0.5px;
  }
  .td-modal-quoter
    .td-modal-quoter-content
    .td-modal-quoter-item
    .td-block-bundle
    .label {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.td-modal-quoter .td-modal-quoter-content .td-modal-quoter-item .label {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.2rem;
} /*! td-emerald-standards - v1.11.1 - 2020-06-02, 09:06:03 */
