@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.one-quarter, .half, .three-quarters, .full {
  float: left;
}

.one-quarter.main-column, .half.main-column, .three-quarters.main-column, .full.main-column {
  padding-right: 27px;
}

.one-quarter {
  width: 25%;
}

.half {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

.full {
  width: 100%;
}

.right {
  text-align: right;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .one-quarter, .three-quarters {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .half {
    width: 100%;
  }
}

@font-face {
  font-family: "ZawgyiOneWeb";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/burmese/zawgyi-one-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/burmese/zawgyi-one-webfont.woff") format("woff"), url("../fonts/burmese/zawgyi-one-webfont.ttf") format("truetype");
}

@font-face {
  font-family: 'ZawgyiOne';
  src: url("../fonts/burmese/ZawgyiOne.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tharlon';
  src: url("../fonts/burmese/Tharlon-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myanmar3Web';
  src: url("../fonts/burmese/mm3web.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myanmar3';
  src: url("../fonts/burmese/mm3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'mmrCensus';
  src: url("../fonts/burmese/mmrCensus.v5.minbe5.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ubuntu';
  src: url("../fonts/burmese/Ubuntu-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Padauk3';
  src: url("../fonts/burmese/Padauk3.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.burmese {
  font-family: 'ZawgyiOneWeb','Padauk3','Myanmar3Web','ubuntu', 'Myanmar3Web','mmrCensus','Tharlon', 'ZawgyiOne';
  text-rendering: optimizeLegibility;
}

.burmese h1 {
  line-height: 1.5em;
}

.burmese h2 {
  line-height: 1.4em;
}

.burmese h3 {
  line-height: 1.3em;
}

@font-face {
  font-family: "dibp-icons";
  src: url("../fonts/dibp-icons.eot?rw9sch");
  src: url("../fonts/dibp-icons.eot?#iefixrw9sch") format("embedded-opentype"), url("../fonts/dibp-icons.ttf?rw9sch") format("truetype"), url("../fonts/dibp-icons.woff?rw9sch") format("woff"), url("../fonts/dibp-icons.svg?rw9sch#dibp-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: "dibp-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-location2:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-location:before {
  content: "";
}

.icon-chevron-thin-down:before {
  content: "";
}

.icon-chevron-thin-left:before {
  content: "";
}

.icon-chevron-thin-right:before {
  content: "";
}

.icon-chevron-thin-up:before {
  content: "";
}

.icon-home3:before {
  content: "";
}

.icon-link:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-file-pdf:before {
  content: "";
}

.icon-file-word:before {
  content: "";
}

.icon-file-excel:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-cross2:before {
  content: "";
}

.promo-box {
  display: table;
  background: #00657f;
  color: #fff;
  overflow: hidden;
  margin-bottom: 27px;
  background-repeat: no-repeat;
  background-position: right center;
}

.promo-box.life-in-cambodia {
  background-image: url(/images/lic/yellow-bar.png);
}

.promo-box.life-in-cambodia .promo-box__image img {
  max-width: 200px;
}

.promo-box--blue-theme {
  background-color: #0075c0;
}

.promo-box--blue-theme a {
  color: #fff;
  text-decoration: underline;
}

.promo-box--blue-theme a:hover, .promo-box--blue-theme a:focus {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .promo-box {
    background-position: right bottom;
  }
}

.promo-box__content {
  display: table-cell;
  width: 60%;
  padding: 27px;
  font-size: .9em;
}

@media only screen and (max-width: 1000px) {
  .promo-box__content {
    display: block;
    width: 100%;
    margin-bottom: 27px;
  }
}

.promo-box__image {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 40%;
  padding: 1em 5em 1em 2em;
}

.promo-box__image--full-coverage {
  padding: 0;
}

.promo-box__image--full-coverage img {
  margin-bottom: -5px;
}

@media only screen and (max-width: 1000px) {
  .promo-box__image {
    display: block;
    width: 100%;
  }
}

.promo-box__image img {
  max-width: 100%;
  width: 100%;
}

.promo-box p:first-child {
  font-size: 1.25em;
  font-weight: bold;
}

/* START FLOATL */
.floatl {
  position: relative;
}

.floatl--focused .floatl__label {
  color: #2a8dea;
}

.floatl--active .floatl__label {
  opacity: 1;
  visibility: visible;
  top: 1px;
  background-color: white;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), color-stop(80%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 80%, rgba(255, 255, 255, 0) 100%);
}

.floatl--active .floatl__input {
  padding: 17px 10px 5px 10px;
}

.floatl__label {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: inline-block;
  top: 9px;
  left: 6px;
  padding: 5px 5px 3px 5px;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
  color: #666666;
}

.floatl__input {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-top: 0;
  margin-left: 0;
  padding: 11px 8px;
  font-size: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}

.floatl__input::-moz-selection {
  color: white;
  background-color: #2a8dea;
}

.floatl__input::selection {
  color: white;
  background-color: #2a8dea;
}

.floatl__input:focus {
  border-color: #2a8dea;
}

input.floatl__input {
  height: 42px;
}

/* END FLOATL */
.header-content {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 1.6785em;
}

.header-content.osb-header {
  padding-top: 2.3em;
}

.header-content--has-banner {
  min-height: 265px;
}

.header-content--has-banner .header-content__search {
  position: absolute;
  top: 290px;
  right: 0;
}

.flexbox .header-content__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.no-flexbox .header-content__wrapper > * {
  display: inline-block;
}

.header-content__menu-button {
  display: none;
}

.no-flexbox .header-content__menu-button {
  display: none !important;
}

.header-content__language-help {
  font-size: 1em;
  padding-right: 1.625rem;
  text-align: right;
}

.header-content__language-help a:hover {
  text-decoration: none;
}

.header-content__logo {
  width: 25%;
  margin-right: 27px;
}

.header-content__logo__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 27px;
  margin-bottom: 26px;
  font-size: 2em;
  font-weight: bold;
}

.header-content__logo__title.osb-title {
  margin-left: 500px;
}

.header-content__logo.dual-logo {
  position: absolute;
  left: -5.9em;
  display: block;
  width: auto;
  margin-right: 0px;
  bottom: 0px;
}

.header-content__logo.dual-logo img {
  display: inline-block;
  position: relative;
  left: auto;
  bottom: 0px;
  padding-top: 0px;
  width: auto;
}

.header-content__logo.dual-logo a {
  position: relative;
  background-color: #e8e8e8;
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
}

.header-content__logo img {
  display: inline-block;
  position: relative;
  left: -6.2em;
  background-color: #e8e8e8;
  padding-top: 12px;
  width: 300px;
}

.header-content__logo a:link, .header-content__logo a:visited {
  text-decoration: none;
}

.header-content__logo a:link:hover, .header-content__logo a:link:focus, .header-content__logo a:visited:hover, .header-content__logo a:visited:focus {
  text-decoration: none;
}

.header-content__search {
  display: inline-block;
  position: relative;
  padding-bottom: 28px;
}

.no-flexbox .header-content__search {
  float: right;
  margin-top: 60px;
  padding-bottom: 0;
}

.header-content__search .search-button {
  position: absolute;
  right: 0;
  color: #222;
  padding: 9px;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.header-content__search .search-button:hover, .header-content__search .search-button:focus {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.header-content__search input {
  background: #fefefe;
  font-size: 0.9em;
  padding: .5em 2.5em .5em .5em;
  width: 330px;
  border: 1px solid #ababab;
  color: #444;
  float: right;
}

.header-content__search .twitter-typeahead {
  margin-left: 1em;
  float: right;
}

.header-content__search .twitter-typeahead .tt-hint {
  color: #999;
}

.header-content__search .twitter-typeahead .tt-dataset-job-group {
  border-top: 25px solid #017f8f;
}

.header-content__search .twitter-typeahead .tt-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  max-height: 250px;
  overflow-y: auto;
}

.header-content__search .twitter-typeahead .tt-suggestion {
  border-bottom: 1px solid #dedede;
}

.header-content__search .twitter-typeahead .tt-suggestion:first-child {
  border-top: 1px solid #dedede;
}

.header-content__search .twitter-typeahead .tt-suggestion a {
  color: #000;
  display: block;
  padding: 5px 7px;
  line-height: 28px;
}

.header-content__search .twitter-typeahead .tt-suggestion a:hover, .header-content__search .twitter-typeahead .tt-suggestion a:focus {
  background-color: #0F65C8;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.header-content__search .twitter-typeahead .tt-selectable .tt-cursor {
  background-color: #017f8f;
  color: #fff;
  cursor: pointer;
}

.header-content__search .empty-message {
  padding: 10px 7px;
}

.header-content__links {
  font-size: 0.75em;
  padding: 0 .5em 0 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .header-content__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-content__logo {
    width: 100%;
    margin-right: 0;
  }
  .header-content__logo.dual-logo {
    position: relative;
    left: auto;
    display: block;
  }
  .header-content__logo.dual-logo img {
    padding-top: 0;
    left: -5.8em;
    max-height: 80px;
    width: auto;
  }
  .header-content__logo img {
    padding-top: 0;
    left: -5.4em;
    max-height: 75px;
    width: auto;
  }
  .header-content__logo img.border-force-logo {
    padding-top: 5px;
    left: -4.9em;
    max-height: 70px;
    width: auto;
  }
  .header-content__logo__title.osb-title {
    margin-left: 0px;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 1125px) and (min-width: 1025px) {
  .header-content__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-content__logo__title.osb-title {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  .header-content__banner > img {
    position: static;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
  }
  .header-content--has-banner {
    min-height: 1px;
  }
  .header-content--has-banner .header-content__search {
    position: absolute;
    top: 27px;
    right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .header-content__logo, .header-content__search, .header-content__logo__title, .header-content__search input, .header-content__search .twitter-typeahead {
    width: 100%;
  }
  .header-content {
    padding: 0;
  }
  .header-content__banner > img {
    position: static;
    top: auto;
    right: auto;
    max-width: 100%;
    width: 100%;
  }
  .header-content--has-banner {
    min-height: 1px;
  }
  .header-content--has-banner .header-content__search {
    position: relative;
    top: auto;
  }
  .header-content__wrapper {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-content__logo img {
    padding-top: 0;
    left: 0;
    max-height: 75px;
    width: auto;
  }
  .header-content__logo__title.osb-title {
    margin-left: 0px;
    margin-right: 32px;
  }
  .header-content__logo.dual-logo {
    position: relative;
    left: auto;
    display: block;
  }
  .header-content__logo.dual-logo img {
    padding-top: 0;
    left: 0;
    max-height: 75px;
    width: auto;
  }
  .header-content__logo.dual-logo img.border-force-logo {
    padding-top: 0;
    left: 0;
    max-height: 65px;
    width: auto;
  }
  .header-content__menu-button {
    display: block;
    position: absolute;
    text-align: center;
    top: 5px;
    right: 0;
  }
  .header-content__menu-button [class^="icon-"], .header-content__menu-button [class*=" icon-"] {
    font-size: 50px;
    color: #000;
  }
  .header-content__menu-button [class^="icon-"]:hover, .header-content__menu-button [class^="icon-"]:focus, .header-content__menu-button [class*=" icon-"]:hover, .header-content__menu-button [class*=" icon-"]:focus {
    text-decoration: none;
  }
  .header-content__menu-button__title {
    font-family: 'Open Sans',padauk,Yunghkio,Myanmar3,'Masterpiece Uni Sans',sans-serif;
    font-size: 18px;
    display: block;
    margin-top: -7px;
  }
}

@media only screen and (max-width: 768px) {
  .header-content__logo__title {
    margin-top: 18px;
    margin-bottom: 19px;
  }
  .header-content__search input {
    font-size: 0.8em;
  }
  .one-quarter > div {
    position: inherit !important;
  }
}

.header-content__banner.compat-object-fit {
  position: absolute;
  top: 27px;
  right: 0;
  max-width: 80%;
  width: 80%;
  background-size: cover;
  background-position: 53% center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1201px) {
  .header-content__banner.compat-object-fit {
    position: static;
    max-width: 100%;
    width: 100%;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 400px) {
  .header-content__banner.compat-object-fit {
    background-size: auto 75%;
  }
}

.header-content__banner.compat-object-fit > img {
  opacity: 0;
}

.header-content__banner > img {
  height: 200px;
}

.header-content__logo.dual-logo {
  position: absolute;
  left: -5.9em;
  display: block;
  width: auto;
  margin-right: 0px;
  bottom: 0px;
}

.header-content__logo.dual-logo img {
  display: inline-block;
  position: relative;
  left: auto;
  bottom: 0px;
  padding-top: 0px;
  width: auto;
}

.header-content__logo.dual-logo a {
  position: relative;
  background-color: #e8e8e8;
  padding-top: 15px;
  padding-bottom: 10px;
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .header-content__logo.dual-logo {
    position: relative;
    left: auto;
    display: block;
    margin-bottom: 25px;
  }
  .header-content__logo.dual-logo img {
    padding-top: 0;
    left: -5.8em;
    max-height: 80px;
    width: auto;
  }
  .header-content__logo__title.osb-title {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-content__logo__title.osb-title {
    display: none;
  }
  .header-content__search {
    padding-top: 20px;
  }
}

.header-content__logo__title.osb-title {
  margin-left: 500px;
}

.header-content--mobile {
  background: -webkit-gradient(linear, left top, right top, from(#052241), to(#024ca2));
  background: linear-gradient(to right, #052241 0%, #024ca2 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #052241), color-stop(100%, #024ca2));
  background: -webkit-linear-gradient(left, #052241 0%, #024ca2 100%);
  background: -ms-linear-gradient(left, #052241 0%, #024ca2 100%);
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.5);
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  padding: 15px 30px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.header-content--mobile .header-content--mobile__logo img {
  width: 180px;
}

.header-content--mobile .header-content__menu-button {
  background-color: transparent;
  border: 0;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  outline: none;
}

.header-content--mobile .header-content__menu-button-bars {
  position: relative;
  height: 16px;
  width: 22px;
}

.header-content--mobile .header-content__menu-button-bars__bar {
  background-color: #fff;
  border-radius: 5px;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transform-origin: 1px 1px;
          transform-origin: 1px 1px;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-content--mobile .header-content__menu-button-bars__bar:first-child {
  top: 0;
}

.header-content--mobile .header-content__menu-button-bars__bar:nth-child(2) {
  top: 7px;
}

.header-content--mobile .header-content__menu-button-bars__bar:last-child {
  top: 14px;
}

.header-content--mobile .header-content__menu-button.open .header-content__menu-button-bars__bar:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header-content--mobile .header-content__menu-button.open .header-content__menu-button-bars__bar:nth-child(2) {
  opacity: 0;
}

.header-content--mobile .header-content__menu-button.open .header-content__menu-button-bars__bar:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header-content--mobile .header-content__menu-button__title {
  color: #fff;
  font-size: 14px;
  line-height: 13px;
  margin-top: 2px;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .header-content__logo.dual-logo {
    margin-top: 80px;
  }
  .header-content__logo.dual-logo a {
    padding: 0;
  }
  .header-content__logo.dual-logo .border-force-logo img {
    left: 0;
  }
  .header-content__logo.dual-logo .border-force-logo img:first-child {
    display: none;
  }
  .header-content--mobile {
    display: block;
  }
  .side-bar.osb {
    position: fixed !important;
    top: -160px !important;
    opacity: 0 !important;
    -webkit-transition: top .4s ease-in-out, opacity .4s ease-in-out;
    transition: top .4s ease-in-out, opacity .4s ease-in-out;
  }
  .side-bar.osb.open {
    top: 77px !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 560px) {
  .header-content--mobile {
    padding: 15px 16px;
  }
  .header-content__logo__title {
    font-size: 1.75rem;
  }
  .header-content__menu-button {
    right: 16px !important;
  }
}

.footer-content {
  text-align: center;
}

.footer-content__links {
  display: inline-block;
  padding: 0 91px;
  margin: 0 0 1em 0;
  list-style-type: none;
  overflow: hidden;
}

.footer-content__links li {
  float: left;
  padding: 1em;
}

.footer-content__links li a {
  font-size: .9em;
}

@media only screen and (max-width: 1024px) {
  .footer-content__links {
    padding: 0 23px;
  }
  .footer-content__links li {
    padding: 0.3em 0;
    width: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .footer-content__links li {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 560px) {
  .footer-content__links {
    padding: 0 18px;
  }
}

.side-bar {
  width: 25%;
  float: left;
  overflow: hidden;
  background: white;
}

.full-width .side-bar {
  width: 100%;
  background: transparent;
}

.side-bar ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar .side-bar__menu .collapsed > ul {
  display: none;
}

.side-bar .side-bar__menu .collapsed .menu-toggle:after {
  content: "";
}

.side-bar .side-bar__menu .side-bar-bg__mid-blue > a:first-child {
  background-color: #0f7ac2;
  border-left-color: #0d6baa;
}

.side-bar .side-bar__menu .side-bar-bg__mid-blue .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__mid-blue .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__mid-blue .hover {
  background-color: #c5e8fb;
}

.side-bar .side-bar__menu .side-bar-bg__green > a:first-child {
  background-color: #338640;
  border-left-color: #2c7437;
}

.side-bar .side-bar__menu .side-bar-bg__green .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__green .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__green .hover {
  background-color: #c1dbc2;
}

.side-bar .side-bar__menu .side-bar-bg__purple > a:first-child {
  background-color: #80276b;
  border-left-color: #6c215b;
}

.side-bar .side-bar__menu .side-bar-bg__purple .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__purple .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__purple .hover {
  background-color: #e7d7e4;
}

.side-bar .side-bar__menu .side-bar-bg__dark-grey > a:first-child {
  background-color: #5e6770;
  border-left-color: #525a62;
}

.side-bar .side-bar__menu .side-bar-bg__dark-grey .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__dark-grey .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__dark-grey .hover {
  background-color: #bfd0e0;
}

.side-bar .side-bar__menu .side-bar-bg__mid-teal > a:first-child {
  background-color: #215968;
  border-left-color: #1b4855;
}

.side-bar .side-bar__menu .side-bar-bg__mid-teal .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__mid-teal .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__mid-teal .hover {
  background-color: #D3DEE1;
}

.side-bar .side-bar__menu .side-bar-bg__gold > a:first-child {
  background-color: #966e24;
  border-left-color: #815f1f;
}

.side-bar .side-bar__menu .side-bar-bg__gold .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__gold .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__gold .hover {
  background-color: #092e5a;
}

.side-bar .side-bar__menu .side-bar-bg__navy-blue > a:first-child {
  background-color: #072243;
  border-left-color: #05162c;
}

.side-bar .side-bar__menu .side-bar-bg__navy-blue .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__navy-blue .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__navy-blue .hover {
  background-color: #092e5a;
}

.side-bar .side-bar__menu .side-bar-bg__red > a:first-child {
  background-color: #ad1a1f;
  border-left-color: #97171b;
}

.side-bar .side-bar__menu .side-bar-bg__red .sub-menu li a:hover, .side-bar .side-bar__menu .side-bar-bg__red .sub-menu li > a:focus:first-of-type, .side-bar .side-bar__menu .side-bar-bg__red .hover {
  background-color: #c31d23;
}

.side-bar .side-bar__menu .side-bar-bg__mid-blue .sub-menu li a, .side-bar .side-bar__menu .side-bar-bg__green .sub-menu li a, .side-bar .side-bar__menu .side-bar-bg__purple .sub-menu li a, .side-bar .side-bar__menu .side-bar-bg__dark-grey .sub-menu li a, .side-bar .side-bar__menu .side-bar-bg__mid-teal .sub-menu li a, .side-bar .side-bar__menu .side-bar-bg__gold .sub-menu li a {
  transition-property: color, background;
  transition-duration: 0.1s, 0.2s;
  transition-timing-function: linear, ease-in;
  -webkit-transition-property: color, background;
  -webkit-transition-duration: 0.1s, 0.2s;
  -webkit-transition-timing-function: linear, ease-in;
}

.side-bar .side-bar__menu .side-bar-bg__mid-blue .sub-menu li a:hover.icon-, .side-bar .side-bar__menu .side-bar-bg__green .sub-menu li a:hover.icon-, .side-bar .side-bar__menu .side-bar-bg__purple .sub-menu li a:hover.icon-, .side-bar .side-bar__menu .side-bar-bg__dark-grey .sub-menu li a:hover.icon-, .side-bar .side-bar__menu .side-bar-bg__mid-teal .sub-menu li a:hover.icon-, .side-bar .side-bar__menu .side-bar-bg__gold .sub-menu li a:hover.icon- {
  background-color: transparent;
  -webkit-animation: bounce 1s 0.2s;
          animation: bounce 1s 0.2s;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.side-bar .side-bar__menu li {
  position: relative;
}

.side-bar .side-bar__menu li .menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  background-color: transparent;
  text-align: center;
  border-left: 0;
  padding: 1.2em 27px 1em 27px -10;
}

.side-bar .side-bar__menu li .menu-toggle:after {
  content: "";
  width: 1em;
  display: inline-block;
}

.side-bar .side-bar__menu > li {
  font-weight: bold;
}

.full-width .side-bar .side-bar__menu > li {
  display: block;
  float: left;
}

.full-width .side-bar .side-bar__menu > li:first-child {
  margin-left: 0;
}

.side-bar .side-bar__menu > li > a {
  color: white;
  display: block;
  width: 100%;
  padding: 1em 35px 1em 22px;
  border-left: 8px solid transparent;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  font-weight: bold;
}

.side-bar .side-bar__menu > li > a:hover, .side-bar .side-bar__menu > li > a:focus {
  text-decoration: underline;
}

.side-bar .side-bar__menu > li > a:hover.icon- {
  -webkit-animation: bounce 1s 0.5s;
          animation: bounce 1s 0.5s;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.side-bar .side-bar__menu > li > a > a {
  font-weight: bold;
}

.side-bar .side-bar__menu > li > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.side-bar .side-bar__menu .sub-menu .collapsed a {
  font-weight: normal;
}

.side-bar .side-bar__menu .sub-menu a {
  display: block;
  padding: 0.75em 1em 0.75em 1.75em;
  color: #222222;
  font-weight: bold;
}

.side-bar .side-bar__menu .sub-menu a.toggle {
  padding: 0.75em 35px 0.75em 1.75em;
}

.side-bar .side-bar__menu .sub-menu a.menu-toggle {
  padding: 0.75em 27px;
}

.side-bar .side-bar__menu .sub-menu a:hover, .side-bar .side-bar__menu .sub-menu a:focus {
  text-decoration: underline;
}

.side-bar .side-bar__menu .child-menu a {
  padding-left: 3em;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.7;
  }
  60% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.7;
  }
  60% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@media only screen and (max-width: 1200px) {
  .full-width .side-bar .side-bar__menu > li {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .side-bar {
    display: block !important;
  }
}

@media only screen and (max-width: 1024px) {
  .side-bar {
    position: absolute;
    left: 0;
    width: 100%;
    top: -800px;
    z-index: 1;
    opacity: 0.8;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 0.5em;
    background-color: #e8e8e8;
  }
  .side-bar__wrapper {
    background-color: white;
  }
  .side-bar.open {
    opacity: 1;
    top: 100px;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.5);
  }
  .full-width .side-bar .side-bar__menu > li {
    width: 100%;
  }
  .full-width .side-bar {
    background-color: #e8e8e8;
    position: static;
    opacity: 1;
    padding: 0;
    width: auto;
  }
}

@media only screen and (max-width: 800px) {
  .full-width .side-bar .side-bar__menu > li {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .side-bar.open {
    top: 92px;
  }
}

.breadcrumbs {
  margin-top: -27px;
}

.breadcrumbs__list {
  padding: 1em 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
}

.breadcrumbs__list li {
  display: inline;
  font-family: 'dibp-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.breadcrumbs__list li a {
  line-height: 1.7em;
  font-family: 'Open Sans',padauk,Yunghkio,Myanmar3,'Masterpiece Uni Sans',sans-serif;
}

.breadcrumbs__list li:before {
  color: #2377D6;
  padding-right: 5px;
}

.breadcrumbs__list li:first-child:before {
  content: "";
}

.breadcrumbs__list li:not(:first-child):before {
  content: "";
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs__list li {
    font-size: 0.9em;
  }
}

/*	Remodal - v1.0.3
 *	Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *	http://vodkabears.github.io/remodal/
 *
 *	Made by Ilya Makarov
 *	Under MIT License
 *
 * ==========================================================================
 * Remodal's default mobile first theme
 * ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.6);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation: remodal-overlay-opening-keyframes 0.3s;
  animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation: remodal-overlay-closing-keyframes 0.3s;
  animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 25px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: white;
  vertical-align: middle;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation: remodal-opening-keyframes 0.3s;
  animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
  -webkit-animation: remodal-closing-keyframes 0.3s;
  animation: remodal-closing-keyframes 0.3s;
}

.remodal h2 {
  margin-bottom: 15px;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: white;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: white;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
 * ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
 * ========================================================================== */
@media only screen and (min-width: 640px) {
  .remodal {
    max-width: 620px;
  }
}

/* IE8
 * ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 620px;
}

#map {
  min-height: 500px;
  width: 100%;
}

.cartomap {
  width: 100%;
  margin: 0 auto;
}

.cartomap .cartomap_wrapper {
  position: relative;
  height: 600px;
}

.cartomap .cartomap__canvas_wrapper {
  height: 500px;
  z-index: 200;
  width: 100%;
  background: white;
  position: absolute;
}

.cartomap .cartomap__canvas_wrapper .cartomap_table_title {
  color: white;
  padding: 0px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.4em 1em;
  background: #5e6770;
  margin-bottom: 0px;
}

.cartomap .cartomap__canvas {
  height: 500px;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0px solid;
  /*margin-bottom: 2em;*/
}

.cartomap .cartomap__canvas.valid {
  border: 1px solid #338640;
}

.cartomap .cartomap__canvas.invalid {
  border: 1px solid #ad1a1f;
}

.cartomap .cartomap__table {
  /*display:none;*/
  position: absolute;
  z-index: 100;
  background: white;
  min-height: 100%;
  width: 100%;
}

.cartomap .cartomap__table .wrapper {
  border: 1px solid #b7b7b7;
  padding: 1em;
  height: 500px;
  position: relative;
  overflow: auto;
}

.cartomap .cartomap__table .wrapper .cartomap__loadingpostcodes {
  display: block;
  width: 100px;
  border: 0px !important;
  text-align: center;
  position: relative;
  padding: 0px;
  margin: 0 auto;
}

.cartomap .cartomap__table .wrapper .cartomap__loadingpostcodes i {
  clear: both !important;
  display: inline-block !important;
  float: none !important;
}

.cartomap .cartomap__table .wrapper .table {
  width: 100%;
  margin: -1em auto;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit {
  float: left;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.header {
  font-weight: bold;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.header > div {
  height: 45px;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.header .inner {
  padding: 12px 10px !important;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit:last-child {
  border-bottom: 0px;
}

@media only screen and (max-width: 640px) {
  .cartomap .cartomap__table .wrapper .table .postcode_unit {
    width: 100%;
  }
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.hide {
  display: none;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit .inner {
  padding: 20px 10px;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit .clear-both {
  float: none;
  clear: both;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit .territory {
  width: 50%;
  float: left;
  text-align: left;
  border-right: 1px dotted #e8e8e8;
  white-space: nowrap;
  overflow: hidden;
  height: 60px;
  text-overflow: ellipsis;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit .value {
  width: 50%;
  height: 60px;
  overflow: hidden;
  float: left;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit:nth-child(odd) {
  /*border-right: 2px solid $page-background;*/
}

@media only screen and (max-width: 640px) {
  .cartomap .cartomap__table .wrapper .table .postcode_unit:nth-child(odd) {
    /*border-right: 0px;*/
  }
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.show {
  width: 100%;
  border: 0px;
  color: #338640;
  margin-top: 1em;
  font-weight: bold;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.show .territory {
  border: 0px;
}

.cartomap .cartomap__table .wrapper .table .postcode_unit.show .value {
  border: 0px;
}

.cartomap .cartomap__table .cartomap_table_title {
  color: white;
  padding: 0px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.4em 1em;
  background: #5e6770;
  margin-bottom: 0px;
}

.cartomap .cartomap__searchform {
  padding: 1em 0px 0px;
}

.cartomap .cartomap__searchform .cartomap__searchbox, .cartomap .cartomap__searchform .cartomap__button {
  border: 1px solid #b7b7b7;
  font-size: 1em;
  line-height: inherit;
  padding: 1em 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .cartomap .cartomap__searchform {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cartomap .cartomap__searchform .cartomap__wrapper-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cartomap .cartomap__searchform .cartomap__wrapper-top .cartomap__button {
  width: 33.33%;
}

.cartomap .cartomap__searchform .cartomap__wrapper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
}

.cartomap .cartomap__searchform .cartomap__wrapper-bottom .cartomap__button {
  width: 50%;
}

.cartomap .cartomap__searchform .cartomap__searchbox {
  padding: 1em 0;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset;
  border-right: 0px;
}

@media only screen and (max-width: 640px) {
  .cartomap .cartomap__searchform .cartomap__searchbox {
    margin-bottom: -1px;
    border-right: 1px solid #b7b7b7;
  }
}

.cartomap .cartomap__searchform .cartomap__searchbox:focus, .cartomap .cartomap__searchform .cartomap__searchbox:active {
  outline: 0px;
}

.cartomap .cartomap__searchform .cartomap__button {
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  float: left;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1em 10px;
}

.cartomap .cartomap__searchform .cartomap__button span {
  margin-left: 0.3em;
}

@media only screen and (max-width: 400px) {
  .cartomap .cartomap__searchform .cartomap__button span {
    display: none;
  }
}

.cartomap .cartomap__searchform .cartomap__button:hover, .cartomap .cartomap__searchform .cartomap__button:focus, .cartomap .cartomap__searchform .cartomap__button:active {
  background: #fff;
  outline: 0px;
}

.cartomap .cartomap__searchform .cartomap__button.active {
  background: #e8e8e8;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
  opacity: 0.9;
  cursor: default;
}

.cartomap .cartomap__searchform .cartomap__button.active:focus {
  background: #fff;
}

.cartomap .cartomap__searchform .merge-left-border {
  border-left: 0px;
}

.cartomap .cartomap__searching, .cartomap .cartomap__loadingpostcodes {
  position: absolute;
  left: 0px;
  right: -2px;
  top: 0px;
  bottom: 0px;
  font-size: 1em;
  padding: 0.7em 1.5%;
  border: 1px solid #b7b7b7;
  display: none;
  text-align: center;
  background: white;
}

.cartomap .cartomap__searching .processing, .cartomap .cartomap__loadingpostcodes .processing {
  background: transparent url("/Assets/images/loader.gif") no-repeat scroll center center/100% auto;
  display: inline-block;
  height: 2em;
  margin-bottom: -0.7em;
  margin-left: 0;
  opacity: 0.3;
  width: 2em;
}

.cartomap .cartomap__searching span, .cartomap .cartomap__loadingpostcodes span {
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
  text-transform: uppercase;
  margin-left: 0.5em;
  opacity: 0.8;
}

.cartomap .cartomap__cancel {
  float: right;
  position: absolute;
  right: 1em;
  top: 1.15em;
  color: black;
  display: none;
}

.cartomap .cartomap__cancel:focus {
  outline: 0px;
}

.cartomap .cartomap__cancel span {
  display: none;
}

.cartomap .cartomap__search-result {
  color: white;
  padding: 0px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cartomap .cartomap__search-result a {
  top: 0.5em;
  color: white;
}

.cartomap .cartomap__search-result a:focus {
  text-decoration: none;
}

.cartomap .cartomap__search-result.valid {
  padding: 0.4em 1em;
  background: #338640;
}

.cartomap .cartomap__search-result.invalid {
  padding: 0.4em 1em;
  background: #ad1a1f;
}

.cartomap .clear-float {
  clear: both;
}

.cartomap .clear-both {
  clear: both;
}

.cartomap_admin .processing {
  display: inline-block;
  background: url("/Assets/images/loader.gif") no-repeat center;
  background-size: 100%;
  width: 2em;
  height: 2em;
  opacity: 0.3;
  margin-left: 1em;
}

.cartomap_admin .small_text {
  font-size: 0.7em;
  display: block;
  opacity: 0.6;
  float: none !important;
}

.cartomap_admin .fields input {
  width: 40%;
}

.cartomap_admin .fields input:last-child {
  margin-left: 5px;
}

.cartomap_admin .centered {
  text-align: center;
}

.cartomap_admin .geocode {
  min-height: 1px;
  text-align: right;
}

.cartomap_admin .geocode a {
  cursor: pointer;
}

.cartomap_admin .geocode .small_text {
  text-align: right;
}

.cartomap_admin .geocode .geocode_action {
  text-align: right;
  width: 100%;
  display: block;
  padding-top: 5px;
  font-size: 0.8em;
}

.cartomap_admin .geocode .geocode_action a {
  display: inline-block;
  padding: 0 5px;
}

.cartomap_admin form {
  padding: 1em 0;
}

.cartomap_admin form .from_wrapper {
  padding: 2em 1em;
  background: #f8f8f8;
  border: 1px solid #b7b7b7;
}

.cartomap_admin form .from_wrapper input, .cartomap_admin form .from_wrapper select {
  width: 100%;
  margin-bottom: 1em;
}

.cartomap_admin form .from_wrapper input, .cartomap_admin form .from_wrapper select, .cartomap_admin form .from_wrapper button {
  border: 1px solid #b7b7b7;
  padding: 0.5em;
}

.cartomap_admin form .from_wrapper select {
  cursor: pointer;
}

.cartomap_admin form .from_wrapper .last_postcode {
  display: none;
}

.cartomap_admin form .cartomap__loadingadminform {
  display: none;
  text-align: center;
}

.cartomap_admin form .cartomap__loadingadminform i {
  float: none;
}

.cartomap_admin form .cartomap__loadingadminform span {
  display: block;
}

.cartomap_admin .postcode_table {
  margin: 1em 0px;
  border: 1px solid #b7b7b7;
  padding: 1em;
  font-size: 0.9em;
  max-height: 500px;
  overflow: auto;
}

.cartomap_admin .postcode_table .filter_box {
  border: 0px;
  border-bottom: 1px solid #b7b7b7;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 1em;
}

.cartomap_admin .postcode_table .cartomap__loadingpostcodes {
  display: none;
  text-align: center;
}

.cartomap_admin .postcode_table .cartomap__loadingpostcodes i {
  float: none;
}

.cartomap_admin .postcode_table .cartomap__loadingpostcodes span {
  display: block;
}

.cartomap_admin .postcode_table .table_wrapper {
  width: 100%;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row {
  border-bottom: 1px dotted #b7b7b7;
  padding: 0.7em 0;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row:last-child {
  border-bottom: 0px;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row.show {
  display: block;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row.hide {
  display: none;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row div {
  float: left;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row div.clear-both {
  clear: both;
  float: none;
  padding: 0em;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row div.postcode_territory {
  width: 40%;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row div.postcode_unit {
  width: 10%;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row div.geocode {
  width: 25%;
  text-align: right;
}

.cartomap_admin .postcode_table .table_wrapper .postcode_row div.delete {
  width: 25%;
  text-align: right;
}

.timeline {
  font-size: 0.8em;
}

.js .timeline {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.js .timeline.-isLoading {
  display: none;
}

.js .timeline.-isHidden {
  opacity: 0;
}

@media only screen and (max-width: 500px) {
  .timeline {
    margin: 40px 0;
  }
}

.timeline__date {
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
  -webkit-transition: opacity 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s ease-in-out;
  opacity: 1;
}

.timeline__date--end {
  top: auto;
  bottom: 5px;
}

.-isHidden .timeline__date {
  opacity: 0;
}

.timeline__segments {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline__segment {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  margin-bottom: 1px;
  position: relative;
}

.timeline__segment--1 .timeline__block {
  border-left-color: #80276b;
}

.timeline__segment--1 .timeline__block:before {
  background-color: #80276b;
}

.timeline__segment--1 .timeline__rangeNameLink {
  background: #80276b;
}

.timeline__segment--1 .timeline__rangeNameLink:before {
  border-right-color: #80276b;
}

.timeline__segment--1 .timeline__rangeNameLink:hover, .timeline__segment--1 .timeline__rangeNameLink:focus {
  background-color: #591b4a;
}

.timeline__segment--1 .timeline__rangeNameLink:hover:before, .timeline__segment--1 .timeline__rangeNameLink:focus:before {
  border-right-color: #591b4a;
}

.timeline__segment--1 .timeline__title {
  color: #80276b;
}

.timeline__segment--2 .timeline__block {
  border-left-color: #338640;
}

.timeline__segment--2 .timeline__block:before {
  background-color: #338640;
}

.timeline__segment--2 .timeline__rangeNameLink {
  background: #338640;
}

.timeline__segment--2 .timeline__rangeNameLink:before {
  border-right-color: #338640;
}

.timeline__segment--2 .timeline__rangeNameLink:hover, .timeline__segment--2 .timeline__rangeNameLink:focus {
  background-color: #25612e;
}

.timeline__segment--2 .timeline__rangeNameLink:hover:before, .timeline__segment--2 .timeline__rangeNameLink:focus:before {
  border-right-color: #25612e;
}

.timeline__segment--2 .timeline__title {
  color: #338640;
}

.timeline__segment--3 .timeline__block {
  border-left-color: #0f7ac2;
}

.timeline__segment--3 .timeline__block:before {
  background-color: #0f7ac2;
}

.timeline__segment--3 .timeline__rangeNameLink {
  background: #0f7ac2;
}

.timeline__segment--3 .timeline__rangeNameLink:before {
  border-right-color: #0f7ac2;
}

.timeline__segment--3 .timeline__rangeNameLink:hover, .timeline__segment--3 .timeline__rangeNameLink:focus {
  background-color: #0b5c93;
}

.timeline__segment--3 .timeline__rangeNameLink:hover:before, .timeline__segment--3 .timeline__rangeNameLink:focus:before {
  border-right-color: #0b5c93;
}

.timeline__segment--3 .timeline__title {
  color: #0f7ac2;
}

.timeline__segment--4 .timeline__block {
  border-left-color: #5e6770;
}

.timeline__segment--4 .timeline__block:before {
  background-color: #5e6770;
}

.timeline__segment--4 .timeline__rangeNameLink {
  background: #5e6770;
}

.timeline__segment--4 .timeline__rangeNameLink:before {
  border-right-color: #5e6770;
}

.timeline__segment--4 .timeline__rangeNameLink:hover, .timeline__segment--4 .timeline__rangeNameLink:focus {
  background-color: #474e54;
}

.timeline__segment--4 .timeline__rangeNameLink:hover:before, .timeline__segment--4 .timeline__rangeNameLink:focus:before {
  border-right-color: #474e54;
}

.timeline__segment--4 .timeline__title {
  color: #5e6770;
}

.timeline__segment.-isActive .timeline__marker {
  display: block;
}

.timeline__segment:first-child .timeline__block:before {
  display: none;
}

.timeline__segment:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  bottom: 1px;
  left: 0;
  width: 40px;
  background: -webkit-linear-gradient(bottom, #fff 1px, transparent 1px), transparent;
  background: linear-gradient(0deg, #fff 1px, transparent 1px), transparent;
  background-repeat: repeat-y;
  background-size: 33% 10%;
  background-position: right top;
  z-index: 2;
}

.timeline__markerWrap {
  position: relative;
  min-width: 135px;
}

@media only screen and (max-width: 500px) {
  .timeline__markerWrap {
    min-width: 40px;
  }
}

.timeline__marker {
  display: none;
  position: absolute;
  top: 0%;
  right: 0;
  white-space: nowrap;
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.no-csstransforms .timeline__marker {
  margin-top: -6px;
}

.timeline__marker:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  display: block;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  background-clip: content-box;
  border-right: none;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}

@media only screen and (max-width: 500px) {
  .timeline__markerInner {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: relative;
    left: 40%;
    display: block;
  }
}

.timeline__block {
  border-left: 40px solid #000;
  padding-top: 40px;
  padding-right: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.timeline__block:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  border-top: 1px solid #e8e8e8;
  width: 100%;
  height: 0;
}

.js .timeline__block {
  max-height: 1000px;
  overflow: hidden;
  -webkit-transition: max-height 2s ease-in, opacity 0.3s ease-in-out;
  transition: max-height 2s ease-in, opacity 0.3s ease-in-out;
}

.-isHidden .timeline__block {
  max-height: 0 !important;
}

.timeline__title {
  margin-bottom: 20px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}

.timeline__rangeName {
  margin: 0;
  font-size: 1em;
}

.timeline__rangeNameLink {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: normal;
  background-color: #000;
  color: #fff !important;
  margin: 0;
  text-decoration: none !important;
}

.timeline__rangeNameLink:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  display: block;
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 100%;
  display: block;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  background-clip: content-box;
  border-left: none;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #000;
}

.timeline__details {
  padding: 10px 15px;
  background-color: #e8e8e8;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #e8e8e8;
  font-family: "Open Sans", padauk, Yunghkio, Arial, Myanmar3, "Masterpiece Uni Sans", sans-serif;
  font-size: 16px;
  margin: auto;
  max-width: 1610px;
  min-width: 320px;
  position: relative;
}

::-webkit-input-placeholder {
  color: #606060;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #606060;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #606060;
}

:-ms-input-placeholder {
  color: #606060;
}

p:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1;
  margin-bottom: 0.25em;
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.1;
  margin-bottom: 0.25em;
}

h3, .h3 {
  font-size: 1.3em;
  line-height: 1;
  margin-bottom: 0.25em;
}

h4, .h4 {
  font-size: 1.1em;
  line-height: 1.25;
  margin-bottom: 0.25em;
}

span[tabindex="0"] + h1 {
  margin-top: 0;
}

.browsehappy {
  text-align: center;
  margin: 0;
  background: #fff8e2;
  color: black;
  padding: 0.5em 0;
}

a, a:link, a:visited {
  color: #0F65C8;
  text-decoration: none;
}

a:hover, a:focus, a:link:hover, a:link:focus, a:visited:hover, a:visited:focus {
  text-decoration: underline;
}

.print-only {
  display: none;
}

.page-content {
  background-color: #e8e8e8;
  padding: 30px;
}

.page-content__wrapper {
  border: 42px solid #b7b7b7;
  padding: 0 27px 27px 27px;
}

.body-content {
  padding-top: 27px;
  overflow: hidden;
  clear: both;
}

.video-container {
  position: relative;
  padding-bottom: 56.4%;
  height: 0;
  display: block;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .body-content {
    padding: 0;
  }
  .body-content .main-content {
    width: 100%;
    border-left: 0;
  }
  .page-content__wrapper {
    border: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .body-content {
    padding-top: 0;
  }
  .body-content__wrapper .page-heading {
    width: 100%;
    border-right: 0;
  }
  .body-content__wrapper .three-quarters {
    padding-right: 0;
  }
  h1 {
    font-size: 1.7em;
    margin: 0.5em 0;
  }
  h2 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 560px) {
  .page-content {
    padding: 16px;
  }
  .body-content .main-content {
    padding: 27px 16px;
  }
  .body-content .main-content .text-column, .body-content .main-content .video-column {
    padding: 16px;
    margin-top: 0;
    margin-bottom: 16px;
  }
  .body-content .main-content .text-column--coloured-box a {
    padding: 0;
  }
}

.main-content {
  width: 75%;
  float: left;
  background: white;
  border-left: 27px solid #e8e8e8;
  padding: 27px 27px 0 27px;
}

.full-width .main-content {
  width: 100%;
  border-left: 0;
}

.main-column.padded {
  padding-bottom: 27px;
}

.text-column, .video-column, .image-column {
  background-color: #e8e8e8;
  padding: 27px;
  margin: 27px 0;
}

.text-column:first-child, .video-column:first-child, .image-column:first-child {
  margin-top: 0;
}

.image-column {
  position: relative;
}

.image-column__row img {
  max-width: 100%;
}

.image-column__row--full-width img {
  width: 100%;
}

.text-column--white-bg {
  background: #fff;
  padding: 0;
}

.text-column--warning {
  background-color: #fff8c4;
  border: 1px solid #f7deae;
  border-left-width: 5px;
}

.text-column--warning p:last-child {
  margin-bottom: 0;
}

.text-column--info {
  background-color: #e3f7fc;
  border: 1px solid #b9e7f9;
  border-left-width: 5px;
}

.text-column--info p:last-child {
  margin-bottom: 0;
}

.text-column__img img {
  width: 100%;
}

.text-column--coloured-box {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  padding: 0;
}

.text-column--coloured-box p {
  margin-bottom: 0;
}

.text-column--coloured-box p:first-child {
  font-size: 1.2em;
  margin-top: 16px;
}

.text-column--coloured-box p .icon-chevron-thin-right {
  vertical-align: -2px;
}

.text-column--coloured-box:hover, .text-column--coloured-box:focus {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.text-column--coloured-box:hover a, .text-column--coloured-box:focus a {
  text-decoration: none;
}

.text-column--coloured-box a {
  display: block;
  padding: 27px;
  color: white;
}

.text-column--coloured-box.thinking-home {
  padding: 0;
}

.text-column--coloured-box.thinking-home img {
  width: 100%;
}

.video-column {
  text-align: center;
  padding: 0;
}

.video-column h2 {
  background-color: #5e6770;
  color: #fff;
  margin-bottom: 0;
  padding: 0.8em;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}

.video-column__video {
  overflow: hidden;
  text-align: center;
  background-color: #e8e8e8;
  list-style-type: none;
  padding: 0.5em;
  margin: 0 0.5em;
  border-bottom: 1px solid #d9d9d9;
}

.video-column__video a {
  display: block;
}

.video-column__video a span {
  padding-left: 0;
  display: block;
}

.video-column__video a:hover, .video-column__video a:focus {
  color: #0d59b0;
  cursor: pointer;
}

.video-column__video a:hover img, .video-column__video a:focus img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.video-column__video img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.video-column__title {
  display: block;
  font-size: 0.85em;
  line-height: 1em;
  margin: 0.7em 0 1em;
}

.video-column__title em {
  display: block;
  font-size: 0.9em;
}

.video-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq__list {
  padding-left: 26px;
}

.bg__mid-blue {
  background-color: #0f7ac2;
}

.bg__green {
  background-color: #338640;
}

.bg__purple {
  background-color: #80276b;
}

.bg__dark-grey {
  background-color: #5e6770;
}

.bg__mid-teal {
  background-color: #215968;
}

.bg__illegal {
  background-color: #5e6770;
}

.bg__navy-blue {
  background-color: #072243;
}

.bg__gold {
  background-color: #966e24;
}

.bg__red {
  background-color: #ad1a1f;
}

.page-heading {
  color: white;
  margin-bottom: 0;
  padding: 0.75em 27px;
  width: 100%;
  font-size: 1.5em;
}

@media only screen and (min-width: 571px) {
  .mobile-only {
    display: none;
  }
}

.language-selector {
  position: relative;
}

.language-selector h2 {
  background-color: #5e6770;
  color: #fff;
  margin-bottom: 0;
  padding: 0.8em;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
}

.language-selector button {
  background-color: #5e6770;
  border: 0;
  color: #fff;
  margin-bottom: 0;
  padding: 0.8em;
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  outline: none;
  width: 100%;
}

.language-selector button span, .language-selector button i {
  pointer-events: none;
  display: inline-block;
}

.language-selector button span {
  padding-right: 15px;
  padding-left: 15px;
}

.language-selector button i {
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.language-selector button.open i {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.language-selector ul {
  margin-top: 0;
  padding: 0;
  background-color: #e8e8e8;
  display: none;
}

.language-selector li {
  text-align: center;
  background-color: #e8e8e8;
  list-style-type: none;
  padding: 0.5em;
  margin: 0 0.5em;
  border-bottom: 1px solid #d9d9d9;
}

.language-selector li:last-child {
  border-bottom: none;
}

.language-selector li a {
  text-align: left;
  display: block;
  position: relative;
}

.language-selector li a:before {
  position: absolute;
}

.language-selector li a span {
  font-family: 'Open Sans',padauk,Yunghkio,Myanmar3,'Masterpiece Uni Sans',sans-serif;
  display: block;
  padding-left: 30px;
  line-height: 1.3em;
}

.language-selector li a span span {
  padding: 0;
  display: inline;
}

.language-help {
  position: relative;
  float: right;
  bottom: 2.3em;
  font-size: 1em;
  padding-bottom: 1em;
}

.read-speaker {
  display: none;
}

.icon-file-pdf, .icon-file-word, .icon-file-excel {
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.icon-file-pdf:hover, .icon-file-word:hover, .icon-file-excel:hover {
  text-decoration: none;
}

.icon-file-pdf:hover span, .icon-file-word:hover span, .icon-file-excel:hover span {
  text-decoration: underline;
}

.icon-file-pdf:focus, .icon-file-word:focus, .icon-file-excel:focus {
  text-decoration: none;
}

.icon-file-pdf:focus span, .icon-file-word:focus span, .icon-file-excel:focus span {
  text-decoration: underline;
}

.icon-file-pdf:before, .icon-file-word:before, .icon-file-excel:before {
  color: #0098aa;
  margin-right: 5px;
  color: #5e6770;
  font-size: 1.2em;
  float: left;
}

/* Linwei.Zheng_Modifications */
.industry-portal .header-content__banner, .industry-portal .header-content__search, .industry-portal .side-bar__wrapper, .industry-portal .breadcrumbs, .industry-portal .video-column, .industry-portal .header-content__menu-button {
  display: none;
}

body.blue-theme {
  background-color: #fff;
}

.blue-theme .page-content, .blue-theme .main-content {
  background: #fff;
}

.blue-theme .header-content__logo a img {
  background-color: #fff;
}

.blue-theme .page-content__wrapper {
  border-color: #0075c0;
}

.blue-theme .header-content__logo {
  color: #0075c0;
}

.blue-theme .header-content__logo__title_beta {
  color: #a8d7fd;
  display: inline-block;
  margin: 1.90em 0;
}

.text-container {
  color: #000;
  background: #fff;
  font-size: 0.9em;
  overflow: hidden;
  margin-bottom: 27px;
}

.text-container__link:link, .text-container__link:visited, .text-container__link:hover {
  color: #0075c0;
}

.text-container__botHeader {
  font-size: 1.25em;
  background-color: #e8e8e8;
  padding: 15px;
  border-bottom: 4px solid #fff;
}

.text-container-box {
  min-height: 400px;
}

@media only screen and (max-width: 840px) {
  .text-container-box {
    width: 100% !important;
    margin-bottom: 13.5px;
    min-height: auto;
  }
}

.text-container-box__sub {
  display: inline-block;
  width: 33%;
  background-color: #e8e8e8;
  float: left;
  margin-right: 1.5%;
}

.text-container-box__updates {
  display: inline-block;
  width: 23%;
  background-color: #e8e8e8;
  float: left;
  margin-right: 1.5%;
}

.text-container-box__videos {
  display: inline-block;
  width: 41%;
  background-color: #e8e8e8;
  float: left;
}

.text-container__content {
  margin: 15px;
}

.text-container__content__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text-container__content__list-item {
  margin-bottom: 1em;
  overflow: hidden;
}

.text-container__input_text, .text-container__sub_select {
  height: 42px;
}

.text-container__input_text, .text-container__sub_select, .text-container__sub_submit {
  display: block;
  width: 95%;
  border: 1px solid #0075c0;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}

.half .text-container__input_text, .half .text-container__sub_select, .half .text-container__sub_submit {
  width: 90%;
}

.text-container__input_checkbox {
  border: 1px solid #0075c0;
}

.text-container__input_submit {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #0075c0;
  color: #fff;
  border: none;
  margin-top: 10px;
}

.text-container__input_checkbox {
  margin-right: 10px;
}

.text-container__botHeader_sub {
  font-size: 1em;
  font-weight: bold;
  background-color: #b8b8b8;
  color: #000;
  display: inline-block;
  width: 15%;
  min-width: 40px;
  margin-right: 10%;
  float: left;
  text-align: center;
  margin-top: 0;
}

.text-container__content_wrap1 {
  display: inline-block;
  width: 70%;
  float: left;
}

@media only screen and (max-width: 1280px) and (min-width: 841px) {
  .text-container__content_wrap1 {
    width: 100%;
  }
}

.text-container__content_wrap2 {
  display: inline-block;
  width: 40%;
  float: left;
  margin-right: 5%;
}

.text-container__updates_p {
  display: inline-block;
  margin-bottom: 5px;
}

.text-container__updates_p a {
  display: block;
}

.text-container__videos_p a {
  display: block;
}

.text-container__videos_iframe {
  width: 100%;
  margin-bottom: 20px;
}

/*# sourceMappingURL=main.css.map */
