html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, button {
  outline: 0; }

audio {
  width: 100%; }

@font-face {
  font-family: UnitRounded;
  src: url("../fonts/UnitRoundedWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: UnitRounded;
  src: url("../fonts/UnitRoundedWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: UnitRounded;
  src: url("../fonts/UnitRoundedWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'csiro';
  src: url("../fonts/csiro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.helper--absolute-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
.helper--full-width-no-gutters {
  width: calc(100% + 30px) !important;
  margin-left: -15px;
  margin-right: -15px; }
.helper--hidden {
  display: none; }
.helper--inline-display {
  padding-left: 16px; }

ul, ol {
  padding: 0 0 0 42px;
  margin: 0 0 1.2rem; }
  ul ol, ul ul, ol ol, ol ul {
    margin-bottom: 0;
    list-style-type: circle; }

.list--generous li {
  margin-top: 1.2rem; }
  .list--generous li:first-child {
    margin-top: 0; }
.list--inline, .list--inline ul, .list--inline--divider, .list--inline--divider ul {
  padding-left: 0;
  margin-bottom: 0; }
  .list--inline li, .list--inline--divider li {
    display: inline-block;
    list-style-type: none;
    margin-right: 12px; }
  .list--inline--divider li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none; }
    .list--inline--divider li:after {
      content: "\2022";
      color: #1D2021;
      padding: 0 6px; }
    .list--inline--divider li:last-child:after {
      content: none; }
.list--rm-type, .ui-autocomplete {
  list-style-type: none;
  padding: 0; }
.list--social-icons li {
  margin-right: -1px; }

.list--grid li {
  text-align: center; }
.list--grid a {
  text-decoration: none; }
.list--grid.five-columns {
  margin-top: -2rem; }
  .list--grid.five-columns li {
    display: block;
    margin-top: 2rem; }
    @media (min-width: 36.6666666667pxrem) {
      .list--grid.five-columns li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1000px) {
      .list--grid.five-columns li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  min-width: 310px;
  overflow-x: hidden;
  color: #1D2021;
  font-family: "Open sans", sans-serif;
  line-height: 1.6rem;
  background-color: #fff; }

a {
  color: #1C6C50;
  font-weight: bold;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease; }
  a.reversed:active, a.reversed:focus, a.reversed:hover {
    color: #FFF; }

.reversed a {
  color: #FFF; }
  .reversed a:hover, .reversed a:focus, .reversed a:active {
    color: #FFF; }

button {
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none; }

img {
  vertical-align: middle;
  height: auto; }

.sr-only, .sr-only-focusable {
  position: absolute;
  left: -9999em;
  top: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  display: inline-block;
  position: static; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.sticky-wrapper {
  height: auto !important; }

html {
  font-size: 0.8666666667rem; }

@media (min-width: 46.6666666667em) {
  html {
    font-size: 15px; } }
.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  color: #1D2021;
  font-family: UnitRounded, sans-serif;
  font-weight: 700;
  line-height: 1.1; }
  .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child,
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }
  .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child,
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

.h4, .h5, .h6,
h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-family: "Open sans", sans-serif;
  font-weight: 700; }

.h1, h1 {
  margin-bottom: 0.8rem;
  margin-top: 0;
  font-size: 2.1333333333rem;
  line-height: 3.6rem; }

.h2, h2 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 2rem; }

.h3, h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
  font-size: 1.2666666667rem;
  line-height: 1.6rem; }

.h4, .h5,
h4, h5 {
  font-size: 1rem; }

.h4, h4 {
  line-height: 1.2rem; }

.h6, h6 {
  font-size: 0.8rem; }

.display-1, .display-2, .display-3 {
  position: relative;
  padding-bottom: 0.8rem;
  color: #1D2021;
  font-family: "Open sans", sans-serif;
  font-weight: 700;
  letter-spacing: .5px; }
  .display-1:before, .display-2:before, .display-3:before {
    content: "";
    padding-left: 14px;
    border-left: 2px solid #1C6C50; }
.display-2, .display-3 {
  margin-bottom: 0.8rem; }
.display-1 {
  margin-bottom: 1.2rem;
  font-size: 1rem;
  line-height: 1.6; }
.display-2 {
  font-size: 1.2666666667rem;
  line-height: 1.6rem; }
.display-3 {
  font-family: UnitRounded, sans-serif;
  font-size: 1.3333333333rem;
  line-height: 2rem; }

.alt-heading-format {
  font-family: "Open sans", sans-serif;
  font-weight: 400; }

.more-link, main h1 > a, main h2 > a, main h3 > a, main h4 > a, main h5 > a, main h6 > a {
  text-decoration: none; }
  .more-link:after, main h1 > a:after, main h2 > a:after, main h3 > a:after, main h4 > a:after, main h5 > a:after, main h6 > a:after {
    content: ">";
    position: relative;
    top: 1px;
    padding-left: 4px;
    font-family: UnitRounded, sans-serif;
    font-weight: 700; }

p {
  margin-bottom: 1.2rem; }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }
  p + ul {
    margin-top: -1.2rem; }

.highlighted {
  width: 66.66667%;
  z-index: 10;
  padding-left: 0;
  padding-right: 0; }
  .highlighted__text {
    display: inline;
    position: relative;
    padding: 0.4rem 0;
    box-shadow: -12px 0 0 0 #FFF, 12px 0 0 0 #FFF;
    background: #FFF; }
  .highlighted__wrapper {
    display: block;
    position: relative;
    padding: 0 0 0.4rem 0.8rem;
    margin: 0; }

.testimonial {
  color: #1D2021; }
  .testimonial__quote {
    font-size: 2.06667rem;
    line-height: 2.4rem;
    font-family: UnitRounded, sans-serif; }
    .testimonial__quote:before {
      content: open-quote;
      position: relative;
      top: 0.8rem;
      font-size: 3.2rem; }
  .testimonial__citation {
    margin-bottom: 0;
    margin-left: 12px;
    color: #1D2021;
    font-size: 0.8666666667rem;
    line-height: 1.385; }

.lead {
  margin-bottom: 1.2rem;
  font-family: "Open sans", sans-serif;
  font-size: 1.0666666667rem;
  font-weight: 600;
  line-height: 1.579; }
  .lead:last-child {
    margin-bottom: 0; }

.summary {
  max-width: 999px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 1.2666666667rem;
  line-height: 2rem; }
  .summary:last-child {
    margin-bottom: 0; }

.site-heading {
  border-left: 2px solid #2FB787;
  padding-left: 14px;
  margin-bottom: 2.4rem; }

@media (min-width: 46.6666666667em) {
  .summary {
    line-height: 1.579; }

  .display-3 {
    font-size: 1.6rem;
    line-height: 2rem; }

  .lead {
    font-size: 1.2666666667rem; }

  .h1, h1 {
    font-size: 2.1333333333rem; } }
.contact__container:after {
  content: "";
  display: block;
  clear: both; }

.contact__container h3 {
  margin-bottom: 0.13333rem; }

.banner {
  position: relative;
  padding-left: 15px; }

.contact__wrapper {
  float: left;
  padding-right: 30px; }

.contact__profile-link {
  font-weight: 400;
  margin-left: 6px; }

.contact__text {
  font-size: 0.86667rem;
  line-height: 1.06667rem; }

.contact__info {
  color: #565859; }

.contact__profile-link {
  font-size: 0.86667rem;
  font-weight: normal;
  margin-left: 6; }

.contact--sidebar {
  border-top: 4px solid #0093B5; }

.contact__item {
  border: 2px solid #e8e9e9;
  width: 100%;
  padding: 1.2rem 1.2rem 1.2rem 4rem;
  background: #fdfdfd; }

@media (min-width: 46.66667rem) {
  .contact__item {
    padding-left: 3rem; } }
.contact__container + .contact__container,
.contact__container + h3 {
  margin-top: 2.5rem; }

.contact__list + .contact__list {
  margin-top: 4rem; }

.contact__item .contact__image {
  position: absolute;
  left: -1rem; }

@media (min-width: 46.66667rem) {
  .contact__item .contact__image {
    left: -2rem; } }
.image-cropper {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  text-align: center; }

.image-cropper--w-bg {
  background-size: cover; }

.image-cropper img {
  display: inline;
  height: auto;
  width: 100%;
  margin: 0 auto; }

.image-cropper--with-border {
  border: 2px solid #e8e7e7; }

.bgi--default {
  background: url("../images/D61rainbowversion3.png") center no-repeat #1D2021;
  background-size: cover; }

.banner {
  width: 100%;
  z-index: 4;
  padding-right: 15px; }
  @media (min-width: 66.6666666667em) {
    .banner {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 16.6666666667%; } }
  .banner__container {
    display: flex;
    align-items: center; }
  .banner__link {
    text-decoration: none; }
    .banner__link:hover, .banner__link:focus, .banner__link:active {
      text-shadow: 0 2px 5px rgba(29, 32, 33, 0.8); }
      .banner__link:hover .btn, .banner__link:focus .btn, .banner__link:active .btn {
        border-color: #000000;
        color: #FFF;
        background-color: #000000; }
  .banner__scroll-indicator {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    opacity: .8;
    -moz-animation: bounce 5s infinite ease-in-out;
    -webkit-animation: bounce 5s infinite ease-in-out;
    animation: wobble 5s bounce infinite ease-in-out; }
    .banner__scroll-indicator:active .icon, .banner__scroll-indicator:focus .icon, .banner__scroll-indicator:active .icon {
      background: #000000; }
  .banner__text {
    color: #FFF;
    font-size: 3.4rem; }

.breadcrumbs {
  margin-bottom: 0.8rem; }
  .breadcrumbs li {
    display: none;
    margin-right: 2px;
    background: 0 0; }
    .breadcrumbs li:after {
      content: "/";
      margin: 0 0 0 6px;
      color: #7f7f7f; }
    .breadcrumbs li:last-child {
      display: inline-block; }
      .breadcrumbs li:last-child:after {
        display: none; }
    @media (min-width: 33.3333333333em) {
      .breadcrumbs li {
        display: inline-block; } }
    .breadcrumbs li a {
      font-size: 0.8rem;
      font-weight: 400; }
      .breadcrumbs li a[aria-label="Home"] {
        text-decoration: none; }
        .breadcrumbs li a[aria-label="Home"]:hover, .breadcrumbs li a[aria-label="Home"]:focus {
          color: #2FB787; }

.btn {
  display: inline-block;
  padding: .4rem 1.2rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: normal;
  background-image: none; }
  .btn:focus, .btn:hover {
    border-color: #000000;
    color: #FFF;
    background-color: #000000; }
  .btn[disabled], .btn .disabled {
    opacity: .65;
    filter: alpha(opacity=65);
    cursor: not-allowed;
    color: #FFF;
    border-color: #2FB787;
    background-color: #2FB787; }
  .btn__container {
    clear: both;
    position: relative; }
  .btn--default {
    color: #1C6C50;
    border-color: #565859;
    background: #FFF; }
  .btn--transparent {
    color: #FFF;
    border-color: transparent;
    background: transparent; }
  .btn--white {
    color: #1C6C50;
    border-color: #1C6C50;
    background: #FFF; }
  .btn--primary {
    color: #FFF;
    border-color: #1C6C50;
    background: #1C6C50; }
  .btn--primary--reversed {
    color: #1C6C50;
    border-color: #FFF;
    background: #FFF; }
    .btn--primary--reversed:hover, .btn--primary--reversed:focus {
      border-color: #1C6C50;
      color: #FFF;
      background-color: #1C6C50; }
  .btn--outline--transparent {
    color: #FFF;
    border-color: #FFF;
    background: transparent;
    border-width: 2px; }
  .btn--video {
    display: inline-block;
    position: relative;
    right: 10px;
    margin-top: -140px;
    color: #FFF;
    background: #1C6C50; }
  .btn--lg {
    padding: 6px 18px;
    font-size: 1.2666666667rem;
    line-height: 1.579;
    border-radius: 500px;
    font-family: UnitRounded, sans-serif; }
  .btn--sm {
    padding: 6px 12px;
    font-size: 0.8666666667rem;
    line-height: 1.385;
    border-radius: 100px;
    font-weight: 400; }
  .btn--xs {
    padding: 6px 6px;
    font-size: 0.8666666667rem;
    line-height: 0.8666666667rem;
    border-radius: 100px;
    font-weight: 400; }

button.close {
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 2px 0 0;
  cursor: pointer;
  border-radius: 100px; }

.callout, .bg-warning {
  padding: 1.2rem;
  margin: 1.2rem 0;
  border: 2px solid #2FB787;
  border-radius: 0; }
  .callout:last-child, .bg-warning:last-child {
    margin-bottom: 0; }
  .callout:first-child, .bg-warning:first-child {
    margin-top: 0; }
  .callout__title, .callout h4, .bg-warning h4 {
    position: relative;
    padding-bottom: .8rem;
    margin-bottom: 1.2rem;
    color: #1D2021;
    font-family: "Open sans", sans-serif;
    font-size: 15;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.6; }
    @media (min-width: 46.6666666667em) {
      .callout__title, .callout h4, .bg-warning h4 {
        padding-bottom: 0.4rem;
        margin-bottom: 1.2rem; } }
    .callout__title:before, .callout h4:before, .bg-warning h4:before {
      content: "";
      padding-left: 14px;
      border-left-width: 2px;
      border-left-style: solid; }
  .callout--warning {
    border-color: #f9ddc8;
    background-color: #fdf5f0; }
    .callout--warning .callout__title, .callout--warning h4 {
      color: #E67623; }
      .callout--warning .callout__title:before, .callout--warning h4:before {
        content: "";
        border-color: #E67623; }
  .callout--danger, .bg-warning {
    border-color: #f8bfc9;
    background-color: #fdedf0; }
    .callout--danger .callout__title, .bg-warning .callout__title, .callout--danger h4, .bg-warning h4 {
      color: #E40028; }
      .callout--danger .callout__title:before, .bg-warning .callout__title:before, .callout--danger h4:before, .bg-warning h4:before {
        content: "";
        border-color: #E40028; }
  .callout--info {
    border-color: #c6dad3;
    background-color: #eff5f3; }
    .callout--info .callout__title, .callout--info h4 {
      color: #1C6C50; }
      .callout--info .callout__title:before, .callout--info h4:before {
        content: "";
        border-color: #1C6C50; }
  .callout--success {
    border-color: #bfded4;
    background-color: #edf6f3; }
    .callout--success .callout__title, .callout--success h4 {
      color: #007A53; }
      .callout--success .callout__title:before, .callout--success h4:before {
        content: "";
        border-color: #007A53; }

.call-to-action {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
  padding-left: 0;
  padding-right: 0; }
  .call-to-action .callout, .call-to-action .bg-warning {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
  .call-to-action .contact__details p {
    margin: 0;
    padding: 0; }

@media (min-width: 66.6666666667em) {
  .call-to-action .container {
    float: none; }
  .call-to-action .callout, .call-to-action .bg-warning {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    float: none; } }
code,
kbd {
  border-radius: 0;
  padding: 2px 4px; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  color: #333;
  background-color: #F9F2F4; }

kbd {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    box-shadow: none;
    font-weight: 700; }

pre {
  display: block;
  padding: 12px;
  margin: 0 0 12px;
  font-size: 0.8666666667rem;
  word-wrap: break-word; }
  pre code {
    padding: 0;
    border-radius: 0;
    white-space: pre-wrap;
    background-color: transparent; }

[class*='hd-'] {
  width: 100%;
  border-bottom: 2px solid #CDEEE2; }

.hd--large, .hd--med {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem; }
.hd--small {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem; }
.hd--x-small {
  margin-bottom: .8rem;
  padding-bottom: 0.8rem; }

.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  background-color: #1C6C50; }
  .icon--small {
    height: 1.4rem;
    width: 1.4rem;
    font-size: 0.6666666667rem;
    line-height: 1.4rem; }
  .icon--med {
    height: 2rem;
    width: 2rem;
    font-size: 0.9333333333rem;
    line-height: 2rem; }
  .icon--large {
    height: 2.8rem;
    width: 2.8rem;
    font-size: 1.6rem;
    line-height: 2.8rem; }
  .icon--x-large {
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
    line-height: 4rem; }
  .icon--xx-large {
    height: 6.8rem;
    width: 6.8rem;
    font-size: 2.8rem;
    line-height: 6.8rem; }

a.icon:hover, a.icon:focus {
  color: #FFF;
  background: #121212; }

.rounded-icon, .rounded-icon--small, .rounded-icon--large, .rounded-icon--x-large, .rounded-icon--xx-large {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 100px;
  color: #FFF;
  font-size: .932rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none;
  background-color: #2FB787; }
  .rounded-icon--small {
    height: 1.6rem;
    width: 1.6rem;
    font-size: 0.6666666667rem;
    line-height: 1.6rem; }
  .rounded-icon--large {
    height: 2.8rem;
    width: 2.8rem;
    font-size: 1.6rem;
    line-height: 2.8rem; }
  .rounded-icon--x-large {
    height: 4rem;
    width: 4rem;
    font-size: 2rem;
    line-height: 4rem; }
  .rounded-icon--xx-large {
    height: 6.8rem;
    width: 6.8rem;
    font-size: 2.8rem;
    line-height: 6.8rem; }
  .rounded-icon--outline {
    border: 2px solid #2FB787;
    color: #2FB787;
    background: 0 0; }
    .rounded-icon--outline:hover, .rounded-icon--outline:focus {
      color: #FFF;
      transition: background .2s, color .2s;
      background: #2FB787; }

.icon--rounded {
  border-radius: 100px; }

.icon--facebook {
  background-color: #3066A2; }

.icon--linkedin {
  background-color: #0070A2; }

.icon--twitter {
  background-color: #03B3EF; }

.icon--youtube {
  background-color: #CC181E; }

.icon--instagram {
  background-color: #125688; }

.icon--bloghub {
  background-color: #007377; }

.icon--reddit {
  background-color: #FF4500; }

.icon--gplus {
  background-color: #DC4A38; }

.icon-bar {
  display: block;
  width: calc(100% - 12px);
  border-top: 2px solid;
  margin: 0 6px 2px; }

table tbody tr td, table tbody tr th, table tfoot tr td, table tfoot tr th, table thead tr td, table thead tr th {
  vertical-align: top;
  padding: 0.4rem;
  border-top: 1px solid #565859;
  line-height: 1.6;
  text-align: left; }
table thead > tr:first-child th, table thead > tr:first-child td {
  border-top: 0; }
table thead > tr > th {
  border-bottom: 2px solid #565859;
  vertical-align: bottom; }

caption {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: #696b6c;
  font-size: 0.8666666667rem;
  line-height: 1.0666666667rem;
  text-align: left; }
  caption > thead > tr:first-child td, caption > thead > tr:first-child th {
    border-top: 0; }

.col-md-12 {
  width: 100%;
  padding: 0 !important; }

.col-lg-4 {
  width: 33.3% !important;
  padding: 0 15px 0 0 !important; }
  .col-lg-4:last-child {
    padding: 0 !important; }

.page-header + .has-feedback + fieldset,
.page-header + p {
  margin-top: 1.2rem; }

.standard-article + link {
  display: block;
  margin-top: 2rem; }

legend {
  display: block;
  width: 100%;
  margin: 0.4rem 0 0.8rem;
  font-family: "Open sans", sans-serif;
  font-weight: 600;
  font-size: 1.2666666667rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0 -15px; }
  .row .row {
    margin: 0; }

.form-group {
  width: 100%;
  padding: 0px 20px;
  margin-top: 20px; }

label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 400; }

.control-label {
  position: relative; }

.form-control {
  width: 100%;
  height: 2.4rem;
  padding: 0 0.8rem;
  border: 1px solid #b2b3b4;
  font-family: "Open sans", sans-serif;
  font-size: 1rem;
  line-height: 2.4rem; }
  .form-control:focus {
    border: 1px solid #1C6C50;
    outline: 0; }

.form-group--complete .form-control {
  border: 1px solid #1D2021; }

textarea {
  min-height: 6.6666666667rem; }

.form-submit-border {
  clear: both;
  width: 100%;
  margin-top: 1.6rem; }

.help-block {
  font-size: 0.8666666667rem; }

.field--date {
  position: relative; }
  .field--date:before {
    content: "\f073";
    position: absolute;
    right: 24px;
    top: 2.5rem;
    font-family: FontAwesome;
    text-align: right; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }
  fieldset + fieldset {
    margin-top: 2.1333333333rem; }
    fieldset + fieldset legend {
      border-top: 1px solid #e8e9e9;
      padding: 1.7333333333rem 0 0 0; }

form .required-field .control-label::before {
  content: "*";
  position: absolute;
  right: -12px;
  color: #1D2021;
  font-weight: bolder; }

form .required-field .checkbox::after {
  display: none; }

form .form-group--active.required-field .control-label::before,
form .form-group--active.required-field .checkbox::after {
  color: #E40028; }

.help-block, input[type="file"] {
  display: block; }

.ui-datepicker-title {
  font-size: 600; }

#ui-datepicker-div {
  background: #FFF; }

.field--full-width, .bg-warning {
  width: 100%; }

.checkbox, .radio {
  cursor: pointer; }

.checkbox.isformatted input, .radio.isformatted input {
  opacity: 0;
  margin-left: -20px; }

.checkbox label, .radio label {
  max-width: calc(100% - 26px);
  cursor: pointer; }

.checkbox.isformatted:before {
  display: inline-block; }

.checkbox.isChecked:before {
  content: "\e909";
  color: #1C6C50; }

.checkbox--with-heading.form-group {
  width: 100%; }
.checkbox--with-heading .control-label {
  font-weight: bold; }

.checkbox:before {
  display: none;
  content: "\e908";
  margin: 4px 6px 2px 0;
  color: #b2b3b4;
  font-family: "csiro";
  line-height: 15px;
  vertical-align: top;
  background: #FFF; }

.radio:before {
  content: "\f10c";
  display: inline-block;
  margin-right: 6px;
  color: #b2b3b4;
  font-family: 'FontAwesome';
  vertical-align: top; }

.radio.isChecked:before {
  content: "\f192";
  color: #1C6C50; }

.has-error .form-control {
  border-color: #f7b3bf; }

.has-error .field-validation-error {
  display: block; }

.field-validation-error {
  display: none;
  color: #E40028;
  font-size: 0.8666666667rem; }

.validation-summary-errors {
  display: none; }

.bg-warning {
  padding: 1.2rem; }
  .bg-warning ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }

.textbox-with-button {
  display: flex;
  position: relative;
  width: 100%; }
  .textbox-with-button .btn {
    height: 2.5333333333rem;
    padding: 0 12px;
    margin-left: -1px;
    border-radius: 0 500px 500px 0; }
  .textbox-with-button input[type="text"] {
    width: 100%; }
  .textbox-with-button--lg input[type="text"] {
    height: 3.6rem;
    font-size: 1.2666666667rem;
    font-weight: normal;
    padding: 0.8rem 3.5rem 0.8rem 1.2rem; }
  .textbox-with-button--lg button[type="submit"] {
    height: 3.6rem;
    font-size: 1.6rem; }
  .textbox-with-button--md input[type="text"], .textbox-with-button--md .btn {
    height: 2.5333333333rem; }
  .textbox-with-button--sm input[type="text"], .textbox-with-button--sm .btn {
    height: 2.4rem; }
  .textbox-with-button--sm input[type="text"] {
    font-size: 0.8666666667rem; }
  .textbox-with-button--inside button[type="submit"] {
    position: absolute;
    height: auto;
    z-index: 2;
    top: calc(50% - 2px);
    right: 0.4rem;
    border: 0;
    color: #000000;
    transform: translate(0%, -50%);
    cursor: pointer;
    background: transparent; }
    .textbox-with-button--inside button[type="submit"]:hover, .textbox-with-button--inside button[type="submit"]:focus {
      color: #2FB787; }

@media (min-width: 33.3333333333em) {
  .form-group {
    float: left;
    width: 50%; }

  .field--full-width, .bg-warning {
    width: 100%; }

  .field--no-float {
    clear: both;
    float: none;
    width: 100%; }

  .field--third-width {
    width: 33.3%; } }
form.scfForm .form-submit-border input[type=submit] {
  border-color: #1C6C50;
  color: #FFF;
  background: #1C6C50; }
  form.scfForm .form-submit-border input[type=submit]:hover, form.scfForm .form-submit-border input[type=submit]:focus {
    border-color: #000000;
    color: #FFF;
    background-color: #000000; }

.navbar {
  clear: both;
  width: 100%;
  min-height: 45px;
  top: 0;
  z-index: 100;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #e2e3e3;
  border-bottom: 1px solid #c6c7c7;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.075);
  background: #FFF; }
  @media (min-width: 46.6666666667em) {
    .navbar {
      min-height: 52px;
      padding-top: 6px;
      padding-bottom: 6px; } }
  .navbar .btn--navbar-toggle {
    float: right;
    display: block;
    align-self: center;
    width: 32px;
    height: 32px;
    position: relative;
    padding-top: 0.1333333333rem;
    padding-bottom: 0.4rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 6px;
    border: 2px solid #2FB787;
    border-radius: 500px;
    background: 0 0;
    transition: max-height 284ms;
    cursor: pointer; }
    .navbar .btn--navbar-toggle:hover, .navbar .btn--navbar-toggle:focus {
      transition: background-color .2s ease 0s, border-color .2s ease 0s, gradient .2s ease 0s, box-shadow .2s ease 0s, opacity .2s ease 0s, color .2s ease 0s;
      border-color: #121212;
      background: #121212; }
      .navbar .btn--navbar-toggle:hover .caret, .navbar .btn--navbar-toggle:focus .caret {
        border-top-color: #FFF !important; }
    .navbar .btn--navbar-toggle .caret {
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 0 !important;
      border-top: 0.26667rem solid #2FB787;
      border-right: .26667rem solid transparent;
      border-left: .26667rem solid transparent;
      vertical-align: middle; }
    .navbar .btn--navbar-toggle.active {
      margin-bottom: .8rem; }
    @media (min-width: 46.6666666667em) {
      .navbar .btn--navbar-toggle {
        width: 2.4rem !important;
        height: 38px !important; } }
    @media (min-width: 72rem) {
      .navbar .btn--navbar-toggle {
        display: none; } }
  .navbar .container {
    padding: 0 15px; }
    @media (min-width: 33.3333333333em) {
      .navbar .container {
        display: block;
        padding: 0; } }
    @media (min-width: 46.6666666667em) {
      .navbar .container {
        padding: 0 15px; } }
  .navbar .section__menu {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 33.3333333333em) {
      .navbar .section__menu {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 66.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right; }
        .navbar .section__menu .hd--x-small {
          display: none; } }
    @media (min-width: 66.7333333333em) {
      .navbar .section__menu {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 83.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; } }
  .navbar .section__social-media {
    width: 100%;
    text-align: left; }
    @media (min-width: 33.3333333333em) {
      .navbar .section__social-media {
        padding-top: .3rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 66.6666666667em) {
      .navbar .section__social-media {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 16.6666666667%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        text-align: left; } }

.sliding-nav {
  display: block;
  width: 100%;
  transition: max-height 284ms;
  text-align: left; }
  @media (min-width: 1080px) {
    .sliding-nav {
      display: none; } }
  .sliding-nav a {
    display: block;
    width: 100%;
    padding: .4rem 15px;
    text-decoration: none; }
    .sliding-nav a:active, .sliding-nav a:focus, .sliding-nav a:hover {
      background-color: #e8e9e9; }
  .sliding-nav ul li {
    width: 100%;
    display: block; }
    .sliding-nav ul li:first-child {
      padding-top: 0.4rem; }

.js .sliding-nav {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  overflow: hidden;
  zoom: 1; }

.contextual-navigation {
  font-size: 0.8666666667rem; }
  .contextual-navigation ul > li {
    border-top: 1px solid #2FB787;
    list-style-type: none; }
    .contextual-navigation ul > li:first-child {
      border-top: 0; }
      .contextual-navigation ul > li:first-child a {
        font-weight: 700; }
    .contextual-navigation ul > li:nth-child(2) {
      border-top-width: 2px; }
    .contextual-navigation ul > li a {
      display: block;
      position: relative;
      padding: .8rem 1rem;
      font-weight: 400;
      text-decoration: none; }
      .contextual-navigation ul > li a:focus, .contextual-navigation ul > li a:hover, .contextual-navigation ul > li a .active {
        background: #f0faf7; }

.scrim {
  position: relative; }
  .scrim:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #000000;
    background-image: url("../images/csiro_d61_2018/data61__hexagon-overlay--lg.png");
    background-size: auto 100%;
    background-repeat: no-repeat; }
    @media (min-width: 46.6666666667em) {
      .scrim:before {
        background-image: url("../images/csiro_d61_2018/data61__hexagon-overlay--md.png"); } }
  .scrim__inner {
    position: relative; }

.testimonial__quote-mark {
  display: inline-block;
  margin-right: 10px;
  color: #b2b3b4;
  font-family: UnitRounded, sans-serif;
  font-size: 4.2rem;
  line-height: 1;
  vertical-align: bottom; }

.faux-heading {
  font-family: UnitRounded, sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.6;
  text-align: left; }

.corner {
  position: absolute;
  height: 5.33333rem;
  width: 5.33333rem;
  border-color: #1C6C50 !important;
  border-width: 16px !important; }
  .corner--br {
    bottom: 0;
    right: 0;
    border-bottom-style: solid !important;
    border-right-style: solid !important; }
  .corner--tl {
    top: 0;
    left: 0;
    border-top-style: solid;
    border-left-style: solid; }

.hero-container--with-video {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 60rem) {
  .hero-container__grid,
  .hero-container__video {
    display: block;
    width: 100%;
    float: none; }

  .hero-container__video {
    clear: both; }

  .hero-container--with-video {
    display: block; } }
.banner {
  width: 100%;
  z-index: 4;
  padding-right: 15px; }
  @media (min-width: 66.6666666667em) {
    .banner {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 66.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: 16.6666666667%; } }
  .banner__container {
    display: flex;
    align-items: center; }
  .banner__link {
    text-decoration: none; }
    .banner__link:hover, .banner__link:focus, .banner__link:active {
      text-shadow: 0 2px 5px rgba(29, 32, 33, 0.8); }
      .banner__link:hover .btn, .banner__link:focus .btn, .banner__link:active .btn {
        border-color: #000000;
        color: #FFF;
        background-color: #000000; }
  .banner__scroll-indicator {
    position: absolute;
    bottom: 7rem;
    left: 50%;
    opacity: .8;
    -moz-animation: bounce 5s infinite ease-in-out;
    -webkit-animation: bounce 5s infinite ease-in-out;
    animation: wobble 5s bounce infinite ease-in-out; }
    .banner__scroll-indicator:active .icon, .banner__scroll-indicator:focus .icon, .banner__scroll-indicator:active .icon {
      background: #000000; }
  .banner__text {
    color: #FFF;
    font-size: 3.4rem; }

.card {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 1px 5px 0 rgba(29, 32, 33, 0.2);
  border-radius: 1px; }
  .card__block {
    padding: 1.2rem; }
  .card__grid {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% + 30px);
    margin: 0 auto -1.4rem; }
    .card__grid:after {
      content: " ";
      display: block;
      clear: both; }
    .card__grid .card__item {
      margin-bottom: 2.4rem; }
  .card__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .card__info-bar {
    max-width: 100%;
    padding: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    background: #f0faf7; }
    .card__info-bar:after {
      content: " ";
      display: block;
      clear: both; }
    .card__info-bar p, .card__info-bar ul {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      padding: 0;
      margin: 0; }
    .card__info-bar ul {
      text-align: right; }
  .card__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    display: flex; }
  .card__summary {
    max-width: 90%;
    margin-bottom: 0.8rem;
    color: #565859;
    font-weight: 400; }
  .card--image-only {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 1px;
    box-shadow: 0 1px 5px 0 rgba(29, 32, 33, 0.2); }
    .card--image-only img {
      height: auto;
      max-width: 100%; }
  .card--rm-box-shadow {
    box-shadow: none; }
  .card--image-only {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    padding: 1.2rem;
    background: #FFF !important; }
    .card--image-only:focus, .card--image-only:hover {
      box-shadow: none !important;
      background: #FFF; }

@media (min-width: 33.3333333333em) {
  .card__grid {
    margin-left: -15px;
    margin-right: -15px; } }
@media (max-width: 33.3333333333em) {
  .card__grid .card__item {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 33.3333333333em) {
  .card__item {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .card__grid--four-columns .card__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 46.6666666667em) {
  .card__item {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .card__grid--four-columns .card__item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 26.6666666667em) and (max-width: 66.6666666667em) {
  .card__item.rg:last-child,
  .card__item.rg:nth-last-child(2) {
    margin: 0; } }
a.card, a.card--image-only {
  text-decoration: none; }
  a.card .card__title, a.card--image-only .card__title {
    color: #1C6C50; }
  a.card:focus, a.card:hover, a.card--image-only:focus, a.card--image-only:hover {
    color: #00303B;
    box-shadow: #e0f4ed;
    text-decoration: none;
    background: #e0f4ed; }
    a.card:focus .card__summary, a.card:focus .card__title, a.card:hover .card__summary, a.card:hover .card__title, a.card--image-only:focus .card__summary, a.card--image-only:focus .card__title, a.card--image-only:hover .card__summary, a.card--image-only:hover .card__title {
      color: #00303B; }

[class*='col-'] {
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 40rem) {
    [class*='col-'] {
      width: 100%; } }

.col-1-2 {
  margin-bottom: 2rem; }
.col-1-3 {
  width: 50%; }
  @media (min-width: 40em) {
    .col-1-3 {
      width: 33.33%; } }

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px; }
  .grid--remove-gutter {
    margin: 0; }
    .grid--remove-gutter > [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
      margin-top: 0; }
  .grid [class*='col-'] {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px; }
    .grid [class*='col-'].nowrap {
      display: block; }
  .grid:after {
    display: table;
    clear: both;
    content: ""; }

.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  .container:after {
    display: block;
    content: " ";
    clear: both; }
  .container .container--centered {
    max-width: calc(100% - 30px); }
  .container--side-spacing {
    float: left;
    width: calc(50% - 720px); }
  .container--centered, .container__centered {
    margin-left: auto;
    margin-right: auto; }
  .container--sm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    float: none; }
    @media (min-width: 66.6666666667em) {
      .container--sm {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 58.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        float: none; } }
  .container--relative {
    position: relative; }
  @media (min-width: 46.6666666667em) {
    .container {
      padding-left: 30px;
      padding-right: 30px; }
      .container--full-width {
        padding-left: 15px;
        padding-right: 15px; }
      .container .container {
        width: 100%;
        margin: 0 auto; } }

.flex--h-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-end; }

footer a, footer h2, footer p {
  color: #FFF;
  font-size: 0.8rem;
  font-family: "Open sans", sans-serif;
  line-height: 1.5; }
  footer a:last-child, footer h2:last-child, footer p:last-child {
    margin-bottom: 0; }
footer a {
  font-weight: 400; }
  footer a:hover, footer a:focus, footer a:active {
    color: #FFF;
    text-decoration: none; }
footer p {
  margin-bottom: .8rem; }
footer .error .error__msg {
  display: inline-block; }
footer .footer__primary {
  background: #228562; }
  footer .footer__primary .footer__section:first-child, footer .footer__primary .footer__section:nth-child(2), footer .footer__primary .footer__section:nth-child(3) {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
    padding-right: 0; }
  footer .footer__primary .footer__section:first-child {
    margin-bottom: 1.2rem; }
  @media (min-width: 700px) {
    footer .footer__primary .footer__section:first-child {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 41.6666666667%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 0; }
    footer .footer__primary .footer__section:nth-child(2) {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 25%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      footer .footer__primary .footer__section:nth-child(2) ul {
        margin-top: -5px; }
    footer .footer__primary .footer__section:nth-child(3) {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; } }
footer .footer__secondary {
  background: #000000; }
  footer .footer__secondary ul {
    line-height: 1; }
    footer .footer__secondary ul li {
      background: 0 0; }
      footer .footer__secondary ul li a {
        color: #FFF;
        text-decoration: none; }
        footer .footer__secondary ul li a:active, footer .footer__secondary ul li a:focus, footer .footer__secondary ul li a:hover {
          color: #FFF;
          text-decoration: underline; }
  footer .footer__secondary nav {
    padding-left: 15px;
    padding-right: 15px; }

.hero-container {
  clear: both;
  position: relative; }
  .hero-container__grid > div:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0; }
  .hero-container__image {
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    background: url(../images/D61rainbowversion3.png) center no-repeat #1C6C50;
    background-size: cover; }
  .hero-container--1-2 .hero-container__content, .hero-container--1-2 .hero-container__grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0; }
  .hero-container--1-2.hero-container--right .hero-container__image {
    float: left;
    width: 50%;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 50%; }
  .hero-container--1-3 .hero-container__content, .hero-container--1-3 .hero-container__grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0; }
  .hero-container--single-item {
    width: 90%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .hero-container--with-video {
    display: flex; }
    .hero-container--with-video .hero-container__video {
      display: inline;
      float: left;
      width: 50%;
      margin-top: -1px; }
    .hero-container--with-video .hero-container__grid {
      float: left;
      display: flex;
      width: 50%;
      position: relative;
      vertical-align: middle;
      padding: 10% 5% 5%;
      text-align: center; }
    .hero-container--with-video .inline__transcript-control {
      height: 0;
      padding: 0;
      margin-bottom: 0 !important;
      line-height: 0;
      text-align: right; }
    .hero-container--with-video .inline__media__container .inline__transcript {
      width: 100%;
      overflow-x: hidden; }

@media (min-width: 46.6666666667em) {
  .hero-container--1-3 .hero-container__image {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .hero-container--1-3 .hero-container__content, .hero-container--1-3 .hero-container__grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 41.6666666667%; }
  .hero-container--1-3.hero-container--right .hero-container__image {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 66.6666666667%;
    right: 0; }
  .hero-container--1-3.hero-container--right .hero-container__content, .hero-container--1-3.hero-container--right .hero-container__grid {
    margin: 0; }
  .hero-container--1-2 .hero-container__image {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .hero-container--1-2 .hero-container__content, .hero-container--1-2 .hero-container__grid {
    margin-left: 58.3333333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .hero-container--1-2.hero-container--right .hero-container__content, .hero-container--1-2.hero-container--right .hero-container__grid {
    margin-left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }
.wide-card {
  clear: both;
  position: relative;
  box-shadow: 0 1px 5px 0 rgba(29, 32, 33, 0.2);
  border-radius: 1px; }
  .wide-card:focus, .wide-card:hover {
    box-shadow: #e0f4ed;
    background: #e0f4ed; }
  .wide-card__image {
    display: none;
    height: 100%;
    position: absolute;
    left: 0;
    background: url(../images/D61rainbowversion3.png) center no-repeat #1C6C50;
    background-size: cover; }
  .wide-card__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .wide-card--1-2 .wide-card__image {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .wide-card--1-2 .wide-card__content {
    margin-left: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
  .wide-card--1-2.wide-card--right .wide-card__image {
    float: left;
    width: 50%;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 50%; }
  .wide-card--1-3 .wide-card__content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 33.3333333333%; }
  .wide-card--1-3 .wide-card__image {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

.wide-card a {
  color: initial;
  font-weight: initial;
  text-decoration: none; }

.sitecore_video_embed {
  padding-bottom: 1.2rem; }

.align-right {
  position: relative;
  padding-bottom: 1.2rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .align-right .inline__magnifiy-media {
    left: auto;
    right: 3px; }

.inline .inline-image {
  width: 100%;
  height: auto;
  display: block; }
.inline__magnifiy-media {
  display: none; }
.inline__media {
  display: block;
  width: 100%;
  height: auto; }
.inline__transcript {
  display: none;
  height: 16.66667rem;
  width: calc(100% - 4px);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6px 12px;
  margin-left: 2px;
  box-shadow: 0 1px 5px 0 rgba(29, 32, 33, 0.2);
  background: #FFF; }
  .inline__transcript-control a {
    font-weight: 400; }
.inline--full-width {
  width: 100%;
  position: relative;
  padding-bottom: 1.2rem; }
  .inline--full-width .inline__transcript {
    width: 100%; }
  .inline--full-width .image {
    overflow: hidden; }
  .inline--full-width.video-rm-margin {
    margin: 0; }
.inline--left {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-bottom: 1.2rem; }
.inline--right {
  position: relative;
  padding-bottom: 1.2rem;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .inline--right .inline__magnifiy-media {
    left: auto;
    right: 3px; }

.caption {
  padding: 6px 12px;
  font-size: 0.8666666667rem;
  background: #e8e9e9; }

.video-container {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%; }
  .video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 0; }

@media (min-width: 33.3333333333em) {
  .inline__magnifiy-media {
    display: block; }

  .inline--left {
    width: 50%;
    float: left;
    padding-left: 0;
    padding-right: 30px; }

  .align-right,
  .inline--right {
    width: 50%;
    float: right;
    padding-left: 30px;
    padding-right: 0; } }
.modal {
  display: none;
  max-width: 80vw;
  max-height: 90vh;
  width: 100%;
  height: auto;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9998;
  transform: translate(-50%, -50%); }
  .modal__active {
    overflow: hidden;
    margin-right: 17px; }
  .modal__bg {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1900;
    opacity: 0;
    transition: display .15s linear;
    background-color: #1D2021; }
    .modal__bg.active {
      display: block;
      opacity: 0.8; }
  .modal__container {
    position: relative;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    text-align: left;
    background: #FFF; }
    .modal__container img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .modal__content {
    overflow: hidden;
    max-height: 90vh; }
  .modal .close {
    position: absolute;
    right: -15px;
    top: -15px; }
    .modal .close:active, .modal .close:focus, .modal .close:hover {
      color: #FFF;
      background: #2FB787; }

.rg {
  margin-bottom: 2.4rem; }
  .rg--x-large {
    margin-bottom: 4rem; }
  .rg--large, .rg--med {
    margin-bottom: 2.4rem; }
  .rg--small {
    margin-top: 1.2rem; }

@media (min-width: 66.6666666667em) {
  .rg {
    margin-bottom: 4rem; } }
main {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  main:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 66.6666666667em) {
  main {
    max-width: 66.6666666667em; } }
@media (min-width: 46.6666666667em) {
  main > .section > * {
    max-width: 46.6666666667em; }

  main .wide-body, .card__grid, .hero-container {
    max-width: none !important; } }
.vh--1-1 {
  min-height: 100vh; }
.vh--1-2, .vh--2-3 {
  min-height: 50vh; }
.vh--1-3 {
  min-height: 66.66vh; }

header + .bgi .vh--1-1 {
  min-height: calc(100vh - 5rem); }
header + .bgi .vh--2-3 {
  min-height: calc(50vh - 5rem); }
  @media (min-width: 1080px) {
    header + .bgi .vh--2-3 {
      min-height: calc(66.66vh - 5rem); } }

@media (min-width: 33.3333333333em) and (-ms-high-contrast: active), (min-width: 33.3333333333em) and (-ms-high-contrast: none) {
  [class*='vh--'] {
    height: 100px; } }

header {
  width: 100%;
  min-height: 76px;
  z-index: 5;
  position: relative; }
  header:after {
    display: block;
    content: " ";
    clear: both; }
  header + .bgi {
    margin-top: -5em;
    padding-top: 5rem; }
  header .container {
    float: left;
    padding-left: 0;
    margin: 0; }
    header .container:before {
      content: "";
      display: block;
      width: 80%;
      height: 49px;
      position: absolute;
      z-index: 2;
      top: 12px;
      right: 0;
      background: url(../images/csiro_d61_2018/header--data61-band.svg) no-repeat; }
    header .container--side-spacing {
      height: 85px;
      width: calc(50% - 720px);
      position: relative;
      z-index: 1;
      background: #FFF; }

.header__bg-support {
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  background: #FFF; }
  .header__bg-support--main {
    display: none;
    height: 48px;
    width: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    right: 0;
    background-color: #1C6C50; }

.logo__container {
  height: 78px;
  width: 367px;
  position: absolute;
  left: -83px;
  top: 0;
  z-index: 5;
  margin-left: -1px;
  text-align: center;
  background: url(../images/csiro_d61_2018/header--logo-bg-cobranding.svg) 0 -16px no-repeat; }
  .logo__container a {
    display: inline-block;
    left: 56%;
    top: 33px;
    padding: 2px;
    margin-right: 12px;
    text-decoration: none; }
    .logo__container a:last-child {
      margin-right: 24px; }
    .logo__container a img {
      height: 54px;
      width: 54px; }

.nav__container {
  display: none; }

.nav__support {
  height: 12px;
  width: calc(100% + $grid-gutter-width-combined);
  position: relative;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
  text-align: right;
  background: #FFF; }
  .nav__support ul {
    float: left;
    width: calc(100% + 15px);
    padding-top: 6px;
    padding-right: 0;
    margin-top: 68px; }
    .nav__support ul li {
      display: block;
      padding: 0 15px;
      margin: 0;
      text-align: left;
      background: 0 0; }
    .nav__support ul a {
      display: block;
      width: calc(100% + 15px);
      padding: 10px 12px;
      font-size: 0.8666666667rem;
      font-weight: 700;
      line-height: 1.385;
      text-decoration: none; }
      .nav__support ul a:focus, .nav__support ul a:hover {
        background: #e8e9e9; }
    .nav__support ul + div {
      display: none;
      width: calc(100% - $grid-gutter-width-combined);
      padding-bottom: 2rem;
      padding-top: 6rem;
      padding-left: 15px;
      margin: 0 1 15px; }
  .nav__support .hd--x-small {
    display: block;
    width: calc(100% - 50px);
    margin-left: 30px; }

.nav__main {
  width: calc(100% + 30px);
  right: 0; }
  .nav__main .nav__desktop {
    float: none;
    padding-right: 15px;
    z-index: 3; }
    .nav__main .nav__desktop > ul {
      width: calc(100% + $grid-gutter-width-combined);
      padding: .6rem 0;
      text-align: right; }
      .nav__main .nav__desktop > ul > li {
        display: block;
        margin: 0;
        list-style-type: none;
        text-align: left;
        background: 0 0; }
        .nav__main .nav__desktop > ul > li:last-child {
          margin-right: 0; }
        .nav__main .nav__desktop > ul > li a {
          color: #1C6C50;
          font-weight: 700;
          line-height: 1.1;
          text-decoration: none;
          text-align: left; }
    .nav__main .nav__desktop ul.menu__dropdown {
      display: none; }
      .nav__main .nav__desktop ul.menu__dropdown li {
        display: block;
        margin: 0; }
        .nav__main .nav__desktop ul.menu__dropdown li a {
          display: block;
          white-space: nowrap;
          padding: 6px 15px;
          font-size: 0.86667rem;
          text-decoration: none; }
          .nav__main .nav__desktop ul.menu__dropdown li a:hover, .nav__main .nav__desktop ul.menu__dropdown li a:active, .nav__main .nav__desktop ul.menu__dropdown li a:focus {
            color: #1D2021;
            background: #f0faf7; }

.nav__mobile {
  float: right;
  position: absolute;
  z-index: 6;
  right: 15px;
  top: 12px;
  padding: 3px 0 0; }
  .nav__mobile ul {
    display: block; }
    .nav__mobile ul li {
      margin-right: 3px;
      vertical-align: top; }
  .nav__mobile .btn {
    display: flex;
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    margin-right: 0;
    border-color: #FFF;
    border-width: 2px;
    border-radius: 500px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center; }
    .nav__mobile .btn:active, .nav__mobile .btn:focus, .nav__mobile .btn:hover {
      border-color: #000000;
      color: #FFF; }
    .nav__mobile .btn .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      margin: 0 0 4px;
      border-radius: 1px;
      border-color: #FFF;
      background-color: #FFF; }
      .nav__mobile .btn .icon-bar:last-child {
        margin-bottom: 0; }

@media (min-width: 700px) {
  .nav__support ul a,
  .nav__main .nav__desktop ul.menu__dropdown li a {
    font-size: 1rem; } }
@media (min-width: 70em) {
  header .container:before {
    top: 37px; }

  .nav__container {
    display: block; }

  .header__bg-support {
    height: 37px; }
    .header__bg-support--main {
      display: block; }

  .nav__support {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.3333333333%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    height: 36px;
    margin: 0; }
    .nav__support ul {
      display: block;
      margin: 0; }
      .nav__support ul li {
        display: inline;
        padding: 0;
        text-align: right; }
      .nav__support ul a {
        display: inline;
        padding: 0.2rem 12px;
        color: #666F71;
        font-size: 0.8666666667rem;
        font-weight: 600;
        text-transform: uppercase; }
    .nav__support .hd--x-small {
      display: none; }

  .nav__main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    padding-left: 0;
    padding-right: 0;
    background: 0 0 !important; }
    .nav__main .nav__desktop {
      float: right;
      position: relative; }
      .nav__main .nav__desktop > ul {
        float: left;
        padding: .6rem 0 0; }
        .nav__main .nav__desktop > ul > li {
          display: inline-block;
          background: 0 0; }
          .nav__main .nav__desktop > ul > li > a {
            width: auto;
            color: #FFF;
            font-size: 1rem; }
      .nav__main .nav__desktop .menu__dropdown__control {
        margin: 0;
        height: 39px;
        position: relative; }
      .nav__main .nav__desktop ul.menu__dropdown {
        position: absolute;
        top: 37px;
        left: 50%;
        transform: translate(-50%, 0);
        border: 1px solid #bfbfbf;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background: #FFF; }

  .nav__mobile ul {
    display: none; }

  .logo__container {
    top: 0;
    height: 98px;
    background-position: 0 7px; }
    .logo__container a {
      margin-top: 4px; }
      .logo__container a img {
        height: 72px;
        width: 72px; } }
@media (max-width: 70em) {
  header .container {
    background: #FFF; }

  .nav__main .nav__desktop > ul > li > a {
    width: 100%;
    padding: 10px 12px;
    border-radius: 0; }
    .nav__main .nav__desktop > ul > li > a:focus, .nav__main .nav__desktop > ul > li > a:hover {
      width: 100%;
      padding: 10px 12px;
      border-color: #e8e9e9;
      font-weight: 700;
      line-height: 1.1;
      text-align: left;
      text-decoration: none;
      background: #e8e9e9; } }
@media (min-width: 80em) {
  header .container:before {
    right: -5%;
    width: 80%; }

  .logo__container {
    left: 0; } }
@media (min-width: 86.6666666667em) {
  .logo__container {
    left: auto; } }
@media (min-width: 133.3333333333em) {
  header .container:before {
    right: -10%; } }
@media screen and (min-width: 70em) and (-ms-high-contrast: active), (min-width: 70em) and (-ms-high-contrast: none) {
  .logo__container {
    background-position: 0 -1px; } }
.contact-form__modal {
  display: none; }
.contact-form__wrapper {
  max-width: 700px;
  width: calc(100% - 30px);
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, 0%);
  background: #FFF; }
.contact-form__header, .contact-form__content, .contact-form__footer {
  padding: 12px 24px; }
.contact-form__header {
  background: #1C6C50; }
.contact-form__title {
  color: #FFF;
  font-size: 1.2666666667rem;
  font-weight: 400;
  text-transform: uppercase; }

@media (min-width: 46.6666666667em) and (min-height: 46.6666666667em) {
  .contact-form__wrapper {
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%); }

  .contact-form__modal {
    position: relative;
    z-index: 9999; } }
.nav__search-button {
  display: none;
  color: #FFF; }
  .nav__search-button:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: -15px;
    opacity: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 15px solid #1C6C50;
    -moz-animation: slideOutUp 0.2s;
    -webkit-animation: slideOutUp 0.2s;
    animation: 0.2s slideOutUp;
    transition: opacity 0.2s; }
  @media (min-width: 70em) {
    .nav__search-button {
      display: inline-block;
      position: relative;
      width: 48px;
      height: 48px;
      padding: 0.7333333333rem 20px 0.4666666667rem 20px;
      margin-top: 0.0666666667rem;
      margin-left: 20px;
      font-size: 1.2666666667rem;
      text-decoration: none;
      background: #1C6C50; } }
  .nav__search-button .ic--search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.2s; }
  .nav__search-button .ic--remove {
    opacity: 0;
    transition: opacity 0.2s; }

.search__active .ic--search {
  opacity: 0;
  transition: opacity 0.2s; }
.search__active .ic--remove {
  opacity: 1;
  transition: opacity 0.2s; }
.search__active .textbox-with-button--search .ic--search {
  opacity: 1; }
@media (min-width: 70em) {
  .search__active .nav__search-button {
    padding-left: 16px; }
    .search__active .nav__search-button:after {
      display: block;
      opacity: 1;
      -moz-animation: slideInDown 0.2s;
      -webkit-animation: slideInDown 0.2s;
      animation: 0.2s slideInDown;
      transition: opacity 0.2s; } }
@media (max-width: 70em) {
  .search__active {
    display: block !important; }
    .search__active .nav__support,
    .search__active .nav__desktop > ul,
    .search__active .hd--x-small {
      display: none; }
    .search__active .nav__container {
      display: block !important; } }

.ui-autocomplete {
  width: calc(100% - 30px);
  z-index: 9999;
  padding: 12px 18px;
  margin-top: 6px;
  list-style-type: none;
  background: #FFF; }
  .ui-autocomplete > .ui-menu-item {
    color: #1C6C50; }
    .ui-autocomplete > .ui-menu-item span {
      color: #000000 !important; }
  @media (min-width: 53.3333333333em) {
    .ui-autocomplete {
      width: calc(66.66% - 30px) !important; } }

.global__search {
  display: none;
  width: calc(100% - 30px);
  position: fixed;
  z-index: 9998;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 6px !important; }
  .global__search input[type="text"] {
    height: 4rem;
    padding: 0.8rem 5rem 0.8rem 1rem;
    color: #FFF;
    font-size: 1.2666666667rem;
    background: #000000; }
  .global__search button[type="submit"] {
    z-index: 1;
    color: #FFF;
    font-size: 2.06667rem;
    background: none; }
  @media (min-width: 46.66667rem) {
    .global__search {
      width: 60%; }
      .global__search input[type="text"] {
        height: 5.46667rem;
        font-size: 2.33333rem; }
      .global__search .ui-autocomplete {
        width: 60% !important; } }

.related-links a {
  text-decoration: none; }
  .related-links a:hover, .related-links a:focus {
    text-decoration: underline; }
.related-links ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0; }
.related-links .icon i {
  font-size: 9px; }

@media (min-width: 40em) {
  .related-links ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; } }
@media (min-width: 73.3333333333em) {
  .related-links__title {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16.6666666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px; }

  .related-links .card__grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    margin: 0; } }
.section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 66.7333333333em) {
    .section {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.section--x-large {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.section--large {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem; }

.section--med {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section--small {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem; }

.section--x-small {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }

.section--micro {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem; }

.section--bare {
  padding-top: 0;
  padding-bottom: 0; }

.section--width-md,
.section--width-sm,
.section--width-x-sm {
  width: 100%; }

@media (min-width: 66.6666666667em) {
  .section--width-md {
    width: 80%; }
  .section--width-sm {
    width: 60%; }
  .section--width-x-sm {
    width: 50%; } }
.section--allow-overflow {
  overflow: visible; }
.section--colourful {
  background: #f0faf7; }

#twitCt .col-md-12 {
  float: none;
  display: block;
  padding: 0; }
#twitCt .row {
  display: table;
  margin: 0; }

.twt-img-ct {
  display: table-cell;
  padding-right: 15px; }
  .twt-img-ct + div {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: top; }

.twt-ct {
  display: flex;
  flex-wrap: wrap; }

.twt-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 2px dashed #2FB787;
  margin-bottom: 18px;
  padding-bottom: 18px; }
  .twt-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  @media (min-width: 600px) {
    .twt-item {
      border-bottom: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      float: left;
      padding-left: 15px;
      padding-right: 15px; }
      .twt-item:first-child {
        border-right: 2px dashed #2FB787; }
      .twt-item:last-child {
        margin-top: 24px;
        padding-top: 24px;
        border-top: 2px dashed #2FB787;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 950px) {
    .twt-item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.3333333333%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      border-right: 2px dashed #2FB787; }
      .twt-item:last-child {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        border-right: 0;
        margin-top: 0;
        padding-top: 0;
        border-top: 0; } }
