﻿@font-face {
  font-family: OpenSans-light;
  src: url("fonts/OpenSans-Light.ttf"); }

@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSans-Regular.ttf"); }

@font-face {
  font-family: OpenSans-bold;
  src: url("fonts/OpenSans-Bold.ttf"); }

@font-face {
  font-family: Helvetica-light;
  src: url("fonts/Helvetica LT 45 Light.ttf"); }

body {
  font-family: OpenSans, sans-serif !important;
  font-size: 14px !important; }

main {
  margin-bottom: 3em;
  min-height: 300px; }

img {
  max-width: 100%;
  height: auto; }

h1, h2 {
  color: #003594; }

h3, h4 {
  color: #00b5e2; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2rem; }

h5 {
  color: #62bb45; }

h1, h2, h3, h4, h5 {
  font-family: OpenSans-light; }

a {
  color: #00b5e2; }

a:hover {
  color: #003594;
  text-decoration: none; }

strong {
  font-family: OpenSans; }

select {
  padding: 0.5em;
  margin-bottom: 1em;
  width: 100%;
  border-radius: 5px;
  border-color: #7d8180;
  background: right no-repeat url("images/dropdown-bg.png");
  background-size: contain;
  appearance: none; }

.form-group select {
  padding-right: 38px;
  overflow: hidden; }

button:focus, button:active {
  border: none;
  outline: none; }

.h-12 {
  height: 12em; }

.h-15 {
  height: 15em; }

.forced-crop {
  overflow: hidden;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#gridContent ul {
  list-style: none;
  padding-left: 15px; }

#gridContent ul li::before {
  content: "\2022";
  color: #00b5e2;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

#gridContent a {
  color: #00B5E2; }

.heading {
  padding: 2em;
  margin-bottom: 2em;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center; }

.heading > .container > h2, .heading-shade {
  padding: 1em;
  margin: 0;
  color: #fff;
  background-color: rgba(0, 79, 156, 0.75);
  display: inline-block; }

.heading h2 {
  font-size: 2.5em;
  color: inherit;
  margin: 1em 0; }

.heading p {
  margin: 0.5em 0; }

.heading-shade {
  max-width: 400px; }

.heading-shade h2 {
  font-weight: normal; }

.heading-shade > a {
  color: #00b5e2; }

.heading-shade div a {
  border: none;
  background: none;
  color: #fff;
  text-transform: uppercase;
  margin: 1em 0;
  font-size: 1.2em;
  display: inline-block; }

.heading-shade div a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: block;
  text-align: center; }

.heading .searchForm input[type=text] {
  width: 336px;
  padding: 0.5em 1em; }

.headerMedium {
  min-height: 292px; }

.headerLarge {
  min-height: 860px; }

input[type=text], textarea {
  border: 1px solid #7f8180;
  border-radius: 5px;
  width: 100%;
  padding: 0.25em 1em; }

.searchForm input[type=text] {
  width: 85%; }

.searchForm button[type=submit] {
  border: none;
  background: #00b5e2 no-repeat;
  padding: 0.25em 1em;
  margin: 0.5em 0;
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1); }

.searchForm button[type=submit]::after {
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 1.5em; }

.searchForm a {
  margin-top: 0.5em;
  display: inline-block; }

.searchForm {
  margin-bottom: 1em; }

ul#navigation li:hover > ul {
  visibility: visible;
  opacity: 1; }

.navbar-toggler {
  line-height: 32px;
  display: none; }

.navbar-toggler-icon {
  color: #003594; }

#navbarNav {
  font-family: OpenSans; }

#topnav {
  background-color: #555658;
  padding: 16px 0 16px 0;
  text-align: right; }

#topnav a {
  color: #fff;
  text-decoration: none;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em; }

#topnav a:hover {
  color: #00b5e2; }

#topnav select {
  appearance: none;
  min-width: 100px;
  background-color: #555658;
  color: #fff;
  border: none;
  line-height: 26px;
  background-image: url("images/down-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding: 0 25px 0 10px;
  background-size: auto;
  width: auto;
  margin-bottom: 0;
  outline: none;
  border: 2px solid #dedede;
  border-radius: 7px;
  margin: 0 1em; }

#topnav select:active {
  outline: none; }

#topnav:after {
  content: '';
  display: block;
  clear: both; }

#topnav .Icon {
  margin: 0 2px;
  background-position: center;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  background-size: contain; }

