/*
Theme Name: BAI Comms Theme
Author: BRAINS
Theme URI: http://www.brainsdesign.com.au/
Description: Custom theme template for BAI Communications
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brainsdesign

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* ==== Scroll down to find where to put your styles :) ==== */
/*  HTML5 ✰ Boilerplate  */
/* ==== Scroll down to find where to put your styles :) ==== */
/*  HTML5 ✰ Boilerplate  */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  outline: none !important;
}
:focus {
  outline: none !important;
}
/* LESS Document */
.clear {
  display: block;
  clear: both;
}
::selection {
  color: #fff;
  background: #00AEEF;
}
::-moz-selection {
  color: #fff;
  background: #00AEEF;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/** LOOP for percentage **/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

@font-face {
  font-family: 'OpenSansSemibold';
  src: url('fonts/OpenSans-Semibold.eot');
  src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold.woff') format('woff'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('fonts/OpenSans-Bold.eot');
  src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('fonts/OpenSans-Regular.eot');
  src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSans-Light.eot');
  src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow: auto;
  color:#5d5d5d;
}
html.noflow,
body.noflow {
  height: 100%;
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5,
html h6,
body h6,
html p,
body p,
html div,
body div {
  line-height: 1.4;
}

/* bootstrap-grid */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

/*bootstrap-grid END*/
.headerwrapper {
  background: #fff;
  height: 80px;
}
#container {
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
}
#container.menu-opened {
  transform: translateX(10%);
}
#container strong {
  font-weight: 600;
}
#container sub {
  font-size: smaller;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  padding-top: 10px;
  display: block;
}
@media (max-width: 1370px) {
  .headerwrapper {
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0;
    border-bottom: 1px solid #ccc;
  }
  #container {
    z-index: 9;
    margin-top: 80px;
  }
  #container.country-show {
    margin-top: 135px;
  }
}
.burger-menu {
  display: none;
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 19px;
  top: 15px;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  z-index: 9;
}
.burger-menu.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  right: 0;
  top: 80px;
}
.burger-menu:after {
  content: "\f0c9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: block;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 50px;
  height: 50px;
  color: #00AEEF;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .burger-menu {
    display: block;
  }
  #bg-gradient .blockquote .blockquote_content p {
    font-size: 22px;
  }
  #bg-gradient .blockquote .blockquote_content {
    width: 70%;
    margin-right: 40px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  #bg-gradient .blockquote {
    flex-direction: column;
  }
  #bg-gradient .blockquote .blockquote_content {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  #bg-gradient .blockquote .blockquote_author {
    align-self: unset;
  }
  #bg-grey .section-container.services-screen.latest-posts {
    padding: 30px !important;
  }
  .page-template-broadcast-template #container .latest-posts .posts-tab .project-posts .outer-image-panel {
    height: 180px !important;
  }
  #container .banner .home-screen {
    flex-direction: column;
    padding: 40px !important;
  }
  #container .banner .home-screen .banner-icon img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 10px;
  }
  #container .banner .home-screen .banner-content {
    padding: 0;
  }
  #container .banner .home-screen .banner-content p {
    font-size: 27px;
  }
  section.banner {
    min-height: 250px !important;
  }
}
@media (max-width: 425px) {
  #bg-gradient .blockquote {
    padding: 30px;
  }
  #bg-gradient .blockquote .blockquote_content p,
  #bg-gradient .blockquote .blockquote_author p {
    font-size: 18px;
  }
  #bg-gradient .blockquote .blockquote_author span {
    font-size: 16px;
  }
}
.country-selector {
  min-width: 165px;
  float: right;
  position: relative;
  margin: 30px 0 20px 0;
  height: 30px;
}
.country-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #0071ce;
  background-color: #fff;
  height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  text-align: center;
  color: #0071ce;
  text-transform: uppercase;
  padding: 4px 22px 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAFxJREFUOI3tzDEOgCAQRNFvrwnY6oFEC65sgXotG0zIRoWl1Sl35w38STMouqM8NEAAlgLsgfXuYYEdmDM4AOap0L+MZLEccTVYjkwRbxqcjhwRWy2+0gFtLf5KThtyDTCGHBCJAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: 92% 50%;
}
.country-selector select:focus {
  outline: none;
}
@media (max-width: 1370px) {
	.country-selector {
		position: absolute;
		right: 0;
	}
}
@media (max-width: 1210px) {
	#countrySelector {
		min-width: 0;
		width: 30px;
		padding: 0;
		font-size: 0;
		overflow: hidden;
		margin: 30px 30px 20px 0;
	}
}
#header {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #0071ce;
  margin: 0 auto;
  background-color: #fff;
  z-index: 200;
}
#header .logo {
  width: 180px;
  height: 80px;
  display: block;
  float: left;
  margin-top: -5px;
}
#header .logo img {
  height: 100%;
}
#header .logo .logo-img {
  width: 180px;
  height: 100%;
  background-image: url(images/bai_logo_pc.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-position: center;
}
@media (max-width: 576px) {
  #header .logo .logo-img {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-color: transparent;
    margin: 5% auto;
    height: 70%;
  }
}
#header .globe {
  position: absolute;
  right: 30px;
  font-size: 30px;
  top: 25px;
  cursor: pointer;
  color: #00AEEF;
  display: none;
}
#header #menu .mainmenu {
  float: left;
  margin-left: 6%;
}
@media (max-width: 575px) {
  #header {
    width: 100%;


  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #header {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1369px) {
  #header {
    width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 1370px) {
  #header {
    width: 1370px;
  }
}
@media (max-width: 1024px) {
  #header {
    width: 100%;
    padding: 0 30px;
  }
  #header .logo {
    margin: 0 auto;
    float: initial;
    position: absolute;
    z-index: 10;
    margin-left: -100px;
    left: 50%;
    z-index: 8;
  }
  #header #menu .mainmenu {
    position: fixed;
    top: 80px;
    z-index: 9;
    background: #fff;
    height: 100%;
    box-shadow: 1px 7px 9px rgba(0, 0, 0, 0.3);
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    left: 0;
    transform: translateX(-110%);
    width: 90%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  #header #menu .mainmenu.active {
    transform: translateX(0%);
  }
  #header #menu .mainmenu ul.bai_header_menu {
    width: 100%;
    margin-left: 0;
  }
  #header #menu .mainmenu ul.bai_header_menu li {
    padding-right: 0;
  }
  #header #menu .mainmenu ul.bai_header_menu li.menu-item-has-children {
    position: relative;
  }
  #header #menu .mainmenu ul.bai_header_menu li.menu-item-has-children:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    display: block;
    color: #0071ce;
    top: 50%;
    right: 20px;
    font-size: 18px;
    margin-top: -12px;
  }
  #header #menu .mainmenu ul.bai_header_menu > li {
    display: block;
    border-bottom: 1px solid #00AEEF;
    height: auto;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover {
    overflow-x: hidden;
    background-color: #00AEEF;
    color: #fff;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > a {
    color: #fff;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > ul.sub-menu {
    width: 99%;
    height: 100%;
    position: relative;
    top: 0;
    left: 1%;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > ul.sub-menu > li {
    display: block;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > ul.sub-menu > li.menu-item-has-children:after {
    right: 30px;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > ul.sub-menu > li:hover {
    background-color: #0071ce;
    color: #fff;
    padding-bottom: 0;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > ul.sub-menu > li:hover > a {
    color: #fff;
  }
  #header #menu .mainmenu ul.bai_header_menu > li:hover > ul.sub-menu > li:hover > ul.sub-menu {
    width: 99%;
    height: 100%;
    position: relative;
    top: 0;
    left: 1%;
  }
}
@media (max-width: 768px) {
  #header {
      padding: 0 70px 0 30px
  }
  #header .globe {
    display: block;
	top: 20px;
  }
  #header .country-selector {
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-transition-duration: 100ms;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    transition-duration: 100ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  #header .country-selector.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #header .country-selector select {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
}
#footer {
  background-color: #001a45;
  margin-top: 100px;
  padding: 40px 0;
  color: #fff;
}
#footer a {
  /*21b0f1*/
  color: #00aeef;
  text-decoration: none;
  font-weight: normal;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  display: block;
  margin: 5px 0;
  position: relative;
  margin-left: 20px;
}
.section-container {
  /*width: 82%;*/
  width: 1370px;
  background: #fff;
  padding: 40px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .section-container {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
  }
}
a.more-btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-family: 'OpenSansSemibold';
  font-size: 20px;
  text-align: center;
  padding: 9px 30px;
  border-radius: 50px;
  background-color: #0071ce;
  border: 1px solid #0071ce;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
a.more-btn:hover {
  color: #0071ce;
  background-color: #fff;
}
.ajax-load-more-wrap .alm-listing {
  background-color: #fff;
}
.ajax-load-more-wrap .alm-btn-wrap {
  padding: 0 !important;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn {
  margin: 30px auto !important;
  height: 36px !important;
  padding: 3px 20px !important;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.done {
  display: none;
  color: #fff !important;
  margin: 0 !important;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.more-btn {
  background-color: #00AEEF !important;
  border-color: #00AEEF !important;
  line-height: 1 !important;
  text-transform: uppercase;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.more-btn.loading {
  padding-top: 30px;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.more-btn.loading:before {
  background: none !important;
}
.ajax-load-more-wrap .alm-btn-wrap .alm-load-more-btn.more-btn.done:hover {
  background-color: #0071ce !important;
}
.ajax-load-more-wrap .no_results {
  padding: 30px;
  text-align: center;
}
a {
  text-decoration: none;
  font-family: 'OpenSansRegular';

}
.arrow-btn {
  font-size: 14px;
  position: relative;
  text-decoration: none;
  font-family: 'OpenSansSemibold';
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.arrow-btn:hover {
  margin-left: 5px;
}
.arrow-btn:hover:before {
  margin-right: 5px;
}
.arrow-btn:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.social {
  width: 30%;
  float: left;
  padding-top: 20px;
  cursor: pointer;
}
.social a {
  margin: 0 10px;
  color: #fff;
  background-color: #00AEEF;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  float: right;
  font-size: 18px;
  padding: 7px;
  margin-left: 0;
  border: 1px solid #00AEEF;
}

.social a:hover{
  border: 1px solid #fff;
  background-color: transparent;
}
.social.share a:hover{
  border: 1px solid #001a45;
  background-color: #001a45;
}
.social a:before {
  content: normal;
}
#container h2 {
  font-size: 46px;
  margin: 0;
  font-family: 'OpenSansLight';
  line-height: 1.4;
  color: #001a45;
}
#container hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #001a45;
  margin: 20px 0 30px 0;
  border: 0;
}
#container .section-container.no-bottom-padding {
  padding-bottom: 0;
}
#container .section-container a {

  position: relative;
  text-decoration: none;
   font-family: 'OpenSansSemibold';
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  color: #444;
}
#container .section-container a:hover {
  margin-left: 5px;
}
#container .section-container a:hover:before {
  margin-right: 5px;
}
#container .section-container a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
#container .section-container a.more-btn {
  color: #fff;
  text-transform: uppercase;
}
#container .section-container a.more-btn:hover {
  margin-left: 0;
  color: #0071ce;
}
#container .section-container a.more-btn:before {
  content: normal;
}
#container .section-container .social a {
  margin-left: 0;
  color: #fff;
  font-size: 18px;
}
#container .section-container .social a:hover {
  color: #fff;
}
#container .section-container .social a:before {
  content: normal;
}
.outer-image-panel {
  overflow: hidden;
}
.outer-image-panel div.img {
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 100%;
  height: 100%;
  background-image: url('images/BAI_Post_Placeholder.png');
  background-size: cover;
  background-position: center center;
  background-color: #999999;
}
.outer-image-panel:hover div.img {
  transform: scale(1.2);
}
.smart-slider {
  display: none;
}
.smart-slider.show {
  display: block;
}
@media (max-width: 575px) {
  .smart-slider {
    height: 100%;
  }
  #container h2.latest-posts-header {
    font-size: 22px;
    line-height: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .smart-slider {
    height: 100%;
  }
}
.sk-cube-grid {
  width: 39px;
  height: 39px;
  margin: 100px auto;
}
.sk-cube-grid.hideloading {
  display: none;
}
.sk-cube-grid .sk-cube {
  width: 13px;
  height: 13px;
  background-color: #00AEEF;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/22px Arial, Sans-Serif;
  color: #0071ce;
  border: 1px solid #0071ce;
  width: 100%;
  border-radius: 20px;
}
.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 6px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
}
.styledSelect:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
}
.styledSelect:active,
.styledSelect.active {
  background-color: #eee;
}
.options {
  display: none;
  position: absolute;
  top: 102%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
  padding: 6px;
  line-height: 1.4;
  margin: 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.options li:hover {
  background-color: #39f;
  color: white;
}
ul.bai_header_menu {
  margin-left: 20px;
  list-style: none;
  display: block;
  float: left;
}
ul.bai_header_menu li {
  display: inline-block;
  padding: 28px 14px 17px 14px;
  position: relative;
  cursor: pointer;
}
ul.bai_header_menu li a {
  line-height: 35px;
  font-size: 14px;
  color: #5D5D5D;
  text-transform: uppercase;
  text-decoration: none;
  font-family: 'OpenSansSemibold';
}
ul.bai_header_menu li a:hover{
  color: #0071CE;
}
ul.bai_header_menu li:hover > ul.sub-menu {
  display: block;
}
ul.bai_header_menu li ul.sub-menu {
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  display: none;
  list-style: none;
  float: left;
  position: absolute;
  left: 0;
  top: 70px;
  width: auto;
  background-color: #fff;
  border-top: 5px solid #0071ce;
  z-index: 199;
  width: 300px;
}
ul.bai_header_menu li ul.sub-menu li {
  display: block;
  width: 100%;
  float: left;
  padding: 0;
  height: auto;
  text-align: left;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
ul.bai_header_menu li ul.sub-menu li:hover {
  background-color: #e7f1f8;
}
ul.bai_header_menu li ul.sub-menu li:hover > ul.sub-menu {
  display: block;
}
ul.bai_header_menu li ul.sub-menu li a {
  display: block;
  padding: 15px 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  font-family: 'OpenSansSemibold';
  word-wrap: break-word;
}
ul.bai_header_menu li ul.sub-menu li > ul.sub-menu {
  position: absolute;
  display: none;
  top: -5px;
  left: 100%;
}
.smart-slider {
  position: relative;
}
.smart-slider .banner-text-h1 {
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
}
.smart-slider .banner-text-h1 p {
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
  font-size: 35px !important;
}
.smart-slider .banner-canvas {
  width: 100%;
}
#n2-ss-5 .n2-ss-layers-container,
.n2-ss-slider .n2-ss-layers-container,
#n2-ss-5 .n2-ss-layers-container .n2-ss-layer,
.n2-ss-slider .n2-ss-layers-container .n2-ss-layer {
  width: 1370px !important;
  position: relative;
  background: none !important;
}
#n2-ss-5 .n2-ss-layers-container.n2-ss-layers-container .n2-ss-layer,
.n2-ss-slider .n2-ss-layers-container.n2-ss-layers-container .n2-ss-layer,
#n2-ss-5 .n2-ss-layers-container .n2-ss-layer.n2-ss-layers-container .n2-ss-layer,
.n2-ss-slider .n2-ss-layers-container .n2-ss-layer.n2-ss-layers-container .n2-ss-layer {
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.n2-ss-layer.n2-ow:first-of-type {
    display: none;
}
@media (max-width: 1370px) {
  #n2-ss-5 .n2-ss-layers-container,
  .n2-ss-slider .n2-ss-layers-container,
  #n2-ss-5 .n2-ss-layers-container .n2-ss-layer,
  .n2-ss-slider .n2-ss-layers-container .n2-ss-layer {
    width: 100% !important;
  }
}
#n2-ss-5 .slider-content,
.n2-ss-slider .slider-content {
  width: 70%;
  position: absolute;
  left: 30px;
  bottom: 60px;
}
#n2-ss-5 .slider-content h1,
.n2-ss-slider .slider-content h1 {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: 46px !important;
  font-weight: 300 !important;
}
#n2-ss-5 .slider-content h2,
.n2-ss-slider .slider-content h2,
#n2-ss-5 .slider-content h3,
.n2-ss-slider .slider-content h3,
#n2-ss-5 .slider-content h4,
.n2-ss-slider .slider-content h4,
#n2-ss-5 .slider-content h5,
.n2-ss-slider .slider-content h5 {
  font-size: 24px;
  width: 50%;
}
#n2-ss-5 .slider-content a,
.n2-ss-slider .slider-content a {
  margin-top: 20px;
  display: block;
}
#n2-ss-5 .slider-content h1,
.n2-ss-slider .slider-content h1,
#n2-ss-5 .slider-content h1,
.n2-ss-slider .slider-content h1,
#n2-ss-5 .slider-content h2,
.n2-ss-slider .slider-content h2,
#n2-ss-5 .slider-content h3,
.n2-ss-slider .slider-content h3,
#n2-ss-5 .slider-content h4,
.n2-ss-slider .slider-content h4,
#n2-ss-5 .slider-content h5,
.n2-ss-slider .slider-content h5,
#n2-ss-5 .slider-content h6,
.n2-ss-slider .slider-content h6 {
  padding-bottom: 20px!important;
}
#n2-ss-5 .slider-content h1,
.n2-ss-slider .slider-content h1,
#n2-ss-5 .slider-content h2,
.n2-ss-slider .slider-content h2,
#n2-ss-5 .slider-content h3,
.n2-ss-slider .slider-content h3,
#n2-ss-5 .slider-content h4,
.n2-ss-slider .slider-content h4,
#n2-ss-5 .slider-content h5,
.n2-ss-slider .slider-content h5,
#n2-ss-5 .slider-content h6,
.n2-ss-slider .slider-content h6 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #fff !important;
}
#n2-ss-5 .slider-content .arrow-btn a,
.n2-ss-slider .slider-content .arrow-btn a {
  position: relative;
  -webkit-transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  transition: all 500ms ease !important;
}
#n2-ss-5 .slider-content .arrow-btn a:hover,
.n2-ss-slider .slider-content .arrow-btn a:hover {
  margin-left: 0px;
}
#n2-ss-5 .slider-content .arrow-btn a:hover:before,
.n2-ss-slider .slider-content .arrow-btn a:hover:before {
  margin-right: 10px;
}
@media (max-width: 1370px) {
  #n2-ss-5 .slider-content.slider-content,
  .n2-ss-slider .slider-content.slider-content {
    width: 80%;
    left: 10%;
  }




}


@media (max-width: 1350px){
  #container .services-page .content-page .right-content {
    width: 100%;
  }

  #container .services-page .content-page .left-content {
    width: 100%;
    padding-right: 0;
  }

  .alig-table-dan {
    width: 30%;
  }
}

