@charset "UTF-8";
/*!
Theme Name: WTIA
Theme URI: N/A
Author: Bikay
Author URI: http://bi-kay.com/
Description: Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wtia
Tags: 

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.

WTIA is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
nav ul {
  list-style: none;
}

nav li {
  display: inline-block;
  font-size: 0;
}

nav a {
  color: #d7d9da;
  text-decoration: none;
  font-size: 1.25rem;
}

nav a:hover, nav a:active, nav a:focus {
  color: #222222;
  text-decoration: underline;
}

.extended-container {
  max-width: 1140px;
}

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

.acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.wtia-text-editor .alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.wtia-text-editor .alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.wtia-accordion .card {
  border-radius: 0;
  border: 0;
  border-radius: 0;
  background-color: #214487;
  margin-bottom: 1em;
}

.wtia-accordion .card .card-header {
  border-radius: 0;
  border: 0;
  background-color: #ECECEC;
  padding: 0.9em 4em 0.7em 1.5em;
}

.wtia-accordion .card .card-header h5 {
  font-size: 1.71em;
}

@media screen and (max-width: 800px) {
  .wtia-accordion .card .card-header {
    padding-right: 3em;
    padding-left: 1em;
  }
}

.wtia-accordion .card .card-header .btn {
  font-family: "Futura-Bold";
  color: #214487;
  font-size: 1em;
  line-height: 1.25em;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 767px) {
  .wtia-accordion .card .card-header .btn {
    font-size: 1em;
  }
}

.wtia-accordion .card .card-header .btn .plus-icon {
  position: absolute;
  top: 0;
  right: -1.25em;
  width: 1.25em;
  height: 1.25em;
}

.wtia-accordion .card .card-header .btn .plus-icon::before, .wtia-accordion .card .card-header .btn .plus-icon::after {
  content: " ";
  position: absolute;
  top: calc(50% - 2.5px);
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #214487;
}

.wtia-accordion .card .card-header .btn .plus-icon::after {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.wtia-accordion .card .card-header .btn[aria-expanded=true] .plus-icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.wtia-accordion .card .card-body {
  color: #FFFFFF;
  padding: 1.5em 2.8em 1.5em 3.75em;
}

@media screen and (max-width: 800px) {
  .wtia-accordion .card .card-body {
    padding: 1em;
  }
}

.wtia-accordion .card .card-body .btn-dl-tor {
  font-family: "Futura-Bold";
  background-color: #ECECEC;
  font-size: 1em;
  line-height: 1.25em;
  padding: 0.7em 1em;
  display: inline-block;
  text-decoration: none;
  color: #214487;
}

.wtia-accordion .card .card-body .btn-dl-tor:hover {
  text-decoration: underline;
}

@font-face {
  font-family: 'Futura-Medium';
  src: url("fonts/Futura-Medium/Futura-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Futura-Medium/Futura-Medium.otf") format("opentype"), url("fonts/Futura-Medium/Futura-Medium.woff") format("woff"), url("fonts/Futura-Medium/Futura-Medium.ttf") format("truetype"), url("fonts/Futura-Medium/Futura-Medium.svg#Futura-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Medium-Italic';
  src: url("fonts/Futura-Medium-Italic/Futura-Medium-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Futura-Medium-Italic/Futura-Medium-Italic.otf") format("opentype"), url("fonts/Futura-Medium-Italic/Futura-Medium-Italic.woff") format("woff"), url("fonts/Futura-Medium-Italic/Futura-Medium-Italic.ttf") format("truetype"), url("fonts/Futura-Medium-Italic/Futura-Medium-Italic.svg#Futura-Medium-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Futura-Bold';
  src: url("fonts/Futura-Bold/Futura-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Futura-Bold/Futura-Bold.otf") format("opentype"), url("fonts/Futura-Bold/Futura-Bold.woff") format("woff"), url("fonts/Futura-Bold/Futura-Bold.ttf") format("truetype"), url("fonts/Futura-Bold/Futura-Bold.svg#Futura-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dj83xj");
  src: url("fonts/icomoon.eot?dj83xj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dj83xj") format("truetype"), url("fonts/icomoon.woff?dj83xj") format("woff"), url("fonts/icomoon.svg?dj83xj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-email:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-refresh:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font-family: "Futura-Medium";
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
}

body, html {
  height: 100%;
}

a:focus, button:focus, input {
  outline: none;
}

.site-header {
  margin-bottom: -10px;
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.05);
}

.navbar-expand-md {
  background-color: #1d4186;
}

.menu-main-menu-container {
  margin-top: 20px;
}

.header-logo, .Path-36, .Path-35, .Subtraction24, .Subtraction23, .Subtraction7, .blue-eye {
  width: 100%;
}

.mu-header-top-right {
  float: right;
  padding-top: 2%;
}

input {
  border: none;
  padding-left: 10px;
  width: 224px;
  height: 42px;
}

.dropdown-item {
  padding: .25rem 2.5rem;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Futura-Medium";
  color: #d7d9da;
}

input::-moz-placeholder {
  font-size: 16px;
  font-family: "Futura-Medium";
  color: #d7d9da;
}

input:-ms-input-placeholder {
  font-size: 16px;
  font-family: "Futura-Medium";
  color: #d7d9da;
}

input::-ms-input-placeholder {
  font-size: 16px;
  font-family: "Futura-Medium";
  color: #d7d9da;
}

input::placeholder {
  font-size: 16px;
  font-family: "Futura-Medium";
  color: #d7d9da;
}

.btn-light {
  border: none;
  background-color: white;
}

.navbar-brand {
  width: 180px;
}

.btn:focus {
  box-shadow: none !important;
}

.dropdown a {
  text-decoration: none;
  font-family: "Futura-Medium";
  font-size: 1em;
}

.dropdown-menu {
  min-width: auto;
}

.dropdown-menu.show {
  top: -13px !important;
}

.dropdown {
  float: right;
  padding: 15px 0px;
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-toggle::before {
  font-family: 'icomoon';
  content: "\e900";
  position: absolute;
  right: 0px;
  top: 26px;
  font-size: 14px;
}

.txtsearch {
  width: 200px;
  height: 35px;
}

.txtsearch::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d9da;
  opacity: 1;
  /* Firefox */
}

.txtsearch::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d9da;
  opacity: 1;
  /* Firefox */
}

.txtsearch:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d9da;
  opacity: 1;
  /* Firefox */
}

.txtsearch::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d9da;
  opacity: 1;
  /* Firefox */
}

.txtsearch::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d7d9da;
  opacity: 1;
  /* Firefox */
}

.btnsearch {
  position: absolute;
  right: 0px;
  top: 5px;
  background: none;
  border: none;
}

.btnsearch i.btn-search {
  font-size: 20px;
  color: #1d4186;
}

ul.menu {
  text-align: right;
  padding-left: 0;
  padding-right: 20px;
}

ul.menu li {
  padding-top: 33px;
  width: 110px;
  text-align: center;
}

ul.menu li a {
  font-family: "Futura-Medium";
  font-size: 18px;
  display: block;
  position: relative;
  transition-duration: 0.5s;
}

ul.menu li:nth-child(4) {
  width: 160px;
}

ul.menu li:hover a, ul.menu li:active a, ul.menu li:focus a, ul.menu li.current-menu-item a {
  color: #d7d9da;
  font-family: "Futura-Bold";
  text-decoration: none;
  font-size: 16px;
}

.row.extended-container {
  margin: 0px auto;
}

.form-inline {
  float: right;
  margin-top: 26px;
}

