.skills {
  width: 80%;
  max-width: 960px;
  height: 200px;
  margin: auto;
  position: relative;
}
.lines {
  height: 100%;
  position: relative;
  background: #111;
  background: linear-gradient(to right, #000 0, #000 25.00%, #111 25.01%, #111 100%);
}
ul.lines, ul.chart--horiz {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.line {
  height: inherit;
  width: 0px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
.line.l--0 {
  left: 0;
  width: 1px;
}
.line.l--25 {
  left: 25.00%;
  width: 1px;
}
.line.l--50 {
  left: 50%;
  width: 1px;
}
.line.l--75 {
  left: 75.00%;
  width: 1px;
}
.line.l--100 {
  left: calc(100% - 1px);
}
.line__label {
  display: block;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  right: -50px;
}
.line__label.title {
  text-transform: uppercase;
  font-weight: bold;
}
.charts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.chart {
  margin: 30px 0 0;
}
.chart:first-child {
  margin: 0;
}
.chart__title {
  display: block;
  margin: 0 0 10px;
  font-weight: bold;
  opacity: 0;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--prod .chart__title {
  animation-delay: 3.3s;
}
.chart--design .chart__title {
  animation-delay: 4.5s;
}
.chart--horiz {
  overflow: hidden;
}
.chart__bar {
  height: 30px;
  margin-bottom: 10px;
  background: linear-gradient(to left, #007ad9, #000);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  opacity: 0;
  margin-left: 1px;
  animation: 1s anim-lightspeed-in ease forwards;
}
.chart--dev .chart__bar:nth-of-type(11) {
  animation-delay: 2.7s;
}
.chart--dev .chart__bar:nth-of-type(10) {
  animation-delay: 2.5s;
}
.chart--dev .chart__bar:nth-of-type(9) {
  animation-delay: 2.3s;
}
.chart--dev .chart__bar:nth-of-type(8) {
  animation-delay: 2.1s;
}
.chart--dev .chart__bar:nth-of-type(7) {
  animation-delay: 1.9s;
}
.chart--dev .chart__bar:nth-of-type(6) {
  animation-delay: 1.7s;
}
.chart--dev .chart__bar:nth-of-type(5) {
  animation-delay: 1.5s;
}
.chart--dev .chart__bar:nth-of-type(4) {
  animation-delay: 1.3s;
}
.chart--dev .chart__bar:nth-of-type(3) {
  animation-delay: 1.1s;
}
.chart--dev .chart__bar:nth-of-type(2) {
  animation-delay: 0.9s;
}
.chart--dev .chart__bar:nth-of-type(1) {
  animation-delay: 0.7s;
}
.chart--prod .chart__bar:nth-of-type(2) {
  animation-delay: 4.2s;
}
.chart--prod .chart__bar:nth-of-type(1) {
  animation-delay: 4s;
}
.chart--design .chart__bar:nth-of-type(3) {
  animation-delay: 5.6s;
}
.chart--design .chart__bar:nth-of-type(2) {
  animation-delay: 5.4s;
}
.chart--design .chart__bar:nth-of-type(1) {
  animation-delay: 5.2s;
}
.chart__label {
  padding-left: 10px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
  padding-right: 5px;
  float: right;
}
@keyframes anim-lightspeed-in {
  0% {
    transform: translateX(-200%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
ul.bullet li {
  list-style: none;
  background: url(https://beaubeery.com/images/graphics/bullet.png) no-repeat 0 3px;
  padding-left: 27px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #f3f3f3;
  background-size: 14px;
}
ul.check li {
  list-style: none;
  background: url(https://beaubeery.com/images/graphics/check.png) no-repeat 0 3px;
  padding-left: 27px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #f3f3f3;
  background-size: 14px;
}
ul.check li:last-child, ul.bullet li:last-child {
  border-bottom: 0 solid;
}
ul.bullet-white li {
  list-style: none;
  background: url(https://beaubeery.com/images/graphics/bullet-white.png) no-repeat 0 6px;
  padding-left: 21px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px solid #1f3b49;
  background-size: 10px;
  max-width: 600px;
  font-size: 17px;
}
ul.check-white li {
  list-style: none;
  background: url(https://beaubeery.com/images/graphics/check-white.png) no-repeat 0 3px;
  padding-left: 27px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #f3f3f3;
  background-size: 14px;
}
ul.check-white li:last-child, ul.bullet-white li:last-child {
  border-bottom: 0 solid;
}
ul.award li {
  list-style: none;
  background: url(https://beaubeery.com/images/graphics/trophy.png) no-repeat 0 5px;
  padding-left: 35px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #f3f3f3;
  background-size: 20px;
  display: inline-block;
}
ul.graphic-number li {
  list-style: none;
  padding-left: 63px;
  padding-bottom: 12px;
  margin-top: 8px;
  background-size: 50px;
  display: block;
  line-height: 35px;
  background-repeat: no-repeat;
  background-position: 0 -5px;
  font-size: 22px;
}
ul.graphic-number li:nth-child(1) {
  background-image: url(https://beaubeery.com/images/graphics/1.png);
}
ul.graphic-number li:nth-child(2) {
  background-image: url(https://beaubeery.com/images/graphics/2.png);
}
ul.graphic-number li:nth-child(3) {
  background-image: url(https://beaubeery.com/images/graphics/3.png);
}
ol.three-step-list {
  list-style: none;
  counter-reset: li;
}
ol.three-step-list li {
  font-size: 175%;
  max-width: 700px;
  margin: 10px auto;
  color: rgba(177, 222, 255, 0.64);
}
ol.three-step-list li::before {
  content: counter(li);
  counter-increment: li;
  color: #2e6d91;
  display: inline-block;
  width: 50px;
  margin-left: -1em;
  background: rgb(235, 246, 255);
  text-align: center;
  border-radius: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-right: 20px;
  font-weight: bold;
  border: 4px solid #7b9ab2;
}
.frame {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border: 1px solid #eee;
  border-radius: 5px;
}
.frame[align="left"], .frame[style*="float: left"], .frame[style*="float:left"] {
  margin: 5px 25px 10px 0;
}
.frame[align="right"], .frame[style*="float: right"], .frame[style*="float:right"] {
  margin: 5px 0 10px 25px;
}
.frame-right {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 5px 0 10px 25px;
}
.frame-left {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 5px 25px 10px 0;
}
.frame-dark {
  padding: 5px;
  background: rgba(255, 255, 255, .75);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 5px;
}
.video-frame iframe {
  border: 8px solid #000;
}
html {
  text-align: justify;
}
body .wk-text-left {
  text-align: justify !important;
}
.home .top-section-bb.uk-light .uk-heading-line > :before, .home .top-section-bb.uk-light .uk-heading-line > :after {
  border-bottom-color: rgba(255, 255, 255, 0.65);
}
.home .top-section-bb {
  background-image: none;
  
}
.home .top-sectionOFF {
    display: none;
}
.uk-sticky .uk-navbar-item.uk-logo {
  height: 120px;
  margin: -40px 0 -10px;
}
.uk-sticky.uk-sticky-fixed .uk-navbar-item.uk-logo {
  height: 120px;
  margin: 0 0 -50px;
}
.uk-sticky .uk-navbar-item.uk-logo img {
  box-shadow: none;
  margin-top: 68px;
width: 264px !important;
}
.uk-sticky.uk-sticky-fixed .uk-navbar-item.uk-logo img {
  box-shadow: none;
  margin-top: -35px;
width: 264px !important;
  height: auto!important;
}
.uk-light .uk-navbar-nav > li.uk-active > a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li.uk-active > a::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li.uk-active > a::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li.uk-active > a::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li.uk-active > a::before, .uk-overlay-primary .uk-navbar-nav > li.uk-active > a::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li.uk-active > a::before, .uk-offcanvas-bar .uk-navbar-nav > li.uk-active > a::before, .tm-toolbar .uk-navbar-nav > li.uk-active > a::before, .uk-light .uk-navbar-nav > li:hover > a::before, .uk-light .uk-navbar-nav > li > a:focus::before, .uk-light .uk-navbar-nav > li > a.uk-open::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus::before, .uk-section-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus::before, .uk-section-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus::before, .uk-tile-primary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li:hover > a::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a:focus::before, .uk-tile-secondary:not(.uk-preserve-color) .uk-navbar-nav > li > a.uk-open::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li:hover > a::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a:focus::before, .uk-card-primary.uk-card-body .uk-navbar-nav > li > a.uk-open::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus::before, .uk-card-primary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li:hover > a::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a:focus::before, .uk-card-secondary.uk-card-body .uk-navbar-nav > li > a.uk-open::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li:hover > a::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a:focus::before, .uk-card-secondary > :not([class*='uk-card-media']) .uk-navbar-nav > li > a.uk-open::before, .uk-overlay-primary .uk-navbar-nav > li:hover > a::before, .uk-overlay-primary .uk-navbar-nav > li > a:focus::before, .uk-overlay-primary .uk-navbar-nav > li > a.uk-open::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li:hover > a::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a:focus::before, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a.uk-open::before, .uk-offcanvas-bar .uk-navbar-nav > li:hover > a::before, .uk-offcanvas-bar .uk-navbar-nav > li > a:focus::before, .uk-offcanvas-bar .uk-navbar-nav > li > a.uk-open::before, .tm-toolbar .uk-navbar-nav > li:hover > a::before, .tm-toolbar .uk-navbar-nav > li > a:focus::before, .tm-toolbar .uk-navbar-nav > li > a.uk-open::before {
  background-color: #848384;
}
.uk-navbar-dropdown-nav > li.uk-active > a {
  color: #dedadb;
}
.uk-navbar-dropdown-nav > li.uk-parent > a {
  text-transform: uppercase;
}
.uk-navbar-dropdown-nav > li.uk-parent > a:hover, .uk-navbar-dropdown-nav > li.uk-parent > a:focus {
  background-color: transparent;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-dropdown-nav .uk-nav-sub a, .uk-navbar-container .uk-navbar-dropdown-nav .uk-nav-sub a {
  padding: 8px 15px;
  color: #ffffff;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-dropdown-nav .uk-nav-sub a:hover, .uk-navbar-container .uk-navbar-dropdown-nav .uk-nav-sub a:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.16);
}
.footer-social {}
.phone-number {
  font-size: 2em;
}
.tm-header-transparent {
  background: rgba(63, 63, 65, 0.54);
  border-bottom: 6px solid rgba(0, 35, 95, 0.21);
}
.uk-navbar-sticky {
  border-bottom: 5px solid rgba(0, 24, 41, 0.3);
  padding-bottom: 5px;
  background-clip: padding-box !important;
}
.why-panel {
  background: rgba(16, 16, 25, 0.84);
  border-bottom: 15px solid rgba(154, 152, 160, 0.64);
  box-shadow: 0 4px 13px rgba(0, 4, 31, 0.52);
  text-align: left;
}
.top-section-bb .uk-position-cover {
  background-color: rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 0 250px 55px rgba(0, 0, 0, 0.5);
}
.videoWrapper, .mf-video-grid .wk-panel-teaser {
  position: relative;
  padding-bottom: 55%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe, .mf-video-grid .wk-panel-teaser iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mf-slideset .wk-panel-teaser {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 5px;
  height: 0;
}
.mf-slideset .wk-panel-teaser iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  background: #000;
  box-shadow: 0 0 10px #000;
  border-radius: 6px;
}
.mf-slideset .wk-slidenav-position {
  text-align: center;
}
.mf-slideset .wk-slideset {
  max-width: 1200px;
  width: 75%;
  text-align: center;
  display: inline-block;
}
.mf-video-grid .wk-panel-box .wk-panel-title {
  color: #017bd8;
  font-weight: 700;
}
.mf-video-grid .wk-panel-box {
  outline: 8px solid rgba(0, 0, 0, 0.26);
}
.uk-section-primary:not(.uk-preserve-color) .uk-button-default, .uk-section-secondary:not(.uk-preserve-color) .uk-button-default {
  border-color: rgba(255, 255, 255, 0.22);
}
.why-panel.uk-card-primary.uk-card-body h3.uk-text-muted {
  color: rgba(177, 222, 255, 0.69) !important;
  font-size: 20px;
  max-width: 830px;
  line-height: 32px;
  margin-top: 0;
  font-family: 'Work Sans';
  letter-spacing: 0;
}
.why-panel.uk-card-primary.uk-card-body h2.uk-text-muted {
  color: rgba(177, 222, 255, 0.69) !important;
  font-size: 30px;
  max-width: 800px;
  line-height: 36px;
  margin-top: 0;
  font-family: 'Work Sans';
  letter-spacing: 0;
}
.why-panel .uk-text-large {
  font-family: 'Work Sans';
  letter-spacing: 0;
  font-weight: bold;
}
.newsletter-icon .uk-tile {
  height: 270px;
}
.newsletter-section .uk-form-large:not(textarea):not([multiple]):not([size]) {
  height: 80px;
  ;
}
.newsletter-section .uk-button-large {
  line-height: 74px;
}
.success-stories .uk-align-right\@m img {
  margin-bottom: 20px;
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  border: 1px solid #eee;
  border-radius: 5px;
}
.success-stories-grid p.wk-article-meta {
  position: absolute;
  top: 0;
  margin: 0;
}
.success-stories-section.uk-section-secondary .success-stories-grid .wk-panel-title a.wk-link-reset {
  color: #017bd8;
  font-size: 18px;
  font-family: 'Didact Gothic';
}
.success-stories-grid .wk-panel-box .wk-panel-badge, .success-stories-grid .wk-panel-hover .wk-panel-badge {
  background: rgba(255, 255, 255, 0.77);
  padding: 1px 8px;
  border-radius: 5px;
  color: #01314f;
  font-family: 'Ubuntu';
  font-weight: 600;
  font-size: 18px;
}
.success-stories-grid .wk-button-primary {
  background-color: #00235F;
  border-radius: 0;
  border: 2px solid #017bd8 !important;
}
.success-stories-grid .wk-button-primary:focus, .success-stories-grid .wk-button-primary:hover {
  background-color: #007ce2;
  border: 2px solid #0577d6 !important;
}
.success-stories-section.uk-section-secondary:not(.uk-preserve-color) .wk-subnav a:hover {
  background-color: #359aea;
}
.success-stories-grid .wk-panel-box {
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #69696c;
  border-radius: 2px;
}
.success-stories-section .wk-subnav-pill > .wk-active > * {
  background: #017bd8;
  color: #fff;
  box-shadow: none;
}
.success-stories-section.uk-section-secondary:not(.uk-preserve-color) .wk-subnav-pill > .wk-active > a:hover {
  color: #fff;
}
.success-stories-section.uk-section-secondary:not(.uk-preserve-color) a:hover {
  color: #fff;
}
.success-stories-section.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover {
  background-color: rgba(7, 44, 103, 0.78);
}
.uk-section-secondary:not(.uk-preserve-color) .uk-button-default:hover .success-stories .uk-text-lead {
  font-size: 21px;
  color: #d4d0d2;
  background: #858384;
  padding: 6px 15px;
  border-bottom: 0px solid #a7a6a1;
  border-radius: 2px;
  border-top: 0px solid #777774;
  line-height: 1;
  letter-spacing: 8px;
}
html .wk-panel-title {
  font-weight: 400;
}
html .city-grid .wk-panel-title {
  font-size: 25px;
  color: #fff;
  background: rgba(0, 51, 80, 0.51);
  padding: 15px 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
html .city-grid .wk-button-primary {
  background-color: #002a42;
  border: 2px solid #fff !important;
}
html .city-grid .wk-button-primary:hover {
  background-color: #01649c;
  border: 2px solid #fff !important;
}
.uk-accordion-title {
  margin: 0;
  font-size: 17px;
  cursor: pointer;
  padding: 15px 20px 15px 60px;
  overflow: hidden;
  background: #848283;
  text-transform: none;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #9e9b9d;
  border-bottom: 2px solid #757274;
}
.uk-accordion-title::after {
  content: "Q";
  width: 39px;
  height: 38px;
  float: left;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 21px);
  left: 8px;
  z-index: 20;
  background-image: none;
  font-size: 30px;
  color: #007de1;
  background: #00235f;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  border: 2px solid #969395;
}
.uk-open > .uk-accordion-title::after {
  content: "A";
  background-image: none;
  font-size: 30px;
  color: #848283;
  background: #ffffff;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  font-weight: bold;
  border: 2px solid #969395;
}
.tall-side img {
  width: 100%;
}
.team-gallery .wk-panel-teaser {
  border: 5px solid #E5E9EC;
}
.team .wk-modal .wk-flex .wk-slideshow li.wk-active {
  padding: 0 3%;
  width: 94%;
}
.team .wk-modal .wk-flex .wk-slideshow li.wk-active .wk-margin-top {}
.team-gallery .wk-panel-title {
  position: absolute;
  bottom: 24px;
  text-align: center;
  background: rgba(0, 35, 56, 0.55);
  color: #fff;
  left: 5px;
  right: 5px;
  padding: 5px;
}
.events-grid .wk-panel-box .wk-panel-badge {
  top: 0px;
  right: 0px;
  background: rgba(0, 49, 79, 0.78);
  color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
}
.events-grid .wk-panel-box .wk-panel-badge:before {
  content: "Date: ";
  font-weight: normal;
}
.events-grid .wk-panel div.wk-margin {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 49, 79, 0.78);
  color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 !important;
}
.events-grid .wk-panel div.wk-margin:before {
  content: "Location: ";
  font-weight: normal;
}
.events-grid .wk-panel .wk-button-primary {
  background-color: #878384;
  width: 100%;
  border: 2px solid rgb(195, 195, 195) !important;
}
.events-grid .wk-panel:hover .wk-button-primary {
  background-color: #164058;
}
.events-grid h3 {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 600;
  background: rgba(16, 15, 15, 0.63);
  position: absolute;
  bottom: 93px;
  width: 100%;
  left: 0;
  color: #fff;
  padding: 9px 0;
  line-height: 1;
  margin: 0;
  text-align: center;
}
.events-grid .wk-panel-box {
  background: #e8e7e7;
}
body.events div.uk-margin.element.element-image {
  position: absolute;
  height: 400px;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 0;
  display: block;
  overflow: hidden;
}
body.events .uk-article-title {
  margin-top: 400px;
  text-align: center;
  font-size: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}
body.events .uk-text-lead {
  text-align: center;
  color: #2f6f92;
}
body.events .tm-header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 999;
}
body.events .tm-toolbar {
  z-index: 10;
  position: relative;
}
iframe.google-sheet {
  width: 99%;
  height: 650px;
  border: 4px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  margin: 10px 0;
}
.market-map {
  width: 99%;
  border: 4px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
  margin: 10px 0;
}
.testimonials-switcher .wk-panel h3, .testimonials-switcher .wk-panel div.wk-margin, .testimonials-grid .wk-panel h3, .testimonials-grid .wk-panel div.wk-margin {
  margin: 0;
}
.testimonials-grid .wk-panel h3.wk-h2 {
  font-size: 30px;
  line-height: 1.3em;
  text-align: left;
  color: #025caa;
}
em {
  color: #777;
}
.above-spacer {
  position: relative;
  margin-top: 1em !important;
  top: 1em;
}
.team-section .uk-background-top-center {
  background-position: 50% 20% !important;
}
.wk-popover-toggle.wk-icon-button {
  background: transparent;
  color: #fff;
  border: 0;
}
.testimonials-section .wk-thumbnav > * > * {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #252525;
  box-shadow: inset 0 0 5px #000;
}
.uk-section-primary > div, .why-section > div, .uk-section-primary > div, .trust-section > div {
  border-top: 6px solid rgba(0, 0, 0, 0.24);
  border-bottom: 6px solid rgba(0, 0, 0, 0.24);
}
.mf-video-section.uk-section-primary > div.uk-container {
  border-top: 0 none;
  border-bottom: 0 none;
}
.why-section .wk-panel-box > .wk-panel-teaser {
  margin-top: -21px;
  margin-left: -21px;
  margin-right: -21px;
  box-shadow: inset 0 0 6px 3px rgba(0, 0, 0, 0.65), inset 0 0 6px 0px rgba(0, 0, 0, 0.65);
}
.home .uk-light .event-countdown .uk-countdown-number {
  font-size: 3rem;
}
.home .top-section-bb.uk-light .uk-button-default {
  background-color: rgba(0, 34, 52, 0.72);
  color: rgba(255, 255, 255, 0.7);
  border-color: transparent;
  box-shadow: none;
}
.scroll-icon {
  transform: translate3d(0px, 100px, 0px) scale(1.5);
  opacity: 1;
  position: absolute;
  width: 96%;
  bottom: 100px;
}
.tagline-placeholder-bottom {
  height: 190px;
  display: block;
}
.tagline-text {
  height: calc(100vh - 417px);
  min-height: 240px;
}
.uk-tile-primary {
  background: #082964f7;
}
/*.uk-light .uk-heading-hero {
    transform: translate3d(0px, 0px, 0px);
    mix-blend-mode: screen;
}*/
.uk-light .uk-heading-hero .hero-middle-text {
  font-size: 35%;
  color: #aed3e6;
  margin-left: 5%;
  text-shadow: 0 2px 8px rgba(3, 29, 43, 0.82);
  text-transform: none !important;
  margin-bottom: 15px;
}
.uk-light .uk-heading-hero .hero-bottom-text {
  font-size: 30%;
  margin-left: 25%;
  text-shadow: 0 1px 6px rgba(3, 29, 43, 0.82);
  text-transform: none !important;
}
.uk-light .uk-heading-hero .concern-hero {
  font-size: 45%;
  text-transform: none;
  letter-spacing: -2px !important;
  text-shadow: 0 1px 6px rgba(3, 29, 43, 0.82);
}
.uk-light .uk-heading-hero ol.concern-list li {
  font-size: 25%;
  line-height: 1.2em;
  color: #b6e5fd;
  text-shadow: 0 2px 8px rgba(3, 29, 43, 0.96);
  text-transform: none;
  letter-spacing: -2px !important;
  margin: 15px 0 15px 10%;
}
.uk-countdown-label {
  font-size: 12px;
}
.uk-countdown-number, .uk-countdown-separator {
  line-height: 33px;
}
h2.uk-h2.white-font p {
  color: #fff !important;
  ;
}
h1, h2, h3, h4, h5, h6 {
  text-align: left;
}
.team .wk-close {
  width: 40px;
  line-height: 40px;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 40px;
  background: #0E2E49;
  border-radius: 50px;
  padding: 5px;
}
.footer-placeholder {
  display: block;
  height: 115px;
}
.uk-button-large, .btn-large {
  font-size: 18px;
  letter-spacing: 0;
  height: 93px;
  padding: 30px 10px !important;
  line-height: 1.1em !important;
}
.top-section-bb .uk-button-primary {
  border: 4px solid #fff;
}
.uk-light .uk-navbar-nav > li > a.bb-button, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a.bb-button {
  border-top: 3px solid #1c95f5;
  background: #00235F;
  background: -webkit-gradient(linear, left top, left bottom, from(#001070), to(#00235F));
  background: -webkit-linear-gradient(top, #001070, #00235F);
  background: -moz-linear-gradient(top, #001070, #00235F);
  background: -ms-linear-gradient(top, #004871, #00235F);
  background: -o-linear-gradient(top, #001070, #00235F);
  padding: 8.5px 17px;
  border-radius: 80px;
  box-shadow: #cac8c9 0 0 0 0px, inset #cac8c9 0 0 0 0px;
  text-shadow: rgba(1, 43, 68, 0.32) 1px 2px 3px;
  color: #fff;
  height: 40px;
  min-height: 40px;
  margin-top: 20px;
  transition: .3s ease-in-out;
  transition-property: all;
  letter-spacing: 2px;
  border-bottom: 3px solid #007cdf;
  border-left: 4px solid #007cdf;
  border-right: 4px solid #007cdf;
  position: relative;
  left: 0px;
}
.uk-light .uk-navbar-nav > li:hover > a.bb-button, .uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li:hover > a.bb-button {
  background: #00235F;
  color: #fff;
  border-radius: 0;
  height: 80px;
  margin-top: 0;
  border-top: 0px solid transparent !important;
  border-bottom: 0px solid transparent !important;
  border-left: 0px solid transparent !important;
  border-right: 0px solid transparent !important;
  box-shadow: none !important;
  margin-left: 8px;
  left: -4px;
}
.uk-light .uk-navbar-nav > li:hover > a.bb-button {
  background: #00235F;
}
.uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li:hover > a.bb-button {
  background: transparent;
}
.uk-light .uk-navbar-nav > li > a.bb-button:active, uk-navbar-container:not(.uk-navbar-transparent) .uk-navbar-nav > li > a.bb-button:active {
  border-top-color: #126a96;
  background: #126a96;
  border: 0 none !important;
  box-shadow: none !important;
}
.uk-navbar-nav > li.uk-active > a.bb-button::before {
  display: none;
}
.uk-h5.footer-tagline, h5.footer-tagline {
  font-size: 18px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(165, 212, 239, 0.83) !important;
  font-style: italic;
}
.uk-h5.intro-text, h5.intro-text {
  font-size: 24px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: rgba(165, 212, 239, 0.83) !important;
  font-style: italic;
}
.uk-h5.big-font, h5.big-font {
  font-size: 28px;
  line-height: 1.4;
  font-family: 'Work Sans';
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.bb-slide-overlay {}
.bb-slide-tagline {
  padding: 0 30px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
  background: -webkit-linear-gradient(#fff, #eee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.bb-slide-tagline span {
  background: -webkit-linear-gradient(#a7d8ff, #008dff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #d5e5f14d;
  font-size: 2.25em;
}
.uk-section-secondary.awards-section {
  background: #000000;
}
.uk-nav-default > li > a {
  text-transform: uppercase;
}
.uk-accordion-title:focus, .uk-accordion-title:hover {
  color: #daecf7;
}
.uk-slideshow {
  overflow: hidden !important;
}
.news .yoo-zoo.blog-uikit3 .uk-article + .uk-article {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 2px dotted #eaeaea;
}
.news .yoo-zoo.blog-uikit3 .uk-align-right\@m img {
  border: 5px solid #eee;
}
.news .yoo-zoo.blog-uikit3 .uk-subnav > li > a {
  margin-top: 13px;
  font-size: 18px;
  padding: 14px 35px 14px 30px;
  background-color: #184057;
  color: #fff;
  border-color: transparent;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.09);
  text-transform: uppercase;
}
.news .yoo-zoo.blog-uikit3 .uk-subnav > li > a:hover {
  background-color: #005a8e;
}
.news .uk-container {
  max-width: 960px;
}
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary {
  background-color: #00235F;
}
.uk-section-secondary:not(.uk-preserve-color) .uk-button-primary:hover {
  background-color: #017ada;
}
.number-one-home img {
  max-width: 725px;
}
.elite .newsletter-section {
  display: none;
}
/* Responsvie CSS */
@media (min-width:1220px) {}
@media (max-width:1219px) {}
@media (min-width:1025px) {}
@media (max-width:1024px) {}
@media (min-width:960px) and (max-width:1284px) {
  .uk-button-large, .btn-large {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (min-width:960px) {
  .success-stories .uk-align-right\@m {
    max-width: 50%;
  }
  .uk-navbar-center:not(:only-child) {
    left: 70%;
  }
  .beau-cropped img {
    min-width: 750px;
    margin-top: -110px;
  }
  body.events div.uk-margin.element.element-image img {
    width: 100%;
  }
  .uk-navbar-nav > li.cta > a::before, .uk-navbar-nav > li.cta:hover > a::before, .uk-navbar-nav > li.cta > a.uk-open::before, .uk-navbar-nav > li.cta > a:focus::before {
    height: 0;
    left: 0;
    right: 0;
  }
  .uk-navbar-nav > li.cta {
    margin: 10px 5px 4px 25px;
    border: 2px solid #c1c0c0;
    border-radius: 3px;
    height: 56px;
    background: linear-gradient(123deg, #002a40, #42738c, #002a40);
    background-size: 180px 180px;
    -webkit-animation: ButtonAnimate 3s ease infinite;
    -moz-animation: ButtonAnimate 3s ease infinite;
    animation: ButtonAnimate 3s ease infinite;
    @-webkit-keyframes ButtonAnimate {
      0% {
        background-position: 97% 0%
      }
      50% {
        background-position: 4% 100%
      }
      100% {
        background-position: 97% 0%
      }
    }
    @-moz-keyframes ButtonAnimate {
      0% {
        background-position: 97% 0%
      }
      50% {
        background-position: 4% 100%
      }
      100% {
        background-position: 97% 0%
      }
    }
    @keyframes ButtonAnimate {
      0% {
        background-position: 97% 0%
      }
      50% {
        background-position: 4% 100%
      }
      100% {
        background-position: 97% 0%
      }
    }
  }
  .uk-navbar-nav > li.cta:hover {
    background: linear-gradient(223deg, #002a40, #42738c, #002a40);
    background-size: 300px 300px;
  }
  .uk-navbar-nav > li.cta > a {
    font-size: 20px;
    height: 56px;
    padding: 0 22px;
  }
}
@media (max-width:959px) {
  .events-grid .wk-panel-box .wk-panel-badge {
    font-size: 13px;
  }
  .events-grid .wk-panel div.wk-margin {
    font-size: 13px;
  }
  body.events div.uk-margin.element.element-image img {
    width: auto;
    min-height: 400px;
    height: 400px;
    max-width: none;
  }
  .events .uk-navbar {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
  }
  .uk-light .uk-heading-hero ol.concern-list li {
    font-size: 33%;
  }
  .uk-button-large, .btn-large {
    font-size: 20px;
    letter-spacing: 0;
  }
  .uk-light .uk-heading-hero .hero-middle-text {
    font-size: 45%;
  }
  .uk-light .uk-heading-hero .hero-bottom-text {
    font-size: 40%;
  }
}
@media (min-width:768px) {
  .team .wk-modal .wk-flex .wk-slideshow {
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    box-shadow: inset 0 -211px 63px -209px rgba(0, 0, 0, 0.29);
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width:767px) {
  .uk-button-large, .btn-large {
    line-height: 80px;
    font-size: 20px;
  }
  .footer-placeholder {
    display: none;
  }
  .footer-content .uk-text-left {
    text-align: center !important;
  }
  .softer .uk-background-fixed {
    background-attachment: local;
  }
  html {
    text-align: left;
    font-size: 14px;
  }
  ul.graphic-number li {
    padding-left: 41px;
    background-size: 35px;
    line-height: 24px;
    background-position: 0 -3px;
    font-size: 16px;
  }
  body .wk-text-left {
    text-align: left !important;
    font-size: 14px;
  }
  .uk-h5.big-font, h5.big-font, .uk-h5.intro-text, h5.intro-text {
    font-size: 21px;
    letter-spacing: -1px;
  }
  .uk-h5.footer-tagline, h5.footer-tagline {
    font-size: 16px;
  }
  .uk-h2, h2, .testimonials-grid .wk-panel h3.wk-h2 {
    font-size: 24px;
    letter-spacing: -1px;
  }
  .uk-h1, h1, .uk-heading-primary {
    font-size: 32px;
  }
  .uk-article-title {
    font-size: 32px;
    letter-spacing: -1px;
  }
  ul.bullet-white li {
    font-size: 15px;
  }
}
ol, ul {
  padding-left: 20px;
}
@media (min-width:480px) {}
@media (max-width:479px) {
  .uk-button-large, .btn-large {
    line-height: 70px;
    font-size: 16px;
  }
  .uk-navbar .uk-navbar-center:not(:only-child) {
    width: 300px;
  }
}
@media (max-width:330px) {
  .uk-navbar .uk-navbar-center:not(:only-child) {
    width: 250px;
  }
}