@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  background: white;
  font-family: 'Lato', sans-serif; }

a {
  color: #008acd;
  text-decoration: none; }

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

header {
  padding-top: 30px;
  padding-bottom: 30px; }
  header .logo {
    width: 300px; }
  header .menu {
    list-style: none;
    text-align: right;
    padding-left: 0px; }
    header .menu li {
      display: inline-block;
      margin-left: 20px; }
      header .menu li a {
        color: #77777b;
        font-size: 1.2em;
        text-transform: uppercase;
        transition-duration: 1.2s;
        line-height: 60px; }
        header .menu li a.active {
          color: #008acd; }
        header .menu li a:hover {
          color: #008acd;
          text-decoration: none; }

@media (min-width: 1450px) {
  .container {
    width: 1400px; } }

@media (min-width: 576px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media (max-width: 576px) {
  .header-image .overlay h2 {
    font-size: 1em !important; }
  .menu {
    text-align: center !important; }
  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block; } }

.home-banner {
  background-color: #343738;
  color: white; }
  .home-banner .container {
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (max-width: 1449px) {
      .home-banner .container {
        width: 100%; } }
  .home-banner h3 {
    font-size: 2.5em;
    font-weight: bold;
    float: left;
    width: 100%;
    clear: both;
    text-align: center; }
    .home-banner h3 span {
      float: right; }
    .home-banner h3 a {
      color: #008acd;
      text-decoration: none; }
    .home-banner h3.no-bullet:before {
      display: none; }
    .home-banner h3:before {
      content: "• ";
      font-size: 0.3em;
      display: block;
      position: absolute;
      margin-left: -20px;
      margin-top: 20px;
      display: none; }
  .home-banner img {
    width: 100%; }

footer {
  width: 100%;
  float: left;
  position: relative;
  background: #343738;
  margin-top: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  font-weight: bold; }
  footer .spacer {
    width: 100%;
    position: relative;
    float: left;
    height: 25px; }
  footer .footer-title {
    padding-bottom: 30px;
    padding-top: 3px; }
  footer i {
    font-weight: 200; }
  footer a i {
    font-size: 2em !important;
    padding-left: 10px;
    padding-right: 10px;
    color: #008acd; }
  footer img {
    padding-bottom: 50px; }
  footer span {
    padding-left: 10px;
    padding-right: 10px; }

.nopad {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }
  .nopad .row {
    margin-top: 10px;
    background: #f4f4f4; }
  .nopad img {
    width: 100%; }
  .nopad .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px; }
  .nopad .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px; }

span.green {
  background: #8ec549;
  display: block;
  width: 90px;
  text-align: center;
  padding-left: 20px;
  color: white;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 40px; }

.content {
  padding-left: 40px; }
  .content.smaller {
    padding-left: 20px; }
    .content.smaller h3 {
      font-size: 1.8em; }
    .content.smaller p {
      padding-top: 20px; }
  .content b {
    color: #022148; }
  .content h3 {
    font-size: 3em;
    color: #022148; }
  .content h2 {
    font-size: 2em;
    color: #022148;
    line-height: 1.3em; }
  .content p {
    color: #7f7f7f;
    font-size: 1.1em;
    line-height: 1.5em; }
  .content .button {
    background: #008acd;
    text-transform: uppercase;
    color: white;
    margin-top: 40px;
    display: block;
    width: 170px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    transition-duration: 0.8s; }
    .content .button:hover {
      color: white;
      background: #022148;
      text-decoration: none; }

.header-image {
  position: relative;
  width: 100%; }
  .header-image img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .header-image .overlay {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    display: block;
    width: 100%;
    color: white; }
    .header-image .overlay h2 {
      font-size: 2.6em; }
      .header-image .overlay h2 ul {
        list-style: none;
        padding-left: 0px; }
        .header-image .overlay h2 ul li {
          display: block; }
          .header-image .overlay h2 ul li:nth-child(2) {
            padding-left: 20px; }
          .header-image .overlay h2 ul li:nth-child(3) {
            padding-left: 40px; }

.top-margin-50 {
  margin-top: 50px; }

.top-margin-30 {
  margin-top: 30px; }

.row-content {
  background: #f0f0f0; }
  .row-content .content {
    padding-right: 40px; }

.table .title {
  color: white;
  background: #008acd; }

.table .row {
  padding-top: 11px;
  padding-bottom: 11px;
  color: #7f7f7f;
  background: #f0f0f0;
  margin-top: 3px; }
  .table .row:first-child {
    margin-top: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: white;
    background: #008acd; }
  .table .row:nth-child(2n) {
    background: #f8f9f9; }
  .table .row .col-xs-8 {
    padding-left: 0px;
    padding-right: 0px; }
    .table .row .col-xs-8 p {
      padding-left: 30px;
      margin-bottom: 0px; }
  .table .row .col-xs-4 {
    padding-left: 0px;
    padding-right: 0px; }
    .table .row .col-xs-4 p {
      margin-bottom: 0px; }

.hidden-overflow {
  overflow-x: hidden; }

.longer {
  width: 170px !important; }

ol {
  list-style: none; }

.the-content p {
  font-weight: bold; }

.the-content li p {
  font-weight: normal; }

.press a img {
  transition-duration: 1.4s;
  width: 100%;
  height: auto; }

.press a:hover img {
  opacity: 0.4; }

.gallery img {
  max-height: 152px;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.pre-vid {
  text-align: center;
  margin-top: 60px;
  font-size: 18px; }

.with-buttons {
  text-align: center; }

.button-row {
  background: #8ec549;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  width: 100%; }
  @media (max-width: 768px) {
    .button-row {
      grid-template-columns: repeat(1, 1fr); } }
  .button-row a {
    display: inline-block;
    border: 2px solid white;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0px;
    color: white;
    text-decoration: none;
    width: calc(100% - 40px);
    font-size: 12px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px; }

.header-text {
  float: left; }
  .header-text .header-cols {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    grid-gap: 0px; }
    @media (max-width: 1200px) {
      .header-text .header-cols {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px; } }
    .header-text .header-cols .column {
      display: flex;
      gap: 50px;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .header-text .header-cols h3 {
      float: none;
      width: auto; }
      .header-text .header-cols h3 a {
        display: flex; }
        .header-text .header-cols h3 a span {
          float: none;
          margin-left: auto; }

.footer-address {
  text-align: right; }
  .footer-address h4 {
    color: #008acd; }

.contact-box {
  background: #f0f0f0;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

.with-buttons {
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page-360 .row-content {
  background: none;
  display: flex; }
  .page-360 .row-content .centered-content {
    background: #f0f0f0; }

@keyframes pulsePointer {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.1); } }

.map-container {
  position: relative; }
  @media (max-width: 768px) {
    .map-container {
      display: none; } }
  .map-container .map-marker {
    position: absolute;
    cursor: pointer; }
    .map-container .map-marker.uk {
      top: 23%;
      left: 44%; }
    .map-container .map-marker.usa1 {
      top: 26%;
      left: 14%; }
    .map-container .map-marker.usa2 {
      top: 34%;
      left: 20%; }
    .map-container .map-marker.turkey {
      top: 28%;
      left: 60%; }
    .map-container .map-marker.israel {
      top: 48%;
      left: 59%; }
    .map-container .map-marker.china {
      top: 45%;
      left: 69%; }
    .map-container .map-marker.sa {
      top: 77%;
      left: 52%; }
    .map-container .map-marker .map-info {
      text-align: center;
      background: #2492d4;
      padding: 20px;
      border-radius: 30px;
      color: white;
      transform: translateX(calc(-50% + 18px));
      margin-top: -10px;
      display: none;
      cursor: default;
      line-height: 1.6; }
      .map-container .map-marker .map-info p {
        margin-bottom: 0px; }
        .map-container .map-marker .map-info p a {
          color: white; }
    .map-container .map-marker:hover .map-info {
      display: block; }
    .map-container .map-marker:hover span:before {
      animation-name: pulsePointer;
      animation-duration: 1.2s;
      animation-iteration-count: infinite; }
    .map-container .map-marker span {
      background: #2492d4;
      border-radius: 100%;
      width: 33px;
      height: 33px;
      display: block;
      position: relative; }
      .map-container .map-marker span:before {
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        position: absolute;
        content: '';
        top: -10px;
        left: -10px;
        border-radius: 100%;
        background: rgba(36, 146, 212, 0.2); }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  row-gap: 30px;
  margin-top: 0px;
  margin-bottom: 100px; }
  @media (max-width: 768px) {
    .contact-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .contact-grid .sa {
    grid-column-start: 2; }
  .contact-grid .map-marker {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: #f9f9f8;
    color: #101820;
    line-height: 1.6;
    text-align: center;
    padding: 20px; }
    .contact-grid .map-marker a {
      color: #101820;
      text-decoration: underline; }
    .contact-grid .map-marker p {
      margin-bottom: 0px; }

.home-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 50px; }
  .home-container .home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0px;
    row-gap: 0px;
    background: #f4f3f5;
    padding-bottom: 50px; }
    @media (max-width: 1024px) {
      .home-container .home-grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        row-gap: 15px; } }
    .home-container .home-grid .home-section {
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) {
        .home-container .home-grid .home-section {
          flex-direction: column; } }
      .home-container .home-grid .home-section:nth-child(even) {
        flex-direction: row-reverse; }
        @media (max-width: 1024px) {
          .home-container .home-grid .home-section:nth-child(even) {
            flex-direction: column; } }
      .home-container .home-grid .home-section .image {
        max-width: 50vw;
        min-width: 50vw; }
        @media (max-width: 1024px) {
          .home-container .home-grid .home-section .image {
            max-width: 100%;
            min-width: 100%; } }
        .home-container .home-grid .home-section .image img {
          width: 100%;
          height: auto; }
      .home-container .home-grid .home-section .content {
        padding-left: 0px; }
        .home-container .home-grid .home-section .content .inner {
          padding-left: 50px;
          padding-right: 50px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

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

.contact-card {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #F4F3F5; }
  .contact-card .image {
    margin: 5px; }
  .contact-card .content-column .name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px; }
  .contact-card .content-column .links .link {
    font-size: 16px;
    margin-bottom: 10px; }
    .contact-card .content-column .links .link a {
      color: #008ACC; }
    .contact-card .content-column .links .link i {
      display: inline-block;
      margin-right: 10px; }

.video-title {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 10px;
  min-height: 4em; }