.navbar-brand {
  padding: 10px 0px;
}

.tabplat, .mobile {
  display: none;
}

.desktop {
  display: block;
}

.navbar {
  display: none;
}

.custom-height-slider {
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .desktop {
    display: none;
  }
  .tabplat {
    display: block;
  }
}

@media screen and (min-width: 800px) and (max-width: 960px) {
  .extended-container {
    width: 100%;
    max-width: 100%;
  }
  div.logo {
    padding-left: 10px;
  }
  .form-inline {
    width: 100%;
    float: none;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .form-inline .input-group {
    width: 100%;
  }
  .form-inline .input-group .txtsearch {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #page {
    overflow: hidden;
  }
  .extended-container {
    width: 100%;
    max-width: 100%;
  }
  div.logo {
    padding-left: 10px;
  }
  .form-inline {
    width: 100%;
    float: none;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .form-inline .input-group {
    width: 100%;
  }
  .form-inline .input-group .txtsearch {
    width: 100%;
  }
  ul.menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  ul.menu li {
    width: 80px;
  }
  ul.menu li:nth-child(4) {
    width: 120px;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .tabplat {
    display: none;
  }
  .mobile {
    display: block;
  }
  div.logo {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .navbar {
    display: block;
    position: absolute;
    top: 40px;
    right: 15px;
  }
  .navbar #menuToggle {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 5;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
  }
  .navbar #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }
  .navbar #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .navbar #menuToggle span:first-child {
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }
  .navbar #menuToggle span:nth-last-child(2) {
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  .navbar #menuToggle input:checked ~ span {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
            transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }
  .navbar #menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2);
  }
  .navbar #menuToggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(0, -1px);
            transform: rotate(-45deg) translate(0, -1px);
  }
  .navbar #menuToggle input:checked ~ ul {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  #menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 0;
    padding: 20px;
    padding-top: 100px;
    right: -15px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  #menu a {
    font-size: 18px;
    display: block;
    position: relative;
    transition-duration: 0.5s;
    color: #1d4186;
  }
  #menu li {
    padding: 10px 0;
    width: 100%;
    text-align: left;
    font-family: "Futura-Medium";
    font-size: 18px;
    display: block;
    position: relative;
    transition-duration: 0.5s;
    text-transform: uppercase;
  }
}

#page-banner {
  width: 100%;
  height: 375px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #page-banner {
    height: 250px;
  }
}

#page-banner .banner-img {
  min-width: 101%;
  width: auto;
  min-height: 101%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#page-banner .banner-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#page-banner .page-title {
  position: relative;
}

#page-banner .page-title .block-content {
  position: absolute;
  top: 265px;
  right: 15px;
  color: #FFFFFF;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #page-banner .page-title .block-content {
    top: 200px;
  }
}

#page-banner .page-title .block-content h1 {
  font-family: "Futura-Medium";
  font-size: 3.125em;
  line-height: 1.32em;
  margin: 0;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  #page-banner .page-title .block-content h1 {
    font-size: 2.125em;
  }
}

.site-footer {
  margin-top: 20px;
  width: 100%;
}

.site-footer .background-img {
  width: 100%;
}

.site-footer .background-img .img-background-footer {
  width: 100%;
}

.site-footer .footer-end {
  width: 100%;
  background-color: #204587;
}

.site-footer .extended-container {
  margin: 0px auto;
}

.site-footer .paddingtop {
  padding-top: 260px;
}

.site-footer .side-logo {
  text-align: left;
}

.site-footer .side-logo .footer-logo {
  width: 150px;
}

.site-footer .side-info {
  text-align: center;
}

.site-footer .side-info ul.list-inline {
  width: 90%;
  margin: 0px auto;
  font-family: "Futura-Bold";
}

.site-footer .side-info ul.list-inline li a {
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  transition-duration: 0.5s;
  letter-spacing: 1px;
}

.site-footer .side-info ul.list-inline li:hover a, .site-footer .side-info ul.list-inline li:active a, .site-footer .side-info ul.list-inline li:focus a, .site-footer .side-info ul.list-inline li.current-menu-item a {
  font-size: 16px;
  text-decoration: underline;
}

.site-footer .side-social {
  text-align: center;
}

.site-footer .side-social ul.list-inline {
  width: 100%;
}

.site-footer .side-social ul.list-inline li {
  padding-left: 20px;
}

.site-footer .side-social ul.list-inline li a {
  text-decoration: none;
}

.site-footer .side-social ul.list-inline li a span {
  font-size: 22px;
  color: #FFF;
}

.site-footer .side-info {
  text-align: center;
}

.site-footer .side-info ul.list-inline {
  width: 100%;
  margin: 0px auto;
  font-family: "Futura-Bold";
}

.site-footer .footer-copyright {
  width: 100%;
}

.site-footer .footer-copyright .copyright {
  font-family: "Futura-Medium";
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: 1px;
}

@media screen and (min-width: 800px) and (max-width: 960px) {
  .side-logo {
    padding-left: 30px;
  }
  .side-logo .footer-logo {
    width: 100% !important;
  }
  .side-social {
    text-align: center;
  }
  .side-social ul.list-inline {
    width: 100%;
    padding-bottom: 0px !important;
  }
  .side-social ul.list-inline li {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 768px) {
  .side-logo {
    padding-left: 30px;
  }
  .side-logo .footer-logo {
    width: 100% !important;
  }
  .side-info {
    text-align: center;
  }
  .side-info ul.list-inline {
    padding-bottom: 0px !important;
  }
  .side-social {
    text-align: center;
  }
  .side-social ul.list-inline {
    width: 100%;
    padding-bottom: 0px !important;
  }
  .side-social ul.list-inline li {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .side-logo {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center !important;
  }
  .side-logo .footer-logo {
    width: 150px !important;
    text-align: center;
  }
  .side-info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .side-info ul.list-inline {
    width: 50% !important;
    padding-bottom: 0px !important;
  }
  .side-social {
    text-align: center !important;
  }
  .side-social ul.list-inline {
    width: 100%;
    text-align: center !important;
    padding-bottom: 0px !important;
  }
  .side-social ul.list-inline li {
    padding-left: 10px !important;
  }
  .side-social ul.list-inline li a {
    text-decoration: none;
  }
  .footer-copyright {
    width: 70% !important;
    margin: 0px auto;
  }
  .footer-copyright .copyright {
    font-family: "Futura-Medium";
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 414px) {
  .side-logo {
    padding-left: 0px;
    padding-top: 20px;
    text-align: center !important;
  }
  .side-logo .footer-logo {
    width: 50% !important;
    text-align: center;
  }
  .side-info {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .side-info ul.list-inline {
    width: 100% !important;
    padding-bottom: 0px !important;
  }
  .side-social {
    text-align: center !important;
  }
  .side-social ul.list-inline {
    width: 100%;
    text-align: center !important;
    padding-bottom: 0px !important;
  }
  .side-social ul.list-inline li {
    padding-left: 10px !important;
  }
  .footer-copyright {
    width: 70% !important;
    margin: 0px auto;
  }
  .footer-copyright .copyright {
    font-family: "Futura-Medium";
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    letter-spacing: 1px;
  }
}

.wp-pagenavi {
  display: block;
  margin: 0 auto;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  width: 30px;
  height: 30px;
  background-color: #ECECEC;
  color: #214487;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  float: left;
  font-family: "Futura-Bold";
  text-decoration: none;
  margin-left: 12px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend {
  background: none;
}

.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span {
  font-size: 20px;
  line-height: 30px;
}

.wp-pagenavi .page:hover,
.wp-pagenavi .current {
  background-color: #214487;
  color: #FFFFFF;
}

.wpcf7-form .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  text-align: left;
}

.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: 5px;
}

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  width: 100%;
  background: #ECECEC;
  font-family: "Futura-Bold";
  color: #214487;
  font-size: 1.25em;
  line-height: 1.35em;
  height: 60px;
  padding: 12px 20px 12px 40px;
  border: 0;
  -webkit-appearance: none;
}

.wpcf7-form .wpcf7-text::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
  font-family: "Futura-Bold";
  color: #214487;
  opacity: 1;
}

.wpcf7-form .wpcf7-text::-moz-placeholder,
.wpcf7-form .wpcf7-textarea::-moz-placeholder {
  font-family: "Futura-Bold";
  color: #214487;
  opacity: 1;
}

.wpcf7-form .wpcf7-text:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
  font-family: "Futura-Bold";
  color: #214487;
  opacity: 1;
}