@media (max-width: 768px) {
  #n2-ss-5 .slider-content.slider-content,
  .n2-ss-slider .slider-content.slider-content {
    width: 100%;
    padding: 0 30px;
    left: 0;
  }
  #n2-ss-5 .slider-content.slider-content h1,
  .n2-ss-slider .slider-content.slider-content h1 {
    font-size: 30px !important;
  }
  /* #n2-ss-5 .slider-content.slider-content h2,
  .n2-ss-slider .slider-content.slider-content h2 {
    display: none;
  } */
  .page-template-blog .n2-ss-slider .slider-content h2 {
    width: 100% !important;
    font-size: 22px !important;
  }
}
#countrySelector .select,
#countrySelector select {
  display: none;
}
#changeCountry.styledSelect {
  height: 30px;
  cursor: pointer;
  line-height: 1;
  padding-left: 40px;
  text-decoration: underline;
  background-size: contain;
  background-position: left center;
}
#changeCountry.styledSelect:after {
  display: none;
}
@media (max-width: 768px) {
  #changeCountry.styledSelect {
    height: 54px;
    background-size: 40px;
    background-position: 6px 5px;
    padding-left: 60px;
    padding-top: 18px;
  }
}
.n2-ss-slide-backgrounds:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, bottom top, bottom bottom, color-stop(1%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 1%, rgba(0, 0, 0, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.6), endColorstr=rgba(0, 0, 0, 0), GradientType=0);
  /* IE6-9 */
}
#countryOverlay {
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  display: none;
}
#countryOverlay.show {
  display: block;
}
#countryOverlay .countrywindow {
  width: 500px;
  height: 400px;
  position: absolute;
  margin-top: -200px;
  margin-left: -250px;
  top: 50%;
  left: 50%;
  text-align: center;
  background-color: #f7f9fa;
  padding: 30px;
  line-height: 1;
}
#countryOverlay .countrywindow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-image: url('images/Australia-map.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  opacity: 0.2;
}
#countryOverlay .countrywindow .close {
  position: absolute;
  font-size: 30px;
  color: #00AEEF;
  top: 10px;
  right: 20px;
  font-weight: 300;
  cursor: pointer;
}
#countryOverlay .countrywindow h2 {
  text-align: center;
  color: #00AEEF;
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1;
}
#countryOverlay .countrywindow p.info {
  text-align: center;
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #000232;
  margin-bottom: 20px;
}
#countryOverlay .countrywindow strong {
  text-align: center;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
#countryOverlay .countrywindow .select {
  width: 200px;
  height: 40px;
  margin: 20px auto;
  display: block;
}
#countryOverlay .countrywindow .select select {
  opacity: 0;
}
#countryOverlay .countrywindow .select .styledSelect {
  text-align: left;
  padding-left: 40px;
}
#countryOverlay .countrywindow .strong-blue {
  margin-bottom: 10px;
  color: #00AEEF;
  font-size: 20px;
}
#countryOverlay .countrywindow .blueCloseBtn {
  cursor: pointer;
  padding: 5px;
  height: 30px;
  color: #fff;
  background-color: #00AEEF;
  margin: 0 auto;
  display: block;
  font-size: 15px;
  border: 0;
  outline: none;
  border-radius: 16px;
  width: 200px;
  position: absolute;
  left: 153px;
}
@media (max-width: 768px) {
  #countryOverlay .countrywindow {
    width: 90%;
    margin-top: 0;
    margin-left: 0;
    left: 5%;
    top: 10%;
    height: 450px;
  }
  #countryOverlay .countrywindow .blueCloseBtn {
    left: 22%;
  }
}
@media (max-width: 576px) {
  #countryOverlay .countrywindow::before {
    display: none;
  }
}
.styledSelect {
  background-size: 30px;
  background-position: 2px;
  padding-left: 40px;
  background-color: #fff;
}
.styledSelect.Canada {
  /*background-image: url(images/canada.svg);*/
  background-image: url(images/canada.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.styledSelect.Australia {
  /*background-image: url(images/australia.svg);*/
  background-image: url(images/australia.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.styledSelect.Global {
  /*background-image: url(images/global.png);*/
  background-image: url(images/global.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.styledSelect.Hong_Kong {
  /*background-image: url(images/hong-kong.svg);*/
  background-image: url(images/hong-kong.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.styledSelect.United_Kingdom {
  /*background-image: url(images/united-kingdom.svg);*/
  background-image: url(images/united-kingdom.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.styledSelect.United_States {
  /*background-image: url(images/united-states-of-america.svg);*/
  background-image: url(images/united-states-of-america.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
.select ul.options {
  text-align: left;
  padding-left: 35px;
}
.select ul.options li {
  position: relative;
}
.select ul.options li:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 2px;
  border-radius: 50%;
  left: -28px;
  background-color: #fff;
}
.select ul.options li[rel='Canada']:before {
  background-image: url(images/canada.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.select ul.options li[rel='Australia']:before {
  background-image: url(images/australia.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.select ul.options li[rel='Global']:before {
  background-image: url(images/global.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.select ul.options li[rel='Hong Kong']:before {
  background-image: url(images/hong-kong.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.select ul.options li[rel='United Kingdom']:before {
  background-image: url(images/united-kingdom.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.select ul.options li[rel='United States']:before {
  background-image: url(images/united-states-of-america.svg);
  background-repeat: no-repeat;
  background-color: transparent;
}
.flickergrid {
  width: 200px;
  position: absolute;
  right: 10px;
  margin-top: -110px;
  top: 50%;
}
.flickergrid:after {
  content: "";
  display: table;
  clear: both;
}
.flickergrid div {
  float: left;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.flickergrid div.hide {
  opacity: 0;
  transform: scale(0.8);
}
#container .homemainscreen {
  display: none;
}
#container .homemainscreen.show {
  display: block;
}
#container .home-screen {
  margin: 0 auto;
  padding: 90px 40px 120px;
 /* padding: 40px 40px 0 40px;*/
}

#container .home-screen.home-page-first-div-top{
  padding: 40px 40px 120px;
}
#container .home-screen ul.switch-menu {
  list-style: none;
  margin: 40px auto 0 auto ;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: flex-end;
}
#container .home-screen ul.switch-menu li {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  display: inline-block;
  margin: 0 20px;
}
#container .home-screen ul.switch-menu li img {
  max-width: 60px;
  max-height: 70px;
  padding-bottom: 25px;
  cursor: pointer;
  /*opacity: .25;
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(176deg) brightness(80%) contrast(92%)*/
  filter: invert(36%) sepia(8%) saturate(16%) hue-rotate(315deg) brightness(96%) contrast(90%);

}
#container .home-screen ul.switch-menu li.active img {
  opacity: 1;
  /*filter: invert(31%) sepia(94%) saturate(927%) hue-rotate(176deg) brightness(97%) contrast(92%);*/
  filter: invert(35%) sepia(92%) saturate(4780%) hue-rotate(193deg) brightness(91%) contrast(101%);
}
#container .home-screen ul.switch-menu li a {
  font-size: 18px;
  color: #5d5d5d;
  line-height: 24px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-left: 0;
}
#container .home-screen ul.switch-menu li a:before {
  content: normal;
}
#container .home-screen ul.switch-menu li.active a {
  color: #0071ce;
}
#container .home-screen .service-content {
  width: 100%;
  margin-top: 50px;
  font-weight: 300;
  display: none;
}
#container .home-screen .service-content.active {
  display: flex;
  background-color: #f7f7f7;
}
#container .home-screen .service-content .right-exists {
  display: flex;
  width: 50%;
  float: right;
  padding: 30px;
  align-self: center;
}
#container .home-screen .service-content .right-exists .right-exists-item {
  padding: 20px;
}
#container .home-screen .service-content .right-exists .right-exists-item h3 {
  font-size: 30px;
  color: #001a45;
  padding-bottom: 5px;
  font-family: 'OpenSansSemibold';
}
#container .home-screen .service-content .right-exists .right-exists-item span {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #999999;
}
#container .home-screen .service-content .right-exists .right-exists-item .description p {
  font-size: 22px;
  font-family: 'OpenSansRegular';
  color: #5D5D5D;
}
#container .home-screen .service-content .right-exists .right-exists-item img {
  max-width: 50px;
  max-height: 50px;
  /*filter: invert(31%) sepia(94%) saturate(927%) hue-rotate(176deg) brightness(97%) contrast(92%);*/
}
#container .home-screen .service-content h3 {
  color: #00AEEF;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
}
#container .home-screen .service-content div.description {
  margin: 30px 0;
  font-size: 22px;
  color: #5D5D5D;
}
#container .home-screen .service-content .image-panels {
  margin: 0 0 20px -25px;
}
#container .home-screen .service-content .image-panels .image-panel {
  width: 25%;
  padding-left: 25px;
  float: left;
}
#container .home-screen .service-content .image-panels .image-panel .image-desc {
  font-size: 14px;
  text-transform: uppercase;
  color: #0071ce;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}
#container .home-screen .service-content .image-panels .image-panel .image-icon {
  height: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#container .home-screen .service-content p a {
  /*font-weight: 400;*/
  font-family: 'OpenSansRegular';
}
#container .home-screen .service-content a {
  text-decoration: none;
  color: #0071ce;;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
      font-family: 'OpenSansRegular';
  margin-left: 0;
  word-wrap: break-word;
}
#container .home-screen .service-content a:before {
  content: normal;
}
#container .home-screen .service-content a:hover {
  color: #00AEEF;
  margin-left: 0;
}
#container .home-screen .service-content a.more-btn {
  font-size: 18px;
  color: #fff;
  font-family: 'OpenSansSemibold';
}
#container .home-screen .service-content a.more-btn:hover {
  color: #0071ce;
  background: #fff;
}
#container .home-screen .outer-image-panel {
  width: 50%;
  min-height: 400px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#container .home-screen .outer-image-panel:hover .right-image-panel {
  transform: scale(1.2);
}
#container .home-screen .outer-image-panel .contents {
  position: absolute;
  bottom: 30px;
  z-index: 4;
  width: 100%;
  left: 0;
  padding: 0 30px;
  height: auto;
}
#container .home-screen .outer-image-panel .contents span {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 10px;
}
#container .home-screen .outer-image-panel .contents p {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 300;
}
#container .home-screen .outer-image-panel .contents a {
  color: #fff;
  text-transform: none;
  font-size: 12px;
}
#container .home-screen .right-image-panel {
  width: 100%;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-size: cover;
  background-position: center;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 1370px) {
  #container .home-screen .services {
    display: flex;
    flex-direction: column-reverse;
  }
  #container .home-screen .services ul.switch-menu li a,
  .page-template-home-page #container .home-screen .service-content .more-btn {
    display: none;
  }
  #container .home-screen ul.switch-menu {
    margin: 20px 0;
  }
  .page-template-home-page #content.section-container {
    padding: 40px 40px 0 40px;
  }
  .page-template-home-page #container .home-screen .service-content {
    margin-top: 0;
  }
  .page-template-home-page #container .home-screen ul.switch-menu li {
    margin: 0 10px;
  }
  #container .home-screen .service-content .right-exists .right-exists-item img {
    margin: 20px 0;
  }
  #container .home-screen .service-content .right-exists .right-exists-item h3 {
    padding-bottom: 10px;
  }
  #container .home-screen .service-content .right-exists .right-exists-item {
    padding: 0;
  }
  #container .home-screen .service-content .right-exists {
    display: block;
    width: 100%;
    padding: 0;
  }
  #container .home-screen .service-content.active {
    background-color: unset;
  }
  #container .home-screen .service-content .more-btn {
    text-align: center;
    display: block;
    margin: 30px auto;
    min-width: 300px;
    max-width: 400px;
  }
  #container .home-screen .service-content .more-btn:hover {
    margin: 30px auto;
  }
  #container .home-screen .service-content .outer-image-panel {
    display: none;
  }
  #container .home-screen .service-content .image-panels .image-panel .image-icon {
    background-position: center;
  }
}
@media (max-width: 520px) {
  #container .home-screen ul.switch-menu li img {
   /**/ max-width: 50px;
    max-height: 55px;
  }
  #container .home-screen .service-content {
    margin-top: 30px;
  }
  #container .home-screen .service-content .image-panels .image-panel {
    width: 100%;
    float: left;
  }
  #container .home-screen .service-content .image-panels .image-panel .image-desc {
    text-align: center;
  }
  #container .home-screen .service-content .more-btn {
    margin: 30px auto 0 auto;
    text-align: center;
    display: block;
  }
}
@media (max-width: 576px) {
  #container .home-screen .service-content .image-panels {
    display: none;
  }
  #container .home-screen .service-content .more-btn {
    min-width: 250px;
  }
  #container .home-screen .service-content .right-exists .right-exists-item .description p {
    font-size: 16px;
  }
  #container .home-screen .service-content .right-exists .right-exists-item span {
    font-size: 14px;
  }
  #container .home-screen .service-content .right-exists .right-exists-item h3 {
    font-size: 22px !important;
  }
  .page-template-home-page #content.section-container {
    padding: 30px 30px 0 30px
  }
  .page-template-home-page #content.section-container h2.keyline {
    font-size: 24px;
  }
  .page-template-home-page #container hr {
    margin: 10px 0;
  }
}
#container .transmissions {
  background-color: #198993;
  margin: 0 auto;
  color: #fff;
  padding: 40px;
}
#container .transmissions h2 {
  color: #fff;
}
#container .transmissions h2.keyline {
  float: left;
  display: block;
  margin-bottom: 15px;
}
#container .transmissions hr {
  background-color: #fff;
  margin-bottom: 30px;
}
#container .transmissions .headerlink {
  float: right;
  color: #fff;
  margin-top: 10px;
}
#container .transmissions .content-block {
  display: table;
  width: 100%;
  height: 300px;
}
#container .transmissions .content-block .image-block {
  width: 60%;
  height: inherit;
  display: table-cell;
}
#container .transmissions .content-block .image-block .left-image {
  width: 50%;
  float: left;
  border-right: 1px solid #fff;
}
#container .transmissions .content-block .image-block .left-image div.outer-image-panel {
  width: 100%;
  height: 150px;
}
#container .transmissions .content-block .image-block .left-image div.outer-image-panel:first-child {
  border-bottom: 1px solid #fff;
}
#container .transmissions .content-block .image-block .right-image {
  width: 50%;
  float: left;
  height: inherit;
}
#container .transmissions .content-block .content {
  color: #fff;
  width: 40%;
  padding: 20px 40px 20px;
  display: table-cell;
  vertical-align: bottom;
}
#container .transmissions .content-block .content span {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  font-style: italic;
}
#container .transmissions .content-block .content h2 {
  padding: 20px 0;
  font-size: 50px;
}
#container .transmissions .content-block .content h2 strong {
  font-weight: 600;
}
#container .transmissions .content-block .content a {
  border-top: 1px solid #fff;
  color: #fff;
  padding-top: 20px;
  display: block;
}
#container .transmissions .content-block .content a:before {
  color: #fff;
}
#container .bai-us-screen {
  margin: 0 auto;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}
