/**
 * Melbourne IT Website
 * 
 * @package   site-acquisition-mit
 * @version   v1.0.0
 * @copyright 2014 Melbourne IT Ltd. (ABN 21 073 716 793)
 * @license   Proprietary
 * @category  CSS
 * @link      
 */
/**
 * Application LESS.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.block {
  display: block;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
font-family: 'Open Sans', sans-serif; 400,700
*/
/* global */
.loader {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 800;
  /*background: url(images/loader.png) no-repeat left top;*/
  width: 20px;
  height: 20px;
  display: block;
}
.inline-block > * {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  float: none !important;
}
.inline-nav > * {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  float: none !important;
  padding: 0 10px 10px 0;
}
.inline-nav > *:before {
  content: "";
  padding: 0;
  position: relative;
}
.success {
  display: none;
}
.sticky {
  position: relative;
}
.sticky.top {
  min-height: 100%;
}
.sticky.btm {
  position: relative;
  clear: both;
}
.button {
  padding: 0;
}
/* site specific */
.wrapper.menu-open {
  overflow: hidden;
}
.inner {
  position: relative;
}
.disabled,
* > .disabled,
*.disabled {
  color: #d0d0d0;
}
.element-invisible {
  display: none;
}
/* helpers */
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow: none;
}
.svg svg {
  display: block;
}
.svg .svg-fallback {
  display: none;
}
.no-svg svg {
  display: none;
}
.no-svg .svg-fallback {
  display: block;
}
/**
 * Global styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
html {
  height: 100%;
}
body {
  /* set default fonts */
  color: #505050;
  line-height: 1.625em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 14px;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
