/*
Theme Name: Dynata
Author: tegan
Description: A custom WordPress theme for Dynata.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/

@import "custom.css";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input[type="tel"],
input[type="url"],
input[type="password"],
input[type="text"],
input[type="email"],
input[type="reset"],
input[type="button"],
input[type="submit"],
button,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a[href],
label[for],
select,
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
  padding: 0;
  overflow: visible;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="image"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

.hide {
  position: absolute;
  left: -200vw;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

th,
td {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

address,
cite,
dfn {
  font-style: normal;
}

abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  overflow: auto;
  resize: none;
}

html {
  height: 100%;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

input,
button,
select {
  outline: none;
  font-family: "Nunito", sans-serif;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 50px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 112px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 82px;
}

.fancybox-navigation .fancybox-button div {
  padding: 17px 7px;
  font-size: 16px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 1px 1px 2px 1px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #f5f7f7;
  border-radius: 0;
  box-shadow: none;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #dce6ee;
  border-radius: 0;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 1px;
  max-height: calc(100% - 4px);
  max-width: calc(50% - 2px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 110px;
}

.fancybox-thumbs__list a::before {
  bottom: 0;
  content: "";
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 0;
}

/* Styling for Small-Screen Devices */

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?w5kcb0");
  src: url("../fonts/icomoon.eot?w5kcb0#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?w5kcb0") format("truetype"),
    url("../fonts/icomoon.woff?w5kcb0") format("woff"),
    url("../fonts/icomoon.svg?w5kcb0#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-love-fill:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

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

.icon-enlarge:before {
  content: "\e90a";
}

.icon-prev:before {
  content: "\e90b";
}

.icon-next:before {
  content: "\e90c";
}

.icon-photo:before {
  content: "\e90d";
}

.icon-fb:before {
  content: "\e90e";
}

.icon-love:before {
  content: "\e90f";
}

.icon-map:before {
  content: "\e910";
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
  font: 18px/1.333 "Nunito", sans-serif !important;
  background: #fff;
  -webkit-text-size-adjust: none;
  position: relative;
  min-height: 100%;
  color: #1b365d !important;
}

.body {
  position: relative;
  overflow: hidden;
}

button {
  background: none;
  padding: 0;
  border: 0;
  outline: none;
}

.page-template-latest-home img {
  max-width: unset;
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: #6787b7;
}

a:hover {
  color: #000;
}

a:active {
  color: #dc582a;
}

.container {
  padding: 0 20px;
  width: 1123px;
  max-width: 100%;
  margin: 0 auto;
}

.container.sm {
  width: 988px;
  padding-left: 104px;
}

.container.sm4 {
  width: 1050px;
}

.container.sm2 {
  width: 1008px;
  padding-left: 94px;
}

.container.sm3 {
  width: 1000px;
  padding-left: 30px;
}
.container.sm5 {
  width: 890px;
}
.tablet-only,
.mobile-only {
  display: none;
}

.pos-relative {
  position: relative;
}

.retina {
  display: none;
}

.bg {
  z-index: -2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
}

/* Header
------------------------------------------------------------------------------*/

.lang-select {
  position: relative;
  margin: 1px;
  line-height: 20px;
}

.lang-select .current {
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-select .current:hover {
  color: #6685b8;
}

.lang-select .ico {
  width: 20px;
  margin-right: 4px;
  float: left;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  overflow: hidden;
  line-height: 16px;
  position: relative;
}

.lang-select .ico img {
  position: absolute;
  left: 50%;
  max-width: none;
  height: 100%;
  min-width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fast-links {
  position: absolute;
  z-index: 9;
  line-height: 22px;
  padding: 25px 20px 0 0;
  font-size: 16px;
  top: 0;
  color: #fff;
  right: 0;
}

.fast-links .lang-select {
  float: left;
  position: relative;
}

.fast-links .search-trigger {
  margin: 0 20px;
  float: left;
}

.fast-links .search-trigger img {
  max-width: 25px;
  max-height: 25px;
}

.fast-links .search-trigger a {
  display: block;
  padding: 10px;
  margin: -10px;
}

.fast-links .search-trigger a:hover {
  opacity: 0.8;
}

.fast-links a {
  color: inherit;
}

.fast-links a:hover {
  color: #6685b8;
}

.fast-links .login {
  float: left;
  position: relative;
}

.header {
  position: relative;
  height: 160px;
  z-index: 99;
}

.header .logo {
  position: absolute;
  top: 0;
  bottom: 7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 148px;
  height: 120px;
}

.nav-set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-set > ul {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-set > ul > li {
  margin-right: 8px;
  min-width: 140px;
  text-align: center;
}

.nav-set > ul > li > a {
  display: inline-block;
  line-height: 22px;
  padding: 20px 15px;
  height: 62px;
  text-align: center;
  font-size: 20px;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.nav-set > ul > li > a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  border-top: 2px solid rgba(255, 255, 255, 0);
  bottom: 0;
  content: " ";
  display: block;
  margin: 10px auto;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  position: absolute;
  transition: all 280ms ease-in-out;
  width: 0;
}

.nav-set > ul > li > a:hover {
  font-weight: bold;
  letter-spacing: 0.025em;
}

.nav-set > ul > li > a:hover:before {
  border-color: #fff;
  transition: all 350ms ease-in-out;
  width: calc(100% - 30px);
}

.nav-set > ul > li > a:active {
  color: #1c375d;
}

.nav-set > ul > li > a:active:after,
.nav-set > ul > li > a:active:before {
  border-color: #1c375d;
}

.nav-set > ul > li.active > a {
  font-weight: 800;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  position: relative;
  letter-spacing: 1.1px;
}

.nav-set > ul > li.active > a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  right: 0;
  background: rgba(103, 135, 183, 0.798262);
}

.nav-set > ul > li.outline > a {
  font-weight: 600;
  padding-right: 10px;
  padding-left: 10px;
  min-width: 160px;
  margin-top: 9px;
  padding: 10px;
  overflow: hidden;
  height: auto;
  margin-left: 20px;
}

.nav-set > ul > li.outline > a:active:after {
  border-color: #1c375d;
}

.nav-set > ul > li.outline > a .side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200%;
  z-index: 1;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  width: 2px;
  background: #fff;
  background-image: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #6685b8 50%,
    #6685b8 100%
  );
}

.nav-set > ul > li.outline > a .side.right {
  left: auto;
}

.nav-set > ul > li.outline > a:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  margin: 0;
  border: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: #fff;
}

.nav-set > ul > li.outline > a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  margin: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: #fff;
}

.nav-set > ul > li.outline > a:after {
  transition-delay: 0.2s;
}

.nav-set > ul > li.outline > a:before {
  transition-delay: 0;
}

.nav-set > ul > li.outline > a:hover {
  font-weight: bold;
  color: #6685b8;
  letter-spacing: 0;
}

.nav-set > ul > li.outline > a:hover:after {
  background: #6685b8;
  transition-delay: 0s;
}

.nav-set > ul > li.outline > a:hover:before {
  background: #6685b8;
  transition-delay: 0.2s;
}

.nav-set > ul > li.outline > a:hover .side {
  top: -100%;
}

.nav-set > ul > li.outline > a:active {
  background: #1e355e;
  color: #fff;
}

.nav-set > ul > li.outline > a:active .side,
.nav-set > ul > li.outline > a:active:after,
.nav-set > ul > li.outline > a:active:before {
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0s;
}

.nav-set ul.right {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-set ul.right > li {
  margin-left: -25px;
  margin-right: 0;
}

.menu-holder {
  padding-top: 61px;
}

.btn-outline-b {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  font-size: 12px;
  border: 2px solid #5b6770;
  padding: 6px 5px;
  text-align: center;
  color: #5b6770;
}

.btn-hover {
  position: relative;
  display: inline-block;
  font-weight: 600;
  overflow: hidden;
  padding: 15px;
  color: #fff;
  min-width: 377px;
}

.btn-hover:active:after {
  border-color: #1c375d;
}

.btn-hover .side {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200%;
  z-index: 1;
  transition: all 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  width: 2px;
  background: #fff;
  background-image: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #6685b8 50%,
    #6685b8 100%
  );
}

.btn-hover .side.right {
  left: auto;
}

.btn-hover:before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  margin: 0;
  border: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: #fff;
}

.btn-hover:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  margin: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: all 0.1s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  background: #fff;
}

.btn-hover:after {
  transition-delay: 0.2s;
}

.btn-hover:before {
  transition-delay: 0;
}

.btn-hover:hover {
  font-weight: bold;
  color: #6685b8;
  letter-spacing: 0;
}

.btn-hover:hover:after {
  background: #6685b8;
  transition-delay: 0s;
}

.btn-hover:hover:before {
  background: #6685b8;
  transition-delay: 0.1s;
}

.btn-hover:hover .side {
  top: -100%;
}

.btn-hover:active {
  background: #1e355e;
  color: #fff;
}

.btn-hover:active .side,
.btn-hover:active:after,
.btn-hover:active:before {
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0s;
}

.sub-menu,
.dropdown {
  display: none;
}

.center {
  text-align: center;
}
.center.pb {
  padding-bottom: 80px;
  padding-top: 20px;
}
.btn.btn-outline-white {
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 11px 30px;
  font-size: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 377px;
}

.btn.btn-outline-white .side {
  background-image: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #1b365d 50%,
    #1b365d 100%
  );
}

.btn.btn-outline-white.sm {
  padding: 5px 15px;
  font-size: 16px;
  min-width: 140px;
}

.btn.btn-outline-white:hover {
  color: #1b365d;
}

.btn.btn-outline-white:hover:after {
  background: #1b365d;
}

.btn.btn-outline-white:hover:before {
  background: #1b365d;
}

.btn.btn-outline-white.light {
  color: #fff;
}

.btn.btn-outline-white.light .side {
  background-image: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #6787b7 50%,
    #6787b7 100%
  );
}

.btn.btn-outline-white.light:hover {
  color: #6787b7;
}

.btn.btn-outline-white.light:hover:after {
  background: #6787b7;
}

.btn.btn-outline-white.light:hover:before {
  background: #6787b7;
}

.btn.btn-outline-white.light:active {
  color: #fff;
}

.btn.btn-outline-white.dark {
  color: #1b365d;
}

.btn.btn-outline-white.dark:after {
  background: #1b365d;
}

.btn.btn-outline-white.dark:before {
  background: #1b365d;
}

.btn.btn-outline-white.dark .side {
  background-image: linear-gradient(
    to bottom,
    #1b365d 0%,
    #1b365d 50%,
    #6787b7 50%,
    #6787b7 100%
  );
}

.btn.btn-outline-white.dark:hover {
  color: #6787b7;
}

.btn.btn-outline-white.dark:hover:after {
  background: #6787b7;
}

.btn.btn-outline-white.dark:hover:before {
  background: #6787b7;
}

.btn.btn-outline-white.dark:active {
  color: #fff;
}

.btn.btn-outline-white:active {
  color: #fff;
}

/* body
------------------------------------------------------------------------------*/

.search-form {
  text-align: center;
}

.home-hero {
  background-image: url(images/bg-hero.jpg);

  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  padding: 232px 0 50px;
  height: 780px;
  background-size: cover;
}
.home-hero2 {
  background-image: url(images/bg-hero.jpg);

  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
  padding: 232px 0 50px;
  height: 780px;
  background-size: cover;
}

.home-hero h2,
.home-hero2 h2 {
  color: #fff;
  padding-top: 40px;
}

.connect-row {
  padding: 250px 0 70px;
  position: relative;
}

#language-fr .connect-row {
  padding-top: 310px;
}
.connect-row .people {
  position: absolute;
  left: 50%;
  width: 1240px;
  margin-left: -620px;
  top: -40px;
  z-index: 9;
  z-index: 9;
  height: 400px;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#language-fr .connect-row .people:before {
  top: 175px;
}
#language-fr .question-row h4 {
  font-size: 16px;
}
#language-fr .home-hero2,
#language-fr .home-hero {
  height: 850px;
}
.connect-row .people:before {
  content: "";
  position: absolute;
  top: 107px;
  left: 0;
  z-index: -1;
  right: 0;
  height: 3000px;
  background: url(images/bg-home-lines.svg) no-repeat 50% 0;
}

.connect-row .people img {
  border-radius: 50%;
}

.connect-row .people .item:nth-child(5),
.connect-row .people .item:nth-child(1) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.connect-row .people .item:nth-child(2),
.connect-row .people .item:nth-child(4) {
  margin-bottom: 95px;
}

.connect-row .people .item:nth-child(3) {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.connect-row .entry {
  width: 472px;
  margin: auto;
  min-height: 480px;
  max-width: 100%;
}

.connect-row .entry h2 {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.connect-row .entry h3 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 18px;
  font-size: 30px;
  color: #6787b7;
}

.who-reach {
  padding: 165px 0 0;
  position: relative;
  z-index: 12;
  text-align: center;
}

.who-reach .btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}

.who-reach .btns .btn {
  margin: 20px;
  min-width: 0;
  width: calc(50% - 40px);
}

.page-partners {
  padding: 140px 0 50px;
  text-align: center;
}

.page-partners .h1 {
  margin-bottom: 35px;
}

.div-h {
  pointer-events: none;
  position: relative;
}

.div-h.alone {
  height: 185px;
  margin: -40px 0 40px;
}

.div-h:before {
  content: "";
  background: rgba(28, 55, 93, 0.17);
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
}

.div-h:after {
  content: "";
  border-top: 1px solid rgba(28, 55, 93, 0.17);
  border-bottom: 1px solid rgba(28, 55, 93, 0.17);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 39px;
  margin: auto;
}

.home .books-content {
  position: relative;
}

.home .books-content .container {
  max-width: 1090px;
}

.home .books-content .div-h {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: -44px 0 -70px;
  left: 0;
  right: 0;
}

.home .books-content .book-item {
  background: rgba(27, 54, 93, 0.45);
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.home .books-content .book-item h3 {
  height: 104px;
  border-bottom: 0;
}

.home .books-content .book-item .entry {
  background: #d8e2f0;
  flex-grow: 1;
  margin: 0;
  padding: 45px 95px;
  position: relative;
}

.home .books-content .book-item .entry .btn {
  margin: 0;
  min-width: 0;
}

.home .books-content .book-item h2 {
  color: #1b365d;
}

.home .books-content .book-item p {
  color: #5b6770;
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding-bottom: 20px;
}

.home .books-content .row {
  margin-top: -104px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: initial;
  -ms-flex-align: initial;
  align-items: initial;
}

.books-content .featured-books {
  position: relative;
  text-align: center;
  padding: 32px 0 135px;
  z-index: 1;
}

.books-content .featured-books .bg {
  height: 100%;
  top: 0;
  margin: 0;
}

.question-row {
  padding: 70px 0 75px;
  background: rgba(103, 135, 183, 0.1);
  position: relative;
}

.question-row:before {
  content: "";
  background: #d8e2f0 url(images/ico-q.svg) no-repeat 50% 50%;
  box-shadow: 0 10px 62px rgba(27, 54, 93, 0.272928);
  width: 184px;
  height: 184px;
  border-radius: 50%;
  z-index: 11;
  margin: auto;
  position: absolute;
  display: block;
  bottom: -120px;
  left: 0;
  right: 0;
}

.question-row .dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 872px;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 590px;
  padding: 0 40px;
  position: relative;
  z-index: 10;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#language-fr .question-row .dots {
  height: 555px;
}
.question-row .dots .dot:nth-child(5),
.question-row .dots .dot:nth-child(1) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.question-row .dots .dot:nth-child(2),
.question-row .dots .dot:nth-child(4) {
  margin-bottom: 15px;
}