.wpcf7-form .wpcf7-text::-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea::-ms-input-placeholder {
  font-family: "Futura-Bold";
  color: #214487;
  opacity: 1;
}

.wpcf7-form .wpcf7-text::placeholder,
.wpcf7-form .wpcf7-textarea::placeholder {
  font-family: "Futura-Bold";
  color: #214487;
  opacity: 1;
}

.wpcf7-form .wpcf7-text:focus::-webkit-input-placeholder,
.wpcf7-form .wpcf7-textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.wpcf7-form .wpcf7-text:focus::-moz-placeholder,
.wpcf7-form .wpcf7-textarea:focus::-moz-placeholder {
  opacity: 0;
}

.wpcf7-form .wpcf7-text:focus:-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.wpcf7-form .wpcf7-text:focus::-ms-input-placeholder,
.wpcf7-form .wpcf7-textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.wpcf7-form .wpcf7-text:focus::placeholder,
.wpcf7-form .wpcf7-textarea:focus::placeholder {
  opacity: 0;
}

.wpcf7-form .wpcf7-textarea {
  height: 240px;
  resize: none;
}

.wpcf7-form .wpcf7-submit {
  background: #214487;
  width: 188px;
  height: 50px;
  font-family: "Futura-Bold";
  color: #FFFFFF;
  font-size: 1.25em;
  line-height: 1.35em;
  -webkit-appearance: none;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
  background: #ECECEC;
  color: #214487;
}

#share-on-media {
  display: inline-block;
  margin-top: 5em;
  margin-bottom: 2em;
}

@media screen and (max-width: 900px) {
  #share-on-media {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  #share-on-media {
    width: 100%;
    text-align: center;
  }
}

#share-on-media p {
  font-family: "Futura-Bold";
  color: #214487;
  font-size: 1.25em;
  line-height: 1.31em;
  margin: 0;
  float: left;
}

@media screen and (max-width: 767px) {
  #share-on-media p {
    float: none;
  }
}

#share-on-media .social-icons {
  margin: 0 0 0 3em;
  padding: 0;
  float: left;
}

@media screen and (max-width: 767px) {
  #share-on-media .social-icons {
    float: none;
    display: inline-block;
    margin: 10px 0 0 0;
  }
}

#share-on-media .social-icons li {
  float: left;
  padding: 0 2em;
}

#share-on-media .social-icons li a {
  text-decoration: none;
}

#share-on-media .social-icons li a span {
  font-size: 1.56em;
  color: #214487;
}

.clear {
  clear: both;
}

.home .title-menu-link-banner {
  position: absolute;
  bottom: 20%;
  right: 0%;
  z-index: 2;
}

.home .title-menu-link-banner a {
  font-family: "Futura-Bold";
  font-size: 1.1em;
  color: #fff;
}

.home .dropdown {
  padding: 19px 0px 10px 0px;
}

.home #page-banner {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.home #page-banner .title-menu {
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 70%;
  padding-right: 15px;
  margin-top: 0px;
}

.home #page-banner img {
  width: 100%;
}

.home #page-banner .block-content {
  position: absolute;
  right: 0%;
  top: 30%;
  padding-right: 15px;
  z-index: 9999;
  width: 90%;
  text-align: right;
}

.home #page-banner .block-content h1 {
  font-family: "Futura-Medium";
  font-size: 3.125em;
  color: #FFF;
  text-transform: unset;
  text-shadow: 5px 1px 10px black;
  letter-spacing: 2px;
}

.home h2 {
  font-family: "Futura-Bold";
  font-size: 35px;
  color: #214487;
}

.home #about-us {
  background-color: #214487;
  padding-top: 100px;
  padding-bottom: 50px;
  text-align: left;
}

.home #about-us .extended-container {
  text-align: left;
}

.home #about-us .custom-height {
  margin-bottom: -190px;
  margin-top: 61px;
}

.home #about-us .title {
  text-align: left;
}

.home #about-us article {
  font-family: "Futura-Medium";
  color: #FFF;
  line-height: 22px;
  text-align: left;
  padding: 20px 0px 10px 0px;
  text-align: left;
}

.home #about-us #about-detail.more {
  padding-top: 30px;
  color: #FFF;
}

.home h2.tilte-about-us {
  font-size: 1.875em;
  font-family: "Futura-Bold";
  color: #FFF;
}

.home .custom-padding {
  text-align: left;
  width: 47%;
  margin-left: 3%;
}

.home .custom-padding .people-item {
  float: right;
  width: 100%;
  height: 21.5em;
  position: relative;
  text-align: left;
}

.home .custom-padding .people-item img {
  width: 100%;
}

.home .custom-padding .people-item .overlay {
  padding: 1.2em;
}

.home .custom-padding .people-item .overlay .name {
  font-size: 1.3em;
  line-height: 1.2em;
}

.home .custom-padding .people-item .overlay .position {
  line-height: 1.5em;
}

.home .custom-padding .people-item .overlay .desc {
  height: 13.5em;
}

.home #background-home {
  width: 100%;
  height: 150px;
  background: url("img/background-centerscrren.png") no-repeat center top;
  background-size: 100%;
  margin-top: -35px;
}

.home #practice {
  padding-top: 13%;
}

.home #practice h2 {
  padding-left: 15px;
}

.home #practice .slider-practice {
  width: 100%;
  margin: 20px 0px;
}

.home #practice .slider-practice #practice-detail {
  cursor: pointer;
  text-decoration: none;
  color: #1d4186;
}

.home #practice .slider-practice #practice-detail:hover {
  text-decoration: underline;
}

.home #practice .slider-practice .practice-list {
  width: 90%;
  margin: 0px auto;
}

.home #practice .slider-practice .practice-list .item {
  height: 17em;
}

.home #practice .slider-practice .practice-list .item h2.title1 {
  padding-left: 0px;
  font-size: 1.33em;
  color: #FFF;
}

.home #practice .slider-practice .practice-list .item .hover h4.title2 {
  font-size: 1.1em;
}

.home #practice .slider-practice .practice-list .item .hover p {
  font-size: 1em;
}

.home #practice .slider-practice .practice-list .owl-dots {
  display: none;
}

.home #practice .slider-practice .practice-list .owl-nav button:focus {
  outline: none;
}

.home #practice .slider-practice .practice-list .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 12px);
  left: -4%;
}

.home #practice .slider-practice .practice-list .owl-nav .owl-prev span {
  display: none;
}