#container .bai-us-screen .service-content {
  display: block;
  float: left;
  width: 50%;
  margin-top: 10px;
}
#container .bai-us-screen .service-content:nth-child(even) {
  padding-right: 40px;
}
#container .bai-us-screen .service-content .description {
  font-size: 20px;
}
#container .latest-posts {
  margin-top: 0;
  padding-top: 40px;
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
}
#container .latest-posts .header {
  float: left;
  margin-bottom: 20px;
}
#container .latest-posts .country-selector {
  float: right;
  margin: 0 0 20px;
}
#container .latest-posts .sm-screen {
  display: none;
  font-size: 25px;
  margin-bottom: 40px;
  width: 100%;
}
#container .latest-posts.home-screen .posts-tab .project-posts {
  opacity: 0;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  min-height: 380px;
}
#container .latest-posts.home-screen .posts-tab .project-posts.show {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#container .latest-posts .posts-tab {
  display: none;
  margin: 0 0 0 -50px;
  padding-top: 20px;
}
#container .latest-posts .posts-tab.no-padding-top-dan{
  padding-top: 0;
}
#container .latest-posts .posts-tab.active {
  display: block;
}
#container .latest-posts .posts-tab.twitter .project-posts {
  width: 100%;
  padding: 0;
  opacity: 1;
  min-height: inherit;
  height: auto;
}
#container .latest-posts .posts-tab.twitter .project-posts .widget-title,
#container .latest-posts .posts-tab.twitter .project-posts .aiwidget-title {
  display: none;
}
#container .latest-posts .posts-tab.twitter .project-posts a {
  color: #0071ce;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#container .latest-posts .posts-tab.twitter .project-posts a:hover {
  margin-left: 0;
}
#container .latest-posts .posts-tab.twitter .project-posts a:before {
  content: normal;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay {
  position: relative;
  padding-top: 25px;
  width: 25%;
  float: left;
  padding-left: 50px;
  background: none;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay:hover {
  box-shadow: none;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay > a {
  display: none;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweettext {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweettext a {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweettext span.tweet_author_name,
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay span.tweet_author {
  display: none;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay a.twitter.logo {
  display: block;
  width: 40px;
  height: 40px;
  padding: 10px 13px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 40px;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay a.twitter.logo img {
  border-radius: 0;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay a.twitter.logo i {
  color: #fff;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweetlink {
  position: absolute;
  top: 10px;
  right: 30px;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweetlink a {
  display: none;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweetlink a:first-child,
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweetlink a:last-child {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: italic;
  display: inline-block;
  color: #444;
  font-weight: normal;
}
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweetlink a:first-childa:last-child,
#container .latest-posts .posts-tab.twitter .project-posts .imgdisplay .tweetlink a:last-childa:last-child {
  font-size: 14px;
}
#container .latest-posts .posts-tab.twitter .project-posts .thinkTwitFollow {
  display: none;
}
#container .latest-posts .posts-tab .project-posts {
  width: 25%;
  float: left;
  padding-left: 50px;
  height: 372px;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
}
#container .latest-posts .posts-tab.no-padding-top-dan .project-posts{
  margin-top: 30px;
}
#container .latest-posts .posts-tab .project-posts .outer-image-panel {
  padding: 0;
  margin-bottom: 20px;
  height: 180px;
  width: 100%;
  min-height: 180px;
}
#container .latest-posts .posts-tab .project-posts span.category {
  display: block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  color: #999;
  font-style: italic;
  margin-bottom: 10px;
  float: left;
}
#container .latest-posts .posts-tab .project-posts span.published_date {
  float: right;
}
#container .latest-posts .posts-tab .project-posts span.title {
  font-size: 19px;
  margin-bottom: 20px;
  display: block;
}

#container .latest-posts .posts-tab .project-posts span.title.min-with-dan{
 /* min-height: 83px;*/
}

#container .latest-posts .posts-tab .project-posts .arrow-btn {
  display: block;
  color: #0071ce;
  font-size: 17px;
  font-family: 'OpenSansSemibold';
  position: absolute;
  bottom: 30px;
}

@media (max-width: 1370px) {
  #container .home-screen {
    margin: 0 auto;
  }
  #container .latest-posts {
    position: relative;
  }
  #container .latest-posts .lg-screen .header {
    display: none;
  }
  #container .latest-posts .lg-screen hr {
    display: none;
  }
  #container .latest-posts .lg-screen .country-selector {
    position: absolute;
    width: 50%;
    right: 30px;
    top: 45px;
  }
  #container .latest-posts .sm-screen {
    display: block;
  }
  #container .latest-posts .posts-tab {
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
  }
  #container .latest-posts .posts-tab .project-posts {
    width: 50%;
    margin-top: 30px;
    height: 465px;
  }
  #container .latest-posts .posts-tab .project-posts .sm-screen {
    display: block;
  }
  #container .latest-posts .posts-tab .project-posts .outer-image-panel {
    height: 300px;
  }
  #container .latest-posts .posts-tab.twitter .project-posts .imgdisplay {
    width: 50%;
    margin-bottom: 30px;
  }
  #container .transmissions .content-block {
    height: auto;
  }
  #container .transmissions .content-block .image-block {
    display: none;
  }
  #container .transmissions .content-block .content {
    width: 100%;
    padding: 0;
  }
  #container .transmissions .content-block .content h2 {
    font-size: 40px;
    padding: 15px 0;
  }
}
@media (max-width: 768px) {
  #container .latest-posts {
    padding-bottom: 0;
  }
  #container .latest-posts .posts-tab .project-posts {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    min-height: auto !important;
    height: auto;
  }
  #container .latest-posts .posts-tab .project-posts .arrow-btn {
    position: relative;
    bottom: inherit;
  }
  #container .latest-posts .posts-tab.twitter {
    margin-bottom: 0;
  }
  #container .latest-posts .posts-tab.twitter .project-posts {
    margin-bottom: 0;
  }
  #container .latest-posts .posts-tab.twitter .project-posts .imgdisplay {
    width: 100%;
    margin-bottom: 30px;
  }
  #container .bai-us-screen .service-content {
    width: 100%;
  }
  #container .bai-us-screen .service-content:nth-child(even) {
    padding-right: 0;
  }
  #container .bai-us-screen .service-content .description {
    font-size: 20px;
  }
  #container .transmissions {
    padding: 30px;
  }
  #container .transmissions .headerlink {
    margin: 0 0 15px;
    float: left;
    clear: both;
  }
}
#container .team-screen {
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #444;
}
#container .team-screen .page-screen {
  padding: 40px 40px 0 40px;
}
#container .team-screen .page-screen h1,
#container .team-screen .page-screen h2,
#container .team-screen .page-screen h3,
#container .team-screen .page-screen h4,
#container .team-screen .page-screen h5 {
  font-weight: 300;
  margin-top: 0;
}
#container .team-screen .team__block {
  padding: 40px;
}
@media (max-width: 575px) {
  #container .team-screen .team__block {
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #container .team-screen .team__block {
    padding: 15px;
  }
}
#container .team-screen .team__block h5 {
  color: #999999;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
}
#container .team-screen .team__block hr {
  margin: 16px 0 2px !important;
  background-color: #999999;
}
#container .team-screen .team__block.Grey {
  background: #F7F7F7;
  color: #999999;
  position: relative;
}
#container .team-screen .team__block.Grey:before {
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: 0;
  background-color: #F7F7F7;
}
#container .team-screen .team__block.Grey h5 {
  color: #999999;
  position: relative;
  z-index: 1;
}
#container .team-screen .team__block.Grey hr {
  background-color: #999999;
  position: relative;
  z-index: 1;
}
#container .team-screen .team__block.Grey .team__items {
  margin-bottom: 0 !important;
}
#container .team-screen .team__block.Grey .team__items .team__item {
  background-color: #F7F7F7;
}
#container .team-screen .team__block.Grey .team__items .team__item:hover {
  background-color: #F7F7F7;
}
#container .team-screen .team__block .team__items {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 575px) {
  #container .team-screen .team__block .team__items {
    justify-content: space-around;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #container .team-screen .team__block .team__items {
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 1369px) {
  #container .team-screen .team__block .team__items {
    justify-content: space-between;
  }
}
#container .team-screen .team__block .team__items .team__item {
  width: 25%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 380px;
  position: relative;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
}
@media (max-width: 1370px) {
  #container .team-screen .team__block .team__items .team__item {
    width: 33.3333%;
  }
}
@media (max-width: 925px) {
  #container .team-screen .team__block .team__items .team__item {
    width: 50%;
  }
}
@media (max-width: 576px) {
  #container .team-screen .team__block .team__items .team__item {
    width: 100%;
    padding: 10%;
  }
}
#container .team-screen .team__block .team__items .team__item:hover {
  background-color: #fdfdfd;
}
#container .team-screen .team__block .team__items .team__item div {
  font-family: 'OpenSansRegular';
  font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#container .team-screen .team__block .team__items .team__item .team__item_person_image {
  border-radius: 50%;
  background-size: 150px !important;
  background: no-repeat 50% 20%;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  background-color: #999;
}
#container .team-screen .team__block .team__items .team__item .team__item_person_name {
  font-size: 24px;
  font-weight: 600;
  color: #0071ce;
  line-height: 1;
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 1369px) {
  #container .team-screen .team__block .team__items .team__item .team__item_person_name {
    white-space: nowrap;
  }
}
#container .team-screen .team__block .team__items .team__item .team__item_post {
  padding-right: 5px;
  /*font-style: italic;font-weight: 400;*/
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  
  color: #000;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
#container .team-screen .team__block .team__items .team__item .team__item_post .team__item_department {
  font-family: "Open sans", serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
#container .team-screen .team__block .team__items .team__item .team__item_bio {
  font-size: 14px;
  font-weight: 400;
  color: #4E4E4E;
}
#container .team-screen .team__block .team__items .team__item .team__item_link a {
  color: #00AEEF;
  font-size: 20px !important;
  font-weight: 400;
}
#container .team-screen .team__block .team__items .team__item .team__item_link a:before {
  display: none;
}
#container .team-screen .team__block .team__items .team__item .team__item_link a:hover {
  margin-left: unset;
}
@media (max-width: 768px) {
  #container .team-screen {
    padding: 0;
    margin: 0 auto;
  }
  #container .team-screen .team__block {
    padding: 30px;
  }
  #container .team-screen .team__block.Grey .team__item .team__item_post {
    margin: 0 auto;
    display: block;
  }
  #container .team-screen .team__block .team__items {
    padding: 0;
  }
  #container .team-screen .team__block .team__items .team__item {
    text-align: center;
    padding: 30px 0;
    height: auto;
  }
  #container .team-screen .team__block .team__items .team__item .team__item_person_image {
    margin: 10px auto;
  }
  #container .team-screen .team__block .team__items .team__item .team__item_post {
    margin: 0 auto;
    display: block;
  }
}
#container .blog-screen {
  margin: 50px auto 30px;
  padding: 0;
  background-color: inherit;
  position: relative;
  background-color: #00AEEF;
}
#container .blog-screen a {
  margin-left: 0;
}
#container .blog-screen a:before {
  content: normal;
}
#container .blog-screen .filter-panel {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 200px);
}
@media (max-width: 700px) {
  #container .blog-screen .filter-panel {
    width: calc(100% - 20px);
  }
}
#container .blog-screen .filter-panel div {
  line-height: 1;
  margin-right: 15px;
  padding: 30px 0;
}
#container .blog-screen .filter-panel div:last-child a {
  border: none;
}
#container .blog-screen .filter-panel div a {
  margin-left: 0;
}
#container .blog-screen .filter-panel div.active a {
  color:#00AEEF !important;
  font-weight: 600;
}
#container .blog-screen .filter-panel div.active a:after {
  width: 100%;
}
#container .blog-screen .filter-panel div:last-child {
  margin-right: auto;
}
#container .blog-screen .filter-panel div a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  color: #999;
  position: relative;
  cursor: pointer;
  /**/border-right: 1px solid #999;
  padding-right: 15px;
}
#container .blog-screen .advanced-filter-btn {
  font-size: 14px !important;
  padding: 9px 17px !important;
}
#container .blog-screen .advanced-filter-btn,
#container .blog-screen .go-btn {
  color: #fff;
  padding: 5px 35px;
  border-radius: 27px;
  border: 1px solid #fff;
  background-color: #0071ce !important;
  position: absolute;
  right: 50px;
  top: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 9;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  overflow: hidden;
}
#container .blog-screen .advanced-filter-btn.advanced-filter-btn,
#container .blog-screen .go-btn.advanced-filter-btn {
  width: 150px;
  height: 40px;
  -webkit-transition-duration: 50ms;
  -moz-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}
#container .blog-screen .advanced-filter-btn.go-btn,
#container .blog-screen .go-btn.go-btn {
  background: none;
  right: -130px;
  top: 60px;
  font-weight: 900 !important;
}
#container .blog-screen .advanced-filter-btn div,
#container .blog-screen .go-btn div {
  display: inline-block;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: absolute;
}
#container .blog-screen .advanced-filter-btn div.showfilters,
#container .blog-screen .go-btn div.showfilters {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#container .blog-screen .advanced-filter-btn div.close,
#container .blog-screen .go-btn div.close {
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -o-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}
#container .blog-screen .advanced-filter-btn:hover,
#container .blog-screen .go-btn:hover {
  background: #fff !important;
  color: #0071ce;
  border: 1px solid #0071ce;
}
#container .blog-screen .advanced-filter-btn.showclose,
#container .blog-screen .go-btn.showclose {
  top: 36%;
}
#container .blog-screen .advanced-filter-btn.showclose {
  top: 10%;
  right: 0;
  background: none !important;
  color: #999;
  border: none;
  font-size: 20px !important;
}
#container .blog-screen .advanced-filter-btn.showclose .showfilters,
#container .blog-screen .go-btn.showclose .showfilters {
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
#container .blog-screen .advanced-filter-btn.showclose .close,
#container .blog-screen .go-btn.showclose .close {
  -webkit-transform: translateX(45%);
  -moz-transform: translateX(45%);
  -o-transform: translateX(45%);
  -ms-transform: translateX(45%);
  transform: translateX(45%);
}
#container .blog-screen .advanced-filter {
  color: #999;
  padding: 20px;
  display: flex;
  align-items: center;
  display: none;
}
#container .blog-screen .advanced-filter #clearfield {
  cursor: pointer;
  color: #00AEEF;
  border: 1px solid #00AEEF;
  border-radius: 27px;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  right: -60px;
  top: 61px;
}
@media (min-width: 1120px) and (max-width: 1200px) {
  #container .blog-screen .advanced-filter div.form-elements {
    margin-right: 20px !important;
  }
  #container .blog-screen .advanced-filter #clearfield {
    margin-right: 30px !important;
  }
  
}
#container .blog-screen .advanced-filter ul.options {
  padding-left: 10px;
  top: 48px;
}
#container .blog-screen .advanced-filter ul.options li:before {
  content: none;
}
#container .blog-screen .advanced-filter div.form-elements {
  margin-right: 30px;
  display: inline-block;
  padding: 10px 0;
  max-width: 180px;
}
#container .blog-screen .advanced-filter div.form-elements.date-search,
#container .blog-screen .advanced-filter div.form-elements.media-search {
  min-width: 180px;
  position: relative;
}
#container .blog-screen .advanced-filter div.form-elements.date-search i,
#container .blog-screen .advanced-filter div.form-elements.media-search i {
  position: absolute;
  right: 15px;
  top: 45%;
  cursor: pointer;
}
#container .blog-screen .advanced-filter label {
  font-size: 14px;
  color: #5D5D5D;
}
#container .blog-screen .advanced-filter .select {
  border: 0;
}
#container .blog-screen .advanced-filter .select .styledSelect {
  background: none;
  border-bottom: 1px solid #999;
  height: 42px;
  margin: 8px 0;
  border: 1px solid #DDDDDD;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  color: #999;
  background-color: #fff;
  width: 100%;
  line-height: 30px;
  border-radius: 0;
}
#container .blog-screen .advanced-filter .select .styledSelect:after {
  top: 7px;
  right: 15px;
}
#container .blog-screen .advanced-filter select {
  -webkit-transform: translateX(10000%);
  -moz-transform: translateX(10000%);
  -o-transform: translateX(10000%);
  -ms-transform: translateX(10000%);
  transform: translateX(10000%);
  display: none;
}
#container .blog-screen .advanced-filter input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  margin: 5px 0 10px;
  border: 1px solid #DDDDDD;
  outline: none;
  font-size: 14px;
  padding: 5px 10px;
  color: #999;
  background-color: #fff;
  width: 100%;
  text-align: left;
  font-style: italic;
  line-height: 30px;
  border-radius: 0;
  box-shadow: none !important;
}
#container .blog-screen .advanced-filter input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#container .blog-screen .advanced-filter input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 14px;
  padding: 5px 0px;
  text-align: left;
  font-style: italic;
}
#container .blog-screen .advanced-filter input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 14px;
  padding: 5px 0px;
  text-align: left;
  font-style: italic;
}
#container .blog-screen .advanced-filter input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
  padding: 5px 0px;
  text-align: left;
  font-style: italic;
}
#container .blog-screen .advanced-filter input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
  padding: 5px 0px;
  text-align: left;
  font-style: italic;
}
@media (max-width: 1024px) {
  #container .advanced-filter-btn {
    display: none;
  }
  #container .filter-panel {
    width: 100%;
  }
  #container .blog-screen .filter-panel#filter-selection {
    width: 100%;
  }
  #container .filter-panel.advanced-filter {
    display: block;
    width: 100% !important;
  }
  #container .filter-panel.advanced-filter div.form-elements.freetext-search {
    width: 80%;
    padding-right: 0;
  }
  #container .filter-panel.advanced-filter div.form-elements.tag-search {
    display: none;
  }
  #container .filter-panel.advanced-filter div.form-elements.date-search {
    display: none;
  }
  #container .filter-panel.advanced-filter div.form-elements.media-search {
    display: none;
  }
  #container .filter-panel.advanced-filter div.form-elements.clearfield {
    display: none;
  }
  #container #search-advanced {
    top: 40%;
    right: 20px;
  }
}
#container .blog_posts {
  padding: 0;
  background: none;
  display: block;
}
#container .blog_posts a {
  margin-left: 0;
}
#container .blog_posts a:before {
  content: normal;
}
#container .blog_posts #nopostfound {
  padding: 30px;
  text-align: center;
}
#container .blog_posts .blog_post {
  display: flex;
  position: relative;
  align-items: center;
  min-height: 300px;
  padding: 30px 0;
  border-top: solid 1px #B9B9B9;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