.question-row .dots .dot:nth-child(3) {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.question-row .dot {
  width: 196px;
  margin: 0 -40px;
  height: 196px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 10px 32px rgba(27, 54, 93, 0.25);
  border-radius: 50%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.question-row .num {
  font-family: "Archivo Narrow", sans-serif;
  line-height: 70px;
  font-size: 60px;
  text-align: center;
  color: #6787b7;
}

.question-row h4 {
  color: #5b6770;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}

.home .header {
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.home .header .bg {
  display: none;
}

.h1,
h1 {
  font-family: sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 70px;
  font-size: 60px;
  letter-spacing: 1.69444px;
  text-transform: uppercase;
  color: #1c375d;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #1c375d;
}

.h1.white,
h1.white {
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.h2,
h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.08;
  font-size: 30px;
  color: #1b365d;
}

.breadcrumbs a,
.entry a {
  color: #1b365d;
  font-style: italic;
  font-weight: normal;
}

.breadcrumbs a:hover,
.entry a:hover {
  color: #6787b7;
  font-weight: bold;
}

.breadcrumbs a:active,
.entry a:active {
  color: #dc582a;
  font-weight: bold;
}

.entry {
  line-height: 24px;
}

.entry table {
  background: #fff;
  margin-bottom: 50px;
  width: 100%;
  border: 2px solid rgba(197, 207, 218, 0.193076);
  box-shadow: 0 10px 20px rgba(27, 54, 93, 0.15);
}

.entry table td,
.entry table th {
  border-left: 1px solid #c5cfda;
  padding: 4px;
  height: 60px;
  width: 50%;
  line-height: 22px;
  font-size: 18px;
  color: #5b6770;
  padding-left: 50px;
  vertical-align: middle;
}

.entry table td:first-child,
.entry table th:first-child {
  border-left: 0;
}

.entry table tbody tr:nth-child(even) td {
  background: rgba(27, 54, 93, 0.1);
}

.entry table thead th {
  background-color: #fff;
  border-bottom: 1px solid #dc582a;
  color: #6787b7;
  font-size: 24px;
  font-weight: 600;
  height: 88px;
  line-height: normal;
}

.entry hr {
  background: #dc582a;
  height: 2px;
  max-width: 940px;
  margin: 30px -80px 40px;
  border: 0;
}

.entry p {
  padding-bottom: 22px;
}

.entry .h2,
.entry h2 {
  margin-bottom: 37px;
}

#language-fr .entry .h2,
.entry h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.entry h2 + ul {
  margin-top: -13px;
}
#language-fr .entry h2 + ul {
  margin-top: 0;
}
.entry p a {
  /*  color: #6787b7;
*/
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.entry p a:hover {
  /*  color: #1b365d;
*/
  letter-spacing: 0.025em;
  font-weight: bold;
}

.entry p a:active {
  /*  color: #dc582a;
*/
  font-weight: bold;
}

.entry .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.entry .column_3 .row {
  margin-right: 0;
}
.entry .row.left-side {
  margin-right: 0;
}
.entry .row ul {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.entry .row ul:first-child {
  max-width: 270px;
}
.page-content.two-col-list .entry .row ul:first-child {
  max-width: initial;
}
.entry.full .row {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.entry.full .row .col {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 45%;
}

.entry .row ul {
  padding-bottom: 0;
}

.entry ul {
  padding-bottom: 20px;
  margin-bottom: 0;
}

#language-fr .entry ul {
  padding-bottom: 0;
}
#language-fr .entry ul ul {
  margin-top: 10px;
}
.entry ul > li {
  padding-bottom: 22px;
  line-height: 22px;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}

.entry ul > li:before {
  content: "";
  border: 2px solid #dc582a;
  width: 9px;
  height: 9px;
  margin: 6px 0 0 1px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.breadcrumbs {
  display: none;
  font-size: 14px;
  font-style: italic;
  line-height: 22px;
  margin: 0 auto;
  max-width: 1010px;
}

.breadcrumbs:after {
  content: "";
  clear: both;
  display: block;
}

.breadcrumbs li {
  float: left;
}

.breadcrumbs li + li:before {
  content: "/";
  padding: 0 12px 0 13px;
  float: left;
}

.breadcrumbs a {
  font-weight: normal;
}

.page-content {
  padding: 35px 0 97px;
}

.page-content.content-block-wrapper {
  padding-bottom: 35px;
}

.page-content.product-info-wrapper {
  padding: 0;
  padding-bottom: 44px;
}

.page-content .col-left {
  width: 60%;
}

.page-content .col-left.ww {
  width: 69%;
}

.page-content .col-left.ww2 {
  width: 81%;
}

.page-content .col-left.wwf {
  width: 100%;
}

.product-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 38px -50px 20px;
  background: #1b365d;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
}

.product-item img {
  border-radius: 66px;
  height: 80px;
}

.product-item h2 {
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 5px 30px;
  font-size: 26px;
  color: #fff;
}

.product-set + .product-set {
  padding-top: 64px;
}

.product-set:last-child {
  padding-bottom: 40px;
}

.prod-desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
}

.prod-desc .left {
  width: 54%;
  padding: 5px 0 0;
  padding-right: 5%;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #5b6770;
  margin-bottom: -20px;
}

.prod-desc .right {
  border-left: 1px solid #c5cfda;
  width: 46%;
  padding-left: 5.5%;
}

.prod-desc .right ul {
  margin-bottom: -25px;
  padding-bottom: 0;
}

.prod-desc h4 {
  font-weight: 600;
  line-height: 13px;
  font-size: 11px;
  color: #1b365d;
  padding: 20px 0 15px;
  padding-top: 8px;
}

#popup-search.modal {
  background: #6787b7;
}

.modal {
  display: none;
  background-color: rgba(85, 85, 85, 0.7);
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 32px 0;
}

.modal .container {
  margin: auto;
  max-width: 980px;
  position: relative;
  width: 100%;
}

.modal .h1 {
  padding-top: 22px;
  text-align: center;
}

.modal.active {
  display: block;
}
.modal .popup-frame {
  background: #fff;
  margin: 0 -2000px;
  padding: 0 2000px;
  color: #1b365d;
  margin-top: 60px;
}

.search-list {
  padding: 40px 0;
}
.modal .close {
  margin: 0 20px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  font-size: 31px;
  background: #1b365d;
  width: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.modal-search input {
  margin: 44px 0 80px;
  display: block;
  font-family: "Archivo Narrow", sans-serif;
  background: none;
  border: 0;
  height: 100px;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 77px;
  font-size: 71px;
  color: #fff;
  width: 100%;
}

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

/**/

.modal-request .conta-text {
  color: #fff;
  margin: 30px auto;
  max-width: 630px;
  text-align: left;
}

.modal-request .conta-text .entry {
  padding-bottom: 12px;
}

.modal-request .conta-text .text-center .btn {
  margin-top: 6px;
}

.modal-request .conta-text p a:hover:not(:active) {
  color: #fff;
}

.modal-request .conta-text p a:not(:active):not(:hover) {
  color: #1b365d;
}

/**/

.modal-request .conta-text form.mktoForm {
  font-family: Nunito !important;
  margin: 0 -10px;
  padding: 0;
  width: auto !important;
}

.modal-request .conta-text form.mktoForm .mktoFormRow {
  float: left !important;
  padding: 0 10px;
  width: 50% !important;
}

.modal-request .conta-text form.mktoForm .mktoFormRow:nth-of-type(1),
.modal-request .conta-text form.mktoForm .mktoFormRow:nth-of-type(6),
.modal-request .conta-text form.mktoForm .mktoFormRow:nth-of-type(9),
.modal-request .conta-text form.mktoForm .mktoFormRow:nth-of-type(10),
.modal-request .conta-text form.mktoForm .mktoFormRow:nth-of-type(11) {
  width: 100% !important;
}

.modal-request .conta-text form.mktoForm .mktoFieldDescriptor.mktoFormCol {
  margin: 0 0 20px !important;
}

.modal-request .conta-text form.mktoForm .mktoFieldWrap {
  display: block;
  float: none;
  margin: 0;
  padding: 0 !important;
  position: relative;
}

.modal-request .conta-text form.mktoForm .mktoLabel {
  color: #1b365d;
  display: block;
  float: none;
  font-family: Nunito !important;
  font-size: 15px !important;
  height: auto;
  line-height: 125% !important;
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
}

.modal-request
  .conta-text
  form.mktoForm
  .mktoFieldWrap.mktoRequiredField
  .mktoLabel::after {
  color: #1b365d !important;
}

.modal-request .conta-text form.mktoForm .mktoLabel[for="ssi_marketingoptin"],
.modal-request
  .conta-text
  form.mktoForm
  .mktoLabel[for="ssi_privpolicyacknowledgement"] {
  color: #fff;
  display: block;
  float: right;
  font-size: 12px !important;
  font-weight: normal;
  height: auto;
  line-height: 135% !important;
  vertical-align: middle;
  width: calc(100% - 45px) !important;
}

.modal-request
  .conta-text
  form.mktoForm
  .mktoFieldWrap.mktoRequiredField
  .mktoLabel[for="ssi_marketingoptin"]:after,
.modal-request
  .conta-text
  form.mktoForm
  .mktoFieldWrap.mktoRequiredField
  .mktoLabel[for="ssi_privpolicyacknowledgement"]:after {
  color: #fff !important;
}

.modal-request .conta-text form.mktoForm input[type="text"],
.modal-request .conta-text form.mktoForm input[type="tel"],
.modal-request .conta-text form.mktoForm input[type="email"],
.modal-request .conta-text form.mktoForm textarea.mktoField {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  font-size: 18px !important;
  height: 50px !important;
  margin: 5px 0 0;
  max-width: 100%;
  padding: 0 10px !important;
  width: 100% !important;
}

.modal-request .conta-text form.mktoForm input[type="text"]:focus,
.modal-request .conta-text form.mktoForm input[type="tel"]:focus,
.modal-request .conta-text form.mktoForm input[type="email"]:focus,
.modal-request .conta-text form.mktoForm textarea.mktoField:focus,
.modal-request .conta-text form.mktoForm select.mktoField:focus {
  border: 2px solid #1b365d !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.modal-request .conta-text form.mktoForm textarea.mktoField {
  border-radius: 0;
  height: 80px !important;
  padding: 10px !important;
}

.modal-request .conta-text form.mktoForm select.mktoField {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  float: none;
  font-size: 18px !important;
  height: 50px !important;
  margin: 5px 0 0;
  width: 100% !important;
}

.modal-request .conta-text form.mktoForm select.mktoField ~ .mktoClear {
  background: #1c375d;
  bottom: 0;
  content: "";
  display: block;
  height: 50px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 38px !important;
}

.modal-request .conta-text form.mktoForm select.mktoField ~ .mktoClear:before {
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 0;
  width: 0;
}

.modal-request .conta-text form.mktoForm .mktoButtonRow {
  padding: 0 10px !important;
}

.modal-request .conta-text form.mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  margin: 0 !important;
}

.modal-request .conta-text form.mktoForm .mktoButtonRow .mktoButtonWrap button {
  background: none !important;
  border: 2px solid #fff !important;
  border-radius: 0;
  color: #fff;
  display: table;
  font-family: Nunito;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 15px auto 0 !important;
  max-width: 350px;
  min-width: 200px;
  overflow: hidden;
  padding: 0 30px !important;
  position: relative;
  text-align: center;
  width: 100% !important;
}

.modal-request
  .conta-text
  form.mktoForm
  .mktoButtonRow
  .mktoButtonWrap
  button:hover {
  border: 2px solid #1b365d !important;
  color: #1b365d;
}

.modal-request .conta-text form.mktoForm .mktoCheckboxList {
  border: none;
  display: block;
  float: left;
  height: 31px;
  padding: 0;
  width: 31px !important;
}

.modal-request
  .conta-text
  form.mktoForm
  .mktoCheckboxList
  input[type="checkbox"] {
  visibility: hidden;
}

.modal-request .conta-text form.mktoForm .mktoCheckboxList label {
  border: 2px solid #fff;
  height: 31px;
  margin: 0;
  position: relative;
  width: 31px !important;
}

.modal-request .conta-text form.mktoForm .mktoCheckboxList label:before {
  display: none;
}

.modal-request
  .conta-text
  form.mktoForm
  .mktoCheckboxList
  input[type="checkbox"]:checked
  + label:before {
  background: none;
  border-radius: 0;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  box-shadow: none;
  content: "";
  display: block;
  left: 0;
  margin: 3px 9px;
  height: 18px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

@media (max-width: 767px) {
  .modal-request
    .conta-text
    form.mktoForm
    .mktoButtonRow
    .mktoButtonWrap
    button {
    font-size: 14px !important;
    height: auto;
    line-height: 34px !important;
    min-height: 0 !important;
    min-width: 0;
    max-width: 240px;
    padding: 0 5px !important;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .modal-request .conta-text form.mktoForm .mktoFormRow {
    width: 100% !important;
  }
}

/**/
/**/

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group textarea::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.form-group textarea::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.form-group input::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}

.form-group input::-moz-placeholder {
  color: transparent;
  opacity: 0;
}

.form-group .focus ~ label {
  display: none;
}

.form-group label {
  position: absolute;
  font-family: Nunito;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 9px 17px;
  font-style: italic;
  font-weight: normal;
  pointer-events: none;
  line-height: 24px;
  font-size: 18px;
  z-index: 1;
  color: #1b365d;
}

select.form-control {
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.gform_wrapper.add-form-style_wrapper
  .add-form-style
  ul.gform_fields
  li.gfield
  select,
.slide-gform
  .gform_wrapper.add-form-style_wrapper
  ul.gform_fields
  li.gfield
  select {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  width: 100%;
  height: 42px;
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #1b365d;
  outline: none;
  font-weight: normal;
  padding: 7px 15px;
  font-style: italic;
  font-family: Nunito;
}

.add-form-style .ginput_container.ginput_container_select,
.slide-gform .ginput_container.ginput_container_select {
  position: relative;
}

.add-form-style .ginput_container.ginput_container_select:before,
.slide-gform .ginput_container.ginput_container_select:before {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 38px;
  background: #1c375d;
  right: -1px;
  content: "";
  display: block;
}

.add-form-style .ginput_container.ginput_container_select:after,
.slide-gform .ginput_container.ginput_container_select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  margin: auto;
  pointer-events: none;
}

.modal .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -15px;
}

.modal .row .col {
  width: 50%;
  padding-left: 15px;
}

.select-drop {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  width: 38px;
  background: #1c375d;
  right: 0;
}

.select-drop:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

select.form-control::-ms-expand {
  display: none;
}

select.form-control:focus::-ms-value {
  color: #1b365d;
  background: transparent;
}

.form-control {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  width: 100%;
  height: 42px;
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #1b365d;
  outline: none;
  font-weight: normal;
  padding: 7px 15px;
  font-style: italic;
  font-family: Nunito;
}

.gform_wrapper
  .add-form-style
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.slide-gform
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff !important;
  width: 100%;
  height: 42px;
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #1b365d;
  outline: none;
  font-weight: normal;
  padding: 7px 15px;
  font-style: italic;
  font-family: Nunito;
}

.gform_wrapper .add-form-style .gform_footer input[type="submit"],
.slide-gform .gform_wrapper .gform_footer input[type="submit"] {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 11px 30px;
  font-size: 24px;
  text-align: center;
  position: relative;
  display: table;
  min-width: 377px;
  margin: 15px auto 0;
  overflow: hidden;
}

.gform_wrapper .add-form-style .gform_footer input[type="submit"]:hover,
.slide-gform .gform_wrapper .gform_footer input[type="submit"]:hover {
  border: 2px solid #1b365d;
  color: #1b365d;
}

.gform_wrapper
  .add-form-style
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: Nunito;
  font-style: normal;
  min-height: 31px;
  font-size: 12px;
  line-height: 17px;
  margin: 30px 10px 0;
  padding-left: 50px !important;
  font-weight: 600;
}

.gform_wrapper
  .add-form-style
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li:before {
  border: 2px solid #fff;
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: 0;
  width: 31px;
}

.gform_wrapper
  .add-form-style
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li
  input[type="checkbox"] {
  cursor: pointer;
  height: 31px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 31px !important;
}