#topnav .Icon:hover {
  border-top: 2px solid transparent; }

.Twitter {
  background-image: url("images/twitter-icon.png");
  margin-right: 2px; }

.Facebook {
  background-image: url("images/facebook-icon.png");
  margin-right: 2px; }

.LinkedIn {
  background-image: url("images/linkedin-icon.png");
  margin-right: 1em; }

.Youtube {
  background-image: url("images/socialIcons/youtube-32.png");
  margin-right: 2px; }

.TwitterWhite {
  background-image: url("images/socialIcons/twitter-32-white.png"); }

.FacebookWhite {
  background-image: url("images/socialIcons/facebook-32-white.png"); }

.LinkedInWhite {
  background-image: url("images/socialIcons/linkedin-32-white.png"); }

.Youtubewhite {
  background-image: url("images/socialIcons/youtube-32-white.png"); }

.WeChatWhite {
  background-image: url("images/socialIcons/wechat-32-white.png"); }

.TwitterGray {
  background-image: url("images/twitter-gray.png");
  margin-right: 2px; }

.FacebookGray {
  background-image: url("images/facebook-gray.png");
  margin-right: 2px; }

.LinkedInGray {
  background-image: url("images/linkedin-gray.png");
  margin-right: 1em; }

#Logo {
  display: inline-block;
  width: 120px;
  height: 75px;
  line-height: 75px;
  margin-left: -10px;
  text-indent: 170px;
  overflow: hidden;
  background: no-repeat center url("images/logo.png");
  vertical-align: middle; }

.SiteName {
  font-size: 38px;
  color: #787878;
  vertical-align: middle;
  display: inline-block;
  line-height: 70px;
  font-family: Helvetica-light;
  padding-bottom: 3px; }

.SiteName.Right {
  float: right; }