#container .blog_posts .blog_post:hover+a {
  border-top: 1px solid #F7F7F7;
}
#container .blog_posts .blog_post:hover {
  background: #F7F7F7;
  margin-left: 0;
  border-top: 1px solid #F7F7F7;
}
#container .blog_posts .blog_post:before {
  content: "";
  position: absolute;
  width: 3000px;
  height: 100%;
  left: -1000px;
  z-index: 0;
}
#container .blog_posts .blog_post:hover:before {
  background-color: #F7F7F7;
}
#container .blog_posts .blog_post:hover .blog_post__img .outer-image-panel .img {
  transform: scale(1.2);
}
#container .blog_posts .blog_post .blog_post__img {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 40%;
  min-height: 240px;
}
#container .blog_posts .blog_post .blog_post__img .outer-image-panel {
  width: 100%;
}
#container .blog_posts .blog_post .blog_post__img img {
  align-self: center;
  min-width: 190px;
  height: 120px;
}
#container .blog_posts .blog_post .blog_post__body {
  padding-left: 30px;
  width: 100%;
  color: #595959;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__header {
  display: flex;
  justify-content: space-between;
}
#container .blog_posts .blog_post .blog_post__body .entry-meta,
#container .blog_posts .blog_post .blog_post__body .category {
  font-style: italic;
  font-size: 14px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #999;
  font-weight: normal;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__button {
  margin-top: 20px;
}

.blog_post__tags .new-btn{
  float: left;
  width: 100%;
  margin-top: 20px;
}
.slider-mobile .slider-mobile__slide__inner a.new-btn {
  color: #fff !important;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__button .new-btn,
.slider-mobile .slider-mobile__slide__inner a.new-btn, .blog_post__tags .new-btn{
  color: #0071ce; 
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
	cursor:pointer;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__button .new-btn:hover:after,
.slider-mobile .slider-mobile__slide__inner a.new-btn:hover:after, .blog_post__tags .new-btn:hover:after {
  margin-left: 15px;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__button .new-btn:after,
.slider-mobile .slider-mobile__slide__inner a.new-btn:after, .blog_post__tags .new-btn:after {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
-webkit-font-smoothing: antialiased;
margin-left: 10px;
-webkit-transition-duration: 300ms;
-moz-transition-duration: 300ms;
-o-transition-duration: 300ms;
transition-duration: 300ms;
}
#container .blog_posts .blog_post .blog_post__body h3 {
  text-decoration: none;
  color: #001a45;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 10px 0 20px 0;
  display: block;
  width: 70%;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 70%;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__tags span {
  color: #999;
  font-family: 'OpenSansSemibold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  white-space: pre-wrap;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__tags span em {
	font-weight: bold;
	font-style: normal;
	color: #0071ce;
}
#container .blog_posts .blog_post.firstChild .blog_post__body .blog_post__tags span em {
	color: #9ccae8;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__tags span:after {
  /*content: "|";*/
  padding: 5px;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__tags span:last-child:after {
  content: normal;
}
#container .blog_posts .blog_post .blog_post__body .blog_post__tags span:first-child {
  padding-left: 0;
}
#container .blog_posts .alm-listing.alm-ajax .blog_post.firstChild {
  border-top: none;
}

@media (max-width: 1370px) {
  #container .blog-screen {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post.firstChild .blog_post__body {
    height: auto;
  }
  .alm-listing {
    padding: 0 20px !important;
  }
}
@media (max-width: 768px) {
  .slider-mobile .slick-dots {
    bottom: 30% !important;
  }
  #container .blog-screen .filter-panel div a {
    border: none;
  }
  #container #search-advanced {
    top: 55%;
  }
  #container .blog-screen {
    margin: 0;
  }
  #container .blog-screen .filter-panel {
    height: auto;
    padding: 30px;
    display: block;
  }
  #container .blog-screen .filter-panel div {
    padding: 10px 0;
    display: block;
    width: 100%;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post.firstChild {
    flex-direction: column;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post.firstChild .blog_post__img {
    width: 100%;
    min-width: 100%;
    height: 150px;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post.firstChild .blog_post__body {
    width: 100%;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post {
    flex-direction: column;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post .blog_post__img {
    height: 150px;
    margin-bottom: 20px;
  }
  #container .blog_posts .alm-listing.alm-ajax .blog_post .blog_post__body {
    padding-left: 0;
  }
  .page-template-broadcast-template .content-page.country-selection.services-page {
    padding: 0 !important;
  }
  .page-template-broadcast-template .content-page.services-page .left-content {
    padding: 30px !important;
  }
  #container .breadcrumb {
    display: none;
  }
  .page-template-blog #bg-grey .section-container {
    padding: 0 !important;
  }
  #container .blog-screen .filter-panel {
    height: auto;
    padding: 30px 30px 0;
    display: flex;
    width: 100%;
  }
  #container .blog-screen .filter-panel div {
    padding: 10px 0;
    display: block;
    width: 50%;
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1340px) {
  #container .blog-screen .advanced-filter-btn.go-btn {
    right: 0;
    top: 50%;
    margin-top: -20px;
  }
}
#container .breadcrumb {
  background-color: #0e1e42;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 45px;
  padding: 10px 0;
}
#container .breadcrumb span[property="name"] {
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  vertical-align: middle;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#container .breadcrumb .page-wrapper {
  width: 1370px;
  margin: 0 auto;
}
#container .breadcrumb span {
  margin: 0 5px;
  text-align: left;
  line-height: 26px;
}
#container .breadcrumb span:first-child {
  margin-left: 0;
}
#container .breadcrumb span a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
#container .breadcrumb span a.current-item {
  color: #9ccae8;
}
@media (max-width: 1370px) {
  #container .breadcrumb {
    padding: 15px 30px;
  }
  #container .breadcrumb .page-wrapper {
    width: 100%;
  }
}
#container #featured-image {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
#container #featured-image .page-wrapper {
  height: 100%;
  position: relative;
  width: 1370px;
  margin: 0 auto;
}
@media (min-width: 1370px) {
	#container #featured-image .page-wrapper h2,
	#container .breadcrumb,
	#footer #footer-wrapper .col-bar {
		padding-left: 20px;
	}
}
@media (min-width: 1370px) and (max-width: 1390px) {
	#header .logo,
	#header .mainmenu {
		padding-left: 20px;
	}
}
#container #featured-image h1,
#container #featured-image h2,
#container #featured-image h3 {
  font-family: 'OpenSansLight';
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 60px;
  font-size: 46px;
  width: 80%;
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9);
}
#container #featured-image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, bottom top, bottom bottom, color-stop(1%, rgba(0, 0, 0, 0.6)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(255, 255, 255, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 1%, rgba(255, 255, 255, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 1%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 0, 0, 0.6), endColorstr=rgba(255, 255, 255, 0.1), GradientType=0);
  /* IE6-9 */
}

@media (max-width: 768px) {
  #container #featured-image .page-wrapper .flickergrid {
    display: none;
  }
}
#container .page-screen {
  font-family: 'OpenSansRegular';
  font-size: 20px;
  color: #5d5d5d;

}
#container .page-screen.posts-page {
  margin-bottom: 0;
}
#container .page-screen.contact-us {
	padding: 0;
}
/*#container .page-screen.contact-us table {
  width: 100%;
}
#container .page-screen.contact-us table tr td {
  width: 33.333%;
}
#container .page-screen.contact-us h1,
#container .page-screen.contact-us h2,
#container .page-screen.contact-us h3,
#container .page-screen.contact-us h4,
#container .page-screen.contact-us a {
  margin-bottom: 0;
}
#container .page-screen.contact-us h3 {
  margin-top: 10px;
}
#container .page-screen.contact-us div.contactus-header {
  background-color: #198993;
}
#container .page-screen.contact-us div.contactus-header div {
  width: 50%;
  text-align: center;
  padding: 20px;
  float: left;
  color: #fff;
}
#container .page-screen.contact-us div.contactus-header div h1,
#container .page-screen.contact-us div.contactus-header div h2,
#container .page-screen.contact-us div.contactus-header div h3,
#container .page-screen.contact-us div.contactus-header div h4,
#container .page-screen.contact-us div.contactus-header div p,
#container .page-screen.contact-us div.contactus-header div a {
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}
#container .page-screen.contact-us div.contactus-header div h1 a,
#container .page-screen.contact-us div.contactus-header div h2 a,
#container .page-screen.contact-us div.contactus-header div h3 a,
#container .page-screen.contact-us div.contactus-header div h4 a,
#container .page-screen.contact-us div.contactus-header div p a,
#container .page-screen.contact-us div.contactus-header div a a {
  font-weight: 600;
}
#container .page-screen.contact-us .address {
  padding: 30px;
}
#container .page-screen.contact-us .mobile-screens {
  display: none;
}
@media (max-width: 1370px) {
  #container .page-screen.contact-us .address {
    display: none;
  }
  #container .page-screen.contact-us .mobile-screens {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  #container .page-screen.contact-us .mobile-screens div {
    padding: 30px;
    width: 50%;
  }
}
@media (max-width: 768px) {
  #container .page-screen.contact-us div.contactus-header div {
    width: 100%;
  }
  #container .page-screen.contact-us .mobile-screens div {
    width: 100%;
  }
}*/
#container .page-screen .country-selection {
  opacity: 0;
  height: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  display: none;
}
#container .page-screen .country-selection.show {
  display: block;
  height: auto;
  opacity: 1;
}
#container .page-screen .country-selection.childborder {
  border-bottom: 1px solid #d4eceb;
  margin-bottom: 35px;
}
#container .page-screen h1,
#container .page-screen h2,
#container .page-screen h3,
#container .page-screen h4,
#container .page-screen h5,
#container .page-screen p,
#container .page-screen .content-page {
  margin: 20px 0;
  color: #5D5D5D;
  font-family: 'OpenSansRegular';
}
#container .page-screen h1 {
  font-size: 30px;
}
#container .page-screen h1 a {
  font-size: 30px;
}
#container .page-screen h2 {
  font-size: 30px;
  font-family: 'OpenSansSemibold';
  color: #007580;
}
#container .page-screen h2 a {
  font-size: 25px;
}
#container .page-screen h3 {
  font-size: 23px;
  color: #5D5D5D;
}
#container .page-screen h3 a {
  font-size: 23px;
}
#container .page-screen h4,
#container .page-screen h5 {
  font-size: 20px;
  font-weight: 300;
}
#container .page-screen h4 a,
#container .page-screen h5 a {
  font-size: 20px;
}
#container .page-screen p,
#container .page-screen .content-page,
#container .page-screen time {
  font-size: 20px;
}
#container .page-screen p em,
#container .page-screen .content-page em,
#container .page-screen time em {
  font-style: italic;
}
#container .page-screen strong {
  font-weight: 600;
}
#container .page-screen em {
  font-style: italic;
}
#container .page-screen ul {
  padding-left: 30px;
  margin: 0;
  font-size: 18px;
  /**
            list-style: none;
            li {
               padding-left:20px;
                .relative;
                color:#444;

                &:before {
                    content: "\f111";
                    font-family: FontAwesome;
                    .absolute;
                    top:50%;
                    font-size:10px;
                    margin-top:-5px;
                    left:0;
                    color:#444;
                }
              }
              **/
}
#container .page-screen a {
  text-decoration: none;
  color: #0071ce;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  /*font-weight: 600;*/
  margin-left: 0;
  font-size: 18px;
  word-wrap: break-word;
}
#container .page-screen a:before {
  content: normal;
}
#container .page-screen a:hover {
  color: #00AEEF;
  margin-left: 0;
}
#container .page-screen a.more-btn {
  font-size: 14px;
}
#container .page-screen .childpages {
  margin: 0 0 0 -40px;
}
#container .page-screen .childpages .child-page {
  width: 33.33333%;
  float: left;
  padding-left: 40px;
  height: 480px;
  margin-top: 40px;
  position: relative;
}
#container .page-screen .childpages .child-page h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
 /* font-size: 26px;*/
 min-height: 28px;
 font-size: 20px;
  color: #001a45;
  
}
#container .page-screen .childpages .child-page .image-overlay {
  height: 196px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
#container .page-screen .childpages .child-page .image-overlay:hover .child-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#container .page-screen .childpages .child-page .image-overlay .child-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;

  background-color: #B1B1B1;
}
#container .page-screen .childpages .child-page .child-country-selection {
  opacity: 0;
  height: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin: 0;
  padding: 0;
}
#container .page-screen .childpages .child-page .child-country-selection.show {
  height: 120px;
  overflow: hidden;
  opacity: 1;
  margin-bottom: 20px;
  padding-bottom: 35px;
}
@media (max-width: 1370px) {
  #container .page-screen .country-selection.show {
    margin: 0 auto;
  }
  #container .page-screen .childpages .child-page {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #container .page-screen .childpages {
    margin: 0;
  }
  #container .page-screen .childpages .child-page {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 0;
  }
  #container .page-screen .childpages .child-page .child-country-selection {
    margin-bottom: 0;
  }
  #container .page-screen .childpages .child-page .child-country-selection.show {
    height: auto;
    padding-bottom: 0;
  }
  #container .blog_posts .blog_post .blog_post__img,
  #container .blog_posts .blog_post .blog_post__body .blog_post__tags {
    width: 100%;
  }
  #content .gated-content {
    flex-direction: column-reverse;
    padding: 30px 30px 0 !important;
  }
  #content .gated-content .image {
    margin: 0 auto;
  }
  #content .gated-content .download_content {
    margin-left: 0 !important;
    width: 100% !important;
    padding-top: 0 !important;
  }
}
#content .gated-content-mobile-image {
  display: none;
}
#content .post-header {
  width: 100%;
}
#content .post-header .post-info {
  width: 70%;
  float: left;
}
#content .post-header .post-info h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: italic;
  margin: 10px 0;
}
#content .post-header .post-info .tags {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}
#content .post-header .social {
  float: right;
}
#content .container {
  width: 100%;
}
#content .container .content {
  width: 70%;
  float: left;
}
#content .container .content img {
  /**margin:50px auto; **/
  text-align: center;
  display: block;
}
#content .container .content iframe {
  margin: 0 auto;
  display: block;
}
@media (max-width: 700px) {
  #content .container .content iframe {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 575px) {
  #content .container .content iframe {
    height: 260px;
  }
  #container .filter-panel.advanced-filter div.form-elements.freetext-search {
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  #content .container .content iframe {
    height: 220px;
  }
  .page-template-site-sharing .site-sharing .left-block .links a {
    width: 100% !important;
  }
  #container #featured-image .page-wrapper h2 {
    font-size: 22px !important;
  }
}
@media (max-width: 380px) {
  #content .container .content iframe {
    height: 170px;
  }
}
#content .container .content .video-wrapper {
  position: relative;
  background-color: #f1f0f6;
  padding: 35px 35px 18px;
  text-align: center;
  margin-bottom: 35px;
  padding: 0;
  margin-bottom: 20px;
}
#content .container .content .video-wrapper:after {
  position: absolute;
  z-index: 10;
  width: 100px;
  height: 100px;
  background-image: url(images/youtube_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  pointer-events: none;
  -webkit-filter: drop-shadow(1px 1px 1px #999999);
  filter: drop-shadow(1px 1px 1px #999999);
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
}
#content .container .content .video-wrapper .sprint {
  display: none;
  font-size: 14px;
  text-align: center;
  margin-top: 17px;
  color: #333333;
  text-transform: uppercase;
}
#content .container .content .video-wrapper img.video_lightbox_anchor_image {
  width: 100%;
}
#content .container .right-panel {
  width: 30%;
  float: right;
  padding: 0 30px;
  position: relative;
}
#content .container .right-panel .author-panel {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #9f9f9f;
  font-style: italic;
}
#content .container .right-panel .author-panel .image {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 20px;
  background-image: url('images/BAI_Post_Placeholder.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
#content .container .right-panel .author-panel p {
  font-style: normal;
  margin-top: 6px;
}
#content .container .right-panel .author-panel a.name {
  display: block;
  text-align: center;
  color: #0071ce;
  text-decoration: none;
  font-family: 'OpenSansRegular';
  font-weight: normal;
  margin: 5px auto;
  font-style: normal;
}
#content .container .right-panel .author-panel .designation {
  font-family: 'OpenSansRegular';
  color: #444;
  font-style: normal;
  margin: 5px auto;
  display: block;
  font-size: 18px;
}
#content .container .right-panel .image-panel {
  width: 100%;
  height: 500px;
  margin-top: 50px;
}
#content .container .right-panel .image-panel .img {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: contain;
}
#content .gated-content {
  /* width: 100%; */
  padding: 40px 10% 0;
  background: unset;
  position: relative;
  display: flex;
  margin: 80px auto 0;
}

