@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
@font-face {
  font-family: Bebas;
  src: url("../fonts/BebasNeue.ttf");
}
/* line 8, ../../../../../themes/nzcab/sass/typography.scss */
.typography {
  /* IMAGES
  -------------------------------------------- */
  /* BLOCKQUOTES
  -------------------------------------------- */
  /* ADDRESS
  -------------------------------------------- */
}
/* line 10, ../../../../../themes/nzcab/sass/typography.scss */
.typography * {
  color: #000;
  font-family: Oswald, Arial, Helvetica, sans-serif;
}
/* line 15, ../../../../../themes/nzcab/sass/typography.scss */
.typography h1, .typography h2, .typography h3, .typography h4 {
  clear: both;
  font-family: 'Bebas', Arial, Helvetica, sans-serif;
  margin-bottom: 1.5rem;
}
/* line 21, ../../../../../themes/nzcab/sass/typography.scss */
.typography h1 {
  font-size: 4rem;
}
/* line 25, ../../../../../themes/nzcab/sass/typography.scss */
.typography h2 {
  font-size: 3rem;
}
/* line 29, ../../../../../themes/nzcab/sass/typography.scss */
.typography h3 {
  font-size: 2.5rem;
}
/* line 33, ../../../../../themes/nzcab/sass/typography.scss */
.typography h4 {
  font-size: 2rem;
}
/* line 38, ../../../../../themes/nzcab/sass/typography.scss */
.typography .sidebar h1, .typography .sidebar h2, .typography .sidebar h3, .typography .sidebar h4 {
  color: #666666;
}
/* line 42, ../../../../../themes/nzcab/sass/typography.scss */
.typography .sidebar img {
  width: 100%;
}
/* line 47, ../../../../../themes/nzcab/sass/typography.scss */
.typography p {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
/* line 53, ../../../../../themes/nzcab/sass/typography.scss */
.typography a {
  color: #0988CF;
  font-weight: bolder;
  text-decoration: none;
  font-family: inherit;
}
/* line 60, ../../../../../themes/nzcab/sass/typography.scss */
.typography a:hover {
  color: #00304b;
}
/* line 64, ../../../../../themes/nzcab/sass/typography.scss */
.typography a.big-link {
  font-weight: normal;
}
/* line 68, ../../../../../themes/nzcab/sass/typography.scss */
.typography ul, .typography ol {
  margin-bottom: 2rem;
}
/* line 78, ../../../../../themes/nzcab/sass/typography.scss */
.typography li {
  font-size: 1.2rem;
}
/* line 84, ../../../../../themes/nzcab/sass/typography.scss */
.typography table tr td {
  border: 1px solid #AAA;
}
/* line 92, ../../../../../themes/nzcab/sass/typography.scss */
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
  background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
/* line 97, ../../../../../themes/nzcab/sass/typography.scss */
.typography img.left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 10px 0;
}
/* line 103, ../../../../../themes/nzcab/sass/typography.scss */
.typography img.right {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 5px 0 10px 20px;
}
/* line 108, ../../../../../themes/nzcab/sass/typography.scss */
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}
/* line 114, ../../../../../themes/nzcab/sass/typography.scss */
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}
/* line 122, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage {
  width: 100%;
  margin-top: 5px;
}
/* line 123, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage img {
  margin: 0;
}
/* line 124, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.left {
  float: left;
  margin: 5px 30px 20px 0px;
}
/* line 128, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.right {
  float: right;
  margin: 5px 0 20px 30px;
}
/* line 132, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
  max-width: 50%;
  /* Overides core width to make responsive */
}
/* line 136, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.left img,
.typography .captionImage.right img {
  float: none;
  max-width: none;
  width: 100%;
}
/* line 142, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.left img {
  margin-right: -10px;
}
/* line 145, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.right img {
  margin-left: -10px;
}
/* line 148, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.right p {
  margin-left: -10px;
  text-align: left;
  margin-left: -10px;
}
/* line 153, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.leftAlone {
  float: none;
  margin: 0 20px 20px 0px;
}
/* line 157, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage.center {
  margin: 0 auto 20px;
}
/* line 160, ../../../../../themes/nzcab/sass/typography.scss */
.typography .captionImage p {
  clear: both;
  margin: 5px 0;
  font-style: italic;
  color: #888;
}
/* line 170, ../../../../../themes/nzcab/sass/typography.scss */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px;
  float: right;
  text-indent: 30px;
  width: 50%;
  margin-left: 5%;
  clear: both;
}
/* line 183, ../../../../../themes/nzcab/sass/typography.scss */
.typography blockquote p {
  font-size: 17px;
  line-height: 25px;
}
/* line 187, ../../../../../themes/nzcab/sass/typography.scss */
.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}
/* line 198, ../../../../../themes/nzcab/sass/typography.scss */
.typography address {
  display: block;
  margin-bottom: 20px;
}
