@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  box-sizing: inherit; }

:focus {
  outline: 0; }

/*general*/
html {
  box-sizing: border-box; }

body {
  line-height: 1.42857143; }

/*structure*/
img {
  border: 0; }

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

@font-face {
  font-family: "Sini-Bold";
  src: url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547361") format("opentype"), url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547360") format("opentype"), url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547363") format("truetype"), url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547364") format("woff"), url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547365") format("woff2"), url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547362") format("svg"); }
/*
@font-face {
  
  src: url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547358/?a=547359") format("opentype"); }
*/

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  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: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  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: 10px;
  margin-bottom: 10px; }
  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: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.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: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  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-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  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.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .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: 20px;
  font-style: normal;
  line-height: 1.42857; }

@media screen and (max-width: 1023.98px) {
  #main-nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-bottom: 2px solid #FFFFFF; } }

@media screen and (min-width: 1024px) {
  .nav-opener-holder {
    display: none; } }

@media screen and (max-width: 1023.98px) {
  .nav-opener-holder {
    overflow: hidden;
    float: right;
    padding: 14px 15px; } }

.nav-opener-holder .nav-opener {
  width: 46px;
  height: 46px;
  position: relative;
  border: 1px solid #FFFFFF; }
  @media screen and (max-width: 1023.98px) {
    .nav-opener-holder .nav-opener {
      display: block; } }
  .nav-opener-holder .nav-opener:hover {
    opacity: 0.9; }
  .nav-opener-holder .nav-opener span, .nav-opener-holder .nav-opener:before, .nav-opener-holder .nav-opener:after {
    background: #FFF;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    height: 4px;
    margin-top: -2px;
    transition: 300ms linear all; }
  .nav-opener-holder .nav-opener:before, .nav-opener-holder .nav-opener:after {
    content: '';
    top: 30%; }
  .nav-opener-holder .nav-opener:after {
    top: 70%; }

@media screen and (min-width: 1024px) {
  .nav-slide {
    display: flex;
    justify-content: flex-end; } }

@media screen and (max-width: 1023.98px) {
  .nav-slide {
    display: block;
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 1000;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFFFFF;
    height: 0%;
    transition: 300ms linear height; } }

@media screen and (max-width: 1023.98px) {
  .nav-slide .nav-wrap {
    transform: translate(0, -150%);
    transition: 300ms linear transform;
    background: #FFFFFF;
    padding-bottom: 25px; } }

.nav-slide .nav-item {
  text-align: center; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }


.nav .open > a,
.nav .open a:focus,
.nav .open a:hover {
  background-color: transparent;
  border-color: none; }

.main-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px; }
  @media screen and (max-width: 1023.98px) {
    .main-nav-list {
      display: block;
      margin-top: 0; } }

.nav-link {
  display: block;
  font-size: 18px;
  color: #FFFFFF; }
  .nav-link:hover {
    text-decoration: none; }

.nav-active {
  overflow: hidden;
  height: 100%; }
  .nav-active .nav-opener span {
    opacity: 0; }
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%; }
  .nav-active .nav-opener:after {
    transform: rotate(-45deg); }
  .nav-active .nav-slide {
    height: 100%; }
    @media screen and (max-width: 1023.98px) {
      .nav-active .nav-slide .nav-wrap {
        transform: translate(0, 0); } }
  .nav-active .nav-item {
    text-align: center; }
    .nav-active .nav-item .nav-link {
      color: #333;
      font-size: 20px;
      padding: 15px 0; }
      .nav-active .nav-item .nav-link:hover {
        background-color: #EEE; }
      .nav-active .nav-item .nav-link:before {
        left: 0;
        right: 0;
        bottom: -1px;
        height: 3px;
        content: '';
        background: #F56600;
        position: absolute;
        transform: scale(0, 0);
        transition: 300ms ease all; }
      .nav-active .nav-item .nav-link:hover:before {
        transform: scale(1, 1); }

.hero-section {
  position: relative;
  overflow: hidden; }
  .hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); }
  .hero-section__banner-holder {
    min-height: 550px;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 1023.98px) {
      .hero-section__banner-holder {
        min-height: 400px; } }
  .hero-section__caption-holder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    z-index: 10;
    margin-top: 30px;
    text-align: center;
    user-select: none; }
  .hero-section__caption-holder .sub-title, .hero-section__caption .sub-title {
    display: block;
    color: #FFFFFF;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
    font-size: 18px; }
    @media screen and (max-width: 575.98px) {
      .hero-section__caption-holder .sub-title, .hero-section__caption .sub-title {
        font-size: 18px; } }
    @media screen and (min-width: 576px) and (max-width: 767.98px) {
      .hero-section__caption-holder .sub-title, .hero-section__caption .sub-title {
        font-size: 35px; } }
    @media screen and (min-width: 768px) and (max-width: 1023.98px) {
      .hero-section__caption-holder .sub-title, .hero-section__caption .sub-title {
        font-size: 40px; } }
    @media screen and (min-width: 1024px) {
      .hero-section__caption-holder .sub-title, .hero-section__caption .sub-title {
        font-size: 45px; } }
  .hero-section__caption-holder h1, .hero-section__caption h1 {
    font-family: "Sini-Bold";
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 30px; }
    @media screen and (max-width: 575.98px) {
      .hero-section__caption-holder h1, .hero-section__caption h1 {
        margin-bottom: 20px;
        font-size: 45px; } }
    @media screen and (min-width: 576px) and (max-width: 767.98px) {
      .hero-section__caption-holder h1, .hero-section__caption h1 {
        margin-bottom: 20px;
        font-size: 58px; } }
    @media screen and (min-width: 768px) and (max-width: 1023.98px) {
      .hero-section__caption-holder h1, .hero-section__caption h1 {
        font-size: 76px; } }
    @media screen and (min-width: 1024px) and (max-width: 1359.98px) {
      .hero-section__caption-holder h1, .hero-section__caption h1 {
        font-size: 96px; } }
    @media screen and (min-width: 1360px) {
      .hero-section__caption-holder h1, .hero-section__caption h1 {
        font-size: 120px; } }