#content .gated-content.padding-top-bottom{
  padding-top: 20px;
  padding-bottom: 20px;
}

/* #content .gated-content:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
  z-index: 1;
  left: 0;
  position: absolute;
  top: 15px;
} */
#content .gated-content .image {
  width: 200px;
  height: 240px;
  background-color: #fff;
  float: left;
  position: relative;
  z-index: 2;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -1px -2px 5px 2px rgba(0, 0, 0, 0.15);
}
#content .gated-content .download_content {
  float: left;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  margin-left: 40px;
  text-align: left;
  width: 50%;
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content .gated-content .download_content p {
  font-size: 38px;
  /*font-weight: 300;*/
  color: #fff;
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
}
#content .form-pardot {
  background: #f7f7f7;
  z-index: 5;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #content .post-header .post-info {
    display: inline-block;
    width: auto;
  }
  #content .post-header .social {
    width: auto;
    display: inline-block;
    padding: 0 0 20px 20px;
  }
  #content .container .content {
    width: 100%;
  }
  #content .container .content img {
    max-width: 100%;
    height: auto;
  }
  #content .container .right-panel {
    width: 100%;
    padding: 0;

    height: auto;
    margin: 50px auto;
  }
  #content .container .right-panel .author-panel {
    margin: 0 auto;
  }
  #content .container .right-panel .image-panel {
    display: none;
  }
  #content .gated-content {
    margin-top: 40px;
  }
  #content .gated-content .image {
    width: 140px;
    height: 180px;
  }
  #content .gated-content:before {
    width: 100%;
    top: -30px;
    left: 0;
  }
  #content .gated-content .download_content {
    padding: 20px;
  }
  #content .gated-content .download_content p {
    font-size: 25px;
  }
  #container .blog_posts .blog_post .blog_post__body h3 {
    width: 100%;
  }
  #container .blog_posts .blog_post {
    min-height: 250px;
    padding: 20px 0;
  }
  #container .blog_posts .blog_post .blog_post__img {
    min-height: 200px;
  }
}
@media (max-width: 576px) {
  .post-template-default.single.single-post #content #bg-grey .form-pardot {
    padding: 40px 0;
  }
  .post-template-default.single.single-post #content #bg-grey .form-pardot iframe {
    height: 750px;
  }
  #content.gated-content-section #featured-image {
    display: none;
  }
  #content.gated-content-section .gated-content-mobile-image {
    display: block;
    background-color: #fff;
    padding-top: 30px;
  }
  #content.gated-content-section .gated-content-mobile-image .image {
    height: 150px;
    width: 100%;
    background-position: center center;
    background-size: cover;
  }
  #content.gated-content-section .gated-content-mobile-image .mobile-content {
    padding: 30px;
    text-align: center;
  }
  #content.gated-content-section .gated-content-mobile-image .mobile-content p {
    font-size: 18px;
    margin: 0;
  }
  #content.gated-content-section hr {
    display: none;
  }
  #content.gated-content-section .post-header {
    display: none;
  }
  #content.gated-content-section .container {
    display: none;
  }
  #content.gated-content-section .section-container.no-bottom-padding {
    padding-top: 0;
  }
  #content.gated-content-section .gated-content {
    padding: 0;
    margin-top: 0;
  }
  #content.gated-content-section .gated-content:before {
    content: '';
    height: 0;
  }
  #content.gated-content-section .gated-content .image {
    display: none;
  }
  #content.gated-content-section .gated-content .download_content {
    width: 100%;
  }
  #content.gated-content-section .gated-content .download_content p {
    font-weight: bold;
    color: #0071ce;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #content .gated-content .download_content {
    text-align: left;
  }
  #content .gated-content .download_content p {
    font-size: 20px;
  }
}
.pp_default .pp_content_container .pp_close {
  background-image: url('images/close-tube.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
#container .services-page {
  margin-bottom: 0;
  padding-top: 80px;
}
#container .services-page .content-page {
  padding-bottom: 0;
  margin: 0;
  display: none;
}
#container .services-page .content-page.show {
  padding-top: 0;
  display: block;
}
#container .services-page h2.main-heading {
  font-family: 'Open Sans', sans-serif;
 /*font-weight: 300;*/ 
  margin-bottom: 40px;
  padding-right: 40px;
}
#container .services-page .left-content {
  width: 70%;
  float: left;
  padding-right: 80px;
}
#container .services-page .right-content {
  width: 30%;
  float: left;
}
#container .services-page .right-content .right-image {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
#container .services-page .right-content .right-image .outer-image-panel {
  height: auto;
  position: relative;
  background-image: url('images/flickergrid.gif');
  background-size: cover;
  line-height: 0;
}
#container .services-page .right-content .right-image .outer-image-panel img {
  width: 100%;
}
#container .services-page .right-content .right-image .outer-image-panel #right-block-service-grid.flickergrid {
  width: 100%;
  height: 100%;
  background-image: url('images/flickergrid.gif');
  top: 0;
  margin: 0;
  left: 0;
  /**
                        margin:0;
                        left:0;
                        right: initial;
                        width:130%;
                        height:400px;
                        overflow: hidden;
                        top:0;

                        div {
                            width: 120px;
                            height: 135px;
                            background:rgba(255,255,255,0.8);
                            margin:0;
                            border-right:5px solid #fff;
                            border-bottom:5px solid #fff;
                            .transition-duration(500ms);

                            &.noshow {
                                background:rgba(255,255,255,0);
                            }
                        }**/
}
#container .services-page .right-content .right-image .outer-image-panel:hover .img {
  transform: none;
}
#container .services-page .right-content .block-image-bars {
  /*background-image: linear-gradient(to bottom right, #00AEEF, #40B8C9);*/
  background: #198993;
}
#container .services-page .right-content .block-image-bars .block-image-bar {
  width: 100%;
  padding: 40px 20px;
}
#container .services-page .right-content .block-image-bars .block-image-bar .block_info_circle {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  /**/border: 3px solid #FFFFFF;
  border-radius: 100%;
  margin-left: 20px;
}
#container .services-page .left-content .block-info div.clearfix {
  display: flex;
  margin: 40px 0;
}
#container .services-page .left-content .block-info .block_info_circle {
  width: 70px;
  height: 70px;
  display: block;
  border: 3px solid #00AEEF;
  border-radius: 100%;
}
#container .services-page .left-content .block-info .block_info_content {
  padding-left: 20px;
  width: 90%;
}
#container .services-page .left-content .block-info .block_info_content a span:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
#container .services-page .left-content .block-info .block_info_content a span:hover:after {
  margin-left: 15px;
}
#container .services-page .left-content .block-info .block_info_content h3 {
  color: #001a45;
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}
#container .services-page .right-content .block-image-bars .block-image-bar .right-block-bar {
  float: right;
  display: block;
  width: 90%;
}
#container .services-page .right-content .block-image-bars .block-image-bar span {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
#container .services-page .right-content .block-image-bars .block-image-bar h3 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  margin-bottom: 5px;
}
#container .services-screen.latest-posts {
  /* background-color: #eff5f6; */
  padding-top: 40px;
}
#container .services-screen.latest-posts .posts-tab {
  display: block;
}
@media (max-width: 1370px) {
  #container .services-page {
    padding: 0;
  }
  #container .services-page .content-page {
    padding: 30px;
  }
  #container .services-page .content-page .right-content .right-image {
    display: none;
  }
}
@media (max-width: 768px) {
  #container .services-page .content-page .right-content .block-image-bar img {
    margin: 0 auto;
    float: initial;
  }
  #container .services-page .content-page .right-content {
    width: 100%;
  }
  #container .services-page .content-page .left-content {
    width: 100%;
    padding-right: 0;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar {
    display: flex;
    padding: 30px;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar .block_info_circle {
    margin-left: 0;
  }
  #container .services-page .content-page .right-content .block-image-bar .right-block-bar {
    width: 55%;
    margin-left: 15px;
    line-height: 15px;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar h3 {
    font-size: 36px !important;
    font-weight: 400;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar span {
    font-size: 13px;
  }
  #container .services-page .left-content .block-info div.clearfix {
    display: block;
  }
  #container .services-page .left-content .block-info .block_info_circle {
    margin-bottom: 20px;
  }
  #container .services-page .left-content .block-info .block_info_content {
    padding-left: 0;
    width: 100%;
  }
  #container .services-page .left-content .block-info .block_info_content p {
    font-size: 14px;
  }
  .single-post #content .post-header .social,
  .single-post #content .container .right-panel {
    display: none;
  }
  .report-subcontent .container .percents .percents-item {
    padding: 10px 0 0 !important;
  }
  .svg-container {
    width: 80% !important;
  }
  .report-subcontent .container .percents {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  #container .services-page .left-content {
    width: 60%;
    padding-right: 20px;
  }
  #container .services-page .right-content {
    width: 40%;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar {
    padding: 30px 20px 30px 0;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar .block_info_circle {
    width: 70px;
    height: 70px;
  }
  #container .services-page .right-content .block-image-bars .block-image-bar .right-block-bar {
    width: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  #container .services-page .right-content .block-image-bars .block-image-bar .right-block-bar {
    width: 70% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {}
#container .our-locations {
  padding: 0;
  margin: 100px auto;
}
#container .our-locations .country-selection {
  margin: 0;
  padding: 0;
}
#container .our-locations #location-selection {
  list-style: none;
  float: left;
  width: 25%;
  height: 100%;
  padding-left: 0;
}
#container .our-locations #location-selection li {
  width: 100%;
  line-height: 1;
  font-weight: 400;
  color: #5D5D5D;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  padding: 12px 40px;
  min-height: 45px;
  cursor: pointer;
}
#container .our-locations #location-selection li:hover,
#container .our-locations #location-selection li.active {
  color: #007580;
  font-weight: 600;
}
#container .our-locations .location-content {
  float: left;
  width: 75%;
  border-left: 2px solid #B9B9B9;
}
#container .our-locations .location-content .service-content {
  width: 100%;
  display: none;
  padding: 30px 30px 30px 70px;
}
#container .our-locations .location-content .service-content img {
  max-width: 100%;
  margin: 0 auto 20px;
  display: block;
}
#container .our-locations .location-content .service-content h1 {
  color: #007580;
  font-family: 'OpenSansSemibold';
}
#container .our-locations .location-content .service-content p {
  color: #5D5D5D;
}
#container .our-locations .location-content .service-content.active {
  display: block;
}
#container .mobile-screens {
  margin-top: 0;
  padding-top: 0;
}
#container .our-locations-mobile .description {
  display: none;
}
#container .our-locations-mobile .description h1 {
  font-family: 'OpenSansSemibold';
  font-size: 22px;
  color: #007580;
  margin: 15px 0;
}
#container .our-locations-mobile .description p {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
}
@media (max-width: 1370px) {
  #container .our-locations {
    display: none;
  }
  #container .mobile-screens {
    padding-top: 10px;
  }
  #container .our-locations-mobile .description {
    display: block;
  }
}
#container .page-screen.our-culture {
  padding: 0;
  margin-bottom: 0;
}
#container .page-screen.our-culture .country-selection {
  padding: 0;
}
#container .page-screen.our-culture .country-selection.show .content-page {
  margin-bottom: 0;
}
#container .page-screen.our-culture .content-page {
  padding: 40px;
}
#container .page-screen.our-culture .peoples-content .peoples #mobile-hide > h1 {
  border-bottom: 1px solid #B9B9B9;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #999;
  font-size: 18px;
  /*font-style: italic;*/
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#container .page-screen.our-culture .peoples-content .peoples {
  padding: 0 40px 40px;
}
#container .page-screen.our-culture .peoples-content .peoples .people {
  width: 25%;
  float: left;
  padding-right: 35px;
  height: 350px;
  text-align: left;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-top: 40px;
  cursor: pointer;
}
#container .page-screen.our-culture .peoples-content .peoples .people h1,
#container .page-screen.our-culture .peoples-content .peoples .people h2 {
  color: #0071ce;
  font-size: 26px;
  font-weight: 600;
}
#container .page-screen.our-culture .peoples-content .peoples .people h1:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;

  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
#container .page-screen.our-culture .peoples-content .peoples .people h1:hover:after {
  margin-left: 15px;
}
#container .page-screen.our-culture .peoples-content .peoples .people span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  /*font-style: italic;*/
  color: #999;
}
#container .page-screen.our-culture .peoples-content .peoples .people span.desgination {
  font-size: 14px;
  font-weight: 400;
  /*font-style: italic;*/
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #000;
}
#container .page-screen.our-culture .peoples-content .peoples .people .img-overlay {
  height: 200px;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}