nav.navbar {
  background-color: #fff; }

.nav-link[title='Home'] {
  text-indent: 999em;
  display: inline-block;
  width: 35px;
  height: 33px;
  overflow: hidden;
  background: no-repeat center url("images/home-icon.png"); }

.dropdown-menu {
  padding: 0;
  top: 70%;
  background-color: #E7E8EA; }

.dropdown-menu .container {
  max-width: 1140px; }

.dropdown-menu ul {
  list-style: none;
  padding: 0; }

.dropdown-menu ul li {
  margin-bottom: 0.5em; }

.dropdown-menu ul li a {
  display: block; }

.dropdown-menu a {
  color: #555658;
  font-size: 0.85rem;
  padding: 3px 5px;
  border-radius: 3px; }

.nav-item h5 {
  color: #004F9E;
  font-size: 0.9rem;
  font-weight: bold; }

.nav-item a:hover {
  color: #00b5e2; }

.nav-link {
  margin: 0 0.5em;
  color: #003594;
  font-weight: bold;
  text-transform: uppercase; }

.nav-link.active {
  color: #fff;
  background-color: #003594; }

.sub-active {
  color: #fff !important;
  background-color: #003594; }

.nav-item.notmega {
  position: relative; }

.notmega .dropdown-menu {
  top: 35px;
  left: 0;
  padding: 0.5em; }

.notmega .dropdown-menu a {
  padding: 0.5em;
  color: #003594;
  min-width: 10em; }

.notmega .dropdown-menu a:hover {
  color: #00b5e2; }

.crumbs {
  margin: 0 0 1em 0;
  font-size: 0.9em;
  line-height: 1.5em; }

.crumbs a, .crumbs {
  color: #555658; }

.crumbs a {
  text-decoration: underline; }

.crumbs a:after {
  content: '\f054';
  margin: 0 0.25em 0 0.75em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em; }

.crumbs-button {
  float: right;
  margin: -0.25em 0 0 1em;
  background-color: #00b5e2;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 0.5em 0.75em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3); }

.crumbs-button:hover {
  background-color: #003594; }

.top-sticky {
  background-color: rgba(55, 55, 55, 0.9);
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 100; }

#CookieNotice a {
  color: #fff;
  margin: 0 1em; }

#CookieNotice button {
  color: #fff;
  margin: 0 1em; }

.sidebar h5 {
  background-color: #003594;
  color: #fff;
  padding: 0.5em; }

.subnav {
  margin-bottom: 2em; }

.subnav ul {
  list-style: none;
  padding: 0; }

.subnav a {
  color: #555658; }

.subnav a:hover {
  color: #00b5e2; }

.subnav a.active {
  color: #00b5e2; }

.subnav a.active:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: -1em; }

.subnav li {
  clear: both;
  position: relative;
  padding: 0.5em 0; }

.subnav > ul > li > a {
  font-weight: bold;
  color: #003594;
  text-transform: uppercase; }

.subnav ul li button {
  background-color: transparent;
  border: none;
  padding: 0.1em 0.5em;
  line-height: inherit;
  font-family: "Font Awesome 5 Pro";
  float: right;
  margin: 0 0 0 0.5em; }

.subnav ul li button:after {
  content: '\f077';
  display: inline-block;
  transition: .3s transform ease-in-out; }

.subnav > ul > li > button[aria-expanded='true']:after {
  transform: rotate(180deg); }

.alternatingOdd > *:nth-child(Odd) {
  background-color: #e5e5e5; }

footer a {
  color: #fff; }

footer a:hover {
  color: #00b5e2; }

footer h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0; }

footer .footer-strap {
  background-color: #00b5e2; }

#Carousel {
  margin-bottom: 3em; }

#Carousel img {
  display: block;
  margin: 0 auto; }

.carousel-item {
  position: relative; }

.carousel-item > div {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 2;
  background-color: rgba(100, 100, 100, 0.4);
  padding: 1em 0;
  margin: 0; }

#Carousel .carousel-indicators {
  padding: 3px 0 4px 0;
  margin: 0;
  bottom: -2.5em; }

.carousel-indicators li {
  background-color: #003594; }

.carousel-item h1, .carousel-item h2, .carousel-item p, .carousel-item a {
  color: inherit; }

.carousel-item h1 {
  font-size: 3.5em; }

.carousel-item h2 {
  font-size: 2em; }

.carousel-item p {
  font-size: 1.2em; }

.carousel-item a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1em;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 0.5em 1em;
  margin-top: 1em; }

.carousel-item a:hover {
  background-color: rgba(255, 255, 255, 0.2); }

#Carousel .Gray.carousel-item > div, #Carousel.Gray .carousel-indicators {
  background-color: rgba(33, 33, 33, 0.65); }

#Carousel .Blue.carousel-item > div, #Carousel.Blue .carousel-indicators {
  background-color: rgba(0, 79, 156, 0.65); }

#Carousel .Lime.carousel-item > div, #Carousel.Lime .carousel-indicators {
  background-color: rgba(120, 190, 32, 0.65); }

#Carousel .Yellow.carousel-item > div, #Carousel.Yellow .carousel-indicators {
  background-color: rgba(255, 199, 44, 0.65); }

#Carousel .Orange.carousel-item > div, #Carousel.Orange .carousel-indicators {
  background-color: rgba(254, 80, 0, 0.65); }

#Carousel .Red.carousel-item > div, #Carousel.Red .carousel-indicators {
  background-color: rgba(210, 38, 48, 0.65); }

#Carousel .Pink.carousel-item > div, #Carousel.Pink .carousel-indicators {
  background-color: rgba(197, 41, 155, 0.65); }

#Carousel .Purple.carousel-item > div, #Carousel.Purple .carousel-indicators {
  background-color: rgba(100, 38, 103, 0.65); }

#Carousel .Green.carousel-item > div, #Carousel.Green .carousel-indicators {
  background-color: rgba(120, 190, 32, 0.65); }

#Carousel .Dark-Green.carousel-item > div, #Carousel.Dark-Green .carousel-indicators {
  background-color: rgba(89, 98, 29, 0.65); }

#Carousel .Light-Blue.carousel-item > div, #Carousel.Light-Blue .carousel-indicators {
  background-color: rgba(0, 181, 226, 0.65); }

.heading.Gray > .container > h2, .heading.Gray .heading-shade {
  background-color: rgba(33, 33, 33, 0.75); }

.heading.Blue > .container > h2, .heading.Blue .heading-shade {
  background-color: rgba(0, 79, 156, 0.75); }

.heading.Lime > .container > h2, .heading.Lime .heading-shade {
  background-color: rgba(120, 190, 32, 0.75); }

.heading.Yellow > .container > h2, .heading.Yellow .heading-shade {
  background-color: rgba(255, 199, 44, 0.75); }

