.page-node-type-grammar #main {
  margin-bottom: 154px;
}

strong {
  font-weight: 900;
}

span.red, span.highlight {
  color: #6b1014;
  font-weight: 900;
}

span.grey {
  color: #848484;
}

span.underline {
  border-bottom: 1px solid #000;
}

table.blue-row span.underline, table.blue-head span.underline, table.bold-cols td:nth-child(n+2) span.underline {
  border-width: 2px;
}

span.red span.underline, span.highlight span.underline {
  border-color: #6b1014;
}

span.underline.lower {
  padding-bottom: 2px;
}

span.table-note {
  font-weight: normal;
  font-size: 14px;
}

span.regular {
  font-weight: normal;
  color: #000;
}

span.arrow {
  position: relative;
  display: inline-block;
  width: 1.125em;
  height: 0.8125em;
  margin-left: 0.125em;
  overflow: hidden;
}

span.arrow:before, span.arrow:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0.3125em;
  left: 0;
  width: 0.75em;
  height: 0.1875em;
  background: #000; 
}

span.arrow:after {
  top: 0;
  left: 0;
  width: 0.625em;
  height: 0.625em;
  border-top: 0.1875em solid #000;
  border-right: 0.1875em solid #000;
  transform: rotate(45deg);
  background: none;
}

.page-node-type-grammar #wrapper {
  overflow: visible;
}

.page-node-type-grammar #header:before, .page-node-type-grammar #header:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: -80px;
  width: 100px;
  height: 211px;
  background: #fff;
  z-index: 10;
}

.page-node-type-grammar #center-head {
  z-index: 20;
}

.page-node-type-grammar #header:after {
  left: auto;
  right: -80px;
}

.page-node-type-grammar article {
  width: 800px;
}

.page-node-type-grammar p {
  margin: 1.4em 0;
  clear: left;
}

.page-node-type-grammar p.inuit-logo-caption {
  clear: none;
  margin: 20px;
}

.page-node-type-grammar p.table-caption {
  margin: 0 0 0 4px;
  padding-top: 1.2em;
}

.page-node-type-grammar p.margin-top {
  margin-top: 2em;
}

.page-node-type-grammar table.grey + p {
  padding-top: 16px;
}

p.no-margin {
  margin: 0;
}

table.simple.two-col {
  width: 440px;
}

table.grey {
  width: 530px;
}

table.grey.blue-row {
  width: 520px;
}

table.grey.two-col {
  width: 460px;
  table-layout: fixed;
}

table.grey.two-col-b {
  width: 584px;
}

table.grey.two-col-c {
  width: 350px;
}

table.grey.two-col-c.wider {
  width: 780px;
  border-spacing: 0;
}

table.grey.two-col-d {
  width: 700px;
  border-spacing: 3px;
  margin-left: -3px;
}

table.grey.wide {
  width: 646px;
}

table.grey.four-col {
  width: 700px;
  margin-top: 30px;
}

table.grey.four-col.blue-head {
  width: 690px;
  margin-top: 14px
}

table.grey.five-col {
  width: 880px;
}

table.grey.fixed-mid-col {
  width: 634px;
}

table.large-font {
  width: auto;
  margin-top: 80px;
}

table.basic {
  width: auto;
  margin-bottom: 20px;
}

table.basic tbody:before {
  height: 0;
}

p + table.grey.four-col {
  margin-top: 0;
}

table.grey.four-col + table.grey.four-col {
  margin-top: 56px;
}

table,
table tbody tr {
  border-spacing: 1px;
  border-collapse: separate;
  border: none !important;
}

table.grey tr {
  background-color: #f0f0f0;
}

table.grey.blue-row tbody:first-of-type tr:first-child, table.grey.blue-head thead tr {
  background-color: #dfeffd;
}

table.grey thead tr, table.grey th {
  background: none;
  font-weight: 900;
  padding: 0 4px;
  vertical-align: top;
}

table.grey tbody:before {
  height: 2px;
}

table.grey.blue-head tbody:before {
  height: 1px;
}

table.grey.blue-row tbody:first-child:before {
  height: 60px;
}

table.line td, table.grey.wide td {
  vertical-align: top;
}