#container .page-screen.our-culture .peoples-content .peoples .people .img-overlay .img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;

  background-color: #999;
}
@media (max-width: 1370px) and (min-height: 100px) {
  #container .page-screen.our-culture .peoples-content .peoples .people {
    width: 33.3333%;
  }
}
@media (max-width: 1000px) {
  #container .page-screen.our-culture .peoples-content .peoples .people {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #container .page-screen.our-culture .peoples-content .peoples .people {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  #container .page-screen.our-culture .peoples-content .peoples .people .img-overlay {
    margin: 0 auto;
  }
}
#container .page-screen.our-culture .childpages,
.page-template-ourlocations-page #bg-grey .section-container {
  padding: 40px 40px 110px;
}
@media (max-width: 1370px) {
  #container .page-screen.our-culture {
    margin: 0 auto;
  }
  #container .page-screen.our-culture .content-page {
    margin: 0;
    padding: 30px;
  }
}
#container #popup-window .popup-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 998;
  display: none;
}
#container #popup-window .popup-overlay.show {
  display: block;
}
#container #popup-window .popup {
  width: 1000px;
  height: 600px;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -1000px;
  left: 50%;
  background-color: #fff;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  padding: 40px 0 40px 40px;
  z-index: 999;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.4);
  display: none;
}
#container #popup-window .popup .header {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 30px;
}
#container #popup-window .popup .img-panel {
  float: left;
  width: 25%;
}
#container #popup-window .popup .img-panel .img-overlay {
  margin: 0;
}
#container #popup-window .popup .img-panel .img-overlay .img {
  margin: 0;
}
#container #popup-window .popup .content {
  float: left;
  width: 75%;
  text-align: left;
}
#container #popup-window .popup .content .content-holder {
  max-height: 420px;
  overflow-y: auto;
  padding-right: 40px;
}
#container #popup-window .popup.show {
  display: block;
}
#container #popup-window .popup.animate {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1370px) and (min-height: 100px) {
  #container #popup-window .popup {
    width: 80%;
    top: 25%;
    height: 60%;
  }
  #container #popup-window .popup.animate {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #container #popup-window .popup .img-panel {
    width: 100%;
  }
  #container #popup-window .popup .img-panel .img-overlay {
    margin: 0 auto;
  }
  #container #popup-window .popup .img-panel .img-overlay .img {
    margin: 0 auto;
  }
  #container #popup-window .popup .content {
    width: 100%;
    height: 70%;
  }
  #container #popup-window .popup .content .content-holder {
    max-height: 70%;
    -webkit-overflow-scrolling: touch;
    padding: 0 20px;
  }
}
@media (max-height: 1000px) {
  #container #popup-window .popup {
    height: 85%;
    top: 100px;
  }
  #container #popup-window .popup.animate {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-height: 500px) {
  #container #popup-window .popup {
    top: 80px;
    height: calc(100% - 80px);
    width: 100%;
  }
  #container #popup-window .popup .header {
    color: #ccc;
  }
  #container #popup-window .popup .img-panel {
    display: none;
  }
  #container #popup-window .popup .content {
    height: 100%;
  }
}
@media (max-width: 768px) {
  #container #popup-window .popup {
    padding: 0;
  }
  #container #popup-window .popup .header {
    color: #fff;
    top: 0;
    right: 10px;
  }
  #container #popup-window .popup .header i {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  }
  #container #popup-window .popup .img-panel {
    padding: 0;
    height: 30%;
    width: 100%;
    margin: 0 auto;
  }
  #container #popup-window .popup .img-panel .img-overlay {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  #container #popup-window .popup .img-panel .img-overlay .img {
    background-size: cover;
  }
  #container #popup-window .popup .content h1 {
    margin: 20px 30px;
  }
}
@media (max-width: 576px) {
  #container #popup-window .popup {
    height: 80%;
  }
}
#footer #footer-wrapper {
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
  letter-spacing: 1.1px;
}
@media (max-width: 575px) {
  #footer #footer-wrapper {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #footer #footer-wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1369px) {
  #footer #footer-wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 1370px) {
  #footer #footer-wrapper {
    width: 1370px;
  }
  #container .page-screen a.more-btn {
    font-size: 17px;
}
}
#footer #footer-wrapper .col-bar {
  width: 25%;
  float: left;
}
#footer #footer-wrapper h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
}
#footer #footer-wrapper p {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
}
#footer #footer-wrapper .menu a {
  font-size: 14px;
  position: relative;
 /* font-weight: 600;*/
}
#footer #footer-wrapper .menu a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  position: absolute;
  left: -20px;
  /*bottom: -1px;*/
  top: 1%;
}
#footer #footer-wrapper .address {
  display: none;
}
#footer #footer-wrapper .address.show {
  display: block;
}
#footer #footer-wrapper .address .phones {
  margin: 30px 0;
  font-size: 14px;
}
#footer #footer-wrapper .address .phones .phoneitems {
  margin: 5px 0 5px 0;
}
#footer #footer-wrapper .address .phones .phoneitems i {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}
#footer #footer-wrapper .social {
  width: 100%;
  padding-top: 0;
}
#footer #footer-wrapper .social a {
  float: left;
  color: #fff;
  font-size: 18px;
  padding: 8px 0 0 12px;
  text-align: left;
}
#footer #footer-wrapper .social a.facebook {
  padding-left: 15px;
}
#footer #footer-wrapper .social a.youtube {
  padding-left: 10px;
}
#footer #footer-wrapper .social a:first-child {
  margin-left: 0;
}
@media (max-width: 1370px) {
  #footer {
    padding: 0;
    margin-top: 0;
  }
  #footer #footer-wrapper {
    width: 100%;
    padding: 30px;
  }
  #footer #footer-wrapper .col-bar {
    width: 50%;
    margin-bottom: 30px;
  }
  #footer #footer-wrapper .col-bar h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  #footer #footer-wrapper .col-bar {
    width: 100%;
  }
}
#content .wpvl_auto_thumb_box_wrapper {
  margin: 0 auto 30px auto;
  width: 100%;
  height: auto;
  padding: 20px 20px 20px 20px;
  background-color: #f0f1f6;
}
#content .wpvl_auto_thumb_box_wrapper .wpvl_auto_thumb_box {
  width: 100%;
  height: 100%;
}
#content .wpvl_auto_thumb_box_wrapper .video_lightbox_auto_anchor_image {
  width: 100%;
  height: 100%;
  margin: 0;
}
#content .wpvl_auto_thumb_box_wrapper .wpvl_auto_thumb_play {
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  background-image: url('images/youtube_icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border: 7px solid #d6d6d6;
  border-radius: 50%;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
#content .wpvl_auto_thumb_box_wrapper .wpvl_auto_thumb_play img {
  margin: 0;
}
#content .wpvl_auto_thumb_box_wrapper .sprint {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  color: #9c9c9c;
}
#content .page-screen .wpvl_auto_thumb_box_wrapper {
  margin: 0 20% 30px 20%;
  width: auto;
}
@media (max-width: 1100px) {
  #content .page-screen .wpvl_auto_thumb_box_wrapper {
    margin: 0 10% 30px 10%;
    width: 80%;
  }
}
@media (max-width: 576px) {
  #content .page-screen .wpvl_auto_thumb_box_wrapper {
    margin: 0 auto 30px auto;
    width: 100%;
  }
}
/*Video Overlay*/
div.pp_default .pp_content_container .pp_details {
  position: absolute;
  top: -24px;
  right: 0px;
  background-color: transparent;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  height: calc(100% - 34px) !important;
}
/*Placeholder*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}
.bai_highlight_section {
 /* background: #00AEEF;*/
  padding: 20px 0;
  border-radius: 0;
}
.bai_highlight_section > h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.8;
  /*color: white !important;*/
}
.bai_highlight_section > h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
 /* color: white !important;*/
}
.bai_highlight_section > h3 {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.2;
  /*color: white !important;*/
}
.bai_highlight_section > p {
  font-size: 16px;
  line-height: 22px;
  /*color: white !important;*/
}
.bai_highlight_section > a,
.bai_highlight_section > p > a {
  /*background-color: #fff !important;
  border: 1px solid #00AEEF !important;
  color: #00AEEF;
  padding: 5px 20px 5px 20px;
  border-radius: 20px;*/
  font-size: 18px !important;
  font-weight:normal !important;
    color: #fff;
    font-family: 'OpenSansSemibold';
}
.bai_highlight_section > a:hover,
.bai_highlight_section > p > a:hover {
  /*background-color: #00AEEF !important;
  border: 1px solid #ffffff !important;
  color: #fff !important;*/
}
#container .advisory-section .advisory {
  width: calc(100% + 40px);
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #444;
  margin-left: -40px;
  padding-top: 40px;
}
#container .advisory-section .advisory .advisory-block {
  width: 33.3333%;
  min-height: 300px;
  height: 500px;
  font-size: 16px;
  padding: 40px 0 20px 40px;
  float: left;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #fff;
  cursor: pointer;
}
#container .advisory-section .advisory .advisory-block .team__item_link a {
  color: #0071ce !important;
}
#container .advisory-section .advisory .advisory-block .team__item_link a span {
  display: inline-block;
}
#container .advisory-section .advisory .advisory-block:hover .advisory-img.img-overlay .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#container .advisory-section .advisory .advisory-block p,
#container .advisory-section .advisory .advisory-block span,
#container .advisory-section .advisory .advisory-block div {
  font-size: 16px;
}
#container .advisory-section .advisory .advisory-block .img-overlay {
  width: 160px;
  height: 160px;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
#container .advisory-section .advisory .advisory-block .img-overlay .img {
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#container .advisory-section .advisory .advisory-block p {
  margin: 20px 0;
}
#container .advisory-section .advisory .advisory-block h1 {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  margin: 20px 0 15px;
}
#container .advisory-section .advisory .advisory-block span {
  display: block;
}
#container .advisory-section .advisory .advisory-block span.team_name {
  font-size: 15px;
}
#container .advisory-section .advisory .advisory-block span.designation {
  font-weight: 600;
}
@media (max-width: 1370px) and (min-height: 100px) {
  #container .advisory-section .advisory .advisory-block {
    width: 33.3333%;
  }
}
@media (max-width: 1000px) {
  #container .advisory-section .advisory .advisory-block {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #container .advisory-section .advisory .advisory-block {
    width: 100%;
  }
}
#container .advisory-section.advisory-simple .advisory .advisory-block {
  height: 400px;
  padding-bottom: 40px;
  position: relative;
}
#container .advisory-section.advisory-simple .advisory .advisory-block:hover .advisory-img.img-overlay .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#container .advisory-section.advisory-simple .advisory .advisory-block .team__item_link {
  position: absolute;
  bottom: 0;
}
/*.ie .styledSelect#changeCountry {
  background-position: -82px;
}
.ie .styledSelect {
  background-size: 90%;
  background-position: -69px;
}*/
.ie #container .home-screen ul.switch-menu li a::after {
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
}

/* Site-wide search **************************************/

#header {
	position: relative;
}

/************/

#header a[href="#search-form"] {
	position: absolute;
	top: 29px;
	right: 185px;
	width: 33px;
	height: 33px;
	outline: none;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	font: inherit;
	font-size: 0;
	text-indent: -5000px;
	background: transparent url(images/search.png) 7px 7px no-repeat;
	background-size: 20px 60px;
	cursor: pointer;
	transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-webkit-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
}
#header a[href="#search-form"]:hover, 
#header a[href="#search-form"].open {
	color: #fff;
	background-position: 7px -33px;
	background-color: #00AEEF;
}

/************/

#search-form {
	max-height: 0;
	color: #fff;
	overflow: hidden;
	background: #00AEEF;
	transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}
#search-form.open {
	max-height: 80px;
}
#search-form form {
	position: relative;
	width: 100%;
	max-width: 1370px;
	padding: 20px 150px 20px 0;
	text-align: left;
	margin: 0 auto;
}
#search-form form input[type="text"] {
	width: 100%;
	height: 40px;
	outline: none;
	border: none;
	border-bottom: 1px solid #fff;
  border-radius: 0;
	padding: 5px 0;
	font-family: inherit;
	font-style: italic;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #fff;
	margin: 0;
	background: none;
}
#search-form form :-moz-placeholder {
	font: inherit;
	color: inherit;
}
#search-form form ::-moz-placeholder {
	font: inherit;
	color: inherit;
}
#search-form form ::-webkit-input-placeholder {
	font: inherit;
	color: inherit;
}
#search-form form :-ms-input-placeholder {
	font: inherit;
	color: inherit;
}
#search-form form ::-ms-input-placeholder {
	font: inherit;
	color: inherit;
}
#search-form form button {
	position: absolute;
	top: 20px;
	right: 0;
	width: 120px;
	height: 40px;
	padding: 10px 20px;
	outline: none;
	border: 1px solid #fff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	font: inherit;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: transparent;
	cursor: pointer;
	transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
}
#search-form form button:hover, 
#search-form form button:focus {
	color: #00AEEF;
	background: #fff;
}

/************/

.searching {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100vh;
	padding: 0 0 7.5%;
	background: rgba(0,0,0,0.6);
	z-index: 100000000000;
}
.searching.open {
	display: flex;
}
.searching-grid {
	width: 39px;
	height: 39px;
	margin: 0 auto;
}
.searching-grid .sk-cube {
	float: left;
	width: 13px;
	height: 13px;
	background-color: #fff;
	-webkit-animation: searching-animationDelay 1.3s infinite ease-in-out;
	animation: searching-animationDelay 1.3s infinite ease-in-out;
}
.searching-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.searching-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.searching-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.searching-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.searching-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.searching-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.searching-grid .sk-cube7 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.searching-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.searching-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes searching-animationDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@keyframes searching-animationDelay {
	0%,
	70%,
	100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}
@media (max-width: 1370px) {
	#search-form form {
		padding: 20px 180px 20px 30px;
	}
	#search-form form button {
		right: 30px;
	}
}
@media (max-width: 1210px) {
	#header a[href="#search-form"] {
		right: 80px;
	}
	#search-form form {
		padding: 20px 165px 20px 30px;
	}
	#search-form form button {
		width: 110px;
	}
}
@media (max-width: 1100px) {
	ul.bai_header_menu li a {
		font-size: 13px;
	}
}
@media (max-width: 768px) {
	#search-form form {
		padding: 20px 95px 20px 30px;
	}
	#search-form form button {
		width: 50px;
		padding: 10px;
	}
	#header a[href="#search-form"] {
		top: 24px;
  }
}
@media (max-width: 576px) {
	#search-form form {
		padding: 14px 95px 14px 30px;
	}
	#search-form form button {
		top: 14px;
	}
}

.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}

.ta-center {
  text-align: center;
}

.slick_slider {
  max-width: 100%;
  position: relative;
}

#container .latest-posts .posts-tab .project-posts--sticky {
  float: right;
}

#container .team-screen .team__block.noheader {
  padding: 10px 40px 40px;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}


img.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}


/** REPORT PAGE */

.report-page {
  display: flex;
  padding: 0;
}

.report-left {
  width: 65%;
  padding: 20px 40px;
}

.report-right {
  width: 35%;
  background: #ffffff;
  padding: 20px 0;
}

.report-right-header {
  font-size: 24px;
  color: #444444;
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #444444;
  margin: 0 30px 10px;
  padding: 0 0 10px;
}

.report-headers-subheader {
  font-family: Georgia,'Times New Roman',Times,serif;
  font-size: 15px;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}

.report-headers-header {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
}

.report-headers-button_mobile {
  display: none;
  text-align: center;
}

.report-headers-button_mobile a {
  font-size: 18px !important;
  border-radius: 50px;
  padding: 10px 25px;
  margin: 10px 0;
}

.report-testimonial {
  background: #f1f1f1;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 10px;
}

.report-testimonial-text {
  font-size: 24px;
  font-family: 'OpenSansLight', Arial, Helvetica, sans-serif;
  color: #000;
}

.report-testimonial-author {
  font-size: 14px;
  color: #7d7d7d;
  font-weight: bold;
  width: 100%;
  margin: 20px 0 0;
}

.report-testimonial-source {
  font-size: 14px;
  color: #8c8383;
  max-width: 520px;
}
.blur:before {
  backdrop-filter: blur(4px);
}
@media (min-width: 1024px) {
  .page-template-ourpeople-page .content-page, .content-page {
    /*width: 85%;*/
    width: 1370px;
    margin-right: auto;
    margin-left: auto;
  }
}

.content ol{
  margin-left: 22px;
}

@media(max-width: 1024px) {
  .report-page {
    flex-wrap: wrap;
  }
  .report-left,
  .report-right {
    width: 100%;
    margin-bottom: 10px;
  }
  .report-left {
    padding: 20px;
  }
  .report-right {
    padding: 20px 0;
    margin-bottom: 30px;
  }
  .report-headers-button_mobile {
    display: block;
    margin: 20px 0 0;
  }
  .report-headers-header {
    font-size: 22px;
  }
  .report-testimonial {
    padding: 20px;
  }
  .report-testimonial-text {
    font-size: 18px;
  }
}

/** END REPORT PAGE */

#container section.cta-block {
  margin-top: 0;
  position: relative;
  background: unset;
  padding: 40px;
}

.cta-block__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 992px) {
  section.cta-block .cta-block__bg {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 36%;
    height: 100%;
  }
}

section.cta-block .cta-block__content {
  z-index: 1;
  position: relative;
}

@media (min-width: 992px) {
  section.cta-block .cta-block__content {
    padding-bottom: 0;
  }
}

.cta-block__header {
  color: #fff!important;
  font-size: 30px!important;
  font-weight: 100!important;
  margin-bottom: 10px!important;
  margin-left: 5px;
}
@media (min-width: 1040px) {
  .cta-block__header div {
    max-width: 990px;
    margin: 0 auto;
  }
}

.cta-block__desktop {
  padding: 10px 0 0;
  display: block;
}

@media (max-width: 992px) {
  .cta-block__desktop {
    padding: 10px 0 20px;
  }
}

.cta-block__iframe iframe {
  width: 1px;
  min-width: 100%;
}

.cta-block__sidebar {
  position: relative;
}

.cta-block__sidebar .cta-block__header {
  color: #000 !important;
  padding: 20px 30px 10px;
  font-size: 25px !important;
}

.cta-block__sidebar__mobile {
  margin: 100px -10px;
}

.cta-block__sidebar__mobile hr {
  width: calc(100% - 60px) !important;
  margin: 20px auto !important;
}

@media (min-width: 1025px) {
  .cta-block__sidebar__mobile {
    display: none;
  }
}

.cta-block__sidebar__desktop {
  display: none;
  margin: 70px 0 0;
}

@media (min-width: 1025px) {
  .cta-block__sidebar__desktop {
    display: block;
    position: relative;
    z-index: 10;
  }
}

/* BAI NEW DESIGN */

#container .services h2 {
  font-size: 38px;
  font-weight: 300;
  color: #001a45;
}

section.banner {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  min-height: 300px;
  max-height: 350px;
}

section.banner div.section-container {
  display: flex;
  background: none;
}

section.banner div.section-container .banner-content {
  padding-left: 50px;
}

section.banner div.section-container .banner-content p {
  font-size: 30px;
  font-family: 'OpenSansSemibold';
  color: #fff;
  padding-bottom: 40px;
}

a.white-btn {
  color: #0071CE !important;
  display: inline-block !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  padding: 10px 30px;
  border-radius: 18px;
  border: 1px solid #fff;
  cursor: pointer;
  background: #fff;
}

a.white-btn:before, a.white-btn:after {
  content: none !important;
}

a.white-btn:hover {
  margin: 0 !important;
  background: transparent;
}
.page-template-blog a.white-btn:hover {
  margin-top: 20px !important;
}
.page-template-blog .n2-ss-slider .slider-content h1 {
  font-size: 20px !important;
  font-style: italic;
  font-weight: 300 !important;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  padding-bottom: 10px !important;
}
.page-template-blog .n2-ss-slider .slider-content h2 {
  font-weight: 300 !important;
}
.page-template-blog .n2-ss-slider .slider-content a {
  margin: 0 !important;
}
.mapfinder.broadcast-map-main .thirds a {
  transition-duration: 300ms;
  padding: 7px 20px !important;
}
.mapfinder.broadcast-map-main .thirds a:hover,
a.white-btn:hover {
  /*background-color: #fff;*/
  background: transparent;
  color: #fff !important;
}
.mapfinder.broadcast-map-main .top_part {
  margin-bottom: 60px !important;
}
.mapfinder.broadcast-map-main .top_part p {
  margin-bottom: 50px !important;
}
.mapfinder.broadcast-map-main .top_part input {
  background-image: url("/wp-content/themes/bairebrand/images/Path3.svg") !important;
}
section#content {
  overflow: hidden;
}
#bg-white {
  background-color: #fff;
}
#bg-grey {
  background-color: #f4f4f4 !important;
}
#bg-darkblue {
  background-color: #001a45;
}
#bg-gradient {
  background-image: linear-gradient(to bottom right, #00AEEF, #40B8C9);
}