.gform_wrapper
  .add-form-style
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label:after {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  top: 0;
  margin: 4px 10px;
  height: 18px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single h1 {
  font-size: 30px;
  line-height: 34px;
}

/**/

.page-contact .entry p a {
  color: #fff;
}

.page-contact .conta-form form.mktoForm {
  font-family: Nunito !important;
  margin: 0 -10px;
  padding: 0;
  width: auto !important;
}

.page-contact .conta-form form.mktoForm .mktoFormRow {
  float: left !important;
  padding: 0 10px;
  width: 50% !important;
}

.page-contact .conta-form form.mktoForm .mktoFormRow:nth-of-type(1),
.page-contact .conta-form form.mktoForm .mktoFormRow:nth-of-type(6),
.page-contact .conta-form form.mktoForm .mktoFormRow:nth-of-type(9),
.page-contact .conta-form form.mktoForm .mktoFormRow:nth-of-type(10),
.page-contact .conta-form form.mktoForm .mktoFormRow:nth-of-type(11) {
  width: 100% !important;
}

.page-contact .conta-form form.mktoForm .mktoFieldDescriptor.mktoFormCol {
  margin: 0 0 20px !important;
}

.page-contact .conta-form form.mktoForm .mktoFieldWrap {
  display: block;
  float: none;
  margin: 0;
  padding: 0 !important;
  position: relative;
}

.page-contact .conta-form form.mktoForm .mktoLabel {
  color: #1b365d;
  display: block;
  float: none;
  font-family: Nunito !important;
  font-size: 15px !important;
  height: auto;
  line-height: 125% !important;
  margin: 0 !important;
  padding: 0;
  width: 100% !important;
}

.page-contact
  .conta-form
  form.mktoForm
  .mktoFieldWrap.mktoRequiredField
  .mktoLabel::after {
  color: #1b365d !important;
}

.page-contact .conta-form form.mktoForm .mktoLabel[for="ssi_marketingoptin"],
.page-contact
  .conta-form
  form.mktoForm
  .mktoLabel[for="ssi_privpolicyacknowledgement"] {
  color: #fff;
  display: block;
  float: right;
  font-size: 12px !important;
  font-weight: normal;
  height: auto;
  line-height: 135% !important;
  vertical-align: middle;
  width: calc(100% - 45px) !important;
}

.page-contact
  .conta-form
  form.mktoForm
  .mktoFieldWrap.mktoRequiredField
  .mktoLabel[for="ssi_marketingoptin"]:after,
.page-contact
  .conta-form
  form.mktoForm
  .mktoFieldWrap.mktoRequiredField
  .mktoLabel[for="ssi_privpolicyacknowledgement"]:after {
  color: #fff !important;
}

.page-contact .conta-form form.mktoForm input[type="text"],
.page-contact .conta-form form.mktoForm input[type="tel"],
.page-contact .conta-form form.mktoForm input[type="email"],
.page-contact .conta-form form.mktoForm textarea.mktoField {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  font-size: 18px !important;
  height: 50px !important;
  margin: 5px 0 0;
  max-width: 100%;
  padding: 0 10px !important;
  width: 100% !important;
}

.page-contact .conta-form form.mktoForm input[type="text"]:focus,
.page-contact .conta-form form.mktoForm input[type="tel"]:focus,
.page-contact .conta-form form.mktoForm input[type="email"]:focus,
.page-contact .conta-form form.mktoForm textarea.mktoField:focus,
.page-contact .conta-form form.mktoForm select.mktoField:focus {
  border: 2px solid #1b365d !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.page-contact .conta-form form.mktoForm textarea.mktoField {
  border-radius: 0;
  height: 80px !important;
  padding: 10px !important;
}

.page-contact .conta-form form.mktoForm select.mktoField {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #1b365d;
  float: none;
  font-size: 18px !important;
  height: 50px !important;
  margin: 5px 0 0;
  width: 100% !important;
}

.page-contact .conta-form form.mktoForm select.mktoField ~ .mktoClear {
  background: #1c375d;
  bottom: 0;
  content: "";
  display: block;
  height: 50px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 38px !important;
}

.page-contact .conta-form form.mktoForm select.mktoField ~ .mktoClear:before {
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 0;
  width: 0;
}

.page-contact .conta-form form.mktoForm .mktoButtonRow {
  padding: 0 10px !important;
}

.page-contact .conta-form form.mktoForm .mktoButtonRow .mktoButtonWrap {
  display: block;
  margin: 0 !important;
}

.page-contact .conta-form form.mktoForm .mktoButtonRow .mktoButtonWrap button {
  background: none !important;
  border: 2px solid #fff !important;
  border-radius: 0;
  color: #fff;
  display: table;
  font-family: Nunito;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin: 15px auto 0 !important;
  max-width: 350px;
  min-width: 200px;
  overflow: hidden;
  padding: 0 30px !important;
  position: relative;
  text-align: center;
  width: 100% !important;
}

.page-contact
  .conta-form
  form.mktoForm
  .mktoButtonRow
  .mktoButtonWrap
  button:hover {
  border: 2px solid #1b365d !important;
  color: #1b365d;
}

.page-contact .conta-form form.mktoForm .mktoCheckboxList {
  border: none;
  display: block;
  float: left;
  height: 31px;
  padding: 0;
  width: 31px !important;
}

.page-contact
  .conta-form
  form.mktoForm
  .mktoCheckboxList
  input[type="checkbox"] {
  visibility: hidden;
}

.page-contact .conta-form form.mktoForm .mktoCheckboxList label {
  border: 2px solid #fff;
  height: 31px;
  margin: 0;
  position: relative;
  width: 31px !important;
}

.page-contact .conta-form form.mktoForm .mktoCheckboxList label:before {
  display: none;
}

.page-contact
  .conta-form
  form.mktoForm
  .mktoCheckboxList
  input[type="checkbox"]:checked
  + label:before {
  background: none;
  border-radius: 0;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  box-shadow: none;
  content: "";
  display: block;
  left: 0;
  margin: 3px 9px;
  height: 18px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.page-contact .conta-form .contact-info {
  border-top: 1px solid #fff;
  color: #fff;
  margin: 50px 0;
  padding: 50px 0 0;
  text-align: center;
}

.page-contact .conta-form .contact-info p {
  font-size: 20px;
  line-height: 125%;
  margin: 0 0 20px;
}

.page-contact .conta-form .contact-info p:last-child {
  margin: 0;
}

.page-contact .conta-form .contact-items {
  display: flex;
  margin: 0 -15px;
  text-align: center;
}

.page-contact .conta-form .contact-items .item {
  padding: 0 15px;
  width: 33.33%;
}

.page-contact .conta-form .contact-items .item h4 {
  color: #fff;
  font-size: 20px;
  line-height: 125%;
}

.page-contact .conta-form .contact-items .item h5 {
  color: #1b365d;
  font-size: 20px;
  line-height: 125%;
}

@media (max-width: 767px) {
  .page-contact
    .conta-form
    form.mktoForm
    .mktoButtonRow
    .mktoButtonWrap
    button {
    font-size: 14px !important;
    height: auto;
    line-height: 34px !important;
    min-height: 0 !important;
    min-width: 0;
    max-width: 240px;
    padding: 0 5px !important;
    width: 100%;
  }
  .page-contact .conta-form .contact-info p {
    font-size: 16px;
  }
  .page-contact .conta-form .contact-items {
    display: block;
    margin: 0;
  }
  .page-contact .conta-form .contact-items .item {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
  }
  .page-contact .conta-form .contact-items .item:last-child {
    margin: 0;
  }
  .page-contact .conta-form .contact-items .item h4 {
    font-size: 16px;
  }
  .page-contact .conta-form .contact-items .item h5 {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .page-contact .conta-form form.mktoForm .mktoFormRow {
    width: 100% !important;
  }
}

/**/

.page-contact .conta-form .gform_wrapper {
}

.page-contact .conta-form .gform_wrapper form {
}

.page-contact .conta-form .gform_wrapper .gform_body {
}

.page-contact .conta-form .gform_wrapper ul.gform_fields {
  margin: 0 -16px 0 0 !important;
}

.page-contact .conta-form .gform_wrapper ul.gform_fields li.gfield {
  margin: 0 0 15px;
  padding: 0 16px 0 0;
}

.page-contact .conta-form .gform_wrapper ul.gform_fields li.gfield label {
  display: none;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container {
  margin: 0 !important;
  position: relative;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_select {
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_select:before {
  background-color: #1c375d;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_select:after {
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  bottom: 0;
  content: "";
  height: 0;
  margin: auto;
  position: absolute;
  right: 13px;
  top: 0;
  width: 0;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_select
  select {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  border-radius: 0;
  color: #1b365d;
  display: block;
  font-family: Nunito;
  font-size: 18px;
  font-style: italic;
  height: 64px;
  line-height: 60px;
  margin: 0;
  outline: none;
  padding: 0 10px;
  width: 100%;
  -webkit-appearance: none;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_text {
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_text
  input[type="text"],
.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_email
  input[type="text"],
.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_phone
  input[type="text"] {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff;
  color: #1b365d;
  display: block;
  font-family: Nunito;
  font-size: 18px;
  font-style: italic;
  height: 64px;
  line-height: 60px;
  outline: none;
  padding: 0 10px;
  width: 100%;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_text
  input[type="text"]:focus,
.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_email
  input[type="text"]:focus,
.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container.ginput_container_phone
  input[type="text"]:focus {
  border: 2px solid #6787b7;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox {
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-family: Nunito;
  font-style: normal;
  min-height: 31px;
  font-size: 12px;
  line-height: 17px;
  margin: 30px 10px 0;
  padding-left: 50px !important;
  font-weight: 600;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li:before {
  border: 2px solid #fff;
  content: "";
  height: 31px;
  left: 0;
  position: absolute;
  top: 0;
  width: 31px;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li
  input[type="checkbox"] {
  cursor: pointer;
  height: 31px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 31px !important;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li
  label {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 135%;
  max-width: 100%;
}

.page-contact
  .conta-form
  .gform_wrapper
  ul.gform_fields
  li.gfield
  .ginput_container
  .gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label:after {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  top: 0;
  margin: 4px 10px;
  height: 18px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-contact .conta-form .gform_wrapper .gform_footer {
  margin: 15px 0 0;
  padding: 0;
  text-align: center;
}

.page-contact .conta-form .gform_wrapper .gform_footer input[type="submit"] {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-family: Nunito;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  padding: 11px 30px;
  font-size: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 377px;
  margin: 15px 0 0;
  overflow: hidden;
}

.page-contact
  .conta-form
  .gform_wrapper
  .gform_footer
  input[type="submit"]:hover {
  border: 2px solid #1b365d;
  color: #1b365d;
}

/**/

.page-contact .conta-form .gform_wrapper div.validation_error,
.gform_wrapper .add-form-style div.validation_error {
  background-color: #f00;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 15px 10px;
  text-align: center;
}

.page-contact
  .conta-form
  .gform_wrapper.gform_validation_error
  .gform_body
  ul.gform_fields
  li.gfield.gfield_error {
  background: none;
  border: none;
  margin: 0 0 10px !important;
  max-width: 100% !important;
  padding-right: 16px;
  /*
	width: 100%;
	*/
}

.gform_wrapper.gform_validation_error
  .add-form-style
  .gform_body
  ul.gform_fields
  li.gfield.gfield_error {
  background: none;
  border: none;
  margin: 0 0 0px !important;
  max-width: 100% !important;
  padding-right: 16px;
}

.page-contact
  .conta-form
  .gform_wrapper.gform_validation_error
  .gform_body
  ul.gform_fields
  li.gfield.gf_left_half.gfield_error,
.page-contact
  .conta-form
  .gform_wrapper.gform_validation_error
  .gform_body
  ul.gform_fields
  li.gfield.gf_right_half.gfield_error,
.gform_wrapper.gform_validation_error
  .add-form-style
  .gform_body
  ul.gform_fields
  li.gfield.gf_left_half.gfield_error,
.gform_wrapper.gform_validation_error
  .add-form-style
  .gform_body
  ul.gform_fields
  li.gfield.gf_right_half.gfield_error {
  width: 50%;
}

.page-contact
  .conta-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description,
.gform_wrapper.gform_validation_error
  .add-form-style
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description,
.page-contact .conta-form .gform_wrapper .validation_message,
.gform_wrapper .add-form-style .validation_message {
  color: #f00;
  font-size: 13px;
  line-height: 125%;
  padding: 5px 0 0;
}

@media (max-width: 767px) {
  .gform_wrapper .add-form-style .gform_footer input[type="submit"] {
    font-size: 14px;
    line-height: 34px !important;
    min-height: 0 !important;
    min-width: 0;
    max-width: 240px;
    padding: 0 5px;
    width: 100%;
  }
  .page-contact .conta-form .gform_wrapper ul.gform_fields {
    margin: 0 !important;
  }
  .page-contact .conta-form .gform_wrapper ul.gform_fields li.gfield {
    display: block;
    float: none;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
  }
  .page-contact
    .conta-form
    .gform_wrapper
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_container_text {
    margin: 0 !important;
  }
  .page-contact
    .conta-form
    .gform_wrapper
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_container_select
    select {
    background-color: rgba(216, 226, 240, 0.6);
    border: 2px solid rgba(27, 54, 93, 0.0515455);
    font-size: 14px;
    height: 44px;
    line-height: 40px;
    padding: 0 10px;
  }
  .page-contact
    .conta-form
    .gform_wrapper
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_container_text
    input[type="text"],
  .page-contact
    .conta-form
    .gform_wrapper
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_container_email
    input[type="text"],
  .page-contact
    .conta-form
    .gform_wrapper
    ul.gform_fields
    li.gfield
    .ginput_container.ginput_container_phone
    input[type="text"] {
    background-color: rgba(216, 226, 240, 0.6);
    border: 2px solid rgba(27, 54, 93, 0.0515455);
    font-size: 14px;
    height: 44px;
    line-height: 40px;
    padding: 0 10px;
  }
  .page-contact .conta-form .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
    line-height: 34px !important;
    min-height: 0 !important;
    min-width: 0;
    max-width: 240px;
    padding: 0 5px;
    width: 100%;
  }

  .page-contact
    .conta-form
    .gform_wrapper.gform_validation_error
    .gform_body
    ul.gform_fields
    li.gfield.gfield_error,
  .page-contact
    .conta-form
    .gform_wrapper.gform_validation_error
    .gform_body
    ul.gform_fields
    li.gfield.gf_left_half.gfield_error,
  .page-contact
    .conta-form
    .gform_wrapper.gform_validation_error
    .gform_body
    ul.gform_fields
    li.gfield.gf_right_half.gfield_error {
    display: block;
    float: none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
  body.modal-active {
    overflow: scroll;
  }
  .modal .popup-frame {
    margin-top: 20px;
    margin-bottom: -12px;
  }
  .search-list {
    padding: 30px 0 20px;
  }
  .modal .popup-frame .search-post {
    margin-bottom: 40px;
  }
  .modal .pagination {
    margin-top: -20px;
  }
  .modal .paginationjs-pages ul {
    padding: 0;
  }
}

/**/

.pagination-dots {
  text-align: center;
  font-size: 0;
  font-weight: 600;
  color: #5b6770;
  padding: 15px 0 81px;
}

.pagination-dots li {
  display: inline-block;
  vertical-align: top;
  line-height: 45px;
  font-size: 16px;
  padding: 0 5px;
}

.pagination-dots li.dots {
  min-width: 45px;
}

.pagination-dots a,
.pagination-dots .page-numbers.current {
  border: 2px solid #6787b7;
  width: 45px;
  font-family: "Archivo Narrow", sans-serif;
  vertical-align: top;
  height: 45px;
  font-weight: 600;
  line-height: 41px;
  font-size: 18px;
  text-align: center;
  color: #1b365d;
  display: inline-block;
}

.pagination-dots a:hover {
  background: #6787b7;
}

.pagination-dots a.active,
.pagination-dots .page-numbers.current {
  background: #6787b7;
}

.link-more {
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  padding: 14px 0 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #1c375d;
}

.link-more:hover {
  color: #6787b7;
  font-weight: bold;
}

.link-more:active {
  color: #dc582a;
  font-weight: bold;
}

.team-list {
  display: grid;
  justify-content: space-between;
  margin: 0 -20px;
  text-align: center;
  grid-template-columns: repeat(3, 1fr);
  column-gap: normal;
}

.team-list article {
  margin: 0 20px 35px;
  width: 200px;
}

.team-list h2 {
  font-size: 20px;
  padding: 30px 0 0;
}

.team-list .link-more:before {
  content: "";
  width: 66px;
  height: 2px;
  background: #dc582a;
  display: block;
  margin: 0 auto 11px;
}

.team-list .role {
  font-weight: 600;
  line-height: 20px;
  width: 130%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -8px -15%;
  padding-top: 8px;
  font-size: 16px;
  text-align: center;
  color: #5b6770;
}

.post-list .play {
  display: block;
  position: relative;
}

.post-list .play:before {
  content: "";
  background: url(images/ico-play.svg) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.post-list .regular-list .play:before {
  background-image: url(images/ico-play-s.svg);
}

.post-list h2 {
  font-weight: 600;
  line-height: 32px;
  padding: 10px 0 6px;
  font-size: 24px;
  color: #1b365d;
}

.post-list h2 a {
  color: #1b365d;
}

.post-list h2 a:hover {
  color: #6787b7;
  font-weight: bold;
}

.post-list h2 a:active {
  color: #dc582a;
  font-weight: bold;
}

.post-list p {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #5b6770;
}

.post-list .more {
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  font-size: 16px;
  padding: 13px 0 6px;
  display: block;
  text-align: center;
  color: #1c375d;
}

.post-list .more:hover {
  color: #6787b7;
  font-weight: bold;
}

.post-list .more:active {
  color: #dc582a;
  font-weight: bold;
}

.post-list .date {
  border-bottom: 2px solid #dc582a;
  color: #1b365d;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.post-list .date a {
  color: #1c375d;
}

.post-list .date a:hover {
  color: #6787b7;
  font-weight: bold;
}

.post-list .date a:active {
  color: #dc582a;
  font-weight: bold;
}

.post-list hr {
  background: #dc582a;
  height: 2px;
  width: 941px;
  border: 0;
  display: block;
  margin: 44px auto;
  max-width: 100%;
}

.regular-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 70px;
}

.regular-list article {
  background: #fff;
  border: 2px solid rgba(197, 207, 218, 0.402599);
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
  margin: 0 10px 20px;
  width: 220px;
}

.regular-list article .date {
  border-bottom-width: 1px;
  margin-bottom: 0;
}

.regular-list article .text-center {
  margin-top: auto;
}

.regular-list article .text {
  padding: 15px 20px 7px;
  display: flex;
  min-height: 58.5%;
  flex-direction: column;
}

.regular-list h2 {
  font-weight: 600;
  min-height: 96px;
  margin: 5px 0;
  line-height: 22px;
  font-size: 16px;
  color: #1b365d;
}

.row-list {
  width: 903px;
  padding: 20px 0;
  margin: auto;
  max-width: 100%;
}

.row-list.articles h2 {
  max-width: 540px;
}

.row-list p {
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #5b6770;
}

.row-list h2 {
  line-height: 26px;
  padding-bottom: 12px;
  font-size: 24px;
}

.row-list article {
  min-height: 177px;
  border-bottom: 1px solid #c5cfda;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0 38px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-list .date {
  border-bottom-width: 1px;
  width: 93px;
  min-width: 93px;
  margin: auto 39px auto 74px;
}

.row-list div.right {
  min-width: 140px;
  margin-left: 20px;
  position: relative;
}

.row-list div.right.lock:before {
  content: "";
  background: url(images/ico-lock.svg) no-repeat;
  position: absolute;
  top: -15px;
  right: -7px;
  width: 21px;
  z-index: 3;
  height: 30px;
  display: none;
}

hr + .row-list {
  margin-top: -60px;
}

.featured-post {
  margin: auto;
  width: 700px;
  max-width: 100%;
}

.featured-post .text.full {
  min-width: 100%;
  max-width: 100%;
}

.featured-post .text.full h2 {
  min-height: 100px;
}

.featured-post .text.full h2.press-heading {
  min-height: 75px;
}

.featured-post h3 {
  font-weight: bold;
  line-height: 27px;
  font-size: 20px;
  padding: 12px 0;
  color: #6787b7;
}

.featured-post article {
  background: #fff;
  border: 2px solid rgba(197, 207, 218, 0.402599);
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.featured-post article .image {
  width: 220px;
  min-width: 220px;
  margin-bottom: -1px;
}

.featured-post article .text {
  padding: 20px 30px 13px;
}

.featured-post article .text:first-child {
  padding-left: 24px;
  padding-right: 24px;
}

.featured-post.webinar .image {
  width: 57%;
}

.featured-post.webinar .image img {
  width: 100%;
}

.featured-post.webinar .text {
  width: 43%;
  padding-left: 20px;
  padding-right: 20px;
}

.featured-post.study article {
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.featured-post.study article .text {
  padding-left: 0;
  width: 70%;
  padding-right: 0;
}

.featured-post.study article .text-center {
  width: 30%;
  text-align: right;
}

.featured-post.study article .date {
  width: 100%;
}

.page-top {
  position: relative;
  background: linear-gradient(161.47deg, #edf2fa 8.32%, #e6f0ff 93.71%);
  padding: 25px 0 35px;
}

.page-top.v4 {
  padding-bottom: 24px;
}

.page-top .v-set {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 213px;
  padding-top: 75px;
}

.page-top h1.sm {
  font-size: 48px;
  line-height: 52px;
  padding-bottom: 10px;
  letter-spacing: 6.13334px;
}

.page-top h1.sm2 {
  line-height: 52px;
  font-size: 48px;
  letter-spacing: 5.11111px;
}

.page-top .left {
  width: 65%;
}

.page-top .image-right {
  margin-bottom: -182px;
  width: 35%;
  margin-left: auto;
  position: relative;
}

.page-top .image-right img {
  border-radius: 50%;
}

.page-id-7 .page-top .image-right img {
  border-radius: 15%;
}

.connect-row .entry h2.h1 {
  line-height: 50px;
}
.page-top .image-right.top {
  margin-bottom: -80px;
  margin-top: 10px;
}

.page-top .ico {
  background: rgba(103, 135, 183, 0.9);
  width: 179px;
  height: 179px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto;
  position: relative;
  z-index: 9;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 12px rgba(74, 74, 74, 0.25);
}

.page-top .ico img {
  max-width: 100%;
  border-radius: 0;
}

.page-top .right-text {
  width: 50%;
  border-left: 2px solid #c5cfda;
  padding: 27px;
  padding-bottom: 0;
}

.page-top .right-text p {
  padding-bottom: 10px;
}

.page-top .right-text h2 {
  margin-bottom: 12px;
}

.page-top.v2 {
  background: #fff;
}

.page-top.v2 .left {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 7px;
}

.page-top.v2 .v-set {
  padding: 52px 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-top.v3 {
  margin-bottom: 34px;
}

.page-top.v3 .image-right {
  margin-top: -50px;
  margin-bottom: -75px;
}

.books-content {
  position: relative;
  z-index: 1;
  padding: 155px 0 40px;
}

.books-content.pt-0 {
  padding-top: 30px;
}

.v3 + .books-content {
  margin-top: -50px;
}

.books-content .bg {
  top: auto;
  height: 250px;
}

.books-content .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.books-content .container {
  max-width: 990px;
  width: 100%;
}

.books-content .col {
  padding: 0 10px;
  width: 50%;
}

.book-item {
  background: #1b365d;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 410px;
  position: relative;
  z-index: 1;
}

.book-item .bg {
  height: 100%;
}

.book-item h2 {
  color: #fff;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 28px;
}

.book-item .entry {
  padding: 35px 45px;
  margin: auto;
  line-height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  min-height: 305px;
}

.book-item .entry p {
  margin-right: -20px;
}

.book-item .btn {
  margin-top: auto;
}

.book-item.orange h3 {
  border-color: #dc582a;
}

.book-item.orange h3 img {
  margin-right: 10px;
  margin-left: 30px;
}

.book-item h3 {
  line-height: 22px;
  font-size: 16px;
  letter-spacing: 0.75px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  padding-bottom: 15px;
  height: 126px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 2px solid #dc582a;
  text-transform: uppercase;
}

.book-item h3 img {
  margin-left: 20px;
  margin-right: 50px;
}

.book-item p {
  min-height: 100px;
}

.book-item .bg {
  opacity: 0.1;
}

.google-content {
  background: #d8e2f0;
  padding: 57px 0 50px;
}

.google-content img {
  margin: auto;
  display: block;
}

.google-content .col + .col {
  border-left: 2px solid #6787b7;
  padding-left: 70px;
}

.google-content .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.google-content .col {
  width: 50%;
  padding: 35px 0 18px;
}

.faq-content {
  background: #6787b7;
  padding: 75px 0;
}

.faq-content h5 {
  line-height: 24px;
  max-width: 680px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-align: center;
  margin: -40px auto 44px;
}

.faq-content h5.ww {
  max-width: 850px;
}

.faq-content.dark {
  background: #1b365d;
}

.faq-content .h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 6.33333px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 65px;
}

.faq-content a {
  color: inherit;
}

.faq-content a:hover {
  text-decoration: underline;
}

.faq-content section {
  text-align: center;
}

.faq-content section {
  /*
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	*/
}

.faq-content section article {
  display: inline-block;
  margin: 0 30px;
  padding: 0 0 35px;
  vertical-align: top;
  width: 262px;
}

.faq-content section.fluid article {
  display: inline-block;
  max-width: 220px;
  vertical-align: top;
  width: 100%;
}

.faq-content section.four article {
  max-width: 180px;
}

.faq-content section.four.max {
  max-width: 960px;
  margin: auto;
}

.faq-content section.four.max article {
  width: 25%;
  margin: 0;
  max-width: none;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.faq-content .ico-round.hid {
  display: none;
}

.faq-content h3 {
  text-align: center;
  font-weight: 600;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}

.faq-content p {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #1b365d;
}

.head-tabs {
  margin: -20px 0 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-tabs .btn.btn-bordered.btn-lg {
  margin: 0 7px 10px;
  height: 47px;
  font-size: 24px;
  padding: 10px;
  padding-right: 40px;
  min-width: 220px;
}

.load-center {
  text-align: center;
  margin-left: 85px;
  padding: 45px 0 20px;
}

.load-center a.btn.btn-outline-white {
  padding: 2px;
  min-width: 280px;
  height: auto;
  line-height: normal;
}

.load-center a.btn.btn-outline-white:active svg * {
  stroke: #fff;
}

.featured-events {
  width: 746px;
  max-width: 100%;
  margin: auto;
}

.featured-events .head {
  border-bottom: 1px solid #dc582a;
  padding: 20px 25px 10px;
  margin-bottom: 20px;
  font-size: 30px;
}

.featured-events article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  margin-bottom: 43px;
}

.featured-events article .event-date {
  font-size: 20px;
  min-width: 100px;
  text-align: center;
  color: #6787b7;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: bold;
}

.featured-events article .text {
  background: #fff;
  width: 100%;
  border: 2px solid rgba(197, 207, 218, 0.402599);
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
  min-height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5px 0 32px;
}

.featured-events article h2 {
  margin: 0;
  padding: 0 5px 3px 0;
  width: 60%;
}

.featured-events article .loc {
  width: 25%;
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  color: #5b6770;
}

.featured-events article .more {
  padding-top: 0;
}

.featured-events article .text-center {
  text-align: right;
  width: 16%;
}

.btn.btn-bordered {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 243px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
  margin-bottom: 10px;
  position: relative;
  padding: 10px;
  font-family: "Archivo Narrow", sans-serif;
  background: #fff;
  border: 2px solid rgba(197, 207, 218, 0.402599);
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
  font-weight: 600;
  line-height: 17px;
  font-size: 16px;
  padding-right: 50px;
  color: #6787b7;
}
.page-id-2069 .page-top .image-right img {
  border-radius: 15%;
}
.page-id-2069 .entry ul > li {
  font-size: 18px;
}
.page-id-2069 .side-links {
  padding: 28px 0 51px;
}
.page-id-2069 .img-quote {
  margin-top: 70px;
}
.page-id-2069 .btn.btn-bordered {
  text-align: center;
  margin: 0 auto !important;
  justify-content: center;
  font-size: 18px !important;
  padding: 0;
}
.page-id-2069 .btn.btn-bordered:hover {
  background: #c4ceda;
  border-color: #c4ceda;
  color: #6786b7;
}
.btn.btn-bordered:hover {
  background: #c4ceda;
  border-color: #c4ceda;
  color: #6786b7;
}

.btn.btn-bordered:hover:before {
  background-image: url(images/btn-1.svg);
}

.btn.btn-bordered:active {
  background: #1e355e;
  border-color: #1e355e;
  color: #fff;
}

.btn.btn-bordered:active:before {
  background-image: url(images/btn-3.svg);
}

.btn.btn-bordered.active {
  background: #6786b7;
  border-color: #6786b7;
  color: #fff;
}

.btn.btn-bordered.active:before {
  background-image: url(images/btn-2.svg);
}

.btn.btn-bordered:before {
  background: no-repeat 50% 50%;
  background-image: url(images/btn-3.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  background-size: contain;
  right: 19px;
  margin: auto;
}

.btn.btn-bordered.btn-lg {
  height: 68px;
  font-size: 24px;
  padding: 15px;
  width: auto;
  padding-right: 50px;
}

.btn.btn-bordered.btn-lg:hover:before {
  background-image: url(images/btn-1.svg);
}

.btn.btn-bordered.btn-lg:active:before {
  background-image: url(images/btn-3.svg);
}

.btn.btn-bordered.btn-lg.active:before {
  background-image: url(images/btn-2.svg);
}

.btn.btn-bordered.btn-lg:before {
  background-image: url(images/btn-3.svg);
  width: 25px;
  height: 29px;
}

.links {
  max-width: 890px;
  margin: auto;
  font-size: 14px;
  padding: 45px 0;
}

.links:after {
  clear: both;
  content: "";
  display: block;
  font-size: 0;
  width: 100%;
}

.links .link-prev {
  float: left;
}

.links .link-next {
  float: right;
}

.links .dis {
  color: #d8e2f0;
  pointer-events: none;
}

.team-item {
  padding: 0 0 38px 15px;
  flex-wrap: wrap;
  display: flex;
}

.team-item .image img {
  border-radius: 50%;
}

.team-item .image {
  width: 261px;
  margin-right: 40px;
}

.team-item h2 {
  font-weight: 600;
  font-family: Nunito;
  line-height: 1;
  font-size: 24px;
  padding: 5px 0 45px;
  color: #5b6770;
}

.team-item h1 {
  line-height: 42px;
  font-size: 42px;
  padding: 75px 0 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid #dc582a;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.single-press .team-item h1 {
  font-family: "Nunito", sans-serif;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: unset;
  text-transform: initial;
}

.team-item .text {
  max-width: 100%;
  width: calc(100% - 301px);
}
.sm5 .text {
  width: 100%;
  max-width: 100%;
}
.section-links {
  background: #dfe6f0;
  padding: 80px 0 0;
  margin-bottom: -10px;
}

.section-links section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 820px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-links article {
  width: 46.5%;
  min-height: 137px;
}

.section-links article p {
  padding: 7px 15px 20px 25px;
  font-weight: normal;
  line-height: 24px;
  font-size: 18px;
  color: #5b6770;
}

.side-links {
  padding: 28px 0 34px;
}

.side-links h2 {
  padding: 20px 0;
  margin: auto;
  width: 243px;
  max-width: 100%;
}

.side-links + .space {
  height: 150px;
}

.image-right .side-links {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
}

.side-links:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.18;
  background: #1c375d;
  width: 2px;
}

.side-links:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.18;
  background: #1c375d;
  width: 41px;
  height: 2px;
}

.side-trigger {
  padding: 98px 0 9px;
  margin-bottom: -50px;
  position: relative;
  cursor: pointer;
}

.image-right .side-trigger {
  top: 100%;
  left: 0;
  right: 0;
  position: absolute;
}

.side-trigger:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 76px;
  right: 0;
  margin: auto;
  opacity: 0.18;
  background: #1c375d;
  width: 2px;
}

.side-trigger:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  margin: 0 auto;
  opacity: 0.18;
  background: #1c375d;
  width: 41px;
  height: 2px;
}

.side-trigger a {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 38px;
  padding: 72px 0px;
  width: 260px;
  height: 260px;
  margin: auto;
  font-size: 30px;
  background: #6787b7 url(images/bg-side-i.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
  text-align: center;
}

.side-trigger a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(images/ico-a-r.svg) no-repeat 50% 50%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-size: 17px auto;
  border: 2px solid #6787b7;
  width: 34px;
  display: none;
}

.side-info {
  background: #6787b7 url(images/bg-slide.jpg) no-repeat;
  background-size: cover;
  padding: 15px;
  padding-left: 40px;
  position: absolute;
  height: 260px;
  top: 100%;
  overflow: hidden;
  margin-top: 98px;
  left: 0;
  opacity: 0;
  right: 20px;
  pointer-events: none;
  transition: all 0.4s ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
}

.side-info.active {
  opacity: 1;
  left: -690px;
  pointer-events: auto;
}

.side-info .trigger-label {
  display: block;
  position: relative;
  font-weight: 600;
  line-height: 38px;
  padding: 82px 20px 40px 35px;
  min-width: 285px;
  width: 285px;
  height: 260px;
  font-size: 30px;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
}

.side-info .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.side-info .col {
  width: 48.5%;
}

.side-info .form-group {
  margin-bottom: 14px;
  padding-bottom: 0;
}

.side-info .form-control,
.slide-gform
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.slide-gform .gform_wrapper ul.gform_fields li.gfield select {
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #fff !important;
  color: #1b365d;
  font-family: Nunito;
  font-size: 14px;
  font-style: italic;
  height: 29px;
  line-height: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
  width: 100%;
}

.side-info .select-drop {
  width: 24px;
}

.side-info label {
  font-size: 14px;
  padding-top: 7px;
  line-height: 16px;
  padding-left: 10px;
}

.side-info .form {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 250px);
}

.side-info .set {
  width: 70%;
}

.side-info .text-center {
  width: 30%;
}

.side-info .text-center .btn {
  min-width: 140px;
}

.side-info .trigger-close {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  right: 0;
  cursor: pointer;
  background: #fff url(images/ico-a-r.svg) no-repeat 50% 53%;
  background-size: 17px auto;
  border: 2px solid #6787b7;
  width: 34px;
}

.ico-round {
  width: 116px;
  height: 116px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 10px 32px rgba(13, 25, 43, 0.500057);
  margin: auto;
  border-radius: 50%;
}

.slide-gform .gform_wrapper .top_label .gfield_label {
  display: none !important;
}

.slide-gform .gform_wrapper {
  position: relative;
  margin: -18px 0 16px;
}

.slide-gform .gform_footer {
  position: absolute;
  right: -164px;
  top: 59px;
  width: 140px !important;
}

.slide-gform .gform_wrapper .gform_footer input[type="submit"] {
  padding: 5px 15px;
  font-size: 16px;
  min-width: 140px;
}

body .slide-gform .gform_wrapper ul li.gfield {
  margin-top: 10px;
}

body .slide-gform .gform_wrapper ul li.gfield#field_2_8 {
  margin-top: 15px;
}

.slide-gform .gform_wrapper li.gfield.gfield_error {
  background: none !important;
  border: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.slide-gform .gform_wrapper .validation_message {
  padding-top: 0px !important;
  color: #f00;
  font-size: 13px;
  line-height: 125%;
  position: absolute;
}

.slide-gform .gform_wrapper .validation_message.instruction {
  display: none !important;
}

.slide-gform .gform_wrapper div.validation_error {
  display: none !important;
}

.page-content.pt {
  padding-top: 84px;
}

.center-image {
  margin: 60px -5px 18px;
  max-width: 800px;
}

.center-image img {
  margin-bottom: 16px;
  box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
}

.page-content .max p {
  max-width: 730px;
}

.page-content.pb {
  padding-bottom: 44px;
}

.col-center {
  width: 665px;
  padding: 40px 0 0;
  margin: auto;
  max-width: 100%;
}

.col-center p {
  max-width: 540px;
}

.api-content {
  background: #dfe6f0;
  color: #5b6770;
  text-align: center;
  padding: 70px 0 90px;
}

.api-content .container {
  width: 1000px;
}

.api-content .ico {
  height: 84px;
}

.api-content h3 {
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  margin: 0 0 11px;
  color: #6787b7;
}

.api-content p {
  max-width: 395px;
  margin: auto;
}

.api-content .col {
  padding: 0 20px;
  padding-bottom: 70px;
}

.api-content .row .row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.api-content .row .row .col {
  width: auto;
  padding: 0 20px;
}

.api-content h2 {
  margin: 0;
  padding: 0 0 10px;
}

.api-content .col {
  width: 50%;
}

.api-content .column_3 .col {
  width: 33%;
}
.api-content h1 {
  margin-bottom: 70px;
  font-size: 52px;
}

.api-content .border {
  border-left: 2px solid #6787b7;
}

.preview-content {
  background: #dfe6f0;
  color: #5b6770;
  text-align: center;
  padding: 105px 0 90px;
}

.preview-content.v2 {
  padding: 75px 0;
}

.preview-content.v2 h2 {
  margin-bottom: 7px;
}

.preview-content.v2 h2.h1 {
  font-size: 48px;
  margin: -45px 0 45px;
}

.preview-content.wide-p .entry {
  width: 620px;
}

.preview-content.v3 {
  padding: 30px 0;
}

.preview-content.v3 section {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.preview-content.v3 h2.h1 {
  font-size: 48px;
  margin-bottom: 65px;
}

.preview-content.v3 h4 {
  font-weight: bold;
  line-height: 20px;
  font-size: 18px;
  padding: 5px 0 10px;
  text-align: center;
  color: #6787b7;
}

.preview-content.v3 section p {
  padding: 0 15px;
  padding-bottom: 15px;
}

.preview-content.v3 section.mh article {
  min-height: 253px;
}

.preview-content.v3 section article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  height: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0;
  min-height: 208px;
  width: 30%;
}
.preview-content.v3 section.count-4 article {
  width: 50%;
}
.preview-content.v3 section article.wide {
  width: 45%;
  margin-top: -31px;
}

.preview-content.v3 section article.wide:nth-child(4) {
  border-left: 0;
}

.preview-content.v3 article + article {
  border-left: 2px solid #6787b7;
}
.preview-content.v3 article:nth-child(4),
.preview-content.v3 .count-4 article:nth-child(3) {
  border-left: none;
}
.preview-content.v3 .count-4 article:nth-child(4) {
  border-left: 2px solid #6787b7;
}

.preview-content section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preview-content article {
  width: 240px;
  text-align: center;
  padding: 50px 15px 0;
}

.preview-content article .image {
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preview-content h3 {
  font-weight: 600;
  margin: -5px 0 5px;
  line-height: 38px;
  font-size: 30px;
  font-family: "Archivo Narrow", sans-serif;
  text-align: center;
  color: #1b365d;
}

.preview-content h2 {
  margin-bottom: 25px;
  color: #6787b7;
}

.preview-content .entry {
  width: 530px;
  max-width: 100%;
  margin: auto;
}

/* footer
------------------------------------------------------------------------------*/

.footer {
  background: #1a375d;
  padding: 50px 0 20px;
}

.footer .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .logo {
  text-align: center;
  width: 15%;
}

.footer .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .social a {
  margin: 0 9px 5px;
}

.footer .social a:hover {
  opacity: 0.8;
}

.footer .social img {
  width: 18px;
}

.footer .cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 77px;
}
#language-fr .footer .copy {
  max-width: 904px;
  padding: 30px 0px;
}
.footer .copy {
  position: relative;
  margin: 18px 0 0 15%;
  max-width: 860px;
  line-height: 16px;
  font-size: 12px;
  padding: 30px 12px;
  color: #fff;
}

.footer .copy ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .copy ul li {
  padding-right: 20px;
}

.footer .copy a {
  text-decoration: underline;
  color: inherit;
}

.footer .copy a:hover {
  text-decoration: none;
}

.footer .copy:before {
  content: "";
  background: #dc582a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  right: 0;
  height: 2px;
}

.foot-widget {
  padding-left: 12px;
  min-width: 138px;
  padding-right: 30px;
}

.foot-widget li {
  line-height: 21px;
  padding-bottom: 1px;
}

.foot-widget li a {
  font-size: 14px;
  color: #6787b7;
  text-decoration: unset;
}

.foot-widget li a:hover {
  color: #fff;
}

.foot-widget h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 500;
  line-height: 23px;
  font-size: 18px;
  padding-bottom: 1px;
  color: #fff;
}

.foot-widget h4 a {
  color: inherit;
}

.foot-widget h4 a:hover {
  color: #6787b7;
}

.scrollbarpaper-container {
  position: absolute;
  right: -55px;
  width: 12px !important;
  z-index: 1;
}

.scrollbarpaper-track {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background: rgba(216, 226, 240, 0.330701);
  border: 2px solid #1b365d;
  border-radius: 5px;
}

.scrollbarpaper-drag {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 -2px;
  height: 100px;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid rgba(197, 207, 218, 0.193076);
  box-shadow: 0px 3px 4px rgba(27, 54, 93, 0.15);
  border-radius: 5px;
}

.scrollbarpaper-drag-top {
  position: absolute;
  top: 0;
  width: 100%;
}

.scrollbarpaper-drag-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.location-row {
  background: #132742;
  padding: 44px 0 70px;
  color: #fff;
  text-align: center;
}

.location-row .text {
  margin-bottom: 37px;
  text-align: left;
}

.location-row h2 {
  color: #fff;
  margin-bottom: 5px;
}

.map-holder .tooltip {
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  cursor: pointer;
}

.locations-holder {
  margin: -6px auto 0;
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #dc582a;
  text-align: left;
  max-width: 780px;
}

.locations-holder .address {
  font-weight: 600;
  line-height: 13px;
  font-size: 11px;

  color: #5b6770;
}

.location-row .btn.btn-bordered {
  margin-left: 13px;
  margin-right: 13px;
}

.locations-holder article {
  background: #ffffff;
  border: 2px solid #1b365d;
  min-height: 84px;
  display: flex;
  padding: 12px 12px;
  align-items: center;
  margin: 3px 23px -1px;
  width: calc(50% - 23px);
  margin-right: 0;
}

.locations-holder article h3 {
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: normal;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;

  border-right: 2px solid #c5cfda;
  min-width: 95px;
  width: 95px;
  font-size: 12px;
  margin-right: 20px;

  color: #1b365d;
}

.locations-holder section {
  margin-left: -23px;
  display: flex;
  min-width: calc(100% + 23px);
  flex-wrap: wrap;
}

.locations-wr {
  overflow: hidden;
  padding-right: 50px;
  margin-right: -50px;
}

.map-holder.loc-1 .tooltip {
  display: none;
}
.map-holder.loc-1 .loc-1 {
  display: block;
}

.map-holder.loc-3 .tooltip {
  display: none;
}
.map-holder.loc-3 .loc-3 {
  display: block;
}

.map-holder.loc-2 .tooltip {
  display: none;
}
.map-holder.loc-2 .loc-2 {
  display: block;
}

.scrollbar-17 .locations-holder .locations {
  padding-right: 133px;
}

.locations-holder .locations {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 255px;
  margin-right: -150px;
  padding-right: 150px;
  min-width: calc(100% + 50px);
}

.location-row .head-tabs {
  margin: 30px auto;
  max-width: 760px;
}

.location-row .head-tabs .item {
  padding: 0 15px;
  width: 33.33%;
}

.location-row .head-tabs .item .item-btn {
}

.location-row .head-tabs .item .item-btn a {
  height: 40px;
  margin: 0 auto;
  max-width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.location-row .head-tabs .item .item-info {
}

.location-row .head-tabs .item .item-info h4 {
  font-size: 16px;
  line-height: 125%;
}

.location-row .head-tabs .item .item-info h5 {
  color: #dc582a;
  font-size: 16px;
  line-height: 125%;
  padding: 0;
}

.map-holder .tooltip:hover .tooltip-text {
  opacity: 1;
}

.map-holder .tooltip .tooltip-text {
  background: #ffffff;
  border: 1px solid rgba(223, 223, 223, 0.387228);
  box-sizing: border-box;
  white-space: nowrap;
  width: 108px;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 50%;
  pointer-events: none;
  margin-top: -12px;
  font-weight: bold;
  margin-left: -5px;
  line-height: 8px;
  font-size: 8px;
  text-align: left;

  color: #1b365d;

  height: 24px;
  display: flex;
  align-items: center;
  padding: 0 5px 0 14px;
  border-radius: 16px;
}

.map-holder .tooltip .tooltip-text:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  background: #dc582a;
  border: 1px solid rgba(216, 226, 240, 0.680905);
}

.map-holder img {
  width: 100%;
}

.map-holder {
  position: relative;
  width: 920px;
  max-width: 100%;
  display: inline-block;
}

/* media
------------------------------------------------------------------------------*/

.body-wrap {
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 449px);
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.partners {
  text-align: center;
  padding: 50px 0 40px;
}

.partners.three section article {
  width: 320px;
}

.partners.three section article .image {
  height: 135px;
}

.partners section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners section article {
  width: 240px;
  margin: 30px 0;
  padding: 40px 20px 20px;
}

.partners section .image {
  height: 105px;
  position: relative;
}

.partners section .image img {
  position: absolute;
  margin-top: -30px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.partners section li {
  padding-bottom: 18px;
  position: relative;
  z-index: 1;
}

.partners section article + article {
  border-left: 1px solid #dc582a;
}

.checkbox {
  padding-left: 40px;
  font-family: Nunito;
  font-style: normal;
  min-height: 31px;
  font-weight: 600;
  line-height: 10px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 8px;
  color: #fff;
}

.checkbox:before {
  content: "";
  width: 31px;
  height: 31px;
  border: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox input:checked + .check-label:after {
  position: absolute;
  content: "";
  width: 10px;
  left: 0;
  top: 0;
  margin: 4px 10px;
  height: 18px;
  border: 3px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox input {
  position: absolute;
  left: 0;
  cursor: pointer;
  opacity: 0;
}

.modal-request .checkbox {
  margin-top: 27px;
}

.lets-talk {
  padding: 90px 0 60px;
  text-align: center;
}

.page-contact {
  background: url(images/bg-form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 67px 0;
  color: #fff;
}

.page-id-2044 .page-contact {
  background: url(images/demo-bg-form2@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 67px 0;
  color: #fff;
}
.home .page-contact {
  padding: 35px 0 60px;
}

.page-contact h2 {
  padding-bottom: 0;
  margin-bottom: 10px;
}
#language-fr .page-contact .conta-form {
  max-width: 856px;
}
.page-contact .conta-form {
  max-width: 775px;
  padding: 48px 0 0;
  margin: auto;
}

.page-contact .req {
  color: #dc582a;
}

.pagination {
  padding: 24px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pagination a {
  position: relative;
  display: block;
  font-weight: 600;
  width: 50%;
  line-height: 17px;
  padding-left: 18px;
  font-size: 14px;
  font-family: "Archivo Narrow", sans-serif;
  color: #6787b7;
}

.pagination a.dis {
  opacity: 0.5;
}

.pagination a.dis:before {
  content: "";
  background-image: url(images/ico-right-g.svg);
  opacity: 0.4;
}

.pagination a.next {
  padding-right: 18px;
  padding-left: 0;
  text-align: right;
}

.pagination a.prev:before {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination a:before {
  content: "";
  background: url(images/ico-right.svg) no-repeat 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto -2px;
  right: 0;
  width: 14px;
  background-size: contain;
  height: 14px;
}

.dynata-block {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 32px rgba(27, 54, 93, 0.25);
  color: #5b6770;
  font-size: 16px;
  font-weight: 600;
  height: 0;
  line-height: 20px;
  padding: 0 0 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.dynata-block .center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  padding: 15px 35px;
  position: absolute;
  top: 0;
  width: 100%;
}

.dynata-block p {
  margin: 0 0 30px;
  padding: 0;
}

.dynata-block p:last-child {
  margin: 0;
}

.dynata-block img + p:before {
  content: "";
  background: #dc582a;
  width: 70px;
  height: 1px;
  display: block;
  margin: 18px auto;
}

.leadership {
  position: relative;
  z-index: 2;
  padding: 23px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.leadership .cat {
  text-align: right;
  margin-left: auto;
  line-height: 19px;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.65625px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}

.leadership .cat img {
  margin-left: 5px;
}

.leadership .cat:before {
  content: "";
  z-index: -1;
  background: #1b365d;
  border-radius: 44.9613px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: -50%;
}

.leadership .h1 {
  float: left;
  width: 50%;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
}

.page-top.v2 .left .h1,
.page-top.v2 .left h1 {
  word-wrap: break-word;
}

.latest-new {
  background: #d8e2f0;
  padding: 25px 0;
}

.latest-new .center {
  margin: auto;
  max-width: 200px;
}

.latest-new p {
  line-height: 16px;
  font-size: 12px;
  padding-bottom: 25px;
}

.latest-new h4 {
  font-weight: 600;
  line-height: 18px;
  font-family: "Archivo Narrow", sans-serif;
  font-size: 16px;
  color: #1b365d;
  margin: 0;
  padding: 0 0 5px;
}

.latest-new .btn.dark {
  min-width: 0;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0 -35px;
  z-index: 9;
  text-indent: -999em;
  width: 20px;
  background: url(images/ico-a-r.svg) no-repeat 50% 50%;
  background-size: 20px auto;
}

.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
}

.industry-inv {
  text-align: center;
  margin: -45px 0 75px;
}

.industry-inv p {
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding: 10px 0 40px;
}

.industry-inv ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 665px;
  margin: auto;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.industry-inv ul li {
  width: 33.33%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 168px;
  border-top: 1px solid #dc582a;
  border-left: 1px solid #dc582a;
}

.industry-inv ul li:nth-child(1),
.industry-inv ul li:nth-child(2),
.industry-inv ul li:nth-child(3) {
  border-top: 0;
}

.industry-inv ul li:nth-child(3n + 1) {
  border-left: 0;
}

.slide-gform .gform_confirmation_message {
  color: #fff !important;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .home-hero {
    background-image: url(images/bg-hero@2x.jpg);
  }
}

@media screen and (min-width: 768px) {
  .page-contact .checkbox {
    font-size: 12px;
    line-height: 17px;
    margin: 40px 10px 0;
    padding-left: 50px;
    padding-top: 0;
    font-weight: 600;
  }

  .page-contact .checkbox:before {
    margin-top: 1px;
  }

  .home .page-contact .checkbox {
    margin-top: 30px;
  }

  .page-contact .btn {
    margin-top: 15px;
  }

  .page-contact .form-group label,
  .page-contact .form-control {
    font-size: 18px;
    padding: 23px 0;
    line-height: 20px;
    padding-left: 12px;
  }

  .page-contact .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-contact .row .col {
    width: 48.5%;
  }

  .page-contact .form-group {
    margin-bottom: 18px;
  }

  .page-contact .form-control {
    height: 64px;
    padding: 20px 10px;
  }

  .mobile-only {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .nav-set > ul > li {
    min-height: 100px;
  }

  .nav-set > ul > li a {
    position: relative;
    z-index: 5;
  }

  .nav-set > ul > li:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -175px;
    width: 350px;
  }

  .sub-menu {
    background: rgb(28, 55, 93);
    box-shadow: 0 12px 24px rgba(46, 46, 46, 0.452587);
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transition: all 350ms ease-in-out;
  }

  li:hover > .sub-menu {
    display: block;
  }

  .sub-menu .container {
    width: 942px;
    padding-left: 60px;
  }

  .sub-menu .sub-main-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -35px;
  }

  .sub-menu .sub-main-links .col {
    padding: 10px 12.9px 20px 22px;
  }

  .sub-menu .sub-main-links .col:nth-child(2) {
    padding-right: 2px;
  }

  .sub-menu .sub-main-links .col:first-child:last-child {
    padding-top: 30px;
  }

  .sub-menu .col > ul > li {
    padding-bottom: 13px;
  }

  .sub-menu .col > ul > li li a {
    line-height: 29px;
    font-size: 17px;
    margin-right: 15px;
    color: #79a0d9;
  }

  .sub-menu .col > ul > li li a:hover {
    color: #c5cfda;
  }

  .sub-menu .col > ul > li li a:active {
    color: #dc582a;
  }

  .sub-menu .col > ul > li > a {
    display: block;
    font-family: "Archivo Narrow", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
  }

  .sub-menu .col > ul > li > a:hover {
    color: #c5cfda;
  }

  .sub-menu .col > ul > li > a:active {
    color: #dc582a;
  }

  .sub-menu .col > ul > li > a:after {
    content: "";
    background: url(images/ico-menu-r-o.svg) no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .sub-menu .head-tabs {
    background-color: rgba(7, 15, 26, 0.22);
    margin: 0 -2000px;
    padding: 0 2000px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .sub-menu .head-tabs a {
    line-height: 26px;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 24px;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 72px;
    border-left: 2px solid #dc582a;
    padding-left: 20px;
  }

  .sub-menu .head-tabs a:hover {
    color: #c5cfda;
  }

  .sub-menu .head-tabs a:active {
    color: #dc582a;
  }

  .sub-menu .head-tabs a.active {
    color: #fff;
  }

  .sub-menu .head-tabs a.active:after {
    background-image: url(images/ico-menu-r-o-w.svg);
  }

  .sub-menu .head-tabs a:after {
    content: "";
    background: url(images/ico-menu-r-o.svg) no-repeat 50% 50%;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    margin-left: 5px;
    width: 20px;
    margin-top: 5px;
    height: 20px;
  }

  .nav-set {
    height: auto !important;
  }

  div:hover > .dropdown {
    display: block;
  }

  .dropdown {
    font-family: Nunito;
    min-width: 166px;
    z-index: 999;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    font-size: 14px;
    color: #fff;
    background: #1b365d;
    position: absolute;
    top: 0;
    right: -15px;
  }

  .dropdown ::-webkit-scrollbar {
    width: 5px;
  }

  .dropdown ::-webkit-scrollbar-track {
    background: transparent;
  }

  .dropdown ::-webkit-scrollbar-thumb {
    background: #6787b7;
    border-radius: 2px;
  }

  .lang-select .dropdown {
    width: 117px;
    min-width: 0;
  }

  .lang-select .dropdown li a {
    font-size: 12px;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    line-height: 16px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lang-select .dropdown .ico {
    min-width: 20px;
    margin-right: 5px;
  }

  .dropdown ul {
    overflow: auto;
    max-height: 272px;
  }

  .dropdown li {
    border-bottom: 1px solid #172e4f;
  }

  .dropdown a {
    color: inherit;
    display: block;
    padding: 8px 11px;
  }

  .dropdown a:hover {
    text-decoration: underline;
    color: inherit;
  }

  .dropdown .dropdown-label {
    font-style: normal;
    font-weight: bold;
    cursor: default;
    padding: 7px 11px;
    line-height: 12px;
    border-bottom: 2px solid #172e4f;
    font-size: 9px;
    color: #fff;
    display: block;
  }

  .tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1260px) {
  .connect-row {
    padding: 250px 0 40px;
  }
  #language-fr .connect-row {
    padding: 334px 0 40px;
  }
  .connect-row .people {
    width: 1024px;
    margin-left: -512px;
    padding: 0 20px;
  }

  .connect-row .people:before {
    content: "";
    background-size: 100% auto;
    width: auto;
    margin: 0 100px;
  }

  .question-row .dots,
  #language-fr .question-row .dots {
    width: 620px;
    height: 320px;
  }

  .connect-row .people img {
    width: 160px;
  }

  .question-row .dot {
    width: 130px;
    height: 130px;
  }

  .connect-row .entry {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 9;
    padding: 15px;
    width: 520px;
    padding-left: 20px;
    margin-top: -50px;
  }

  .question-row .num {
    font-size: 40px;
    line-height: 1;
  }

  .question-row h4 {
    font-size: 12px;
    line-height: 1.1;
  }

  .question-row {
    padding: 2vw 0;
  }
}

@media (max-width: 1150px) {
  .home-hero .container.sm4 {
    padding: 0 20px 0 60px;
    width: 100%;
  }
}

@media screen and (max-width: 1123px) {
  .nav-set > ul > li {
    margin-right: -5px;
  }

  .nav-set > ul.right > li {
    margin-left: -30px;
  }

  .foot-widget {
    padding-right: 15px;
    min-width: 0;
  }

  .side-info.active {
    left: -670px;
  }
}

@media screen and (max-width: 1023px) {
  .home-hero .container.sm4 {
    padding: 0 20px;
  }
  .locations-wr {
    padding-right: 20px;
    margin-right: 0;
  }
  .scrollbarpaper-container {
    right: 0;
  }
  .scrollbar-17 .locations-holder .locations {
    padding-right: 33px;
  }

  .locations-holder .locations {
    margin-right: -50px;
    padding-right: 50px;
    min-width: calc(100% + 50px);
  }

  .container.sm3 {
    padding-left: 20px;
  }
  .entry hr {
    margin-left: 0;
    margin-right: 0;
  }
  .home .books-content .book-item .entry {
    padding: 30px;
    position: static;
  }

  .home .books-content .book-item .entry .btn {
  }

  .regular-list {
    padding-left: 0;
    padding-right: 0;
  }

  .post-list h2 br {
    display: none;
  }

  .row-list .date {
    margin-left: 40px;
  }

  .preview-content.v3 section p {
    font-size: 16px;
  }

  .book-item h3 {
    padding: 5px;
    height: 100px;
  }

  .book-item h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .side-info .trigger-label {
    padding: 64px 0;
    min-width: 180px;
    width: 180px;
  }

  .side-info .form {
    width: calc(100%);
  }

  .side-info {
    right: -5px;
  }

  .side-info.active {
    padding-right: 0;
    left: calc(-100vw + 100% + 35px);
  }

  .preview-content.v3 {
    padding-top: 50px;
  }

  .preview-content.v3 section article {
    width: 33.33%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    min-height: 230px;
    padding-right: 10px;
  }

  .api-content .row .row .col {
    padding: 5px;
  }

  .partners section article {
    width: 50%;
  }

  .partners section article:nth-child(3) {
    border-left: 0;
  }

  .partners.three section article {
    width: 33.33%;
  }

  .partners.three section article:nth-child(3) {
    border-left: 1px solid #dc582a;
  }

  .product-item {
    margin-left: 0;
  }

  .h1,
  h1 {
    font-size: 50px;
    line-height: 1.2;
  }

  .entry .row {
    margin-right: 0;
  }

  .page-top.v2 .v-set {
    padding: 20px 0;
  }

  .page-top h1.sm2 {
    font-size: 35px;
    line-height: 1.2;
  }

  .page-top .right-text {
    padding-bottom: 25px;
    padding-right: 0;
  }

  .books-content {
    padding-top: 70px;
  }

  .v3 + .books-content {
    margin-top: -30px;
  }

  .google-content .col + .col {
    padding-left: 20px;
  }

  .book-item .entry {
    padding: 20px;
  }

  .book-item h3 img {
    margin-right: 30px;
  }

  .book-item .btn.btn-outline-white {
    min-width: 100%;
  }

  .container.sm2,
  .container.sm {
    padding-left: 20px;
  }

  .page-content {
    padding-bottom: 50px;
  }

  .footer .logo {
    width: 100%;
  }

  .footer .cols {
    justify-content: center;
    padding: 20px 0 0;
    width: 100%;
  }

  .foot-widget {
    padding: 0 10px 30px;
    text-align: center;
    width: 33.33%;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer .copy {
    margin: 20px 0 0;
    padding: 20px 0;
    text-align: center;
  }

  .footer .copy ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .copy ul li {
    padding: 5px 15px;
  }

  .footer .copy:before {
    content: "";
    margin: 0;
    left: 0;
    top: 0;
  }

  .tablet-none {
    display: none;
  }

  .tablet-only {
    display: block;
  }

  .header {
    height: 57px;
    border-bottom: 2px solid #6787b7;
    background: #fff;
  }

  .header .fast-links {
    background: none;
    padding: 0;
    position: static;
  }

  .header .bg {
    display: none;
  }

  .header .fast-links .login,
  .header .lang-select:after,
  .header .fast-links .search-trigger,
  .header .fast-links .lang-select {
    display: none;
  }

  .header .mobile-close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 70px;
    height: 70px;
    display: none;
  }

  .lang-active .header .mobile-close {
    display: block;
  }

  .header .fast-links .lang-select {
    display: none;
    position: absolute;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    overflow: auto;
    height: 412px;
    width: auto;
    margin-right: 28px;
    float: none;
    z-index: 99;
  }

  .header .fast-links .lang-select .dropdown-label,
  .header .fast-links .lang-select .current {
    display: none;
  }

  .header .fast-links .lang-select .dropdown {
    display: block;
    background: #fff;
  }

  .header .fast-links .lang-select .dropdown li {
    padding: 0;
    text-align: left;
  }

  .header .fast-links .lang-select .dropdown li:nth-child(even) {
    background: rgba(216, 226, 240, 0.25);
  }

  .header .fast-links .lang-select .dropdown li a {
    display: block;
    overflow: hidden;
    padding: 8px 17px 9px;
    font-family: Nunito;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    font-size: 13px;
    color: #5b6770;
  }

  .header .fast-links .lang-select .dropdown li a .ico {
    margin-right: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.299423);
  }

  .header .fast-links .lang-select .dropdown li a:after {
    content: "";
    display: none;
  }

  .lang-active .header .fast-links .lang-select {
    display: block;
  }

  .header .request {
    position: absolute;
    font-weight: 600;
    line-height: 13px;
    font-size: 10px;
    text-align: right;
    color: #6787b7;
    display: block;
    padding: 5px;
    right: 0;
    top: 0;
    margin: 10px 12px;
  }

  .lang-active .header .lang-select:after {
    display: none;
  }

  .lang-active .menu-holder {
    height: 487px;
  }

  .lang-active .menu-holder .tablet-only {
    display: none;
  }

  .lang-active .mobile-title,
  .lang-active .nav-set {
    opacity: 0;
    pointer-events: none;
    display: none;
  }

  .menu-trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 11px;
    width: 50px;
    padding: 17px 10px;
    height: 50px;
    cursor: pointer;
  }

  .menu-trigger span {
    width: 30px;
    height: 2px;
    display: block;
    transition: all 0.2s ease;
    margin: 5px 0 6px;
    background: #6787b7;
  }

  .active-menu .menu-trigger span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .active-menu .menu-trigger span:first-child {
    margin-bottom: -7px;
    margin-top: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .header .logo {
    width: 105px;
    bottom: 1px;
    left: -14px;
    height: 36px;
    z-index: 99;
  }

  .menu-holder {
    display: none;
  }

  .active-menu .header .request {
    display: none;
  }

  .nav-set > ul > li:nth-child(even) {
    background: rgba(216, 226, 240, 0.25);
  }

  .lang-select {
    line-height: 17px;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    min-width: 0;
    display: block;
    padding: 18px 12px 18px;
    padding-right: 30px;
    cursor: pointer;
    height: auto;
    border-bottom: 1px solid #c5cfda;
    margin: 0 15px 0 8px;
    margin-top: 20px;
    font-weight: normal;
    background: none;
    text-align: left;
    letter-spacing: 0.342857px;
    color: #5b6770;
  }

  .lang-select:after {
    content: "";
    background: url(images/ico-menu-r.svg) no-repeat 50% 50%;
    position: absolute;
    top: 3px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 17px;
    height: 17px;
    right: 1px;
  }

  .header .lang-select:after {
    content: "";
    display: block;
  }

  .nav-set > ul > li.active > a,
  .nav-set > ul > li > a {
    line-height: 17px;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 16px;
    min-width: 0;
    display: block;
    padding: 11px 20px;
    padding-right: 30px;
    height: auto;
    margin: 0;
    font-weight: normal;
    background: none;
    text-align: left;
    letter-spacing: 0.342857px;
    color: #1b365d;
  }

  .nav-set > ul > li.active > a:hover,
  .nav-set > ul > li > a:hover {
    font-weight: normal;
    letter-spacing: 0.342857px;
  }

  .nav-set > ul > li.active > a .tablet-only,
  .nav-set > ul > li > a .tablet-only {
    display: inline;
  }

  .nav-set > ul > li.active > a:before,
  .nav-set > ul > li > a:before {
    content: "";
    display: none;
  }

  .nav-set > ul > li.active > a.active,
  .nav-set > ul > li > a.active {
    color: #fff;
  }

  .nav-set > ul > li.active > a.active:after,
  .nav-set > ul > li > a.active:after {
    background-image: url(images/ico-menu-r-o-w.svg);
  }

  .nav-set > ul > li.active > a:after,
  .nav-set > ul > li > a:after {
    content: "";
    background: url(images/ico-menu-r-o.svg) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    right: 16px;
  }

  .nav-set > ul > li,
  .nav-set > ul.right > li {
    margin: 0;
    padding: 0;
  }
  .hide-mobile {
    display: none;
  }
  .solutions.hide-mobile {
    display: block;
  }
  .nav-set > ul > li.outline {
    display: none;
  }

  .nav-set > ul > li.active > a {
    color: #dc582a;
  }

  .menu-holder .sub-open > .sub-menu {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 39px;
    right: 0;
    z-index: 9;
    background: #fff;
    text-align: left;
    display: block;
  }

  .menu-holder .sub-open > .sub-menu .head-tabs {
    display: none;
  }

  .menu-holder .sub-open > .sub-menu .container {
    padding: 0;
  }

  .menu-holder .sub-open > .sub-menu li.direct > a:after {
    display: none;
  }

  .menu-holder .sub-open > .sub-menu li:nth-child(even) {
    background: none;
  }

  .menu-holder .sub-open > .sub-menu li:nth-child(odd) {
    background: rgba(216, 226, 240, 0.25);
  }

  .menu-holder .sub-open > .sub-menu li > a {
    font-weight: 600;
    font-size: 13px;
    display: block;
    letter-spacing: 0.541667px;
    color: #5b6770;
    position: relative;
    padding: 10px 20px;
    line-height: 20px;
    padding-right: 30px;
    padding-left: 57px;
    color: #1b365d;
  }

  .menu-holder .sub-open > .sub-menu li > a:after {
    content: "";
    background: url(images/ico-menu-r-o.svg) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 17px;
    height: 17px;
    right: 16px;
  }

  .menu-holder ul ul ul {
    display: none;
  }

  .menu-holder .sub-open > ul {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 39px;
    right: 0;
    z-index: 9;
    background: #fff;
    text-align: left;
    display: block;
  }

  .menu-holder .sub-open > ul li > a:after {
    display: none;
  }

  .nav-set > ul,
  .nav-set > ul.right {
    width: auto;
    float: none;
    display: block;
  }

  .nav-set {
    display: block;
  }

  .menu-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    padding-top: 72px;
    margin-right: 28px;
    box-shadow: 0 10px 62px rgba(27, 54, 93, 0.272928);
  }

  .active-menu .menu-holder {
    display: block;
  }

  .menu-holder .mobile-title {
    position: absolute;
    top: 85px;
    z-index: 99;
    left: 0;
    display: none;
    right: 0;
    line-height: 17px;
    padding-left: 47px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.342857px;
    font-family: "Archivo Narrow", sans-serif;
    color: #1b365d;
  }

  .opened-sub .menu-holder .mobile-title {
    display: block;
  }

  .menu-holder .mobile-title .tablet-only {
    display: inline;
  }

  .menu-holder .mobile-title a {
    color: inherit;
  }

  .menu-holder .mobile-title .back {
    position: absolute;
    width: 50px;
    height: 30px;
    cursor: pointer;
    display: block;
    left: 0;
    top: -5px;
  }

  .menu-holder .mobile-title:before {
    content: "";
    background: url(images/ico-back.svg) no-repeat 0 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 23px;
    top: 0;
    bottom: 0;
  }

  .menu-holder .bottom {
    margin: 0 15px 0 8px;
    padding: 21px 13px;
    border-top: 1px solid #c5cfda;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-holder .bottom .btn {
    width: 47%;
  }

  .search-form-mobile {
    background: rgba(240, 240, 240, 0.6);
    border: 2px solid rgba(27, 54, 93, 0.0515455);
    margin: 19px 21px;
    position: relative;
  }

  .search-form-mobile button {
    position: absolute;
    top: 0;
    right: 0;
    margin: -2px 2px;
    padding: 0;
    background: none;
    border: 0;
    width: 36px;
    height: 36px;
  }

  .search-form-mobile input {
    width: 100%;
    height: 32px;
    border: 0;
    padding: 5px 8px;
    font-style: italic;
    font-weight: normal;
    line-height: 19px;
    font-size: 14px;
    color: #5b6770;
    background: none;
    padding-right: 50px;
  }

  .nav-set {
    overflow: hidden;
    position: relative;
  }

  .connect-row .people .item:nth-child(2),
  .connect-row .people .item:nth-child(4) {
    margin-bottom: 6vw;
  }

  .connect-row {
    text-align: center;
    padding-top: 60vw;
    padding-bottom: 90px;
  }
  #language-fr .connect-row {
    padding-top: 62vw;
  }
  .connect-row .entry {
    margin: 0;
    padding: 15px 0;
    min-height: 0;
  }

  .connect-row p {
    text-align: left;
    max-width: 90%;
    margin: auto;
  }

  .connect-row .entry h2.h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .home .connect-row .entry h2.h1 {
    font-size: 52px;
    line-height: 1.2;
  }

  .connect-row .entry h3 {
    font-size: 30px;
    padding: 0;
    margin: -5px 0 15px;
    line-height: 1.2;
  }

  .question-row .dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    height: auto;
    padding: 30px 0 55px;
    max-width: none;
    margin: 0 -20px;
  }
  #language-fr .question-row .dots {
    align-items: end;
  }
  #language-fr .question-row .dots .dot:nth-child(2),
  #language-fr .question-row .dots .dot:nth-child(4) {
    margin-bottom: 0;
  }
  #language-fr .question-row .dots {
    height: auto;
  }
  .question-row .dots .dot {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: auto;
    box-shadow: none;
    width: 48%;
  }

  .question-row .dots .dot h4 {
    line-height: 18px;
    font-size: 16px;
    padding: 5px 5px 35px;
  }

  .question-row {
    position: relative;
    overflow: visible;
  }

  .question-row .container:before {
    content: "";
    background: rgba(28, 55, 93, 0.17);
    width: 1px;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -92px auto 0;
  }

  .question-row:before {
    content: "";
    width: 110px;
    bottom: -55px;
    height: 110px;
    background-size: 30% auto;
  }

  .question-row:after {
    content: "";
    width: 59px;
    height: 1px;
    position: absolute;
    top: -92px;
    z-index: 9;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 55, 93, 0.17);
  }

  .connect-row .people {
    width: 100%;
    padding: 0 10px;
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
    height: 32vw;
  }

  .connect-row .people:before {
    content: "";
    background: url(images/bg-border.svg) no-repeat 50% 0;
    background-size: 80% auto;
    width: auto;
    height: 100vw;
    top: 14vw;
    left: 0;
    right: 0;
    margin: 0 10px;
  }

  .connect-row .people .item {
    width: 17%;
  }

  .slide-gform .gform_footer {
    right: -150px;
  }
  .faq-content section.four article {
    max-width: 110px;
  }
}

@media screen and (max-width: 630px) {
  .locations-holder article {
    width: calc(100% - 23px);
  }
}

.error404 {
  background: #6787b7;
}

.error404 h1 {
  line-height: 171px;
  text-align: center;
  padding-bottom: 68px;
  font-size: 141px;
}

.error404 .body p {
  padding-bottom: 36px;
}

.error404 .body .container {
  width: 690px;
}

.error404 .body li {
  line-height: 26px;
  padding: 5px 0;
}

.error404 .body {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 36px;
  font-size: 24px;
  padding: 34px 0 70px;
  color: #1b365d;
}

.error404 .header .bg {
  display: none;
}

.error404 .body a {
  color: #fff;
}

.error404 .body a:hover {
  color: #1b365d;
  font-weight: bold;
}

.error404 .body a:active {
  color: #dc582a;
  font-weight: bold;
}

.error404 .nav-set > ul > li.outline > a:hover {
  color: #1b365d;
}

.error404 .nav-set > ul > li.outline > a:active {
  color: #fff;
}

.error404 .nav-set > ul > li.outline > a:hover:after {
  background: #1b365d;
}

.error404 .nav-set > ul > li.outline > a:hover:before {
  background: #1b365d;
}

.error404 .nav-set > ul > li.outline > a .side {
  background-image: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #1b365d 50%,
    #1b365d 100%
  );
}

@media (min-width: 641px) {
  .gform_wrapper.gform_validation_error
    .add-form-style
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile-only {
    display: none;
  }
  .error404 h1 {
    font-size: 70px;
    padding-bottom: 30px;
    line-height: 1;
  }
  .error404 .body {
    padding-bottom: 30px;
  }
  .error404 .body p {
    font-size: 18px;
    padding-bottom: 20px;
    line-height: 1.4;
  }
  .team-item .text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .location-row .btn.btn-bordered {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .team-item .image {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .team-item {
    padding: 0 0 20px;
  }
  .team-item .text p {
    text-align: left;
  }
  .team-item .text {
    width: 100%;
    max-width: none;
    text-align: center;
    margin: 0;
    padding: 20px 0;
  }
  .team-item h1 {
    padding: 10px 0;
    font-size: 24px;
    line-height: 1.4;
  }
  .team-item h2 {
    padding: 5px 0 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  .links {
    padding: 0 0 20px;
  }
  .location-row {
    padding-top: 20px;
    font-size: 13px;
    padding-bottom: 20px;
    line-height: normal;
  }

  .connect-row .entry h3 {
    font-size: 20px;
  }

  .home .connect-row .entry h2.h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .preview-content.v3 section article.wide {
    margin-top: 30px;
  }

  .connect-row .entry {
    margin: auto;
  }

  .latest-new p,
  .latest-new h4 {
    text-align: left;
  }

  .div-h.alone {
    margin-top: 0;
    height: 100px;
    margin-bottom: 15px;
  }

  .div-h.alone:after {
    content: "";
    border-top: 0;
  }

  .lets-talk {
    padding-bottom: 10px;
    padding-top: 25px;
  }

  .lets-talk .h1 {
    font-size: 24px;
  }

  .home .page-contact {
    padding: 0 0 40px;
  }

  .who-reach {
    padding-top: 75px;
    padding-bottom: 30px;
    position: relative;
  }

  .who-reach:before {
    content: "";
    background: rgba(28, 55, 93, 0.17);
    width: 1px;
    position: absolute;
    display: block;
    bottom: -80px;
    left: 0;
    right: 0;
    height: 105px;
    margin: 0 auto 0;
  }

  .who-reach:after {
    content: "";
    width: 59px;
    height: 1px;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    bottom: 25px;
    left: 0;
    right: 0;
    background: rgba(28, 55, 93, 0.17);
  }

  .who-reach .h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .who-reach .btns {
    padding: 40px 0;
  }

  .who-reach .btns .btn {
    margin: 10px 0;
    max-width: 440px;
    min-width: 0;
    width: 100%;
  }

  .home-hero {
    background-attachment: unset;
    background-position: 50% 0;
    background-size: auto 100%;
    min-height: 0;
    padding: 145px 15px 75px;
  }

  .home-hero h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 0;
  }

  .home-hero h1 {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 26px;
  }

  .latest-new + .leadership {
    margin-top: 0;
  }

  .page-contact {
    margin-top: 15px;
    padding: 0;
  }

  .page-contact .conta-form {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .page-contact .conta-form .checkbox {
    margin-top: 27px;
  }

  .featured-events .head {
    padding: 30px 20px 3px;
    font-size: 16px;
    margin: 0 -20px;
  }

  .featured-events article + .head {
    margin-top: 25px;
  }

  .featured-events {
    padding-bottom: 20px;
  }

  .featured-events article {
    background: #fff;
    border: 2px solid rgba(197, 207, 218, 0.402599);
    border-left: 0;
    border-right: 0;
    box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
    padding: 15px 0;
    min-height: 87px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 37px -20px -20px;
  }

  .featured-events article .event-date {
    border-right: 1px solid #dc582a;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 54px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    width: 90px;
    min-width: 90px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1b365d;
  }

  .featured-events article .text {
    padding: 0;
    border: 0;
    display: block;
    box-shadow: none;
    min-height: 0;
    background: none;
  }

  .featured-events article .text .loc {
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 3px;
    width: auto;
  }

  .featured-events article .text .loc br {
    display: none;
  }

  .featured-events article .text h2 {
    width: 100%;
    line-height: 16px;
    padding: 3px 0 0;
    font-size: 14px;
  }

  .featured-events article .text-center {
    display: none;
  }

  .head-tabs {
    margin: 0;
    padding: 0;
    display: block;
  }

  .location-row .head-tabs .item {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
  }

  .team-list {
    margin: 0;
    grid-template-columns: repeat(2, 0fr);
  }

  .team-list article {
    margin: 0 0 30px;
    width: 120px;
  }

  .team-list article h2 {
    padding: 7px 0;
    font-size: 18px;
  }

  .team-list article .role {
    font-size: 12px;
    height: 50px;
    line-height: 14px;
    margin: -13px 0 -10px;
    width: 100%;
  }

  .team-list article .link-more:before {
    content: "";
    margin-bottom: 7px;
  }

  .link-more {
    font-size: 14px;
  }

  .container.sm3 {
    padding-left: 20px;
  }

  .page-content .col-left.ww2 {
    width: auto;
  }

  .featured-post article .text:first-child.text.full {
    padding: 24px 0 7px;
  }

  .featured-post article .text:first-child.text.full h2 {
    margin-bottom: 0;
    margin-top: 15px;
    min-height: 0;
  }

  .entry hr {
    margin: 25px 0 35px;
  }

  .page-top.v3 .image-right {
    display: none;
  }

  .page-top.v3 {
    margin-bottom: 0;
  }

  .page-top.v3 .left {
    min-width: 100%;
    margin-right: 0;
  }

  .page-top h1 br {
    display: none;
  }

  .featured-post.webinar .image {
    width: auto;
    margin: -10px;
  }

  .featured-post.webinar article {
    display: block;
  }

  .featured-post.webinar .text {
    width: auto;
    padding: 25px 0 15px;
  }

  .featured-post.webinar .text h2 {
    margin-top: 0;
    padding-top: 25px;
  }

  .featured-post.webinar .text h2 .date {
    margin-bottom: 0;
  }

  hr + .row-list {
    margin-top: -38px;
  }

  .featured-post.study article .text {
    width: auto;
  }

  .featured-post.study article .text-center {
    text-align: center;
    width: auto;
    margin: 16px 0 -16px;
  }

  .post-list hr {
    margin: 38px -20px;
    max-width: none;
    width: auto;
  }

  .btn.btn-more {
    display: block;
    background: #1b365d;
    margin-top: -20px;
    padding: 0 15px;
    font-family: "Archivo Narrow", sans-serif;
    font-weight: 600;
    line-height: 39px;
    border: 2px solid #1b365d;
    position: relative;
    z-index: 9;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }

  .btn.btn-more:hover {
    background: #fff;
    color: #1b365d;
  }

  .row-list {
    max-width: none;
    padding: 40px 0 0;
    width: auto;
    margin: 0 -20px;
    display: block;
  }

  .row-list article {
    display: block;
    border-top: 1px solid #c5cfda;
    border-bottom: 0;
    min-height: 0;
    width: auto;
    padding: 5px 20px;
  }

  .row-list article .text {
    width: auto;
  }

  .row-list article:nth-child(even) {
    background: rgba(216, 226, 240, 0.5);
  }

  .row-list .date {
    font-size: 10px;
    margin: 0;
    padding: 3px 0;
    line-height: normal;
    width: 93px;
  }

  .row-list h2 {
    line-height: 14px;
    font-size: 12px;
  }

  .row-list p {
    display: none;
  }

  .regular-list {
    display: block;
    margin: 0 -20px;
    padding: 0;
  }

  .regular-list article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 -2px;
    padding: 10px 0;
    width: auto;
    background: #fff;
    border: 2px solid rgba(197, 207, 218, 0.402599);
    box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
    border-left: 0;
    border-right: 0;
  }

  .regular-list article .text {
    padding: 0 15px 0 0;
  }

  .regular-list article .date {
    font-size: 10px;
    line-height: normal;
    width: 93px;
  }

  .regular-list .image {
    width: 87px;
    min-width: 87px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .regular-list h2 {
    font-weight: 600;
    min-height: 0;
    margin: 0;
    line-height: 14px;
    font-size: 12px;
    color: #1b365d;
  }

  .regular-list h2 br {
    display: none;
  }

  .regular-list .more {
    display: none;
  }

  .row-list article,
  .featured-post.study article {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row-list article .text.left {
    width: 65%;
  }

  .row-list article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row-list div.right {
    width: 35%;
    min-width: 0;
    margin-left: 0;
    padding-left: 10px;
  }

  .row-list div.right .btn {
    min-width: 80px;
    float: right;
    font-size: 12px;
    padding: 5px;
  }

  .row-list div.right.lock:before {
    width: 13px;
    background-size: contain;
    background-position: 50% 100%;
    margin-top: -5px;
  }

  .row-list .date {
    margin-right: 80vw;
  }

  .row-list .left h2 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .featured-post {
    padding: 0;
    margin: 5px 0 0;
  }

  .featured-post h3 {
    margin: 0;
    line-height: normal;
    padding: 0 0 6px;
    font-size: 12px;
    text-align: center;
  }

  .featured-post article .image {
    width: auto;
    padding: 0;
    margin: 0;
  }

  .featured-post article .image img {
    width: 100%;
  }

  .featured-post .date {
    line-height: normal;
    font-size: 10px;
    padding-bottom: 1px;
    margin-bottom: 0;
  }

  .featured-post article {
    display: block;
    background: #fff;
    border: 2px solid rgba(197, 207, 218, 0.402599);
    box-shadow: 0 7px 7px rgba(27, 54, 93, 0.1);
    border-left: 0;
    border-right: 0;
    margin: 0 -20px;
    padding: 10px;
  }

  .featured-post article .text {
    padding: 10px 0;
  }

  .featured-post .more {
    display: none;
  }

  .featured-post h2 {
    font-weight: 600;
    line-height: 16px;
    font-size: 14px;
    color: #1b365d;
  }

  .featured-post p {
    font-weight: normal;
    line-height: 17px;
    font-size: 12px;
    color: #5b6770;
  }

  .page-top .ico {
    box-shadow: 0 6px 12px rgba(74, 74, 74, 0.25);
    width: 53px;
    height: 53px;
    padding: 14px;
    margin-bottom: 0;
    margin-top: -5px;
  }

  .industry-inv p {
    line-height: 16px;
    font-size: 12px;
  }

  .industry-inv {
    margin: -15px 0 35px;
  }

  .industry-inv p {
    width: 500px;
    max-width: 100%;
    margin: auto;
    padding: 10px 0 40px;
  }

  .industry-inv ul li {
    width: 50%;
    padding: 15px;
    min-height: 98px;
    border-top: 1px solid #dc582a;
    border-left: 1px solid #dc582a;
  }

  .industry-inv ul li:nth-child(1),
  .industry-inv ul li:nth-child(2) {
    border-top: 0;
  }

  .industry-inv ul li:nth-child(3) {
    border-top: 1px solid #dc582a;
  }

  .industry-inv ul li:nth-child(3n + 1) {
    border-left: 1px solid #dc582a;
  }

  .industry-inv ul li:nth-child(2n + 1) {
    border-left: 0;
  }

  .preview-content.v3 {
    padding: 30px 0;
    overflow: hidden;
  }

  .preview-content.v3 .slick-list {
    overflow: visible;
  }

  .preview-content.v3 h2.h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .preview-content.v3 section {
    margin: 10px 20px;
    display: block;
  }

  .preview-content.v3 a {
    outline: none;
  }

  .preview-content.v3 section article .center {
    opacity: 0;
    transition: opacity 0.2s ease;
  }

  .preview-content.v3 section .slick-active article .center {
    opacity: 1;
  }

  .preview-content.v3 section .slick-active article .btn:hover {
    background: #1e355e;
    color: #fff;
  }

  .preview-content.v3 section .slick-active article {
    background: #6787b7;
    color: #fff;
    margin-top: 8px;
    min-height: 0;
    box-shadow: 0 2px 4px rgba(27, 54, 93, 0.49);
  }
  .preview-content.v3 section.count-4 .slick-active article,
  .preview-content.v3 section.count-5 .slick-active article {
    min-height: 380px;
  }
  .preview-content.v3 .slick-slide {
    padding: 0 7px;
  }

  .preview-content.v3 section article {
    min-height: 320px;
    margin: 0;
    transition: all 0.2s ease;
    margin-top: 30px;
    background: rgba(103, 135, 183, 0.25);
    padding: 55px 0 45px;
    width: 100%;
  }

  .preview-content.v3 section article {
    min-height: 380px;
  }

  .preview-content.v3 section article p {
    margin: -7px 20px 15px;
    padding: 0;
    font-weight: normal;
    line-height: 13px;
    font-size: 9px;
    text-align: center;
    color: #fff;
  }

  .preview-content.v3 section article h4 {
    margin: -7px 45px 22px;
    padding: 0;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    font-size: 12px;
  }

  .preview-content.v3 article + article {
    border: 0;
  }

  .api-content {
    padding: 20px 0;
  }

  .api-content h3 {
    font-size: 14px;
    line-height: normal;
    padding: 0;
    margin: -5px 0 5px;
  }

  .api-content .ico {
    height: auto;
  }

  .api-content .ico img {
    margin-bottom: 15px;
    max-height: 54px;
  }

  .api-content .col {
    padding: 10px 0;
    width: 100%;
  }

  .api-content .column_3 .col {
    padding: 10px 0;
    width: 100%;
  }

  .api-content .col.border {
    border-left: 0;
    border-top: 2px solid #6787b7;
  }

  .api-content .col .row {
    margin: 0 -20px;
  }

  .api-content .col .col {
    width: 50%;
    padding: 0 10px;
  }

  .preview-content section {
    margin: 0 -15px -30px;
  }

  .preview-content article {
    width: 155px;
    padding: 10px 5px 20px;
  }

  .preview-content article h3 {
    font-size: 18px;
    line-height: 1;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: -7px 0 3px;
    min-height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .preview-content article br {
    display: none;
  }

  .preview-content article .btn.sm {
    padding: 4px;
  }

  .preview-content article .image {
    height: 55px;
  }

  .preview-content article .image img {
    max-height: 40px;
    max-width: 40px;
  }

  .partners {
    padding: 15px 0 0;
  }

  .partners section {
    margin: 0;
    padding: 15px 0;
  }

  .partners.three section {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .partners.three section article {
    width: 50%;
  }

  .partners.three section article .image {
    height: 80px;
    margin-top: 0;
  }

  .partners.three section article .image img {
    margin-top: 0;
    max-height: 80%;
  }

  .partners.three section article:nth-child(3) {
    border-left: 0;
    width: calc(50% + 1px);
    border-right: 1px solid #dc582a;
  }

  .partners section article {
    padding: 10px 15px 10px;
    margin: 0;
    overflow: hidden;
  }

  .partners section article:nth-child(1),
  .partners section article:nth-child(2) {
    border-bottom: 1px solid #dc582a;
  }

  .partners section article .image {
    height: 68px;
  }

  .partners section article .image img {
    max-height: 90%;
    margin-top: -5px;
    max-width: 90%;
  }

  .partners section article ul {
    padding-top: 25px;
  }

  .partners section article li {
    font-size: 11px;
    line-height: 10px;
  }

  .entry.full .row .col {
    max-width: none;
  }

  .faq-content h5 {
    margin: -5px 0 15px;
    line-height: normal;
    font-size: 12px;
  }

  .page-content.pt {
    padding-top: 40px;
  }

  .page-content .col-left.ww {
    width: auto;
  }

  .product-set {
    padding: 0 0 15px;
    margin: 0;
  }

  .product-set .right h4 {
    text-align: left;
  }

  .prod-desc {
    margin-bottom: 0;
  }

  .product-set,
  .product-set + .product-set {
    padding-top: 25px;
    padding-bottom: 5px;
  }

  .prod-desc .right ul {
    margin-bottom: 18px;
  }

  .prod-desc .right ul li {
    margin-right: -5px;
  }

  .product-item {
    margin: 0;
    position: relative;
    z-index: 9;
    padding: 0;
    padding-right: 45px;
    background: #1b365d;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .product-item.active:before {
    content: "";
    background-image: url(images/ico-a-r-g.svg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0.5;
  }

  .product-item:before {
    content: "";
    background: url(images/ico-a-r.svg) no-repeat 50% 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    background-size: 14px auto;
    width: 40px;
    height: 40px;
  }

  .product-item img {
    width: 110px;
    min-width: 110px;
    min-height: 70px;
  }

  .entry .product-item h2 {
    font-weight: 600;
    line-height: 18px;
    font-size: 16px;
    margin: 0;
    padding: 3px 12px;
  }

  .prod-desc {
    display: none;
    background: #152a47;
    margin-top: -45px;
    padding: 0 30px;
    padding-top: 45px;
    border-radius: 20px;
    position: relative;
  }

  .prod-desc .left {
    width: auto;
    line-height: 14px;
    padding: 18px 0;
    font-size: 12px;
    color: #fff;
  }

  .prod-desc .close {
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: -10px;
    background: url(images/ico-close-m.svg) no-repeat 50% 50%;
    width: 50px;
    height: 50px;
    background-size: 22px;
  }

  .prod-desc .right {
    border: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
    width: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .prod-desc .right ul {
    width: 64%;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
  }

  .prod-desc .right h4 {
    width: 36%;
    padding: 5px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    font-size: 11px;
    text-align: left;
    color: #fff;
  }

  .prod-desc.active {
    display: block;
  }

  .dynata-block {
  }

  .dynata-block .center {
    padding: 5px;
  }

  .dynata-block img {
    width: auto;
  }

  .dynata-block p {
    display: none;
  }

  .btn.btn-bordered.btn-lg {
    height: 44px;
    font-size: 14px;
  }

  .btn.btn-bordered.btn-lg:hover {
    background: #c4ceda;
    border-color: #c4ceda;
    color: #6786b7;
  }

  .btn.btn-bordered.btn-lg:active {
    background: #1e355e;
    border-color: #1e355e;
    color: #fff;
  }

  .btn.btn-bordered.btn-lg.active {
    background: #6786b7;
    border-color: #6786b7;
    color: #fff;
  }

  .btn.btn-bordered.btn-lg:before {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-size: contain;
    right: 19px;
    margin: auto;
  }

  .page-top.v2 .v-set {
    display: block;
  }

  .page-content .col-left .entry {
    min-height: 0 !important;
  }

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

  .search-form {
    padding-bottom: 20px;
  }

  .modal-search input {
    height: 50px;
    font-size: 30px;
    padding: 0;
    margin: 20px 0;
  }

  .btn.btn-outline-white {
    min-width: 243px;
    font-size: 14px;
    padding: 6px;
  }

  .modal .btn.btn-outline-white {
    color: #1b365d;
  }

  .modal .btn.btn-outline-white .side {
    top: -100%;
    background-image: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 50%,
      #1b365d 50%,
      #1b365d 100%
    );
  }

  .modal .btn.btn-outline-white:active {
    color: #fff;
  }

  .modal .btn.btn-outline-white:after {
    background: #1b365d;
  }

  .modal .btn.btn-outline-white:before {
    background: #1b365d;
  }

  .body-wrap {
    min-height: 0;
  }

  .modal-active .body {
    display: none;
  }

  .form-group label,
  .form-control {
    font-size: 14px;
    padding: 9px 0;
    line-height: 20px;
    padding-left: 12px;
  }

  .form-group {
    margin-bottom: 16px;
  }

  .form-control {
    height: 36px;
    padding: 20px 10px;
    background: rgba(216, 226, 240, 0.6);
    border: 2px solid rgba(27, 54, 93, 0.0515455);
  }

  textarea {
    min-height: 100px;
  }

  .form-group label .req {
    color: #dc582a;
  }

  .modal {
    position: relative;
    padding: 12px 0;
  }

  .modal .h1 {
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
  }

  .modal .container {
    position: static;
    padding: 0 17px;
  }

  .modal-request .conta-text {
    margin-top: 19px;
  }

  .modal .row .col {
    width: 100%;
  }

  .modal .close {
    width: 40px;
    top: 0;
    right: 2px;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    margin: 0;
  }

  .page-top {
    padding: 10px 0;
    background: none;
    position: relative;
    z-index: 1;
  }

  .page-top:before {
    content: "";
    background: linear-gradient(167.44deg, #edf2fa 8.32%, #e6f0ff 93.71%);
    height: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
  }

  .page-content {
    padding: 24px 0;
  }

  .page-content .col-left {
    width: auto;
    float: none;
  }

  .entry {
    line-height: 16px;
    font-size: 12px;
  }

  .entry p {
    padding-bottom: 16px;
  }
  .itemsicons h3 {
    font-size: 16px;
  }
  .itemsicons {
    font-size: 12px;
  }
  .global-trends .trends-report .leftimg h4,
  .global-trends .trends-report .rightimg h4 {
    font-size: 16px;
  }
  .global-trends .trends-report .leftimg p,
  .global-trends .trends-report .rightimg p {
    font-size: 12px;
  }
  .entry .h2,
  .entry h2 {
    padding-bottom: 14px;
    margin-bottom: 0;
  }

  .entry .h2 br,
  .entry h2 br {
    display: none;
  }

  .entry h2 + ul {
    margin-top: 0;
  }

  .entry ul > li {
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 19px;
  }

  .entry ul > li:before {
    content: "";
    margin-top: 6px;
  }

  .google-content {
    padding: 20px 0;
  }

  .google-content .row {
    display: block;
  }

  .google-content .row .col {
    width: 100%;
    padding: 15px 15px 10px;
  }

  .google-content .row .col img {
    max-height: 90px;
  }

  .google-content .row .col + .col {
    padding: 28px 0;
    border-left: 0;
    border-top: 2px solid #6787b7;
  }

  .col-center {
    padding: 15px 0 0;
  }

  .entry table thead th,
  .entry table td {
    padding: 8px 15px;
    font-size: 14px;
    line-height: normal;
    height: 40px;
  }

  .entry table thead th {
    height: 60px;
    font-size: 22px;
  }

  .faq-content {
    padding: 18px 0 10px;
  }

  .faq-content .h1 {
    letter-spacing: 1.842px;
    margin-bottom: 0;
    padding-bottom: 16px;
  }

  .faq-content section {
    font-size: 0;
    margin: 0 -1px;
    padding: 0;
  }

  .faq-content section.fluid {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .preview-content {
    padding: 40px 0;
  }

  .preview-content h2 {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .center-image {
    margin: 25px 0 15px;
  }

  .faq-content section.fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .faq-content section.fluid article {
    width: calc(50% - 2px);
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: none;
  }

  .faq-content section.fluid article:after {
    display: none;
  }

  .no-click article {
    pointer-events: none;
  }

  .no-click article:before {
    content: "";
    display: none;
  }

  .faq-content section.four.max article {
    width: calc(50% - 2px);
    margin: 0 1px 2px;
  }

  .faq-content section article {
    background: #fff;
    margin: 0 1px 2px;
    cursor: pointer;
    width: calc(50% - 2px);
    padding: 0 0 15px;
    position: relative;
  }

  .faq-content section article:nth-child(even) .content {
    left: calc((200% + 4px) / 2 * -1);
  }

  .faq-content section article:nth-child(even).active:after {
    left: auto;
    right: 100%;
  }

  .faq-content section article:after {
    content: "";
    background: url(images/ico-menu-r-o.svg) no-repeat 50% 50%;
    position: absolute;
    bottom: 3px;
    margin: 0;
    top: 120px;
    width: 17px;
    height: 17px;
    right: 4px;
    background-size: 17px;
  }

  .faq-content section article h3 {
    padding: 10px 8px;
    font-weight: 600;
    line-height: 15px;
    font-size: 12px;
    text-align: center;
    color: #5b6770;
  }

  .faq-content section article .content {
    display: none;
    background: #d8e2f0;
    position: relative;
    z-index: 9;
    padding: 31px 20px 27px;
    width: calc(200% + 2px);
    margin-top: 15px;
  }

  .faq-content section article .content:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: 13px 12px;
    right: 0;
    z-index: 9;
    background: url(images/ico-close-b.svg) no-repeat;
  }

  .faq-content section article .content p {
    font-weight: 600;
    line-height: 15px;
    font-size: 12px;
    color: #5b6770;
  }

  .faq-content section article.active {
    background: #d8e2f0;
    padding-bottom: 0;
  }

  .faq-content section article.active .ico-round {
    display: none;
  }

  .faq-content section article.active .hid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .faq-content section article.active:after {
    content: "";
    width: 150%;
    background: #6787b7;
    height: 2px;
    z-index: 99;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 145px;
  }

  .faq-content section article.active h3 {
    font-weight: bold;
    line-height: 17px;
    margin-top: -2px;
    margin-bottom: -2px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-size: 14px;
    color: #1b365d;
  }

  .faq-content section article.active .content {
    display: block;
  }

  .faq-content section article .ico-round {
    border-radius: 0;
    background: none;
    box-shadow: none;
    height: 60px;
    margin: 20px auto 0;
    padding: 0;
  }

  .faq-content section article .ico-round img {
    max-height: 48px;
  }

  .page-top.v2 .v-set .left {
    max-width: none;
    margin: 15px 0;
    width: auto;
  }

  .page-content.pb {
    padding: 35px 0 23px;
  }

  .page-top.v2 .v-set {
    padding-bottom: 5px;
  }

  .section-links {
    padding: 25px 0 16px;
    margin: 0;
    display: block;
  }

  .section-links h2 {
    padding-bottom: 20px;
  }

  .section-links section {
    display: block;
  }

  .section-links section article {
    width: 100%;
    padding: 0 0 9px;
    margin: 0;
    min-height: 0;
  }

  .v0.section-links section {
    padding-bottom: 2px;
  }

  .v0.section-links section article a {
    margin-bottom: -2px;
  }

  .v0.section-links section article {
    padding-bottom: 0;
  }

  .section-links section article p {
    display: none;
  }

  .page-top .right-text {
    padding: 0;
    border: 0;
    width: auto;
  }

  .page-top .right-text h2 {
    padding-bottom: 2px;
  }

  .page-top h1.sm {
    padding-bottom: 0;
  }

  .page-top h1.sm,
  .page-top h1.sm2,
  .h1,
  h1,
  .single h1 {
    font-weight: bold;
    line-height: 22px !important;
    font-size: 14px !important;
    letter-spacing: 1.84px;
    -webkit-text-stroke-width: 1px;
  }

  .h2,
  h2 {
    font-weight: 600;
    line-height: 18px;
    font-size: 16px;
  }

  .page-top .v-set {
    position: relative;
    min-height: 0;
    padding: 38px 0 0;
  }

  .page-top .v-set .left {
    width: auto;
    margin-right: 100px;
  }

  .page-top .v-set .image-right {
    position: absolute;
    top: -12px;
    right: 0;
    width: 80px;
  }

  .breadcrumbs ul {
    display: none;
  }

  .breadcrumbs .back {
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    font-size: 10px;
    display: block;
    margin: 3px 0;
  }

  .breadcrumbs a.back {
    visibility: hidden;
  }

  .breadcrumbs .back:before {
    content: "";
    background: url(images/ico-back.svg) no-repeat 0 50%;
    width: 17px;
    margin-top: -2px;
    margin-left: 3px;
    margin-right: -2px;
    height: 17px;
    float: left;
  }

  .btn-hover {
    min-width: 100%;
  }

  .mobile-only {
    display: block;
  }

  .foot-widget {
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
  }

  .foot-widget h4 {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    color: #fff;
  }

  .foot-widget h4 a {
    display: block;
    padding: 5px;
  }

  .foot-widget ul {
    display: none;
  }

  .footer {
    padding: 38px 0 4px;
  }

  .footer .row {
    display: block;
  }

  .footer .copy {
    border: 0;
    padding: 11px 0;
    margin: 0;
  }

  .footer .copy ul {
    display: block;
    float: none;
  }

  .footer .copy li {
    display: block;
    float: none;
    line-height: 21px;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }

  .footer .copy:before {
    content: "";
    display: none;
  }

  .footer .cols {
    border-top: 2px solid #6787b7;
    border-bottom: 2px solid #6787b7;
    margin: 0 5px;
    margin-top: 34px;
    padding: 11px 0 3px;
  }

  .footer .btn-hover {
    padding: 15px;
    font-size: 14px;
    margin: 39px 0 15px;
  }

  .footer .logo {
    margin: 0 -5px;
    width: auto;
  }

  .footer .logo img {
    width: auto;
  }

  .footer .social a {
    margin: 5px 18px;
  }

  .footer .social img {
    width: 48px;
    height: 48px;
  }
  .books-content .col {
    width: 100%;
    padding: 10px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .connect-row .entry {
    margin: 30px auto;
  }

  .connect-row .people:before {
    top: 13vw;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .non-retina {
    display: none;
  }

  .retina {
    display: block;
  }

  .page-contact {
    background-image: url(images/bg-form@2x.jpg);
  }
}

/*********** Text Animation Style **************/
.animation-text {
  position: relative;
  height: 700px;
  margin-top: -250px;
}
.anim-section {
  width: 360px;
  height: 360px;
  line-height: 360px;
  text-align: center;
  position: absolute;
  display: none;
}
.anim-section.light-blue {
  background: radial-gradient(
    circle at 50%,
    rgba(103, 135, 183, 0.3) 0%,
    rgba(103, 135, 183, 0.06) 40%,
    rgba(255, 255, 255, 0) 66.66%
  );
}
.anim-section.light-blue .anim-item {
  color: #6787b7;
}
.anim-section.dark-blue {
  background: radial-gradient(
    circle at 50%,
    rgba(27, 54, 93, 0.3) 0%,
    rgba(27, 54, 93, 0.06) 40%,
    rgba(255, 255, 255, 0) 66.66%
  );
}
.anim-section.dark-blue .anim-item {
  color: #1b365d;
}
.anim-section.orange {
  background: radial-gradient(
    circle at 50%,
    rgba(220, 88, 42, 0.3) 0%,
    rgba(220, 88, 42, 0.06) 40%,
    rgba(255, 255, 255, 0) 66.66%
  );
}
.anim-section.orange .anim-item {
  color: #dc582a;
}
.anim-section[section-id="1"] {
  top: 20px;
  left: -90px;
}
.anim-section[section-id="2"] {
  top: 20px;
  right: -90px;
}
.anim-section[section-id="3"] {
  top: 220px;
  left: 0;
}
.anim-section[section-id="4"] {
  top: 270px;
  left: calc(50% - 180px);
}
.anim-section[section-id="5"] {
  top: 220px;
  right: 0;
}
.anim-section[section-id="6"] {
  top: 440px;
  left: calc(50% - 360px);
}
.anim-section[section-id="7"] {
  top: 440px;
  right: calc(50% - 360px);
}
.anim-item {
  text-decoration: none;
  font-size: 34px;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
}
.anim-item {
  margin: auto;
  vertical-align: middle;
  line-height: normal;
  display: none;
}
.anim-item[item-id="1"] {
  display: inline-block;
}
.anim-item {
  max-width: 260px;
  text-align: center;
}

/********** Menu Overlay Style ***********/
.header .left .hide-mobile .container {
  padding: 0;
  width: 100%;
}
.header .left .hide-mobile .sub-main-links .col {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .left .hide-mobile .sub-main-links .col.active {
  background-color: rgba(0, 0, 0, 0);
}
.header .left .hide-mobile .sub-main-links .col ul {
  opacity: 0.3;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .left .hide-mobile .sub-main-links .col ul ul {
  opacity: 0.6;
}
.header .left .hide-mobile .sub-main-links .col.active ul {
  opacity: 1;
}
.header .left .hide-mobile .sub-menu .head-tabs {
  padding-left: calc(50% - 451px + 2000px);
  padding-right: calc(50% - 451px + 2000px);
}
.header .left .hide-mobile .sub-main-links .col:first-child {
  padding-left: calc(50% - 451px);
}
.header .left .hide-mobile .sub-main-links .col:last-child {
  padding-right: calc(50% - 411px);
}

@media (max-width: 1199px) {
  .who-reach .h1 {
    font-size: 54px;
  }
  .anim-section[section-id="1"] {
    left: -75px;
  }
  .anim-section[section-id="2"] {
    right: -75px;
  }
  #covidnew-section3.covidnew-section1 .leftimg.week {
    grid-template-columns: 500px calc(100% - 500px) !important;
    padding: 0 !important;
  }
  #covidnew-section3.covidnew-section1 .leftimg.week .trendsreport-img {
    margin-left: 20px;
  }
}
@media (max-width: 1023px) {
  .team-item .social-media {
    margin-top: 1rem;
  }
  .new-resources .main-section {
    flex-direction: column-reverse;
  }
  .partnerships .container {
    max-width: 100% !important;
  }
  .animation-text {
    height: 400px;
  }
  .home .books-content .div-h {
    display: none;
  }
  .animation-text {
    margin-top: 0;
  }
  .anim-item {
    font-size: 22px;
  }
  .anim-item {
    max-width: 190px;
  }
  .anim-section {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .anim-section[section-id="1"] {
    top: 20px;
    left: calc(50% - 200px);
  }
  .anim-section[section-id="2"] {
    top: 20px;
    right: calc(50% - 200px);
  }
  .anim-section[section-id="3"] {
    top: 120px;
    left: calc(50% - 200px);
  }
  .anim-section[section-id="4"] {
    top: 200px;
    left: calc(50% - 100px);
  }
  .anim-section[section-id="5"] {
    top: 120px;
    right: calc(50% - 200px);
  }
  .anim-section[section-id="6"] {
    top: 280px;
    left: calc(50% - 200px);
  }
  .anim-section[section-id="7"] {
    top: 280px;
    right: calc(50% - 200px);
  }
}
@media (max-width: 768px) {
  #covidnew-section3.covidnew-section1 .leftimg.week {
    grid-template-columns: 350px calc(100% - 350px) !important;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  .entry h2 {
    font-size: 16px !important;
    line-height: 18px !important;
    font-weight: 600 !important;
  }
  .aboutus .tags-section h2,
  .aboutus .diversity .section-text p,
  .aboutus .diversity .section-text a,
  .aboutus .map-section p,
  .aboutus .careers .section-text p,
  .aboutus .call-box .section-text p {
    font-size: 1rem !important;
  }
  .aboutus .map-section .btn.btn-bordered {
    margin: 10px auto !important;
  }
  .aboutus .map-section h2 {
    font-size: 1.3rem !important;
  }
  .home-hero2 .sub-head {
    font-size: 1.4rem !important;
    margin-top: 1rem;
    line-height: 2.1rem;
  }
  .home-hero,
  .home-hero2 {
    height: 520px !important;
    background-position: auto 100% !important;
    background-size: cover !important;
    margin-bottom: 100px;
  }
  .home-hero2 h3,
  .home-hero2 h2,
  .home-hero h2 {
    width: 100% !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding-top: 15px !important;
    margin-top: 0 !important;
  }
  h1.white {
    line-height: 120% !important;
  }
  .new-resources .btn-outline-primary2 {
    font-size: 1.6rem !important;
  }
  .footer .foot-widget.showmenu h4.mobile-only {
    display: block;
  }
  .home .connect-row .entry h2.h1 {
    line-height: 40px !important;
    font-size: 35px !important;
  }
  .page-template-page-platform .foot-widget.mobile-only,
  .page-template-page-platform .foot-widget.mobile-only .mobile-only {
    display: block !important;
  }
  .foot-widget.hide-solutions {
    display: none !important;
  }
  .home .connect-row .entry h2.h1 strong {
    font-size: 26px !important;
  }
  .page-template-why-dynata .page-top::before {
    height: 60px;
  }
  .aboutus .diversity h3 {
    font-size: 1.3rem !important;
  }
  .aboutus .diversity h2 {
    font-size: 1.5rem !important;
  }
  .aboutus
    #covidnew.diversity-section
    #covidnew-section1
    .plataform-tab
    ul.nav-tabs
    li
    a {
    font-size: 0.8rem !important;
  }
  .page-id-4000 .page-content h2 {
    margin-top: auto !important;
  }
  .page-id-4000 .page-content img {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .aboutus .careers .row {
    flex-direction: column-reverse;
  }
  .aboutus #careers {
    padding: 0;
  }
  .aboutus #careers .section-head {
    margin-top: 10px;
  }
  .aboutus #careers .section-text {
    width: 85%;
  }
  .requestquote {
    display: none !important;
  }
  .who-reach:before,
  .who-reach:after {
    display: none;
  }
  .who-reach .h1 {
    font-size: 24px;
  }
  .anim-item {
    font-size: 16px;
  }
  .anim-item {
    max-width: 150px;
  }
  .product-item img {
    height: auto;
  }
  .imagealignment {
    margin-top: 0 !important;
  }
}

/**************************************/
/*********** Customization ************/
/**************************************/
@media screen and (min-width: 1024px) {
  .sub-menu .container {
    padding-left: 20px;
  }
}

.img-quote-bod {
  border-bottom: 2px solid #e0592a;
  width: 40%;
  margin: 0 auto;
}
.img-quote-text {
  color: #6590c4;
  padding: 10px 10px 20px;
  cursor: auto;
}
.img-quote {
  text-align: center;
  margin: 40px 21px;
}
.page-id-1552 .page-contact h2 {
  text-align: center;
}
.post-template-default.single-post .page-top .left {
  width: 100%;
}

@media not all and (min-resolution: 0.001dpcm) {
  @media {
    .sub-main-links a {
      position: unset !important;
    }
  }
}
.page-id-2550 .page-top .left {
  width: 70%;
}
.page-id-2551 .page-content .col-left,
.page-id-2552 .page-content .col-left {
  width: 100% !important;
}
.covid19 .v-set .left,
.page-id-2817 .v-set .left,
.page-id-2821 .v-set .left,
.page-id-2827 .v-set .left,
.page-id-2829 .v-set .left {
  width: 100%;
}
.covid19 .v-set h1,
.page-id-2817 .v-set h1,
.page-id-2821 .v-set h1,
.page-id-2827 .v-set h1,
.page-id-2829 .v-set h1 {
  font-size: 57px;
}
.covid19 .v-set h1 span,
.page-id-2817 .v-set h1 span,
.page-id-2821 .v-set h1 span,
.page-id-2827 .v-set h1 span,
.page-id-2829 .v-set h1 span {
  font-size: 38px;
}
.page-id-4688 .global-trends .trend-icons img {
  width: 80px;
  margin-bottom: 1rem;
}
.page-id-4688 .global-trends .trend-icons,
.page-id-4680 .global-trends .trend-icons,
.page-id-5139 .global-trends .trend-icons,
.page-id-5133 .global-trends .trend-icons {
  padding: 0;
  margin: 40px 0 0;
  border-bottom: unset;
}
#language-fr.page-id-5133 .global-trends .trend-icons {
  margin: 0;
}
#language-fr.page-id-5133.page-template-page-dashboard #section_title {
  margin: 0 auto 0;
}
.page-id-4688 .trends-report {
  display: none;
}
.team-item .social-media {
  display: flex;
  align-items: end;
  float: right;
}
.team-item .social-media div {
  width: 25px;
  margin-left: 10px;
}
.team-item .social-media div img {
  margin-top: 0rem;
}
.page-id-4001 .entry h2 {
  margin-bottom: 12px;
}
.imagealignment {
  margin-top: -7rem;
}
#language-fr .imagealignment {
  margin-top: -5rem;
}
.home-hero2 .sub-head {
  font-size: 45px;
  color: #dc582a;
  font-weight: 700;
  font-family: "Montserrat";
}
.home-hero2 h2,
.home-hero h2 {
  font-size: 26px;
  line-height: 40px;
}
.home-hero2 h3 {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  font-family: "Archivo Narrow", sans-serif;
  width: 68%;
}
.leadership-template-default .team-detail .container.sm {
  padding-left: 10px;
}
.header .bg {
  background: #1b355a !important;
}
.footer .foot-widget ul li.whydynata a,
.footer .foot-widget ul li.direct a {
  font-size: 18px;
  color: #fff;
  font-family: "Archivo Narrow", sans-serif;
}
.footer .foot-widget ul li.whydynata {
  margin-top: 2rem;
}
.footer .foot-widget.showmenu h4 {
  display: none;
}
.wpml-ls-legacy-list-vertical {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.wpml-ls-legacy-list-vertical a {
  font-size: 14px;
}
#language-fr .who-reach h2.h1 {
  margin-top: 80px;
}
div.body .page-top {
  margin-top: 146px;
}
#header a {
  color: #5b6770;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .page-id-4681 .new-resources .contact-us h4 {
    width: 100%;
  }
  .page-id-4681 .new-resources .mktoForm input[type="text"],
  .page-id-4681 .new-resources .mktoForm input[type="email"],
  .page-id-4681 .new-resources .mktoForm select {
    width: 100% !important;
  }
  .page-id-4681 .new-resources .contact-us .mktoForm div {
    margin-bottom: 0px;
    width: 100%;
  }
  .page-id-4681 .new-resources .contact-us .mktoForm div {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .page-id-4681 .mktoForm .mktoOffset {
    display: none;
  }
  .page-id-4681 .mktoForm {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .page-id-4681 .covid19-section-heading {
    margin: 0 auto 30px;
  }
  .page-id-4681 .covid19-section-heading {
    margin: 0 auto 30px;
  }
  .page-id-4681 .new-resources #carouselExampleControls .carousel-item img {
    min-height: auto;
  }
  .page-id-4681 .col-xl-4 {
    padding: 20px 40px 0;
  }
  .page-id-4681 .latest-news-section {
    padding: 0 40px;
    grid-template-columns: 1fr !important;
  }
  .page-id-4681 .new-resources .btn-outline-primary2 {
    font-size: 1rem !important;
  }

  .page-id-4681 .gallery {
    grid-template-columns: 1fr;
  }
  .page-id-4681 .new-resources .contact-us h4 {
    width: 100%;
  }
}

/* New Thank You Page */

body.newThankYou .page-top {
  margin-top: 0 !important;
  padding: 13rem 0 6rem 0;
  background: url(/wp-content/themes/dynata/images/innerbg.svg) no-repeat bottom;
  background-size: auto;
  background-size: auto;
  text-align: center;
  background-size: cover !important;
}

.newThankYou .page-content .col-left.wwf {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 5rem;
  text-align: center;
  position: relative;
  margin: -6rem auto 5rem;
  background: #fff;
}
.newThankYou .page-top .left {
  width: 100%;
  text-align: center;
  margin-right: 0 !important;
}
.newThankYou .container.sm {
  position: relative;
  margin: 0 auto;
  padding-left: 0;
  width: 800px;
}

.newThankYou .page-content .col-left.wwf:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 37px;
  border-radius: 31px 0 0 31px;
  border: dashed 1px #dc582a;
  top: 217px;
  left: -80px;
  transform-origin: center;
  animation: clipMe 4s linear infinite;
  border-right: unset;
}
.newThankYou .page-content .col-left.wwf:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 37px;
  border-radius: 31px 0 0 31px;
  background-color: rgba(216, 226, 240, 0.23);
  top: 200px;
  left: -108px;
  animation: shakeUp 7s infinite ease-in-out;
}

.newThankYou .page-content .col-left.wwf .entry:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 37px;
  border-radius: 0 31px 31px 0;
  border: dashed 1px #dc582a;
  top: 217px;
  right: -80px;
  transform-origin: center;
  animation: clipMe 4s linear infinite;
  border-left: unset;
}
.newThankYou .page-content .col-left.wwf .entry:after {
  content: "";
  position: absolute;
  width: 110px;
  height: 37px;
  border-radius: 0 31px 31px 0;
  background-color: rgba(216, 226, 240, 0.23);
  top: 200px;
  right: -108px;
  animation: shakeUp 7s infinite ease-in-out;
}
.newThankYou .page-top .v-set h1 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.18;
  text-align: center;
  color: #1b365d;
  margin: 0 0 1.25rem;
  text-transform: none;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
}
.newThankYou .page-content .col-left.wwf h3 {
  color: #6787b7;
  font-size: 1.3125rem;
  line-height: 1.6875rem;
  margin: auto auto 4rem;
  width: 100%;
}
.newThankYou .page-content .col-left.wwf h4 {
  color: #5b6770;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6875rem;
  width: 60%;
  margin: 0 auto;
}

.newThankYou .page-top hr {
  border-radius: 6px;
  border-bottom: 0.25rem solid #5264d6;
  width: 220px;
  margin: 1.75rem auto 0;
  opacity: 1;
}
.newThankYou .entry .socialIcon {
  margin-top: 5rem;
}
.newThankYou .entry .socialIcon a {
  width: 20px;
  margin-left: 1rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 767px) {
  .newThankYou .page-content .col-left.wwf {
    margin: 0;
    padding: 2rem 1rem;
  }
  .newThankYou .container.sm {
    padding: 0 2rem;
  }
  .newThankYou .page-content .col-left.wwf h4 {
    width: 100%;
  }
}

.subscribe-features {
  text-align: center;
  margin: 12rem auto 6rem;
  width: 100%;
}
.subscribe-features .inner-content h1 {
  margin-bottom: 0;
}
.subscribe-features p {
  color: #1b365d;
  font-size: 1.3125rem;
}
.subscribe-features .width-40 {
  width: 40%;
  margin: auto auto 4rem;
}

.subscribe-features .innerform .width-40 {
  margin: auto auto 1rem;
}
.subscribe-features .width-50 {
  width: 50%;
  margin: auto auto 4rem;
  line-height: 140%;
}
.subscribe-features input {
  border: 1px solid #1b365d;
  padding: 2px 10px;
}
.subscribe-features input[type="text"] {
  width: 340px;
  margin-bottom: 1rem;
}
.subscribe-features .innerform input[type="text"] {
  width: 200px;
}
.subscribe-features .innerform input[type="email"] {
  width: 442px;
  margin-bottom: 2rem;
  margin-left: 2px;
}
.subscribe-features input[type="button"] {
  background: #6787b7;
  color: #fff;
  padding: 3.5px 10px;
}

.subscribe-features .inner-content hr {
  border-radius: 6px;
  border-bottom: 0.25rem solid #5264d6 !important;
  width: 220px;
  margin: 20px auto 20px;
  opacity: 1;
}

.subscribe-features .inner-content h5 {
  color: #5365d6;
  font-size: 1rem;
  font-weight: 700;
}

.subscribe-features .inner-content h1 {
  font-family: "Nunito", sans-serif;
  font-size: 2.375rem;
  line-height: 1.18;
  font-weight: 600;
  margin-top: 1rem;
  color: #1b365d;
  -webkit-text-fill-color: unset;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  margin-bottom: 0;
  text-transform: unset;
}

.subscribe-features .inner-content hr {
  border-radius: 6px;
  border-bottom: 0.25rem solid #5264d6 !important;
  width: 220px;
}
.subscribe-features hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top: 1px solid #eee;
}
.subscribe-features input::placeholder {
  color: #c6d0db !important;
  font-size: 0.9rem;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .subscribe-features .width-40 {
    width: 100%;
  }
}