.home #practice .slider-practice .practice-list .owl-nav .owl-prev:before {
  font-family: 'icomoon' !important;
  content: "\e901";
  font-size: 22px;
  color: #999999;
}

.home #practice .slider-practice .practice-list .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 12px);
  right: -4%;
}

.home #practice .slider-practice .practice-list .owl-nav .owl-next span {
  display: none;
}

.home #practice .slider-practice .practice-list .owl-nav .owl-next:before {
  font-family: 'icomoon' !important;
  content: "\e902";
  font-size: 22px;
  color: #999999;
}

.home #quotation blockquote .quote {
  quotes: "“" "”" "‘" "’";
  font-family: "Futura-Medium-Italic";
  font-size: 20px;
  color: #214487;
}

.home #quotation blockquote .quote:before {
  content: open-quote;
}

.home #quotation blockquote .quote:after {
  content: close-quote;
}

.home #quotation p.quote-bold {
  font-size: 20px;
  font-family: "Futura-Bold";
  color: #214487;
  padding-top: 20px;
}

.home #news {
  text-align: center;
}

.home #news .extended-container.row {
  text-align: center;
}

.home #news #title-news-views {
  width: 100%;
  text-align: center;
  font-family: "Futura-Bold";
  color: #214487;
  padding-bottom: 30px;
}

.home .extended-container {
  margin: 0px auto;
  text-align: center;
  position: relative;
}

.home .chevron-arrow {
  color: #d7d9da;
}

.home .section-title, .home .quote, .home .view-practice {
  color: #1d4186;
}

.home .carousel-control-prev {
  left: -90px;
}

.home .carousel-control-next {
  right: -90px;
}

.home .slide-img {
  position: absolute;
}

.home div.slide-text {
  position: relative;
  background-color: rgba(29, 65, 134, 0.5);
  padding: 20px;
  height: 100%;
}

.home .content {
  color: #d7d9da;
  font-family: "Futura-Bold";
}

.home p.content {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futura-Medium";
}

.home div.slide-text2 {
  background-color: #1d4186;
  padding: 20px;
  height: 100%;
  position: relative;
}

.home #title-practice {
  text-align: left;
}

.home .slider img {
  width: 100%;
}

.home #quotation {
  padding-top: 5%;
}

.home .item-news {
  padding-right: 15px !important;
  padding-bottom: 30px;
}

.home .item-news a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.5s;
}

.home .item-news a:hover {
  cursor: pointer;
  color: #1d4186;
  transition-duration: 0.5s;
}

.home .item-news .img-news {
  height: 297px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home .item-news .content-news {
  width: 90%;
  background-color: #ECECEC;
  margin: 0px auto;
  padding: 0px 10px 20px 10px;
}

.home .item-news .content-news .title-news {
  width: 100%;
  height: 70px;
  text-align: center;
}

.home .item-news .content-news .title-news h3 {
  font-family: "Futura-Bold";
  font-size: 20px;
  text-transform: unset;
  padding-top: 15px;
  padding-bottom: 10px;
}

.home .item-news .content-news .info-news {
  width: 100%;
  text-align: center;
  height: 148px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home .item-news .content-news .info-news p {
  width: 100%;
  margin: 0px auto;
  font-family: "Futura-Medium";
  font-size: 16px;
}

.home .item-news:nth-child(2n+0) {
  padding-right: 0px !important;
}

.home .item-news.long-height .img-news {
  background-size: auto 100% !important;
  background-position: center center;
  height: 594px;
}

.home .long-height.up-item {
  margin-top: -297px;
}

.home .twitter-block {
  overflow: hidden;
  height: 1390px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.home .twitter-block .sub-teitter-block {
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
  height: 100%;
}

.home .twitter-block .sub-teitter-block::-webkit-scrollbar {
  width: 13px;
}

.home .twitter-block .sub-teitter-block::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1d4186;
  border-radius: 7px;
}

.home .twitter-block .sub-teitter-block::-webkit-scrollbar-thumb {
  background: #1d4186;
  border-radius: 10px;
}

.home .twitter-block .sub-teitter-block::-webkit-scrollbar-thumb:hover {
  background: #1d4186;
}

.home .more {
  cursor: pointer;
  text-decoration: none;
  color: #1d4186;
  font-family: "Futura-Bold";
  font-size: 16px;
}

.home .more:hover {
  text-decoration: underline;
}

.home #contactus .extended-container {
  margin: 0px auto;
}

.home #contactus #title-contactus {
  padding-left: 15px;
  text-align: left;
}

.home #contactus p {
  font-size: 16px;
  font-family: "Futura-Medium";
  padding-top: 20px;
  text-align: left;
  padding-left: 15px;
}

.home #contactus p a {
  color: #222222;
  text-decoration: none;
}

.home #contactus p a:hover {
  color: #214487;
}

@media screen and (max-width: 1024px) {
  .home .none-1024 {
    display: none;
  }
  .home .display-1024 {
    display: block;
    padding-top: 20px;
  }
  .home h2.title {
    text-align: center;
    width: 100%;
  }
  .home #practice .slider-practice .practice-list .item h2.title1 {
    font-size: 24px;
  }
  .home #practice .slider-practice .practice-list .item .hover p {
    font-size: 13px;
  }
  .home #title-practice {
    text-align: center;
  }
  .home .about-us-area#about-us {
    padding-bottom: 0px;
    padding-top: 50px;
  }
  .home .about-us-area#about-us .custom-height {
    margin-top: 8px;
  }
  .home #page-banner {
    width: auto;
  }
  .home #page-banner .block-content {
    left: 0px;
    width: 100%;
    z-index: 1;
  }
  .home #page-banner img {
    width: auto !important;
  }
  .home .custom-height {
    margin-right: 0px;
  }
  .home .custom-padding {
    padding-right: 0px;
  }
  .home .custom-padding .people-item {
    width: 100%;
    min-height: auto;
    max-height: none;
    height: 304px;
  }
  .home .custom-padding .people-item img {
    width: 107%;
  }
  .home .custom-padding .people-item .overlay .name {
    font-size: 1.1em;
  }
  .home .custom-padding .people-item .overlay .name {
    font-size: 1.1em;
  }
  .home .custom-padding .people-item .overlay .position {
    font-size: 1.0em;
    line-height: 2em;
  }
  .home .custom-padding .people-item .overlay .desc p {
    font-size: 14px;
  }
  .home #contactus #title-contactus {
    padding-left: 15px;
  }
  .home #contactus p {
    padding-left: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .home .custom-padding .people-item .overlay {
    padding: 1.5em;
  }
  .home .about-us-area#about-us {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .home .none-1024 {
    display: none;
  }
  .home .display-1024 {
    display: block;
  }
  .home h2.title {
    text-align: center;
    width: 100%;
  }
  .home #practice h2 {
    padding-left: 0px;
  }
  .home #practice-detail {
    left: auto;
  }
  .home #practice .slider-practice .practice-list .item h2.title1 {
    font-size: 24px;
  }
  .home #practice .slider-practice .practice-list .item .hover p {
    font-size: 13px;
  }
  .home .about-us-area#about-us {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .home .about-us-area#about-us .custom-height {
    margin-bottom: 0px;
  }
  .home #page-banner {
    width: auto;
    height: 360px;
  }
  .home #page-banner .block-content {
    left: 0px;
    top: 10%;
    width: 100%;
  }
  .home #page-banner .block-content h1 {
    font-size: 30px;
  }
  .home .custom-height {
    margin-right: 0px;
    margin-left: 0px;
  }
  .home .custom-padding {
    padding-right: 0px;
    width: 100% !important;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    flex-basis: inherit;
  }
  .home .custom-padding .people-item {
    width: 80% !important;
    margin: 0px auto;
    float: none;
    min-height: auto;
    max-height: none;
    height: 404px;
    margin-bottom: 20px;
  }
  .home .custom-padding .people-item .overlay .name {
    font-size: 1.5em;
  }
  .home .custom-padding .people-item .overlay .position {
    font-size: 1.2em;
    line-height: 2.2em;
  }
  .home .custom-padding .people-item .overlay .desc p {
    font-size: 14px;
  }
  .home #contactus #title-contactus {
    padding-left: 15px;
  }
  .home #contactus p {
    padding-left: 15px;
    text-align: center;
  }
  .home #news {
    padding-top: 0px;
  }
  .home .item-news {
    padding-right: 0px !important;
  }
  .home .item-news .img-news {
    height: 190px !important;
    background-size: 100% auto !important;
  }
  .home .long-height.up-item {
    margin-top: 0px;
  }
  .home .long-height.up-item .img-news {
    height: 230x !important;
    background-size: 100% auto !important;
  }
  .home .item-news.long-height {
    margin-top: 0px;
  }
  .home .item-news.long-height .img-news {
    height: 230px !important;
    background-size: 100% auto !important;
  }
  .home #background-home {
    height: 100px;
    margin-top: -10px;
  }
}