section#bg-grey .section-container {
  background: unset;
}

.page-template-ourpeople-page footer,
.page-template-ourlocations-page footer,
.page-template-ourculture-page footer,
.page-template-advisory-simple-page footer,
.page-template-default footer,
.page-template-broadcast-template footer,
.page-template-home-page footer,
.post-template-default.single.single-post footer,
.page-template-team-page footer,
.page-template-single-reportv2 footer {
  margin-top: 0 !important;
}
.page-template-ourculture-page .n2-ss-slider .slider-content h1 {
  font-weight: 300 !important;
}
#bg-grey .section-container.services-screen.latest-posts {
  padding: 80px 40px 100px;
}
#bg-grey .section-container.services-screen.latest-posts h2 {
  color: #001a45;
}
#container .banner .home-screen {
  padding: 85px 40px;
}

.page-template-advisory-simple-page #content .section-container .content-page h3 {
  color: #001a45;
  font-weight: 400;
}
.page-template-site-sharing #featured-image {
  background-position: right !important;
}
.page-template-site-sharing .site-sharing .right-block .accordion h3 {
  margin: 0 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: #5D5D5D !important;
}
.page-template-blog #bg-grey .section-container {
  padding: 30px ;
  margin: 0 auto;
}
.single-post #content .container .right-panel .cta-block__content {
  padding: 20px;
  background-color: #fff;
}
.single-post #content .container .right-panel .cta-block__content .cta-block__header {
  margin: 0;
  padding: 10px;
  color: #001a45 !important;
  font-weight: 600 !important;
  font-size: 22px !important;
}
.post-template-default.single.single-post #content .form-pardot {
  /**/ padding: 80px 0;
  
}
.post-template-default.single.single-post #content .form-pardot.no-padding{
  padding: 0;
}
.post-template-default.single.single-post #content #bg-grey .form-pardot iframe {
 /* height: 820px; */
}

/*
#container .blog_posts .loadmore {
  cursor: pointer;
  width: 150px;
  margin: 30px auto !important;
  height: 36px !important;
  padding: 10px 30px !important;
  font-size: 20px;
  font-family: 'OpenSansSemibold';
  color: #fff;
  background-color: #0071ce !important;
  border-color: #0071ce !important;
  line-height: 1 !important;
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 18px;
}*/

#container .blog_posts .loadmore{
  display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: 'OpenSansSemibold';
    font-size: 20px;
    text-align: center;
    padding: 9px 30px;
    border-radius: 50px;
    background-color: #0071ce;
    border: 1px solid #0071ce;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    text-transform: uppercase;
}

#container .blog_posts .loadmore:hover{
  color: #0071ce;
  background: #fff;
  border: 1px solid #0071ce;
}

.center-div-wrap{
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blockquote {
  display: flex;
  padding: 60px 40px;
  max-width: 1370px;
  margin: 0 auto;
  color: #fff;
  position: relative;
}
.blockquote .flickergrid {
  width: 320px;
  right: -40px;
  margin-top: -140px;
}
.blockquote .flickergrid div,
.gated-content .flickergrid div {
  height: 60px;
  width: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.gated-content .flickergrid {
  width: 480px;
  right: -60px;
  margin-top: -135px;
}
.blockquote .blockquote_content {
  width: 65%;
  border-right: 1px solid #fff;
  margin-right: 60px;
  padding-right: 100px;
  line-height: 1.2;
}
.blockquote .blockquote_content p {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}
.blockquote .blockquote_content span {
  font-size: 12px;
  font-weight: 400;
}
.blockquote .blockquote_author {
  align-self: center;
  line-height: 1.2;
}
.blockquote .blockquote_author p {
  font-size: 22px;
  font-weight: 900;
}
.blockquote .blockquote_author span {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 425px) {
  .slider-mobile .slick-dots {
    bottom: 25% !important;
  }
  #mobile-hide {
    display: none;
  }
  .page-template-blog .n2-ss-slider .slider-content {
    bottom: 40px;
  }
  #container .team-screen .team__block.Grey {
    padding: 0 30px 30px;
  }
  section.our-culture .content-page iframe {
    width: 260px;
    height: 180px;
  }
  #container .page-screen.our-culture .childpages,
  .page-template-ourlocations-page #bg-grey .section-container {
    padding:  10px 30px 110px;
  }
  .mapfinder.broadcast-map-main .top_part {
    margin-bottom: 20px !important;
  }
  .mapfinder.broadcast-map-main .top_part p {
    margin-bottom: 30px !important;
  }
  .mapfinder.broadcast-map-main .thirds > div {
    margin: 10px 0 !important;
  }
}

@media (min-width: 426px) {
  #desktop-hide {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 768px) {
  section.our-culture .content-page iframe {
    width: 360px;
    height: 200px;
  }
}
@media (min-width: 769px) {
  #container #featured-image .page-wrapper h2 {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  #container .team-screen .page-screen {
    padding: 20px 30px 0;
  }
  #container .page-screen h2,h3 {
    font-size: 18px !important;
  }
  #container .page-screen p {
    font-size: 16px;
  }
  #container .page-screen a {

    color: #0071ce;
    margin-left: 0;
    font-size: 16px;

}
  #container .page-screen .childpages .child-page h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #container .page-screen .childpages .child-page .child-country-selection {
    font-size: 16px;
  }
  #container .page-screen.our-culture .childpages {
    padding: 0 30px 50px;
  }
  #container .team-screen .team__block.White {
    padding-top: 0;
  }
  #container .team-screen .team__block .team__items .team__item .team__item_post,
  #container .team-screen .team__block .team__items .team__item .team__item_link {
    padding: 0;
  }
  #container .team-screen .team__block .team__items .team__item {
    padding: 30px 0 0;
  }
  #container .team-screen .team__block .team__items .team__item .team__item_bio {
    padding: 20px 0;
  }
  .page-template-advisory-simple-page .team__block.country-selection .team__block {
    padding: 0 !important;
  }
  .page-template-site-sharing .site-sharing .right-block .accordion h3 {
    font-size: 14px !important;
    padding: 30px 0 10px 0;
  }
  .page-template-site-sharing .site-sharing .right-block .accordion p,.page-template-site-sharing .site-sharing .right-block .accordion a,.page-template-site-sharing .site-sharing .right-block .accordion li {
    font-size: 14px !important;
  }
  .page-template-site-sharing .site-sharing .left-block .links a {
    font-weight: 900 !important;
    padding: 10px 13px;
    border-radius: 20px;
  }
  .page-template-site-sharing .site-sharing .right-block .support {
    margin-top: 20px;
  }
  
}
.page-template-site-sharing #featured-image:before {
  background: none !important;
}

/* Latest posts */
#container .home-screen.latest {
  padding: 80px 40px;
}
#news-latest {
  display: grid;
  grid-template-areas:
        "post-1 post-1 post-2 post-3"
        "post-1 post-1 post-4 post-5";
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(4, 1fr);
}
#news-latest .home__content__post:first-child {
  grid-area: post-1;
}
#news-latest .home__content__post:first-child .img-anim {
  height: 521px;
}
#news-latest .home__content__post:nth-child(2) {
  grid-area: post-2;
}
#news-latest .home__content__post:nth-child(3) {
  grid-area: post-3;
}
#news-latest .home__content__post:nth-child(4) {
  grid-area: post-4;
}
#news-latest .home__content__post:nth-child(5) {
  grid-area: post-5;
}
#news-latest .home__content__post {
  padding: 15px;
  position: relative;
}
#news-latest .home__content__post .home__content__post__info {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 10px;

  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #999999;
}
#news-latest .home__content__post .home__content__post__title {
  font-size: 17px;
  font-family: 'OpenSansRegular';
  color: #5d5d5d;
  overflow: hidden;
  height: 50px;
}
#news-latest .home__content__post .home__content__post__link {
  margin-top: 10px;
}
#news-latest .home__content__post .home__content__post__link a.new-btn {
  color: #0071ce;
  text-decoration: none;
  /*text-transform: uppercase;*/
  font-size: 17px;
  font-family: 'OpenSansSemibold';
  cursor: pointer;
  position: absolute;
  bottom: 0;
}
#news-latest .home__content__post .home__content__post__link a.new-btn:hover {
  margin: 0;
}
#news-latest .home__content__post .home__content__post__link a.new-btn:before {
  content: none;
}
#news-latest .home__content__post .home__content__post__link a.new-btn:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  margin-left: 10px;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  position: absolute;
    bottom: -2px;
}
#news-latest .home__content__post .home__content__post__link a.new-btn:hover:after {
  margin-left: 15px;
}
#news-latest .home__content__post .img-anim {
  background-color: #999;
  position: relative;
  overflow: hidden;
  height: 188px;
  width: 100%;
}
#news-latest .home__content__post:hover .img-anim img {
  transform: scale(1.2);
}
#news-latest .home__content__post .img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s;
}
.news-latest-btn {
  text-align: center;
  margin-top: 50px;
}
.news-latest-btn .more-btn {
  /*font-size: 16px !important;*/
}

@media (min-width: 1024px) and (max-width: 1200px) {
  #news-latest .home__content__post:first-child .img-anim {
    height: 447px;
  }
  #news-latest .home__content__post .img-anim {
    height: 150px;
  }
}
@media (max-width: 1024px) {
  #news-latest {
    display: flex;
    flex-direction: column;
  }
  #news-latest .home__content__post {
    padding: 30px 0;
  }
  #news-latest .home__content__post:first-child .img-anim {
    height: 188px;
  }
  #container .home-screen.latest {
    padding: 50px 30px;
  }
  .section-container.home-screen.latest h2.news-latest {
    font-size: 32px !important;
  }
  .section-container.home-screen.latest h2.news-latest,
  .section-container.home-screen.latest hr.news-latest {
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
}
.section-container.home-screen h2.news-latest {
  font-size: 46px !important;
  font-weight: 300 !important;
  color: ##001a45 !important;
  margin-left: 15px !important;
}
.section-container.home-screen hr.news-latest {
  margin: 20px 30px 50px 15px !important;
}
@media (max-width: 1024px) {
  .blockquote .flickergrid,
  .gated-content .flickergrid,
  .section-container.cta-block:before {
    display: none;
  }
}
.section-container.cta-block:before {
  content: "";
  width: 100%;
  height: 90%;
  background-image: url(/wp-content/uploads/2020/06/flicker-fake.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: .8;
}

/* slider */
.slider-mobile {
  height: 400px;
  margin-bottom: 0 !important;
}
.slider-mobile__slide {
  width: 100%;
  min-height: 400px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative; 
}
.slider-mobile__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
.slider-mobile__slide .slider-mobile__slide__inner {
  width: 1370px;
  margin: 0 auto;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item {
  /*height: 400px; */
}
.slider-mobile .slider-mobile__slide__inner a.new-btn {
  margin-top: 20px;
  font-size: 13px;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content {
  color: #fff;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 45px;
  z-index: 2;
  width: 50%;
  margin-left: 40px;
  line-height: 1.2;
}

@media only screen
and (min-width: 520px)
and (max-width: 1024px) {
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content.home-page-slider{
    bottom: 18px;
  }
  #container .slider_item_content.home-page-slider h1 {
    font-size: 24px;
  }
}


.slider_item_content p{
  color: #fff !important;
    font-size: 30px;
    font-family: 'OpenSansSemibold';

}

.slider_item_content span{
      margin-top: 10px;
    color: #fff !important;
    font-size: 46px;
    font-family: 'OpenSansLight';
    line-height: 1;
    margin-bottom: 15px;
}

@media (max-width: 1370px) {
  #container #featured-image .page-wrapper {
    width: 100%;
    padding: 0 30px;
  }
  #container #featured-image .page-wrapper h2 {
    left: 0;
    width: 100%;
    padding: 0 30px;
    font-size: 30px;
    bottom: 80px;
  }

  #container .latest-posts h2 {
    font-size: 30px;
  }

  
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content .white-btn {
  /** SHS */
  margin-top: 20px;
  font-size: 14px !important;
  padding: 10px 30px;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content .white-btn:hover {
  margin-top: 20px !important;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content a {
  color: #fff;
  font-size: 32px;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content a p {
  font-weight: 600;
  line-height: 1.2;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content span {
  font-weight: 300;
}
#container  .slider_item_content h2{
  color: #fff !important;
  font-size: 30px;
  font-family: 'OpenSansSemibold';

}
#container  .slider_item_content h1{
    margin-top: 10px;
    color: #fff !important;
    font-size: 46px;
    font-family: 'OpenSansLight';
    line-height: 1;
    margin-bottom: 15px;
}
.slider-mobile .slick-next,
.slider-mobile .slick-prev {
  display: none !important;
}
.slider-mobile:hover .slick-dots {
  display: flex !important;
  z-index: 10;
}
.slider-mobile .slick-dots {
  display: flex;
  flex-direction: column;
  bottom: 38%;
  /** SHS */
  align-items: flex-end;
  z-index: 10;
}
.slider-mobile .slick-dots li button:before {
  font-size: 28px;
  content: "○";
  color: #fff;
  opacity: .8;
}
.slider-mobile .slick-dots li.slick-active button:before {
  content: "●";
  color: #fff;
  opacity: .8;
}
@media (max-width: 992px) {
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content {
    width: 70%;
    font-size: 28px !important;
  }
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content a {
    font-size: 28px !important;
  }
}
@media (max-width: 576px) {
  .slider-mobile {
    height: 250px;
  }
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item {
    height: 250px;
  }
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content {
    width: 80%;
    font-size: 18px !important;
    margin-left: 30px;
    bottom: 20px !important;
  }
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content a {
    font-size: 18px !important;
  }
  .slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content .white-btn {
    margin-top: 10px;
    font-size: 10px !important;
  }
}

/* BAI NEW DESIGN END */

/* Report v2*/

.page-template-single-reportv2 .container {
  width: 1370px;
  margin: 0 auto;
  padding: 100px 40px;
}
@media (max-width: 1370px) {
  .page-template-single-reportv2 .container {
    width: 100%;
  }
  .page-header {
    height: 500px !important;
  }
}
@media (min-width: 768px) and (max-width: 1370px) {
  .page-template-single-reportv2 .container {
    padding: 60px 40px;
  }
}
@media (max-width: 990px) {
  #bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_content {
    width: 100%;
    border: unset;
    border-color: unset;
    border-bottom: 1px solid #fff;
    margin: 0 0 20px 0;
    padding: 0;
  }
  #bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_author {
    width: 100%;
  }
  #bg-grey.report-subcontent .container .video {
    height: 400px;
  }
}
@media (min-width: 768px) {
  #bg-white.report-content .container .report-content-left {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .report-frame .container .iframe-img {
    width: 80% !important;
    margin: 0 auto;
  }
  #bg-grey.report-frame .container .iframe {
    width: 100%;
  }
  .page-template-single-reportv2 .container {
    padding: 30px;
  }
  #bg-grey.report-subcontent .container .percents .percents-item,
  #bg-grey.report-subcontent .container .video,
  #bg-white.report-content .container .report-content-left,
  #bg-white.report-content .container .report-content-right {
    width: 100%;
  }
  .page-header-title #page-header-title {
    font-size: 38px !important;
  }
  .page-header-title .report-subtitle {
    font-size: 26px !important;
  }
  .page-header-title .report-btn .white-btn {
    font-size: 16px !important;
  }
  #bg-white.report-content .container h2, 
  #bg-grey.report-frame .container .iframe h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 648px) {
  #bg-grey.report-subcontent .container .video {
    height: 300px;
  }
}
@media (max-width: 480px) {
  .report-frame .container .iframe .iframe-block iframe {
    width: 100%;
  }
  #bg-grey.report-subcontent .container .video {
    height: 200px;
  }
  .page-header-title #page-header-title {
    font-size: 32px !important;
    line-height: 36px;
    margin-bottom: 20px;
    padding-top: 60px;
  }
  .page-header-title .report-subtitle {
    font-size: 22px !important;
    line-height: 20px;
  }
  .page-header-title .report-btn {
    margin-top: 30px !important;
  }
  .report-content .container .report-content-subtitle,
  #bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_author span {
    font-size: 14px !important;
  }
  #bg-white.report-content .container h2,
  #bg-grey.report-frame .container .iframe h2 {
    font-size: 26px !important;
    padding-bottom: 5px !important;
    margin-bottom: 20px !important;
  }
  #bg-white.report-content .container .report-content-left p {
    font-size: 18px !important;
  }
  #bg-white.report-content .container .report-content-right h3 {
    margin-bottom: 0 !important;
  }
  #bg-white.report-content .container .report-content-right .right-block .right-block-content {
    font-size: 14px !important;
    width: 75% !important;
  }
  #bg-white.report-content .container .report-content-right .right-block .right-block-content p {
    margin-top: 5px;
  }
  #bg-white.report-content .container .report-content-right .right-block .right-block-img img {
    max-width: 50px;
    max-height: 50px;
  }
  #bg-white.report-content .container .blue-btn {
    margin-top: 10px !important;
  }
  #bg-white.report-content .container .blue-btn .more-btn {
    padding: 6px 20px !important;
  }
  #bg-grey.report-subcontent .container h2 {
    font-size: 27px !important;
    margin-bottom: 30px !important;
  }
  #bg-grey.report-subcontent .container .percents .percents-item p {
    font-size: 14px !important;
    line-height: 25px !important;
  }
  #bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_content p {
    font-size: 22px !important;
  }
  #bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_author p {
    font-size: 20px !important;
  }
  #bg-darkblue.report-blockquote .blockquote .report-btn .white-btn {
    margin-bottom: 10px;
  }
}
.page-header {
  display: flex;
  align-items: center;
  height: 750px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #001a45;
  opacity: .3;
}
.page-header.hero-blur:before {
  backdrop-filter: blur(4px);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-header-title {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 10px;
}
.page-header-title #page-header-title {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}
.page-header-title .report-subtitle {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
}
.page-header-title .report-btn {
  margin-top: 50px;
}
.page-header-title .report-btn .white-btn{
  font-size: 20px;
  font-weight: 900;
  border-radius: 35px;
  padding: 10px 36px;
  transition-duration: 500ms;
}
.report-content .container .report-content-subtitle {
  font-size: 22px;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #999;
}
#bg-white.report-content .container h2,
#bg-grey.report-frame .container .iframe h2 {
  width: 100%;
  font-size: 40px;
  font-weight: 300;
  color: #001a45;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #B9B9B9;
}
.report-content .container .report-content-left,
.report-content .container .report-content-right {
  width: 47%;
}
#bg-white.report-content .container .report-content-left p {
  font-size: 24px;
  font-weight: 300;
  color: #001a45;
  margin-bottom: 20px;
}
#bg-white.report-content .container .report-content-right h3 {
  font-size: 24px;
  font-weight: 600; 
  color: #001a45;
  margin-bottom: 20px;
}
#bg-white.report-content .container .report-content-right .right-block {
  padding: 20px 0;
}
#bg-white.report-content .container .report-content-right .right-block .right-block-img {
  width: 15%;
  align-self: center;
  text-align: center;
}
.report-content .container .report-content-right .right-block .right-block-img img {
  max-width: 70px;
  max-height: 70px;
}
#bg-white.report-content .container .report-content-right .right-block .right-block-content {
  font-size: 18px;
  color: #5D5D5D;
  padding-left: 30px;
  width: 85%;
}
#bg-white.report-content .container .report-content-right .right-block .right-block-content span {
  font-weight: 600;
}
#bg-white.report-content .container .report-content-right .right-block .right-block-content p {
  font-weight: 400;
}
#bg-white.report-content .container .blue-btn {
  text-align: center;
  margin-top: 50px;
}
#bg-white.report-content .container .blue-btn .more-btn {
  font-size: 20px;
  padding: 10px 25px;
  border-radius: 30px;
}
.report-subcontent .container {
  text-align: center;
}
#bg-grey.report-subcontent .container h2 {
  font-size: 40px;
  font-weight: 300;
  color: #001a45;
  margin-bottom: 40px;
}
.report-subcontent .container .video {
 /* width: 70%;*/
  margin: 0 auto;
}
.report-subcontent .container .percents {
  margin-top: 40px;
}
.report-subcontent .container .video {
  /*height: 500px;*/
}
.report-subcontent .container .percents .percents-item {
  width: 30%;
  padding: 20px 0;
  text-align: center;
}
#bg-grey.report-subcontent .container .percents .percents-item div {
  padding: 10px;
}
#bg-grey.report-subcontent .container .percents .percents-item p {
  font-size: 18px;
  color: #001a45;
}
#bg-darkblue.report-blockquote {
  overflow: hidden;
}
.report-blockquote .blockquote .blockquote-block .blockquote_author {
  width: 30%;
}
.report-blockquote .blockquote .blockquote-block .blockquote_content {
  width: 55%;
}
#bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_author p {
  margin-bottom: 10px;
}
#bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_author span {
  font-size: 16px;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
