@charset "utf-8";
/*
Theme Name: GSMAI- Github 
Theme URI: https://www.gsma.com/GSMAI
Author: the MWC team
Author URI: https://www.gsma.com
Description: 2018 Wordpress theme for GSMAI website
Version: 1.0.0
Tags:gsma
Text Domain: https://www.gsma.com/GSMAI
*/
/* LESS Document */
/* imports */
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #08131F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  height: auto;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
/* menu */
.menu-active,
.menu-active body {
  overflow: hidden;
}
.header {
  width: 100%;
  height: 72px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  position: fixed;
  background: url(../images/menu-pat.png) no-repeat center #954b97;
  background-size: cover;
  z-index: 700;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.header:after {
  content: '';
  position: absolute;
  left: 0;
  top: -50%;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #4ABEB5;
}
.admin-bar .header {
  top: 32px;
}
.header-cover {
  width: 100%;
  height: 72px;
  position: absolute;
  background: #F8F8F8;
  z-index: 1;
}
.menu-active .header {
  height: 100%;
}
.header-inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  height: 72px;
}
.header .logo {
  float: left;
  height: 50px;
  width: 190px;
  background: url(../images/gsmai-logo-v2.svg) no-repeat;
  background-size: 190px;
  margin: 12px 0;
  padding: 0;
  position: relative;
  z-index: 5;
}
.header .beta {
  font-family: 'Gotham SSm A', sans-serif;
  color: #DE002B;
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  padding-left: 193px;
  line-height: 20px;
  z-index: 6;
}
.hamburger {
  width: 38px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  cursor: pointer;
  display: none;
}
.hamburger span {
  height: 3px;
  position: absolute;
  background: #DE002B;
  margin: auto;
  left: 5px;
  right: 5px;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -moz-transition: -moz-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -o-transition: -o-transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  transition: -webkit-transform 150ms ease-in,-moz-transform 150ms ease-in,-o-transform 150ms ease-in,transform 150ms ease-in, rotate 150ms ease-in, scale 150ms ease-in;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.hamburger span:nth-of-type(1) {
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}
.hamburger span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  -moz-transform: translate3d(0, 0, 0) scale(1, 1);
  -o-transform: translate3d(0, 0, 0) scale(1, 1);
  -ms-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
}
.hamburger span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 8px, 0);
  -moz-transform: translate3d(0, 8px, 0);
  -o-transform: translate3d(0, 8px, 0);
  -ms-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