#about-us-sec-01 {
  padding-top: 3.125em;
  padding-bottom: 1.875em;
  background: #214487;
}

#about-us-sec-01 .block-photo > img {
  display: block;
  margin: 0 auto;
}

#about-us-sec-01 .block-content {
  color: #FFFFFF;
}

#about-us-sec-01 .block-content h2 {
  font-family: "Futura-Medium";
  font-size: 1.42em;
  line-height: 1.33em;
}

@media screen and (max-width: 767px) {
  #about-us-sec-01 .block-content h2 br {
    display: none;
  }
}

#about-us-sec-01 .block-content p {
  font-family: "Futura-Medium";
  font-size: 1em;
  line-height: 1.25em;
  margin-bottom: 0.875em;
}

#about-us-sec-02 {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}

#about-us-sec-02 p {
  font-family: "Futura-Medium-Italic";
  color: #214487;
  font-size: 1.25em;
  line-height: 1.35em;
  margin: 0;
}

#about-us-sec-03 {
  padding-top: 0;
  padding-bottom: 3.125em;
}

#about-us-sec-03 p {
  font-family: "Futura-Medium";
  font-size: 1em;
  line-height: 1.375em;
}

#about-us-sec-locations h2 {
  font-family: "Futura-Bold";
  color: #214487;
  font-size: 2.187em;
  line-height: 1.314em;
  margin: 0 0 1em 0;
}

#about-us-sec-locations .nav-tabs {
  width: 100%;
  border: 0;
}

#about-us-sec-locations .nav-tabs .nav-item {
  border: 0;
  margin: 0;
  width: 33.33%;
}

#about-us-sec-locations .nav-tabs .nav-item .nav-link {
  background: #EFEFEF;
  border-radius: 0;
  border: 0;
  color: #193872;
  font-family: "Futura-Bold";
  font-size: 1.56em;
  line-height: 1.32em;
  padding: 15px 0;
  text-decoration: none;
  border-left: 1px solid #e1e1e1;
}

#about-us-sec-locations .nav-tabs .nav-item .nav-link.active {
  background: #193872;
  color: #FFFFFF;
  border-left: 0;
}

#about-us-sec-locations .location {
  padding-top: 5em;
  padding-bottom: 8em;
}

@media screen and (max-width: 767px) {
  #about-us-sec-locations .location {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

#about-us-sec-locations .location .loc-title {
  font-family: "Futura-Bold";
  color: #081A3A;
  font-size: 1.5em;
  line-height: 1.31em;
}

#about-us-sec-locations .location .loc-address,
#about-us-sec-locations .location .loc-phone {
  font-family: "Futura-Bold";
  color: #081A3A;
  font-size: 1em;
  line-height: 1.31em;
  margin: 0 0 2em 0;
}

#about-us-sec-locations .location .loc-phone {
  margin: 0;
}

#about-us-sec-locations .location .loc-fax,
#about-us-sec-locations .location .loc-email {
  font-family: "Futura-Medium";
  color: #081A3A;
  font-size: 1em;
  line-height: 1.31em;
  margin: 0;
}

#about-us-sec-locations .location .loc-email {
  margin: 1em 0 0 0;
}

#about-us-sec-locations .location .acf-map {
  height: 350px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #about-us-sec-locations .location .acf-map {
    margin: 1em 0;
  }
}

#about-us-sec-locations .location .acf-map h4 {
  font-size: 16px;
  line-height: 20px;
}

#practice-introduction .block-content {
  padding-top: 2.5em;
  padding-bottom: 3.125em;
}

#practice-introduction .block-content p {
  font-family: "Futura-Medium";
  font-size: 1.25em;
  line-height: 1.35em;
  color: #FFFFFF;
  margin: 0;
}

#practice-list {
  padding-top: 5em;
  padding-bottom: 3.125em;
}

#practice-list .block-content .text-desc {
  font-family: "Futura-Bold";
  font-size: 1.25em;
  line-height: 1.35em;
  color: #000000;
  margin: 0 0 3em 0;
}

.practice-list .item {
  height: 20em;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
  cursor: pointer;
}

.practice-list .item img {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.practice-list .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 56, 114, 0.5);
  z-index: 2;
}

.practice-list .item .title1 {
  position: absolute;
  top: 1.33em;
  left: 1.33em;
  font-family: "Futura-Bold";
  font-size: 1.575em;
  line-height: 1.33em;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  margin: 0;
  max-width: 90%;
  z-index: 3;
}

.practice-list .item .hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 0.2s ease-in-out;
  background: #193872;
  padding: 2.1em;
  z-index: 4;
}

.practice-list .item .hover .title2 {
  font-family: "Futura-Bold";
  font-size: 1.25em;
  line-height: 1.35em;
  margin: 0 0 1em 0;
  max-width: 90%;
}

.practice-list .item .hover p {
  margin: 0;
}

.practice-list .item:hover .hover {
  top: 0;
}

.link-discover-our-products {
  font-family: "Futura-Bold";
  font-size: 1em;
  line-height: 1.31em;
  color: #214487;
  text-decoration: underline;
  margin: 2.5em 0;
  display: inline-block;
}

.link-discover-our-products:hover {
  color: #214487;
  text-decoration: none;
}

.list-title {
  font-family: "Futura-Bold";
  color: #1d4186;
}

.list-practice a {
  text-decoration: none;
  color: black;
  font-size: 1.2em;
}

.list-practice a:hover {
  color: #1D4186;
}

ul li {
  list-style: none;
}

#row-practice {
  margin-top: 4em;
  margin-bottom: 2em;
}

#title-practice-detail {
  margin-top: -5%;
  margin-right: 0;
  width: 42%;
}

#title-practice-detail h1 {
  text-align: right;
}

.single-practice .main-content ul {
  margin: 2.5em 0;
  padding: 0 0 0 4.5em;
}

.single-practice .main-content ul li {
  margin-bottom: 1.5em;
}

.single-practice .main-content ul li:before {
  content: "*  ";
  display: inline-block;
  padding-right: 0.5em;
}

@media screen and (max-width: 1024px) {
  #title-practice-detail {
    width: 67%;
  }
  .right-side {
    right: 2%;
  }
}