.heading.Orange > .container > h2, .heading.Orange .heading-shade {
  background-color: rgba(254, 80, 0, 0.75); }

.heading.Red > .container > h2, .heading.Red .heading-shade {
  background-color: rgba(210, 38, 48, 0.75); }

.heading.Pink > .container > h2, .heading.Pink .heading-shade {
  background-color: rgba(197, 41, 155, 0.75); }

.heading.Purple > .container > h2, .heading.Purple .heading-shade {
  background-color: rgba(100, 38, 103, 0.75); }

.heading.Green > .container > h2, .heading.Green .heading-shade {
  background-color: rgba(120, 190, 32, 0.75); }

.heading.Dark-Green > .container > h2, .heading.Dark-Green .heading-shade {
  background-color: rgba(89, 98, 29, 0.65); }

.heading.Light-Blue > .container > h2, .heading.Light-Blue .heading-shade {
  background-color: rgba(0, 181, 226, 0.65); }

.corner-btn {
  font-weight: bold;
  text-transform: uppercase; }

.corner-btn:after {
  content: '\f062';
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8em;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2em; }

.corner-btn-large:after {
  font-size: 4em;
  float: right;
  margin-top: -0.3em; }

.right {
  float: right; }

#iconstrip img, #iconstrip a {
  display: block;
  margin: 0 auto 1em auto;
  text-align: center;
  color: #555658; }

