@charset "UTF-8";
body {
  background-color: #f6f5f2;
}

* {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #2e2d2a;
}

img {
  display: block;
  border: none;
}

blockquote {
  font-family: Georgia, serif !important;
  font-size: 13px;
  line-height: 18px;
}
blockquote p, blockquote a, blockquote abbr, blockquote span, blockquote mark {
  font: inherit;
  color: inherit;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}
blockquote p + p {
  text-indent: 1em;
}
blockquote footer:before {
  content: "—";
}

h1, figure {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
}

.border-error {
  border-color: #e55a20;
  border-width: 2px;
}

h1, h2, h3, h4, p, ul, li, cite, a, td, th, label {
  font-size: 12px;
  line-height: 3rem;
}

a, abbr, span {
  font: inherit;
  color: inherit;
}

ul {
  list-style-type: square;
}

li {
  margin-left: 18px;
}

hr {
  margin: 3rem 0;
  background-color: #ccc;
  height: 1px;
  border: none;
  outline-style: none;
}

.border-error input {
  border-color: #e55a20;
  border-style: solid;
}

ul.errorlist li {
  list-style-position: inside;
  color: #e55a20;
  font-weight: bold;
  padding: 0px;
  margin-left: 7px;
  margin-right: 0px;
}

a.section {
  padding: 1.5rem 3rem;
}

body > header {
  width: 100%;
}
body > header > div.logo {
  width: 100%;
  height: 90px;
  float: left;
  background-color: #3e3d3a;
}
body > header > div.logo a {
  display: block;
  width: 100%;
}
body > header > div.logo a img {
  width: 794px;
  margin-left: auto;
  margin-right: auto;
}
body > header nav {
  clear: both;
  width: 100%;
  background-color: #DADAD4;
  height: 6rem;
}
body > header nav div {
  width: 792px;
  margin-left: auto;
  margin-right: auto;
}
body > header nav div ul {
  float: left;
  list-style-type: none;
  width: 396px;
  padding: 1.5rem 0;
}
body > header nav div ul li {
  display: inline;
}
body > header nav div ul li a {
  cursor: pointer;
}
body > header nav div ul.main li {
  font-weight: bold;
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  margin: 0 1em 0 0;
}
body > header nav div ul.main li:first-child {
  margin-left: 1.5rem;
}
body > header nav div ul.site {
  text-align: right;
}
body > header nav div ul.site li {
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  margin: 0 0 0 1em;
}
body > header nav div ul.site li:last-child {
  margin-right: 1.5rem;
}
body > header section#site-language-switcher {
  width: 100%;
  padding-bottom: 3rem;
}
body > header section#site-language-switcher div {
  clear: both;
  width: 774px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
body > header section#site-language-switcher div p {
  margin-right: 1.5rem;
}
body > header section#site-language-switcher div span {
  cursor: pointer;
}
body > header section#site-language-switcher div span.switch-to {
  text-decoration: underline;
}
body > header section#site-language-switcher div span a {
  text-decoration: underline;
}
body > section {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 792px;
}
body > section > header {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 774px;
}
body > section > header h1 {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 34px;
  line-height: 6rem;
}
body > section > header h1 + p {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
}
body section.promo {
  background-color: black;
  color: white;
  width: 100%;
}
body section.promo a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
body section.promo a div {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 792px;
  height: 9rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  align-content: center;
  align-items: center;
}
body section.promo a div p {
  grid-row: 1/2;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 3rem;
  text-transform: uppercase;
  padding: 0 0.5rem;
}
body section.promo a div p.flex-space {
  padding: 0;
}
body section.promo a div p.countdown {
  padding: 0;
  text-align: right;
  top: 0px;
  font-size: 12px;
  color: #cccccc;
}
body > footer {
  clear: both;
  width: 792px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
body > footer nav.shortcuts ul {
  background-color: #4C4C4A;
  list-style-type: none;
  padding: 1.5rem 0;
  padding-left: 1.5rem;
}
body > footer nav.shortcuts ul li {
  color: #fff;
  display: inline;
  border: none;
  margin: 0;
  margin-right: 1em;
  font-family: "Knockout 30 A", "Knockout 30 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
}
body > footer nav.shortcuts ul li a {
  color: #fff;
}
body > footer p.copyrights {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

body > section h1 {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 34px;
  line-height: 6rem;
  text-transform: uppercase;
}
body > section h1 + p {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
}
body > section h2 {
  font-family: "Knockout 50 A", "Knockout 50 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 34px;
  line-height: 6rem;
  color: #60a3b4;
  text-transform: uppercase;
}
body > section h3 {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 3rem;
  color: #60a3b4;
}
body > section h2 + p {
  font-family: "Knockout 51 A", "Knockout 51 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
  margin-bottom: 3rem;
}
body > section a.section, body > section a.action, body > section span.action {
  background-color: #60a3b4;
  color: white;
  cursor: pointer;
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 3rem;
}
body > section div.call-to-action {
  clear: both;
  line-height: 6rem;
}
body > section div.call-to-action a, body > section div.call-to-action span, body > section div.call-to-action input {
  font-family: "Knockout 34 A", "Knockout 34 B", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  background-color: #60a3b4;
  cursor: pointer;
  border: 0px solid white;
  padding: 1.5rem 3rem;
}
body > section section > h2 > a, body > section section > div > h2 > a, body > section section > header h2 a, body > section section > div > header h2 a {
  color: transparent;
  cursor: pointer;
}
body > section > header p {
  text-transform: uppercase;
}
body > section section.headline {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 774px;
  clear: both;
}
body > section section.headline h2, body > section section.headline header h2 {
  text-align: center;
}
body > section section.headline h2 abbr, body > section section.headline header h2 abbr {
  text-decoration: none;
}
body > section section.headline h2 + p, body > section section.headline header h2 + p {
  margin-bottom: 3rem;
  width: 550px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
body > section section.questions-answers {
  display: inline;
  float: left;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: 378px;
}
body > section section.questions-answers h3 a {
  color: transparent;
}
body > section section.questions-answers p, body > section section.questions-answers ul, body > section section.questions-answers ol {
  margin-bottom: 3rem;
}
body > section section.questions-answers p a, body > section section.questions-answers ul a, body > section section.questions-answers ol a {
  text-decoration: underline;
}

/*# sourceMappingURL=tassman-4-faq.css.map */