menu,
ol,
ul {
  margin: 0;
  padding: 0;
}
.ba-style p {
  padding-bottom: 20px;
}
.ba-style p.last {
  padding-bottom: 0;
}
.ba-style ul {
  padding: 0 0 20px;
}
.ba-style ul li {
  list-style: none;
  line-height: inherit;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
.ba-style ul li:before {
  color: inherit;
  content: "·";
  position: absolute;
  left: 0;
}
.ba-style ul.unstyled {
  padding: 0;
}
.ba-style ul.unstyled li {
  padding-left: 0;
  background: none;
  padding-bottom: 0;
}
.ba-style ul.plain li {
  padding-left: 0;
}
.ba-style ul.plain li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style ul.list-arrw li:before {
  color: #e0001b;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  content: "\f105";
  font-size: 20px;
}
.ba-style ol {
  padding: 0 0 15px;
  list-style-type: none;
  counter-reset: ol-counter;
}
.ba-style ol li {
  list-style: none;
  line-height: inherit;
  padding-bottom: 10px;
  padding-left: 18px;
  position: relative;
}
.ba-style ol li:before {
  color: inherit;
  content: counter(ol-counter) '.';
  counter-increment: ol-counter;
  position: absolute;
  left: 0;
}
.ba-style ol strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
}
.ba-style ol img {
  max-width: 100%;
  height: auto;
}
.ba-style ol br {
  display: none;
}
.ba-style ol .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.ba-style section {
  position: relative;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .ba-style br {
    display: inline;
  }
}
/**
 * heading styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .txt-white {
  color: #fff;
}
.ba-style .txt-white h1,
.ba-style .txt-white h2,
.ba-style .txt-white h3,
.ba-style .txt-white h4,
.ba-style .txt-white h5,
.ba-style .txt-white h6,
.ba-style .txt-white .h1,
.ba-style .txt-white .h2,
.ba-style .txt-white .h3,
.ba-style .txt-white .h4,
.ba-style .txt-white .h5,
.ba-style .txt-white .h6 {
  color: #fff;
}
.ba-style .txt-white h1 > *,
.ba-style .txt-white h2 > *,
.ba-style .txt-white h3 > *,
.ba-style .txt-white h4 > *,
.ba-style .txt-white h5 > *,
.ba-style .txt-white h6 > *,
.ba-style .txt-white .h1 > *,
.ba-style .txt-white .h2 > *,
.ba-style .txt-white .h3 > *,
.ba-style .txt-white .h4 > *,
.ba-style .txt-white .h5 > *,
.ba-style .txt-white .h6 > * {
  color: #fff;
}
.ba-style .txt-red {
  color: #e0001b;
}
.ba-style .txt-red h1,
.ba-style .txt-red h2,
.ba-style .txt-red h3,
.ba-style .txt-red h4,
.ba-style .txt-red h5,
.ba-style .txt-red h6,
.ba-style .txt-red .h1,
.ba-style .txt-red .h2,
.ba-style .txt-red .h3,
.ba-style .txt-red .h4,
.ba-style .txt-red .h5,
.ba-style .txt-red .h6 {
  color: #e0001b;
}
.ba-style .txt-red h1 > *,
.ba-style .txt-red h2 > *,
.ba-style .txt-red h3 > *,
.ba-style .txt-red h4 > *,
.ba-style .txt-red h5 > *,
.ba-style .txt-red h6 > *,
.ba-style .txt-red .h1 > *,
.ba-style .txt-red .h2 > *,
.ba-style .txt-red .h3 > *,
.ba-style .txt-red .h4 > *,
.ba-style .txt-red .h5 > *,
.ba-style .txt-red .h6 > * {
  color: #e0001b;
}
.ba-style .txt-yellow {
  color: #ffe62e;
}
.ba-style .txt-yellow h1,
.ba-style .txt-yellow h2,
.ba-style .txt-yellow h3,
.ba-style .txt-yellow h4,
.ba-style .txt-yellow h5,
.ba-style .txt-yellow h6,
.ba-style .txt-yellow .h1,
.ba-style .txt-yellow .h2,
.ba-style .txt-yellow .h3,
.ba-style .txt-yellow .h4,
.ba-style .txt-yellow .h5,
.ba-style .txt-yellow .h6 {
  color: #ffe62e;
}
.ba-style .txt-yellow h1 > *,
.ba-style .txt-yellow h2 > *,
.ba-style .txt-yellow h3 > *,
.ba-style .txt-yellow h4 > *,
.ba-style .txt-yellow h5 > *,
.ba-style .txt-yellow h6 > *,
.ba-style .txt-yellow .h1 > *,
.ba-style .txt-yellow .h2 > *,
.ba-style .txt-yellow .h3 > *,
.ba-style .txt-yellow .h4 > *,
.ba-style .txt-yellow .h5 > *,
.ba-style .txt-yellow .h6 > * {
  color: #ffe62e;
}
.ba-style h1,
.ba-style h2,
.ba-style h3,
.ba-style h4,
.ba-style h5,
.ba-style h6,
.ba-style .h1,
.ba-style .h2,
.ba-style .h3,
.ba-style .h4,
.ba-style .h5,
.ba-style .h6 {
  color: #061b2e;
  font-weight: inherit;
}
.ba-style h1.txt-red,
.ba-style h2.txt-red,
.ba-style h3.txt-red,
.ba-style h4.txt-red,
.ba-style h5.txt-red,
.ba-style h6.txt-red,
.ba-style .h1.txt-red,
.ba-style .h2.txt-red,
.ba-style .h3.txt-red,
.ba-style .h4.txt-red,
.ba-style .h5.txt-red,
.ba-style .h6.txt-red,
.ba-style h1.txt-red > *,
.ba-style h2.txt-red > *,
.ba-style h3.txt-red > *,
.ba-style h4.txt-red > *,
.ba-style h5.txt-red > *,
.ba-style h6.txt-red > *,
.ba-style .h1.txt-red > *,
.ba-style .h2.txt-red > *,
.ba-style .h3.txt-red > *,
.ba-style .h4.txt-red > *,
.ba-style .h5.txt-red > *,
.ba-style .h6.txt-red > * {
  color: #e0001b;
}
.ba-style h1.txt-white,
.ba-style h2.txt-white,
.ba-style h3.txt-white,
.ba-style h4.txt-white,
.ba-style h5.txt-white,
.ba-style h6.txt-white,
.ba-style .h1.txt-white,
.ba-style .h2.txt-white,
.ba-style .h3.txt-white,
.ba-style .h4.txt-white,
.ba-style .h5.txt-white,
.ba-style .h6.txt-white,
.ba-style h1.txt-white > *,
.ba-style h2.txt-white > *,
.ba-style h3.txt-white > *,
.ba-style h4.txt-white > *,
.ba-style h5.txt-white > *,
.ba-style h6.txt-white > *,
.ba-style .h1.txt-white > *,
.ba-style .h2.txt-white > *,
.ba-style .h3.txt-white > *,
.ba-style .h4.txt-white > *,
.ba-style .h5.txt-white > *,
.ba-style .h6.txt-white > * {
  color: #fff;
}
.ba-style h1.txt-yellow,
.ba-style h2.txt-yellow,
.ba-style h3.txt-yellow,
.ba-style h4.txt-yellow,
.ba-style h5.txt-yellow,
.ba-style h6.txt-yellow,
.ba-style .h1.txt-yellow,
.ba-style .h2.txt-yellow,
.ba-style .h3.txt-yellow,
.ba-style .h4.txt-yellow,
.ba-style .h5.txt-yellow,
.ba-style .h6.txt-yellow,
.ba-style h1.txt-yellow > *,
.ba-style h2.txt-yellow > *,
.ba-style h3.txt-yellow > *,
.ba-style h4.txt-yellow > *,
.ba-style h5.txt-yellow > *,
.ba-style h6.txt-yellow > *,
.ba-style .h1.txt-yellow > *,
.ba-style .h2.txt-yellow > *,
.ba-style .h3.txt-yellow > *,
.ba-style .h4.txt-yellow > *,
.ba-style .h5.txt-yellow > *,
.ba-style .h6.txt-yellow > * {
  color: #ffe62e;
}
.ba-style h1 a,
.ba-style h2 a,
.ba-style h3 a,
.ba-style h4 a,
.ba-style h5 a,
.ba-style h6 a,
.ba-style .h1 a,
.ba-style .h2 a,
.ba-style .h3 a,
.ba-style .h4 a,
.ba-style .h5 a,
.ba-style .h6 a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style h1 a:link,
.ba-style h2 a:link,
.ba-style h3 a:link,
.ba-style h4 a:link,
.ba-style h5 a:link,
.ba-style h6 a:link,
.ba-style .h1 a:link,
.ba-style .h2 a:link,
.ba-style .h3 a:link,
.ba-style .h4 a:link,
.ba-style .h5 a:link,
.ba-style .h6 a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: inherit;
}
.ba-style h1 a:visited,
.ba-style h2 a:visited,
.ba-style h3 a:visited,
.ba-style h4 a:visited,
.ba-style h5 a:visited,
.ba-style h6 a:visited,
.ba-style .h1 a:visited,
.ba-style .h2 a:visited,
.ba-style .h3 a:visited,
.ba-style .h4 a:visited,
.ba-style .h5 a:visited,
.ba-style .h6 a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style h1 a:hover,
.ba-style h2 a:hover,
.ba-style h3 a:hover,
.ba-style h4 a:hover,
.ba-style h5 a:hover,
.ba-style h6 a:hover,
.ba-style .h1 a:hover,
.ba-style .h2 a:hover,
.ba-style .h3 a:hover,
.ba-style .h4 a:hover,
.ba-style .h5 a:hover,
.ba-style .h6 a:hover {
  color: #125088;
  text-decoration: none;
}
.ba-style h1 a:active,
.ba-style h2 a:active,
.ba-style h3 a:active,
.ba-style h4 a:active,
.ba-style h5 a:active,
.ba-style h6 a:active,
.ba-style .h1 a:active,
.ba-style .h2 a:active,
.ba-style .h3 a:active,
.ba-style .h4 a:active,
.ba-style .h5 a:active,
.ba-style .h6 a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style h1 a.active,
.ba-style h2 a.active,
.ba-style h3 a.active,
.ba-style h4 a.active,
.ba-style h5 a.active,
.ba-style h6 a.active,
.ba-style .h1 a.active,
.ba-style .h2 a.active,
.ba-style .h3 a.active,
.ba-style .h4 a.active,
.ba-style .h5 a.active,
.ba-style .h6 a.active {
  color: #125088;
  text-decoration: none;
  cursor: default;
}
.ba-style h1 a.no-deco,
.ba-style h2 a.no-deco,
.ba-style h3 a.no-deco,
.ba-style h4 a.no-deco,
.ba-style h5 a.no-deco,
.ba-style h6 a.no-deco,
.ba-style .h1 a.no-deco,
.ba-style .h2 a.no-deco,
.ba-style .h3 a.no-deco,
.ba-style .h4 a.no-deco,
.ba-style .h5 a.no-deco,
.ba-style .h6 a.no-deco {
  text-decoration: none;
}
.ba-style h1,
.ba-style .h1 {
  font-size: 40px;
  line-height: 1.107em;
  padding-bottom: 25px;
}
.ba-style h1 span,
.ba-style .h1 span {
  display: block;
  line-height: 1.500em;
  font-size: 14px;
  padding-bottom: 8px;
}
.ba-style h2,
.ba-style .h2 {
  font-size: 20px;
  line-height: 1.107em;
  padding-bottom: 28px;
}
.ba-style h2 span,
.ba-style .h2 span {
  display: block;
}
.ba-style h3,
.ba-style .h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.ba-style h4,
.ba-style .h4 {
  font-size: 18px;
  line-height: 1.444em;
  padding-bottom: 20px;
  font-weight: 400;
}
.ba-style h4:first-child,
.ba-style .h4:first-child {
  padding-top: 0;
}
.ba-style h5,
.ba-style .h5 {
  font-size: 16px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ba-style h1,
  .ba-style .h1 {
    font-size: 40px;
  }
  .ba-style h2,
  .ba-style .h2 {
    font-size: 28px;
  }
  .ba-style h2.lrg-heading,
  .ba-style .h2.lrg-heading {
    font-size: 36px;
  }
  .ba-style h3,
  .ba-style .h3 {
    font-size: 22px;
  }
  .ba-style h4,
  .ba-style .h4 {
    font-size: 18px;
  }
  .ba-style h5,
  .ba-style .h5 {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
/**
 * text styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .title-red {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  color: #e0001b;
  text-transform: uppercase;
  font-size: 14px;
}
.ba-style .title-ul {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.ba-style .uc {
  text-transform: uppercase;
}
.ba-style .ul {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 30px;
}
.ba-style .fine-print {
  font-size: 9px;
  text-align: right;
  line-height: 2.222em;
}
.ba-style .txt-center {
  text-align: center;
}
.ba-style .smlr {
  font-size: 12px !important;
}
@media only screen and (min-width: 768px) {
  .ba-style .txt-left {
    text-align: left;
  }
  .ba-style .txt-right {
    text-align: right;
  }
  .ba-style .smlr {
    font-size: 14px !important;
  }
}
/**
 * BG styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .bg-blue {
  background-color: #061b2e;
}
.ba-style .bg-grey {
  background-color: #f1f1f1;
}
.ba-style .bg-yellow {
  background-color: #ffe62e;
}
.ba-style .bg-yellow-fin {
  background: url(images/bg-yellow.png) no-repeat right bottom #fff;
  height: inherit;
}
.ba-style .bg-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ba-style .bg-fill .container {
  padding: 0;
}
.ba-style .ribbon1 {
  background: url(images/ribbon1.png) no-repeat right bottom;
}
.ba-style .ribbon2 {
  background: url(images/ribbon2.png) no-repeat top left;
  border-top: 21px solid #ed2624;
}
.ba-style .tab-arrw {
  display: block;
  width: 51px;
  height: 25px;
  background-image: url(images/tab-arrw.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.ba-style .tab-arrw.grey {
  background-position: left top;
}
.ba-style .tab-arrw.white {
  background-position: right top;
}
.ba-style .tab-arrw.left {
  left: 50%;
  margin-left: -25px;
}
.ba-style .tab-arrw.right {
  right: 50%;
  margin-right: -25px;
}
@media only screen and (min-width: 768px) {
  .ba-style .tab-arrw.left {
    left: 15%;
  }
  .ba-style .tab-arrw.right {
    right: 15%;
  }
}
/**
 * Section styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .split-sec {
  width: 100%;
  height: auto;
  position: relative;
}
.ba-style .split-sec .per-50 {
  min-height: 80px;
  width: 100%;
  float: none;
  position: relative;
}
.ba-style .split-sec .split-pad {
  padding: 45px 0 40px;
}
.ba-style .split-sec .split-pad-equal {
  padding: 45px 0 40px;
}
.ba-style .split-sec .cHolder {
  width: 100%;
}
.ba-style .btm-border {
  border-bottom: 1px solid #e1e1e1;
}
.ba-style .section-head {
  position: relative;
}
.ba-style .section-head a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style .section-head a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .section-head a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .section-head a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .section-head a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .section-head a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .section-head a.no-deco {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .ba-style .split-sec .per-50 {
    width: 50%;
    float: left;
  }
  .ba-style .split-sec .split-pad {
    padding: 45px 0 40px 32px;
  }
  .ba-style .split-sec .split-pad-equal {
    padding: 45px 32px;
  }
  .ba-style .split-sec .cHolder {
    height: 560px;
  }
}
/**
 * Footer styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .site-map {
  letter-spacing: 0.05em;
  font-size: 13px;
}
.ba-style .site-map .container {
  padding: 38px 0 18px;
}
.ba-style .site-map .title {
  color: #505050;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 15px;
  line-height: 1em;
  margin-bottom: 20px;
}
.ba-style .site-map ul,
.ba-style .site-map ol {
  padding: 0;
}
.ba-style .site-map ul li,
.ba-style .site-map ol li {
  padding-left: 0;
  background: none;
}
.ba-style .site-map a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #505050;
}
.ba-style .site-map a:link {
  color: #505050;
  text-decoration: none;
  font-size: inherit;
}
.ba-style .site-map a:visited {
  color: #505050;
  text-decoration: none;
}
.ba-style .site-map a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .site-map a:active {
  color: #505050;
  text-decoration: none;
}
.ba-style .site-map a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .site-map a.no-deco {
  text-decoration: none;
}
.ba-style .site-map ul {
  padding-bottom: 20px;
}
.ba-style .site-map ul li {
  line-height: 1.3em;
  padding-bottom: 10px;
}
.ba-style .site-map ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style .site-map ul li ul {
  padding-bottom: 5px;
}
.ba-style .site-map ul li ul li:first-child {
  padding-top: 10px;
}
.ba-style .site-map ul li ul li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #919191;
}
.ba-style .site-map ul li ul li a:link {
  color: #919191;
  text-decoration: none;
  font-size: 12px;
}
.ba-style .site-map ul li ul li a:visited {
  color: #919191;
  text-decoration: none;
}
.ba-style .site-map ul li ul li a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .site-map ul li ul li a:active {
  color: #919191;
  text-decoration: none;
}
.ba-style .site-map ul li ul li a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .site-map ul li ul li a.no-deco {
  text-decoration: none;
}
/**
 * Header styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style header ul,
.ba-style header ol {
  padding: 0;
}
.ba-style header ul li,
.ba-style header ol li {
  padding-left: 0;
  background: none;
}
.ba-style header ul li {
  padding-bottom: 0;
}
.ba-style header ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style header .es-number {
  text-align: right;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  letter-spacing: 0.05em;
  font-size: 20px;
  color: #061b2e;
  display: none;
}
.ba-style header .es-number a {
  color: #061b2e;
  letter-spacing: -0.5px;
}
.ba-style header .es-number small {
  letter-spacing: -0.8px;
}
.ba-style header .top-bar {
  color: #fff;
  background: #2a2a2a;
  font-size: 12px;
  line-height: 1em;
}
.ba-style header .top-bar a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
}
.ba-style header .top-bar a:link {
  color: #fff;
  text-decoration: none;
  font-size: inherit;
}
.ba-style header .top-bar a:visited {
  color: #fff;
  text-decoration: none;
}
.ba-style header .top-bar a:hover {
  color: #838383;
  text-decoration: none;
}
.ba-style header .top-bar a:active {
  color: #fff;
  text-decoration: none;
}
.ba-style header .top-bar a.active {
  color: #838383;
  text-decoration: none;
  cursor: default;
}
.ba-style header .top-bar a.no-deco {
  text-decoration: none;
}
.ba-style header .top-bar ul li {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  border-left: solid 1px #fff;
  padding: 0 10px;
}
.ba-style header .top-bar ul li.first {
  padding-left: 0;
  border-left: none;
}
.ba-style header .top-bar ul li.last {
  padding-right: 0;
  border-right: none;
}
.ba-style header .top-bar .side-links {
  line-height: 23px;
}
.ba-style header .top-bar .table-cell {
  height: 38px;
}
.ba-style header .top-bar .grid_half {
  float: left;
}
.ba-style header .top-bar .grid_half.f-right {
  float: right;
}
@media only screen and (min-width: 768px) {
  .ba-style header .top-bar {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .ba-style header .es-number {
    display: block;
  }
}
/**
 * Footer styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style footer .red-bar {
  background: #e0001b;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.ba-style footer .red-bar a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
}
.ba-style footer .red-bar a:link {
  color: #fff;
  text-decoration: none;
  font-size: inherit;
}
.ba-style footer .red-bar a:visited {
  color: #fff;
  text-decoration: none;
}
.ba-style footer .red-bar a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
.ba-style footer .red-bar a:active {
  color: #fff;
  text-decoration: none;
}
.ba-style footer .red-bar a.active {
  color: #e6e6e6;
  text-decoration: none;
  cursor: default;
}
.ba-style footer .red-bar a.no-deco {
  text-decoration: none;
}
.ba-style footer .red-bar .container {
  padding: 10px 0;
}
.ba-style footer .red-bar .social-nav {
  float: right;
}
.ba-style footer .contact-link {
  text-transform: uppercase;
}
.ba-style footer .end-bar {
  text-align: center;
  font-size: 13px;
  color: #919191;
  line-height: 1em;
}
.ba-style footer .end-bar .container {
  padding: 15px 0;
}
.ba-style footer .end-bar ul,
.ba-style footer .end-bar ol {
  padding: 0;
}
.ba-style footer .end-bar ul li,
.ba-style footer .end-bar ol li {
  padding-left: 0;
  background: none;
}
.ba-style footer .end-bar ul {
  padding-bottom: 0;
}
.ba-style footer .end-bar ul li {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  padding: 0 10px;
  border-left: solid 1px #919191;
}
.ba-style footer .end-bar ul li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #919191;
}
.ba-style footer .end-bar ul li a:link {
  color: #919191;
  text-decoration: none;
  font-size: inherit;
}
.ba-style footer .end-bar ul li a:visited {
  color: #919191;
  text-decoration: none;
}
.ba-style footer .end-bar ul li a:hover {
  color: #c4c4c4;
  text-decoration: none;
}
.ba-style footer .end-bar ul li a:active {
  color: #919191;
  text-decoration: none;
}
.ba-style footer .end-bar ul li a.active {
  color: #c4c4c4;
  text-decoration: none;
  cursor: default;
}
.ba-style footer .end-bar ul li a.no-deco {
  text-decoration: none;
}
.ba-style footer .end-bar ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style footer .end-bar ul li:first-child {
  border-left: none;
}
/**
 * Team panel.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .team-display {
  position: relative;
}
.ba-style .team-display .team-item {
  margin-bottom: 44px;
  position: relative;
  height: auto;
}
.ba-style .team-display .team-item .team-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center -20px;
  height: 240px;
}
.ba-style .team-display .team-item .team-content {
  padding: 20px;
  color: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  height: auto;
  -webkit-transition: height 0.2s ease-out 0s;
  -moz-transition: height 0.2s ease-out 0s;
  -ms-transition: height 0.2s ease-out 0s;
  -o-transition: height 0.2s ease-out 0s;
  transition: height 0.2s ease-out 0s;
}
.ba-style .team-display .team-item .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.ba-style .team-display .team-item .inline-list {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .ba-style .team-display {
    position: relative;
  }
  .ba-style .team-display .team-item {
    position: relative;
    height: auto;
  }
  .ba-style .team-display .team-item .team-img {
    height: 100%;
    width: 34%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center top;
  }
  .ba-style .team-display .team-item .team-content {
    padding: 46px;
    width: 66%;
    float: right;
  }
  .ba-style .team-display .team-item .title {
    font-size: 24px;
  }
}
/**
 * filler styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .overlay-blue {
  background-color: #061b2e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.ba-style .overlay-blue.lighter {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ba-style .overlay-blue.grey {
  background-color: #505050;
}
/**
 * Heading banner.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .heading-banner {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ba-style .heading-banner .cHolder {
  padding: 40px 0;
  width: 100%;
}
.ba-style .heading-banner .pre-title {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #ffe62e;
  line-height: 1.1em;
  padding-bottom: 8px;
}
.ba-style .heading-banner .pre-title.btm-pad {
  padding-bottom: 20px;
}
.ba-style .heading-banner .title {
  text-transform: uppercase;
  line-height: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
}
.ba-style .heading-banner .title strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.1em;
  letter-spacing: -0.01em;
}
.ba-style .heading-banner h1.title,
.ba-style .heading-banner h2.title {
  font-size: 30px;
}
.ba-style .heading-banner.tc {
  background-position: center top;
}
@media only screen and (min-width: 768px) {
  .ba-style .heading-banner h1.title {
    font-size: 70px;
  }
  .ba-style .heading-banner h1.title.sml {
    font-size: 50px;
  }
  .ba-style .heading-banner h2.title {
    font-size: 36px;
  }
  .ba-style .heading-banner .cHolder {
    height: 400px;
    padding: 0;
  }
  .ba-style .heading-banner.xl .cHolder {
    height: 536px;
  }
  .ba-style .heading-banner.med .cHolder {
    height: 358px;
  }
}
/**
 * icon-sets.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style {
  /*product icons*/
}
.ba-style .prod-icon {
  display: block;
  height: 30px;
  background-image: url(images/web-icons.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 24px;
}
.ba-style .prod-icon.lrg {
  height: 57px;
  padding-bottom: 15px;
}
.ba-style .prod-icon.btm-pad {
  padding-bottom: 20px;
}
.ba-style .prod-icon.dom-name {
  width: 38px;
  background-position: 0 0;
}
.ba-style .prod-icon.web-host {
  width: 36px;
  background-position: -70px 0;
}
.ba-style .prod-icon.web-des {
  width: 40px;
  background-position: -140px 0;
}
.ba-style .prod-icon.email-srvc {
  width: 35px;
  background-position: -210px 0;
}
.ba-style .prod-icon.online-mrktng {
  width: 45px;
  background-position: -280px 0;
}
.ba-style .prod-icon.web-scrty {
  width: 33px;
  background-position: -350px 0;
}
.ba-style .prod-icon.login {
  width: 38px;
  background-position: -420px 0;
}
.ba-style .prod-icon.contact {
  width: 31px;
  background-position: -490px 0;
}
.ba-style .prod-icon.cloud {
  width: 65px;
  background-position: 0 -140px;
}
.ba-style .prod-icon.scrty {
  width: 47px;
  background-position: -70px -140px;
}
.ba-style .prod-icon.web-dig {
  width: 65px;
  background-position: -140px -140px;
}
.ba-style .prod-icon.app-srvc {
  width: 87px;
  background-position: -210px -140px;
}
.ba-style .prod-icon.mobile-srvc {
  width: 62px;
  background-position: -467px -140px;
}
.ba-style .prod-icon.login2 {
  width: 47px;
  background-position: -350px -140px;
}
.ba-style .prod-icon.contact2 {
  width: 35px;
  background-position: -420px -140px;
}
.ba-style .prod-icon.mob {
  width: 62px;
  background-position: -467px -140px;
}
.ba-style a:hover .prod-icon.dom-name {
  background-position: 0 -70px;
}
.ba-style a:hover .prod-icon.web-host {
  background-position: -70px -70px;
}
.ba-style a:hover .prod-icon.web-des {
  background-position: -140px -70px;
}
.ba-style a:hover .prod-icon.email-srvc {
  background-position: -210px -70px;
}
.ba-style a:hover .prod-icon.online-mrktng {
  background-position: -280px -70px;
}
.ba-style a:hover .prod-icon.web-scrty {
  background-position: -350px -70px;
}
.ba-style a:hover .prod-icon.login {
  background-position: -420px -70px;
}
.ba-style a:hover .prod-icon.contact {
  background-position: -490px -70px;
}
.ba-style a:hover .prod-icon.cloud {
  background-position: 0 -240px;
}
.ba-style a:hover .prod-icon.scrty {
  background-position: -70px -240px;
}
.ba-style a:hover .prod-icon.web-dig {
  background-position: -140px -240px;
}
.ba-style a:hover .prod-icon.app-srvc {
  background-position: -210px -240px;
}
.ba-style a:hover .prod-icon.login2 {
  background-position: -350px -240px;
}
.ba-style a:hover .prod-icon.contact2 {
  background-position: -420px -240px;
}
.ba-style .mit-icon {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-image: url(images/mit-icons.png);
  background-repeat: no-repeat;
  padding-right: 10px;
}
.ba-style .mit-icon.mit-tick {
  background-position: 0 0;
}
.ba-style .mit-icon.mit-file {
  width: 34px;
  height: 42px;
  background-position: -46px 0;
}
.ba-style .mit-icon-li:before {
  background-image: url(images/mit-icons.png);
  background-repeat: no-repeat;
  margin-bottom: 10px;
  vertical-align: middle;
  display: block;
}
.ba-style .mit-icon-li.mit-tick:before {
  width: 25px;
  height: 25px;
  background-position: 0 0;
}
.ba-style .mit-icon-li.mit-file:before {
  width: 34px;
  height: 42px;
  background-position: -46px 0;
}
.ba-style .nav-icon {
  display: block;
  height: 21px;
  background-image: url(images/nav-icons.png);
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-bottom: 10px;
  vertical-align: middle;
}
.ba-style .nav-icon.inline {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  padding-bottom: 0;
}
.ba-style .nav-icon.user {
  height: 23px;
  width: 20px;
  margin-left: 8px;
  background-position: 0 -80px;
}
.ba-style .nav-icon.cart {
  height: 23px;
  width: 27px;
  background-position: -80px -78px;
}
.ba-style .nav-icon.support {
  height: 23px;
  width: 23px;
  margin-left: 8px;
  background-position: -40px -80px;
}
.ba-style .nav-icon.cloud {
  width: 24px;
  background-position: 0 0;
}
.ba-style .nav-icon.mobile {
  width: 24px;
  background-position: -148px -80px;
}
.ba-style .nav-icon.es-contact {
  width: 27px;
  background-position: -114px -80px;
}
.ba-style .nav-icon.scrty {
  width: 18px;
  background-position: -40px 0;
}
.ba-style .nav-icon.web-dig {
  width: 25px;
  background-position: -80px 0;
}
.ba-style .nav-icon.app-srvc {
  width: 39px;
  background-position: -120px 0;
}
.ba-style .nav-icon.about {
  width: 22px;
  background-position: -160px 0;
}
.ba-style .nav-icon.contact {
  width: 16px;
  background-position: -200px 0;
}
.ba-style .nav-icon.dom-name {
  width: 22px;
  background-position: 0 -40px;
}
.ba-style .nav-icon.web-host {
  width: 17px;
  background-position: -40px -40px;
}
.ba-style .nav-icon.web-des {
  width: 21px;
  background-position: -80px -40px;
}
.ba-style .nav-icon.email-srvc {
  width: 17px;
  background-position: -120px -40px;
}
.ba-style .nav-icon.online-mrktng {
  width: 21px;
  background-position: -160px -40px;
}
.ba-style .nav-icon.web-scrty {
  width: 14px;
  background-position: -200px -40px;
}
.ba-style .nav-icon.analytics {
  width: 30px;
  background-position: -190px -80px;
}
/**
 * button and link styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style {
  /* general link style */
  /* button box */
  /* red link */
}
.ba-style a,
.ba-style button {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #e0001b;
}
.ba-style a:link,
.ba-style button:link {
  color: #e0001b;
  text-decoration: none;
  font-size: inherit;
}
.ba-style a:visited,
.ba-style button:visited {
  color: #e0001b;
  text-decoration: none;
}
.ba-style a:hover,
.ba-style button:hover {
  color: #ff475d;
  text-decoration: none;
}
.ba-style a:active,
.ba-style button:active {
  color: #e0001b;
  text-decoration: none;
}
.ba-style a.active,
.ba-style button.active {
  color: #ff475d;
  text-decoration: none;
  cursor: default;
}
.ba-style a.no-deco,
.ba-style button.no-deco {
  text-decoration: none;
}
.ba-style a.no-deco,
.ba-style button.no-deco {
  text-decoration: none;
}
.ba-style a.blue,
.ba-style button.blue {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style a.blue:link,
.ba-style button.blue:link {
  color: #061b2e;
  text-decoration: none;
  font-size: inherit;
}
.ba-style a.blue:visited,
.ba-style button.blue:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style a.blue:hover,
.ba-style button.blue:hover {
  color: #125088;
  text-decoration: none;
}
.ba-style a.blue:active,
.ba-style button.blue:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style a.blue.active,
.ba-style button.blue.active {
  color: #125088;
  text-decoration: none;
  cursor: default;
}
.ba-style a.blue.no-deco,
.ba-style button.blue.no-deco {
  text-decoration: none;
}
.ba-style a.yellow,
.ba-style button.yellow {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #ffe62e;
}
.ba-style a.yellow:link,
.ba-style button.yellow:link {
  color: #ffe62e;
  text-decoration: none;
  font-size: inherit;
}
.ba-style a.yellow:visited,
.ba-style button.yellow:visited {
  color: #ffe62e;
  text-decoration: none;
}
.ba-style a.yellow:hover,
.ba-style button.yellow:hover {
  color: #fff294;
  text-decoration: none;
}
.ba-style a.yellow:active,
.ba-style button.yellow:active {
  color: #ffe62e;
  text-decoration: none;
}
.ba-style a.yellow.active,
.ba-style button.yellow.active {
  color: #fff294;
  text-decoration: none;
  cursor: default;
}
.ba-style a.yellow.no-deco,
.ba-style button.yellow.no-deco {
  text-decoration: none;
}
.ba-style a.grey,
.ba-style button.grey {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #505050;
}
.ba-style a.grey:link,
.ba-style button.grey:link {
  color: #505050;
  text-decoration: none;
  font-size: inherit;
}
.ba-style a.grey:visited,
.ba-style button.grey:visited {
  color: #505050;
  text-decoration: none;
}
.ba-style a.grey:hover,
.ba-style button.grey:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style a.grey:active,
.ba-style button.grey:active {
  color: #505050;
  text-decoration: none;
}
.ba-style a.grey.active,
.ba-style button.grey.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style a.grey.no-deco,
.ba-style button.grey.no-deco {
  text-decoration: none;
}
.ba-style a,
.ba-style a:focus,
.ba-style button::-moz-focus-inner {
  outline: none;
}
.ba-style .btn-box {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  margin: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.ba-style .btn-box.minW {
  min-width: 165px;
  text-align: center;
  padding: 0;
}
.ba-style .btn-box.red {
  background-color: #e0001b;
  -webkit-box-shadow: 5px 5px 0 0 #bb000d;
  -moz-box-shadow: 5px 5px 0 0 #bb000d;
  box-shadow: 5px 5px 0 0 #bb000d;
  color: #fff;
}
.ba-style .btn-box.red:link,
.ba-style .btn-box.red:hover,
.ba-style .btn-box.red:visited,
.ba-style .btn-box.red:active,
.ba-style .btn-box.red.active {
  color: #fff !important;
  text-decoration: none;
}
.ba-style .btn-box.red:hover {
  background-color: #ff475d;
}
.ba-style .btn-box.yellow {
  background-color: #ffe62e;
  -webkit-box-shadow: 5px 5px 0 0 #efb400;
  -moz-box-shadow: 5px 5px 0 0 #efb400;
  box-shadow: 5px 5px 0 0 #efb400;
  color: #061b2e;
}
.ba-style .btn-box.yellow:link,
.ba-style .btn-box.yellow:hover,
.ba-style .btn-box.yellow:visited,
.ba-style .btn-box.yellow:active,
.ba-style .btn-box.yellow.active {
  color: #061b2e !important;
  text-decoration: none;
}
.ba-style .btn-box.yellow:hover {
  background-color: #fff294;
}
.ba-style .btn-box.white {
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 0 0 #a5a5a5;
  -moz-box-shadow: 5px 5px 0 0 #a5a5a5;
  box-shadow: 5px 5px 0 0 #a5a5a5;
  color: #e0001b;
}
.ba-style .btn-box.white:link,
.ba-style .btn-box.white:hover,
.ba-style .btn-box.white:visited,
.ba-style .btn-box.white:active,
.ba-style .btn-box.white.active {
  color: #e0001b !important;
  text-decoration: none;
}
.ba-style .btn-box.white:hover {
  background-color: #e6e6e6;
}
.ba-style .btn-box:link {
  font-size: 15px;
  text-decoration: none;
}
.ba-style .btn-arrw {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  letter-spacing: 0.05em;
  line-height: 17px;
  height: 18px;
  text-transform: uppercase;
  background: url(images/web-sprites.png) no-repeat right 1px;
  padding-right: 25px;
  border: 0;
}
.ba-style .btn-arrw.blue {
  background-position: right -33px;
}
.ba-style .btn-arrw.yellow {
  background-position: right -66px;
}
.ba-style .btn-arrw.yellow.up {
  background-position: right -100px;
}
.ba-style .btn-arrw.left-side {
  background-position: left 0;
  padding-right: 0;
  padding-left: 25px;
}
.ba-style .btn-arrw.left-side.viewer {
  background-position: left -136px;
}
.ba-style .btn-square {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  margin: 15px 0 0;
  line-height: 62px;
  height: 62px;
  width: 62px;
  background: url(images/trans-white.png);
}
.ba-style .btn-square:link {
  color: #fff;
}
.ba-style .btn-square:hover {
  color: #838383;
}
.ba-style .btn-question {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 27px;
  height: 27px;
  text-align: center;
  background: #e0001b;
}
.ba-style .btn-question:link,
.ba-style .btn-question:hover,
.ba-style .btn-question:visited,
.ba-style .btn-question:active,
.ba-style .btn-question.active {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.ba-style .btn-question:hover {
  background: #ff475d;
}
.ba-style a.link-red {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
/**
 * Video box.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .video-box {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 18px;
  line-height: 1.4em;
}
@media only screen and (min-width: 768px) {
  .ba-style .video-box {
    font-size: 25px;
  }
}
/**
 * Header menu bar.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .btn-mmenu {
  position: absolute;
  background: none;
  border: none;
  top: 22px;
  left: 0;
}
.ba-style .btn-mmenu-x {
  position: absolute;
  background: none;
  border: none;
  top: 22px;
  right: -40px;
  z-index: 20;
}
.ba-style .mmenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.ba-style .mmenu.show {
  z-index: 500;
}
.ba-style .mmenu .holder {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ba-style .mmenu .bg-overlay {
  background-color: #000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ba-style .mmenu .bg-overlay.show {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.ba-style .mmenu .flyout {
  width: 260px;
  height: 100%;
  background: #f1f1f1;
  position: relative;
  -webkit-transition: left 0.2s ease-out 0s;
  -moz-transition: left 0.2s ease-out 0s;
  -ms-transition: left 0.2s ease-out 0s;
  -o-transition: left 0.2s ease-out 0s;
  transition: left 0.2s ease-out 0s;
  left: -310px;
  z-index: 50;
}
.ba-style .mmenu .flyout.show {
  left: 0;
}
.ba-style .mmenu .flyout .inner {
  width: 260px;
  height: 100%;
  overflow: hidden;
}
.ba-style .mmenu .flyout .lvl-holder {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  width: 780px;
  -webkit-transition: left 0.2s ease-out 0s;
  -moz-transition: left 0.2s ease-out 0s;
  -ms-transition: left 0.2s ease-out 0s;
  -o-transition: left 0.2s ease-out 0s;
  transition: left 0.2s ease-out 0s;
}
.ba-style .mmenu .flyout .lvl-holder .lvls {
  overflow: auto;
  height: 100%;
  width: 260px;
  float: left;
}
.ba-style .mmenu .flyout .lvl-holder.lvl1 {
  left: -100%;
}
.ba-style .mmenu .flyout .lvl-holder.lvl2 {
  left: -200%;
}
.ba-style .mmenu .mmenu-footer {
  padding: 10px 18px;
  border-bottom: 1px solid #fff;
}
.ba-style .mmenu ul,
.ba-style .mmenu ol {
  padding: 0;
}
.ba-style .mmenu ul li,
.ba-style .mmenu ol li {
  padding-left: 0;
  background: none;
}
.ba-style .mmenu ul.menu li {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.ba-style .mmenu ul.menu li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style .mmenu ul.menu li a {
  cursor: pointer;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 10px 18px;
  display: block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style .mmenu ul.menu li a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .mmenu ul.menu li a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .mmenu ul.menu li a.no-deco {
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a .more,
.ba-style .mmenu ul.menu li a .back {
  float: right;
  color: #e0001b;
  font-size: 16px;
  padding-top: 4px;
}
.ba-style .mmenu ul.menu li a .back {
  color: #a7a9ac;
  font-size: 35px;
  margin-top: -6px;
  padding-top: 0;
}
.ba-style .mmenu ul.menu li a.menu-back {
  padding-top: 20px 18px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #e0001b;
}
.ba-style .mmenu ul.menu li a.menu-back:link {
  color: #e0001b;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .mmenu ul.menu li a.menu-back:visited {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a.menu-back:hover {
  color: #ff475d;
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a.menu-back:active {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a.menu-back.active {
  color: #ff475d;
  text-decoration: none;
  cursor: default;
}
.ba-style .mmenu ul.menu li a.menu-back.no-deco {
  text-decoration: none;
}
.ba-style .mmenu ul.menu li a .icon {
  min-width: 40px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}
.ba-style .mmenu ul.menu li a .icon img {
  margin-top: -5px;
}
.ba-style .mmenu ul.menu.child li a {
  text-transform: none;
}
.ba-style .mmenu .social-nav {
  float: right;
}
@media only screen and (min-width: 1024px) {
  .ba-style .mmenu,
  .ba-style .btn-mmenu {
    display: none;
  }
}
/**
 * Header menu bar.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .header-nav {
  position: relative;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  letter-spacing: 0.05em;
  border-bottom: 5px solid #eeefef;
}
.ba-style .header-nav a:focus {
  outline: none;
}
.ba-style .header-nav .dropdown {
  line-height: 0px;
}
.ba-style .header-nav .table-cell {
  height: 65px;
}
.ba-style .header-nav .mit-logo {
  text-align: center;
}
.ba-style .header-nav .mit-logo .table-display {
  width: 100%;
}
.ba-style .header-nav .mit-logo img {
  width: 70px;
}
.ba-style .header-nav .main-nav,
.ba-style .header-nav .sub-main-nav {
  display: none;
}
.ba-style .header-nav .main-nav ul li {
  float: left;
  display: block;
  border-right: solid 1px #e1e1e1;
}
.ba-style .header-nav .main-nav ul li a {
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style .header-nav .main-nav ul li a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: 14px;
}
.ba-style .header-nav .main-nav ul li a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .header-nav .main-nav ul li a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .header-nav .main-nav ul li a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .header-nav .main-nav ul li a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .header-nav .main-nav ul li a.no-deco {
  text-decoration: none;
}
.ba-style .header-nav .main-nav ul li a .fa {
  color: #e0001b !important;
}
.ba-style .header-nav .main-nav ul li a.hover {
  color: #e0001b;
}
.ba-style .header-nav .sub-main-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 95px;
  z-index: 80;
}
.ba-style .header-nav .sub-main-nav,
.ba-style .header-nav .sub-child-nav {
  background: url(images/nav-shdw.png) no-repeat center top #fff;
  letter-spacing: 0.01em;
  line-height: 1.2em;
}
.ba-style .header-nav .sub-main-nav .mit-logo .table-cell,
.ba-style .header-nav .sub-child-nav .mit-logo .table-cell,
.ba-style .header-nav .sub-main-nav .main-nav .table-cell,
.ba-style .header-nav .sub-child-nav .main-nav .table-cell {
  height: 97px;
}
.ba-style .header-nav .sub-main-nav ul li,
.ba-style .header-nav .sub-child-nav ul li {
  float: left;
  display: block;
  padding: 0;
}
.ba-style .header-nav .sub-main-nav ul li a,
.ba-style .header-nav .sub-child-nav ul li a {
  padding: 0 32px;
}
.ba-style .header-nav .sub-main-nav ul li.first a,
.ba-style .header-nav .sub-child-nav ul li.first a {
  padding-left: 0 !important;
}
.ba-style .header-nav .sub-main-nav ul li.last a,
.ba-style .header-nav .sub-child-nav ul li.last a {
  padding-right: 0 !important;
}
.ba-style .header-nav .sub-main-nav a,
.ba-style .header-nav .sub-child-nav a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style .header-nav .sub-main-nav a:link,
.ba-style .header-nav .sub-child-nav a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .header-nav .sub-main-nav a:visited,
.ba-style .header-nav .sub-child-nav a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav a:hover,
.ba-style .header-nav .sub-child-nav a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav a:active,
.ba-style .header-nav .sub-child-nav a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav a.active,
.ba-style .header-nav .sub-child-nav a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .header-nav .sub-main-nav a.no-deco,
.ba-style .header-nav .sub-child-nav a.no-deco {
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav a .fa,
.ba-style .header-nav .sub-child-nav a .fa {
  color: #e0001b !important;
}
.ba-style .header-nav .sub-main-nav a.hover,
.ba-style .header-nav .sub-child-nav a.hover {
  color: #e0001b;
}
.ba-style .header-nav .sub-main-nav .sub-es ul li a,
.ba-style .header-nav .sub-child-nav .sub-es ul li a {
  padding: 0 28px;
}
.ba-style .header-nav .sub-main-nav .sub-sb ul li a,
.ba-style .header-nav .sub-child-nav .sub-sb ul li a {
  padding: 0 18px;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav,
.ba-style .header-nav .sub-child-nav .sub-child-nav {
  text-align: center;
  width: 100%;
  font-weight: 300;
  text-transform: none;
  background: url(images/nav-shdw.png) no-repeat center top #fff;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav .table-cell,
.ba-style .header-nav .sub-child-nav .sub-child-nav .table-cell {
  height: 47px;
  padding-top: 8px;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav a,
.ba-style .header-nav .sub-child-nav .sub-child-nav a {
  padding: 0;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb {
  font-size: 13px;
  text-align: left;
  color: #061b2e;
  padding: 25px 0;
  line-height: 1.3em;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li {
  width: 200px;
  padding: 0 30px 0 0;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li {
  display: block;
  padding: 8px 0 0;
  color: #a5a5a5;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #a5a5a5;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a:link,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a:link {
  color: #a5a5a5;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a:visited,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a:visited {
  color: #a5a5a5;
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a:hover,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a:active,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a:active {
  color: #a5a5a5;
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a.active,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.sb li li a.no-deco,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.sb li li a.no-deco {
  text-decoration: none;
}
.ba-style .header-nav .sub-main-nav .sub-child-nav ul.es li,
.ba-style .header-nav .sub-child-nav .sub-child-nav ul.es li {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  padding: 0 32px;
}
@media only screen and (min-width: 768px) {
  .ba-style .header-nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
  }
}
@media only screen and (min-width: 1024px) {
  .ba-style .header-nav {
    border-bottom: none;
  }
  .ba-style .header-nav .table-cell {
    height: 95px;
  }
  .ba-style .header-nav .mit-logo {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    text-align: left;
    padding-right: 36px;
    border-right: solid 1px #e1e1e1;
  }
  .ba-style .header-nav .mit-logo .table-display {
    width: auto;
  }
  .ba-style .header-nav .mit-logo img {
    width: 100px;
  }
  .ba-style .header-nav .main-nav {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
  }
  .ba-style .header-nav .sub-main-nav {
    display: block;
  }
  .ba-style .header-nav .sub-main-nav .table-cell {
    padding: 5px 0;
    height: 85px;
  }
}
/**
 * Submenu bar.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .sub-menu-holder {
  position: relative;
  width: 100%;
  height: 43px;
}
.ba-style .sub-menu-inner {
  background-color: #fff;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.ba-style .sub-menu {
  width: 100%;
}
.ba-style .sub-menu ul,
.ba-style .sub-menu ol {
  padding: 0;
}
.ba-style .sub-menu ul li,
.ba-style .sub-menu ol li {
  padding-left: 0;
  background: none;
}
.ba-style .sub-menu .table-cell {
  height: 42px;
}
.ba-style .sub-menu a {
  font-size: 14px;
}
.ba-style .sub-menu ul li {
  padding: 0 20px;
}
.ba-style .sub-menu ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style .sub-menu ul li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style .sub-menu ul li a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .sub-menu ul li a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .sub-menu ul li a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .sub-menu ul li a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .sub-menu ul li a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .sub-menu ul li a.no-deco {
  text-decoration: none;
}
.ba-style .sub-menu .f-right {
  float: right;
}
@media only screen and (min-width: 768px) {
  .ba-style .sub-menu-inner {
    height: 42px;
    padding: 0;
  }
  .ba-style .sub-menu-inner.fixed {
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 100;
  }
  .ba-style .sub-menu ul li {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
  }
}
.sub-es__menu {
  margin-left: 55px;
}
@media only screen and (min-width: 1024px) {
  .ba-style .sub-menu-inner.fixed {
    top: 95px;
  }
  .ba-style .sub-menu ul li {
    padding: 0 30px;
  }
}
/**
 * Side menu bar.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .side-block {
  padding: 30px 0 0;
}
.ba-style .side-block .title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 12px;
  color: #e0001b;
}
.ba-style .side-block ul,
.ba-style .side-block ol {
  padding: 0;
}
.ba-style .side-block ul li,
.ba-style .side-block ol li {
  padding-left: 0;
  background: none;
}
.ba-style .side-block ul li {
  line-height: 1.3em;
  padding-bottom: 10px;
}
.ba-style .side-block ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style .side-block ul li a {
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #505050;
}
.ba-style .side-block ul li a:link {
  color: #505050;
  text-decoration: none;
  font-size: 13px;
}
.ba-style .side-block ul li a:visited {
  color: #505050;
  text-decoration: none;
}
.ba-style .side-block ul li a:hover {
  color: #061b2e;
  text-decoration: none;
}
.ba-style .side-block ul li a:active {
  color: #505050;
  text-decoration: none;
}
.ba-style .side-block ul li a.active {
  color: #061b2e;
  text-decoration: none;
  cursor: default;
}
.ba-style .side-block ul li a.no-deco {
  text-decoration: none;
}
.ba-style .side-block ul li a.active:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  padding-right: 5px;
}
@media only screen and (min-width: 768px) {
  .ba-style .side-block {
    padding: 0 0 30px;
  }
}
/**
 * Pager.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .list-pager {
  color: #919191;
}
.ba-style .list-pager ul,
.ba-style .list-pager ol {
  padding: 0;
}
.ba-style .list-pager ul li,
.ba-style .list-pager ol li {
  padding-left: 0;
  background: none;
}
.ba-style .list-pager ul li {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
}
.ba-style .list-pager ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style .list-pager ul li a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #505050;
}
.ba-style .list-pager ul li a:link {
  color: #505050;
  text-decoration: none;
  font-size: inherit;
}
.ba-style .list-pager ul li a:visited {
  color: #505050;
  text-decoration: none;
}
.ba-style .list-pager ul li a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style .list-pager ul li a:active {
  color: #505050;
  text-decoration: none;
}
.ba-style .list-pager ul li a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style .list-pager ul li a.no-deco {
  text-decoration: none;
}
.ba-style .list-pager.txt-right ul li {
  padding-left: 8px;
}
/**
 * Owl MIT Carousel.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .owl-carousel .owl-controls .owl-prev,
.ba-style .owl-carousel .owl-controls .owl-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 39px;
  margin-top: -18px;
  background-image: url(images/nav-arrws.png);
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -moz-transition: opacity 0.2s ease-out 0s;
  -ms-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.ba-style .owl-carousel .owl-controls .owl-prev span,
.ba-style .owl-carousel .owl-controls .owl-next span {
  display: none;
}
.ba-style .owl-carousel .owl-controls .owl-prev:hover,
.ba-style .owl-carousel .owl-controls .owl-next:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.ba-style .owl-carousel .owl-controls .owl-prev {
  left: 0;
  background-position: 10px 10px;
}
.ba-style .owl-carousel .owl-controls .owl-next {
  right: 0;
  background-position: -82px 10px;
}
.ba-style .owl-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 40px;
  text-align: center;
  line-height: 1em;
  width: 100%;
}
.ba-style .owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 16px;
  height: 16px;
  padding: 0 2px;
  background-image: url(images/nav-arrws.png);
  background-repeat: no-repeat;
  background-position: -42px -36px;
}
.ba-style .owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-position: 3px -36px;
}
.ba-style .owl-carousel p {
  padding: 0 35px;
}
.ba-style .owl-carousel .inline-list {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .ba-style .owl-carousel .owl-controls .owl-prev {
    left: 20px;
  }
  .ba-style .owl-carousel .owl-controls .owl-next {
    right: 20px;
  }
  .ba-style .inline-list ul li {
    padding-bottom: 0;
  }
}
/**
 * Resources component.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .resources {
  font-size: 14px;
}
.ba-style .resources .title {
  font-size: 14px;
  padding-bottom: 5px;
}
.ba-style .resources .item {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0 0 30px;
}
.ba-style .resources .item .inner {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  padding-left: 45px;
}
.ba-style .resources .item .inner:before {
  background-image: url(images/mit-icons.png);
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
}
.ba-style .resources .item .inner.case-study:before {
  background-position: -95px 0;
}
.ba-style .resources .item .inner.brochure:before {
  background-position: -139px 0;
}
.ba-style .resources .item .inner.report:before {
  background-position: -175px 0;
}
@media only screen and (min-width: 768px) {
  .ba-style .resources .item {
    padding: 0 30px 30px;
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
    width: 369px;
  }
}
@media only screen and (min-width: 1024px) {
  .ba-style .resources .item {
    width: 310px;
  }
}
/**
 * Outware Callout
 *
 * @author     Tom Stones <tom@tomstones.com.au>
 * @category   LESS/CSS
 */
.outwareCallout__image {
  float: left;
}
@media (max-width: 1024px) {
  .outwareCallout__image {
    float: none;
    display: none;
  }
}
@media (max-width: 768px) {
  .outwareCallout__image {
    display: block;
    margin: 0 auto;
    float: none;
  }
}
/**
 * Global forms.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .form-item {
  padding-bottom: 20px;
}
.ba-style #form-contact input[type="text"],
.ba-style #form-contact input[type="password"],
.ba-style #form-contact input[type="email"],
.ba-style #form-contact input[type="number"],
.ba-style #form-contact textarea,
.ba-style #form-contact select {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: inherit;
  width: 100%;
  border: none;
  background: #fff;
  font-size: 14px;
}
.ba-style #form-contact input[type="text"].bg-grey,
.ba-style #form-contact input[type="password"].bg-grey,
.ba-style #form-contact input[type="email"].bg-grey,
.ba-style #form-contact input[type="number"].bg-grey,
.ba-style #form-contact textarea.bg-grey,
.ba-style #form-contact select.bg-grey {
  background-color: #f1f1f1;
}
.ba-style #form-contact textarea {
  resize: none;
  height: 135px;
  padding: 20px;
}
.ba-style #form-contact input[type="text"],
.ba-style #form-contact input[type="password"],
.ba-style #form-contact input[type="email"],
.ba-style #form-contact input[type="number"],
.ba-style #form-contact select {
  height: 50px;
  padding: 0 20px;
}
.ba-style #form-contact input[type="checkbox"],
.ba-style #form-contact input[type="radio"] {
  /*display: none;	*/
}
.ba-style #form-contact input[type="checkbox"] + label,
.ba-style #form-contact input[type="radio"] + label {
  /*
        line-height: 19px;
        padding-left: 30px;
        background: url(images/check-box2.png) no-repeat left top;
        .inline-block();*/
}
.ba-style #form-contact input[type="checkbox"]:checked + label,
.ba-style #form-contact input[type="radio"]:checked + label {
  /*background-position: left -81px;	*/
}
.ba-style #form-contact input[type="checkbox"] + label {
  /*padding-top: 2px;*/
}
.ba-style #form-contact input[type="radio"] + label {
  /*background: url(images/radio-box2.png) no-repeat left top;*/
}
.ba-style #form-contact button {
  padding: 0;
  background: none;
}
.ba-style #form-contact button.active {
  cursor: default;
}
.ba-style #form-contact input,
.ba-style #form-contact select,
.ba-style #form-contact textarea,
.ba-style #form-contact button {
  border-radius: 0;
  outline: none;
  border: none;
}
.ba-style #form-contact input:focus,
.ba-style #form-contact select:focus,
.ba-style #form-contact textarea:focus,
.ba-style #form-contact button:focus {
  outline: none;
}
.ba-style #form-contact textarea,
.ba-style #form-contact input {
  outline: none;
}
/**
 * Domain forms.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .dom-search {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}
.ba-style .dom-search label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  color: #e0001b;
  width: 56px;
  text-align: right;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
}
.ba-style .dom-search label + input[type='text'] {
  padding: 0;
  text-indent: 56px;
}
.ba-style .dom-search input[type='text'] {
  width: 100%;
  border: none;
  z-index: 45;
  padding: 0 0 0 15px;
  font-size: 15px;
  height: 50px;
}
.ba-style .dom-search button.btn-submit {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 55;
  height: 50px;
  width: 50px;
  font-size: 21px;
  color: #fff;
  background-color: #e0001b;
  -webkit-transition: background-color 0.2s ease-out 0s;
  -moz-transition: background-color 0.2s ease-out 0s;
  -ms-transition: background-color 0.2s ease-out 0s;
  -o-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.ba-style .dom-search button.btn-submit:hover {
  background-color: #ff475d;
}
/**
 * Top bar search.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .sw-search input[type='text'] {
  border: none;
  border-left: 1px solid #fff;
  color: #fff;
  background: none;
  color: #ffffff;
  height: 20px;
  padding: 0 8px;
  width: 170px;
  font-size: 13px;
}
.ba-style .sw-search button {
  background: none;
  color: #e0001b;
  font-size: 16px;
  width: 20px;
}
.ba-style .sw-search button:hover {
  color: #ff475d;
}
/**
 * Contact forms.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style #form-contact input[type="text"],
.ba-style #form-contact input[type="password"],
.ba-style #form-contact input[type="email"],
.ba-style #form-contact input[type="number"],
.ba-style #form-contact textarea,
.ba-style #form-contact select {
  text-align: center;
}
.ba-style .form-tq {
  display: none;
}
/**
 * Marketo form styles.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.mktoForm button.mktoButton {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: -0.015em !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  margin: 0 !important;
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 25px !important;
  font-size: 15px !important;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background: #e0001b !important;
  -webkit-box-shadow: 5px 5px 0 0 #bb000d;
  -moz-box-shadow: 5px 5px 0 0 #bb000d;
  box-shadow: 5px 5px 0 0 #bb000d;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none !important;
  background-image: none;
}
.mktoForm button.mktoButton:link,
.mktoForm button.mktoButton:hover,
.mktoForm button.mktoButton:visited,
.mktoForm button.mktoButton:active,
.mktoForm button.mktoButton.active {
  color: #fff !important;
  text-decoration: none !important;
  border: none !important;
}
.mktoForm button.mktoButton:hover {
  background-color: #ff475d !important;
}
.ba-style #mktoForm_135 label[for="subscribed"] {
  font-weight: normal;
  display: inline;
  width: 90% !important;
}
.ba-style .mktoForm {
  width: 100% !important;
}
.ba-style .mktoForm .mktoFieldWrap {
  float: none;
}
.ba-style .mktoForm .mktoOffset,
.ba-style .mktoForm .mktoGutter,
.ba-style .mktoForm label {
  display: none;
}
.ba-style .mktoForm .mktoFormCol,
.ba-style .mktoForm .mktoFieldWrap,
.ba-style .mktoForm .mktoHtmlText {
  width: 100% !important;
  position: relative;
}
.ba-style .mktoForm .mktoFormCol {
  margin-bottom: 20px !important;
}
.ba-style .mktoForm input[type="text"],
.ba-style .mktoForm input[type="url"],
.ba-style .mktoForm input[type="tel"],
.ba-style .mktoForm input[type="password"],
.ba-style .mktoForm input[type="email"],
.ba-style .mktoForm input[type="number"],
.ba-style .mktoForm textarea,
.ba-style .mktoForm select {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
  width: 100% !important;
  border: none !important;
  background: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 20px !important;
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.ba-style .mktoForm input[type="text"].bg-grey,
.ba-style .mktoForm input[type="url"].bg-grey,
.ba-style .mktoForm input[type="tel"].bg-grey,
.ba-style .mktoForm input[type="password"].bg-grey,
.ba-style .mktoForm input[type="email"].bg-grey,
.ba-style .mktoForm input[type="number"].bg-grey,
.ba-style .mktoForm textarea.bg-grey,
.ba-style .mktoForm select.bg-grey {
  background-color: #f1f1f1;
}
.ba-style .mktoForm select.mktoField,
.ba-style .mktoForm textarea.mktoField {
  font-size: 14px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  left: 0;
}
.ba-style .mktoForm textarea.mktoField {
  resize: none;
  height: 135px !important;
  padding: 20px !important;
}
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.015em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  margin: 0;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  background-color: #e0001b;
  -webkit-box-shadow: 5px 5px 0 0 #bb000d;
  -moz-box-shadow: 5px 5px 0 0 #bb000d;
  box-shadow: 5px 5px 0 0 #bb000d;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-image: none;
}
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton:link,
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover,
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton:visited,
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton:active,
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton.active {
  color: #fff !important;
  text-decoration: none;
  border: none;
}
.ba-style .mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover {
  background-color: #ff475d;
}
.ba-style .mktoForm label[for="subscribed"] {
  display: block;
  font-weight: 700;
  padding-top: 0;
  text-transform: uppercase;
}
.ba-style .mktoForm .mktoCheckboxList {
  padding: 0;
  margin-top: -2px;
}
.ba-style .mktoForm .mktoButtonRow {
  width: 100%;
  text-align: center;
}
.ba-style .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
/**
 * layout helpers.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style a.anchor {
  display: block;
  position: relative;
  top: -95px;
  visibility: hidden;
}
.ba-style .inline-list ul,
.ba-style .inline-list ol {
  padding: 0;
}
.ba-style .inline-list ul li,
.ba-style .inline-list ol li {
  padding-left: 0;
  background: none;
}
.ba-style .inline-list ul li {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  padding-bottom: 30px;
}
.ba-style .inline-list ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style .inline-list.hPad-35 li {
  margin: 0 35px;
}
.ba-style .inline-list.hPad-25 li {
  margin: 0 25px;
}
.ba-style .inline-list.hPad-10 li {
  margin: 0 10px;
}
.ba-style .inline-list.hPadL-10 li {
  margin: 0 10px 0 0;
  padding: 0 0 15px;
}
.ba-style .inline-list.hPadL-10.no-pad li {
  padding-bottom: 0;
}
.ba-style .inline-list.hPadR-10 li {
  margin: 0 0 0 10px;
  padding: 0 0 15px;
}
.ba-style .inline-list.hPadR-10.no-pad li {
  padding-bottom: 0;
}
.ba-style .inline-list.no-pad li {
  padding: 0;
}
.ba-style .inline-list.cols-2 li {
  width: 100%;
}
.ba-style .serv-box {
  width: 165px;
  padding: 0 10px;
}
.ba-style .per-50 {
  width: 50%;
  float: left;
  height: inherit;
}
.ba-style .per-50.abs-h {
  float: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ba-style .per-50.abs-h > div {
  height: inherit;
  min-height: inherit;
}
.ba-style .abs-r {
  position: absolute;
  right: 0;
  top: 0;
}
.ba-style .bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.table-display {
  display: table;
  margin: 0 !important;
  width: inherit;
  height: inherit;
}
.table-display .table-cell {
  display: table-cell;
  vertical-align: middle;
  width: inherit;
  height: inherit;
}
/* later than ie8 */
.lt-ie8 .table-cell {
  display: inline-block;
}
.mobile.show {
  display: block;
}
.mobile.hide {
  display: none;
}
.tablet-portrait.show {
  display: block;
}
.tablet-portrait.hide {
  display: none;
}
@media only screen and (min-width: 768px) {
  .ba-style .inline-list {
    padding: 25px 0 10px;
  }
  .ba-style .inline-list.cols-2 li {
    width: 48%;
  }
  .ba-style .f-right {
    float: right !important;
  }
  .mobile.show {
    display: none;
  }
  .mobile.hide {
    display: block;
  }
  .mobile.hide.inline {
    display: inline-block;
    /* For IE 7 */
    zoom: 1;
    *display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .tablet-portrait.show {
    display: none;
  }
  .tablet-portrait.hide {
    display: block;
  }
}
/**
 * spacers helpers.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.ba-style .vPad-25 {
  padding: 25px 0;
}
.ba-style .vPad-40 {
  padding: 40px 0 25px;
}
.ba-style .vPad-big {
  padding: 95px 0;
}
.ba-style .no-pad {
  padding: 0;
}
.ba-style .top-pad {
  padding-top: 20px;
}
.ba-style .top-pad-sml {
  padding-top: 15px;
}
.ba-style .top-pad-mid {
  padding-top: 30px;
}
.ba-style .top-pad-none {
  padding-top: 0;
}
.ba-style .btm-pad-40 {
  padding-bottom: 40px;
}
.ba-style .btm-pad-mid {
  padding-bottom: 30px;
}
.ba-style .btm-pad {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .ba-style .tPad-40 {
    padding-top: 40px;
  }
  .ba-style .inner-pad-r {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
  }
}
@media only screen and (min-width: 1024px) {
  .ba-style .inner-pad-r {
    padding-right: 60px;
  }
}
/* components */
.ba-style {
  /*social-nav */
}
.ba-style .social-nav {
  font-size: 20px;
}
.ba-style .social-nav ul,
.ba-style .social-nav ol {
  padding: 0;
}
.ba-style .social-nav ul li,
.ba-style .social-nav ol li {
  padding-left: 0;
  background: none;
}
.ba-style .social-nav ul li {
  padding-left: 12px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  padding-bottom: 0;
}
.ba-style .social-nav ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.outware__awards {
  width: 100%;
}
/* components */
/* layout start */
.ba-style .main-banner {
  text-align: center;
  height: 400px;
  width: 100%;
}
.ba-style .main-banner .banner-bg {
  width: inherit;
  height: inherit;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ba-style .main-banner .title {
  color: #fff;
  padding-bottom: 35px;
}
/*sections*/
section .container {
  padding: 66px 0 50px;
}
section .container.btm-pad {
  padding: 0 0 50px;
}
.ba-style {
  /* home page product selection section */
}
.ba-style #site-select .sec-opts .tab {
  text-align: center;
}
.ba-style #site-select .sec-opts .tab button {
  color: inherit;
  font-weight: 300;
  background: none;
  width: 100%;
  height: 38px;
  font-size: 20px;
  line-height: 1.050em;
  border: none;
  outline: none;
}
.ba-style #site-select .prod-sec {
  text-align: center;
}
.ba-style #site-select .prod-sec .container {
  padding: 0 0 25px;
}
.ba-style #site-select .prod-sec .sec-title {
  padding: 12px 0;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 40px;
}
.ba-style #site-select .prod-sec .title {
  color: #061b2e;
  padding-bottom: 44px;
}
.ba-style #site-select .prod-sec a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #061b2e;
}
.ba-style #site-select .prod-sec a:link {
  color: #061b2e;
  text-decoration: none;
  font-size: inherit;
}
.ba-style #site-select .prod-sec a:visited {
  color: #061b2e;
  text-decoration: none;
}
.ba-style #site-select .prod-sec a:hover {
  color: #e0001b;
  text-decoration: none;
}
.ba-style #site-select .prod-sec a:active {
  color: #061b2e;
  text-decoration: none;
}
.ba-style #site-select .prod-sec a.active {
  color: #e0001b;
  text-decoration: none;
  cursor: default;
}
.ba-style #site-select .prod-sec a.no-deco {
  text-decoration: none;
}
.ba-style #site-select .prod-sec ul,
.ba-style #site-select .prod-sec ol {
  padding: 0;
}
.ba-style #site-select .prod-sec ul li,
.ba-style #site-select .prod-sec ol li {
  padding-left: 0;
  background: none;
}
.ba-style #site-select .prod-sec ul li {
  font-size: 16px;
  line-height: 1.125em;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 90px;
  padding: 0 12px 20px;
}
.ba-style #site-select .prod-sec ul li:before {
  content: "";
  padding: 0;
  position: relative;
}
.ba-style #site-select .prod-sec ul li a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.ba-style #site-select .prod-sec ul.wide li {
  width: 130px;
}
.ba-style #site-select .prod-sec.bg-blue .sec-title {
  border-bottom: 1px solid #fff;
}
.ba-style #site-select .prod-sec.bg-blue .title {
  color: #fff;
}
.ba-style #site-select .prod-sec.bg-blue a {
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  color: #fff;
}
.ba-style #site-select .prod-sec.bg-blue a:link {
  color: #fff;
  text-decoration: none;
  font-size: inherit;
}
.ba-style #site-select .prod-sec.bg-blue a:visited {
  color: #fff;
  text-decoration: none;
}
.ba-style #site-select .prod-sec.bg-blue a:hover {
  color: #fff;
  text-decoration: none;
}
.ba-style #site-select .prod-sec.bg-blue a:active {
  color: #fff;
  text-decoration: none;
}
.ba-style #site-select .prod-sec.bg-blue a.active {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.ba-style #site-select .prod-sec.bg-blue a.no-deco {
  text-decoration: none;
}
/* throwaway styles */
.dummy-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 295px;
}
.our-partners section .container .grid_half p img,
.our-work section .container .grid_half p img,
.testimonials section .container .grid_half p img {
  width: 100%;
}
testimonial__cite {
  display: block;
}
.testimonial__person,
.testimonial__position {
  display: block;
}
/**
 * Grids.
 *
 * @author     Adam tengku <adam@bang.com.au>
 * @category   LESS/CSS
 */