@media screen and (max-width: 768px) {
  #title-practice-detail {
    margin-right: -6%;
  }
}

@media screen and (max-width: 767px) {
  .right-side {
    margin-left: 2%;
  }
}

@media screen and (max-width: 414px) {
  #title-practice-detail {
    width: 100%;
  }
  #page-banner .page-title #title-practice-detail {
    top: 175px;
  }
}

@media screen and (max-width: 320px) {
  #page-banner .page-title #title-practice-detail {
    top: 140px;
  }
}

.contact-content {
  margin-top: 50px;
  margin-bottom: 20px;
}

#people-desc-one {
  padding-top: 3.125em;
  padding-bottom: 1.875em;
  background: #214487;
}

#people-desc-one .block-content {
  color: #FFFFFF;
}

#people-desc-one .block-content p {
  font-family: "Futura-Medium";
  font-size: 1em;
  line-height: 1.375em;
  margin-bottom: 1em;
}

#people-desc-one .people-item {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 800px) {
  #people-desc-one .people-item {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #people-desc-one .people-item {
    margin-bottom: 1em;
  }
}

#people-desc-two {
  padding-top: 3.125em;
  padding-bottom: 1.875em;
}

#people-desc-two .block-content {
  color: #000000;
}

#people-desc-two .block-content p {
  font-family: "Futura-Medium";
  font-size: 1em;
  line-height: 1.375em;
}

.people-item {
  width: 13.8em;
  height: 21.42em;
  position: relative;
  overflow: hidden;
}

.people-item:hover .overlay {
  height: 100%;
}

.people-item img {
  width: 100%;
  height: auto;
}

.people-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.0em;
  background: rgba(236, 236, 236, 0.9);
  padding: 1.2em;
  transition: height 0.2s ease-in-out;
}

.people-item .overlay .name {
  font-family: "Futura-Medium";
  color: #2B2B2B;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .people-item .overlay .name {
    font-size: 1.36em;
  }
}

.people-item .overlay .position {
  font-family: "Futura-Medium";
  color: #2B2B2B;
  font-size: 1.25em;
  line-height: 1.5em;
  display: inline-block;
  width: 100%;
}

.people-item .overlay .desc {
  margin: 1em 0;
  height: 13.5em;
  position: relative;
  display: inline-block;
  width: 100%;
}

.people-item .overlay .desc .link-read-more {
  color: #214487;
  font-family: "Futura-Bold";
  font-size: 1.25em;
  line-height: 1.35em;
  text-decoration: underline;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.people-item .overlay .desc .link-read-more:hover {
  text-decoration: none;
}

.people-item .overlay .desc p {
  color: #000000;
}

#people-item-wrapper {
  margin-top: 2em;
  margin-bottom: 4em;
}

#people-item-wrapper .people-item {
  float: left;
  width: 15em;
  height: 22em;
}

@media screen and (max-width: 767px) {
  #people-item-wrapper .people-item {
    float: none;
    display: block;
    margin: 0 auto 1em;
  }
}

#people-item-wrapper .people-item:hover .overlay {
  height: auto;
}

#people-item-wrapper .people-item .overlay {
  height: auto;
}

#people-item-wrapper .people-item .overlay .name {
  max-width: 90%;
  min-height: 42px;
}

#people-item-wrapper .people-item .overlay .position {
  line-height: 1em;
  min-height: 35px;
}

#people-item-wrapper .people-item-desc {
  float: left;
  width: calc(100% - 16.25em);
  padding: 0 0 0 1em;
}

@media screen and (max-width: 767px) {
  #people-item-wrapper .people-item-desc {
    width: 100%;
    padding: 0;
  }
}

#block-work-with-us {
  margin-top: 3em;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  #block-work-with-us {
    margin-bottom: 1em;
  }
}

#block-work-with-us h2 {
  font-family: "Futura-Bold";
  color: #214487;
  font-size: 2.18em;
  line-height: 1.31em;
}

@media screen and (max-width: 767px) {
  #block-work-with-us h2 {
    font-size: 1.5em;
  }
}

#block-work-with-us p {
  color: #1F4383;
}

#block-work-with-us p a {
  font-family: "Futura-Bold";
  font-size: 1.25em;
  line-height: 1.35em;
  color: inherit;
}

.people-intro {
  color: #FFFFFF;
  padding-top: 1em;
  padding-bottom: 1em;
}

.people-intro .name {
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-family: "Futura-Medium";
  font-size: 3.125em;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .people-intro .name {
    font-size: 2em;
  }
}

.people-intro .position {
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 1.875em;
  line-height: 1.33em;
}

@media screen and (max-width: 767px) {
  .people-intro .position {
    font-size: 1.25em;
  }
}

.people-intro .people-contact {
  margin: 2em 0 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.people-intro .people-contact li {
  float: left;
  clear: both;
  margin-bottom: 0.5em;
}

.people-intro .people-contact li:last-child {
  margin-bottom: 0;
}

.people-intro .people-contact .phone {
  font-size: 1.25em;
  margin: 0;
  text-decoration: none;
  color: #FFFFFF;
}

.people-intro .people-contact .email {
  font-size: 1.25em;
  margin: 0;
  text-decoration: none;
  color: #FFFFFF;
}

.people-main-content {
  padding-top: 3.125em;
}

@media screen and (max-width: 767px) {
  .people-main-content {
    padding-top: 1em;
  }
}

.people-main-content .intro p {
  font-size: 1em;
  line-height: 1.35em;
}

@media screen and (max-width: 767px) {
  .people-main-content .intro p {
    font-size: 1em;
  }
}

.people-main-content .link-dl-cv {
  font-family: "Futura-Bold";
  font-size: 1em;
  line-height: 1.35em;
  color: #214487;
}

.people-main-content .section-wrapper {
  margin-top: 4.5em;
}

.people-main-content .section-wrapper .section-title {
  font-family: "Futura-Medium";
  font-size: 1.71em;
  font-size: 2.18em;
  line-height: 1.31em;
  color: #214487;
  padding: 13px 30px 8px;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .people-main-content .section-wrapper .section-title {
    font-size: 1.25em;
  }
}

.people-main-content .section-wrapper p strong {
  font-family: "Futura-Bold";
  color: #292929;
  margin: 0 0 2em 0;
}

.people-main-content .section-wrapper ul {
  padding-left: 2em;
  list-style: none;
}

.people-main-content .section-wrapper ul li {
  position: relative;
  padding-left: 10px;
}

.people-main-content .section-wrapper ul li:before {
  content: " ";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .people-sidebar,
  .sidebar-menu {
    margin-bottom: 1em;
  }
}

.people-sidebar h2,
.sidebar-menu h2 {
  font-family: "Futura-Bold";
  font-size: 2.18em;
  line-height: 1.31em;
  color: #214487;
}

@media screen and (max-width: 767px) {
  .people-sidebar h2,
  .sidebar-menu h2 {
    font-size: 1.5em;
  }
}

.people-sidebar .people-menu,
.people-sidebar .menu-list,
.sidebar-menu .people-menu,
.sidebar-menu .menu-list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}

.people-sidebar .people-menu li,
.people-sidebar .menu-list li,
.sidebar-menu .people-menu li,
.sidebar-menu .menu-list li {
  margin: 0 0 1em 0;
}

