<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-size: 16px !important;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 26px;
}

p, ul {
  color: #3c4252;
}

.et_header_style_left #et-top-navigation nav&gt;ul&gt;li&gt;a, .et_header_style_split #et-top-navigation nav&gt;ul&gt;li&gt;a {
  padding-bottom: 28px !important;
}

.container {
  width: 85%;
}

#top-header {
  display: none;
}

.et_header_style_left .mobile_menu_bar {
  padding-bottom: 11px;
  position: relative;
  top: -10px;
}

@media only screen and ( max-width:1140px ) {
  #top-menu-nav, #top-menu {display: none;}
  #et_top_search {display: none;}
  #et_mobile_nav_menu {display: block;}
}

#et-top-navigation {
  float: left;
}

.et_header_style_left #et-top-navigation {
  padding-top: 35px;
  height: 80px;
}

#top-menu a, .nav-sign-in {
  font-weight: 400;
  font-size: 14px;
  color: #2f2f3b;
}


.et_pb_svg_logo #logo {
  width: 160px;
  position: relative;
  /* top: 4px; */
}

#et-secondary-nav .menu-item-has-children&gt;a:first-child:after, #top-menu .menu-item-has-children&gt;a:first-child:after {
  display: none;
}

#et-secondary-nav .menu-item-has-children&gt;a:first-child, #top-menu .menu-item-has-children&gt;a:first-child {
  padding-right: 0;
}

#top-menu li {
  padding-right: 20px;
}

.et_header_style_left #et-top-navigation {
  width: 100%;
}

.et_fixed_nav #et-top-navigation {
  transition: none;
}

@media (min-width:1200px) {
  #et-top-navigation {
    padding-left: 200px !important;
  }
}

.nav-right-links {
  float: right;
  position: absolute;
  right: 0;
  /* padding-top: 3px; */
  top:30px;
}

.nav-sign-in {
  padding-left: 7px;
  color: #02ACC4;
  font-size: 15px;
  font-weight: 600;
}

.nav-sign-in .fa-sign-in {
  font-size: 20px;
  top: 3px;
  position: relative;
  left: 5px;
}

@media (max-width: 1100px) {
  .nav-right-links {
    display: none;
  }
}

.nav-sign-up {
  margin-top: 11px;
  margin-bottom: 12px;
  margin-left: 10px;
  padding: 8px 15px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #02ACC4;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #fff;
}

.nav-sign-up:hover {
  background-color: #003842;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #FFF;
}

.nav-demo {
  border: 1px solid #02ACC4;
  border-radius: 50px;
  margin-top: 11px;
  margin-bottom: 12px;
  margin-left: 10px;
  padding: 8px 15px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: #02ACC4;
}

.nav-demo:hover {
  background-color: #02ACC4;
  color: #fff;
}

/* Home */
.verification-boxen {
  display: flex;
  margin-top: 40px;
  margin-bottom: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxen {
  width: 460px;
  border-radius: 8px;
  box-shadow: 0 24px 50px -4px rgba(12,26,63,.39);
  position: relative;
}

.boxen.red {
  left: 41px;
  float: none;
}

.boxen.green {
  top: 48px;
  right: 40px;
  width: 460px;
  margin-bottom: 0;
  float: none;
}

.single-services .et_post_meta_wrapper {
  display: none;
}

.single-post article {
  max-width: 820px;
  margin: 0 auto;
}

.single-post .entry-title {
  /* margin-bottom: 20px; */
  padding-top: 10px;
  padding-bottom: 0;
  float: none;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}

.single-post .comments-number {
  display: none;
}

.single-post .et_pb_post .entry-content {
  border-top: 1px solid #beced8;
}

.author-box .text-block {
  color: #566;
  font-size: 18px;
  font-weight: 700;
}

.author-box .author-summary {
  margin-top: 4px;
  margin-left: 0;
  float: none;
  font-family: proxima-nova,sans-serif;
  color: #7b909c;
  font-size: 14px;
  line-height: 23px;
}

.author-box {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-top: 35px;
  padding-bottom: 35px;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #beced8;
  border-bottom: 1px solid #beced8;
}


/* MegaMenu */
#top-menu li.mega-menu&gt;ul  {
  width: 450px !important;
  background: linear-gradient(231deg, rgba(0,224,255,0.95) 0%, rgba(65,221,200,0.95) 100%);
  /* opacity: 0.9; */
  left: unset !important;
}

#main-header .nav ul {
  background: linear-gradient(231deg, rgba(0,224,255,0.95) 0%, rgba(65,221,200,0.95) 100%);
}

#top-menu li.mega-menu&gt;ul li, #top-menu li.mega-menu&gt;ul li a {
  background: transparent !important;
}

#top-menu li.mega-menu&gt;ul&gt;li&gt;a:first-child {
  border-bottom: none;
  font-size: 16px;
}

.no-bg .sub-menu {
  background: none !important;
}

#top-menu-nav&gt;ul&gt;li&gt;a:hover, #top-menu-nav&gt;ul&gt;li.current-menu-item&gt;a {
  /* border-bottom: 5px solid #09AEC0; */
  color: #2ea3f2;
}

#top-menu-nav&gt;ul&gt;li&gt;a:hover {
  opacity: 1 !important;
}

/* Footer */
.offices-header {
  font-size: 15px;
  font-weight: 700;
  color: #3c4252;
  /* margin-bottom: 10px; */
}

.offices-body {
  color: #7f8799;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 20px;
}

#main-footer {
  padding-top: 60px;
  border: 1px solid #d4d4d4;
}

#main-footer .sub-menu {
  margin-top: .5em;
}

#main-footer .fwidget {
  min-width: 100%;
}

#footer-widgets {
  padding: 0;
}

#main-footer .menu-item-has-children {
  padding-left: 0 !important;
}

.et-social-icons {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer-widgets .footer-widget li:before {
    content: none !important;
}

#footer-widgets .footer-widget li {
  padding-left: 0 !important
}

@media (min-width: 981px) {
  .et_pb_gutters3 .footer-widget {
    margin-right: 5.5%;
    margin-bottom: 2.5%;
  }
}

#main-footer .footer-widget h4 {
  font-weight: 700;
  font-size: 15px;
}

@media (max-width: 768px) {
  #footer-widgets h4, ul, #media_image-3 {
    text-align: center;
  }
  .offices-header, .offices-body {
    text-align: center;
  }
}

.gradient-button {
  background: #41ddc8; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #41ddc8 0%, #00e0ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #41ddc8 0%,#00e0ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #41ddc8 0%,#00e0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41ddc8', endColorstr='#00e0ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient-button:hover {
  background: #41ddc8; /* Old browsers */
  background: -moz-linear-gradient(-45deg,  #00e0ff 0%, #41ddc8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  #00e0ff 0%,#41ddc8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  #00e0ff 0%,#00e0ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0ff', endColorstr='#41ddc8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.so-extra {
  font-weight: 900 !important;
}

.black-text {
  font-weight:900 !important;
}

.color-white-text {
 color: #fff !important;
}
</pre></body></html>