.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}
.row-eq-height:before {
  display: initial;
}
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12 {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left;
  }
  .col-ms-1 {
    width: 8.33333333%;
  }
  .col-ms-2 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 25%;
  }
  .col-ms-4 {
    width: 33.33333333%;
  }
  .col-ms-5 {
    width: 41.66666667%;
  }
  .col-ms-6 {
    width: 50%;
  }
  .col-ms-7 {
    width: 58.33333333%;
  }
  .col-ms-8 {
    width: 66.66666667%;
  }
  .col-ms-9 {
    width: 75%;
  }
  .col-ms-10 {
    width: 83.33333333%;
  }
  .col-ms-11 {
    width: 91.66666667%;
  }
  .col-ms-12 {
    width: 100%;
  }
  .col-ms-offset-1 {
    margin-left: 8.33333%;
  }
  .col-ms-offset-2 {
    margin-left: 16.66667%;
  }
  .col-ms-offset-3 {
    margin-left: 25%;
  }
  .col-ms-offset-4 {
    margin-left: 33.33333%;
  }
  .col-ms-offset-5 {
    margin-left: 41.66667%;
  }
  .col-ms-offset-6 {
    margin-left: 50%;
  }
  .col-ms-offset-7 {
    margin-left: 58.33333%;
  }
  .col-ms-offset-8 {
    margin-left: 66.66667%;
  }
  .col-ms-offset-9 {
    margin-left: 75%;
  }
  .col-ms-offset-10 {
    margin-left: 83.33333%;
  }
  .col-ms-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (max-width: 479px) {
  .hidden-ms-xs {
    display: none;
  }
}
body {
  font-family: 'Ubuntu';
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}
b,
strong {
  font-weight: 600;
}
blockquote {
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Rokkitt', serif;
  font-weight: normal;
  font-weight: 300;
  font-size: 24px;
  color: #404040;
}
h1,
h2,
h3,
h4 {
  font-family: 'Rokkitt', serif;
  line-height: 1.1;
  font-weight: bold;
  overflow: hidden;
  word-wrap: break-word;
  margin-bottom: 15px;
  margin-top: 0;
}
h1.blue,
h2.blue,
h3.blue,
h4.blue {
  color: #21a9c5;
}
h1 {
  font-size: 40px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 34px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
p {
  margin-bottom: 15px;
}
.important {
  font-family: 'Rokkitt', serif;
  color: #21a9c5;
  font-size: 24px;
  line-height: 28px;
}
.important-black .important {
  font-family: 'Ubuntu';
  font-size: 22px;
  color: black;
}
@media (max-width: 767px) {
  .important-black .important {
    font-size: 18px;
  }
}
ol {
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}
ol > li {
  padding-left: 20px;
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 10px;
}
ol > li:before {
  content: counter(step-counter) '.';
  position: absolute;
  left: 0;
  top: 0;
  font-size: inherit;
  color: #21a9c5;
  font-weight: bold;
}
a {
  color: #21a9c5;
}
a:hover {
  color: #21a9c5;
  text-decoration: underline;
}
sup {
  font-size: 0.5em;
  top: -1em;
}
.main-container ul {
  margin-left: 3px;
  list-style-type: none;
  padding-left: 0;
}
.main-container ul > li {
  padding-left: 25px;
  padding-bottom: 15px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .main-container ul > li {
    padding-left: 20px;
  }
}
.main-container ul > li:before {
  position: absolute;
  color: #21a9c5;
  content: '>';
  font-family: 'Rokkitt', serif;
  font-size: 16px;
  left: 0;
  top: 2px;
}
.main-container ol {
  margin-left: 25px;
  padding-left: 0;
}
.main-container ol li {
  padding-left: 5px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.main-container ol li:before {
  left: -20px;
}
.main-container img {
  max-width: 100%;
  height: auto;
}
.main-container .intro-content-area {
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .main-container .intro-content-area {
    font-size: 18px;
  }
}
.cta-panel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dl-panel {
  border-top: 1px solid #e7e9e9;
  border-bottom: 1px solid #e7e9e9;
  font-size: 0.75em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.dl-panel a {
  text-transform: uppercase;
}
/* SOCIAL MEDIA */
a.sm {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/social-icons.gif);
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
}
a.sm:hover {
  background-position: -21px top;
}
a.sm span {
  display: none;
}
a.twitter {
  background-position: left -21px;
}
a.twitter:hover {
  background-position: -21px -21px;
}
a.linkedin {
  background-position: left -42px;
}
a.linkedin:hover {
  background-position: -21px -42px;
}
a.email {
  background-position: left -63px;
}
a.email:hover {
  background-position: -21px -63px;
}
/* FORM CONTROLS */
select.form-control {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-color: white;
  box-shadow: none;
}
input.form-control {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-color: white;
  box-shadow: none;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eee;
  cursor: not-allowed;
  border: 1px solid #ccc;
}
.section-title {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }
}
.img-shadow {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
/* WP SPECIFIC */
/* Alignment */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}
.wp-caption {
  color: #767676;
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.btn-full {
  width: 100%;
}
.btn-onerabbit {
  border-radius: 0;
  box-shadow: none;
  background: none;
  background-color: #2d3a41;
  text-shadow: none;
  color: white;
  font-family: 'Rokkitt', serif;
  font-size: 1.125em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
}
.btn-onerabbit:hover,
.btn-onerabbit:focus {
  background-color: #7e8c94;
  color: white;
}
@media (max-width: 767px) {
  .btn-onerabbit {
    font-size: 0.875em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .btn-onerabbit {
    font-size: 1em;
  }
}
.btn-onerabbit-lightblue {
  background-color: #abb0b3;
}
.btn-onerabbit-lightblue:hover {
  background-color: #2d3a41;
}
.btn-onerabbit-blue {
  background: #21a9c5;
}
.btn-onerabbit-blue:hover {
  background-color: #e7e9e9;
  color: #2d3a41;
}
.btn-onerabbit-blue-rounded {
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1180a8;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
  background-color: #2cc5d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#2cc5d9), to(#168eb2));
  background: -webkit-linear-gradient(top, #2cc5d9, #168eb2);
  background: -moz-linear-gradient(top, #2cc5d9, #168eb2);
  background: -ms-linear-gradient(top, #2cc5d9, #168eb2);
  background: -o-linear-gradient(top, #2cc5d9, #168eb2);
}
.btn-onerabbit-blue-rounded:hover {
  background-color: #168eb2;
}
.btn-onerabbit-blue-rounded:hover {
  background-color: #168eb2;
  background: -webkit-gradient(linear, left top, left bottom, from(#168eb2), to(#2cc5d9));
  background: -webkit-linear-gradient(top, #168eb2, #2cc5d9);
  background: -moz-linear-gradient(top, #168eb2, #2cc5d9);
  background: -ms-linear-gradient(top, #168eb2, #2cc5d9);
  background: -o-linear-gradient(top, #168eb2, #2cc5d9);
}
.btn-onerabbit-blue-rounded-flat {
  background-color: #21a9c5;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #1180a8;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}
.btn-onerabbit-blue-rounded-flat:hover {
  background-color: #1180a8;
}
.btn-onerabbit-red {
  background: #a10000;
}
.btn-onerabbit-red:hover {
  background-color: #c9282d;
}
.btn-onerabbit-red-rounded {
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #8a0000;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
  background-color: #bc0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#bc0000), to(#8a0000));
  background: -webkit-linear-gradient(top, #bc0000, #8a0000);
  background: -moz-linear-gradient(top, #bc0000, #8a0000);
  background: -ms-linear-gradient(top, #bc0000, #8a0000);
  background: -o-linear-gradient(top, #bc0000, #8a0000);
}
.btn-onerabbit-red-rounded:hover {
  background-color: #8a0000;
}
.btn-onerabbit-red-rounded:hover {
  background-color: #8a0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#8a0000), to(#bc0000));
  background: -webkit-linear-gradient(top, #8a0000, #bc0000);
  background: -moz-linear-gradient(top, #8a0000, #bc0000);
  background: -ms-linear-gradient(top, #8a0000, #bc0000);
  background: -o-linear-gradient(top, #8a0000, #bc0000);
}
.btn-onerabbit-purple-rounded-flat {
  background-color: #bf519e;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #ffffff;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}
.btn-onerabbit-purple-rounded-flat:hover {
  background-color: #39484b;
}
.btn-onerabbit-purple-rounded {
  background-color: #bf519e;
  color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #bf519e;
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
  background-color: #d169ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#d169ba), to(#bf519e));
  background: -webkit-linear-gradient(top, #d169ba, #bf519e);
  background: -moz-linear-gradient(top, #d169ba, #bf519e);
  background: -ms-linear-gradient(top, #d169ba, #bf519e);
  background: -o-linear-gradient(top, #d169ba, #bf519e);
}
.btn-onerabbit-purple-rounded:hover {
  background-color: #39484b;
}
.btn-onerabbit-purple-rounded:hover {
  background-color: #bf519e;
  background: -webkit-gradient(linear, left top, left bottom, from(#bf519e), to(#d169ba));
  background: -webkit-linear-gradient(top, #bf519e, #d169ba);
  background: -moz-linear-gradient(top, #bf519e, #d169ba);
  background: -ms-linear-gradient(top, #bf519e, #d169ba);
  background: -o-linear-gradient(top, #bf519e, #d169ba);
}
.btn-onerabbit-transparent {
  color: #404040;
  background: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid #404040;
}
.btn-onerabbit-transparent:hover {
  background-color: #404040;
  color: white;
}
.btn-onerabbit-white-transparent {
  color: white;
  background: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid white;
}
.btn-onerabbit-white-transparent:hover {
  background-color: white;
  color: #404040;
}
.btn-onerabbit-arrow-white {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/btn-arrow-white.png);
  background-position: 95% center;
  background-repeat: no-repeat;
}
.big-expander-btn {
  position: relative;
  background-color: #2d3a41;
  color: white;
  font-size: 30px;
  line-height: 1.1;
  font-family: 'Rokkitt', serif;
  text-decoration: none;
  display: block;
  height: 95px;
  padding: 15px 30px;
  padding-right: 100px;
}
@media (min-width: 480px) and (max-width: 679px) {
  .big-expander-btn {
    height: 135px;
  }
}
@media (min-width: 480px) and (max-width: 531px) {
  .big-expander-btn {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 506px) {
  .big-expander-btn {
    font-size: 24px;
    height: 110px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .big-expander-btn {
    height: 135px;
  }
}
@media (max-width: 479px) {
  .big-expander-btn {
    font-size: 24px;
    height: 135px;
    padding-left: 20px;
    padding-right: 80px;
  }
}
.big-expander-btn:hover,
.big-expander-btn:focus {
  color: white;
  text-decoration: none;
  outline: 0;
}
.big-expander-btn:hover {
  background-color: #21a9c5;
}
.big-expander-btn:after {
  content: 'View less information';
  line-height: 65px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .big-expander-btn:after {
    line-height: 105px;
  }
}
@media (min-width: 480px) and (max-width: 679px) {
  .big-expander-btn:after {
    line-height: 105px;
  }
}
@media (min-width: 480px) and (max-width: 506px) {
  .big-expander-btn:after {
    line-height: 80px;
  }
}
@media (max-width: 479px) {
  .big-expander-btn:after {
    line-height: 105px;
  }
}
.big-expander-btn:before {
  font-family: 'FontAwesome';
  content: '\f01b';
  font-size: 52px;
  line-height: 52px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -26px;
  color: #c5ca1a;
}
@media (max-width: 479px) {
  .big-expander-btn:before {
    font-size: 36px;
  }
}
.big-expander-btn.collapsed:after {
  content: 'Click here for more information on what you can expect from this type of engagement';
  line-height: 1.1;
}
.big-expander-btn.collapsed:before {
  content: '\f01a';
}
/* HEADER / TOP MENU */
#ddg-panel {
  display: none;
  background-color: yellow;
  padding-top: 90px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 20px;
}
.print-head {
  display: none;
}
#heading-container {
  position: relative;
  background: none;
  padding-bottom: 0;
  z-index: 9;
  background-color: #2d3a41;
  border-bottom: 1px solid white;
  height: 167px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #heading-container {
    height: 173px;
  }
}
@media (max-width: 991px) {
  #heading-container {
    height: 180px;
  }
}
@media (max-width: 767px) {
  #heading-container {
    height: 67px;
  }
}
#heading-container .nav-section {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  background-color: #2d3a41;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: 10;
}
#heading-container .nav-section.affix {
  position: fixed;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #heading-container .nav-section {
    position: fixed;
    width: 100%;
  }
  #heading-container .nav-section.affix {
    height: auto;
    padding-bottom: 0;
  }
}
#heading-container .outer-container {
  padding-top: 25px;
  background-color: #2d3a41;
}
@media (max-width: 767px) {
  #heading-container .outer-container {
    padding: 0;
  }
}
#heading-container .top-section {
  padding-bottom: 26px;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  #heading-container .top-section {
    padding-bottom: 0;
    border: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #heading-container .top-section {
    text-align: center;
    padding-bottom: 0;
  }
}
#heading-container a.logo {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  #heading-container a.logo {
    text-align: center;
    margin-bottom: 10px;
  }
}
#heading-container .slogan {
  display: block;
  color: white;
  font-family: 'Rokkitt', serif;
  font-weight: normal;
  font-size: 1.625em;
  line-height: 41px;
  text-align: right;
}
@media (max-width: 767px) {
  #heading-container .slogan {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #heading-container .slogan {
    text-align: center;
    font-size: 1.25em;
    line-height: 1.3;
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #heading-container .slogan {
    font-size: 1.375em;
  }
}
#heading-container.heading-home {
  height: 134px;
}
@media (max-width: 991px) {
  #heading-container.heading-home {
    height: 137px;
  }
}
@media (max-width: 767px) {
  #heading-container.heading-home {
    height: 67px;
  }
}
#heading-container.heading-home .top-section {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 10px;
}
#heading-container.heading-home a.logo {
  display: inline-block;
}
#top-menu {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  background-color: #2d3a41;
}
#top-menu ul.nav,
#heading-container ul.nav {
  float: none;
  display: inline-block;
}
@media (max-width: 767px) {
  #top-menu ul.nav,
  #heading-container ul.nav {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-menu ul.nav > li,
  #heading-container ul.nav > li {
    float: none;
    display: inline-block;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-menu ul.nav li,
  #heading-container ul.nav li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#top-menu ul.nav li a,
#heading-container ul.nav li a {
  color: #abb0b3;
  -webkit-text-shadow: none;
  text-shadow: none;
  font-family: 'Ubuntu';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #top-menu ul.nav li a,
  #heading-container ul.nav li a {
    font-size: 14px;
    border-bottom: 1px solid white;
    width: 100%;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-menu ul.nav li a,
  #heading-container ul.nav li a {
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #top-menu ul.nav li a,
  #heading-container ul.nav li a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#top-menu ul.nav li a:hover,
#heading-container ul.nav li a:hover {
  color: white;
  background: none;
}
@media (max-width: 767px) {
  #top-menu ul.nav li:last-child a,
  #heading-container ul.nav li:last-child a {
    border-bottom: 0;
  }
}
#top-menu.heading-home ul.nav li a,
#heading-container.heading-home ul.nav li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #top-menu.heading-home ul.nav li a,
  #heading-container.heading-home ul.nav li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #top-menu.heading-home ul.nav li a,
  #heading-container.heading-home ul.nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #top-menu.heading-home ul.nav li a,
  #heading-container.heading-home ul.nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-header img {
  float: left;
  height: 30px;
  margin-top: 16px;
  margin-bottom: 8px;
  margin-left: 15px;
}
.navbar-default .navbar-toggle {
  background-color: #21a9c5;
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-default .navbar-toggle .fa-bars {
  font-size: 1.5em;
  color: #f4f5d3;
  text-align: center;
}
.navbar-default .navbar-toggle .text {
  display: block;
  color: #f4f5d3;
  font-size: 10px;
  line-height: 1;
  height: 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1a8499;
}
.navbar-collapse {
  text-align: center;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navbar-collapse.collapsing,
.navbar-collapse.in {
  background-color: #2d3a41;
}
/* SUB-HEADING (BLUE AREA) */
#sub-heading-container {
  position: relative;
  margin-top: -23px;
  color: white;
  z-index: 8;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/main-bottom-arrow-light-blue-fancy.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 23px;
}
#sub-heading-container.no-arrow {
  background-image: none;
  padding-bottom: 0;
}
#sub-heading-container .outer-container {
  padding-top: 53px;
  padding-bottom: 30px;
  background-color: #21a9c5;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/light-blue-fancy-bg.png);
  background-position: center bottom;
  background-repeat: repeat;
}
#sub-heading-container h1,
#sub-heading-container h2 {
  font-family: 'Rokkitt', serif;
  font-size: 40px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  #sub-heading-container h1,
  #sub-heading-container h2 {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  #sub-heading-container h1,
  #sub-heading-container h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
#sub-heading-container .drop-down-box {
  background: #8fcedb;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #sub-heading-container .drop-down-box .row > div {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sub-heading-container .drop-down-box .row > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #sub-heading-container .drop-down-box .row > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #sub-heading-container .drop-down-box .row form > div {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sub-heading-container .drop-down-box .row form > div {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  #sub-heading-container .drop-down-box .row form > div:last-child {
    margin-bottom: 0;
  }
}
/* container arrow positions */
.arrow-left {
  background-position: 33% bottom;
}
@media (max-width: 991px) {
  .arrow-left {
    background-position: center bottom;
  }
}
.arrow-right {
  background-position: 66% bottom;
}
@media (max-width: 991px) {
  .arrow-right {
    background-position: center bottom;
  }
}
/* MAIN CONTAINER (CONTENT) */
.main-container {
  margin-top: -23px;
  padding-top: 23px;
  margin-bottom: 50px;
}
.main-container > .container {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .main-container > .container {
    margin-top: 40px;
  }
}
@media (min-width: 1201px) {
  .slideout_panel .lead-generation-panel {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slideout_panel .lead-generation-panel img {
    display: block !important;
  }
}
/* icons */
img.icon-left {
  float: left;
  margin: 0;
  margin-left: -90px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  img.icon-left {
    margin: 0;
    margin-right: 15px;
    margin-top: 8px;
    height: 30px;
    width: auto;
  }
}
#map {
  width: 100%;
  height: 350px;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* FOOTER */
#footer-container {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2d3a41;
  color: white;
}
@media (max-width: 767px) {
  #footer-container {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#footer-container .slogan {
  font-family: 'Roboto Slab';
  font-size: 1.5em;
  margin-top: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer-container .slogan {
    font-size: 1.125em;
  }
}
#footer-container .bottom-menu .nav a {
  font-family: 'Roboto Slab';
  color: white;
  padding: 0;
  padding-bottom: 5px;
  background: none;
  margin: 0;
  font-size: 1em;
  -webkit-text-shadow: none;
  text-shadow: none;
  text-transform: lowercase;
}
#footer-container .bottom-menu .nav a:hover {
  color: #7e8c94;
}
#footer-container .sm-section {
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer-container .sm-section {
    float: none;
    display: inline-block;
    margin-top: 30px;
  }
}
#footer-container .sm-title {
  float: left;
  line-height: 29px;
  margin-right: 12px;
  font-size: 1.125em;
  font-family: 'Roboto Slab';
}
@media (max-width: 767px) {
  #footer-container .sm-title {
    display: none;
  }
}
#footer-container .social-media {
  float: left;
}
#footer-container .social-media li {
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
#footer-container .social-media span {
  display: none;
}
#footer-container .social-media a {
  display: block;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/footer-icons.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  padding: 0;
}
#footer-container .social-media a:hover {
  background-position: right top;
}
#footer-container .social-media a.twitter {
  background-position: left -30px;
}
#footer-container .social-media a.twitter:hover {
  background-position: right -30px;
}
#footer-container .social-media a.linkedIn {
  background-position: left -60px;
}
#footer-container .social-media a.linkedIn:hover {
  background-position: right -60px;
}
#footer-container .social-media a.googlePlus {
  background-position: left -90px;
}
#footer-container .social-media a.googlePlus:hover {
  background-position: right -90px;
}
#footer-container address {
  clear: both;
  display: block;
  margin-top: 40px;
}
@media (max-width: 991px) {
  #footer-container address {
    margin-top: 20px;
  }
}
#footer-container address .phone {
  display: block;
  margin-top: 5px;
}
#footer-container address .phone abbr {
  margin-right: 5px;
  color: #7e8c94;
}
@media (max-width: 767px) {
  #footer-container img.visible-xs {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .right-panel {
    padding-top: 20px;
  }
}
.right-panel .heading {
  font-family: 'Rokkitt', serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #c0c4c6;
  position: relative;
  overflow: visible;
  padding-bottom: 10px;
  margin-top: 0;
}
.right-panel .heading:after {
  position: absolute;
  bottom: -12px;
  left: 10%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #c0c4c6 transparent transparent transparent;
}
@media (max-width: 991px) {
  .right-panel .heading:after {
    left: 5%;
  }
}
.right-panel .cta-track {
  background-color: #2d3a41;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .right-panel .cta-track .top {
    width: 55%;
    float: left;
  }
}
@media (max-width: 560px) {
  .right-panel .cta-track .top {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .right-panel .cta-track .top {
    width: 100%;
    float: none;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  .right-panel .cta-track .top {
    display: table;
  }
}
.right-panel .cta-track .top .wrap {
  color: white;
  font-family: 'Rokkitt', serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1;
  padding: 20px;
  text-align: center;
}
@media (min-width: 521px) and (max-width: 991px) {
  .right-panel .cta-track .top .wrap {
    display: table-cell;
    vertical-align: middle;
    height: 219px;
    padding-right: 0;
    padding-left: 30px;
  }
}
.right-panel .cta-track .bottom {
  height: 219px;
}
@media (max-width: 767px) {
  .right-panel .cta-track .bottom {
    width: 45%;
    float: left;
  }
}
@media (max-width: 560px) {
  .right-panel .cta-track .bottom {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .right-panel .cta-track .bottom {
    width: 100%;
    float: none;
  }
}
@media (min-width: 521px) and (max-width: 991px) {
  .right-panel .cta-track .bottom {
    display: table;
  }
}
.right-panel .cta-track .bottom .wrap {
  position: relative;
  height: 100%;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/cta-track.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.right-panel .cta-track .bottom .wrap:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #2d3a41 transparent transparent transparent;
}
@media (min-width: 521px) and (max-width: 991px) {
  .right-panel .cta-track .bottom .wrap {
    display: table-cell;
    vertical-align: middle;
    height: 219px;
  }
  .right-panel .cta-track .bottom .wrap:after {
    border: 0;
  }
}
.right-panel .cta-track .bottom .wrap .btn {
  position: absolute;
  bottom: 17px;
  left: 5%;
  width: 90%;
  text-align: center;
  border: 3px solid white;
  font-family: 'Rokkitt', serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 521px) and (max-width: 991px) {
  .right-panel .cta-track .bottom .wrap .btn {
    position: static;
    display: inline-block;
  }
}
.right-panel .featured-articles {
  margin-bottom: 30px;
}
.right-panel .featured-articles ul {
  margin-bottom: 0;
  margin-top: 30px;
}
.right-panel .featured-articles ul li {
  padding-left: 25px;
  padding-bottom: 10px;
}
.right-panel .featured-articles ul li a {
  font-family: 'Rokkitt', serif;
  font-size: 18px;
  line-height: 1.1;
}
.right-panel .upcoming-events .img-link {
  margin-top: 30px;
}
@media (min-width: 1201px) {
  .right-panel .upcoming-events .img-link:hover span.overlay {
    font-size: 3em;
  }
}
.add-this {
  float: right;
}
@media (max-width: 991px) {
  .add-this {
    float: none;
    text-align: center;
    margin-top: 40px;
  }
}
.add-this h3 {
  font-size: 30px;
  color: #21a9c5;
}
/* Postcast Slide-Out */
.slideout_panel {
  width: 250px;
  height: 294px;
  background-color: #2d3a41;
  padding: 0;
  position: fixed;
  top: 40%;
  right: -250px;
  z-index: 100;
}
.slideout_panel h3 {
  margin: 0 0 0 56px;
}
.slideout_panel .smalltext {
  font-size: smaller;
  text-align: center;
  margin: 5px 0;
}
.slideout_panel .slide_btn {
  font-size: small;
  width: 141px;
  text-align: left;
  padding-left: 10px;
  margin: 0 auto;
}
.img-link {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
.img-link img {
  display: inline-block;
}
.img-link span.overlay {
  position: absolute;
  background: #2d3a41;
  background: rgba(45, 58, 65, 0.7);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  font-family: 'Roboto Slab';
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  line-height: 1.2;
  opacity: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .img-link span.overlay {
    font-size: 2.625em;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .img-link span.overlay {
    font-size: 2em;
  }
}
.img-link span.overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}
.img-link span.overlay span {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
}
.img-link:hover span.overlay {
  opacity: 1;
  font-size: 3.875em;
  transition: all .25s ease;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .img-link:hover span.overlay {
    font-size: 3em;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .img-link:hover span.overlay {
    font-size: 2.25em;
  }
}
.sub-heading-blog-menu {
  background-color: #576167;
}
.sub-heading-blog-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.sub-heading-blog-menu ul li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub-heading-blog-menu ul li a {
  display: inline-block;
  padding: 15px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Rokkitt', serif;
}
.sub-heading-blog-menu ul li a:before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.sub-heading-blog-menu ul li a.targeted-positioning:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/target.svg);
}
.sub-heading-blog-menu ul li a.agile-marketing:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/speedometer.svg);
}
.sub-heading-blog-menu ul li a.foundations:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/monitor.svg);
}
.sub-heading-blog-menu ul li a:hover,
.sub-heading-blog-menu ul li a.active {
  background-color: #424d54;
}
.blog-menu-dropdown {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 480px;
}
.blog-container {
  margin-bottom: 0;
}
.blog-container .guides-panels {
  margin-top: 30px;
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .blog-container .guides-panels {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .guides-panels .guide-panel {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .guides-panels .guide-panel {
    overflow: hidden;
    padding: 15px;
    background: #21a9c5;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .guides-panels .guide-panel .text-area {
    float: right;
    width: 70%;
    color: white;
  }
}
@media (max-width: 479px) {
  .guides-panels .guide-panel .text-area {
    width: 60%;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .guides-panels .guide-panel a.btn {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.guides-panels .guide-panel a.image-cover-link {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .guides-panels .guide-panel a.image-cover-link {
    float: left;
    width: 25%;
  }
}
@media (max-width: 479px) {
  .guides-panels .guide-panel a.image-cover-link {
    width: 35%;
  }
}
.guides-panels .guide-panel a.image-cover-link img {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
}
.guides-panels .guide-panel a.image-cover-link .cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  opacity: 0;
  background: #21a9c5;
  color: white;
  font-family: 'Rokkitt', serif;
  font-size: 30px;
  line-height: 34px;
  text-transform: uppercase;
  text-align: center;
  transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
}
@media (max-width: 991px) {
  .guides-panels .guide-panel a.image-cover-link .cover {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .guides-panels .guide-panel a.image-cover-link .cover {
    display: none;
  }
}
.guides-panels .guide-panel a.image-cover-link .cover span {
  display: inline-block;
  padding-top: 80px;
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}
@media (max-width: 991px) {
  .guides-panels .guide-panel a.image-cover-link .cover span {
    padding-top: 70px;
  }
}
.guides-panels .guide-panel a.image-cover-link .cover span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 991px) {
  .guides-panels .guide-panel a.image-cover-link .cover span:before {
    width: 48px;
    height: 48px;
    margin-left: -24px;
  }
}
.guides-panels .guide-panel a.image-cover-link .cover.cover-download span:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/download.svg);
}
.guides-panels .guide-panel a.image-cover-link .cover.cover-test span:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/test.svg);
}
.guides-panels .guide-panel a.image-cover-link:hover .cover {
  opacity: 1;
}
.categories-tabs {
  border-bottom: 6px solid #2d3a41;
}
.categories-tabs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.categories-tabs ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 33%;
  border-left: 1px solid white;
  text-align: center;
}
.categories-tabs ul li:first-child {
  border: 0;
}
.categories-tabs ul li:before {
  content: '';
}
.categories-tabs ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #21a9c5;
  color: white;
  text-decoration: none;
  font-family: 'Rokkitt', serif;
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .categories-tabs ul li a {
    padding-top: 50px;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 18px;
  }
}
.categories-tabs ul li a:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -20px;
}
@media (max-width: 767px) {
  .categories-tabs ul li a:before {
    top: 15px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
  }
}
.categories-tabs ul li a.targeted-positioning:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/target.svg);
}
.categories-tabs ul li a.agile-marketing:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/speedometer.svg);
}
.categories-tabs ul li a.foundations:before {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/icons/monitor.svg);
}
.categories-tabs ul li a:hover,
.categories-tabs ul li a.active {
  background-color: #2d3a41;
}
.categories-tabs ul li a.active:after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -25px;
  content: '';
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #2d3a41 transparent transparent transparent;
}
.blog-summary-area {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #cfd1d3;
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .blog-summary-area {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}
.blog-area {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e7e9e9;
}
@media (max-width: 767px) {
  .blog-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.blog-group .article-block a {
  color: #a10000;
  font-family: 'Roboto Slab';
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .blog-group .article-block a {
    font-size: 16px;
  }
}
.blog-group .article-block a:hover {
  color: #2d3a41;
}
.blog-group .article-block .author a {
  color: #21a9c5;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
}
.blog-group .article-block .author a:hover {
  color: #2d3a41;
}
.blog-group.blog-group-1 {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 991px) {
  .blog-group.blog-group-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog-group.blog-group-1 > .container-fluid {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-group.blog-group-1 > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .blog-group.blog-group-1 > .container-fluid {
    display: inline-block;
  }
}
.blog-group.blog-group-1 > .container-fluid > div {
  margin-bottom: 30px;
}
@media (max-width: 479px) {
  .blog-group.blog-group-1 > .container-fluid > div {
    margin-bottom: 15px;
  }
}
.blog-group.blog-group-1 .article-block {
  background-color: white;
  height: 100%;
  position: relative;
}
.blog-group.blog-group-1 .article-block:hover {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
}
.blog-group.blog-group-1 .article-block .text-area {
  padding: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .blog-group.blog-group-1 .article-block .text-area {
    padding: 15px;
    padding-bottom: 50px;
  }
}
.blog-group.blog-group-1 .article-block .text-area a {
  font-size: 22px;
}
@media (max-width: 767px) {
  .blog-group.blog-group-1 .article-block .text-area a {
    font-size: 18px;
  }
}
.blog-group.blog-group-1 .article-block .author {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5px;
  border-top: 1px solid #e7e9e9;
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-group.blog-group-1 .article-block .author {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.blog-group.blog-group-1 .article-block .author a {
  font-size: inherit;
}
.blog-group.blog-group-2 > .container > .row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .blog-group.blog-group-2 > .container > .row {
    display: block;
  }
}
.blog-group.blog-group-2 .article-block {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 767px) {
  .blog-group.blog-group-2 .article-block {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-group.blog-group-2 .article-block .listing-std {
  background-color: white;
  padding: 25px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0px;
}
@media (max-width: 991px) {
  .blog-group.blog-group-2 .article-block .listing-std {
    padding: 15px;
  }
}
.blog-group.blog-group-2 .article-block .listing-std .list-item {
  margin-bottom: 0;
}
.blog-group.blog-group-3 .article-block a {
  positon: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #d8dadb;
  height: 100%;
}
.blog-group.blog-group-3 .article-block a:before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 14px;
  line-height: 22px;
  color: #2d3a41;
}
#article {
  margin-bottom: 90px;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  #article {
    margin-bottom: 40px;
  }
}
.article-image {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .article-image {
    margin-bottom: 30px;
  }
}
.article-image img {
  min-width: 100%;
}
.blog-article {
  margin-bottom: 20px;
}
.blog-article .author {
  margin-top: 10px;
  font-size: 14px;
}
.blog-article img.banner-image {
  margin-bottom: 35px;
}
.blog-article .text .author {
  font-size: inherit;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-article .text .author a {
  font-size: 1em;
}
.blog-article .text h2 {
  font-size: 26px;
}
.blog-article .text img {
  max-width: 100%;
  height: auto;
}
.blog-article .text .dl-panel {
  margin-bottom: 10px;
}
.blog-article blockquote {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 3px solid #21a9c5;
  font-style: italic;
}
@media (max-width: 767px) {
  .blog-article .cta-panel {
    margin-left: 0;
    margin-right: 0;
  }
}
.next-article .item-image {
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.box {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
  background-color: #e7e9e9;
}
@media (max-width: 991px) {
  .box {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .box {
    margin-left: 0;
    margin-right: 0;
  }
}
.box .box-header {
  background-color: #21a9c5;
  color: white;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .box .box-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box .box-header:hover {
  background-color: #bf519e;
}
.box .box-header a {
  text-decoration: none;
}
.box .box-header h2 {
  color: white;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
}
.box .box-header h2:after {
  float: right;
  content: '\f054';
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 32px;
  color: white;
}
.box .box-content {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .box .box-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box .box-content .list-item {
  margin-bottom: 0;
}
/* PROFILES */
.profiles {
  margin-top: 10px;
  margin-bottom: 20px;
}
.profiles .thumbnail {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 479px) {
  .profiles .thumbnail {
    margin-bottom: 30px;
  }
}
.profiles .thumbnail:hover {
  text-decoration: none;
}
.profiles .thumbnail .caption {
  padding: 0;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .profiles .thumbnail .caption {
    font-size: 14px;
    line-height: 1.2;
  }
}
/* PROFILE */
@media (max-width: 767px) {
  .profile {
    margin-top: 10px;
  }
}
.profile a.btn-book-speaker {
  display: block;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/book-button-icon.png);
  background-repeat: no-repeat;
  background-position: 14px center;
  padding-left: 65px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .profile a.btn-book-speaker {
    background-image: none;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .profile a.btn-book-speaker {
    font-size: 1em;
  }
}
.profile .image-info {
  text-align: center;
}
@media (max-width: 767px) {
  .profile .image-info {
    margin-bottom: 10px;
  }
}
.profile .image-info img {
  display: inline-block;
}
.profile .sm-links {
  text-align: center;
  margin-top: 15px;
}
.profile a.sm {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.profile h2 {
  margin-top: 0;
}
.profile .position {
  font-size: 1.125em;
}
.profile .articles .article {
  margin-bottom: 20px;
}
.profile .articles .article a.title {
  font-family: 'Roboto Slab';
  color: #a10000;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
/* FORMS */
.form-group input,
.form-group textarea {
  width: 100%;
}
/* Sales Complexity Form */
#sales-complexity .sales-heading {
  font-weight: bold;
}
#sales-complexity .radioButtons {
  border: 0;
  width: 100%;
  background: none;
}
#sales-complexity .radioButtons td {
  border: 0;
  padding: 0;
  width: 25%;
  text-align: center;
}
#sales-complexity .radioButtons td:last-child {
  width: 50%;
}
@media (max-width: 767px) {
  #sales-complexity .radioButtons td:last-child {
    font-size: 0.75em;
    line-height: 1.1;
  }
}
#sales-complexity .score .head {
  margin-top: 10px;
  padding: 15px;
  font-size: 1.75em;
  background: #2d3a41;
  color: white;
}
@media (max-width: 767px) {
  #sales-complexity .score .head {
    padding: 10px;
  }
}
#sales-complexity .score .middle {
  padding: 15px;
  background-color: #e7e9e9;
}
@media (max-width: 767px) {
  #sales-complexity .score .middle {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  #sales-complexity .score .middle .ScoreSummaryOutput {
    padding-top: 10px;
  }
}
#sales-complexity .score .bottom {
  padding: 15px;
  background: #2d3a41;
  color: white;
}
@media (max-width: 767px) {
  #sales-complexity .score .bottom {
    padding: 10px;
  }
}
#sales-complexity .score .bottom a {
  text-decoration: underline;
  color: white;
}
/* Cost Form */
#cost-form .input-form table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
#cost-form .input-form .right-column {
  width: 40%;
}
#cost-form .input-form input {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
#cost-form .final-results {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#cost-form .final-results table td {
  vertical-align: top;
}
/* Lead Cost Form */
#lead-cost-form .input-form table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
#lead-cost-form .input-form .right-column {
  width: 40%;
}
#lead-cost-form .input-form input {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.form-section {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #e7e9e9;
}
@media (max-width: 767px) {
  .form-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.form-section .heading-area {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .form-section .heading-area {
    margin-bottom: 20px;
  }
}
.form-section .heading-area h2 {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
}
.form-section .heading-area h2 small {
  display: block;
  text-transform: none;
  font-size: 30px;
  color: #21a9c5;
}
@media (min-width: 992px) {
  .form-section .text-area-with-content-arrow {
    display: flex;
    flex-direction: column;
  }
  .form-section .text-area-with-content-arrow .content-wrap,
  .form-section .text-area-with-content-arrow .arrow-wrap {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .form-section .text-area-with-content-arrow .arrow-wrap {
    position: relative;
  }
  .form-section .text-area-with-content-arrow .arrow-wrap .arrow-box {
    position: absolute;
    bottom: 40px;
    left: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .form-section .text-area-with-content-arrow .arrow-wrap .arrow-box {
    bottom: 20px;
  }
}
.form-section .form-box {
  background-color: white;
  padding: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .form-section .form-box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .form-section .form-box {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .form-section .form-box {
    padding: 20px 15px;
  }
}
.form-section .form-box h3 {
  text-align: center;
  margin-bottom: 30px;
}
.form-section .form-box form .form-group input[type="text"],
.form-section .form-box form .form-group input[type="email"],
.form-section .form-box form .form-group textarea {
  border: 2px solid #2d3a41;
  padding: 10px 15px;
}
.form-section .form-box form .form-group input[type="text"]:focus,
.form-section .form-box form .form-group input[type="email"]:focus,
.form-section .form-box form .form-group textarea:focus {
  box-shadow: none;
  border-color: #21a9c5;
  color: #2d3a41;
}
.form-section .form-box form .form-group input[type="text"]:focus::placeholder,
.form-section .form-box form .form-group input[type="email"]:focus::placeholder,
.form-section .form-box form .form-group textarea:focus::placeholder {
  color: #2d3a41;
}
.form-section .form-box form .btn {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 15px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .form-section .form-box form .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .form-section .form-box form .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }
}
.form-section-alt {
  background: white;
}
.form-section-alt .form-box {
  background-color: #e7e9e9;
}
.form-section-alt .form-box form .form-group input[type="text"],
.form-section-alt .form-box form .form-group input[type="email"],
.form-section-alt .form-box form .form-group textarea {
  border: 2px solid white;
}
.form-section-alt .form-box form .form-group input[type="text"]:focus,
.form-section-alt .form-box form .form-group input[type="email"]:focus,
.form-section-alt .form-box form .form-group textarea:focus {
  border-color: #21a9c5;
  color: #2d3a41;
}
.form-section-alt .form-box form .form-group input[type="text"]:focus::placeholder,
.form-section-alt .form-box form .form-group input[type="email"]:focus::placeholder,
.form-section-alt .form-box form .form-group textarea:focus::placeholder {
  color: #2d3a41;
}
.form-section-no-bottom-padding {
  padding-bottom: 0;
}
.listing-std h2 {
  font-family: 'Rokkitt', serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #c0c4c6;
  position: relative;
  overflow: visible;
  padding-bottom: 10px;
  margin-top: 0;
}
.listing-std h2:after {
  position: absolute;
  bottom: -12px;
  left: 10%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #c0c4c6 transparent transparent transparent;
}
@media (max-width: 991px) {
  .listing-std h2:after {
    left: 5%;
  }
}
.listing-std .item-image {
  margin-bottom: 15px;
}
.listing-std .list-item {
  margin-bottom: 50px;
}
.listing-std .list-item .author {
  margin-top: 10px;
  font-size: 14px;
}
.listing-std .list-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
  font-family: 'Roboto Slab';
}
.listing-std .list-item h3 a {
  color: #a10000;
}
.listing-std .list-item .dl-panel {
  margin-top: 30px;
}
.listing-vertical .list-item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .listing-vertical .list-item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing-vertical .list-item {
    margin-bottom: 40px;
  }
}
.listing-vertical .list-item .dl-panel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.listing-vertical .list-item h3 {
  font-size: 1.125em;
}
.listing-twitter {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .listing-twitter .list-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .listing-twitter .list-item {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  .listing-twitter .list-item:last-child {
    border-bottom: 0;
  }
}
.listing-twitter h3 {
  margin-bottom: 5px;
}
.listing-twitter h3 a.twitter-handle {
  color: #21a9c5;
  font-size: 0.8em;
}
.listing-twitter p.twitter {
  margin-top: 20px;
}
.listing-twitter p.twitter a {
  display: block;
  font-weight: bold;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/social-icons.gif);
  background-position: -21px -21px;
  background-repeat: no-repeat;
  height: 21px;
  line-height: 1.3125em;
  padding-left: 30px;
  color: #7e8c94;
}
.icon-listing .list-item {
  border-bottom: 1px solid #c0c4c6;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 24px;
}
@media (min-width: 1201px) {
  .icon-listing .list-item .left-col {
    padding-right: 0;
  }
}
@media (min-width: 480px) {
  .icon-listing .list-item .right-col {
    padding-left: 0;
  }
}
.icon-listing .list-item .right-col > h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 19px;
  margin-bottom: 15px;
}
@media (max-width: 555px) {
  .icon-listing .list-item .right-col > h3 {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .icon-listing .list-item .right-col > h3 {
    margin-top: 0;
  }
}
.accordion-wrap > div {
  padding-top: 25px;
}
.accordion-listing .list-item .left-col img {
  max-width: 40px;
  height: auto;
}
.accordion-listing .list-item .right-col > h3 {
  padding-right: 40px;
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .accordion-listing .list-item .right-col > h3 {
    padding-left: 0;
  }
}
.accordion-listing .acc-link {
  color: #404040;
  position: relative;
  display: block;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.accordion-listing .acc-link:after {
  font-family: 'FontAwesome';
  content: '\f077';
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.accordion-listing .acc-link.collapsed:after {
  content: '\f078';
}
.accordion-listing .expanded-content .right-col {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .accordion-listing .expanded-content .right-col {
    padding-left: 20px;
  }
}
@media (max-width: 479px) {
  .accordion-listing .expanded-content .right-col {
    padding-top: 10px;
  }
}
.main-container .links-list {
  margin-left: 0;
  margin-bottom: 15px;
}
.main-container .links-list li {
  border-bottom: 1px solid #c0c4c6;
  padding-left: 35px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.main-container .links-list li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #21a9c5;
  font-size: 18px;
  line-height: 1;
  left: 0;
  top: 5px;
}
.main-container .links-list li.download:before {
  content: '\f019';
}
.main-container .links-list li.form:before {
  content: '\f044';
}
.main-container .links-list li.calculator:before {
  content: '\f1ec';
}
/* Service Listing */
.service_listing {
  margin-top: 20px;
  margin-bottom: 20px;
}
.service_listing .row > div {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-right-arrow.png);
  background-position: right 130px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .service_listing .row > div {
    background: none;
  }
}
@media (max-width: 991px) {
  .service_listing .row > div:last-child {
    background: none;
  }
}
@media (max-width: 991px) {
  .service_listing .row:last-child > div:last-child .service_item {
    background: none;
    padding: 0;
    margin: 0;
  }
}
.service_listing .service_item {
  margin-right: 40px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .service_listing .service_item {
    margin-right: 0;
    padding-bottom: 60px;
    margin-bottom: 15px;
    background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-down-arrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.service_listing .service_item .heading {
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 60px auto;
  min-height: 111px;
  line-height: 111px;
  width: 100%;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .service_listing .service_item .heading {
    background-image: none !important;
  }
}
.service_listing .service_item .heading span {
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  height: 100%;
}
.service_listing .service_item .heading h3 {
  margin: 0;
  margin-left: 94px;
  margin-right: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .service_listing .service_item .heading h3 {
    margin-left: 15px;
  }
}
.service_listing .service_item .content {
  padding: 15px;
}
.service_listing .service_item .content ul li {
  padding-left: 20px;
  padding-bottom: 5px;
}
.service_listing .service_item .content ul li:before {
  content: '';
}
.service_listing .arrow-left .service_item .heading {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}
@media (max-width: 991px) {
  .service_listing .arrow-left .service_item .heading {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
  }
}
.service_listing .arrow-left > div {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-left-arrow.png);
}
@media (max-width: 991px) {
  .service_listing .arrow-left > div {
    background: none;
  }
}
.service_listing .arrow-left > div:first-child {
  background: none;
}
.service_listing .arrow-left > div:first-child .service_item {
  padding-bottom: 60px;
  margin-bottom: 15px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-down-arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.service_listing .arrow-left:last-child > div .service_item {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .service_listing .arrow-left:last-child > div .service_item {
    margin-right: 0;
    padding-bottom: 60px;
    margin-bottom: 15px;
    background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-down-arrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
.service_listing .arrow-right > div:last-child {
  background: none;
}
.service_listing .arrow-right > div:last-child .service_item {
  padding-bottom: 60px;
  margin-bottom: 15px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-down-arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .service_listing .arrow-right > div:last-child .service_item {
    margin-right: 0;
  }
}
.service_listing .arrow-right:last-child > div .service_item {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .service_listing .arrow-right:last-child > div .service_item {
    margin-right: 0;
    padding-bottom: 60px;
    margin-bottom: 15px;
    background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/double-down-arrow.png);
    background-position: center bottom;
    background-repeat: no-repeat;
  }
}
/* EVENTS */
.event_listing {
  margin-top: 40px;
}
.event_listing > .row > div {
  display: flex;
}
.event_listing .event_item {
  margin-bottom: 30px;
  background-color: #e7e9e9;
  padding: 25px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .event_listing .event_item {
    padding: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event_listing .event_item {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .event_listing .event_item {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.event_listing .event_item h3 {
  text-align: center;
}
.event_listing .event_item a {
  display: block;
  overflow: hidden;
}
.event_listing .event_item a.read-more {
  margin-top: 10px;
  background-color: #c5ca1a;
  font-size: 20px;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .event_listing .event_item a.read-more {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .event_listing .event_item a.read-more {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .event_listing .event_item a.read-more {
    font-size: 16px;
  }
}
.event_listing .event_item a.read-more:hover {
  background-color: #2d3a41;
}
.cta-panel {
  /* CTA - 11 Steps Panel */
  /* CTA - Subscribe Panel */
  /* CTA - Podcast Subscribe */
  /* CTA - No BS */
  /* CTA - Fast Track */
}
.cta-panel .eleven-steps-panel {
  background-color: #cad1d5;
  font-family: 'Roboto Slab';
  padding: 20px;
}
@media (max-width: 767px) {
  .cta-panel .eleven-steps-panel {
    padding: 10px;
  }
}
.cta-panel .eleven-steps-panel p {
  font-size: 1em;
}
@media (max-width: 1200px) {
  .cta-panel .eleven-steps-panel p {
    font-size: 1em;
  }
}
.cta-panel .eleven-steps-panel h3 {
  margin-top: 0;
  font-size: 1.25em;
}
@media (max-width: 1200px) {
  .cta-panel .eleven-steps-panel h3 {
    font-size: 1.125em;
  }
}
.cta-panel .eleven-steps-panel p.important {
  margin-bottom: 0;
  font-size: 1.25em;
}
@media (max-width: 1200px) {
  .cta-panel .eleven-steps-panel p.important {
    font-size: 1.125em;
  }
}
.cta-panel .eleven-steps-panel .text-area {
  text-align: center;
}
.cta-panel .eleven-steps-panel a.btn {
  line-height: 70px;
  font-weigth: bold;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cta-panel .eleven-steps-panel a.btn {
    line-height: 1.2;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cta-panel .eleven-steps-panel a.btn {
    margin-top: 30px;
    font-size: 0.875em;
  }
}
.cta-panel .subscribe-panel {
  background-color: #bf519e;
  color: white;
  padding: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .cta-panel .subscribe-panel {
    padding: 10px;
  }
}
.cta-panel .subscribe-panel h3 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cta-panel .subscribe-panel h3 {
    font-size: 1em;
    margin-bottom: 20px;
  }
}
.cta-panel .subscribe-panel a.btn {
  line-height: 40px;
  margin-top: 7px;
}
@media (max-width: 991px) {
  .cta-panel .subscribe-panel a.btn {
    line-height: 1.2em;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cta-panel .subscribe-panel a.btn {
    margin-top: 20px;
  }
}
.cta-panel .podcast-subscribe-panel {
  background-color: #c5ca1a;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/cta-podcast-speaker-bg.gif);
  background-position: left 25px;
  background-repeat: no-repeat;
  padding: 20px;
}
.cta-panel .podcast-subscribe-panel h3 {
  font-size: 1.25em;
  min-height: 59px;
  padding-top: 5px;
  padding-right: 50px;
  padding-left: 60px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cta-panel .podcast-subscribe-panel h3 {
    padding-right: 0;
  }
}
.cta-panel .podcast-subscribe-panel p {
  font-size: 1em;
  padding-left: 10px;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .cta-panel .podcast-subscribe-panel p {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cta-panel .podcast-subscribe-panel p {
    font-size: 1em;
  }
}
.cta-panel .podcast-subscribe-panel .btn {
  padding-right: 20px;
  white-space: normal;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .cta-panel .podcast-subscribe-panel .btn {
    line-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cta-panel .podcast-subscribe-panel .btn {
    font-size: 0.875em;
  }
}
.cta-panel .no-bs-panel {
  color: white;
  background-color: #bf519e;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/cta-no-bs-bg.gif);
  background-repeat: no-repeat;
  padding: 20px;
}
@media (max-width: 767px) {
  .cta-panel .no-bs-panel {
    background-image: none !important;
    text-align: center;
  }
}
.cta-panel .no-bs-panel h3 {
  font-size: 1.5em;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .cta-panel .no-bs-panel h3 {
    font-size: 1.25em;
  }
}
.cta-panel .no-bs-panel .text-area {
  padding-left: 190px;
}
@media (max-width: 767px) {
  .cta-panel .no-bs-panel .text-area {
    padding-left: 15px;
  }
}
.cta-panel .no-bs-panel .button-area {
  padding-left: 190px;
}
@media (max-width: 767px) {
  .cta-panel .no-bs-panel .button-area {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .cta-panel .no-bs-panel .button-area {
    padding-left: 15px;
    margin-top: 20px;
  }
}
.cta-panel .no-bs-panel-alt {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/cta-no-bs-pdf-bg.gif);
}
.cta-panel .inline-fast-track-panel {
  background-color: #2d3a41;
  color: white;
  padding: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .cta-panel .inline-fast-track-panel {
    text-align: center;
    padding: 15px;
  }
}
.cta-panel .inline-fast-track-panel h3 {
  font-size: 1.625em;
  color: #c5ca1a;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .cta-panel .inline-fast-track-panel h3 {
    font-size: 1.375em;
  }
}
.cta-panel .inline-fast-track-panel h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .cta-panel .inline-fast-track-panel h4 {
    font-size: 1.125em;
  }
}
.cta-inline.cta-1rc-footer {
  padding-top: 75px;
  background-color: #ec1064;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/1rc-cta-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
}
@media (max-width: 991px) {
  .cta-inline.cta-1rc-footer .row-eq-height {
    display: block;
  }
}
.cta-inline.cta-1rc-footer .site-logo {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .cta-inline.cta-1rc-footer .site-logo {
    margin-top: 0;
  }
}
.cta-inline.cta-1rc-footer h2 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .cta-inline.cta-1rc-footer h2 {
    font-size: 34px;
  }
}
.cta-inline.cta-1rc-footer h3 {
  font-size: 34px;
}
@media (max-width: 767px) {
  .cta-inline.cta-1rc-footer h3 {
    font-size: 24px;
  }
}
.cta-inline.cta-1rc-footer .text-content {
  margin-bottom: 40px;
}
.cta-inline.cta-1rc-footer .left-col {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cta-inline.cta-1rc-footer .left-col {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cta-inline.cta-1rc-footer .left-col {
    margin-bottom: 30px;
  }
}
.cta-inline.cta-1rc-footer .right-col {
  text-align: center;
}
@media (min-width: 992px) {
  .cta-inline.cta-1rc-footer .right-col {
    display: flex;
  }
}
@media (min-width: 992px) {
  .cta-inline.cta-1rc-footer .right-col img {
    align-self: flex-end;
  }
}
@media (max-width: 991px) {
  .cta-inline.cta-1rc-footer .right-col img {
    width: 50%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .cta-inline.cta-1rc-footer .right-col img {
    width: 45%;
  }
}
@media (max-width: 479px) {
  .cta-inline.cta-1rc-footer .right-col img {
    width: 80%;
  }
}
.cta-inline.cta-1rc-footer .btn-group {
  width: 100%;
}
.cta-inline.cta-1rc-footer .btn {
  background: none;
  border: 3px solid white;
  border-radius: 8px;
  margin-right: 30px;
  font-size: 1.25em;
  font-weight: bold;
  text-transform: none;
  padding: 10px 30px;
}
@media (max-width: 767px) {
  .cta-inline.cta-1rc-footer .btn {
    padding: 10px 15px;
    margin-right: 15px;
    font-size: 1.125em;
    margin-bottom: 15px;
  }
}
@media (max-width: 510px) {
  .cta-inline.cta-1rc-footer .btn {
    font-size: 1em;
    width: 30%;
  }
}
.cta-inline.cta-1rc-footer .btn:first-child:not(:last-child),
.cta-inline.cta-1rc-footer .btn:last-child {
  border-radius: 8px;
}
.cta-inline.cta-1rc-footer .btn:last-child {
  margin-right: 0;
}
@media (max-width: 510px) {
  .cta-inline.cta-1rc-footer .btn:last-child {
    width: 65%;
    float: right;
  }
}
.cta-inline.cta-1rc-footer .btn:hover,
.cta-inline.cta-1rc-footer .btn:focus {
  background-color: white;
  color: #ec1064;
}
.no-bs-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #6a757b;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/no-bs-container-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 767px) {
  .no-bs-container {
    background-image: none;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.no-bs-container .content-wrap {
  padding-left: 40px;
  padding-right: 40px;
  width: 80%;
}
@media (max-width: 767px) {
  .no-bs-container .content-wrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.no-bs-container .cover-image {
  position: absolute;
  right: -130px;
  top: 80px;
  -webkit-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 13px 3px rgba(0, 0, 0, 0.35);
}
@media (max-width: 991px) {
  .no-bs-container .cover-image {
    top: 60px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .no-bs-container .cover-image {
    position: static;
    right: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.no-bs-container .btn {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 15px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .no-bs-container .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .no-bs-container .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }
}
.no-bs-container .no-bs-heading {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #21a9c5;
  color: white;
}
@media (max-width: 767px) {
  .no-bs-container .no-bs-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.no-bs-container .no-bs-heading h2 {
  margin: 0;
  font-family: 'Rokkitt', serif;
  font-size: 58px;
  line-height: 1;
  color: white;
}
@media (max-width: 991px) {
  .no-bs-container .no-bs-heading h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .no-bs-container .no-bs-heading h2 {
    font-size: 34px;
  }
}
.no-bs-container .no-bs-heading h2 small {
  font-size: 30px;
  line-height: 1;
  color: inherit;
}
@media (max-width: 991px) {
  .no-bs-container .no-bs-heading h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .no-bs-container .no-bs-heading h2 small {
    font-size: 18px;
  }
}
.no-bs-container .no-bs-content {
  padding-top: 10px;
  padding-bottom: 25px;
  background: white;
  background-color: rgba(255, 255, 255, 0.8);
}
.no-bs-container .no-bs-content h4 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}
.no-bs-container .no-bs-content h4:after {
  content: ' - ';
}
.no-bs-container .no-bs-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.no-bs-container .no-bs-content ul li {
  position: relative;
  margin: 0;
  padding: 15px;
  padding-left: 35px;
  padding-right: 20px;
  border-bottom: 1px solid #9fa6a9;
}
.no-bs-container .no-bs-content ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  content: '\f138';
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 22px;
}
.no-bs-container .no-bs-content ul li:last-child {
  border: 0;
}
.browser-chrome .no-bs-container {
  background-attachment: initial;
}
.info-panel.info-panel-situation-analysis {
  display: none;
  background-color: #00b5cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00b5cd), to(#0086ad));
  background: -webkit-linear-gradient(top, #00b5cd, #0086ad);
  background: -moz-linear-gradient(top, #00b5cd, #0086ad);
  background: -ms-linear-gradient(top, #00b5cd, #0086ad);
  background: -o-linear-gradient(top, #00b5cd, #0086ad);
  color: white;
}
.info-panel.info-panel-situation-analysis h3 {
  font-family: 'Ubuntu';
}
.info-panel.info-panel-situation-analysis h3 small {
  color: white;
}
.info-panel.info-panel-situation-analysis .info-close {
  text-decoration: none;
}
.info-panel.info-panel-float {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
}
@media (max-width: 767px) {
  .info-panel.info-panel-float {
    top: 0;
  }
}
.info-panel.info-panel-float.info-panel-situation-analysis {
  width: 600px;
  height: 102px;
  bottom: -102px;
}
@media (max-width: 767px) {
  .info-panel.info-panel-float.info-panel-situation-analysis {
    width: auto;
    overflow: hidden;
    right: 0;
    left: 0;
    top: -102px;
  }
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap {
  padding: 11px 12px;
  overflow: hidden;
  position: relative;
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button {
  padding-right: 25px;
}
@media (max-width: 767px) {
  .info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button {
    text-align: center;
  }
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button h3 {
  float: left;
  width: 50%;
  margin-bottom: 0;
  text-align: center;
  font-size: 43px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button h3 {
    float: none;
    width: 100%;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  .info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button h3 {
    font-size: 15px;
  }
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button h3 small {
  display: block;
  font-size: 18px;
}
@media (max-width: 767px) {
  .info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button h3 small {
    display: inline;
    font-size: inherit;
  }
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button .btn {
  float: right;
  width: 48%;
  padding: 12px 30px;
  font-size: 18px;
  text-transform: none;
}
@media (max-width: 767px) {
  .info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button .btn {
    float: none;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .info-panel.info-panel-float.info-panel-situation-analysis .wrap .text-button .btn {
    display: block;
    padding: 10px;
    height: auto;
    font-size: 16px;
  }
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap .info-close {
  width: 60px;
  position: absolute;
  top: -20px;
  right: 15px;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  margin-top: 14px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.info-panel.info-panel-float.info-panel-situation-analysis .wrap .info-close:after {
  content: '\f00d';
  font-family: FontAwesome;
  font-size: 14px;
  padding-left: 5px;
}
.info-panel.info-panel-footer.info-panel-situation-analysis {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis {
    text-align: center;
  }
}
.info-panel.info-panel-footer.info-panel-situation-analysis h3 {
  float: left;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 45px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis h3 {
    float: none;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis h3 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis h3 {
    font-size: 16px;
  }
}
.info-panel.info-panel-footer.info-panel-situation-analysis .btn {
  float: right;
  text-transform: none;
  font-size: 18px;
  padding: 10px 30px;
  height: 45px;
}
@media (max-width: 991px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis .btn {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 479px) {
  .info-panel.info-panel-footer.info-panel-situation-analysis .btn {
    display: block;
    padding: 10px;
    height: auto;
    font-size: 16px;
  }
}
.cta-box {
  background-color: #e7e9e9;
  padding: 20px 35px;
}
@media (max-width: 991px) {
  .cta-box {
    text-align: center;
  }
}
.cta-box > .row-eq-height > div {
  display: flex;
  align-items: center;
}
.cta-box .text-area {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .cta-box .button-area {
    margin-top: 20px;
  }
}
.cta-box .button-area .btn {
  padding: 25px 15px;
  font-size: 30px;
}
@media (max-width: 991px) {
  .cta-box .button-area .btn {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta-box .button-area .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
  }
}
.fancy-content ul {
  margin-left: 0;
  margin-bottom: 15px;
}
.fancy-content ul li {
  border-bottom: 1px solid #c0c4c6;
  padding-left: 35px;
  padding-bottom: 3px;
  padding-top: 3px;
}
.fancy-content ul li:before {
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #21a9c5;
  font-size: 24px;
  line-height: 1;
  left: 0;
  top: 3px;
}
.fancy-content ul li ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.fancy-content ul li ul li {
  border: 0;
  padding-left: 20px;
}
.fancy-content ul li ul li:before {
  content: '>';
  font-family: 'Rokkitt', serif;
  font-size: 16px;
  color: #404040;
  top: 8px;
}
.portfolio-panel {
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 50px;
  border-top: 1px solid #cccccc;
}
@media (max-width: 767px) {
  .portfolio-panel {
    padding-top: 20px;
  }
}
.portfolio-panel h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .portfolio-panel h3 {
    font-size: 26px;
  }
}
@media (min-width: 1201px) {
  .portfolio-panel .icon {
    padding-right: 0;
  }
}
@media (min-width: 1201px) {
  .portfolio-panel .text {
    padding-left: 0;
  }
}
.box-panels {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 479px) {
  .box-panels {
    display: block;
  }
}
.box-panels .box-panel {
  background: #c5ca1a;
  color: white;
  height: 100%;
  font-family: 'Rokkitt', serif;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  word-wrap: break-word;
  padding: 30px;
  padding-top: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box-panels .box-panel {
    padding: 20px;
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .box-panels .box-panel {
    padding: 20px;
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .box-panels .box-panel {
    margin-bottom: 15px;
    padding: 20px;
  }
}
.box-panels .box-panel p {
  margin: 0;
}
.box-panels .box-panel .icon-wrap {
  min-height: 110px;
}
@media (max-width: 479px) {
  .box-panels .box-panel .icon-wrap {
    min-height: 0;
    margin-bottom: 15px;
  }
}
.box-panels .box-panel .icon {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box-panels .box-panel .icon {
    margin-bottom: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .box-panels .box-panel .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .box-panels .box-panel .icon {
    margin-bottom: 15px;
  }
}
.box-panels .box-panel.panel-pink {
  background: #bf519e;
}
.box-panels .box-panel.panel-blue {
  background: #21a9c5;
}
.box-panels .box-panel.panel-blue .icon-wrap img {
  margin-top: 10px;
}
.box-panels .box-panel.panel-blue .icon {
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .box-panels .box-panel.panel-blue .icon {
    margin-bottom: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .box-panels .box-panel.panel-blue .icon {
    margin-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .box-panels .box-panel.panel-blue .icon {
    margin-bottom: 15px;
  }
}
.box-panels .box-panel.panel-green {
  background: #c5ca1a;
}
.box-panels .box-panel.panel-lightblue {
  background: #e7e9e9;
  color: black;
}
.box-lightblue {
  background: #e7e9e9;
  padding: 20px;
  height: 100%;
}
@media (max-width: 479px) {
  .box-lightblue {
    height: auto;
    margin-bottom: 15px;
  }
}
.arrow-box {
  background-color: #21a9c5;
  color: white;
  padding: 20px 35px;
  margin-right: 50px;
  position: relative;
  font-size: 21px;
  line-height: 27px;
  margin-top: 30px;
}
.arrow-box:after {
  position: absolute;
  margin-right: -50px;
  right: 1px;
  top: 0;
  bottom: 0;
  content: '';
  width: 50px;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 100' preserveAspectRatio='none'><polygon fill='rgb(33,169,197)' points='0,0 0,100 50,50'/></svg>");
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
}
.situation-analysis {
  background-color: #d5d8d9;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .situation-analysis {
    padding-top: 50px;
  }
}
@media (max-width: 479px) {
  .situation-analysis {
    padding-top: 30px;
  }
}
.situation-analysis .situation-intro-content .content-wrap {
  border: 4px solid white;
  text-align: center;
}
@media (max-width: 767px) {
  .situation-analysis .situation-intro-content .content-wrap {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .situation-analysis .situation-intro-content .content-wrap {
    padding: 20px;
  }
}
.situation-analysis .situation-intro-content .content-wrap h2 {
  background-color: #d5d8d9;
  position: relative;
  top: -0.5em;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  font-size: 40px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .situation-analysis .situation-intro-content .content-wrap h2 {
    top: 0;
    padding: 0;
  }
}
.situation-analysis .situation-intro-content .content-wrap .btn {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.situation-analysis .situation-intro-content .content-wrap .inner-content {
  padding: 45px 110px;
  margin-top: -40px;
}
@media (max-width: 767px) {
  .situation-analysis .situation-intro-content .content-wrap .inner-content {
    padding: 0;
    margin-top: 0;
  }
}
.situation-analysis .situation-sections {
  position: relative;
  padding-top: 149px;
}
@media (max-width: 991px) {
  .situation-analysis .situation-sections {
    padding-top: 129px;
  }
}
@media (max-width: 767px) {
  .situation-analysis .situation-sections {
    padding-top: 40px;
  }
}
@media (max-width: 479px) {
  .situation-analysis .situation-sections {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .situation-analysis .situation-sections {
    display: flex;
    flex-wrap: wrap;
  }
  .situation-analysis .situation-sections > div {
    width: 33.33333333%;
  }
  .situation-analysis .situation-sections:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99px;
    background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/situation-analysis-section-lines.png);
    background-position: center top;
    background-size: 5000px 99px;
    background-repeat: no-repeat;
  }
}
.situation-analysis .situation-sections .top-section {
  padding: 40px 70px;
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
}
@media (max-width: 1499px) {
  .situation-analysis .situation-sections .top-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .situation-analysis .situation-sections .top-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .situation-analysis .situation-sections .top-section {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .situation-analysis .situation-sections .top-section {
    padding-top: 40px;
  }
}
@media (max-width: 479px) {
  .situation-analysis .situation-sections .top-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .situation-analysis .situation-sections .top-section.section-1:before,
  .situation-analysis .situation-sections .top-section.section-3:before {
    content: '';
    width: 50%;
    height: 149px;
    background: #d5d8d9;
    position: absolute;
    top: -149px;
  }
  .situation-analysis .situation-sections .top-section.section-1:after,
  .situation-analysis .situation-sections .top-section.section-3:after {
    content: '';
    width: 4px;
    height: 48px;
    background: white;
    position: absolute;
    top: -98px;
    z-index: 1;
  }
  .situation-analysis .situation-sections .top-section.section-1:before {
    left: 0;
  }
  .situation-analysis .situation-sections .top-section.section-1:after {
    left: 50%;
    margin-left: -2px;
  }
  .situation-analysis .situation-sections .top-section.section-3:before {
    right: 0;
  }
  .situation-analysis .situation-sections .top-section.section-3:after {
    right: 50%;
    margin-right: -2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .situation-analysis .situation-sections .top-section.section-1:before,
  .situation-analysis .situation-sections .top-section.section-3:before {
    height: 129px;
    top: -129px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .situation-analysis .situation-sections .top-section.section-1:after,
  .situation-analysis .situation-sections .top-section.section-3:after {
    top: -78px;
  }
}
.situation-analysis .situation-sections .top-section .icon {
  width: 106px;
  height: 106px;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -53px;
  z-index: 2;
  border-radius: 50%;
  padding: 20px;
  border: 4px solid white;
}
@media (max-width: 991px) {
  .situation-analysis .situation-sections .top-section .icon {
    width: 86px;
    height: 86px;
    top: -43px;
    margin-left: -43px;
  }
}
@media (max-width: 767px) {
  .situation-analysis .situation-sections .top-section .icon {
    position: static;
    margin: 0;
    margin-bottom: 20px;
    background: none;
    border-radius: 0;
    padding: 0;
    border: none;
  }
}
.situation-analysis .situation-sections .top-section h3 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .situation-analysis .situation-sections .top-section h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .situation-analysis .situation-sections .top-section h3 {
    font-size: 32px;
  }
}
.situation-analysis .situation-sections .top-section .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  width: 200px;
  margin-left: -100px;
}
@media (max-width: 479px) {
  .situation-analysis .situation-sections .top-section .btn {
    bottom: 30px;
  }
}
.situation-analysis .situation-sections .bottom-section {
  padding: 40px 50px;
  position: relative;
  font-family: 'Rokkitt', serif;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .situation-analysis .situation-sections .bottom-section {
    order: 2;
  }
}
@media (max-width: 1499px) {
  .situation-analysis .situation-sections .bottom-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .situation-analysis .situation-sections .bottom-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .situation-analysis .situation-sections .bottom-section {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 479px) {
  .situation-analysis .situation-sections .bottom-section {
    padding: 30px 15px;
  }
}
.situation-analysis .situation-sections .bottom-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.situation-analysis .situation-sections .bottom-section ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.situation-analysis .situation-sections .bottom-section ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.situation-analysis .situation-sections .bottom-section ul li:before {
  content: '\f138';
  font-family: FontAwesome;
  font-size: 19px;
  line-height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.situation-analysis .situation-sections .section-1 {
  background-color: #21a9c5;
  color: white;
}
.situation-analysis .situation-sections .section-1.top-section .icon {
  background-color: #21a9c5;
}
.situation-analysis .situation-sections .section-2 {
  background-color: #bf519e;
  color: white;
}
.situation-analysis .situation-sections .section-2.top-section .icon {
  background-color: #bf519e;
}
.situation-analysis .situation-sections .section-3 {
  background-color: #c5ca1a;
}
.situation-analysis .situation-sections .section-3.top-section .icon {
  background-color: #c5ca1a;
}
.situation-analysis .situation-sections .section-3.bottom-section {
  color: white;
}
ol.what-we-do-list {
  margin-left: 0;
  padding-right: 0;
  list-style-type: none;
  margin-bottom: 40px;
}
ol.what-we-do-list li {
  counter-increment: step-counter;
  padding: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #c0c4c6;
}
ol.what-we-do-list li:first-of-type {
  padding-top: 35px;
}
ol.what-we-do-list li:before {
  float: left;
  content: "0" counter(step-counter);
  font-family: 'Rokkitt', serif;
  color: #21a9c5;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
}
ol.what-we-do-list li .primary {
  display: block;
  overflow: hidden;
  font-family: 'Rokkitt', serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 25px;
}
ol.what-we-do-list li .secondary {
  clear: both;
  margin-top: 35px;
}
ol.what-we-do-list li .secondary h3 {
  text-align: center;
  font-family: 'Rokkitt', serif;
  color: #21a9c5;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
ol.what-we-do-list li .secondary img {
  width: 100%;
  height: auto;
}
.branding-process {
  background-color: #e2e3e4;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .branding-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.branding-process h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .branding-process h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .branding-process h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  .foundations-sections {
    display: flex;
    flex-wrap: wrap;
  }
  .foundations-sections > div {
    width: 33.33333333%;
  }
}
.foundations-sections .top-section {
  height: 363px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1200px) {
  .foundations-sections .top-section {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .foundations-sections .top-section {
    height: 200px;
  }
}
.foundations-sections .bottom-section {
  padding: 40px 90px;
  position: relative;
  text-align: center;
}
.foundations-sections .bottom-section h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .foundations-sections .bottom-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .foundations-sections .bottom-section h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .foundations-sections .bottom-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .foundations-sections .bottom-section {
    order: 2;
  }
}
@media (max-width: 767px) {
  .foundations-sections .bottom-section {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 479px) {
  .foundations-sections .bottom-section {
    padding: 30px 15px;
  }
}
.foundations-sections .section-1 {
  background-color: #21a9c5;
  color: white;
}
.foundations-sections .section-2 {
  background-color: #bf519e;
  color: white;
}
.foundations-sections .section-3 {
  background-color: #c5ca1a;
}
.foundations-subcontent-panels {
  padding-top: 60px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .foundations-subcontent-panels {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.foundations-subcontent-panels .icon-wrap {
  width: 110px;
  height: 110px;
  padding: 26px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .foundations-subcontent-panels .icon-wrap {
    width: 90px;
    height: 90px;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.foundations-subcontent-panels .icon-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid red;
}
@media (max-width: 991px) {
  .foundations-subcontent-panels .icon-wrap:before {
    width: 90px;
    height: 90px;
  }
}
.foundations-subcontent-panels .icon-wrap .icon {
  width: 58px;
  height: 58px;
}
@media (max-width: 991px) {
  .foundations-subcontent-panels .icon-wrap .icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .foundations-subcontent-panels .panel-1 {
    margin-bottom: 25px;
  }
}
.foundations-subcontent-panels .panel-1 .icon-wrap:before {
  border-color: #6f767c;
}
@media (max-width: 991px) {
  .foundations-subcontent-panels .panel-2 {
    margin-bottom: 25px;
  }
}
.foundations-subcontent-panels .panel-2 .icon-wrap:before {
  border-color: #c5ca1a;
}
@media (max-width: 479px) {
  .foundations-subcontent-panels .panel-3 {
    margin-bottom: 25px;
  }
}
.foundations-subcontent-panels .panel-3 .icon-wrap:before {
  border-color: #21a9c5;
}
.foundations-subcontent-panels .panel-4 .icon-wrap:before {
  border-color: #bf519e;
}
.marketing-plan {
  background-color: #e2e3e4;
  padding-top: 60px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .marketing-plan {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.marketing-plan .text {
  text-align: center;
}
.marketing-plan .text h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .marketing-plan .text h2 {
    font-size: 32px;
  }
}
.marketing-plan .rabbit-on-cylinders {
  margin-top: 130px;
}
@media (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders {
    margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .marketing-plan .rabbit-on-cylinders {
    margin-top: 30px;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder {
  display: flex;
}
.marketing-plan .rabbit-on-cylinders .cylinder .wrap {
  flex: 1;
  height: 180px;
  position: relative;
}
@media (max-width: 767px) {
  .marketing-plan .rabbit-on-cylinders .cylinder .wrap {
    height: auto;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder .wrap .top {
  position: absolute;
  bottom: 165px;
  left: 0;
}
@media (max-width: 767px) {
  .marketing-plan .rabbit-on-cylinders .cylinder .wrap .top {
    display: none;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder .wrap .text {
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Rokkitt', serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: white;
}
@media (max-width: 1200px) {
  .marketing-plan .rabbit-on-cylinders .cylinder .wrap .text {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder .wrap .text {
    font-size: 32px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .marketing-plan .rabbit-on-cylinders .cylinder .wrap .text {
    font-size: 26px;
    padding: 20px 15px;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder-1 .wrap {
  background-image: -webkit-linear-gradient(to right, rgba(149,61,123,1) 0%, rgba(191,82,157,1) 29%, rgba(211,149,193,1) 70%, rgba(149,61,123,1) 100%);
  background-image: -moz-linear-gradient(to right, rgba(149,61,123,1) 0%, rgba(191,82,157,1) 29%, rgba(211,149,193,1) 70%, rgba(149,61,123,1) 100%);
  background-image: -ms-linear-gradient(to right, rgba(149,61,123,1) 0%, rgba(191,82,157,1) 29%, rgba(211,149,193,1) 70%, rgba(149,61,123,1) 100%);
  background-image: -o-linear-gradient(to right, rgba(149,61,123,1) 0%, rgba(191,82,157,1) 29%, rgba(211,149,193,1) 70%, rgba(149,61,123,1) 100%);
  background-image: linear-gradient(to right, rgba(149,61,123,1) 0%, rgba(191,82,157,1) 29%, rgba(211,149,193,1) 70%, rgba(149,61,123,1) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder-1 .wrap {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder-1 .wrap .top {
    bottom: 260px;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder-2 .wrap {
  background-image: -webkit-linear-gradient(to right, rgba(80,91,98,1) 0%, rgba(121,123,128,1) 29%, rgba(172,171,174,1) 70%, rgba(80,91,98,1) 100%);
  background-image: -moz-linear-gradient(to right, rgba(80,91,98,1) 0%, rgba(121,123,128,1) 29%, rgba(172,171,174,1) 70%, rgba(80,91,98,1) 100%);
  background-image: -ms-linear-gradient(to right, rgba(80,91,98,1) 0%, rgba(121,123,128,1) 29%, rgba(172,171,174,1) 70%, rgba(80,91,98,1) 100%);
  background-image: -o-linear-gradient(to right, rgba(80,91,98,1) 0%, rgba(121,123,128,1) 29%, rgba(172,171,174,1) 70%, rgba(80,91,98,1) 100%);
  background-image: linear-gradient(to right, rgba(80,91,98,1) 0%, rgba(121,123,128,1) 29%, rgba(172,171,174,1) 70%, rgba(80,91,98,1) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder-2 .wrap {
    height: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder-2 .wrap .top {
    bottom: 260px;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder-3 .wrap {
  background-image: -webkit-linear-gradient(to right, rgba(0,116,132,1) 0%, rgba(0,164,184,1) 29%, rgba(138,194,209,1) 70%, rgba(0,116,132,1) 100%);
  background-image: -moz-linear-gradient(to right, rgba(0,116,132,1) 0%, rgba(0,164,184,1) 29%, rgba(138,194,209,1) 70%, rgba(0,116,132,1) 100%);
  background-image: -ms-linear-gradient(to right, rgba(0,116,132,1) 0%, rgba(0,164,184,1) 29%, rgba(138,194,209,1) 70%, rgba(0,116,132,1) 100%);
  background-image: -o-linear-gradient(to right, rgba(0,116,132,1) 0%, rgba(0,164,184,1) 29%, rgba(138,194,209,1) 70%, rgba(0,116,132,1) 100%);
  background-image: linear-gradient(to right, rgba(0,116,132,1) 0%, rgba(0,164,184,1) 29%, rgba(138,194,209,1) 70%, rgba(0,116,132,1) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder-3 .wrap .top {
    bottom: 160px;
  }
}
.marketing-plan .rabbit-on-cylinders .cylinder-4 .wrap {
  background-image: -webkit-linear-gradient(to right, rgba(135,142,30,1) 0%, rgba(196,201,47,1) 29%, rgba(221,221,143,1) 70%, rgba(135,142,30,1) 100%);
  background-image: -moz-linear-gradient(to right, rgba(135,142,30,1) 0%, rgba(196,201,47,1) 29%, rgba(221,221,143,1) 70%, rgba(135,142,30,1) 100%);
  background-image: -ms-linear-gradient(to right, rgba(135,142,30,1) 0%, rgba(196,201,47,1) 29%, rgba(221,221,143,1) 70%, rgba(135,142,30,1) 100%);
  background-image: -o-linear-gradient(to right, rgba(135,142,30,1) 0%, rgba(196,201,47,1) 29%, rgba(221,221,143,1) 70%, rgba(135,142,30,1) 100%);
  background-image: linear-gradient(to right, rgba(135,142,30,1) 0%, rgba(196,201,47,1) 29%, rgba(221,221,143,1) 70%, rgba(135,142,30,1) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .marketing-plan .rabbit-on-cylinders .cylinder-4 .wrap .top {
    bottom: 160px;
  }
}
.campaign-based {
  background-color: #2d3a41;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/campaign-based-bg.jpg);
  background-position: 50% center;
  background-size: cover;
  color: white;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .campaign-based {
    background-image: none;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.campaign-based h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .campaign-based h2 {
    font-size: 32px;
  }
}
.tactical-components {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .tactical-components {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tactical-components .text {
  text-align: center;
  margin-bottom: 50px;
}
.tactical-components .text h2 {
  font-size: 40px;
}
@media (max-width: 991px) {
  .tactical-components .text h2 {
    font-size: 32px;
  }
}
.tactical-components .box-components .box-component {
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  font-family: 'Roboto Slab';
}
@media (max-width: 767px) {
  .tactical-components .box-components .box-component {
    padding: 20px;
    font-size: 18px;
    line-height: 22px;
  }
}
.tactical-components .box-components .icon {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .tactical-components .box-components .icon {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
.tactical-components .box-components .box-pink {
  background-color: #bf519e;
  color: white;
}
.tactical-components .box-components .box-green {
  background-color: #c5ca1a;
  color: white;
}
.tactical-components .box-components .box-blue {
  background-color: #21a9c5;
  color: white;
}
.intro-text {
  margin-bottom: 35px;
}
.fw-value-board-image {
  margin-top: 25px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/value-board/1r_boards.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
}
@media (max-width: 1200px) {
  .fw-value-board-image {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .fw-value-board-image {
    height: 360px;
    margin-top: 15px;
  }
}
.vb-text-boxes {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .vb-text-boxes {
    margin-top: 25px;
  }
}
.inspiration-board-images {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .inspiration-board-images {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .inspiration-board-images .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .inspiration-board-images .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 991px) {
  .inspiration-board-images .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .inspiration-board-images .row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cta-box {
  margin-top: 30px;
}
.form-section-value-board {
  padding-top: 60px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .form-section-value-board {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.home-panel {
  background: white;
}
.home-panel h1,
.home-panel h2,
.home-panel h3,
.home-panel h4 {
  font-family: 'Rokkitt', serif;
}
.home-panel h2:first-of-type {
  margin-top: 0;
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .home-panel h2:first-of-type {
    font-size: 32px;
  }
}
.home-panel ul {
  padding: 0;
  list-style: none;
}
.home-panel ul li {
  font-size: 16px;
  padding-left: 24px;
  padding-bottom: 10px;
}
.home-panel ul li:before {
  display: inline-block;
  padding-left: 2px;
  margin-left: -24px;
  width: 24px;
  font-family: 'FontAwesome';
  content: '\f138';
}
.home-panel .text-col {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .home-panel .text-col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-panel .img-col img {
  padding-top: 0;
}
.intro-container {
  background: none;
  color: white;
  margin-top: -134px;
}
@media (max-width: 991px) {
  .intro-container {
    margin-top: -170px;
  }
}
@media (max-width: 767px) {
  .intro-container {
    margin-top: -67px;
  }
}
.intro-container .outer-container {
  height: 800px;
  height: 100vh;
  width: 100%;
  padding-top: 134px;
  min-height: 750px;
}
@media (max-width: 991px) {
  .intro-container .outer-container {
    background-image: none;
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .intro-container .outer-container {
    padding-top: 67px;
    min-height: 500px;
    height: 650px;
    height: 100vh;
  }
}
.intro-container .video-container {
  position: fixed;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #2d3a41;
  z-index: -1;
}
.intro-container .video-container video {
  margin-top: 50px;
  position: absolute;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.intro-container .container {
  position: relative;
  height: 100%;
}
.intro-container .text-wrap {
  position: absolute;
  top: 0;
  bottom: 200px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 991px) {
  .intro-container .text-wrap {
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  .intro-container .text-wrap {
    bottom: 100px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
.intro-container .text-wrap h1 {
  padding-bottom: 40px;
  margin-bottom: 0;
  font-size: 96px;
  line-height: 1;
  display: inline-block;
}
@media (max-height: 800px) {
  .intro-container .text-wrap h1 {
    margin-top: 30px;
  }
}
@media (max-height: 800px) and (min-width: 1201px) {
  .intro-container .text-wrap h1 {
    font-size: 86px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .intro-container .text-wrap h1 {
    font-size: 68px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .intro-container .text-wrap h1 {
    font-size: 68px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .intro-container .text-wrap h1 {
    font-size: 48px;
  }
}
@media (max-width: 479px) {
  .intro-container .text-wrap h1 {
    font-size: 42px;
  }
}
.intro-container .text-wrap ul.list-bar {
  margin: 0;
  background: rgba(20, 156, 189, 0.6);
  display: inline-block;
  padding: 10px 5px;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .intro-container .text-wrap ul.list-bar {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .intro-container .text-wrap ul.list-bar {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .intro-container .text-wrap ul.list-bar {
    font-size: 14px;
  }
}
.intro-container .text-wrap ul.list-bar li {
  display: inline;
  text-transform: uppercase;
  margin: 0;
  padding: 0 10px;
  font-size: inherit;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .intro-container .text-wrap ul.list-bar li {
    padding: 0 5px;
  }
}
@media (max-width: 991px) {
  .intro-container .text-wrap ul.list-bar li {
    display: inline-block;
    padding: 0;
  }
}
.intro-container .text-wrap ul.list-bar li:before {
  content: '|';
  padding: 0;
  margin: 0;
  padding-right: 10px;
  margin-left: -10px;
  width: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .intro-container .text-wrap ul.list-bar li:before {
    padding-right: 5px;
    margin-left: -5px;
  }
}
@media (max-width: 991px) {
  .intro-container .text-wrap ul.list-bar li:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .intro-container .text-wrap ul.list-bar li:after {
    content: ', ';
  }
}
.intro-container .text-wrap ul.list-bar li:first-of-type:before {
  display: none;
}
.intro-container .text-wrap ul.list-bar li:last-of-type:after {
  display: none;
}
.intro-container .scroll-nav {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/line-top.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  .intro-container .scroll-nav {
    background-image: none;
    bottom: 50px;
  }
}
.intro-container .scroll-nav p {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767px) {
  .intro-container .scroll-nav p {
    font-size: 14px;
  }
}
.intro-container .scroll-nav .nav-button {
  display: inline-block;
  color: white;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .intro-container .scroll-nav .nav-button {
    margin-bottom: 0;
  }
}
.intro-container .scroll-nav .nav-button i {
  font-size: 126px;
}
@media (max-width: 991px) {
  .intro-container .scroll-nav .nav-button i {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .intro-container .scroll-nav .nav-button i {
    font-size: 48px;
  }
}
.intro-container .scroll-nav .nav-button:hover {
  color: #e7e9e9;
}
.home-panel-1 .outer-container {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/line-panel-1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-panel-1 .outer-container {
    background-image: none;
  }
}
.home-panel-1 ul li:before {
  color: #c5ca1a;
}
.home-panel-2 {
  background-color: #c5ca1a;
}
.home-panel-2 .outer-container {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/line-panel-2.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-panel-2 .outer-container {
    background-image: none;
  }
}
.home-panel-2 ul li:before {
  color: #bf519e;
}
.home-panel-3 .outer-container {
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/line-panel-3.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-panel-3 .outer-container {
    background-image: none;
  }
}
.home-panel-3 ul li:before {
  color: #ff9c00;
}
.home-panel-4 {
  position: relative;
  color: white;
  background: none;
}
.home-panel-4 .outer-container {
  background-color: #bf519e;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/line-bottom.png);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 991px) {
  .home-panel-4 .outer-container {
    background-image: none;
  }
}
.home-panel-4 ul li:before {
  color: #21a9c5;
}
.omd-panel {
  position: relative;
  background: none;
}
.omd-panel .outer-container {
  background-color: #21a9c5;
  overflow: hidden;
}
.omd-panel .outer-container .container {
  position: relative;
  z-index: 2;
}
.omd-panel .box {
  background: white;
  margin: 0;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 50px;
  position: relative;
}
@media (max-width: 991px) {
  .omd-panel .box {
    margin: 50px 0;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .omd-panel .box {
    margin: 30px 0;
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  .omd-panel .box .icons {
    display: none;
  }
}
.omd-panel .box .icons .icon {
  position: absolute;
  width: 140px;
  height: 140px;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.omd-panel .box .icons .icon.icon-1 {
  left: -100px;
  top: 35px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/omd_graph.svg);
}
.omd-panel .box .icons .icon.icon-2 {
  right: 30%;
  top: -100px;
  width: 120px;
  height: 120px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/omd_bulb.svg);
}
.omd-panel .box .icons .icon.icon-3 {
  right: -100px;
  top: 70px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/omd_gears.svg);
}
.omd-panel .box .icons .icon.icon-4 {
  right: -80px;
  bottom: -50px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/omd_document.svg);
}
.omd-panel .box .icons .icon.icon-5 {
  right: 40%;
  bottom: -75px;
  width: 120px;
  height: 120px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/omd_speaker.svg);
}
.omd-panel .box .icons .icon.icon-6 {
  left: -120px;
  bottom: 70px;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/omd_speech.svg);
}
.omd-panel.omd-panel--small .outer-container {
  background-color: white;
}
.omd-panel.omd-panel--small .box {
  margin-top: 70px;
  margin-bottom: 70px;
  background: none;
  padding: 0;
}
@media (max-width: 991px) {
  .omd-panel.omd-panel--small .box {
    margin: 50px 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .omd-panel.omd-panel--small .box {
    margin: 30px 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .omd-panel .omd-diagram {
    margin: 0 auto;
    margin-bottom: 30px;
    max-width: 360px;
  }
}
.omd-panel h2:first-of-type {
  color: #2d3a41;
}
.omd-panel .important {
  color: black;
  font-size: 22px;
  font-weight: bold;
}
.omd-panel .btn {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .omd-panel .btn {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
  }
}
.blue-container {
  position: relative;
  z-index: 8;
  margin-top: -23px;
  color: white;
  background: none;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/main-bottom-arrow-light-blue-fancy.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 23px;
}
@media (max-width: 767px) {
  .blue-container {
    background: none;
    padding-bottom: 0;
  }
}
.blue-container .outer-container {
  background-color: #21a9c5;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/light-blue-fancy-bg.png);
  background-position: center bottom;
  background-repeat: repeat;
  padding-top: 83px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .blue-container .outer-container {
    padding-top: 43px;
    padding-bottom: 40px;
  }
}
.blue-container .left {
  position: relative;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .blue-container .left {
    padding-top: 0;
  }
}
.blue-container .left h1 {
  font-family: 'Roboto Slab';
  font-weight: normal;
  color: white;
  line-height: 1.2;
  font-size: 1.75em;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blue-container .left h1 {
    font-size: 2.5em;
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blue-container .left h1 {
    font-size: 2.5em;
    margin-top: 15px;
  }
}
@media (min-width: 1201px) {
  .blue-container .left h1 {
    font-size: 2.75em;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.blue-container .left p {
  font-family: 'Roboto Slab';
  font-weight: normal;
  color: #404040;
  line-height: 1.2;
  font-size: 1.5em;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blue-container .left p {
    font-size: 2.5em;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .blue-container .left p {
    font-size: 2.5em;
    margin-bottom: 10px;
  }
}
@media (min-width: 1201px) {
  .blue-container .left p {
    font-size: 2.75em;
    margin-bottom: 10px;
  }
}
.blue-container .left .fa-arrow-right {
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .blue-container .left .fa-arrow-right {
    display: inline-block;
  }
}
.blue-container .left .fa-arrow-down {
  display: none;
}
@media (max-width: 991px) {
  .blue-container .left .fa-arrow-down {
    display: inline-block;
  }
}
.blue-container .left img {
  position: absolute;
  bottom: 25px;
  right: -100px;
}
.lead-generation-panel {
  background-position: center top;
  background-repeat: no-repeat;
  color: white;
  text-align: center;
  background-color: #2d3a41;
  display: inline-block;
  width: 75%;
}
@media (max-width: 767px) {
  .lead-generation-panel {
    margin-top: 0;
    background-image: none !important;
  }
}
.lead-generation-panel a.btn {
  width: 80%;
  margin: 4%;
  font-size: 1.375 em;
}
@media (max-width: 767px) {
  .lead-generation-panel a.btn {
    margin: 2%;
    width: 96%;
  }
}
.lead-generation-panel h3 {
  margin: 0;
  padding: 5px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .lead-generation-panel h3 {
    font-size: 1.375em;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lead-generation-panel p {
  margin: 0;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: 'Roboto Slab';
}
.lead-generation-panel img {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .lead-generation-panel img {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lead-generation-panel span.visible-xs {
    display: inline !important;
  }
}
.home-blog-articles {
  margin-top: -24px;
  background: white;
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .home-blog-articles {
    margin-top: 0;
  }
}
.home-blog-articles .outer-container {
  padding-top: 105px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .home-blog-articles .outer-container {
    padding-top: 22px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-blog-articles .outer-container {
    padding-top: 32px;
    padding-bottom: 0;
  }
}
/* ANIMATION */
.bird {
  height: 20px;
  width: 30px;
  background: red;
  position: absolute;
  top: 20px;
  right: -30px;
}
.panel1head {
  position: absolute;
  bottom: 0px;
  right: 90px;
}
.panel1cloud1 {
  position: absolute;
  top: 90px;
  right: 40px;
}
.panel1cloud2 {
  position: absolute;
  top: 20px;
  left: 100px;
}
.panel1bird {
  position: absolute;
  top: 70px;
  left: 0px;
}
.panel2head {
  position: absolute;
  bottom: -40px;
  left: 10px;
}
.panel2cloud {
  position: absolute;
  bottom: 45px;
  left: 80px;
}
.panel2lines {
  position: absolute;
  top: 40px;
  left: 20px;
}
.panel3head {
  position: absolute;
  bottom: -50px;
  right: 90px;
}
.panel3cloud1 {
  position: absolute;
  top: 142px;
  right: 20px;
}
.panel3cloud2 {
  position: absolute;
  top: 172px;
  left: 20px;
}
.panel3bird {
  position: absolute;
  top: 56px;
  right: 0px;
}
.panel3cogs {
  position: absolute;
  top: 30px;
  right: 150px;
}
.panel3bulb {
  position: absolute;
  top: 230px;
  right: 200px;
}
.panel4head {
  position: absolute;
  bottom: -42px;
  left: 0px;
}
.panel4cloud1 {
  position: absolute;
  top: 80px;
  right: 20px;
}
.panel4cloud2 {
  position: absolute;
  top: 130px;
  left: 20px;
}
.panel4bird {
  position: absolute;
  top: 56px;
  left: 0px;
}
.panel4people1 {
  position: absolute;
  top: 220px;
  left: 40px;
}
.panel4people2 {
  position: absolute;
  top: 220px;
  left: 250px;
}
.clearfix {
  clear: both;
  float: none;
}
.differentiation-test {
  margin-top: 130px;
  margin-bottom: 20px;
  border-top: 12px solid #48565e;
  border-bottom: 12px solid #48565e;
  border-left: 8px solid #48565e;
  border-right: 8px solid #48565e;
  background: #2d3a41;
  border-radius: 5px;
  padding: 10px;
  max-width: 600px;
  position: relative;
}
.differentiation-test img.clipboard {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 351px;
}
.differentiation-test img.man {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
}
.button {
  background: #9f366f;
  background: linear-gradient(to top, #9f366f, #aa3f80);
  border: 3px solid #9d376e;
  border-radius: 5px;
  height: 50px;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  outline: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
.button:hover,
.button:focus {
  background: linear-gradient(to bottom, #9f366f, #aa3f80);
}
.button:active {
  background: #9f366f;
}
.differentiation-test ul {
  margin: 0;
  background: #e6eaec;
  list-style: none;
  padding: 80px 30px 10px;
}
.differentiation-test li {
  display: table;
  margin: 10px 0;
  font-family: 'Rokkitt', sans-serif;
  font-size: 22px;
  line-height: 1 !important;
  padding: 0 !important;
}
.differentiation-test li:before {
  content: '' !important;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: table;
  position: relative;
  font-weight: normal;
  margin-bottom: 0;
}
input[type="checkbox"] + label span.vert {
  display: table-cell;
  vertical-align: middle;
}
input[type="checkbox"] + label:before {
  content: '';
  display: table-cell;
  position: relative;
  background: #fff;
  width: 35px;
  height: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #000;
  appearance: none;
  outline: 0;
  vertical-align: middle;
  float: left;
  margin-right: 10px;
}
input[type="checkbox"] + label:focus:before {
  border-color: #00A8CB;
  border-width: 2px;
}
input[type="checkbox"]:checked + label:focus:after {
  left: -4px;
  top: -4px;
}
input[type="checkbox"]:checked + label:after {
  content: '';
  width: 42px;
  height: 42px;
  left: -3px;
  top: -3px;
  position: absolute;
  background-image: url(https://www.onerabbit.com.au/wp-content/themes/onerabbit/images/cta/check.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 450px) {
  .differentiation-test img.clipboard {
    top: -90px;
    width: 251px;
  }
  .differentiation-test ul {
    padding: 50px 10px 10px;
  }
  .differentiation-test li {
    font-size: 20px !important;
  }
}
@media (max-width: 710px) {
  img.man {
    display: none;
  }
}
.differentiation-results {
  display: none;
  border: 1px solid #2d3a41;
  margin-bottom: 20px;
}
.differentiation-results .wrap {
  padding: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .differentiation-results .wrap {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .differentiation-results .wrap {
    padding: 15px;
  }
}
.differentiation-results h3 {
  font-size: 24px;
}
.differentiation-results .number {
  color: #bf519e;
}
#EventModal .modal-dialog {
  max-width: 413px;
}
#EventModal .modal-body {
  text-align: center;
  padding: 0;
  background: #2d3a41;
}
#EventModal .modal-body img {
  display: inline-block;
  max-width: 100%;
}
#EventModal .modal-footer {
  margin-top: 0;
  background: #c5ca1a;
  border: 0;
}
#EventModal .modal-footer button {
  background: #21a9c5;
  border: 0;
  text-shadow: none;
  color: white;
}
@media print {
  ul {
    list-style-type: disc !important;
    margin-left: 0 !important;
    padding-left: 20px !important;
  }
  ul li {
    background: none !important;
    padding-left: 0 !important;
  }
  ul li:before {
    content: '' !important;
  }
  .cta-panel {
    display: none;
  }
  a[href]:after {
    content: "";
  }
  .navbar {
    display: none;
  }
  #heading-container {
    height: auto !important;
  }
  .home #heading-container .outer-container,
  #heading-container .outer-container {
    padding-top: 0;
  }
  .print-head {
    display: block;
    background-color: #2d3a41 !important;
    text-align: center;
    margin-bottom: 10px;
  }
  #sub-heading-container .outer-container {
    padding-top: 0;
    padding-bottom: 0;
  }
  #sub-heading-container h1,
  #sub-heading-container h2 {
    color: black !important;
  }
  .main-container > .container {
    margin-top: 0;
  }
  .add-this {
    display: none;
  }
  #sub-heading-container .drop-down-box {
    display: none;
  }
  #loadMorePosts {
    display: none;
  }
  #footer-container {
    display: none;
  }
  .slideout_panel {
    display: none;
  }
  .service_listing .service_item .heading {
    min-height: 0;
    height: auto;
    line-height: 1.5;
  }
  .service_listing .service_item .heading h3 {
    margin: 0;
  }
  .service_listing .service_item .content {
    padding: 0;
    padding-top: 10px;
  }
  .service_listing .service_item,
  .service_listing .arrow-right:last-child > div .service_item,
  .service_listing .arrow-left:last-child > div .service_item,
  .service_listing .arrow-right > div:last-child .service_item {
    padding-bottom: 0;
  }
  .info-panel-situation-analysis {
    display: none !important;
  }
  .blog-container .guides-panels {
    display: none !important;
  }
  .sub-heading-blog-menu {
    display: none !important;
  }
}