.report-blockquote .blockquote .blockquote-block .blockquote_content {
  border-color: #00AEEF;
}
#bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_content p {
  font-size: 30px;
}
#bg-darkblue.report-blockquote .blockquote .flickergrid div {
  background-color: #00AEEF;
  opacity: .3;
}
#bg-darkblue.report-blockquote .blockquote .flickergrid {
  width: 350px;
  right: -100px;
  margin-top: -200px;
}
#bg-darkblue.report-blockquote .blockquote .flickergrid div.hide {
  opacity: 0;
}
#bg-darkblue.report-blockquote .blockquote .report-btn {
  text-align: center;
}
#bg-darkblue.report-blockquote .blockquote .report-btn .white-btn {
  font-size: 18px;
  padding: 8px 25px;
  margin-top: 40px !important;
  border-radius: 30px;
  transition-duration: 500ms;
}
.report-frame .container .iframe {
  width: 55%;
}
.report-frame .container .iframe-img {
  width: 45%;
}
.report-frame .container .iframe-img img {
  width: 100%;
  height: auto;
}
.report-frame .container .iframe .iframe-block {
  height: 400px;
  text-align: center;
}

/* contact us */

#container .page-screen.contact-us {
  padding: 0;
  display: flex;
}
#container .page-screen.contact-us .contact-column {
  width: 50%;
}
#container .page-screen.contact-us .contact-column.intro {
  padding: 20px 40px;
}
#container .page-screen.contact-us .contact-column.intro .container {
  width: 100%;
  max-width: 550px;
}
#container .page-screen.contact-us .contact-column.intro .container h2 {
  font-weight: 300;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
#container .page-screen.contact-us .contact-column.intro .container .contact-select {
  width: 100%;
  height: 45px;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 1px #dedede solid;
  padding: 2px 40px 0 14px;
  font: 16px/22px "Open Sans", sans-serif;
  background-color: #fff;
  color: inherit;
  margin: 0 0 20px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  background-image: url(images/select.png);
  background-position-x: calc(100% - 16px);
  background-position-x: -moz-calc(100% - 16px);
  background-position-x: -webkit-calc(100% - 16px);
  background-position-x: -ms-calc(100% - 16px);
  background-position-y: 55%;
  background-repeat: no-repeat;
  background-size: 16px 15px;
  cursor: pointer;
}
#container .page-screen.contact-us .contact-column.intro .container .contact-select option[value=""][disabled] {
  display: none;
}
#container .page-screen.contact-us .contact-column.intro .container .contact-select option {
  color: #444;
}
#container .page-screen.contact-us .contact-column.intro .container .contact-select:required:invalid {
  color: #999;
}
#container .page-screen.contact-us .contact-column.intro .container .contact-select:focus {
  border-color: #2cade0;
}
#container .page-screen.contact-us .contact-column.intro .container .country {
  display: none;
}
#container .page-screen.contact-us .contact-column.intro .container .country .title {
  font-size: 26px;
  font-weight: 600;
  color: #001a45;
  margin: 20px 0;
}
#container .page-screen.contact-us .contact-column.intro .container .country .details_title {
  font-size: 18px;
  font-weight: 900;
  color: #4E4E4E;
  padding-left: 10px;
}
#container .page-screen.contact-us .contact-column.intro .container .country .phone,
#container .page-screen.contact-us .contact-column.intro .container .country.australia .additional .hours {
  padding-left: 10px;
  position: relative;
}
#container .page-screen.contact-us .contact-column.intro .container .country .details {
  font-size: 18px;
  font-weight: 400;
}
#container .page-screen.contact-us .contact-column.intro .container .country p {
  margin: 0;
  padding-left: 10px;
}
#container .page-screen.contact-us .contact-column.intro .container .country .phone:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #40B8C9;
   position: absolute;
  left: -20px;
  transform: scale(-1, 1);
}
#container .page-screen.contact-us .contact-column.intro .container .country .link:before {
  content: "\f245";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
  color: #40B8C9;
  position: absolute;
  left: -20px;
}

#container .page-screen.contact-us .contact-column.intro .container .country .email:before {
 content: "\f2b6";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
  color: #40B8C9;
  position: absolute;
  left: -20px;
}




#container .page-screen.contact-us .contact-column.intro .container .country .hours:before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #40B8C9;
  position: absolute;
  left: -20px;
  transform: scale(-1, 1);
}
#container .page-screen.contact-us .contact-column.intro .container .country div {
  margin: 10px 0 20px;
}
#container .page-screen.contact-us .contact-column.intro .container .country.australia .more-btn {
  margin: 20px 0 30px;
}
#container .page-screen.contact-us .contact-column.intro .container .country.australia .additional {
  margin: 20px 0;
}
#container .page-screen.contact-us .contact-column.intro .container .country.australia .additional p {
  margin: 5px 0;
  word-break: break-word;
  position: relative;
  padding-left: 10px;
}
#container .page-screen.contact-us .contact-column.intro .container .country.active {
  display: block;
}
#container .page-screen.contact-us .contact-column.form iframe {
  width: 100%;
  height: 1100px;
  border: 0;
  overflow: hidden;
  padding: 40px;
  background-color: #f4f4f4;
}
@media (max-width: 1024px) {
  #container .page-screen.contact-us {
      display: block;
  }
  #container .page-screen.contact-us .contact-column {
      width: auto;
  }
  #container .page-screen.contact-us .contact-column.intro .container {
      max-width: 100%;
  }
  #container .page-screen.contact-us .contact-column.form .contact-form {
  padding: 20px;
  }
}



form.form#pardot-form p.submit input {
    background: #0071ce !important;
    border-radius: 20px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline;
    float: none;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

body{
  color: #5d5d5d;
  font-size: 20px;
}

.wrap-title-footer{
  margin-left: 36px;
}

ul.bai_header_menu li.current-menu-item a{ color: #0071CE; }
ul.bai_header_menu li.current-menu-item .sub-menu li a { color: #5D5D5D; }

.box-content-title{
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 100%;
}
#container #featured-image .page-wrapper .box-content-title p{
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  padding-bottom: 7px;
}

#container #featured-image .page-wrapper .box-content-title h2{
  position: relative;
  padding-left: 0;
  color: #fff !important;
  font-size: 30px;
  font-family: 'OpenSansSemibold' !important;
}

#container #featured-image .page-wrapper .box-content-title h1{
  margin-top: 10px;
  color: #fff !important;
  font-size: 46px;
  font-family: 'OpenSansLight' !important;
  line-height: 1;
  position: relative;
}



@media only screen
and (max-width: 639px) {

  #container  .slider_item_content h2{
  font-size: 16px;
}



.slider_item_content p {
    font-size: 16px;
}

#container  .slider_item_content h1{
    margin-top: 5px;
    font-size: 24px;
    margin-bottom: 10px;
}

.slider_item_content span {
    margin-top: 5px;
    font-size: 24px;;
    line-height: 1;
    margin-bottom: 10px;
}

.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content{
  width: 95%;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content{
  margin-left: 20px;
}

#container #featured-image .page-wrapper .box-content-title h2{
  font-size: 16px;
}

#container #featured-image .page-wrapper .box-content-title h1{
  margin-top: 10px;
  font-size: 24px;
}

}

.flex-column h2{
    margin-bottom: 52px !important;
  }

@media only screen and (max-width: 640px){
  .slick-dots li button{
    display: none !important;
  }
  .flex-column h2{
    font-size: 26px !important;
    margin-bottom: 20px !important;
  }
  #bg-darkblue.report-blockquote .blockquote .blockquote-block .blockquote_content p {
    font-size: 20px;
}
}

@media only screen
and (min-width: 640px)
and (max-width: 1680px) {

  #container  .slider_item_content h2{
  font-size: 20px;
}

.slider_item_content p {
    font-size: 20px;
}



.slider_item_content span {
    margin-top: 10px;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
}

#container #featured-image .page-wrapper .box-content-title h2{
  font-size: 20px;
}

#container #featured-image .page-wrapper .box-content-title h1{
  margin-top: 10px;
  font-size: 36px;
}
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content{
  width: 80%;
}

}

.display-table-row{
  display: table-row;
}
.child-page .more-btn{
  margin-top: 10px;
}

#container .latest-posts .posts-tab .project-posts .arrow-btn.big-gap{
  bottom: 0px;

}

.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tblCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.text-left-dan{
  text-align: left;
  padding-left: 20px;
}

#container .page-screen .text-left-dan p{
  font-size: 15px;
    color: #fff;
    margin: 0;
}

.text-left-dan span{
  font-size: 16px;
    color: #fff;
    margin: 0;
}
#container .services-page .right-content .block-image-bars .block-image-bar .text-left-dan h3{
  color: #8cc4c9;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 5px;
}



form.form#pardot-form{
  padding-top: 40px;
}

.padding-top-0{
  padding-top: 0 !important;
}

#pi_tracking_opt_in_yes, #pi_tracking_opt_in_no{
  font-size: 1em;
  background: #fff;
  color: #000;
  padding: 2px 25px;
  border-radius: 20px;
  font-family: 'OpenSansSemibold';
  margin-top: 10px;
  display: inline-block;
  border: 2px solid #fff;

}

#pi_tracking_opt_in_yes:hover, #pi_tracking_opt_in_no:hover{
  background: transparent;
  border: 2px solid #fff;
  color: #000;

}

.home__content__post__info .home__content__post__info__category ul li{
  display: flex;
    justify-content: space-between;
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #999999;
}

#container .page-screen .content.content-page-single h3{
  font-size: 30px;
  font-family: 'OpenSansSemibold';
  color: #007580;
}

#container .page-screen .content.content-page-single h2, #container .page-screen .content.content-page-single h1{
  color: #007580;
}

h3.team__title{
  font-size: 26px;
  color: #999999;
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}




#container .page-screen.our-culture .peoples-content #popup-window .people h1:after{
  content: unset;
}

#container .page-screen.our-culture .peoples-content #popup-window .people{

}




.video{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

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


.container-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
 /*height: 100%;*/ 
}

.overflow-hidden{
  overflow: hidden;
}


.slider-mobile.home-page-slider-d {
    height: 31.25vw;
}
.home-page-slider-d .slider-mobile__slide {
    min-height: 31.25vw;
}

@media only screen
and (min-width: 1400px) {
.slider-mobile__slide .slider-mobile__slide__inner .slider_item .slider_item_content.home-page-slider {
    bottom: 123px;
}
}


@media only screen
and (max-width: 519px) {

  #container  .slider_item_content h1{
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}

  }



  @media only screen
and (max-width: 640px) {

  .slider-mobile.home-page-slider-d {
    height: 50vw;
}
.home-page-slider-d .slider-mobile__slide {
    min-height: 50vw;
}



}


@media only screen
and (min-width: 577px) {
  .slider-mobile__slide.interior-slider-d{
    min-height: 400px !important;
  }
}


@media only screen
and (min-width: 520px)
and (max-width: 1023px) {

  #container  .slider_item_content h1{
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: 15px;
}

  }


  @media only screen
and (min-width: 1024px)
and (max-width: 1680px) {

#container  .slider_item_content h1{
  margin-top: 10px;
  font-size: 32px;
  margin-bottom: 15px;
  width: 80%;
  max-width: 800px;
}

}


/********************* STATS  ******************/

.test{ border: 2px solid #000; }

.column-3{
  float: left;
  position: relative;
  width: 29.333%;
  text-align: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  background: #F7F7F7;
}
.border-stats{
  border: 1px solid #0F1E42

}

.box-stats {
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.box-stats h1{
  font-size: 87px;
  color: #0F1E42;
}

.box-stats p{
  font-size: 21px;
  color: #0F1E42;
  font-weight: 300;
}





@media only screen
and (max-width: 812px) {
  .column-3{
    width: 100%;
    padding-bottom: 2rem;
  }

  .box-stats h1{
  font-size: 54px;
}

.box-stats p{
  font-size: 18px;
}

.box-stats {
  padding-top: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 3rem;
}


}




 @media only screen
and (min-width: 640px)
and (max-width: 1023px) {
  .box-stats h1{
  font-size: 64px;
}

.box-stats p{
  font-size: 16px;
}
  }


 @media only screen
and (min-width: 1024px)
and (max-width: 1300px) {
  .box-stats h1{
  font-size: 74px;
}

.box-stats p{
  font-size: 18px;
}
}

#bg-grey-clear{
  background: #F7F7F7;
}


.ytp-exp-bigger-button .ytp-chrome-bottom{
  top: 10% !important;
}