.container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.grid_full,
.grid_half,
.grid_quarter,
.grid_thirds,
.grid_fifth,
.grid_sixth {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.grid_full .alpha,
.grid_half .alpha,
.grid_quarter .alpha,
.grid_thirds .alpha,
.grid_fifth .alpha,
.grid_sixth .alpha {
  margin: 0;
}
.grid_full .omega,
.grid_half .omega,
.grid_quarter .omega,
.grid_thirds .omega,
.grid_fifth .omega,
.grid_sixth .omega {
  margin: 0;
}
.grid_full .grid_full,
.grid_half .grid_full,
.grid_quarter .grid_full,
.grid_thirds .grid_full,
.grid_fifth .grid_full,
.grid_sixth .grid_full,
.grid_full .grid_half,
.grid_half .grid_half,
.grid_quarter .grid_half,
.grid_thirds .grid_half,
.grid_fifth .grid_half,
.grid_sixth .grid_half,
.grid_full .grid_quarter,
.grid_half .grid_quarter,
.grid_quarter .grid_quarter,
.grid_thirds .grid_quarter,
.grid_fifth .grid_quarter,
.grid_sixth .grid_quarter,
.grid_full .grid_thirds,
.grid_half .grid_thirds,
.grid_quarter .grid_thirds,
.grid_thirds .grid_thirds,
.grid_fifth .grid_thirds,
.grid_sixth .grid_thirds,
.grid_full .grid_fifth,
.grid_half .grid_fifth,
.grid_quarter .grid_fifth,
.grid_thirds .grid_fifth,
.grid_fifth .grid_fifth,
.grid_sixth .grid_fifth,
.grid_full .grid_sixth,
.grid_half .grid_sixth,
.grid_quarter .grid_sixth,
.grid_thirds .grid_sixth,
.grid_fifth .grid_sixth,
.grid_sixth .grid_sixth {
  margin: 0;
}
.grid_full .img_width,
.grid_half .img_width,
.grid_quarter .img_width,
.grid_thirds .img_width,
.grid_fifth .img_width,
.grid_sixth .img_width {
  max-width: 100%;
}
.grid_full .img_center,
.grid_half .img_center,
.grid_quarter .img_center,
.grid_thirds .img_center,
.grid_fifth .img_center,
.grid_sixth .img_center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  div.grid_centered,
  .grid_centered {
    float: none;
    margin: 0 auto !important;
    clear: both;
  }
  .container {
    width: 768px;
  }
  .grid_full,
  .grid_half,
  .grid_quarter,
  .grid_thirds,
  .grid_fifth,
  .grid_sixth {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .grid_full .alpha,
  .grid_half .alpha,
  .grid_quarter .alpha,
  .grid_thirds .alpha,
  .grid_fifth .alpha,
  .grid_sixth .alpha,
  .grid_full.alpha,
  .grid_half.alpha,
  .grid_quarter.alpha,
  .grid_thirds.alpha,
  .grid_fifth.alpha,
  .grid_sixth.alpha {
    margin-left: 0;
    margin-right: 15px;
  }
  .grid_full .omega,
  .grid_half .omega,
  .grid_quarter .omega,
  .grid_thirds .omega,
  .grid_fifth .omega,
  .grid_sixth .omega,
  .grid_full.omega,
  .grid_half.omega,
  .grid_quarter.omega,
  .grid_thirds.omega,
  .grid_fifth.omega,
  .grid_sixth.omega {
    margin-left: 15px;
    margin-right: 0;
  }
  .grid_full,
  .grid_full.small {
    width: 738px;
  }
  .grid_half,
  .small .grid_half {
    width: 354px;
  }
  .grid_quarter,
  .small .grid_quarter {
    width: 162px;
  }
  .grid_quarter.three,
  .small .grid_quarter.three {
    width: 546px;
  }
  .grid_thirds,
  .small .grid_thirds {
    width: 226px;
  }
  .grid_thirds.two,
  .small .grid_thirds.two {
    width: 482px;
  }
  .grid_fifth {
    width: 123px;
  }
  .grid_fifth.four {
    width: 582px;
  }
  .grid_fifth.three {
    width: 429px;
  }
  .grid_fifth.two {
    width: 276px;
  }
  .grid_sixth {
    width: 108px;
  }
}
@media only screen and (min-width: 1024px) {
  .container {
    width: 984px;
  }
  .grid_full {
    width: 954px;
  }
  .grid_half {
    width: 462px;
  }
  .grid_quarter {
    width: 216px;
  }
  .grid_quarter.three {
    width: 708px;
  }
  .grid_thirds {
    width: 298px;
  }
  .grid_thirds.two {
    width: 626px;
  }
  .grid_fifth {
    width: 166px;
  }
  .grid_fifth.four {
    width: 754px;
  }
  .grid_fifth.three {
    width: 558px;
  }
  .grid_fifth.two {
    width: 362px;
  }
  .grid_sixth {
    width: 134px;
  }
}
@media only screen and (min-width: 768px) {
  .ba-style {
    /* home page product selection section */
  }
  .ba-style #site-select .prod-sec {
    display: none;
  }
  .ba-style #site-select .prod-sec.active {
    display: block;
  }
  .ba-style #site-select .prod-sec .container {
    padding: 42px 0 24px;
  }
}
/*# sourceMappingURL=bang.css.map */