.bg1 {
  background-color: #fafafa !important; }

.bg2 {
  background-color: #e5e5e5; }

.bg2 h5 {
  color: #000; }

.bg3 {
  background-color: #97999B; }

.bg4 {
  background-color: #eeeeee; }

.bg-blue {
  background-color: #003594; }

.bg-light-blue {
  background-color: #00b5e2; }

.bg-aqua {
  background-color: #018eaa; }

.bg-primary-blue {
  background-color: #003594;
  color: #fff; }

.bg-green {
  background-color: #78BE20; }

.bg-green * {
  color: #fff; }

.bg-green a {
  color: #fff;
  text-decoration: underline; }

.bg-green h5 {
  font-family: OpenSans-bold;
  font-size: 1rem;
  margin: 1em 0 0 0; }

.bg-blue, .bg-light-blue, .bg-aqua, .bg-blue h3, .bg-light-blue h3, .bg-aqua h3, .bg-blue h5, .bg-light-blue h5, .bg-aqua h5, .bg-blue .corner-btn, .bg-light-blue .corner-btn, .bg-aqua .corner-btn {
  color: #fff; }

.bubbles {
  background: no-repeat center url("images/bubbles.jpg");
  color: #fff;
  padding: 2em; }

.bubbles * {
  color: inherit; }

.bubbles h4 {
  min-height: 15em;
  margin-top: 1em; }

#homenews .title {
  background-color: #003594;
  color: #fff; }

#homenews .title h2 {
  color: inherit; }

#blogs .title h2 {
  color: #fff; }

.txtshadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.short {
  max-height: 22.5em;
  overflow: hidden;
  margin-bottom: 1em; }

.title-image {
  background-color: #c0c0ca;
  min-height: 300px;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.title-image h1, .title-image h2, .title-image h3, .title-image h4, .title-image h5 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.title-image a.corner-btn {
  color: #FFC72C;
  position: absolute;
  right: 0.5em;
  bottom: 0; }

.image-block {
  background-position: center 4.5em;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  text-transform: uppercase;
  height: 100%;
  background-size: 100% 50%; }

.image-block a {
  display: block;
  margin: 0 0 185px 0; }

.image-block h5 {
  margin-top: 1em;
  color: #000; }

.pagination {
  clear: both;
  margin: 2em 0;
  display: block; }

.pagination a {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin: 4px;
  border: 1px solid #00b5e2; }

.pagination a.active {
  color: #fff;
  background-color: #00b5e2; }

.pagination > * {
  vertical-align: middle; }

.event-item > a {
  color: #fff;
  font-size: 2em;
  display: block; }

.readmore, .btn, #gridContent .readmore, #gridContent .btn {
  text-align: center;
  color: #fff;
  background-color: #6ebf08;
  border-radius: 4px;
  display: inline-block;
  padding: 0.1em 1em;
  font-size: 1rem;
  border: none; }

.readmore:after, .btn:after {
  content: '\f054';
  margin-left: 1em;
  font-family: "Font Awesome 5 Pro"; }

.readmore:hover, .btn:hover {
  background-color: #003593;
  color: #fff;
  text-decoration: none; }

.btn.alt {
  background-color: #003594;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
  margin: 0.5em 0; }

.hilite {
  background-color: rgba(0, 101, 225, 0.3); }

.newsitem1 {
  position: relative;
  top: -3em;
  left: 1em; }

.btn-link {
  font-weight: 400;
  color: #00b5e2;
  text-decoration: none;
  outline: none;
  background-color: transparent; }

.btn-link:focus, .btn-link.focus {
  text-decoration: none; }

.btn:focus, .btn.focus {
  box-shadow: none; }

#world {
  padding: 50px 0; }

#world h2 {
  margin-bottom: 1em; }

#world img {
  display: block;
  margin: 0 auto 1em auto; }

#world a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none; }

#world a:hover {
  color: #003594; }

.event-item {
  height: 300px; }

.clear {
  clear: both; }

.publication-item {
  background-color: #c0c0ca;
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover; }

.publication-item a {
  color: #fff; }

.publication-item .readmore {
  position: absolute;
  bottom: 1em;
  left: 1em; }

.bigQuote {
  font-size: 2em;
  color: #555658; }

.bigQuote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro"; }

.bigQuote:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Pro"; }

table {
  background-color: #fafafa; }

table thead {
  background-color: #00b5e2;
  color: #fff; }

table th, table td {
  border-right: 2px solid #fafafa; }

.table-hover a {
  display: block;
  color: #000; }

.table-hover tbody tr:hover {
  background-color: #a3a3a3; }

.table-hover tbody tr:hover a:after {
  content: "View";
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  background-color: #00b5e2;
  color: #fff;
  float: right;
  border-radius: 3px; }

table.dataTable.table-striped thead th, table.dataTable.table-striped thead td, table.dataTable.table-striped.no-footer {
  border-bottom: none; }

.overform {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 300;
  width: 600px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  display: none; }

.modal-header {
  background-color: #00b5e2; }

.modal-header h5 {
  color: #fff; }

.modal-header .close {
  color: #fff; }

.modal-content {
  background-color: #F1F1F1; }

.BTT {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 299;
  padding: 0;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  color: #00b5e2;
  background-color: #fff;
  border: none;
  font-size: 1.5em;
  line-height: 1em;
  border-radius: 4px;
  padding: 0.25em; }

iframe {
  max-width: 100%; }

.firmSelect {
  float: left;
  width: 222px;
  margin-right: 1.5em;
  margin-top: 1.5em; }

.mapSection {
  margin: 1rem 0 3rem 0; }

.mapWrap {
  position: relative;
  margin: 0 auto;
  display: table; }

.mapWrap > div {
  position: absolute;
  bottom: 0;
  right: 0; }

.mapWrap > div > img {
  opacity: 0;
  transition: opacity linear .25s; }

.map-arrow.left-arrow {
  text-align: left; }

.map-arrow {
  position: absolute;
  text-align: right;
  font-size: 1.25rem;
  height: 60px;
  width: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  background: #d22630;
  color: #fff;
  display: table;
  display: none;
  transition: opacity linear .25s;
  transition-delay: .25s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  text-decoration: none; }

.map-arrow.left-arrow img {
  left: auto;
  right: 5px; }

.map-arrow img {
  position: absolute;
  left: 5px;
  top: 5px;
  max-width: 50px;
  max-height: 85%; }

.map-arrow.left-arrow span {
  padding-left: 0;
  padding-right: 55px; }

.map-arrow span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 55px; }

.map-arrow span.smallTxt {
  font-size: .75rem;
  text-align: left; }

.map-arrow .arrow {
  width: 0;
  height: 0;
  display: block;
  border-left: 30px solid #d22630;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  top: 0;
  right: -30px; }

.map-arrow.left-arrow .arrow {
  border-right: 30px solid #d22630;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 0;
  position: absolute;
  left: -30px; }

#north-america {
  position: absolute;
  top: 0;
  left: 0; }

#latam {
  position: absolute;
  bottom: 0;
  left: 0; }

#africa {
  position: absolute;
  bottom: 0;
  right: 0; }

#emei {
  position: absolute;
  top: 0;
  right: 0; }

#apac {
  position: absolute;
  bottom: 0;
  right: 0; }

#north-america .map-arrow {
  top: 35%;
  left: 15px; }

#latam .map-arrow {
  top: 30%;
  left: 90px; }

#emei .map-arrow {
  top: 35%;
  right: 150px; }

#africa .map-arrow {
  top: 20%;
  left: 150px; }

#apac .map-arrow {
  top: 50px;
  left: 115px; }

.mapWrap > div.active > img {
  opacity: 1; }

.mapWrap > div.active .map-arrow {
  display: table; }

.sitemap > ul {
  padding: 0;
  list-style: none;
  border-bottom: 2px solid #003594;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.sitemap > ul a {
  color: #000; }

.sitemap > ul > li > a {
  font-weight: bold;
  color: #003594; }

.sitemap > ul > li > ul {
  padding: 0;
  list-style: none; }

.sitemap > ul ul {
  list-style-type: disc;
  color: #00b5e2; }

.blocklist {
  padding: 0;
  list-style: none; }

.blocklist a {
  color: #00b5e2;
  padding: 1em 0;
  border-bottom: 2px solid #555658;
  display: block;
  font-weight: bold; }

.sidebar-item {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(66, 66, 66, 0.75);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  max-width: 255px;
  position: relative; }

.sidebar-item > div {
  padding: 0.5em; }

.sidebar-item .readmore {
  display: block;
  font-size: 0.8em;
  margin: 0.5em;
  padding: 0.1em 0.5em; }

.sidebar-item:after {
  content: '';
  display: block;
  clear: both; }

.sidebar-item.overlay > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-right: 23%; }

.sidebar-item.overlay > .readmore {
  position: absolute;
  bottom: 0;
  right: 0; }

.sidebar-title {
  background-color: #003594;
  color: #fff;
  padding: 0.25em;
  margin-top: 1em; }

.mega-menu-bg {
  background-color: #e7e8ea; }

.btn:hover {
  background-color: #003593 !important;
  color: #fff; }

footer ul {
  line-height: 1.7em; }

.footer-strap {
  color: #fff;
  padding: 10px 0px; }

footer h3 {
  font-weight: bold; }

.SidebarSocial {
  width: 70px;
  height: 70px;
  float: left;
  display: block;
  margin: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.SidebarSocial.LinkedIn {
  background-image: url("images/socialIcons/linkedin-80.png"); }

.SidebarSocial.Twitter {
  background-image: url("images/socialIcons/twitter-80.png"); }

.SidebarSocial.Facebook {
  background-image: url("images/socialIcons/Facebook-80.png"); }

#SearchResults li {
  padding-bottom: 1em;
  margin: 0 0 2em 0;
  border-bottom: 1px solid #eee; }

.floating-button {
  position: fixed;
  right: -1.75em;
  top: 45%;
  padding: 1em;
  border: none;
  transform: rotate(-90deg);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #78BE20;
  color: #fff;
  font-family: OpenSans;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.3); }

.scrollbox {
  max-height: 256px;
  overflow-y: auto; }

.people-block {
  padding: 1rem; }

.people-block:nth-child(odd) {
  background-color: #e5e5e5; }

.people-block a, .people-block h5 {
  color: #000; }

.people-block a {
  margin-top: 1em; }

.p-18 {
  padding: 1.8rem; }

.container .dataTables_wrapper .dataTables_length {
  float: right; }

.container .dataTables_wrapper .dataTables_length select {
  margin-bottom: 0;
  padding: 5px 4px; }

.container .dataTables_wrapper .dataTables_filter {
  float: left;
  margin-top: 1.5em; }

.field-validation-error {
  color: #D22630; }

.form-group.checkbox label {
  width: calc(100% - 20px);
  float: right; }

.form-group.checkbox .umbraco-forms-field-wrapper {
  float: left;
  margin-top: 0.25em; }

.card-header a {
  color: #000; }

.col-md-4 .umbraco-forms-form {
  padding-top: 0; }

.col-md-4 .umbraco-forms-form .umbraco-forms-caption {
  line-height: 1.5em !important; }

.custom-card {
  background-color: #e7e8ea;
  border: none; }

.lisViewButtons {
  float: right;
  margin-top: 1.25em; }

.lisViewButtons button {
  border: 0;
  background: none; }

.lisViewButtons button.active {
  color: #00b5e2; }

.list-view {
  display: block; }

.list-view .people-block {
  float: none;
  width: auto;
  flex: none;
  max-width: none;
  padding: 0 0 0.5em 0;
  background-color: transparent;
  margin: 0 15px; }

.list-view .people-block img {
  display: none; }

.list-view .people-block a {
  margin-top: 0.5em; }

.col-7 .readmore {
  padding: 0.1em 0.5em; }

@media screen and (min-width: 993px) {
  nav.navbar {
    padding: 18px 0; }
  .navbar .nav-item .dropdown-menu {
    display: none; }
  .navbar .nav-item:hover .dropdown-menu {
    display: block; } }

@media screen and (max-width: 992px) {
  .navbar-toggler {
    display: initial; }
  .navbar {
    padding: 0; }
  .nav-link {
    margin: 0; }
  .navbar-nav .nav-link {
    padding-left: 0.5em; }
  .navbar-collapse.collapse.show {
    margin-bottom: 1em; }
  .SiteName {
    display: none; } }

#StickyLogo {
  display: none; }

@media screen and (min-width: 768px) {
  .gridbg > *:nth-child(even):not(.col-md-6) {
    background-color: #fafafa; }
  .gridbg > .col-md-6:nth-child(2), .gridbg > .col-md-6:nth-child(3) {
    background-color: #fafafa; }
  .gridbg > .col-md-6 {
    float: left; }
  .gridbg > .col-md-6:nth-child(odd) {
    clear: left; }
  .list-item.w-100 {
    clear: both; }
  .newsblock {
    height: 27.5em;
    overflow: hidden; }
  .sticky {
    padding-top: 100px; }
  .sticky .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }
  .sticky #StickyLogo {
    display: block; }
  .sticky #StickyLogo a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-left: -10px;
    text-indent: 170px;
    overflow: hidden;
    background: no-repeat center url("images/logo.png");
    vertical-align: middle; }
  .sticky .nav-link[href='/'] {
    display: none; }
  .card-columns {
    column-count: 4; } }

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sidebar-item.overlay > div {
    font-size: 0.75rem;
    line-height: 1em; } }

@media screen and (max-width: 767px) {
  .gridbg > *:nth-child(even) {
    background-color: #fafafa; } }

@media screen and (max-width: 436px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em; }
  #topnav {
    text-align: center; }
  #topnav select {
    display: block;
    float: none;
    width: 90%;
    border: 1px solid #aaa;
    margin: 1px auto; }
  #topnav a {
    margin: 1px 2%; }
  .dataTable {
    font-size: 0.9rem; }
  .container .dataTables_wrapper th:nth-child(4), .container .dataTables_wrapper td:nth-child(4) {
    display: none; }
  .carousel-item > div {
    padding: 2px; }
  .carousel-item h1, .carousel-item h2, .carousel-item p {
    font-size: 4vw;
    margin: 1px; }
  .carousel-item a {
    padding: 3px 2%;
    font-size: 3vw;
    margin: 1px; }
  .sidebar-item {
    font-size: 1em; }
  .crumbs-button {
    float: none;
    margin: 0.5em auto; } }

@media (max-width: 992px) {
  .nav-item .card-columns {
    width: 100%; }
  .nav-link.active {
    color: #fff;
    background-color: #003594;
    border-radius: 0.25rem; }
  .nav-link {
    margin: 0; }
  .navbar-nav .nav-link {
    padding: 0.7rem 1rem; }
  .navbar-collapse {
    background-color: #e7e8ea;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    margin-top: 20px;
    padding: 1em; }
  .nav-link[title='Home'] {
    text-indent: 0;
    display: inline-block;
    width: -webkit-fill-available;
    height: auto;
    overflow: hidden;
    background-image: none; }
  .notmega .dropdown-menu {
    top: 67px;
    left: 0;
    padding: 0.5em;
    margin: 0.5em 0;
    background-color: #fff; }
  .dropdown-menu li {
    margin: 0.6em 0; }
  .sub-active {
    color: #fff !important;
    background-color: #003594;
    border-radius: 0.25rem; }
  .navbar .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.2rem 1.25rem; }
  .mega-menu-bg {
    background-color: #fff; }
  .custom-card {
    background-color: #fff; }
  .mega-menu-bg .sub-active {
    color: #fff !important;
    background-color: #003594;
    border-radius: 0.25rem;
    padding: 0.3rem; } }

@media (max-width: 1200px) {
  .col-7 .readmore {
    font-size: 0.95em; } }

.hidden {
  display: none; }