table.line {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

table.line tr {
  background-image: linear-gradient(#000, #000);
  background-size: 550px 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
}

table.line tr:last-child {
  background: none;
}

.page-node-type-grammar td {
  font-size: 16px;
  padding: 15px;
  margin: 0 2px;
  width: 33.33%;
}

table.grey.two-col-d td {
  width: auto;
  padding: 6px 15px 6px 10px;
  display: inline-block;
  vertical-align: top;
}

table.grey.two-col-d td:first-child {
  display: inline-block;
  width: 300px;
  font-weight: normal;
  border-right: 3px solid #fff;
}

.page-node-type-grammar table.large-font td {
  font-size: 20px;
  font-weight: 900;
  width: auto;
  padding: 0 20px 10px 0;
}

.page-node-type-grammar table.grey.two-col td, .page-node-type-grammar table.grey.two-col-b td, .page-node-type-grammar table.grey.two-col-b th {
  display: inline-block;
  padding: 7px 15px;
}

.page-node-type-grammar table.grey.two-col-b td, .page-node-type-grammar table.grey.two-col-b th, table.grey.blue-row th {
  padding: 7px 15px;
  font-weight: normal;
  color: #000;
}

table.grey.blue-row th {
  padding-top: 30px;
}

.page-node-type-grammar table.four-col td {
  width: 25%;
  padding: 12px;
  vertical-align: top;
}

.page-node-type-grammar table.four-col.more-padding td, table.grey.more-padding td {
  padding: 16px;
}

.page-node-type-grammar table.four-col.more-padding th {
  vertical-align: bottom;
}

table.grey.bold-cols td:first-child{
  font-weight: normal;
}

table.bold-cols td:nth-child(n+2){
  font-weight: 900;
}

table.all-bold-cols td {
  font-weight: 900;
}

table.basic td {
  padding: 2px 20px 2px 0;
  width: auto;
}

table.basic td:first-child {
  min-width: 100px;
}

.page-node-type-grammar table.grey.two-col td:last-child {
  width: 290px;
  border-left: 1px solid #fff;
}

.page-node-type-grammar table.grey.two-col-b td:first-child, .page-node-type-grammar table.grey.two-col-b th:first-child {
  width: 332px;
  font-weight: normal;
  border-right: 1px solid #fff;
}

.page-node-type-grammar table.grey.two-col-b td:last-child {
  width: auto;
  padding-left: 6px;
  font-weight: normal;
}

.page-node-type-grammar table.grey.two-col-b th:last-child {
  padding-left: 12px;
}

table.grey.two-col-c td {
  width: 50%;
}

table.grey.two-col-c.wider td {
  padding: 6px 15px;
  border-bottom: 1px solid #fff;
}

table.grey.two-col-c.wider th {
  padding-bottom: 2px;
}

table.grey.two-col-c.wider th:last-child {
  padding-left: 15px;
}

table.grey.five-col td {
  width: 20%;
}

table.simple td {
  padding: 0 0 20px 0;
  vertical-align: top;
}

table.line td {
  width: 230px;
  padding: 15px 40px 20px 0;
  line-height: 22px;
  display: inline-block;
}

table.line td:last-child {
  width: 320px;
  padding-right: 0;
}

table.grey td:first-child {
  font-weight: 900;
}

table.grey.wide td {
  border-right: 1px solid #fff;
}

table.grey.blue-row td, table.grey.blue-head td, table.grey.blue-head th {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-weight: 900;
  padding: 4px 15px;
  height: 56px;
  box-sizing: content-box;
}

table.grey.blue-head th.tight {
  padding: 4px 0;
  text-align: center;
  vertical-align: middle;
}

table.grey.blue-head td, table.grey.blue-head th {
  padding-top: 20px;
  height: 64px;
  box-sizing: border-box;
}

table.grey.blue-head th {
  color: #000;
  font-weight: normal;
  border-bottom: none;
}

table.grey.simple-head th {
  color: #000;
}

table.grey.blue-row tbody tr:last-child td, table.grey.blue-head tbody tr:last-child td, table.grey.blue-head tbody tr:first-child td:first-child {
  border-bottom: 15px solid #fff;
}

table.grey.blue-head tbody tr:last-child td {
  height: 79px;
}

table.fixed-height td, table.fixed-height-2 td {
  height: 49px;
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
}

table.fixed-height-2 td, table.fixed-height-2 td:first-child {
  height: 70px;
  font-weight: normal;
}

table.basic.fixed-height td {
  height: 45px;
  vertical-align: top;
}

table.grey.wide td:first-child, table.grey.four-col td:first-child, table.grey.two-col-c.wider td:first-child, table.normal td, table.grey.normal td:first-child, table.normal th {
  font-weight: normal;
}

table.grey.blue-head.four-col tr:nth-child(n + 2) td:first-child {
  font-weight: 900;
}

table.grey.fixed-mid-col th, table.grey.most-padding th {
  padding-left: 15px;
}

.page-node-type-grammar table.grey.most-padding td {
  padding: 20px 15px;
}

table.grey.fixed-mid-col td {
  width: 26%;
  font-weight: 900;
  padding: 23px 15px;
}

table.grey.fixed-mid-col td:nth-child(2) {
  width: 42%;
  font-weight: normal;
}

ul {
  margin-left: 16px;
}

ol {
  list-style: none;
  counter-reset: numbered-bold;
}

ol li:before {
  content: counter(numbered-bold) ". ";
  font-weight: 900;
  margin-right: 0.4em;
}

ol li {
  counter-increment: numbered-bold;
  margin: 1.4em 0;
}

.context-grammar-topics .page-title-suffix {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #8b141a;
  margin-left: 10px;
}

.page-node-type-grammar h1 {
  font-size: 34px;
  font-weight: 900;
  margin-top: 27px;
}

.page-node-type-grammar h2 {
  clear: both;
  font-size: 26px;
  line-height: 26px;
  padding-top: 114px;
  font-weight: 900;
}

.page-node-type-grammar h2.small-padding {
  padding-top: 36px;
}

.page-node-type-grammar h2.no-padding {
  padding-top: 0;
}

.page-node-type-grammar h3 {
  font-size: 22px;
  clear: both;
  color: #6b1014;
  font-weight: 900;
  padding-top: 24px;
}

h3.small {
  font-size: 16px;
}

.page-node-type-grammar h3.table-caption {
  margin-left: 4px;
  font-size: 17px;
  padding-top: 16px;
}

.page-node-type-grammar table.grey + h3 {
  padding-top: 80px;
}

.page-node-type-grammar table.grey + h3.table-caption {
  padding-top: 20px;
}

img.unaaqaqtunga {
  margin-left: -40px;
  padding-top: 80px;
}

img.dog {
  margin-right: 136px;
  margin-top: -6px;
}

img.daughters {
  margin-right: 72px;
  margin-top: -42px;
}

img.built-house {
  margin-right: 40px;
  margin-top: -58px;
}

img.father-house {
  margin-right: -10px;
  margin-top: -80px;
}

img.boat-two {
  margin-right: -80px;
  margin-top: -20px;
}

img.children {
  margin-right: -46px;
  margin-top: -10px;
}

img.nirita {
  margin-left: 10px;
  margin-bottom: 26px;
}

img.pisuglunga {
  margin-left: -26px;
  margin-top: 10px;
}

img.sila {
  margin-left: 10px;
}

img.sunamik {
  margin-left: 150px;
}

img.tusaajattigit {
  margin-left: -44px;
  margin-top: 20px;
}

img.takujannga {
  margin-left: 40px;
  margin-top: 16px;
}

p.ulu {
  position: relative;
  float: left;
  clear: none;
  margin: 110px 0 30px 0;
}

p.ulu img {
  display: block;
}

p.ulu-1 img {
  margin-top: 6px;
}

p.ulu-2 img {
  margin: 4px 14px 0 34px;
}

p.ulu span {
  position: absolute;
  top: -22px;
  left: 10px;
  font-weight: 900;
}

p.ulu-2 span {
  left: 76px;
}

p.ulu-3 span {
  left: 40px;
}

img.angutit {
  margin: 20px 0 10px 150px;
}

img.skin-boots {
  margin: 20px 0 4px 86px;
}

img.boat {
  margin-left: 30px;
}

img.tent-2 {
  margin-top: -24px;
  margin-right: -330px;
}

img.pointing {
  margin-right: 116px;
  margin-top: -10px;
}

img.boots {
  margin: -4px 0 36px -56px;
}

.context-grammar-topics #content h2 {
  font-size: 16px;
  font-weight: 900;
  margin: 15px 0 3px 0;
}

.context-grammar-topics #content nav[class*="topic-list"] {
  width: 30%;
  display: inline-block;
  float: left;
  margin: 16px 0 30px 5%;
  vertical-align: top;
  padding-top: 27%;
  background-image: url(../images/grammar-topics-1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.context-grammar-topics #content nav.menu--topic-list-1, .context-grammar-topics #content nav.menu--topic-list-4 {
  margin-left: 0;
}

.context-grammar-topics #content nav.menu--topic-list-2 {
  background-image: url(../images/grammar-topics-2.jpg);
}

.context-grammar-topics #content nav.menu--topic-list-3 {
  background-image: url(../images/grammar-topics-3.jpg);
}

.context-grammar-topics #content nav.menu--topic-list-4 {
  clear: both;
  background-image: url(../images/grammar-topics-4.jpg);
}

.context-grammar-topics #content nav.menu--topic-list-5 {
  background-image: url(../images/grammar-topics-5.jpg);
}

.context-grammar-topics #content nav.menu--topic-list-6 {
  background-image: url(../images/grammar-topics-6.jpg);
}

.context-grammar-topics #content nav[class*="topic-list"] ul li:first-child {
  border-top: 1px solid #000;
}

.context-grammar-topics #content nav[class*="topic-list"] ul li {
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px solid #000;
  width: 100%;
}

.context-grammar-topics #content nav[class*="topic-list"] a {
  display: block;
  width: 100%;
  color: #000;
  padding: 5px;
}

.context-grammar-topics #content nav[class*="topic-list"] li a:hover {
  background-color: #f8efbe;
}

.context-grammar-topics #content nav[class*="topic-list"] ul {
  margin: 0;
}

.page-title {
  clear: left;
}

.page-title > div {
  display: inline;
  color: #621918;
}