.menu-active .menu-trigger span:nth-of-type(1),
.search-active .search-close span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  -o-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
  transform: translate3d(0, 0, 0) rotate(45deg) scale(1, 1.2);
}
.menu-active .menu-trigger span:nth-of-type(2),
.search-active .search-close span:nth-of-type(2) {
  -webkit-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -moz-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -o-transform: translate3d(0, 0, 0) scale(0, 1.2);
  -ms-transform: translate3d(0, 0, 0) scale(0, 1.2);
  transform: translate3d(0, 0, 0) scale(0, 1.2);
}
.menu-active .menu-trigger span:nth-of-type(3),
.search-active .search-close span:nth-of-type(3) {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  -moz-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  -o-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  -ms-transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
  transform: translate3d(0, 0, 0) rotate(-45deg) scale(1, 1.2);
}
.menu-top .mymwc-trigger a {
  cursor: pointer;
}
.menu-top .mymwc-trigger img {
  display: none;
}
.hamburger.menu-trigger {
  bottom: auto;
  top: 16px;
}
.menu-top {
  position: absolute;
  height: 72px;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: none;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.menu-active .menu-top {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-animation-name: transit;
  -moz-animation-name: transit;
  -o-animation-name: transit;
  -ms-animation-name: transit;
  animation-name: transit;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .4s;
  -moz-animation-duration: .4s;
  -o-animation-duration: .4s;
  -ms-animation-duration: .4s;
  animation-duration: .4s;
  transition: all 0.25s ease-in-out;
}
.menu-top .menu {
  position: relative;
  width: auto;
  float: right;
  height: 72px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
.menu-top .menu ul {
  margin: 0;
  padding: 0;
  float: left;
}
.menu-top .menu > ul {
  float: none;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  animation: none;
}
.menu-top .menu ul li {
  position: relative;
  list-style-type: none;
  color: #fff;
  width: auto;
  float: left;
  margin: 0;
  padding: 0;
}
.menu-top .menu ul li a {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.menu-top .menu ul li a:hover {
  text-decoration: none;
}
.menu-top .menu ul > li > a {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  float: left;
  width: auto;
  color: #333333;
  font-size: 17px;
  line-height: 72px;
  margin: 0;
  padding: 0 20px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.menu-top .menu ul > li:hover > a {
  background: #001D32;
  color: #fff !important;
}
.menu-top .menu ul > li.current-menu-item > a,
.menu-top .menu ul > li > a + ul > li.current-menu-item > a {
  color: #DE002B;
}
.menu-top .menu ul > li.current-menu-item a:hover {
  color: #fff;
}
.menu-top .menu ul li:nth-last-child(1),
.menu-top .menu ul li:nth-last-child(2) {
  margin: 15px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.menu-top .menu ul li:nth-last-child(2) {
  padding: 0 10px 0 25px;
}
.menu-top .menu ul li:nth-last-child(1) a,
.menu-top .menu ul li:nth-last-child(2) a {
  border: 1px solid #DE002B;
  background: #DE002B;
  color: #fff;
  line-height: 40px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.menu-top .menu ul li:nth-last-child(1):hover a,
.menu-top .menu ul li:nth-last-child(2):hover a {
  background: #ff353e;
  color: #fff !important;
  border: 1px solid #ff353e;
  text-decoration: none;
}
.mobile-item {
  display: none;
}
.menu-top center {
  margin: 0 0 300px 0;
  width: 100%;
  display: inline-block;
}
.menu-top .menu ul > li > a + .sub-menu {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 72px;
  background: #e7eaec;
  padding: 5px 0 5px 0;
  white-space: nowrap;
  width: 190px;
}
.menu-top .menu ul > li > a + .sub-menu li {
  margin: 0;
  padding: 0;
  float: left;
  clear: both;
  width: 100%;
}
.menu-top .menu ul > li > a + .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.menu-top .menu ul > li > a + .sub-menu li a {
  position: relative;
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  border: 0 none !important;
  background: 0 none !important;
  color: #333333;
  text-transform: uppercase;
}
/*.menu-top .menu ul > li > a + .sub-menu li a:after {content: "\f054";font-family: 'FontAwesome';position:absolute;top:0;right: -5px;font-size: 14px;line-height: 48px;}*/
.menu-top .menu ul > li > a + .sub-menu li a:hover {
  color: #DE002B !important;
  text-decoration: underline;
  border: 0 none;
  background: 0 none;
}
.menu-top .menu ul > li:hover > a + .sub-menu {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
}
/*buttons*/
.action-button {
  padding: 10px 15px;
  margin: 0 15px;
  border: solid 1px #DE002B;
  display: inline-block;
  height: auto;
  color: #DE002B;
  background: 0 none;
  white-space: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 22px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.action-button:hover {
  background: #DE002B;
  color: #fff;
}
.outer.grey-bg {
  background-color: #E7EAEC;
}
.outer.light-green-bg {
  background-color: #4ABEB5;
}
.outer.red-bg {
  background-color: #DE002B;
}
.outer.compresor-bg {
  background: url('../images/compressor.jpg') no-repeat;
  background-size: cover;
  background-position: left center;
}
.outer.compresor-insights-bg {
  padding: 70px 0;
  background: url('../images/compressor-insights.png') no-repeat;
  background-size: cover;
  background-position: left center;
  display: none;
}
.outer.compresor-insights-bg.main-action h1 {
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 36px;
  line-height: 47px;
  color: #DE002B;
  text-transform: uppercase;
}
.outer.compresor-insights-bg.main-action p {
  margin: 20px 0 40px 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.black-bg {
  background-color: #001D32;
}
.white-bg {
  background-color: #fff;
}
.red-bg {
  background-color: #DE002B;
}
.light-green-bg {
  background-color: #4ABEB5;
}
.grey-bg {
  background-color: #E7EAEC;
}
.action-button.red-bg {
  border: 0 none;
  color: #fff;
}
.action-button.light-green-bg {
  border: 0 none;
  color: #fff;
}
.action-button.red-bg:hover {
  background-color: #ff353e;
  color: #fff;
}
.action-button.light-green-bg:hover {
  background-color: #53D4CA;
  color: #fff;
}
/* main */
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 72px auto 0 auto;
}
.outer {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}
.inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1140px;
}
.inside-content {
  width: 100%;
  float: left;
  padding: 20px 0 0 0;
}
.inside-content .inside-content-left {
  width: 50%;
  float: left;
  padding: 0 20px 0 0;
}
.inside-content .inside-content-right {
  width: 50%;
  float: left;
}
.inside {
  position: relative;
  float: left;
  padding: 0 0 30px 0;
  width: 100%;
}
.inside h1 {
  position: relative;
  width: 100%;
  float: left;
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  line-height: 44px;
  font-size: 40px;
  color: #001D32;
  margin: 35px 0 0 0;
  text-align: left;
}
.inside h1:before {
  content: "";
  position: absolute;
  top: -15px;
  height: 4px;
  width: 35px;
  background: #DE002B;
}
.inside h2 {
  width: 100%;
  float: left;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 20px;
  color: #001D32;
  line-height: 48px;
  margin: 0;
}
.inside p {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  margin: 25px 0 15px 0;
}
.inside p:empty {
  display: none;
}
.inside a {
  color: #DE002B;
}
.inside a.action-button {
  margin: 20px 0;
}
.inside a:not(.action-button):hover {
  text-decoration: underline;
}
.inside ul {
  padding: 0;
  width: 100%;
  float: left;
  margin: 10px 0;
}
.inside ul li {
  width: 100%;
  float: left;
  list-style-type: none;
  padding-left: 20px;
  font-size: 16px;
}
.inside ul li:before {
  content: "• ";
  float: left;
  margin-left: 20px;
  font-size: 20px;
  line-height: 36px;
  color: #4ABEB5;
  left: 0;
  position: absolute;
}
.inside ul.order li:before {
  display: none;
}
.inside ul.order li {
  padding-left: 20px;
}
.inside ul li {
  padding-left: 40px;
}
/*crumb */
.inside .crumb {
  position: relative;
  width: auto;
  color: #B7B7B7;
  float: left;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  padding-left: 30px;
  line-height: 24px;
  font-size: 20px;
  margin: 30px 0 15px 0;
  text-align: left;
  text-transform: uppercase;
}
.inside .crumb i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -4px;
  bottom: 0;
  margin: auto;
  height: 16px;
  color: #B7B7B7;
}
.inside .crumb + h2 {
  width: 100%;
  float: left;
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  margin: 0 0 5px 0!important;
  font-size: 26px;
  line-height: 32px;
  color: #001D32;
}
.inside .crumb + h2 + .art-box {
  padding-bottom: 5px;
}
/* main-action module */
.main-action {
  text-align: center;
}
.grey-bg.main-action h1,
.compresor-bg.main-action h1 {
  color: #fff;
}
.main-action h1 {
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 26px;
  line-height: 48px;
  color: #001D32;
  margin: 0;
}
.grey-bg.main-action p,
.compresor-bg.main-action p {
  color: #fff;
}
.main-action p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  margin: 0 0 20px 0;
}
.main-action .inner {
  padding: 20px 100px 30px 100px;
}
/*top-banner*/
.top-banner {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 4;
  background: #4ABEB5;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-radius-bottomleft: 22px;
  border-bottom-left-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 22px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 22px;
  background-clip: padding-box;
  text-align: center;
}
.top-banner h2 {
  position: relative;
  padding: 20px 20px 15px 20px;
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  text-transform: uppercase;
  z-index: 6;
}
.top-banner h2:before {
  content: "";
  display: block;
  position: absolute;
  left: -32px;
  bottom: 12px;
  width: 20px;
  height: 100%;
  border-top: 60px solid #4ABEB5;
  border-left: 34px solid transparent;
}
.top-banner h2:after {
  content: "";
  display: block;
  position: absolute;
  right: -32px;
  bottom: 12px;
  width: 20px;
  height: 100%;
  border-top: 60px solid #4ABEB5;
  border-right: 34px solid transparent;
}
.top-banner + h1 {
  margin-top: 100px;
}
.home .top-banner-show {
  font-family: 'DINNextLTPro-Bold', sans-serif;
  margin: 0;
  padding: 15px 20px 10px 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #4ABEB5;
  text-transform: uppercase;
  display: none;
}
/* label title */
.label-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #4ABEB5;
}
.label-title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  z-index: 2;
  padding: 10px 20px 6px 20px;
  text-transform: uppercase;
  background: #4ABEB5;
  -webkit-border-bottom-right-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 13px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 13px;
  background-clip: padding-box;
}
.label-holder .label-title:after {
  content: "";
  display: block;
  position: absolute;
  right: -29px;
  bottom: 0;
  width: 20px;
  height: 100%;
  border-top: 42px solid #4ABEB5;
  border-right: 32px solid transparent;
}
/* same-size */
.same-size {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  float: none;
}
.same-size-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  padding: 0 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.same-size-box .same-size-box-content {
  position: relative;
  width: 100%;
  padding: 50px 20px 20px 20px;
  border: 1px solid #b9c0c6;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.12);
}
.per-row-4 .same-size-box {
  width: 25%;
  flex-grow: 0!important;
}
.per-row-3 .same-size-box {
  width: 33.3333333%;
  flex-grow: 0!important;
}
.per-row-2 .same-size-box {
  width: 50%;
  flex-grow: 0!important;
}
/* team */
.team-holder {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 80px auto;
  float: none;
}
.team-holder .employee {
  width: 33.33333%;
  flex-grow: 0!important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  cursor: pointer;
}
.mod-in {
  width: 100%;
}
.team-holder .employee h2 {
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #001D32;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
.team-holder .employee p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  color: #454545;
  text-align: center;
}
.team-holder .employee .mod-image {
  width: 190px;
  height: 190px;
  margin: 0 auto;
  padding: 10px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #4ABEB5;
}
.team-holder .employee .mod-image img {
  max-width: 200%;
  margin: 0 auto;
  height: 100%;
  width: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.employee-details {
  width: 100%;
  float: left;
  background: #efefef;
  padding: 70px 30px 20px 30px;
  overflow: hidden;
}
.employee-details:nth-child(2) {
  background: #fff;
  padding: 0 40px 20px 30px;
}
.employee-details .top-info {
  position: relative;
  width: 100%;
  float: left;
}
.employee-details .top-info .employee-img {
  width: 160px;
  height: 160px;
  padding: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #4ABEB5;
}
.employee-details .top-info .employee-img img {
  max-width: 200%;
  margin: 0 auto;
  height: 100%;
  width: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.employee-details .top-info .employee-info {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 85px;
  margin: auto;
}
.employee-details .top-info .employee-info h2,
.employee-details .top-info .employee-info p,
.employee-details .top-info .social-employee {
  padding-left: 185px;
  margin: 0;
  text-align: left;
}
.employee-details .top-info .employee-info h2 {
  width: 100%;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #001D32;
  text-transform: uppercase;
}
.employee-details .top-info .employee-info p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #454545;
  margin: 0 !important;
}
.employee-details .top-info .social-employee a {
  position: relative;
  width: auto;
  padding: 0 35px 0 0;
}
.employee-details .top-info .social-employee i {
  position: absolute;
  top: 0;
  left: 0;
  color: #001D32;
  padding-right: 10px;
  font-size: 28px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
}
.employee-details .top-info .social-employee a:hover i {
  color: #4ABEB5;
}
.employee-details .top-info .social-employee .twitter i {
  top: 1px;
}
.employee-details .top-info .social-employee .twitter[href=""],
.employee-details .top-info .social-employee .linkedin[href=""] {
  display: none;
}
.employee-details .bottom-info {
  width: 100%;
  float: left;
}
.employee-details .bottom-info h2,
.employee-details .bottom-info h3,
.inner-blog .inside-content .inside-content-left .employee-details .bottom-info h2,
.inner-blog .inside-content .inside-content-left .employee-details .bottom-info h3 {
  width: 100%;
  float: left;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0 0 0 !important;
  text-transform: uppercase;
}
.employee-details .bottom-info p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.employee-details .label-title {
  padding-right: 60px;
}
/* popup team */
.tool-box-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  height: 0;
  width: 0;
  z-index: 9999;
}
.tool-box-wrapper.active-toolbox {
  -webkit-animation: toolbox 200ms linear both 0ms;
  -moz-animation: toolbox 200ms linear both 0ms;
  -o-animation: toolbox 200ms linear both 0ms;
  animation: toolbox 200ms linear both 0ms;
  width: 100%;
  height: 100%;
}
.tool-box-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 600px;
  max-width: 600px;
  margin: auto;
  background: #fff;
  /*.box-shadow (0 0 10px 10px rgba(0, 0, 0, 0.5));*/
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.active-toolbox .tool-box-holder {
  -webkit-animation: bouncein 200ms linear both 200ms;
  -moz-animation: bouncein 200ms linear both 200ms;
  -o-animation: bouncein 200ms linear both 200ms;
  animation: bouncein 200ms linear both 200ms;
}
.tool-box {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.tool-box .head button {
  color: #DE002B;
  font-size: 60px;
  line-height: 40px;
  padding: 0;
  background: 0 none;
  border: 0 none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 5px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
}
.tool-box .head button:after {
  content: '\00d7';
}
.tool-box .head button:hover {
  color: #ff353e;
}
.tool-box .tool-box-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* popup profile */
.tool-box-wrapper-profile {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  height: 0;
  width: 0;
  z-index: 9999;
}
.tool-box-wrapper-profile.active-toolbox-profile {
  -webkit-animation: toolbox 200ms linear both 0ms;
  -moz-animation: toolbox 200ms linear both 0ms;
  -o-animation: toolbox 200ms linear both 0ms;
  animation: toolbox 200ms linear both 0ms;
  width: 100%;
  height: 100%;
}
.tool-box-holder-profile {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 300px;
  max-width: 600px;
  margin: auto;
  background: #fff;
  /*.box-shadow (0 0 10px 10px rgba(0, 0, 0, 0.5));*/
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.active-toolbox-profile .tool-box-holder-profile {
  -webkit-animation: bouncein 200ms linear both 200ms;
  -moz-animation: bouncein 200ms linear both 200ms;
  -o-animation: bouncein 200ms linear both 200ms;
  animation: bouncein 200ms linear both 200ms;
}
.tool-box-profile {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.tool-box-profile .head button {
  color: #DE002B;
  font-size: 60px;
  line-height: 40px;
  padding: 0;
  background: 0 none;
  border: 0 none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 5px;
  right: 30px;
  cursor: pointer;
  z-index: 5;
}
.tool-box-profile .head button:after {
  content: '\00d7';
}
.tool-box-profile .head button:hover {
  color: #ff353e;
}
.tool-box-profile .tool-box-content-profile {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tool-box-content-profile .user-profile-container {
  position: relative;
  width: 100%;
  float: left;
  padding: 50px 30px 20px 30px;
  overflow: hidden;
}
.user-profile-container p {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #454545;
  margin: 25px 0;
}
.user-profile-container a {
  color: #4ABEB5;
}
.user-profile-container a:hover:not(.action-button) {
  text-decoration: underline;
}
/* start blog */
.listing.art-box {
  margin-top: 0;
  margin-bottom: 20px;
}
/*.listing.art-box.blank {margin-bottom: 15px;}*/
/*.listing.art-box .art-image {margin-top: 10px;margin-bottom: 10px;}*/
.listing.art-box .art-image a {
  width: 100%;
  float: left;
}
/*.listing.art-box .art-image img {width: 264px;max-width: inherit;}*/
.listing.art-box .art-right {
  padding-right: 100px;
}
.listing.art-box .art-image + .art-right {
  padding-left: 320px;
  min-height: 200px;
}
.art-box {
  width: 100%;
  margin-top: 10px;
  float: left;
  position: relative;
  overflow: hidden;
}
.art-box .art-image {
  position: absolute;
  left: 0;
  width: 300px;
  height: auto;
  top: 0;
  bottom: 0;
  right: auto;
}
.art-box .art-image img {
  width: 100%;
  min-height: 200px;
}
.art-box .art-right {
  width: 100%;
  float: left;
}
.art-box .art-right p {
  width: 100%;
  float: left;
  margin: 5px 0;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
.art-box .art-right h2 {
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  line-height: 24px;
  font-size: 20px;
  margin: 10px 0 0 0;
  color: #001D32;
}
.art-box .art-right h2 a {
  color: #001D32;
}
.art-box .art-right h2 a:hover {
  text-decoration: underline;
}
.art-box .art-right h2 + .art-details {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 40px;
}
.art-box .art-details {
  float: left;
  border: 1px solid #4ABEB5;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin-top: 5px;
  padding: 3px 10px 2px 10px;
}
.art-box .art-details + p {
  margin: 0 0 10px 0;
}
.art-box .art-date,
.art-box .art-location {
  float: left;
}
.art-box .art-date.clock {
  font-size: 14px;
  padding-right: 0;
  padding-top: 0;
}
.art-box .art-date.clock:before {
  font-size: 16px;
}
.art-box .art-date span,
.art-box .art-location span {
  font-family: 'DINNextLTPro-Regular', sans-serif;
  color: #4ABEB5;
  font-size: 15px;
  line-height: 20px;
}
.art-box .art-date,
.art-box .art-location {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  color: #4ABEB5;
}
.art-box .art-date:before,
.art-box .art-location:before {
  position: absolute;
}
.art-box .art-location {
  padding-left: 2px;
}
.art-box .art-location span {
  padding-left: 16px;
}
.art-box .art-date {
  padding-right: 10px;
}
.art-box .art-date span {
  padding-left: 22px;
}
.art-right p > .more-link {
  display: none;
}
.perma {
  width: auto;
  float: left;
  clear: both;
  font-size: 14px;
  line-height: 24px;
  color: #DE002B;
}
.perma[href=""] {
  display: none;
}
.perma:hover i span,
.perma:hover {
  text-decoration: underline;
}
.perma i {
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #DE002B;
}
/* home top blog */
.inside.top-blogs {
  padding-bottom: 15px;
}
.inside.top-blogs .inside-content {
  max-width: 1170px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  float: none;
}
.inside.top-blogs .inside-content .inside-content-left,
.inside.top-blogs .inside-content .inside-content-right {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-grow: 0!important;
  float: none;
  padding-bottom: 85px;
}
.top-blogs .inside-content-left .art-box {
  width: 33.3333333%;
  float: left;
  padding-right: 20px;
}
.top-blogs .inside-content-left .art-box .art-image {
  position: relative;
  width: auto;
  height: auto;
}
.top-blogs .inside-content-left .art-box .art-right {
  padding-left: 0;
}
.top-blogs .inside-content-left .art-box .art-right h2 {
  font-size: 16px;
  leine-height: 22px;
  margin-top: 0;
}
.top-blogs .inside-content-left .art-box .art-right p {
  font-size: 14px;
  line-height: 22px;
  color: #778F9B;
}
/*.top-blogs .inside-content-left .art-box .art-image img {width: 360px;max-width: inherit;min-height: 240px;}*/
.top-blogs .inside-content-left .latest-research > h2,
.top-blogs .inside-content-right .latest-media > h2 {
  text-align: center;
  margin-top: 10px;
}
.top-blogs .inside-content-left .latest-research,
.top-blogs .inside-content-right .latest-media {
  width: 100%;
}
.top-blogs .inside-content-right .art-box {
  padding-bottom: 10px;
}
.top-blogs .inside-content-right .art-box:nth-of-type(1) {
  margin-top: 0;
}
.top-blogs .inside-content-right .art-box .art-right {
  padding-left: 0;
}
.top-blogs .inside-content-right .art-box .art-right h2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}
.top-blogs .inside-content-right .art-box:nth-of-type(1) .art-right h2 {
  margin-top: 10px;
}
.top-blogs .inside-content-right .art-box .art-right p {
  font-size: 14px;
  line-height: 22px;
  color: #778F9B;
}
.top-blogs .inside-content-right .art-box {
  border-bottom: 2px solid rgba(0, 29, 50, 0.2);
}
.top-blogs .inside-content-right .art-box:nth-of-type(3) {
  border: 0 none;
}
.top-blogs .inside-content-left .latest-research .art-image a {
  position: relative;
  width: 100%;
  float: left;
}
.top-blogs .inside-content-left .latest-research .art-image .lock {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 30px;
  background: #4ABEB5;
  color: #fff;
  text-align: center;
  -webkit-border-bottom-left-radius: 13px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 13px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 13px;
  background-clip: padding-box;
}
.top-blogs .inside-content-left .latest-research .art-image .lock:after {
  content: "";
  display: block;
  position: absolute;
  left: -44px;
  bottom: 6px;
  width: 20px;
  height: 100%;
  border-top: 75px solid #4ABEB5;
  border-left: 46px solid transparent;
}
.top-blogs .center {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.top-blogs .latest-research + .center {
  padding-right: 20px;
}
.top-blogs .latest-research .art-box:first-child {
  margin-top: 10px;
}
/* home bottom blog */
.inner.bottom-blogs {
  padding: 40px 0;
}
.bottom-blogs .art-box {
  padding-bottom: 15px;
}
.bottom-blogs .art-box .art-right {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.bottom-blogs .art-box .art-right h2 {
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.bottom-blogs .art-box .art-right h2 + .art-details {
  margin-top: 5px;
  margin-bottom: 8px;
}
.bottom-blogs .label-holder + .art-box .art-right h2 {
  margin-top: 0;
}
.bottom-blogs .art-box:not(:last-child) {
  border-bottom: 2px solid #CECECE;
}
/* start pagination */
.navigation {
  width: 100%;
  float: left;
}
.navigation .nav-links {
  margin: 20px 0 5px 0;
}
.navigation .nav-links:empty {
  margin: 0;
}
.nav-links .page-numbers,
.nav-links .next,
.nav-links .prev {
  margin-right: 3.5px;
}
.nav-links .next i,
.nav-links .prev i {
  font-size: 18px;
}
.nav-links .page-numbers {
  color: #DE002B;
  font-size: 20px;
  line-height: 28px;
  width: 3.57%;
  padding: 3px 9px 3px 9px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.nav-links .page-numbers.dots {
  font-size: 28px;
  line-height: 20px;
  vertical-align: top;
}
.nav-links .page-numbers:hover {
  color: #001D32;
  text-decoration: none !important;
}
.nav-links .page-numbers.dots:hover {
  color: #DE002B;
}
.nav-links .current {
  color: #001D32;
  line-height: 2px;
  width: 3.57%;
}
.nav-links .next {
  border: none;
}
.nav-links .prev {
  border: none;
}
/* end of pagination */
/* start single-page-blog */
.inner-blog iframe {
  width: 100%;
  float: left;
  margin: 15px 0;
}
.inner-blog .inside-content .inside-content-left h2 {
  margin: 5px 0 0 0 !important;
}
.inner-blog .inside-content .inside-content-left h2:empty {
  display: none;
}
.inner-blog .inside-content .inside-content-left .art-event-website,
.inner-blog .inside-content .inside-content-left .art-download-agenda,
.inner-blog .inside-content .inside-content-left .custom-links {
  position: relative;
  width: 100%;
  float: left;
  padding: 5px 0;
  color: #DE002B;
  font-size: 20px;
}
.inner-blog .inside-content .inside-content-left .art-event-website:hover,
.inner-blog .inside-content .inside-content-left .art-download-agenda:hover,
.inner-blog .inside-content .inside-content-left .custom-links:hover {
  text-decoration: underline;
}
.inner-blog .inside-content .inside-content-left .art-event-website:before,
.inner-blog .inside-content .inside-content-left .art-download-agenda:before,
.inner-blog .inside-content .inside-content-left .custom-links:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.inner-blog .inside-content .inside-content-left .art-event-website:before {
  left: 0;
}
.inner-blog .inside-content .inside-content-left .custom-links:before {
  right: 0;
}
.inner-blog .inside-content .inside-content-left .art-event-website span,
.inner-blog .inside-content .inside-content-left .art-download-agenda span,
.inner-blog .inside-content .inside-content-left .custom-links span {
  width: 100%;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-left: 30px;
}
.inner-blog .inside-content .inside-content-left .custom-links span {
  padding-right: 25px;
  padding-left: 0;
}
.inner-blog .inside-content .inside-content-left .team-holder {
  margin: 20px 0;
}
.inner-blog .inside-content .inside-content-left .team-holder:empty {
  margin: 0;
}
.inner-blog .inside-content .inside-content-left .team-holder .employee {
  width: 25%;
}
.inner-blog .inside-content .inside-content-left .team-holder .employee h2 {
  font-size: 16px;
  margin-top: 10px !important;
}
.inner-blog .inside-content .inside-content-left .team-holder .employee p {
  font-size: 14px;
  margin: 0;
  line-height: 18px;
}
.inner-blog .inside-content .inside-content-left .team-holder .employee .mod-image {
  width: 156px;
  height: 156px;
}
.inner-blog .inside-content .inside-content-left p {
  margin: 5px 0;
}
.inner-blog .inside-content {
  padding-top: 0;
}
.inner-blog .inside-content .inside-content-left {
  width: 77%;
  padding-right: 20px;
}
.inner-blog .inside-content .inside-content-right {
  width: 23%;
  padding-top: 55px;
}
.inner-blog .more {
  position: relative;
  width: 100%;
  float: left;
  padding: 45px 25px 10px 25px;
  margin-bottom: 10px;
  border: 1px solid #CECECE;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.12);
}
.inner-blog .more .art-box {
  padding-bottom: 15px;
}
.inner-blog .more .label-holder + .art-box {
  margin-top: 5px;
}
.inner-blog .more .art-box .art-right {
  padding-left: 0;
  margin: 0;
}
.inner-blog .more .art-box:last-child {
  padding-bottom: 10px;
}
.inner-blog .more .art-box:not(:last-child) {
  border-bottom: 2px solid #e8e8e8;
}
.inner-blog .more .art-details {
  margin: 10px 0;
}
.inner-blog .more .art-box .art-right h2 + .art-details {
  margin-right: 0;
}
.inner-blog .more .art-box .art-right h2 {
  font-size: 16px;
  line-height: 22px;
}
.inner-blog .more .art-box .art-right p {
  margin: 5px 0;
}
.inner-blog .more .art-box .art-date,
.inner-blog .more .art-box .art-location {
  font-size: 14px;
  width: 100%;
  float: left;
}
.inner-blog .more .art-box .art-location {
  padding-left: 3px;
}
.inner-blog .more .art-box .art-location span {
  font-size: 13px;
  padding-left: 17px;
}
.inner-blog .more .art-box .art-date span {
  font-size: 13px;
  padding-left: 20px;
}
.inner-blog .social {
  position: relative;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  margin: 10px 0 0 0;
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-blog a:hover .social {
  background-color: #F41A45;
}
.inner-blog .social.mwl {
  background: url(../images/mobile-world-live.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.inner-blog .social.mwl .social-content {
  padding: 13px 0;
}
.inner-blog a:hover .social.mwl {
  background-color: transparent;
  background: url(../images/mobile-world-live-hover.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-blog .social a {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 38px;
}
.inner-blog .social span {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 38px;
}
.inner-blog .social h2 {
  width: 100%;
  float: left;
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin: 0;
}
.inner-blog .social a i {
  color: #fff;
  font-size: 38px;
  line-height: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-blog .social span i {
  color: #fff;
  font-size: 38px;
  line-height: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-blog .social a:hover i {
  color: #4ABEB5;
}
.inner-blog .embed-video {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 56.3%;
  margin-bottom: 40px;
}
.inner-blog .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
}
.inner-blog .inside-content .inside-content-left .event-images-holder .event-photos {
  float: left;
  width: 100%;
  cursor: pointer;
}
.inner-blog .event-images-holder {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.inner-blog .event-images-holder ul,
.inner-blog .event-images-holder ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inner-blog .event-images-holder ul li {
  width: 33.333333%;
  float: left;
  padding: 10px 20px 10px 0;
}
.inner-blog .event-images-holder ul li:before {
  display: none;
}
.inner-blog .popup-event-image-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  height: 0;
  width: 0;
  z-index: 9999;
}
.inner-blog .popup-event-image-wrapper.active-toolbox {
  -webkit-animation: toolbox 200ms linear both 0ms;
  -moz-animation: toolbox 200ms linear both 0ms;
  -o-animation: toolbox 200ms linear both 0ms;
  animation: toolbox 200ms linear both 0ms;
  width: 100%;
  height: 100%;
}
.inner-blog .popup-event-image-holder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 350px;
  max-width: 600px;
  margin: auto;
}
.active-toolbox .popup-event-image-holder {
  -webkit-animation: bouncein 200ms linear both 200ms;
  -moz-animation: bouncein 200ms linear both 200ms;
  -o-animation: bouncein 200ms linear both 200ms;
  animation: bouncein 200ms linear both 200ms;
}
.popup-event-image-holder-content {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
}
.popup-event-image-holder-content img {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}
.popup-event-image-holder-content .head button {
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  padding: 0;
  background: 0 none;
  border: 0 none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  z-index: 5;
}
.popup-event-image-holder-content .head button:after {
  content: '\00d7';
}
.popup-event-image-holder-content .head button:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.popup-event-image-holder-content .prev,
.popup-event-image-holder-content .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.popup-event-image-holder-content .prev:hover,
.popup-event-image-holder-content .next:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.popup-event-image-holder-content .prev {
  left: 5px;
}
.popup-event-image-holder-content .next {
  right: 5px;
}
.wrap-primary-blog {
  position: relative;
  float: left;
  width: 100% !important;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  margin: 15px 0 0 0;
}
.wrap-primary-blog:empty {
  display: none;
}
.wrap-primary-blog img {
  width: 100%;
  height: auto;
}
/* tab module */
.tabs-module {
  width: 100%;
  float: left;
}
.tabs-buttons {
  display: block;
  width: 100%;
  padding: 10px 0 20px 0;
}
.custom-modules .tabs-buttons {
  padding: 0 0 30px 0;
}
.tabs-buttons a {
  color: #B7B7B7 !important;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 48px;
  padding: 10px 25px;
  /*display:table-cell; */
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #B7B7B7;
}
.tabs-buttons a.active-tab,
.tabs-buttons a:hover {
  color: #001D32 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #001D32;
}
.tabs-buttons a:after {
  content: '';
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  position: absolute;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 0px solid #231E5D;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tabs-buttons a.active-tab {
  border-bottom: 1px solid #001D32;
}
.tabs-buttons a figure {
  font-size: 48px;
  padding: 0;
  margin: 0;
}
.tabs-contents {
  width: 100%;
  float: left;
  padding: 0;
}
.tabs-contents.shortcode {
  padding: 0 0 0 0;
}
.tabs-contents.shortcode > br {
  display: none;
}
.tabs-contents.shortcode h2,
.tabs-contents.shortcode h3 {
  margin-left: 15px;
}
.custom-modules .tabs-contents {
  padding: 40px 0 0 0;
}
.tab-content {
  width: 100%;
  float: left;
  display: none;
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.active-tab-content {
  display: block;
  visibility: visible;
  -webkit-animation: tab .6s ease both 0s;
  animation: tab .6s ease both 0s;
}
.shortcode .tab-content + br {
  display: none;
}
.tabs-left {
  width: 50%;
  float: left;
  padding: 0 60px 0 0;
}
.tabs-left img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.tabs-right {
  width: 50%;
  float: left;
}
.tabs-right h2 {
  font-family: 'graphikbold', 'Roboto', sans-serif;
  line-height: 42px;
  font-size: 36px;
  color: #19105F;
  margin: 0 0 25px 0;
}
.tabs-right p {
  font-size: 20px;
  line-height: 32px;
  color: #231F20;
  margin: 0;
}
.tabs-right .action-button {
  padding: 0 25px;
  white-space: nowrap;
  margin: 25px 0 0 0;
  border: 0 none;
  display: inline-block;
  height: 44px;
  color: #fff;
  background: #11A0DB;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 44px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs-right .action-button:hover {
  background: #ff353e;
}
/* insights */
.insights .featured > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.insights .featured h1 {
  color: #fff;
}
.insights .featured .insights-top-content {
  width: 100%;
  float: left;
  margin-bottom: 70px;
  min-height: 150px;
}
.insights .featured .insights-top-content p {
  margin-bottom: 0;
  color: #fff;
}
.insights .inside {
  padding-bottom: 5px;
}
.insights .datasets center h2 {
  margin: 25px 0 0 0;
  font-size: 26px;
  text-transform: uppercase;
}
.insights .datasets center p {
  margin-top: 0;
}
.insights .datasets .same-size-box h2 {
  font-family: 'DINNextLTPro-UltraLight', sans-serif;
  margin: 15px 0;
  font-size: 57px;
  line-height: 47px;
  letter-spacing: -3.08px;
  color: #001D32;
}
.insights .datasets .same-size-box p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 22px;
  color: #454545;
}
.insights .datasets .same-size-box .same-size-box-content {
  padding-bottom: 30px;
}
.insights .datasets .same-size-box .procents {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
}
.insights .datasets .same-size-box .procents .arrow-up,
.insights .datasets .same-size-box .procents .arrow-down {
  position: relative;
  float: left;
  font-family: 'Gotham SSm A', sans-serif;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 900;
  line-height: 22px;
}
.insights .datasets .same-size-box .procents .arrow-up {
  color: #499C4A;
}
.insights .datasets .same-size-box .procents .arrow-down {
  color: #DE002B;
}
.insights .datasets .same-size-box .procents .arrow-up:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #499C4A;
}
.insights .datasets .same-size-box .procents .arrow-down:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #DE002B;
}
.insights .datasets .same-size-box .procents img {
  width: 50px;
  float: right;
}
.insights .datasets .metrics h2 {
  font-size: 22px;
  color: #4ABEB5;
}
.insights .datasets .metrics .row-25 {
  position: relative;
  width: 25%;
  float: left;
  padding: 0 10px;
}
.insights .datasets .metrics .row-25 h2 {
  color: #001D32;
  font-family: 'Roboto', sans-serif;
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
}
.insights .datasets .metrics .row-25 h2:nth-of-type(2) {
  margin-top: 20px;
}
.insights .datasets .metrics ul {
  margin: 0 0 40px 0;
}
.insights .datasets .metrics ul li {
  font-family: 'Roboto', sans-serif;
  padding-left: 20px;
  color: #000A12;
  font-size: 15px;
  line-height: 22px;
}
.insights .datasets .metrics ul li:before {
  margin-left: 10px;
  line-height: 22px;
}
.insights .view {
  padding: 320px 140px 300px 140px;
  overflow: hidden;
}
.insights .view h2 {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  max-width: 1140px;
  margin: 0 auto;
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 26px;
  line-height: 47px;
  color: #4ABEB5;
  text-align: center;
  text-transform: uppercase;
}
.insights .view p {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
/* blank-template */
.blank-template .top-banner + h1 {
  margin-bottom: 25px;
}
.blank-template .inside p {
  margin: 5px 0;
}
.blank-template .inside h2:not(:first-child) {
  line-height: 30px;
  margin: 15px 0 0 0;
}
/* footer */
.footer {
  width: 100%;
  float: left;
  background: #001D32;
  padding: 10px 0 60px 0;
}
.footer .footer-menu a {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #DDDDDD;
  padding: 0 30px 0 0;
}
.footer .inside-content:last-child {
  padding-top: 10px;
}
.footer .footer-menu a:hover {
  text-decoration: underline;
}
.footer .footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer .footer-menu ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  zoom: 1;
  filter: alpha(opacity=63);
  -webkit-opacity: 0.63;
  -moz-opacity: 0.63;
  opacity: 0.63;
}
.footer .footer-menu ul li:before {
  content: "• ";
  float: left;
  margin-right: 10px;
  font-size: 14px;
  line-height: 30px;
  color: #DDDDDD;
  right: 0;
  position: absolute;
}
.footer .footer-menu ul li:last-child:before {
  display: none;
}
.footer .footer-copy {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 30px;
  color: #DDDDDD;
  text-align: right;
  zoom: 1;
  filter: alpha(opacity=63);
  -webkit-opacity: 0.63;
  -moz-opacity: 0.63;
  opacity: 0.63;
}
.footer .social {
  position: relative;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .social {
  position: relative;
  width: 100%;
  float: left;
  padding: 20px 25px;
}
.footer .social a {
  position: absolute;
  display: inline-block;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 38px;
}
.footer .social span {
  position: absolute;
  display: inline-block;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 38px;
}
.footer .social a.twitter {
  right: 75px;
  height: 36px;
}
.footer .social .twitter:hover i,
.footer .social .linkedin:hover i {
  color: #DE002B;
}
.footer .social h2 {
  width: 100%;
  float: left;
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin: 0;
}
.footer .social a i {
  color: #fff;
  font-size: 38px;
  line-height: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .social span i {
  color: #fff;
  font-size: 38px;
  line-height: 34px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .social .comment:hover i {
  color: #4ABEB5;
}
.media .outer:first-child .inside {
  padding-bottom: 10px;
}
.event .outer:first-child .inside {
  padding-bottom: 10px;
}
.meet_the_team .outer:first-child .inside {
  padding-bottom: 10px;
}
.upcoming-events .art-box .art-date,
.upcoming-events .art-box .art-location {
  font-size: 14px;
  width: auto;
  clear: left;
  padding-top: 2px;
}
.upcoming-events .art-box .art-details + p {
  margin-top: 5px;
}
.upcoming-events .art-box .art-date span,
.upcoming-events .art-box .art-location span {
  font-size: 14px;
}
.upcoming-events .art-box .art-location {
  padding-left: 2px;
  font-size: 14px;
}
.upcoming-events .art-box .art-location span {
  padding-left: 16px;
}
.upcoming-events .art-box .art-date {
  padding-right: 0;
}
.upcoming-events .art-box .art-date span {
  padding-left: 18px;
}
.bordered-p {
  border-left: 20px solid #4ABEB5;
  padding: 20px;
  background-color: #E7EAEC;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
iframe[src*="https://acuityplatform.com/Adserver/pxli/3424126988687474688"] {
  display: none;
}
/* events plugin css fix */
.tribe-events-event-image {
  margin: 0 !important;
  text-align: inherit !important;
}
div.tribe-events-notices > ul,
div.tribe-events-notices > ul > li {
  color: #001D32;
}
div.tribe-events-notices > ul > li:before {
  display: none;
}
.type-tribe_events .listing.art-box {
  margin-bottom: 20px;
}
.tribe-events-notices {
  float: left;
  background: none;
  border: 0 none;
  text-shadow: none;
}
div.tribe-events-notices > ul,
div.tribe-events-notices > ul > li {
  font-weight: bold;
  color: #DE002B;
}
/* forms */
.form-process {
  border: 0 none !important;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  width: 100%;
  float: left;
  padding: 0 0 60px 0;
  z-index: 0;
  position: relative;
}
.elq-field {
  width: 50%;
  float: left;
  padding: 0 15px 0 0;
  position: relative;
}
.elq-field .message {
  position: absolute !important;
  font-size: 14px;
  font-style: normal !important;
  background-color: #DE002B;
  margin-top: 0 !important;
  -webkit-border-radius: 4px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 4px !important;
  -moz-background-clip: padding !important;
  border-radius: 4px !important;
  background-clip: padding-box !important;
  top: auto !important;
  bottom: -35px;
  z-index: 1 !important;
}
.elq-field .message:before {
  border-color: transparent transparent #DE002B transparent;
}
.elq-field:nth-child(2n) {
  padding: 0 0 0 15px;
}
.hidefield ~ .elq-field:nth-child(2n) {
  padding: 0 15px 0 0;
}
.hidefield ~ .elq-field:nth-child(2n-1) {
  padding: 0 0 0 15px;
}
.hidefield + .hidefield ~ .elq-field:nth-child(2n) {
  padding: 0 0 0 15px;
}
.hidefield + .hidefield ~ .elq-field:nth-child(2n-1) {
  padding: 0 15px 0 0;
}
.elq-field * {
  box-sizing: border-box !important;
}
.field-wrap {
  width: 100% !important;
  float: left !important;
  border: 1px solid #D3DEE3 !important;
  height: 44px !important;
  padding: 0 !important;
}
.field-wrap.textArea {
  height: auto !important;
}
.elq-field .field-wrap textarea {
  width: 100% !important;
  padding: 10px 12px !important;
  max-width: 100% !important;
  min-height: 120px;
  resize: none;
  color: #08131F !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}
.field-wrap.label {
  width: 100% !important;
  float: left !important;
  border: 0 none !important;
  height: auto !important;
}
.field-wrap.label label {
  color: #454545 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  margin: 10px 0 10px 0 !important;
  float: left;
}
.elq-field .field-wrap input {
  width: 100% !important;
  float: left !important;
  max-width: 100% !important;
  padding: 0 12px !important;
  line-height: 42px !important;
  height: 42px !important;
  color: #08131F !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}
.masterFields,
.elq-field.justlabel,
#elq-xxx.elq-field {
  width: 100% !important;
  float: left !important;
  padding: 0 0 0 0 !important;
}
#elq-xxx.elq-field {
  background: #E7EAEC !important;
  border: 0 none !important;
}
#elq-xxx.elq-field .checklist-option,
#elq-xxx.elq-field .checklist-option.selected {
  background-color: rgba(76, 187, 236, 0.1) !important;
  border: 1px solid #D5E0E5 !important;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
#elq-xxx.elq-field > div,
#elq-xxx.elq-field .inner {
  width: 100% !important;
  float: left !important;
  background: none !important;
  border: 0 none !important;
}
#elq-xxx.elq-field label.thelabel {
  font-family: 'Roboto', sans-serif;
  font-size: 15px !important;
  color: #454545 !important;
  line-height: normal !important;
  font-weight: 300;
  padding-left: 60px;
}
.elq-field .checklist-option label:before {
  position: absolute;
  height: 28px;
  width: 28px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "";
  border: 1px solid #D5E0E5 !important;
  background: #fff !important;
  line-height: 28px;
}
.elq-field .checklist-option.selected label:before {
  position: absolute;
  height: 28px;
  width: 28px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  content: "\2713";
  border: 1px solid #D5E0E5 !important;
  background: #fff !important;
}
.elq-field.IsMobileNumberCondition .label label:after,
.elq-field.IsEmailAddressCondition .label label:after,
.elq-field.IsRequiredCondition .label label:after {
  content: "•";
  color: #e1272f;
  font-size: 28px;
  line-height: 0;
  margin-left: 3px;
}
.field-wrap h2 {
  color: #454545;
  font-size: 24px;
  margin: 0;
}
.elq-field.submit {
  padding: 0 !important;
  width: auto !important;
  float: left;
  margin-top: 20px;
}
.elq-field.submit .field-wrap {
  background: none !important;
  border: 0 none !important;
  margin: 0 !important;
}
.elq-field.submit .field-wrap input {
  text-transform: none;
  cursor: pointer;
  border: 0 none !important;
  background: #DE002B;
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  padding: 0 25px !important;
  -webkit-border-radius: 4px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 4px !important;
  -moz-background-clip: padding !important;
  border-radius: 4px !important;
  background-clip: padding-box !important;
  color: #fff;
  -webkit-transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
  -o-transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, border 0.3s ease, background 0.3s ease;
  color: #fff !important;
}
.elq-field.submit .field-wrap input:hover {
  background: #ff353e !important;
}
.form-process form,
.form-process .form-disclaimer {
  overflow: visible !important;
}
.form-process.invalid .submission,
.form-process .submission {
  background-color: transparent !important;
  padding: 0 !important;
}
.form-process .submission .inside {
  padding: 0;
}
.form-process .submission .inner {
  text-transform: none;
  margin: 0 0 0 0 !important;
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  color: #DE002B;
  font-size: 20px;
}
.select2-dropdown {
  box-sizing: content-box !important;
  left: -1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 42px !important;
  height: 42px !important;
  color: #08131F !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0 none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 42px;
  right: 5px;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding-left: 10px;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  height: 42px;
}
.inside ul li.select2-results__option:before {
  content: '';
}
.inside ul li.select2-results__option {
  padding: 5px 10px;
}
.form-process .sbHolder,
.elq-field .sbHolder,
.sbHolder {
  display: none !important;
}
.form-process .select2-container,
.elq-field .select2-container {
  width: 100% !important;
}
.select2 li:before {
  content: '';
}
.form-disclaimer,
.tooltip-hold {
  display: none;
}
/* contact-us page */
.page-id-42048 .inside {
  padding-right: 300px;
}
/* 404 page */
.image-404 + .inner .inside {
  padding: 40px 0 210px 0;
}
.image-404 + .inner .inside h1 {
  font-size: 50px;
  line-height: 56px;
}
.image-404 + .inner .inside p {
  color: #DE002B;
  font-weight: bold;
}
.image-404 {
  position: relative;
  width: 100%;
  float: left;
  background-image: url(../images/404.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
.image-404 h2 {
  width: 100%;
  float: left;
  padding: 100px 0;
  margin: 0;
  font-family: 'Gotham SSm A', sans-serif;
  font-weight: 900;
  line-height: 64px;
  font-size: 80px;
  color: #fff;
  text-align: center;
}
/* video slider */
.video-slides {
  margin: 40px 0 20px 0;
}
.video-slides .slides {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.video-slides .slides:nth-of-type(1) {
  padding: 10px 20px 10px 0;
}
.video-slides .slides:nth-of-type(2) {
  padding: 10px 0 10px 20px;
}
.video-slides .slides-top {
  width: 100%;
  float: left;
  background: #333;
  color: #fff;
  padding: 5px 20px;
  line-height: 32px;
}
.video-slides .slides-wrapper {
  width: 100%;
  float: left;
  margin: 0;
}
.video-slides .slides-wrapper li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 !important;
  list-style-type: none !important;
  display: none;
}
.video-slides .slides-wrapper li:before {
  display: none;
}
.video-slides .slides-wrapper li.active-slide {
  display: block;
}
.video-slides .slide-box {
  position: relative;
  width: 100%;
  float: left;
}
.video-slides .slides h2 {
  font-family: 'DINNextLTPro-Bold', sans-serif;
  font-size: 26px;
  line-height: 43px;
  margin: 5px 0;
  color: #000A12;
  text-transform: uppercase;
}
.video-slides .slide-box p {
  position: absolute;
  width: auto;
  top: 25px;
  padding-left: 25px;
  font-size: 20px;
  line-height: 29px;
  color: #000A12;
}
.video-slides .slides:nth-of-type(2) p {
  margin: 10px 0;
}
.video-slides img {
  max-width: 100%;
  float: left;
}
.video-slides .play-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 77px;
  height: 77px;
  bottom: 0;
  margin: auto;
}
.video-slides .fa-play-circle:before {
  content: "\f144";
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: auto;
  margin: auto;
  width: 71px;
  height: 71px;
  font-size: 90px;
  line-height: 72px;
  border-radius: 50%;
  text-align: center;
  color: #DE002B;
  background: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video-slides .slide-box:hover .fa-play-circle:before {
  color: #fff;
  background: #DE002B;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.slide-image {
  width: 100%;
  float: left;
  position: relative;
}
.video-slides .pagination {
  width: 100%;
  float: left;
  text-align: center;
}
.video-slides .pagination .index {
  display: inline-block;
  background: #b8c1ca;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.video-slides .pagination .active-index {
  background: #4ABEB5;
}
.video-slides .pagination .index:hover {
  background: #4ABEB5;
}
/*new video home widget	*/
.spawn {
  position: fixed;
  z-index: 100000;
  width: 90%;
  height: 60%;
  overflow: hidden;
  transition: all ease-in 400ms;
  margin: auto;
  left: 0;
  right: 0;
  transform: translateX(-50%);
  background: #909090;
}
.spawn .default {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.spawn .default {
  z-index: 0;
}
.spawn .default[src=""] {
  display: none;
}
.box.spawned,
.box .spawned {
  opacity: 0;
  pointer-events: none;
}
.spawn iframe,
.spawn video {
  opacity: 0;
  width: 90% !important;
  height: 80%;
  position: absolute;
  left: 5%;
  top: 10%;
}
.spawn video {
  background: #000;
}
.spawn iframe.shown,
.spawn video.shown {
  opacity: 1;
  z-index: 4;
}
.spawn.fly {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  top: 20% !important;
  transform: translateX(0);
  max-width: 860px !important;
  max-height: 420px !important;
}
.fly-bg {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.spawn.fly + .fly-bg {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.spawn .play-video,
.spawn p {
  display: none;
}
.spawn .box-title h3 {
  display: none;
}
.spawn .box-icon {
  display: none;
}
.close-spawn {
  opacity: 0;
  position: absolute;
  right: 5px;
  top: 0px;
  width: 40px;
  height: 40px;
  border: 0 none;
  color: #fff;
  background: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 4;
}
.close-spawn:hover {
  color: #c5192d;
}
iframe.shown + .close-spawn,
video.shown + .close-spawn {
  opacity: 1;
}
@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes bounce-in {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes anim-left {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(100%) rotate(45deg) scale(2, 2);
    transform: translateX(100%) rotate(45deg) scale(2, 2);
  }
}
@keyframes anim-left {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(100%) rotate(45deg) scale(2, 2);
    transform: translateX(100%) rotate(45deg) scale(2, 2);
  }
}
@-webkit-keyframes anim-right {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    transform: translateX(-100%) rotate(45deg) scale(2, 2);
  }
}
@keyframes anim-right {
  0% {
    -webkit-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -moz-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -o-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    -ms-transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
    transform: translateX(0px) rotate(0deg) scale(0.2, 0.1);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -moz-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -o-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    -ms-transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
    transform: translateX(-50%) rotate(0deg) scale(0.2, 0.4);
  }
  100% {
    -webkit-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -moz-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -o-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    -ms-transform: translateX(-100%) rotate(45deg) scale(2, 2);
    transform: translateX(-100%) rotate(45deg) scale(2, 2);
  }
}
@-webkit-keyframes transit {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  100% {
    top: 72px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes transit {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 0;
  }
  100% {
    top: 72px;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes tab {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.9, 0.9);
    -moz-transform: translateY(-40px) scale(0.9, 0.9);
    -o-transform: translateY(-40px) scale(0.9, 0.9);
    -ms-transform: translateY(-40px) scale(0.9, 0.9);
    transform: translateY(-40px) scale(0.9, 0.9);
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
    -moz-transform: translateX(0px) scale(1, 1);
    -o-transform: translateX(0px) scale(1, 1);
    -ms-transform: translateX(0px) scale(1, 1);
    transform: translateX(0px) scale(1, 1);
  }
}
@keyframes tab {
  0% {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-40px) scale(0.9, 0.9);
    -moz-transform: translateY(-40px) scale(0.9, 0.9);
    -o-transform: translateY(-40px) scale(0.9, 0.9);
    -ms-transform: translateY(-40px) scale(0.9, 0.9);
    transform: translateY(-40px) scale(0.9, 0.9);
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
    -moz-transform: translateX(0px) scale(1, 1);
    -o-transform: translateX(0px) scale(1, 1);
    -ms-transform: translateX(0px) scale(1, 1);
    transform: translateX(0px) scale(1, 1);
  }
}
@-webkit-keyframes mobile-nav {
  0% {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes mobile-nav {
  0% {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes scales {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scales {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes scales {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scales {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toolbox {
  0% {
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    height: auto;
  }
}
@-moz-keyframes toolbox {
  0% {
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    height: auto;
  }
}
@-o-keyframes toolbox {
  0% {
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    height: auto;
  }
}
@keyframes toolbox {
  0% {
    background: rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
    width: auto;
    height: auto;
  }
}
@-webkit-keyframes bouncein {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes bouncein {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-o-keyframes bouncein {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes bouncein {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@media (max-width: 1225px) {
  .home .top-banner {
    left: -4px;
  }
  .top-banner {
    left: -5px;
  }
  .top-banner h2 {
    padding: 20px 5px 15px 5px;
  }
}
@media (max-width: 1180px) {
  .header-inner {
    padding: 0 20px;
    max-width: 100%;
  }
  .menu-top .menu {
    max-width: 100%;
  }
  .menu-top .menu > ul {
    padding: 0 20px;
  }
  .menu-top .menu > ul:first-child {
    padding-left: 20px;
  }
  .menu-top .menu > ul:last-child {
    padding-right: 20px;
  }
  .menu-top .menu ul > li > a {
    padding: 0 15px;
  }
  .menu-trigger {
    right: 20px;
  }
  .inner {
    padding: 0 20px;
  }
  .home .top-banner {
    left: 8px;
  }
  .inner-blog .social h2 {
    font-size: 16px;
  }
  .inner-blog .social span i {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 1181px) {
  .menu-top .menu ul > li > a + .sub-menu {
    left: 20px;
  }
}
@media (max-width: 1100px) {
  .home .top-banner {
    left: 18px;
  }
  /* insights */
  .insights .datasets .same-size-box h2 {
    font-size: 47px;
  }
  .menu-top .menu ul > li > a {
    font-size: 15px;
  }
  .label-title {
    font-size: 17px;
  }
}
@media (max-width: 1000px) {
  /* menu */
  .admin-bar .header {
    top: 32px;
  }
  .header {
    overflow: hidden;
  }
  .hamburger {
    display: block;
  }
  .menu-top {
    padding-top: 50px;
    top: 60px;
    height: auto;
    padding-bottom: 80px;
  }
  .menu-top .menu {
    width: 100%;
    height: auto;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .menu-top .menu ul {
    border: 0 none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    width: 100%;
    float: left;
    padding: 0;
  }
  .menu-active .menu-top .menu ul,
  .menu-top .menu ul {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .menu-top .menu ul:last-child {
    border-right: 0 none;
    padding-right: 0;
  }
  .menu-top .menu ul:first-child {
    padding-left: 0;
  }
  .menu-active .menu-top .menu > ul:nth-of-type(3) {
    width: 100%;
  }
  .menu-active .menu-top .menu > ul:nth-of-type(4) {
    width: 100%;
  }
  .menu-active .menu-top .menu > ul:nth-of-type(6) {
    width: 100%;
  }
  .menu-top .menu ul > li:hover > a {
    background: 0 none;
    color: #DE002B !important;
  }
  .menu-top .menu ul > li > a + .sub-menu {
    padding: 0 0 15px 0;
  }
  .menu-top .menu ul li {
    width: 100%;
  }
  .menu-top .menu ul li ul {
    display: none;
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .menu-top .menu ul li ul li {
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
  }
  .menu-top .menu ul li ul li:nth-of-type(odd) {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .menu-top .menu ul li ul li:nth-of-type(even) {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .menu-top .menu ul.item-active li ul.active-sub {
    display: block;
    -webkit-animation: mobile-nav 400ms linear both !important;
    -moz-animation: mobile-nav 400ms linear both !important;
    -o-animation: mobile-nav 400ms linear both !important;
    animation: mobile-nav 400ms linear both !important;
  }
  .menu-top .menu ul.item-active li ul.active-sub li:nth-of-type(odd) {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .menu-top .menu ul.item-active li ul.active-sub li:nth-of-type(even) {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .mobile-item {
    display: block;
    padding-top: 5px;
  }
  .menu-top .menu ul li a {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin: 0;
  }
  .menu-top .menu ul li a:hover {
    text-decoration: underline;
  }
  .menu-top .menu ul li ul li {
    padding: 10px 0;
  }
  .menu-top .menu ul > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 32px;
  }
  .menu-top .menu ul > li > a + .sub-menu li:not(:last-child) {
    border: 0 none;
  }
  .item-active .sub-menu {
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
    position: relative !important;
    width: 100% !important;
    float: left !important;
    top: 0 !important;
    left: 0 !important;
  }
  .sub-menu {
    height: 0;
  }
  .menu-top .menu ul > li > a + .sub-menu {
    margin-top: 0;
    background: 0 none;
  }
  .menu-top .menu ul > li > a + .sub-menu li a {
    max-width: 100%;
    float: none;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
  }
  /*.menu-top .menu ul > li > a + .sub-menu li a:after {display:none;}*/
  .menu-top .menu ul > li a:hover {
    background: 0 none;
  }
  .menu-top center {
    margin: 40px 0 80px 0;
  }
  .header-inner {
    height: 142px;
  }
  .menu-top .menu ul > li:nth-last-child(1) a,
  .menu-top .menu ul > li:nth-last-child(2) a {
    max-width: 150px;
    display: block;
    margin: auto;
    float: none;
  }
  .menu-top .menu ul li:nth-last-child(1) {
    margin: 10px 0 30px 0;
  }
  .menu-top .menu ul li:nth-last-child(2) {
    margin: 30px 0 0 0;
  }
  .menu-top .menu ul li:nth-last-child(2) {
    padding: 0 10px;
  }
  .menu-active .menu-top {
    overflow: auto;
  }
  /*fonts */
  .inside h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .inside h2 {
    font-size: 18px;
  }
  .inside p,
  .main-action p {
    font-size: 16px ;
    line-height: 27px;
  }
  .inside ul li {
    line-height: 20px;
  }
  .inside ul li:before {
    line-height: 18px;
  }
  /* meet the team fonts */
  .team-holder .employee h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .team-holder .employee p {
    font-size: 14px;
    line-height: 24px;
  }
  /* main-action fonts */
  .main-action .inner h1 {
    margin: 10px 0;
    font-size: 22px;
    line-height: 26px;
  }
  /* blog fonts */
  .art-box .art-right h2 {
    font-size: 18px;
  }
  .art-box .art-date {
    font-size: 14px;
  }
  .art-box .art-location {
    font-size: 16px;
  }
  .art-box .art-date span,
  .art-box .art-location span {
    font-size: 15px;
  }
  /* footer fonts */
  .footer .social h2 {
    font-size: 20px;
  }
  .footer .social a i {
    font-size: 30px;
  }
  .footer .social span i {
    font-size: 30px;
  }
  .footer .social a.twitter {
    right: 80px;
  }
  /* crumb */
  .inside .crumb {
    font-size: 22px;
  }
  .inside .crumb + h2 {
    font-size: 24px;
  }
  /* single blog social */
  .inner-blog .social a i {
    font-size: 30px;
    line-height: 38px;
  }
  .inner-blog .social span i {
    font-size: 30px;
    line-height: 38px;
  }
  /* meet the team popup*/
  .employee-details .top-info .employee-info h2 {
    font-size: 22px;
  }
  .employee-details .top-info .employee-info p {
    font-size: 16px;
  }
  .employee-details .top-info .social-employee i {
    font-size: 24px;
  }
  .employee-details .bottom-info p,
  .employee-details .bottom-info .art-box .art-right p {
    font-size: 14px;
    line-height: 24px;
  }
  .employee-details .bottom-info .art-box {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  /* same-size boxes */
  .per-row-3 .same-size-box {
    width: 50%;
    margin-bottom: 20px;
  }
  /*home blogs */
  .inner.bottom-blogs {
    padding: 40px 10px 20px 10px;
  }
  .top-blogs .inside-content .inside-content-left,
  .top-blogs .inside-content .inside-content-right {
    width: 100%;
    padding: 0;
  }
  .top-blogs .latest-research + .center {
    padding-right: 0;
  }
  /* single blog */
  .inner-blog .inside-content .inside-content-left,
  .inner-blog .inside-content .inside-content-right {
    width: 100%;
    padding: 0;
  }
  .inner-blog .more {
    margin-top: 40px;
  }
  .inner-blog .more .art-box .art-date,
  .inner-blog .more .art-box .art-location {
    clear: left;
  }
  .inner-blog .more .art-box .art-location {
    padding-left: 3px;
  }
  .inner-blog .more .art-box .art-location span {
    padding-left: 17px;
  }
  .inner-blog .more + a,
  .inner-blog .more + a + a {
    width: 50%;
    float: left;
  }
  .inner-blog .more + a {
    padding-right: 10px;
  }
  .inner-blog .more + a + a {
    padding-left: 10px;
  }
  /* top banner */
  .top-banner {
    left: -5px;
  }
  .top-banner h2 {
    padding: 25px 10px 10px 10px;
    font-size: 14px;
  }
  /* top banner home */
  .home .top-banner {
    left: 14px;
  }
  /* main blog */
  .listing.art-box .art-right {
    padding-right: 0;
  }
  /* main-action */
  .main-action .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* forms */
  .form-process {
    border: 0 none !important;
  }
  .elq-field {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
  }
  .elq-field:nth-child(2n) {
    padding: 0 0 0 0;
  }
  .hidefield ~ .elq-field:nth-child(2n) {
    padding: 0 0 0 0;
  }
  .hidefield ~ .elq-field:nth-child(2n-1) {
    padding: 0 0 0 0;
  }
  .hidefield + .hidefield ~ .elq-field:nth-child(2n) {
    padding: 0 0 0 0;
  }
  .hidefield + .hidefield ~ .elq-field:nth-child(2n-1) {
    padding: 0 0 0 0;
  }
  /* contact-us page */
  .page-id-42048 .inside {
    padding-right: 0;
  }
  /* 404 page */
  .image-404 + .inner .inside h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .image-404 h2 {
    line-height: 64px;
    font-size: 60px;
  }
  /* insights */
  .insights .featured .insights-top-content p {
    margin-bottom: 0;
  }
  .insights .datasets .metrics .row-25 {
    width: 50%;
    padding: 20px 10px;
  }
  .insights .datasets .metrics .row-25:nth-child(3n) {
    clear: left;
  }
}
@media (max-width: 782px) {
  /* tab buttons */
  .tabs-buttons {
    border-bottom: 0 none;
  }
  .tabs-buttons a {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  .tabs-left {
    width: 100%;
    float: left;
    padding: 0;
  }
  .tabs-right {
    width: 100%;
    padding-top: 20px;
  }
  /* inside content */
  .inside-content .inside-content-left {
    width: 100%;
    float: left;
    padding: 0;
  }
  .inside-content .inside-content-right {
    width: 100%;
    padding-top: 20px;
  }
  /* inside content signle blog */
  .inner-blog .inside-content .inside-content-left {
    width: 100%;
    padding-right: 0;
  }
  .inner-blog .inside-content .inside-content-right {
    width: 100%;
  }
  .inner-blog .inside-content .inside-content-left .team-holder .employee {
    width: 33.333333%;
  }
  /* top banner */
  .top-banner h2 {
    padding: 15px 10px 10px 10px;
  }
  /*footer*/
  .footer .inside-content:last-child .inside-content-right {
    padding-top: 0;
  }
  .footer .footer-copy {
    text-align: left;
  }
  /* 404 page */
  .image-404 + .inner .inside {
    padding-bottom: 40px;
  }
  /* insights */
  .insights .datasets center h2 {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .insights .datasets .metrics h2 {
    font-size: 20px;
  }
  .insights .view p {
    font-size: 16px;
    line-height: 27px;
  }
  .insights .view h2 {
    padding: 0 20px;
    line-height: 30px;
  }
  .insights .datasets .same-size-box h2 {
    font-size: 40px;
  }
  /* label title */
  .label-title {
    font-size: 14px;
  }
  /* video slider */
  .video-slides .slides:nth-of-type(1),
  .video-slides .slides:nth-of-type(2) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .video-slides .slides:nth-of-type(1) {
    padding-top: 70px;
  }
  .video-slides .slides:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0;
  }
  .video-slides .slides h2 {
    position: absolute;
    top: -10px;
    text-align: center;
    line-height: 30px;
  }
  .video-slides .pagination {
    padding-top: 10px;
  }
}
@media (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
@media (max-width: 768px) {
  .spawn {
    width: 90%;
    height: 35%;
    transform: translateX(0%);
  }
  .spawn iframe,
  .spawn video {
    opacity: 0;
    width: 90% !important;
    height: 75%;
  }
}
@media (max-width: 650px) {
  /* blog */
  .listing.art-box {
    padding-bottom: 20px;
    margin-bottom: 0 !important;
  }
  .listing.art-box .art-image img {
    width: auto;
  }
  .art-box .art-image {
    width: 100%;
    height: auto;
    position: relative;
  }
  .art-box .art-right {
    width: 100%;
    float: left;
  }
  .listing.art-box .art-image {
    margin-bottom: 0;
  }
  .listing.art-box .art-image + .art-right {
    min-height: auto;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .art-box .art-date,
  .art-box .art-location {
    clear: left;
  }
  .art-box .art-location {
    padding-left: 2px;
  }
  .art-box .art-location span {
    padding-left: 20px;
  }
  .nav-links .page-numbers,
  .nav-links .current,
  .nav-links .next,
  .nav-links .prev {
    font-size: 15px;
  }
  .nav-links .next i,
  .nav-links .prev i {
    font-size: 14px;
  }
  .nav-links .page-numbers.dots {
    font-size: 15px;
    line-height: 30px;
  }
  .inner-blog .inside-content .inside-content-left .team-holder .employee {
    width: 50%;
  }
  .inner-blog .inside-content .inside-content-left .team-holder .employee .mod-image {
    width: 100px;
    height: 100px;
  }
  .inner-blog .inside-content .inside-content-left .team-holder .employee .mod-image img {
    max-width: 200%;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }
  .inner-blog .event-images-holder ul li {
    width: 50%;
    padding: 5px 10px 5px 0;
  }
  .inner-blog .event-images-holder ul li:nth-of-type(2n) {
    padding-right: 0;
  }
  .inner-blog .inside-content .inside-content-left .event-images-holder .event-photos {
    min-height: 130px;
    max-height: 130px;
  }
  .popup-event-image-holder-content .prev {
    font-size: 25px;
  }
  .popup-event-image-holder-content .next {
    font-size: 25px;
  }
  /*employees*/
  .team-holder .employee {
    width: 50%;
  }
  .team-holder .employee .mod-image {
    width: 100px;
    height: 100px;
  }
  .team-holder .employee .mod-image img {
    max-width: 200%;
    margin: 0 auto;
    height: 100%;
    width: auto;
  }
  /* action buttons */
  .action-button {
    font-size: 14px;
  }
  /* popup */
  .tool-box-holder {
    width: 90%;
  }
  .tool-box .head button {
    top: 5px;
    right: 10px;
  }
  /* home blogs */
  .top-blogs .inside-content-left .latest-research .art-image a {
    width: auto;
  }
  .top-blogs .inside-content-left .art-box {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  .top-blogs .inside-content-left .art-box .art-right h2 {
    margin-top: 10px;
  }
  .top-blogs .inside-content-left .art-box .art-image img {
    width: auto;
  }
  .bottom-blogs .art-box .art-right {
    padding-right: 0;
  }
  /* same-size boxes */
  .per-row-3 .same-size-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  /* tab buttons */
  .tabs-buttons a {
    font-size: 14px;
    padding: 0;
  }
  /* popup info */
  .employee-details .top-info .employee-info {
    margin-top: 20px;
    height: auto;
  }
  .employee-details .top-info .employee-info {
    position: relative;
    width: 100%;
    float: left;
  }
  .employee-details .top-info .employee-info h2,
  .employee-details .top-info .employee-info p,
  .employee-details .top-info .social-employee {
    padding-left: 0;
  }
  /*top banner */
  .top-banner h2 {
    padding: 10px 9px 5px 9px;
    font-size: 14px;
  }
}
@media (max-width: 482px) {
  /* tab buttons */
  .tabs-buttons a {
    font-size: 14px;
  }
  /*top banner */
  .home .top-banner {
    display: none;
  }
  .home .top-banner-show {
    display: block;
  }
  .top-banner {
    right: 12px;
    left: 12px;
  }
  /* single blog */
  .inner-blog .more + a,
  .inner-blog .more + a + a {
    width: 100%;
    float: left;
  }
  .inner-blog .more + a {
    padding-right: 0;
  }
  .inner-blog .more + a + a {
    padding-left: 0;
  }
  /* insights */
  .insights .datasets .metrics .row-25 {
    width: 100%;
    padding: 0 10px;
  }
  .insights .datasets .metrics .row-25:not(:first-child) > h2 {
    margin-top: 20px;
  }
  .insights .datasets .metrics .row-25 li + h2 {
    margin-top: 20px;
  }
  .insights .datasets .metrics ul {
    margin-bottom: 20px;
  }
  /* video slider */
  .video-slides .slide-box p {
    top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .video-slides .play-video {
    width: 57px;
    height: 57px;
  }
  .video-slides .fa-play-circle:before {
    font-size: 71px;
    width: 51px;
    height: 51px;
    line-height: 52px;
  }
  .insights .datasets center h2 {
    margin: 25px 0 10px 0;
  }
  .insights .datasets .metrics center h2 {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 470px) {
  .spawn {
    width: 96%;
    height: 35%;
    transform: translateX(0.1%);
  }
  .spawn.fly {
    top: 10% !important;
  }
  .spawn iframe,
  .spawn video {
    opacity: 0;
    width: 90%;
    height: 65%;
    top: 15%;
  }
}
@media (max-width: 458px) {
  .top-banner h2 {
    padding-top: 5px;
    padding-bottom: 0;
  }
}
@media (max-width: 380px) {
  /* popup */
  .tool-box-holder {
    max-height: 450px;
  }
  .inner-blog .popup-event-image-holder {
    max-height: 200px;
  }
}
@media (max-width: 340px) {
  .header .logo {
    width: 155px;
    margin: 18px 0;
    background-size: 155px;
  }
  .header .beta {
    padding-left: 158px;
    font-size: 19px;
    line-height: 16px;
  }
}