.people-sidebar .people-menu li a,
.people-sidebar .menu-list li a,
.sidebar-menu .people-menu li a,
.sidebar-menu .menu-list li a {
  color: #000000;
  font-size: 1.25em;
  line-height: 1.35em;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.people-sidebar .people-menu li a:hover,
.people-sidebar .menu-list li a:hover,
.sidebar-menu .people-menu li a:hover,
.sidebar-menu .menu-list li a:hover {
  color: #1D4186;
}

.people-sidebar .people-menu li.active a,
.people-sidebar .menu-list li.active a,
.sidebar-menu .people-menu li.active a,
.sidebar-menu .menu-list li.active a {
  color: #1D4186;
}

#upcoming-event-wrapper {
  margin-top: 2em;
}

.link-event-register {
  font-family: "Futura-Bold";
  color: #1F4383;
  font-size: 1.25em;
  line-height: 1.31em;
  margin: 2em 0 0 0;
  float: left;
}

.link-event-register:hover {
  color: #1F4383;
  text-decoration: none;
}

.link-event-register + #share-on-media {
  margin-top: 2em;
  clear: both;
  float: left;
}

.event-item-wrapper .event-date {
  background-color: #ECECEC;
  padding: 12px 30px;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.event-item-wrapper .event-date span {
  font-family: "Futura-Bold";
  font-size: 1.71em;
  line-height: 1.32em;
  color: #214487;
}

.event-item-wrapper .event-item {
  display: table;
  width: 100%;
  height: 360px;
  margin: 0 0 1.5em 0;
}

.event-item-wrapper .event-item .event-thumb {
  width: 25%;
  display: table-cell;
  position: relative;
  overflow: hidden;
}

.event-item-wrapper .event-item .event-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .event-item-wrapper .event-item .event-thumb {
    width: 100%;
    float: left;
  }
  .event-item-wrapper .event-item .event-thumb img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    min-height: 0;
    min-width: 0;
    width: 100%;
    height: auto;
  }
}

.event-item-wrapper .event-item .event-desc-tab {
  width: 75%;
  display: table-cell;
  vertical-align: top;
  background-color: #ECECEC;
  position: relative;
}

@media screen and (max-width: 767px) {
  .event-item-wrapper .event-item .event-desc-tab {
    width: 100%;
    display: inline-block;
  }
}

.event-item-wrapper .event-item .event-desc-tab .nav-tabs {
  width: 100%;
}

.event-item-wrapper .event-item .event-desc-tab .nav-tabs .nav-item {
  width: 33.33%;
  text-align: center;
  background-color: #FFFFFF;
  font-family: "Futura-Bold";
  font-size: 1.25em;
  line-height: 1.35em;
  color: #214487;
  text-decoration: none;
  padding: 12px 10px 7px 10px;
  border-radius: 0;
  border-style: solid;
  border-color: #204283;
  border-width: 1px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.event-item-wrapper .event-item .event-desc-tab .nav-tabs .nav-item:first-child {
  border-left-width: 2px;
}

.event-item-wrapper .event-item .event-desc-tab .nav-tabs .nav-item:last-child {
  border-right-width: 2px;
}

.event-item-wrapper .event-item .event-desc-tab .nav-tabs .nav-item.active {
  background-color: #204283;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .event-item-wrapper .event-item .event-desc-tab .nav-tabs .nav-item {
    font-size: 0.875em;
    line-height: 1em;
  }
}

.event-item-wrapper .event-item .event-desc-tab .tab-content {
  padding: 2em;
}

@media screen and (max-width: 767px) {
  .event-item-wrapper .event-item .event-desc-tab .tab-content {
    padding: 1em 1em 2em 1em;
  }
}

.event-item-wrapper .event-item .event-desc-tab .tab-content .acf-map {
  margin: 0 auto;
  width: 70%;
  height: 240px;
  display: block;
}

@media screen and (max-width: 767px) {
  .event-item-wrapper .event-item .event-desc-tab .tab-content .acf-map {
    width: 100%;
  }
}

.event-item-wrapper .event-item .event-desc-tab .tab-content .link {
  font-family: "Futura-Bold";
  font-size: 1em;
  line-height: 1.31em;
  color: #214487;
  position: absolute;
  bottom: 2em;
  left: 2em;
}

@media screen and (max-width: 767px) {
  .event-item-wrapper .event-item .event-desc-tab .tab-content .link {
    font-size: 0.875em;
    bottom: 1em;
    left: 1em;
  }
}

#upcoming-event-detail {
  margin-top: 4em;
}

#upcoming-event-detail .heading {
  position: relative;
  margin-bottom: 2em;
}

#upcoming-event-detail .heading > img {
  width: 100%;
}

#upcoming-event-detail .heading .title {
  position: absolute;
  bottom: 0;
  left: 2em;
  width: calc(100% - 4em);
  background-color: #214487;
  padding: 1em 1em 0.5em 2em;
}

#upcoming-event-detail .heading .title h2 {
  color: #FFFFFF;
  font-family: "Futura-Bold";
  font-size: 1.71em;
  line-height: 1.31em;
  margin: 0;
}

#upcoming-event-detail .heading .title .event-date {
  color: #FFFFFF;
  font-family: "Futura-Medium";
  font-size: 1em;
  line-height: 1.68em;
}

.sidebar .section {
  margin-bottom: 2.5em;
}

.sidebar .section .sec-title {
  background-color: #214487;
  font-family: "Futura-Bold";
  color: #FFFFFF;
  font-size: 1.25em;
  line-height: 1.35em;
  margin: 0 auto;
  display: block;
  padding: 0.85em 1em;
  width: calc(100% - 3em);
}

.sidebar .section .sec-content {
  background-color: #ECECEC;
  padding: 1.5em 2em;
}

.sidebar .section .sec-content .info-item {
  font-size: 1em;
  line-height: 1.31em;
  color: #081A3A;
  position: relative;
  padding-left: 5.25em;
  margin-bottom: 2em;
}

.sidebar .section .sec-content .info-item > span:first-child {
  color: #214487;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.5em;
}

.sidebar .section .sec-content .info-item > strong {
  font-family: "Futura-Bold";
  display: block;
}

.sidebar .section .sec-content .info-item:last-child {
  margin-bottom: 0;
}

.sidebar .section .sec-content .acf-map {
  margin: 0 0 2em 0;
  height: 450px;
}

.sidebar .section .sec-content .acf-map h4 {
  font-size: 14px;
}

.sidebar .section .sec-content .sec-address {
  text-align: center;
}

.sidebar .section .sec-content .sec-address h3 {
  font-family: "Futura-Bold";
  font-size: 1.25em;
  line-height: 1.35em;
  margin: 0 0 1em 0;
}

.sidebar .section .sec-content .sec-address p {
  margin: 0;
}

#page-work-with-us {
  margin-top: 4em;
}

#page-work-with-us img.alignleft {
  margin: 0 3em 3em 0;
}

@media screen and (max-width: 800px) {
  #page-work-with-us img.alignleft {
    width: 100%;
    height: auto;
    margin: 0 0 1em 0;
  }
}

#open-positions-wrapper {
  margin-top: 3em;
  margin-bottom: 3em;
}

#with8us-google-form h2 {
  font-family: "Futura-Bold";
  font-size: 1.71em;
  line-height: 1.31em;
  color: #214487;
  margin: 0 0 1em 0;
}

#with8us-google-form iframe {
  max-width: 100%;
}

#term-of-use h2 {
  font-size: 24px;
  font-family: "Futura-Bold";
  color: #1d4186;
  margin-bottom: 2%;
  margin-top: 2%;
}

#term-of-use, #sitemap {
  margin-top: 3%;
  margin-bottom: 3%;
}