#main-content {
  overflow: hidden; }

.marketing-section,
.infrastructure-section,
.industry-section,
.packages-section {
  font-family: "Sini-Bold";
  color: #FFFFFF;
  padding-bottom: 32px;
  padding-top: 32px;
  position: relative; }
  @media screen and (max-width: 767.98px) {
    .marketing-section,
    .infrastructure-section,
    .industry-section {
      padding-top: 0;
      padding-bottom: 0; } }
  @media screen and (max-width: 767.98px) {
    .packages-section {
      padding-bottom: 0; } }
  .marketing-section__text-holder,
  .infrastructure-section__text-holder,
  .industry-section__text-holder {
    display: flex;
    text-transform: uppercase; }
    @media screen and (max-width: 991.98px) {
      .marketing-section__text-holder,
      .infrastructure-section__text-holder,
      .industry-section__text-holder {
        justify-content: center; } }
    @media screen and (max-width: 767.98px) {
      .marketing-section__text-holder,
      .infrastructure-section__text-holder,
      .industry-section__text-holder {
        flex-direction: column; } }
  .marketing-section__text-big,
  .infrastructure-section__text-big,
  .industry-section__text-big {
    font-size: 60px;
    margin-right: 10px; }
    @media screen and (max-width: 1199.98px) {
      .marketing-section__text-big,
      .infrastructure-section__text-big,
      .industry-section__text-big {
        font-size: 55px; } }
    @media screen and (max-width: 767.98px) {
      .marketing-section__text-big,
      .infrastructure-section__text-big,
      .industry-section__text-big {
        margin: 0;
        align-self: center; } }
    @media screen and (max-width: 575.98px) {
      .marketing-section__text-big,
      .infrastructure-section__text-big,
      .industry-section__text-big {
        font-size: 35px; } }
  .marketing-section__text-small,
  .infrastructure-section__text-small,
  .industry-section__text-small {
    padding-top: 24px;
    font-size: 26px;
    line-height: 0.9; }
    @media screen and (max-width: 1199.98px) {
      .marketing-section__text-small,
      .infrastructure-section__text-small,
      .industry-section__text-small {
        font-size: 23px; } }
    @media screen and (max-width: 767.98px) {
      .marketing-section__text-small,
      .infrastructure-section__text-small,
      .industry-section__text-small {
        padding: 0;
        align-self: center;
        text-align: center; } }
    @media screen and (max-width: 575.98px) {
      .marketing-section__text-small,
      .infrastructure-section__text-small,
      .industry-section__text-small {
        font-size: 20px; } }
  .marketing-section__text-right,
  .infrastructure-section__text-right,
  .industry-section__text-right {
    font-size: 60px; }
    @media screen and (max-width: 1199.98px) {
      .marketing-section__text-right,
      .infrastructure-section__text-right,
      .industry-section__text-right {
        font-size: 55px; } }
    @media screen and (max-width: 991.98px) {
      .marketing-section__text-right,
      .infrastructure-section__text-right,
      .industry-section__text-right {
        display: flex;
        justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 767.98px) {
      .marketing-section__text-right,
      .infrastructure-section__text-right,
      .industry-section__text-right {
        margin-top: -10px; } }
    @media screen and (max-width: 575.98px) {
      .marketing-section__text-right,
      .infrastructure-section__text-right,
      .industry-section__text-right {
        font-size: 35px;
        margin-top: -5px; } }
  .marketing-section__subtext,
  .infrastructure-section__subtext,
  .industry-section__subtext {
    font-size: 30px;
    margin: 10px 0 20px 0; }
    @media screen and (max-width: 991.98px) {
      .marketing-section__subtext,
      .infrastructure-section__subtext,
      .industry-section__subtext {
        display: flex;
        justify-content: center;
        text-align: center; } }
    @media screen and (max-width: 575.98px) {
      .marketing-section__subtext,
      .infrastructure-section__subtext,
      .industry-section__subtext {
        font-size: 25px; } }

.marketing-section {
  background-color: #D2222C; }
  .marketing-section__subtext {
    color: #FFC701; }
  .marketing-section .grid-item {
    background-color: #91181D; }

.infrastructure-section {
  background-color: #253E8E; }
  .infrastructure-section__subtext {
    color: #02ADE2; }
  .infrastructure-section .grid-item {
    background-color: #1B2C63; }

.industry-section {
  background-color: #3BA040; }
  .industry-section__subtext {
    color: #FFFFFF; }
  .industry-section .grid-item {
    background-color: #2F8033; }

a.grid-item-link:hover {
  text-decoration: none;
  color: #FFFFFF; }
  
a.grid-item-link:focus .grid-item {
    background-color: #FFFFFF; }
a.grid-item-link:focus .grid-hover-text {
    display: block; }
a.grid-item-link:focus img, a.grid-item-link:focus .grid-title, a.grid-item-link:focus .grid-text {
    display: none; }

.grid-item {
  font-family: "Sini-Bold";
  min-height: 225px;
  text-align: center;
  padding: 25px;
  margin-bottom: 30px;
  transition: 300ms all ease-in;
  line-height: 1.4; }
  @media screen and (max-width: 767.98px) {
    .marketing-section .grid-item,
    .infrastructure-section .grid-item,
    .industry-section .grid-item {
      height: 225px;}}
  @media screen and (max-width: 449.98px) {
    .marketing-section .grid-item,
    .infrastructure-section .grid-item,
    .industry-section .grid-item {
      height: 250px;}}
  .grid-item:hover {
    background-color: #FFFFFF; }
    .grid-item:hover .grid-hover-text {
      display: block; }
    .marketing-section .grid-item:hover img,
    .infrastructure-section .grid-item:hover img,
    .industry-section .grid-item:hover img,
    .marketing-section .grid-item:hover .grid-title,
    .infrastructure-section .grid-item:hover .grid-title,
    .industry-section .grid-item:hover .grid-title,
    .marketing-section .grid-item:hover .grid-text,
    .infrastructure-section .grid-item:hover .grid-text,
    .industry-section .grid-item:hover .grid-text {
      display: none; }
  .grid-item img {
    height: 80px; }
  .grid-item .grid-title {
    font-size: 36px; }
  .grid-item .grid-text {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 15px; }

.grid-hover-text {
  display: none;
  color: #333;
  font-size: 18px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%); }
  .grid-hover-text .read-more {
    font-size: 25px;
    position: relative;
    margin-right: 10px; }
  .grid-hover-text .read-more-red,
  .grid-hover-text .read-more-blue,
  .grid-hover-text .read-more-green {
    font-family: "Sini-Bold"; }
  .grid-hover-text .read-more-red {
    color: #D2222C; }
    .grid-hover-text .read-more-red:after {
      content: '';
      transition: 300ms ease-in all;
      background-image: url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547345/?a=547353");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 14px;
      margin-left: 5px;
      width: 18px;
      height: 18px; }
  .grid-hover-text .read-more-blue {
    color: #253E8E; }
    .grid-hover-text .read-more-blue:after {
      content: '';
      transition: 250ms ease-in all;
      background-image: url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547345/?a=547541");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 14px;
      margin-left: 5px;
      width: 18px;
      height: 18px; }
  .grid-hover-text .read-more-green {
    color: #3BA040; }
    .grid-hover-text .read-more-green:after {
      content: '';
      transition: 250ms ease-in all;
      background-image: url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547345/?a=547542");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      top: 14px;
      margin-left: 5px;
      width: 18px;
      height: 18px; }

.back-splash {
  position: absolute;
  right: 9%;
  bottom: 0; }
  @media screen and (max-width: 767.98px) {
    .back-splash {
      right: 0;
      left: 0; } }
  .back-splash img {
    width: 100%; }

.inner-hero-section {
  position: relative;
  overflow: hidden; }
  .inner-hero-section__caption-holder {
    padding-top: 100px;
    padding-bottom: 20px; }
    @media screen and (max-width: 575.98px) {
      .inner-hero-section__caption-holder {
        padding-top: 80px; } }
    .inner-hero-section__caption-holder .title-wrap {
      display: inline-block;
      float: right;
      color: #FFFFFF;
      font-family: "Sini-Bold"; }
      @media screen and (max-width: 575.98px) {
        .inner-hero-section__caption-holder .title-wrap {
          float: left; } }
    .inner-hero-section__caption-holder .caption-wrapper {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .inner-hero-section__caption-holder .caption-wrapper .text-wrap {
        flex: 2;
        margin-left: 15px;
        margin-right: 15px;
        font-family: "Sini-Bold";
        color: #FFFFFF;
        text-transform: uppercase; }
        @media screen and (max-width: 767.98px) {
          .inner-hero-section__caption-holder .caption-wrapper .text-wrap {
            margin-left: 0;
            margin-right: 0; } }
      .inner-hero-section__caption-holder .caption-wrapper .image-wrap {
        flex: 1;
        align-self: flex-end; }
        @media screen and (max-width: 767.98px) {
          .inner-hero-section__caption-holder .caption-wrapper .image-wrap {
            display: none; } }
        .inner-hero-section__caption-holder .caption-wrapper .image-wrap img {
          float: right;
          height: 250px;
          margin-right: 40px; }
          @media screen and (max-width: 991.98px) {
            .inner-hero-section__caption-holder .caption-wrapper .image-wrap img {
              height: 200px; } }
      .inner-hero-section__caption-holder .caption-wrapper .sub-title {
        font-size: 38px; }
        @media screen and (max-width: 991.98px) {
          .inner-hero-section__caption-holder .caption-wrapper .sub-title {
            font-size: 30px; } }
        @media screen and (max-width: 575.98px) {
          .inner-hero-section__caption-holder .caption-wrapper .sub-title {
            font-size: 21px; } }
      .inner-hero-section__caption-holder .caption-wrapper h1 {
        font-size: 68px; }
        @media screen and (max-width: 991.98px) {
          .inner-hero-section__caption-holder .caption-wrapper h1 {
            font-size: 60px; } }
        @media screen and (max-width: 575.98px) {
          .inner-hero-section__caption-holder .caption-wrapper h1 {
            font-size: 41px; } }
      .inner-hero-section__caption-holder .caption-wrapper h2 {
        font-size: 36px;
        margin-bottom: 10px; }
        @media screen and (max-width: 374.98px) {
          .inner-hero-section__caption-holder .caption-wrapper h2 {
            font-size: 32px; } }
      .inner-hero-section__caption-holder .caption-wrapper h3 {
        font-size: 24px;
        margin-top: 10px;
        text-transform: capitalize;
         }
        @media screen and (max-width: 374.98px) {
          .inner-hero-section__caption-holder .caption-wrapper h3 {
            font-size: 22px; } }

.inner-back-splash {
  position: absolute;
  bottom: 0;
  right: 9%; }

.content__inner-page {
  color: #333; }

  @media screen and (max-width: 767.98px) {
    .content__inner-page {
      padding-top: 0;
      padding-bottom: 0; } }
  .content__inner-page h2 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 20px; }
    
.content__inner-page .row .aside__inner-page:empty {
  display: none; }

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  font-size: 14px;
  word-spacing: 2px;
  padding: 0 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem; }
.breadcrumbs-item + .breadcrumbs-item {
  padding-left: 0.7rem; }
.breadcrumbs-item + .breadcrumbs-item::before {
  display: inline-block;
  padding-right: 0.7rem;
  color: #434343;
  content: "/"; 
  position: relative;
  top: -4px; }
.breadcrumbs-item + .breadcrumbs-item:hover::before {
  text-decoration: underline; }
.breadcrumbs-item + .breadcrumbs-item:hover::before {
  text-decoration: none; }
.breadcrumbs-item.active {
  color: #337AB7; }
.breadcrumbs-item a {
  color: #434343;
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400; }
.breadcrumbs-item a:hover {
  color: #337AB7 !important;}

@media screen and (max-width: 767.98px) {
  .markup__inner-page {
    margin-top: 0;
    margin-left: 0; } }
.markup__inner-page ul {
  padding-left: 40px; }
.markup__inner-page a {
  color: #337AB7; }
.markup__inner-page a:hover {
  text-decoration: underline;
  color: #337AB7 !important; }

.aside__inner-page {
  margin-top: 20px;
  margin-bottom: 40px; }
  .aside__inner-page .title {
    color: #D2222C;
    font-size: 19px;
    padding-bottom: 5px; }
  .aside__inner-page ul {
    margin-top: 5px;
    list-style-type: none;
    padding: 0; }
    .aside__inner-page ul > li {
      border-bottom: 1px solid #EEE;
      padding: 10px 0;
      position: relative;
      line-height: 1.3; }
      .aside__inner-page ul > li:before {
        content: '';
        background-image: url("https://turbochargingtourism.nt.gov.au/__data/assets/file/0019/547345/?a=547352");
        background-size: contain;
        background-repeat: no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 15px;
        left: 0; }
      .aside__inner-page ul > li a {
        text-decoration: none;
        display: inline-block;
        padding-left: 20px;
        color: #333; }
        .aside__inner-page ul > li a:hover {
          transform: translateX(5px); }
      .aside__inner-page ul > li.active a {
        color: #337AB7; }
      .aside__inner-page ul > li.normal a {
        color: #333; }
    .aside__inner-page ul li > ul {
      list-style-type: none;
      padding: 0;
      margin-left: 20px; }
      .aside__inner-page ul li > ul li {
        padding: 10px 0;
        position: relative;
        line-height: 1.3;
        border-bottom: 1px solid #EEE; }
        .aside__inner-page ul li > ul li:last-child {
            border-bottom: none;
        }

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: transparent; }

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left; }

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0; }

.sm ul {
  display: none; }

.sm li, .sm a {
  position: relative; }

.sm a {
  display: block; }

.sm a.disabled {
  cursor: default; }

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden; }

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit; }

.sm-clean {
  background: #eeeeee;
  border-radius: 5px; }
  .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active {
    padding: 13px 20px;
    /* make room for the toggle button (sub indicator) */
    padding-right: 58px;
    color: #555555;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none; }
  .sm-clean a.current {
    color: #D23600; }
  .sm-clean a.disabled {
    color: #bbbbbb; }
  .sm-clean a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px; }
  .sm-clean a .sub-arrow::before {
    content: '+'; }
  .sm-clean a.highlighted .sub-arrow::before {
    content: '-'; }
  .sm-clean > li:first-child > a, .sm-clean > li:first-child > :not(ul) a {
    border-radius: 5px 5px 0 0; }
  .sm-clean > li:last-child > a, .sm-clean > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul,
  .sm-clean > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul,
  .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul,
  .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,
  .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 0 0 5px 5px; }
  .sm-clean > li:last-child > a.highlighted, .sm-clean > li:last-child > *:not(ul) a.highlighted,
  .sm-clean > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
  .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
  .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted,
  .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, .sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
    border-radius: 0; }
  .sm-clean li {
    border-top: 1px solid rgba(0, 0, 0, 0.05); }
  .sm-clean > li:first-child {
    border-top: 0; }
  .sm-clean ul {
    background: rgba(162, 162, 162, 0.1); }
    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
      font-size: 16px;
      border-left: 8px solid transparent; }
    .sm-clean ul ul a,
    .sm-clean ul ul a:hover,
    .sm-clean ul ul a:focus,
    .sm-clean ul ul a:active {
      border-left: 16px solid transparent; }
    .sm-clean ul ul ul a,
    .sm-clean ul ul ul a:hover,
    .sm-clean ul ul ul a:focus,
    .sm-clean ul ul ul a:active {
      border-left: 24px solid transparent; }
    .sm-clean ul ul ul ul a,
    .sm-clean ul ul ul ul a:hover,
    .sm-clean ul ul ul ul a:focus,
    .sm-clean ul ul ul ul a:active {
      border-left: 32px solid transparent; }
    .sm-clean ul ul ul ul ul a,
    .sm-clean ul ul ul ul ul a:hover,
    .sm-clean ul ul ul ul ul a:focus,
    .sm-clean ul ul ul ul ul a:active {
      border-left: 40px solid transparent; }

@media (min-width: 1024px) {
  /* Switch to desktop layout
	-----------------------------------------------
	   These transform the menu tree from
	   collapsible to desktop (navbar + dropdowns)
	-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 12em; }
  .sm-clean li {
    float: left; }
  .sm-clean.sm-rtl li {
    float: right; }
  .sm-clean ul li, .sm-clean.sm-rtl ul li, .sm-clean.sm-vertical li {
    float: none; }
  .sm-clean a {
    white-space: nowrap; }
  .sm-clean ul a, .sm-clean.sm-vertical a {
    white-space: normal; }
  .sm-clean .sm-nowrap > li > a, .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
  /* ...end */
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px; }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      padding: 12px 12px;
      color: #555555;
      border-radius: 0 !important; }
    .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
      color: #D23600; }
    .sm-clean a.current {
      color: #D23600; }
    .sm-clean a.disabled {
      color: #bbbbbb; }
    .sm-clean a.has-submenu {
      padding-right: 24px; }
    .sm-clean a .sub-arrow {
      top: 50%;
      margin-top: -2px;
      right: 12px;
      width: 0;
      height: 0;
      border-width: 4px;
      border-style: solid dashed dashed dashed;
      border-color: #555555 transparent transparent transparent;
      background: transparent;
      border-radius: 0; }
    .sm-clean a .sub-arrow::before {
      display: none; }
    .sm-clean li {
      border-top: 0; }
    .sm-clean > li > ul::before,
    .sm-clean > li > ul::after {
      content: '';
      position: absolute;
      top: -18px;
      left: 30px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 9px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #bbbbbb transparent; }
    .sm-clean > li > ul::after {
      top: -16px;
      left: 31px;
      border-width: 8px;
      border-color: transparent transparent #fff transparent; }
    .sm-clean ul {
      border: 1px solid #bbbbbb;
      padding: 5px 0;
      background: #fff;
      border-radius: 5px !important;
      box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2); }
      .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        border: 0 !important;
        padding: 10px 20px;
        color: #555555; }
      .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
        background: #eeeeee;
        color: #D23600; }
      .sm-clean ul a.current {
        color: #D23600; }
      .sm-clean ul a.disabled {
        background: #fff;
        color: #cccccc; }
      .sm-clean ul a.has-submenu {
        padding-right: 20px; }
      .sm-clean ul a .sub-arrow {
        right: 8px;
        top: 50%;
        margin-top: -5px;
        border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #555555; }
    .sm-clean .scroll-up,
    .sm-clean .scroll-down {
      position: absolute;
      display: none;
      visibility: hidden;
      overflow: hidden;
      background: #fff;
      height: 20px; }
      .sm-clean .scroll-up:hover,
      .sm-clean .scroll-down:hover {
        background: #eeeeee; }
    .sm-clean .scroll-up:hover .scroll-up-arrow {
      border-color: transparent transparent #D23600 transparent; }
    .sm-clean .scroll-down:hover .scroll-down-arrow {
      border-color: #D23600 transparent transparent transparent; }
    .sm-clean .scroll-up-arrow,
    .sm-clean .scroll-down-arrow {
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -6px;
      width: 0;
      height: 0;
      overflow: hidden;
      border-width: 6px;
      border-style: dashed dashed solid dashed;
      border-color: transparent transparent #555555 transparent; }
    .sm-clean .scroll-down-arrow {
      top: 8px;
      border-style: solid dashed dashed dashed;
      border-color: #555555 transparent transparent transparent; }
    .sm-clean.sm-rtl a.has-submenu {
      padding-right: 12px;
      padding-left: 24px; }
    .sm-clean.sm-rtl a .sub-arrow {
      right: auto;
      left: 12px; }
    .sm-clean.sm-rtl.sm-vertical a.has-submenu {
      padding: 10px 20px; }
    .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
      right: auto;
      left: 8px;
      border-style: dashed solid dashed dashed;
      border-color: transparent #555555 transparent transparent; }
    .sm-clean.sm-rtl > li > ul::before {
      left: auto;
      right: 30px; }
    .sm-clean.sm-rtl > li > ul::after {
      left: auto;
      right: 31px; }
    .sm-clean.sm-rtl ul a.has-submenu {
      padding: 10px 20px !important; }
    .sm-clean.sm-rtl ul a .sub-arrow {
      right: auto;
      left: 8px;
      border-style: dashed solid dashed dashed;
      border-color: transparent #555555 transparent transparent; }
    .sm-clean.sm-vertical {
      padding: 10px 0;
      border-radius: 5px; }
      .sm-clean.sm-vertical a {
        padding: 10px 20px; }
        .sm-clean.sm-vertical a:hover, .sm-clean.sm-vertical a:focus, .sm-clean.sm-vertical a:active, .sm-clean.sm-vertical a.highlighted {
          background: #fff; }
        .sm-clean.sm-vertical a.disabled {
          background: #eeeeee; }
        .sm-clean.sm-vertical a .sub-arrow {
          right: 8px;
          top: 50%;
          margin-top: -5px;
          border-width: 5px;
          border-style: dashed dashed dashed solid;
          border-color: transparent transparent transparent #555555; }
      .sm-clean.sm-vertical > li > ul::before,
      .sm-clean.sm-vertical > li > ul::after {
        display: none; }
      .sm-clean.sm-vertical ul a {
        padding: 10px 20px; }
        .sm-clean.sm-vertical ul a:hover, .sm-clean.sm-vertical ul a:focus, .sm-clean.sm-vertical ul a:active, .sm-clean.sm-vertical ul a.highlighted {
          background: #eeeeee; }
        .sm-clean.sm-vertical ul a.disabled {
          background: #fff; } }

.sm {
  margin-top: 10px; }

.sm-clean {
  background: transparent; }
  .sm-clean ul {
    border: none;
    background: rgba(46, 46, 46, 0.95);
    border-radius: 0 !important; }
    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active {
      border-left: none; }
    .sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
      color: #FFFFFF;
      text-decoration: none;
      transition: 300ms; }
    .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted, .sm-clean ul a.current {
      background: transparent;
      color: #FFFFFF; }
    .sm-clean ul .current {
      color: #FFFFFF; }

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
  color: #FFFFFF;
  font-family: inherit;
  padding: 10px 15px; }

.sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted, .sm-clean a.current {
  color: #FFFFFF; }

.sm-clean a.has-submenu:hover,
.sm-clean a.has-submenu:active,
.sm-clean a.has-submenu:focus,
.sm-clean a.has-submenu.highlighted,
.sm-clean a.has-submenu.current {
  padding-left: 15px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px; }

.sm-clean a .sub-arrow {
  right: 4px;
  border-color: #FFFFFF transparent transparent transparent;
  background: transparent;
  font: inherit !important; }

.sm-clean a.highlighted .sub-arrow {
  border-color: #000000 transparent transparent transparent; }

.sm-clean > li > ul::before,
.sm-clean > li > ul::after {
  border-color: transparent transparent rgba(46, 46, 46, 0.95) transparent; }

.sm-clean .scroll-up:hover,
.sm-clean .scroll-down:hover {
  background: transparent; }

.sm-clean.sm-vertical a.disabled {
  background: transparent; }

.sm-clean.sm-vertical ul a:hover,
.sm-clean.sm-vertical ul a:focus,
.sm-clean.sm-vertical ul a:active,
.sm-clean.sm-vertical ul a.highlighted {
  background: transparent; }

.nav-active .sm {
  margin-top: 0; }

.nav-active a .sub-arrow {
  position: relative;
  left: 7px;
  bottom: 1px; }

.nav-active .sm-clean ul {
  background: rgba(162, 162, 162, 0.1); }

.nav-active a.has-submenu:hover,
.nav-active a.has-submenu:active,
.nav-active a.has-submenu:focus,
.nav-active a.has-submenu.highlighted,
.nav-active a.has-submenu.current {
  padding: 15px 0; }

.header-shrunk .sm-clean a.has-submenu {
  padding-right: 24px; }

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

.col-xs-1 {
  width: 8.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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.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%; } }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1280px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

.col-xs-1 {
  width: 8.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: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.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%; } }

.header__default, .header__shrunk {
  transition: 300ms all ease-out;
  z-index: 1000; }
  @media screen and (max-width: 1023.98px) {
    .header__default, .header__shrunk {
      transition: none; } }

.header__default {
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0; }

.header__shrunk {
  background-color: #191919;
  position: fixed;
  height: 80px;
  width: 100%;
  padding: 10px 30px; }
  @media screen and (max-width: 1023.98px) {
    .header__shrunk {
      height: 0;
      padding: 0; } }

.header__border:after {
  content: '';
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(251, 251, 251, 0.4); }
  @media screen and (max-width: 1023.98px) {
    .header__border:after {
      border-bottom: none; } }

@media screen and (max-width: 1023.98px) {
  .header__logo {
    position: fixed;
    left: 15px;
    top: 8px;
    z-index: 1000;
    width: 160px; } }

.header__logo a {
  display: block; }

footer {
  background-color: #000000;
  color: #FFFFFF;
  padding: 32px 0;
  margin-top: -1px; }
  footer .site-logo {
    width: 200px;
    margin-bottom: 20px;
    height: 75px; }
  footer ul {
    padding: 0; }
  footer li {
    margin: 15px 0 0 15px;
    list-style: none; }
    footer li:before {
      content: '•';
      color: #F56600;
      margin-left: -16px;
      margin-right: 12px; }
  footer .image-feed iframe {
    width: 280px !important;
    height: 180px !important; }

a.sr-only {
  color: #000000;
  font-size: 20px; }

a {
  
  text-decoration: none;
  transition: 300ms all ease-in;
  color: #FFFFFF; }
  a:focus {
    transition: color 0.2s ease-in;
    outline: -webkit-focus-ring-color auto 5px;
    background-color: transparent;
    color: inherit;
    text-decoration: none;}
  a:hover {
    color: #F56600;;
    text-decoration: underline; }

body {
  
  font-size: 14px; }

ul {
  padding-start: 40px;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0;
  margin-end: 0; }

/* Nat Wilson addition of accordion code - 19/9/2018 */
/* Accordion */
.accordion {
  cursor: pointer;
  font-weight: bold;
  background: #F5F5F5;
  border: 1px solid #ccc;
  padding: 0.75em 1em;
  margin-bottom: 0;
  position: relative;


}
/*
.accordion:after {
  font-family:'Glyphicons Halflings' !important;
  content:"\e080";
  color: #777;
  font-size: 0.9em;
  padding-right: 3px;
  transform: rotate(90deg);
  position: absolute;
  right: 1em;
  transition: all 0.2s;
}
*/
.accordion:after {
    content: '';
    background-image: url(./?a=547352);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 1em;
    transform: rotate(90deg);
}
.accordion.active:after {
  transform: rotate(-90deg);
}
.accordion + .panel > *:first-child {
  margin-top: 1em;
}
.accordion + .panel > *:last-child {
  margin-bottom: 1em;
}
.accordion:hover {
  text-decoration: underline;
  background: #ddd;
}
.accordion + .panel {
  border: 1px solid #ccc;
  padding-left: 1em !important;
  padding-right: 1em !important;
  border-radius: 0;
  margin: -1px 0 0 0 !important;
  display: none;
}
.panel + .accordion {
  margin-top: 0.25em;
}
.panel > *:last-child {
  margin-bottom: 0;
}

/* Packages Grid */

.packages-section--one .grid-item {
    background-color: #922A1D;
}

.packages-section--two .grid-item {
    background-color: #323297;
}

.packages-section--three .grid-item {
    background-color: #61911F;
}

.packages__intro {
    padding: 32px 0;
}

.packages__intro h1 {
    margin-top: 0;
}

.packages__intro p:last-child {
    margin-bottom: 0;
}

.packages-section--one {
    background-color: #C33826;
}

.packages-section--two {
    background-color: #1F1F5F;
}

.packages-section--three {
    background-color: #8DC63F;
}

@media (min-width: 1024px) {
    .packages-section .grid-item {
        display: flex;
        align-items: center;
    }
    
    .packages-section .grid-item .grid-item__left {
        flex: 1;
    }
    
    .packages-section .grid-item .grid-text {
        flex: 2;
    }
}