.wsp-container h2 {
  font-family: "Futura-Bold";
  color: #1d4186;
  font-size: 24px;
}

.wsp-container ul {
  margin-top: 2%;
  margin-bottom: 2%;
}

.wsp-container ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.2em;
}

#page-search-result {
  text-align: center;
}

#page-search-result .page-title {
  font-family: "Futura-Bold";
  font-size: 2em;
  color: #214487;
  margin: 0 0 0.5em 0;
  text-align: left;
}

#page-search-result .result-list {
  margin: 0;
  padding: 0 0 0 0.5em;
  text-align: left;
}

#page-search-result .result-list li {
  margin: 0 0 2em 0;
}

#page-search-result .result-list li a {
  font-family: "Futura-Bold";
  font-size: 1em;
  color: #214487;
}

#page-search-result .wp-pagenavi {
  display: inline-block;
  margin: 1em 0 0 0;
}

.page-news .item-news {
  padding-right: 15px !important;
  padding-bottom: 30px;
}

.page-news .item-news a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.5s;
}

.page-news .item-news a:hover {
  cursor: pointer;
  color: #1d4186;
  transition-duration: 0.5s;
}

.page-news .item-news .img-news {
  height: 297px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-news .item-news .content-news {
  width: 90%;
  background-color: #ECECEC;
  margin: 0px auto;
  padding: 0px 10px 20px 10px;
}

.page-news .item-news .content-news .title-news {
  width: 100%;
  height: 70px;
  text-align: center;
}

.page-news .item-news .content-news .title-news h3 {
  font-family: "Futura-Bold";
  font-size: 20px;
  text-transform: unset;
  padding-top: 15px;
  padding-bottom: 10px;
}

.page-news .item-news .content-news .info-news {
  width: 100%;
  text-align: center;
  height: 148px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-news .item-news .content-news .info-news p {
  width: 100%;
  margin: 0px auto;
  font-family: "Futura-Medium";
  font-size: 16px;
}

.page-news .item-news:nth-child(2n+0) {
  padding-right: 0px !important;
}

.page-news .item-news.long-height .img-news {
  background-size: auto 100% !important;
  background-position: center center;
  height: 594px;
}

.page-news .long-height.up-item {
  margin-top: -297px;
}

.page-news .twitter-block {
  overflow: hidden;
  height: 1390px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.page-news .twitter-block .sub-teitter-block {
  overflow-y: scroll;
  padding-right: 17px;
  box-sizing: content-box;
  height: 100%;
}

.page-news .twitter-block .sub-teitter-block::-webkit-scrollbar {
  width: 13px;
}

.page-news .twitter-block .sub-teitter-block::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1d4186;
  border-radius: 7px;
}

.page-news .twitter-block .sub-teitter-block::-webkit-scrollbar-thumb {
  background: #1d4186;
  border-radius: 10px;
}

.page-news .twitter-block .sub-teitter-block::-webkit-scrollbar-thumb:hover {
  background: #1d4186;
}

@media screen and (max-width: 767px) {
  .page-news .item-news {
    padding-right: 0px !important;
  }
  .page-news .item-news .img-news {
    height: 190px !important;
    background-size: 100% auto !important;
  }
  .page-news .long-height.up-item {
    margin-top: 0px;
  }
  .page-news .long-height.up-item .img-news {
    height: 190x !important;
    background-size: 100% auto !important;
  }
  .page-news .item-news.long-height {
    margin-top: 0px;
  }
  .page-news .item-news.long-height .img-news {
    height: 190px !important;
    background-size: 100% auto !important;
  }
  .page-news #background-home {
    height: 100px;
    margin-top: -10px;
  }
}

.category .item-news {
  padding-right: 15px !important;
  padding-bottom: 30px;
}

.category .item-news a {
  color: #222222;
  text-decoration: none;
  transition-duration: 0.5s;
}

.category .item-news a:hover {
  cursor: pointer;
  color: #1d4186;
  transition-duration: 0.5s;
}

.category .item-news .img-news {
  height: 297px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category .item-news .content-news {
  width: 90%;
  background-color: #ECECEC;
  margin: 0px auto;
  padding: 0px 10px 20px 10px;
}

.category .item-news .content-news .title-news {
  width: 100%;
  height: 70px;
  text-align: center;
}

.category .item-news .content-news .title-news h3 {
  font-family: "Futura-Bold";
  font-size: 20px;
  text-transform: unset;
  padding-top: 15px;
  padding-bottom: 10px;
}

.category .item-news .content-news .info-news {
  width: 100%;
  text-align: center;
  height: 148px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category .item-news .content-news .info-news p {
  width: 90%;
  margin: 0px auto;
  font-family: "Futura-Medium";
  font-size: 16px;
}

.category .item-news:nth-child(3n+0) {
  padding-right: 0px !important;
}

.category .item-news.long-height .img-news {
  background-size: auto 100% !important;
  background-position: center center;
  height: 594px;
}

.category .long-height.up-item {
  margin-top: -297px;
}

@media screen and (max-width: 767px) {
  .page-news .item-news {
    padding-right: 0px !important;
  }
  .page-news .item-news .img-news {
    height: 190px !important;
    background-size: 100% auto !important;
  }
  .page-news .long-height.up-item {
    margin-top: 0px;
  }
  .page-news .long-height.up-item .img-news {
    height: 190x !important;
    background-size: 100% auto !important;
  }
  .page-news .item-news.long-height {
    margin-top: 0px;
  }
  .page-news .item-news.long-height .img-news {
    height: 190px !important;
    background-size: 100% auto !important;
  }
  .page-news #background-home {
    height: 100px;
    margin-top: -10px;
  }
}

.single-news_views .category li {
  background-color: #ECECEC;
  padding: 0px 30px 0px;
  width: 260px;
  height: 40px;
  margin-top: 6%;
}

.single-news_views .category li:hover {
  background-color: #1D4186;
}

.single-news_views .category li:hover a {
  color: #ffffff;
}

.single-news_views .category li a {
  font-size: 1.25em;
  color: #214487;
  text-decoration: none;
  line-height: 2.3em;
}

.single-news_views .category li a:hover {
  color: #ffffff;
}

.single-news_views .category .active {
  background-color: #1D4186;
}

.single-news_views .category .active a {
  color: #ffffff;
}

.related {
  margin-left: 10%;
  font-size: 1.78em;
  margin-bottom: 10%;
}

.news-content {
  margin-top: 1%;
}

#row-news {
  margin-top: 3%;
}

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

.related-artical {
  margin-left: 4%;
  margin-top: 25%;
}

.related-artical ul {
  margin-left: 7%;
}

.related-artical ul li a {
  font-size: 1.25em;
  color: #000;
  text-decoration: none;
  line-height: 2em;
}

.related-artical ul li a:hover {
  color: #1D4186;
}

.related-artical ul li.active a {
  color: #1D4186;
}

#news-and-views-title {
  margin-top: -3%;
  text-align: right;
}

#news-and-views-title h3 {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.date p {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  float: right;
  margin-top: 3%;
  font-size: 1.78em;
}

@media screen and (max-width: 1024px) {
  .news-right-side {
    right: 2%;
  }
  #news-and-views-title {
    right: 18% !important;
  }
}

@media screen and (max-width: 768px) {
  .news-right-side {
    right: 9%;
  }
  .related {
    margin-left: 15%;
  }
}

div.wpgdprc-consent-bar div.wpgdprc-consent-bar__notice {
  max-width: 900px !important;
}
