@font-face {
  font-family: SegoeUI;
  src:
          local("Segoe UI"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: SegoeUI;
  src:
          local("Segoe UI Bold"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: SegoeUI;
  src:
          local("Segoe UI Semibold"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
          url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
  font-weight: 600;
}

h1, h2, h3 {
  font-family: SegoeUI;
}

.button {
  box-shadow: none;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-family: SegoeUI;
  transition: 0.2s;
  display: inline-block;
  line-height: 1.4;
}

.button:hover {
  text-decoration: none;
}

.button__transparency-blue {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #24b2fa;
  border-radius: 24px;
  border: solid 2px #C8E8F7;
  padding: 7px 15px;
}

.button__big-green {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  padding: 16px 48px;
  background: #2ecc71;
  letter-spacing: 0.5px;
}

.button__orange-gradient {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #000;
  border-radius: 56px;
  padding: 17px 40px;
  letter-spacing: 0.5px;
  background: linear-gradient(to right, #ffdf5b, #ffb946);;
}

.button__orange-gradient:hover {
  background: linear-gradient(to right, #ffb333, #ffb333);
}

.business-page .gform_wrapper .gform_button:hover {
  background: linear-gradient(to right, #ffb333, #ffb333);
}

.button__orange-gradient:hover,
.button__orange-gradient:focus {
  color: #000;
  outline: none;
}

.button__blue {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  border-radius: 24px;
  background: #24b2fa;
  letter-spacing: 0.5px;
  padding: 7px 15px;
}

.button__blue:hover,
.button__blue:focus {
  color: #ffffff;
  background: #1b89c0;
}


.button_square_blue {
  border-radius: 4px;
  background-color: #24b2fa;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_square_blue:active,
.button_square_blue:focus,
.button_square_blue:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #24b2fa;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16);
}

.button_square_green {
  border-radius: 4px;
  background-color: #2ecc71;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12);
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_square_green:active,
.button_square_green:focus,
.button_square_green:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #2ecc71;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16);
}

.button_square_white:active,
.button_square_white:focus,
.button_square_white:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff !important;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.24);
}

.button_square_white {
  border-radius: 4px;
  background: #ffffff !important;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.16);
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_square_blue_border:active,
.button_square_blue_border:focus,
.button_square_blue_border:hover {
  text-decoration: none;
  color: #24b2fa;
}

.button_square_blue_border {
  border-radius: 4px;
  background: none !important;
  border: solid 2px rgba(36, 178, 250, 0.2);
  color: #24b2fa;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button_big {
  padding: 17px 20px;
  font-size: 16px;
  font-weight: 600;
}

.button_medium {
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
}

.button_small {
  padding: 11px 21px;
  font-size: 14px;
  font-weight: 600;
}


.blue-arrow {
  background: url("../img/blue-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: sub;
  margin-right: 5px;
}

.logo-spin {
  position: relative;
  perspective: 200px;
  width: 40px;
  height: 40px;
}

.gform_footer {
  perspective: 200px;
}

.gform_ajax_spinner,
.logo-spin div {
  width: 31px;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 15px;
  margin: auto;
  background: url('../img/logo.png') no-repeat;
  background-size: 130px;
  -moz-animation: logo-spin-rotation 1s infinite linear;
  -ms-animation: logo-spin-rotation 1s infinite linear;
  animation: logo-spin-rotation 1s infinite linear;
}

.popup-auth-wrap-signin .gform_ajax_spinner,
.popup-auth-wrap-signin .logo-spin div {
  top: -80px;
  right: 80px !important;
  left: auto !important;
}

.gform_ajax_spinner {
  z-index: 999999;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  display: block !important;
  overflow: hidden  !important;
  width: 34px !important;
  height: 36px !important;
  margin-left: auto !important;
}

.pum .gform_ajax_spinner {
  /* width: 16px !important; */
  /* height: 37px !important; */
  /* background-size: 65px 37px; */

}

@keyframes logo-spin-rotation {
  100%{
    transform:rotatey(360deg);
  }
}

.bg-h1 {
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  font-family: SegoeUI;
  margin-top: 0;
  margin-bottom: 0;
}

.guides p {
  word-wrap: break-word;
}

a:hover, a:focus {
  color: #00ABED;
}

.color-b0 {
  background-color: #fff;
}

.color-b1 {
  background-color: #f2f5f7;
}

.row {
  max-width: 100%;
}

.top-shift {
  margin-top: 75px;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}


.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.admin-bar #header-bar {
  top: 32px;
}

.admin-bar #main.off-canvas-wrapper_ {
  padding-top: 32px;
}

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul:hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.error404 .content-area .nc_socialPanel,
.error404 .content-area .swp-content-locator {
  display: block !important;
  display: block !important;
  overflow: hidden !important;
  height: 1px !important;
  margin: 0 !important;
}

.over-visible {
  overflow: hidden !important;
}

.card .card-part-avatar a {
  font-size: 10px;
  color: gray;
  line-height: 120%;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.user-is-enrolled .hide-if-not-enrolled,
.user-is-enrolled .hide-if-enrolled {
  display: none !important;
}

/*
# Accessibility
*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*
# Alignments
*/

@media screen and (min-width: 40em) {
  .alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
  }

  .alignright {
    display: inline;
    float: right;
    margin-left: 15px;
  }

  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
# Clearings
*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*
# Widgets
*/

.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */

.widget select {
  max-width: 100%;
}

.widget .widget-ads-wrapper {
  border-radius: 5px;
  background-image: url(../img/subscription-bg.jpg);
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.widget .widget-ads-wrapper-2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-firection: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget .widget-ads-block {
  background-color: rgba(36, 178, 250, 0.9);
  padding: 24px 0;
  border-radius: 5px;
  margin: 0 auto;
}

.widget .widget-ads-block h2 {
  max-width: 580px;
  margin-right: 24px;
  text-align: center;
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #ffffff;
  margin-bottom: 0;
}

.widget .widget-ads-block a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #000000;
  padding: 12px 20px;
  border-radius: 56px;
  background-color: #ffdb33;
  text-decoration: none;
  cursor: pointer;
}

.widget_wpb_widget {
  margin-bottom: 0;
}

/*
# Content
*/

/*
## Posts and pages
*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

/*
## Comments
*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*
# Infinite scroll
*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

  /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*
# Media
*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/*
## Captions
*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*
## Galleries
*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/**
 * Landing page styles
 */

* {
  margin: 0;
  padding: 0;
}

.arrow-svg {
  width: 16px;
  height: 18px;
}

.arrow-svg-right {
  transform: rotate(-90deg);
  margin-left: 3px;
}

.arrow-svg-down {
  transform: rotate(0deg);
  margin-left: 12px;
  margin-top: 12px;
}

.arrow-svg-right.white-arrow .use {
  fill: #FFF;
}

.arrow-svg-right.black-arrow .use {
  fill: #000;
}

.material .material-input label {
  top: 16px;
}

/* The side navigation menu */

.sidenav {
  height: 100%;
  width: 220px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 10;
  /* Stay on top */
  top: 0;
  right: -220px;
  background-color: #FFFFFF;
  transition: 0.5s;
}

#community-list {
  display: none;
}

#mySidenav {
  background-color: #FFFFFF;
  z-index: 111111;
}

.close-sidenav {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url(../img/close-sidenav.png);
}


.sidenav-main-links {
  height: 387px;
  margin-top: 2px;
}

.sidenav-main-links a {
  padding: 10px 0 10px 24px;
  margin: 0 5px;
  text-decoration: none;
  color: #000000;
  display: block;
  transition: none;
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: 400;
  /* line-height: 2.1; */
  line-height: 120%;
  color: #000000;
  user-select: none;
  /* white-space: nowrap; */
}

.sidenav-main-links a:hover {
  /* text-decoration: underline; */
  /* color: #24b2fa; */
  background-color: #24b2fa;
  color: #fff !important;
  text-overflow: ellipsis;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.community-list {
}

.community-list a {
  margin-left: 0;
  margin-right: 40px;
  max-width: 195px;
  padding-left: 24px;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.57;
  color: rgba(16, 25, 35, 0.4);
}

.sidenav-main-links .community-list a:hover {
  border-radius: 24px;
  background-color: #24b2fa;
  color: #FFFFFF;
  border-top-right-radius: 44px;
  border-bottom-right-radius: 44px;
}

.sidebar-social-icons {
  display: flex;
  justify-content: space-between;
  width: 167px;
  padding-bottom: 16px;
  margin: 0 auto;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}

.sidebar-social-icons img {
  margin: 0;
}

.sidebar-social-icons img:first-child {
  margin-left: 0;
}

.sidebar-social-icons img:last-child {
  margin-right: 0;
}

.sidebar-links {
  display: flex;
  flex-direction: row;
  margin-left: 24px;
  margin-top: 12px;
}

.sidebar-links a {
  text-decoration: none;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 12px;
  font-weight: 600;
  line-height: 2.67;
  color: #000000;
  display: block;
  line-height: 140%;
  margin-bottom: 12px;
}

.sidebar-links-1 {
  width: 50%;
}

.sidebar-links-2 {
  width: 50%;
  margin-left: 0;
}


.sidenav a:hover,
.offcanvas a:focus {
  color: #24b2fa;
}


.sidenav .closebtn {
  position: absolute;
  background-image: url(../img/close-sidenav.png);
  background-size: cover;
  background-position: center, center;
  display: none;
  top: 17px;
  left: -38px;
  /* font-size: 36px; */
  width: 16px;
  height: 16px;
  z-index: 30;
}

.pressed-community {
  text-decoration: underline;
  color: #24b2fa;
}

/* Style page content */

#main {
  transition: margin-right .5s;
}

body {
  font-family: SegoeUI;
  background-color: #ffffff;
  width: 100%;
  /* font-size: 100%; */
  min-width: 320px;
}

header .main-header {
  background-color: #3e474e;
}

.home header .main-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
}

header .main-header .header-wrapper-top {
  padding-left: 20px;
}

.dropbtn {
  background-color: transparent;
  background-image: url(../img/login.svg);
  margin-top: 16px;
  margin-right: 23px;
  width: 35px;
  height: 35px;
  color: white;
  background-size: cover;
  background-position: center, center;
  border: none;
  outline: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  overflow: auto;
  width: 207px;
  right: 0;
  padding: 0 3.5px 7px;
  z-index: 2;
}

.dropdown-content img {
  margin-right: 10px;
  margin-left: 4px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.dropdown-content a:hover {
  text-decoration: none;
}

.dropdown-content a {
  text-align: left;
  font-size: 14px;
  width: auto;
  margin: 0;
  color: black;
  padding: 10px;
  opacity: 0.7;
  text-decoration: none;
  display: block;
  transition: none;
  font-family: SegoeUI;
}
.dropdown a:hover,
.dropdown-content a:hover {
  opacity: 1;
  background-color: #f0f0f0;
  color: #000;
}

.show {
  display: block;
}

/*Hide default notificatin icon*/
.um-notification-b {
  display: none !important;
}

header .main-header .logo {
  padding: 0;
  margin: 15px 10px 18px 0;
  display: block;
  float: left;
  background: url(../img/logo-white.svg) center center no-repeat;
  width: 142px;
  height: 39px;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
  font-family: SegoeUI;
  color: #24b2fa;
}

header .main-header .logo object {
  margin: 0;
  pointer-events: none;
}

/* top menu */

header .main-header .main-nav {
  float: left;
}

header .main-header .main-nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .main-header .main-nav ul li {
  padding: 26px 0;
  margin: 0 15px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

header .main-header .main-nav ul li > a {
  display: block;
}

header .main-header .main-nav #top-menu > li:first-child {
  margin-left: 32px;
  margin-left: 2rem;
}

header .main-header .main-nav > ul > li:hover,
header .main-header .main-nav > ul > li:focus {
}

header .main-header .main-nav ul li.current-menu-item {
  /*border-bottom: solid 2px #24b2fa;*/
  /* padding-bottom: 24px; */
}

header .main-header .main-nav ul li:hover > a {
  opacity: 1;
}

header .dropdown-wrapper,
header .main-header .main-nav .sub-menu {
  background: #fff;
  margin: 10px 0 0 0;
  padding: 5px 0 5px 0;
  border-radius: 2px;
  transition: all .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.16), 0 0 1px rgba(0,0,0,.16);
}
header .main-header .main-nav .sub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  margin: 20px 0 0 0;
  z-index: 2;
}

header .main-header .main-nav ul li:hover > .sub-menu {
  display: block;
  margin-top: 10px;
}

header .main-header .main-nav .sub-menu li {
  display: block;
  margin: 0;
  padding: 10px 10px 10px 15px;
  position: relative;
  width: 100%;
}

header .main-header .main-nav .sub-menu li > a:before {
  display: inline-block;
  content: ' ';
  width: 16px;
  height: 16px;
  position: absolute;
  left: -20px;
  opacity: 0;
  background: transparent url('../img/check.png') left center no-repeat;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

/* header .main-header .main-nav ul li:hover > .sub-menu li a, */
header .main-header .main-nav .sub-menu li a {
  color: #000 !important;
  opacity: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  text-align: left;
}
/* header .main-header .main-nav ul li:hover > .sub-menu li:hover > a, */
header .main-header .main-nav .sub-menu li:hover > a,
header .main-header .main-nav .sub-menu li > a:hover {
  /* color: #24B2FA; */
  opacity: 1;
}

.main-nav .sub-menu li:hover {
  background: #f0f0f0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.main-nav .sub-menu li:hover > a,
.main-nav .sub-menu li > a:hover {
  opacity: 1;
}

/*
header .main-header .main-nav .sub-menu li:hover > a:before,
header .main-header .main-nav .sub-menu li > a:hover:before {
  left: 8px;
  opacity: 1;
}
*/

.main-nav > ul > li.menu-item-has-children {
  margin-right: 25px;
}

.main-nav > ul > li.menu-item-has-children > a:after {
  content: "\203a ";
  display: inline-block;
  font-size: 160%;
  line-height: 1%;
  width: 10px;
  position: relative;
  margin-left: 8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  vertical-align: middle;
}

/**/

header .main-header .user-block {
  /* margin-right: 70px; */
  margin-right: 20px;
  float: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  /* width: calc(100% - 670px); */
}

header .main-header .user-block .link-item {
  float: left;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 0 0 36px;
  margin-top: 25px;
  margin-bottom: 25px;
  min-width: 100px;
  text-align: center;
}

header .main-header .user-block .link-item.login-btn {
  margin-left: 0;
  padding-left: 0;
}

.main-header .user-block img.avatar,
.header .user-block img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
  height: 38px;
  width: auto;
}

.home header .main-header .user-block .search {
  color: rgba(255, 255, 255, 0.6) !important;
  opacity: 1 !important;
}

header .main-header .user-block .search {
  transition: all .2s;
  height: 40px;
  margin: auto 0;
  border: none;
  text-align: right;
  padding: 0 35px 0 0;
  width: 120px;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6) !important;
  background-color: transparent;
  position: relative;
  float: right;
  min-width: 110px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 1 !important;
}

header .main-header .user-block .search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6) !important;
}
header .main-header .user-block .search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
header .main-header .user-block .search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
header .main-header .user-block .search:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6) !important;
}

header .main-header .user-block .search:focus {
  width: 100%;
  max-width: 385px;
  opacity: 1;
  outline: none;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, 0.24);
  color: #fff !important;
}

header .main-header .user-block .search:not([value=""]) {
  width: 100%;
  max-width: 385px;
}

.search-wrapper {
  position: relative;
  width: 100%;
  display: block;
  margin: 14px 0 14px 0;
}
.search-wrapper:before {
  content: '';
  position: absolute;
  right: -12px;
  top: 6px;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
}

.search-img {
  border: none;
  background-image: url(../img/search.svg);
  background-size: 70%;
  background-position: center, center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  z-index: 11111;
}

header .main-header .user-block .search:after {
  content: "123";
  width: 10px;
  height: 10px;
  background-color: red;
  position: absolute;
  top: 10px;
}

header .main-header .user-block .search::-moz-placeholder,
header .main-header .user-block .search:-moz-placeholder {
  font-family: SegoeUI;
  color: #000000;
}

header .main-header .user-block .search::placeholder,
header .main-header .user-block .search:-moz-placeholder {
  font-family: SegoeUI;
  color: #000000;
}

header .main-header .user-block .notifications {
  width: 20px;
  height: 24px;
  margin-right: 32px;
  margin-top: 22px;
  background-image: url(../img/icon-notifications.png);
  background-size: cover;
  background-position: center, center;
  cursor: pointer;
  min-width: 20px;
  position: relative;

  margin-left: 32px;
  margin-right: 0;
}

header .main-header .user-block .dropLogin {
  margin-right: 0;
  margin-left: 32px;
  width: 38px;
}

header .main-header .user-block .trial {
  height: 40px;
  box-sizing: border-box;
  float: left;
  padding: 9px 0;
  min-width: 100px;
  text-align: center;
  margin: 14px 0;
  opacity: 1;
  border-radius: 4px;
  background-color: #24b2fa;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: 300ms;
  outline: none;
  user-select: none;
  cursor: pointer;

  margin-left: 32px;
  margin-right: 0;
}

header .main-header .user-block .trial:hover {
  background-color: #1b89c0;
}

header .main-header .user-block .trial:active {
  background-color: #1b89c0;
  margin-top: 15px;
}

header .main-header .user-block .trial:disabled {
  opacity: 0.12;
  background-color: #000000;
}

header .main-header li a {
  text-decoration: none;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

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

.header-second {
  background-image: url(../img/hero-bg.svg);
  display: block;
  background-color: #2aaefa;
}

.header-second h2 {
  padding-top: 80px;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.21;
  text-align: center;
  color: #ffffff;
}

.header-second p {
  margin-top: 24px;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.42;
  text-align: center;
  color: #ffffff;
}

.header-second .header-second-buttons {
  margin-top: 44px;
  padding-bottom: 81px;
  text-align: center;
}

.header-second .header-second-buttons a {
  transition: 300ms;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 74px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  margin: 12px;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
}

.header-second .header-second-buttons a:nth-child(2) {
  background-color: #FFDB33;
  border: solid 2px #FFDB33;
  opacity: 1;
  position: relative;
  color: #000;
}

.header-second .header-second-buttons a:hover {
  color: #000;
  background-color: #eeca22;
  border: solid 2px #eeca22;
}

.header-second .header-second-buttons a .arrow-svg-right {
  position: absolute;
  top: 16px;
}

.header-second .header-second-buttons a img {
  transform: rotate(-90deg);
  margin-bottom: -3px;
  margin-left: 3px;
}

.header-about {
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}

.header-about h2 {
  padding-top: 60px;
  margin: 0 auto;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  margin-bottom: 42px;
}

.header-about h2:before {
  content: '';
  position: absolute;
  bottom: -23px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.header-about p {
  display: block;
  margin-top: 17px;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #000000;
  margin-bottom: 161px;
}

.header-courses {
  position: relative;
  padding-bottom: 20px;
  background-color: rgba(36, 178, 250, 0.12);
  width: 100%;
}

.header-courses .course-hide-btn {
  display: block;
  cursor: pointer;
  top: -20px;
  width: 40px;
  height: 40px;
  transition: 300ms;
  border-radius: 100%;
  background-color: #24b2fa;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.header-courses .course-hide-btn img {
  margin-left: 12px;
  margin-top: 12px;
}

.header-courses .course-hide-btn:hover {
  background-color: #1f9cdb;
}

.header-courses .course-hide-btn .arrow-down {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  margin-top: 14px;
}

.header-courses .courses-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 255px;
  top: -100px;
  display: block;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.42;
  text-align: center;
  color: #24b2fa;
}

.header-courses h2 {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  margin-bottom: 30px;
}

.header-courses h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.header-courses .courses {
  max-width: 1176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-courses .courses .course {
  transition: 300ms;
  margin: 0 17px;
  cursor: pointer;
  text-decoration: none;
}

.header-courses .courses .course .course-background {
  background-color: #24b2fa;
}

.header-courses .courses .course img {
  transition: 300ms;
  display: block;
  width: 260px;
  /* height: 145px; */
}

.header-courses .courses .course p {
  transition: 300ms;
  margin-top: 25px;
  max-width: 260px;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #000000;
}

.header-courses .courses .course:hover img {
  opacity: 0.12;
}

.header-courses .courses .course:hover p {
  color: #24b2fa;
}

.header-courses .all-courses {
  transition: 300ms;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 134px;
  text-align: center;
  padding: 9px 16.2px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  margin-bottom: 60px;
}

.header-courses .all-courses:hover {
  background-color: #1f9cdb;
}

.header-courses .all-courses:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: 59px;
}

.header-courses .all-courses:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community {
  max-width: 1176px;
  margin: 0 auto;
}

.community h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 8px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.community a {
  text-decoration: none;
}

.community .community-gray {
  text-align: center;
  opacity: 0.4;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #000000;
}

.community .messages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 765px;
  margin: 0 auto;
  margin-top: 36px;
}

.community .messages-container .message {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  width: 100%;
}

.community .messages-container .message .number-of-message {
  width: 100px;
  margin-top: 2px;
}

.community .messages-container .message .number-of-message .triangle-up {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  opacity: 0.2;
  border-bottom: 8px solid #000000;
}

.community .messages-container .message .number-of-message p {
  margin-top: 4px;
  opacity: 0.2;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.community .messages-container .message .message-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.community .messages-container .message .message-wrapper .message-text,
.community .messages-container .message .message-wrapper .message-text a {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 545px;
}

.community .messages-container .message .message-wrapper .under-message {
  max-width: 170px;
  opacity: 0.4;
  font-family: SegoeUI;
  font-size: 12px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community .messages-container .message .message-wrapper .under-message .under-message-number {
  margin-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.community .messages-container .message .message-wrapper .under-message .under-message-number img {
  opacity: 1;
  margin-top: 1px;
}

.community .messages-container .message .message-wrapper .under-message .under-message-number p {
  margin-left: 4px;
  font-family: SegoeUI;
  font-size: 12px;
  color: #000000;
}

.community .messages-container .message .message-img {
  margin-left: 90px;
}

.community .messages-container .message .message-img img {
  border-radius: 20px;
  overflow: hidden;
  height: 40px;
  width: 40px;
  max-width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 10px;
  color: gray;
  font-family: sans-serif;
  text-transform: lowercase;
  white-space: nowrap;
  box-shadow: 0 0 1px #999;
}

.community .messages-container .message .message-img .message-img-content {
  height: 40px;
  border-radius: 100%;
  width: 40px;
  background-size: cover;
  background-position: center, center;
}

.community .discussion {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 168px;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  margin-bottom: 60px;
  transition: 300ms;
  display: flex;
  justify-content: center;
  align-items: center;
}

.community .discussion img {
  transform: rotate(-90deg);
  margin-bottom: 2px;
  margin-left: 3px;
}

.community .discussion .arrow-svg-right {
  position: relative;
  top: 0px;
  margin-left: 3px;
}

.community .discussion:hover {
  background-color: #1f9cdb;
}

.community .discussion:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: 59px;
}

.community .discussion:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .discussion .arrow-right {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.community .help-support {
  padding-bottom: 60px;
  border-radius: 2px;
  background-color: #f2f5f7;
}

.community .help-support h2 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
}

.community .help-support>h2 {
  margin-bottom: 15px;
}

.community .help-support>h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.community .help-support .numbers {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 985px;
  padding: 0 20px;
}

.community .help-support .numbers .number h2 {
  display: block;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  padding: 0;
  padding-bottom: 8px;
}

.community .help-support .numbers .number p {
  opacity: 0.4;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.63;
  text-align: center;
  color: #000000;
}

.community .help-support .under-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 48px auto 0;
  max-width: 945px;
}

.community .help-support .under-numbers .support-images {
  width: 55%;
}

.community .help-support .under-numbers .support-images .support-images-1 {
  z-index: 1;
}

.community .help-support .under-numbers .support-images .support-images-2 {
  position: absolute;
  left: 100px;
  z-index: 2;
}

.community .help-support .under-numbers .support-images .support-images-3 {
  position: absolute;
  left: 200px;
  z-index: 3;
}

.community .help-support .under-numbers .support-images .support-images-4 {
  position: absolute;
  left: 300px;
  z-index: 4;
}

.community .help-support .under-numbers .support-images .support-images-5 {
  position: absolute;
  left: 400px;
  z-index: 5;
}

.community .help-support .under-numbers .support-images .support-images-wrapper {
  position: relative;
  width: 530px;
  margin: 0 auto;
}

.community .help-support .under-numbers .support-text {
  width: 45%;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
}

.community .help-support .under-numbers .support-text .inner-text {
  max-width: 370px;
  padding-left: 75px;
}

.community .get-started {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 126px;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community .get-started img {
  transform: rotate(-90deg);
  margin-bottom: 2px;
  margin-left: 3px;
}

.community .get-started .arrow-right {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.community .get-started:hover {
  background-color: #1f9cdb;
}

.community .get-started:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: -1px;
}

.community .get-started:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .learn-more h2 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.community .learn-more .guides {
  margin: 0 55px;
  max-width: 1176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.community .learn-more .guides .guide {
  transition: 300ms;
  cursor: pointer;
  max-width: 360px;
  margin: 0 15px;
}

.community .learn-more .guides .guide img {
  display: block;
  transition: 300ms;
}

.community .learn-more .guides .guide p {
  margin-top: 16px;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  transition: 300ms;
}

.community .learn-more .guides .guide .guide-img {
  width: 360px;
  min-height: 188px;
  /* height: 221px; */
}

.guide-background-tonic {
  background-image: url(../img/tinted.png);
  width: 100%;
  min-height: 188px;
  /* height: 221px; */
  position: absolute;
  top: 0;
  background-size: contain;
  transition: 300ms;
}

.guide-background-tonic:hover {
  opacity: 0.1;
}

.community .learn-more .guides .guide:hover .guide-background .guide-img-content {
  opacity: 1;
}

.community .learn-more .guides .guide:hover .guide-background .guide-img-content img {
  opacity: 1;
}

.community .learn-more .guides .guide:hover img {
  opacity: 0.12;
}

.community .learn-more .guides .guide:hover p {
  color: #24b2fa;
}

.community .learn-more .guides .guide .guide-background {
  position: relative;
  background-color: #24b2fa;
  z-index: 1;
}

.community .learn-more .guides .guide .guide-background .guide-img-content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 16px;
  bottom: 14px;
  z-index: 2;
  max-width: 320px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
}

.community .learn-more .guides .guide .guide-background .guide-img-content p {
  margin-left: 12px;
  margin-top: 0;
  font-family: SegoeUI;
  font-size: 12px;
  color: #ffffff;
}

.community .learn-more .guides .guide .guide-background .guide-img-content .comment-number {
  margin-left: 11px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.community .learn-more .guides .guide .guide-background .guide-img-content .comment-number p {
  margin-left: 4px;
  font-family: SegoeUI;
  font-size: 12px;
  color: #ffffff;
}

.community .learn-more .guides .guide .guide-background .guide-img-content .comment-number img {
  margin-top: 2px;
}

.community .learn-more .read-more {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #ffffff;
  color: #24b2fa;
  max-width: 126px;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  border: solid 2px rgba(36, 178, 250, 0.24);
  margin-top: 48px;
  margin-bottom: 60px;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community .learn-more .read-more .read-more-arrow {
  background-image: url(../img/blue-arrow.svg);
  background-size: cover;
  background-position: center center;
  transform: rotate(-90deg);
  margin: 0;
  margin-bottom: 2px;
  margin-left: 3px;
  display: block;
  width: 16px;
  height: 16px;
}

.community .learn-more .read-more:hover .read-more-arrow {
  background-image: url(../img/white-arrow.svg);
}

.community .learn-more .read-more .arrow-svg {
  margin-top: 0px;
}

.community .learn-more .read-more .arrow-svg-right.white-arrow .use {
  fill: #1f9cdb;
  transition: 300ms;
}

.community .learn-more .read-more:hover {
  background-color: #1f9cdb;
  color: #ffffff;
}

.community .learn-more .read-more:hover .arrow-svg-right.white-arrow .use {
  fill: #FFF;
}

.community .learn-more .read-more:active {
  background-color: #1b89c0;
  margin-top: 49px;
  margin-bottom: 59px;
}

.community .learn-more .read-more:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .subscribe-block {
  border-radius: 5px;
  background-image: url(../img/subscription-bg.jpg);
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px;
}

.community .subscribe-block .subscribe-block-container {
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  padding: 43px 0;
  background-color: rgba(22, 34, 47, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-firection: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .community .subscribe-block .gform_widget { */
.gform_widget {
  margin: 0;
  text-align: center;
}

/* .community .subscribe-block .gform_widget .widget-title { */
.gform_widget .widget-title {
  display: inline;
  vertical-align: top;
}

.gform_widget h2,
.community .subscribe-block .subscribe-block-container h2 {
  padding: 0;
  font-family: SegoeUI;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.community .subscribe-block .gform_wrapper {
  /* .gform_wrapper { */
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.community .subscribe-block .gform_body {
  /* .gform_body { */
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.community .material .material-input {
  background-color: transparent;
  margin: 0 32px;
  position: relative;
  bottom: 14px;
  /*padding-top: 0;*/
}

.community .material .material-input label:not(.error) {
  color: rgba(250, 250, 250, 0.8);
  cursor: text;
  font-family: SegoeUI;
  /*padding: 0;
  margin-top: -12px;*/
}

/* .ginput_container input, */
.subscribe-block-container .ginput_container input {
  border-width: 0 0 2px !important;
  border-bottom: solid 1px rgba(250, 250, 250, 1) !important;
  background-color: transparent;
  width: 100%;
  font-size: 20px;
  color: #fff;
  outline: none;
  height: 35px !important;
  font-family: SegoeUI;
}

/* .community .ginput_container_email .material input { */
.ginput_container_email .material input {
  border: 0 !important;
  border-bottom: solid 1px rgba(250, 250, 250, 1) !important;
  background: none;
  width: 100%;
  font-size: 20px;
  color: #fff;
  outline: none;
  height: 35px !important;
  font-family: SegoeUI;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0;
}

/* .subscribe-block-container .ginput_container input:focus, */
/* .ginput_container input:focus, */
.community .material input:focus {
  border-bottom: solid 2px rgba(250, 250, 250, 0.5) !important;
}


.gform_button,
.gform_wrapper .gform_footer input.button,
.community .subscribe-block .subscribe-block-container .subscribe {
  border: none !important;
  vertical-align: middle;
  height: 40px;
  /*max-width: 122px;*/
  text-align: center;
  padding: 0 25px;
  opacity: 1;
  border-radius: 56px;
  background: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  transition: 300ms;
  cursor: pointer;
  box-shadow: none;
  border: 0 !important;
}

.gform_wrapper .gform_footer input.button:hover,
.gform_button:hover,
.community .subscribe-block .subscribe-block-container .subscribe:hover {
  background-color: #1f9cdb;
}

.gform_confirmation_message,
.gform_wrapper {
  font-family: SegoeUI;
  color: #fff;
}

.gform_body ul,
.gform_body ul li {
  list-style: none;
}

.gform_wrapper .ginput_container {
  color: rgba(250, 250, 250, 0.5);
  cursor: text;
}

.subscribe-block .gform_wrapper .top_label input.medium,
.subscribe-block .gform_wrapper .top_label select.medium,
.subscribe-block .gform_wrapper .ginput_container input {
  width: 100% !important;
}

.subscribe-block .gform_wrapper form {
  text-align: center;
}

.subscribe-block .gform_wrapper .validation_message {
  color: aliceblue;
  font-weight: normal;
}

.subscribe-block .gfield_description,
.subscribe-block .validation_message {
  color: aliceblue;
  font-weight: normal;
  display: inline-block;
  float: left;
}

.subscribe-block .gform_wrapper div.validation_error {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  margin-bottom: 0;
  border: none;
  padding: 1em 0;
  clear: both;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.subscribe-block .gform_wrapper li.gfield.gfield_error,
.subscribe-block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: inherit;
  padding: 0;
  border: none;
}

.community .community-end {
  padding-bottom: 70px;
  background: url(../img/group-14@2x.png) bottom right no-repeat;
  background-size: 28%;
  max-width: 1165px;
  margin: 0 auto 100px;
  position: relative;
}

.community .community-end .community-end-img {
  width: 280px;
  height: 283px;
  float: left;
  background: url(../img/group-5@2x.png) left top no-repeat;
  background-size: 280px 283px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.community .community-end img {
  display: none;
}

.community .community-end h2 {
  padding: 0;
  margin-top: 60px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 5px;
}

.community .community-end h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.community .community-end h3 {
  margin: 0 8px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #36b2fa;
}

.community .community-end p {
  margin: 0 auto;
  max-width: 600px;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.community .community-end .under-plus {
  margin: 0 auto;
  max-width: 470px;
  margin: 0 auto;
  opacity: 0.6;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.community .community-end .start-trial {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 188px;
  text-align: center;
  padding: 9px;
  opacity: 1;
  border-radius: 56px;
  background-color: #24b2fa;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.57;
  text-decoration: none;
  font-family: SegoeUI;
  font-weight: 600;
  line-height: 1.57;
  transition: 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community .community-end .start-trial img {
  transform: rotate(-90deg);
  margin: 0;
  margin-bottom: 2px;
  margin-left: 3px;
  display: block;
  width: 16px;
  height: 16px;
}

.community .community-end .start-trial .arrow-svg-right {
}

.community .community-end .start-trial:hover {
  background-color: #1f9cdb;
}

.community .community-end .start-trial:active {
  background-color: #1b89c0;
  margin-top: 41px;
  margin-bottom: -1px;
}

.community .community-end .start-trial:disabled {
  opacity: 0.12;
  background-color: #000000;
}

.community .community-end .start-trial .arrow-down {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.plans-and-technology {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plans-and-technology .plans-wrapper {
  background-color: #f2f5f7;
  width: 50%;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 {
  margin: 80px 60px 90px 70px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans {
  max-width: 517px;
  margin: 0 auto;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans h2 {
  line-height: 1.5;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  color: #000000;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 5px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists .plan-list:last-child {
  margin-left: 30px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists .plan-list .plan {
  margin-top: 40px;
  font-family: SegoeUI;
  font-size: 16px;
  /*line-height: 4;*/
  color: #000000;
  max-width: 270px;
}

.plans-and-technology .plans-wrapper .plans-wrapper-2 .plans .plan-lists .plan-list .plan img {
  vertical-align: middle;
  margin: auto 0;
  margin-right: 16px;
  margin-bottom: 3px;
}

.plans-and-technology .technologies-bg {
  background-image: url(../img/training-bg.jpg);
  background-position: center, center;
  background-size: cover;
  position: relative;
  width: 50%;
}

.plans-and-technology .technologys {
  background-color: rgba(36, 178, 250, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
}

.plans-and-technology .technologys h2 {
  line-height: 1.4;
  margin: 0 auto;
  padding-top: 80px;
  margin-bottom: 32px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  max-width: 320px;
}

.plans-and-technology .technologys p {
  max-width: 380px;
  margin: 0 auto;
  margin-bottom: 51px;
  font-family: SegoeUI;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
}

.plans-and-technology .technologys .start-trial {
  display: block;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  padding: 16px 9px;
  border-radius: 74px;
  border: solid 2px rgba(255, 255, 255, 0.4);
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.38;
  background-color: #ffffff;
  border: solid 2px white;
  opacity: 1;
  color: #000000;
  max-width: 210px;
  text-align: center;
  margin-bottom: 50px;
  transition: 300ms;
}

.plans-and-technology .technologys .start-trial:hover {
  background-color: #FFDB33;
  border: solid 2px rgba(255, 219, 51, 0.4);
}

.slider-wrapper {
  display: none;
}

footer .footer-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

footer .social-icons img {
  display: block;
}

footer .social-icons a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: transparent;
}

footer .social-icons a {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 23px 0;
}

footer .footer-links a {
  font-family: SegoeUI;
  font-size: 14px;
  color: #717a82;
  line-height: 2.57;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
}

footer .footer-links a:hover {
  color: #717a82;
}

footer .copyright {
  font-family: SegoeUI;
  font-size: 14px;
  line-height: 1.4;
  margin: 24px 0;
  min-width: 220px;
  text-align: left;
  color: #717a82;
}

footer .copyright .logo {
  display: block;
}

.desctop-plans-h2 {
  display: block;
}

.mobile-plans-h2 {
  display: none;
}

@keyframes slider {
  23% {
    left: 0
  }

  25% {
    left: -100%
  }

  48% {
    left: -100%
  }

  50% {
    left: -200%
  }

  73% {
    left: -200%
  }

  75% {
    left: -300%
  }

  98% {
    left: -300%
  }

  100% {
    left: -400%
  }
}

.subscribe-block .gform_wrapper .top_label .gfield_label,
.community .subscribe-block .subscribe-block-container .gfield_label {
  display: none !important;
}


/*POPUP ON MAIN PAGE*/

.cp_id_3d85a .cp-modal-body.cp-modal-every-design, .cp-modal-every-design .cp-modal-body {
  padding: 48px 58px !important;
  width: 619px !important;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2) !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  font-family: SegoeUI !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container .cp-submit.cp-btn-flat {
  cursor: pointer !important;
  outline: none !important;
  color: #ffffff !important;
  border-radius: 59px !important;
  background-color: #2ecc71 !important;
  box-shadow: none !important;
  border: none !important;
  padding: 19px 39px !important;
  transition: 300ms !important;
  width: auto !important;
  margin-top: 20px;
}

.cp_id_3d85a .orange {
  background-color: #fff0ad;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container .cp-submit.cp-btn-flat .cp_responsive .cp_font {
  font-family: SegoeUI !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container .cp-submit.cp-btn-flat:hover {
  background-color: #28b363 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-text-container {
  padding: 0;
}

.cp_id_3d85a .cp-modal-every-design .form-main {
  padding: 0;
  max-width: 100%;
}

.cp_id_3d85a .cp-modal-body-overlay {
  background: rgba(255, 255, 255, 0.92) !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-short-description {
  margin-top: 0;
  text-align: center;
}

.cp_id_3d85a .cp-modal-every-design .cp-form-container {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cp_id_3d85a .cp-modal-every-design .cp-short-description .cp_font {
  font-family: SegoeUI;
  font-size: 32px !important;
  font-weight: 400;
  color: #000000;
}

.cp_id_3d85a .cp-modal-every-design .cp-info-container {
  display: none;
}

.cp_id_3d85a .cp-form-container .cp-form-field input {
  font-size: 16px !important;
  border: none;
  box-shadow: none !important;
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 56px !important;
  line-height: 56px;
  outline: none;
  text-align: left !important;
  padding: 0 !important;
}

.cp_id_3d85a .subscribe-illustration {
  background: url("../img/subscribe-illustration.png") no-repeat;
  width: 502px;
  height: 132px;
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
}

.cp_id_3d85a .subscribe-illustration .il-ico {
  display: inline-block;
  width: 187px;
  height: 85px;
  background: url("../img/illustration.png") no-repeat;
  margin-top: 32px;
}

.cp_id_3d85a .cp-overlay-close {
  background: url("../img/close.svg") no-repeat;
  width: 16px !important;
  height: 16px !important;
  top: 20px !important;
  right: 20px !important;
}

.cp_id_3d85a .cp-overlay-close img {
  display: none;
}

.cp_id_3d85a .cp-modal-every-design .cp-title-container {
  padding: 0 !important;
  margin: 0 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-title {
  font-size: 20px !important;
  color: #101923 !important;
  text-align: center !important;
  margin: 20px 0 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

.cp_id_3d85a .cp-modal-every-design .cp-title .cp_font.cp_responsive span {
  line-height: 1.5 !important;
  font-size: 20px !important;
  font-family: SegoeUI !important;
  font-weight: 400 !important;
}


/*AUTH*/
.popup-auth-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2f5f7;
  z-index: 100;
}

.popup-auth-wrap-sign-up {
  background: #ffffff;
}

.popup-auth-wrap-ads {
  background: rgba(255, 255, 255, 0.95);
}

.popup-auth-container {
  padding: 36px 58px 30px;
  width: 619px;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: SegoeUI;
}

.popup-auth-wrap-sign-up .popup-auth-container {
  position: static;
  transform: translate(0, 0);
  text-align: center;
  margin: 0;
  box-shadow: none;
  padding: 0;
  width: auto;
  padding-right: 80px;
  margin-top: 43px;
}

.popup-auth-wrap-sign-up .popup-auth-start {
  text-align: left;
  font-size: 31px;
  margin-top: 0;
  padding-top: 0
}

.popup-auth-wrap-register .input-text input {
  margin-bottom: 15px;
}

.popup-auth-container.login {
  padding: 40px 58px;
  width: 619px;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: SegoeUI;
}

.popup-auth-tab-wrap {
  text-align: center;
}

.popup-auth-tab {
  padding-top: 20px;
  text-align: center;
  display: inline-block;
  /* border-bottom: solid 1px #F0F1F2; */
}

.popup-auth-wrap-sign-up .popup-auth-container .gform_wrapper .gform_footer input.button {
  border-radius: 4px !important;
  text-transform: uppercase !important;
  padding: 18px 45px !important;
}

.popup-auth-wrap-sign-up .gform_footer.top_label:before {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 18px;
  content: '';
  background: url(../img/white-arrow.svg);
  z-index: 2;
  transform: rotate(-90deg);
}

.popup-auth-container-right ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.popup-auth-container-right-desc {
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #24272a;
  margin-top: 0;
}

.popup-auth-container-right {
  margin-top: 50px;
}

.popup-auth-container-right-list li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: left;
  color: #a1a6ac;
}

.popup-auth-container-right-list-ok li {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.3;
  letter-spacing: normal;
  text-align: left;
  color: #24272a;
  position: relative;
  padding-left: 30px;
}

.popup-auth-container-right-list-ok li:before {
  width: 16px;
  height: 16px;
  background: url("../img/check-green.svg");
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
}

.signin {
  margin-right: 20px;
}

.popup-auth-tab li {
  list-style-type: none;
  display: inline-block;
  padding-bottom: 5px;
}

.register-steps,
.popup-auth-tab li,
.popup-auth-tab li a {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #999999;
}

.popup-auth-tab li.active a {
  cursor: pointer;
  border-bottom: solid 2px #24b2fa;
}

.register-steps .register-steps-left.active:before {
  background-color: #24b2fa;
}

.register-steps .register-steps-left:before {
  content: ' ';
  display: block;
  background: #d0d3d5;
  height: 4px;
  width: 115px;
  position: absolute;
  top: 22px;
  z-index: 9;
  left: 44px;
}

.register-steps .register-steps-right:before {
  content: ' ';
  display: block;
  background: #d0d3d5;
  height: 4px;
  width: 118px;
  position: absolute;
  top: 22px;
  z-index: 9;
  right: 44px;
}

.register-steps .register-steps-right.active:before {
  background-color: #24b2fa;
}

.register-top {
  text-align: center;
  position: relative;
  padding: 17px 0 15px;
  min-height: 84px;
}

.popup-auth-wrap-sign-up .register-top {
  background-color: #f4f6f7;
  padding: 10px 0 8px;
  min-height: 70px;
}

.popup-auth-wrap-signin.popup-auth-wrap-register .material .material-input {
  width: 100%;
  margin-right: 0;
  float: none;
}

.popup-auth-wrap-signin.popup-auth-wrap-register .logo {
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
}

.popup-auth-wrap-signin.popup-auth-wrap-register .popup-auth-container-inner {
  max-width: 440px;
}

.popup-auth-wrap-sign-up .logo {
  top: 9px;
  position: absolute;
  left: 15px;
}

.popup-auth-wrap-register .logo object {
  margin: 0;
  pointer-events: none;
}

.popup-auth-wrap-register ul {
  margin: 0;
}

.popup-auth-container-outer {
  padding: 0 15px;
}

.popup-auth-container-inner {
  max-width: 555px;
  margin: 0 auto;
}

.popup-auth-wrap-register .material .material-input {
  width: 50%;
  float: left;
  margin-right: 0;
}

.popup-auth-wrap-register .material .name_first .material-input {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.popup-auth-wrap-register .material .ginput_container_password .ginput_left .material-input {
  width: calc(50% - 30px);
  margin-right: 30px;
}

.popup-auth-wrap-register .material .ginput_container_email .material-input {
  width: 100%;
  float: none;
  margin-right: 0;
}

.popup-auth-wrap-register .material ul li.email {
  width: calc(50% - 30px);
  margin-right: 30px;
  float: left;
}

.popup-auth-wrap-register .material ul li.country {
  width: 50%;
  margin-right: 0;
  float: right;
}

.popup-auth-wrap-register .material .material-select {
  margin-bottom: 15px;
  padding-top: 14px;
}

.popup-auth-wrap-register .material .material-select ul.radio {
  text-align: left;
  height: 254px;
  overflow: auto;
}

.popup-auth-wrap-register .gform_body {
  margin-bottom: 30px;
}

.popup-auth-wrap-register .wrap {
  max-width: 1140px;
  width: auto;
  min-width: 320px;
}

.register-steps-left {
  position: relative;
  padding-right: 217px;
}

.register-steps {
  user-select: none;
  color: #c5c9cb;
  position: relative;
  text-align: center;
  display: inline-block;
}
.register-steps > span {
  display: inline-block;
  vertical-align: top;
}
.register-step-1 {
  font-size: 16px;
  clear: both;
  border-radius: 50%;
  background: #d0d3d5;
  color: #fff;
  line-height: 39px;
  height: 39px;
  width: 39px;
  margin: 0;
  display: inline-block;
}

.register-step-2 {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #13212f;
  display: inline-block;
}

.register-steps .active .register-step-1 {
  background-color: #24b2fa;
}

.register-steps .circle {
  font-size: 16px;
  clear: both;
  border-radius: 50%;
  color: #fff;
  line-height: 49px;
  height: 49px;
  width: 49px;
  margin: 0;
  display: inline-block;
  text-align: center;
}

.register-steps .active .circle {
  background: rgba(36, 178, 250, 0.2);
}

.register-steps .active,
.popup-auth-tab li.active,
.popup-auth-tab li.active a {
  color: #000;
}


.register-illustration {
  background: url("../img/register-illustration.png") no-repeat;
  width: 502px;
  height: 132px;
  margin: 0 auto;
}

.popup-auth-social {
  text-align: center;
  margin-top: 30px;
}

.popup-auth-social a {
  font-family: SegoeUI;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
  line-height: 42px;
  text-decoration: none;
}

.popup-auth-social a i {
  margin-right: 10px;
  font-size: 20px;
  vertical-align: middle;
}

.popup-auth-title {
  color: #A1A6AC;
  text-align: center;
  padding: 15px 0 0px;
  display: block;
}

.um-col-alt {
  margin: 0;
}

.um-row.um_row_1 {
  margin: 0 0 20px 0 !important;
}

.popup-auth-container input {
  font-size: 16px;
  border: none;
  box-shadow: none;
  width: 100%;
  border-bottom: 1px solid #8e8e8e;
  height: 55px;
  line-height: 55px;
  outline: none;
  margin: 0;
  padding: 0;
  color: #000 !important;
  border-radius: 0;
}

.popup-auth-container a.um-link-alt {
  color: #22a1f8 !important;
  text-decoration: none !important;
}

.popup-auth-container a.um-link-alt:hover {
  text-decoration: none !important;
}

.um-field-checkbox-option {
  text-align: left;
}

.popup-auth-container input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717A82 !important;
}

.popup-auth-container input::-moz-placeholder { /* Firefox 19+ */
  color: #717A82 !important;
}

.popup-auth-container input:-ms-input-placeholder { /* IE 10+ */
  color: #717A82 !important;
}

.popup-auth-container input:-moz-placeholder { /* Firefox 18- */
  color: #717A82 !important;
}

.field-group {
  margin-bottom: 30px;
}

.um-field-first_name {
  width: calc(50% - 17px);
  display: inline-block;
  margin-right: 15px;
}

.um-field-last_name {
  width: calc(50% - 2px);
  display: inline-block;
}

.popup-auth-container form {
  position: relative;
}

.field-submit {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
  position: relative
}

.popup-auth-container #um-submit-btn {
  cursor: pointer !important;
  outline: none !important;
  color: #ffffff !important;
  border-radius: 59px !important;
  background-color: #2ecc71;
  box-shadow: none;
  border: none !important;
  padding: 19px 39px !important;
  font-size: 16px;
  transition: 300ms;
  position: relative;
}

.popup-auth-container #um-submit-btn:before {
  position: absolute;
  right: 20px;
  top: 15px;
  content: "";
  background: url(../img/white-arrow.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
}

#um-submit-btn:hover {
  background-color: #28b363;
}

.popup-auth-container .keep {
  width: 20px;
  height: 20px;
  opacity: 0.5;
  vertical-align: middle;
  margin-right: 5px;
}

.field-check label {
  color: #A1A6AC;
}

.um-link-alt {
  float: right;
  color: #22a1f8;
  text-decoration: none;
}

.um-field .um-col-alt-s {
  padding-top: 5px;
}

a.bnt-back {
  color: #22a1f8 !important;
  text-decoration: none !important;
}

.popup-auth-wrap .um-field {
  padding: 15px 0 0;
  text-align: center;
}

.register-form a.bnt-back {
  position: absolute;
  bottom: 18px;
  left: 0;
}

.field-check {
  margin-top: 30px;
}

.popup-auth-ads h2 {
  margin-top: 20px;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.popup-auth-ads p {
  font-size: 20px;
  color: #101923;
  text-align: center;
  margin: 20px 0 20px;
  line-height: 1.5;
}

.white-arrow {
  background: url("../img/white-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: middle;
}

.popup-auth-ads .orange {
  background-color: #fff0ad;
}

.popup-auth-social .tw {
  width: 136px;
  height: 42px;
  border-radius: 59px;
  background-color: #56acee;
}

.popup-auth-social .in {
  width: 136px;
  height: 42px;
  border-radius: 59px;
  background-color: #0078b5;
}

.popup-auth-social .um-faicon-linkedin {
  vertical-align: baseline;
}

.um-field .um-col-alt {
  display: inline-block;
  margin: 0;
}

.um-field .um-col-alt .um-col-alt-s .um-half {
  margin-right: 0;
}

.um-field .um-col-alt .um-half {
  display: inline-block;
  margin: 0;
  width: auto;
  height: auto;
  float: none;
  margin-right: 10px;
}

.um-field .um-col-alt .um-button-twitter {
  background-color: #56acee;
}

.um-field .um-col-alt .um-button-linkedin {
  background-color: #0078b5;
}

.um-field .um-col-alt a {
  border-radius: 59px !important;
  background-color: #3b5a98;
  color: #ffffff;
  border-bottom: 0 !important;
  padding: 12px 20px !important;
}

.um-field .um-col-alt-s .um-left {
  margin-right: 0 !important;
}


/** BUSINESS PAGE **/

input.input-text, .input-text input {
  font-size: 16px !important;
  border: none !important;
  box-shadow: none;
  width: 100% !important;
  border-bottom: 1px solid #bbbbbb !important;
  height: 38px !important;
  line-height: 38px;
  outline: none !important;
  color: #5b5b5b;
  margin-bottom: 30px;
  float: none !important;
  border-radius: 0;
}

.input-text label {
  color: rgba(19, 33, 47, 0.6) !important;
  opacity: 1 !important;
}

.business-page .material-title {
  display: none;
}

.input-text>label {
  display: none;
}

.input-text input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717A82;
}

.input-text input::-moz-placeholder { /* Firefox 19+ */
  color: #717A82;
}

.input-text input:-ms-input-placeholder { /* IE 10+ */
  color: #717A82;
}

.input-text input:-moz-placeholder { /* Firefox 18- */
  color: #717A82;
}

.field-group-no-margin {
  margin-bottom: 0 !important;
}

.wrap {
  margin: 0 auto;
  width: 875px;
}

.topbar .button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: background-color .25s ease-out,color .25s ease-out;
  transition: background-color .25s ease-out,color .25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: .85em 1em;
  margin: 0 0 1rem;
  font-size: .9rem;
  background-color: #00ABED;
  color: #fefefe;
}

.topbar .button:hover,
.topbar .button:focus {
  background-color: #FF644A;
  color: #fefefe;
}

.btn.btn-default.dropdown-toggle {
  border: none;
  background: none;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
  font-size: 20px;
  color: #000000;
}

.btn.btn-default.dropdown-toggle .caret {
  background: url("../img/black-arrow.svg") no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(0deg);
  vertical-align: baseline;
  margin-left: 0;
  border: none;
}

.open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background: none;
  box-shadow: none;
}

.page-title {
  color: #FFFFFF;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}

.business-top .page-title {
  padding-top: 120px;
  max-width: 400px;
  line-height: 1.3;
  font-size: 44px;
}

.business-top {
  z-index: 1;
  background: url("../img/organisations-1.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  background-position: center center;
  position: relative;
}

.transparent-header .main-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
}

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

.business-desc {
  text-align: center;
  color: #ffffff;
  margin: 20px 0 30px;
  font-size: 18px;
}

.business-top__circle .button {

}

.business-top-wrap {
  z-index: -1;
  position: relative;
  height: 100%;
  background-image: linear-gradient(to top, rgba(42, 69, 92, 0.24), rgba(19, 33, 47, 0.9));
}

.designed-list {
  list-style-type: none;
}

.designed-list li {
  display: inline-block;
  width: calc(50% - 3px);
  text-align: center;
}

.designed-list__text {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  max-width: 357px;
  color: #000000;
  padding-top: 21px;
}

.designed-list__img-one {
  background: url("../img/group-9.png") no-repeat;
  width: 140px;
  height: 150px;
  display: inline-block;
}

.designed-list__img-two {
  background: url("../img/group-3.png") no-repeat;
  width: 150px;
  height: 150px;
  display: inline-block;
}

.designed {
  margin-top: 80px;
}

.blu-text .wrap {
  width: auto;
  max-width: 1060px;
  border-radius: 6px;
  background-image: linear-gradient(99deg, #eff5f9, #e2eef4);
  padding: 48px 90px;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  position: relative;
}

.nice-select {
  border: 0 !important;
  padding-left: 0 !important;
  width: 100% !important;
  border-bottom: 1px solid #bbbbbb !important;
  height: 56px !important;
  line-height: 56px !important;
  outline: none !important;
  color: #5b5b5b !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  margin-bottom: 27px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #F0F0F0 !important;
}

.nice-select:after {
  background: url("../img/blue-arrow.svg") no-repeat;
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  border: 0 !important;
  transform: rotate(0deg) !important;
}

.nice-select.open .list {
  width: 100% !important;
  border-radius: 2px !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16), 0 0 1px 0 rgba(0, 0, 0, 0.16) !important;
}

.nice-select .option {
  font-family: SegoeUI !important;
  font-size: 14px !important;
  line-height: 2.57 !important;
  color: #000000 !important;
}

.blu-text {
  margin-top: 75px;
  margin-bottom: 100px;
}

.blu-text .wrap:after {
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: '';
  background: url("../img/group-2-copy.svg") no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.blu-text .wrap:before {
  position: absolute;
  right: -37px;
  top: -35px;
  content: '';
  background: url("../img/group-2-copy.svg") no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.blu-text h2 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #24272a;
  margin-bottom: 20px;
}

.blu-text p {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(66, 77, 88, 0.8);
}

.business-steps-title {
  color: #24272a;
  margin-top: 55px;
}

.steps-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 70px 0;
}

.steps-list > li {
  display: inline-block;
  width: calc(25% - 4px);
  text-align: center;
  vertical-align: top;
}

.steps-list > li > p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: rgba(36, 39, 42, 0.6);
  margin-top: 20px;
}
.steps-list > li > img {
  max-height: 100px;
}

.steps-list li .steps-list__figure {
  width: 32px;
  height: 28px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding-top: 4px;
}

.steps-list li .steps-list__text {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: 13px;
  line-height: 1.3;
  padding: 0 10px;
}

.steps .wrap {
  max-width: 1060px;
  width: auto;
}

.business-page .gform_wrapper {
  padding: 58px 0;
  background-image: linear-gradient(230deg, #12dacb, #1498da);
}

.business-page .gform_wrapper .gform_wrapper {
  width: 875px;
  margin: 0 auto;
}

.business-page .gform_wrapper .page-title {
  margin: 0 auto 14px;
  line-height: 1.4;
}

.business-page .gform_wrapper .page-title {
  margin: 0 auto 14px;
  line-height: 1.4;
}

.business-page .gform_wrapper .page-desc {
  text-align: center;
  margin-bottom: 35px;
}

.fields-group-wrap__block-title {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.fields-group-wrap {
  background: #ffffff;
  padding: 50px 55px 18px;
  border-radius: 4px;
  width: 875px;
  margin: 0 auto 20px;
}

.fields-group-wrap .gform_fields > .input-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.fields-group-wrap__basic .gform_fields > .first-name {
  width: calc(33% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__basic .gform_fields > .last-name {
  width: calc(33% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__basic .gform_fields > .province {
  width: calc(33% - 2px);
}

.fields-group-wrap__basic .gform_fields > .email {
  width: calc(50% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__basic .gform_fields > .phone {
  width: calc(50% - 2px);
}

.fields-group-wrap__about .gform_fields > .job {
  width: calc(50% - 22px);
  margin-right: 20px;
}

.fields-group-wrap__about .gform_fields > .company {
  width: calc(50% - 2px);
}

.fields-group-wrap__about .gform_fields > .size {
  width: calc(50% - 22px);
  margin-right: 20px;
  display: inline-block;
}

.fields-group-wrap__about .goal {
  width: calc(50% - 2px);
  display: inline-block;
}

.fields-group-wrap__about .gform_fields > .tech {
  width: 100%
}

.business-page .gform_wrapper .gform_button {
  text-align: center;
  cursor: pointer;
  border-radius: 4px !important;
  background: #24b2fa !important;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12) !important;
  color: #ffffff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.business-page .gform_wrapper .gform_button:active,
.business-page .gform_wrapper .gform_button:focus,
.business-page .gform_wrapper .gform_button:hover {
  text-decoration: none;
  color: #ffffff;
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16) !important;
}

.business-page .gform_wrapper .gform_footer {
  margin-top: 45px;
  text-align: center;
}

.business-page .gform_confirmation_message {
  width: 100%;
  margin: 45px auto 0;
  border-radius: 0;
  padding: 60px 0 50px;
  font-family: SegoeUI;
  font-size: 24px;
  line-height: 1.33;
  text-align: center;
  color: #ffffff;
  position: relative;
  background: #24b2fa;
}

.business-page .gform_confirmation_message .success-text {
  color: #ffffff;
  font-size: 32px;
  width: 100%;
}

.business-page .gfield_required {
  display: none;
}

.business-page .validation_error {
  max-width: 795px;
  margin: -20px auto 40px;
  border-radius: 6px;
  background: #f7b3b3;
  padding: 25px 40px;
  font-family: SegoeUI;
  font-size: 24px;
  font-style: italic;
  line-height: 1.33;
  text-align: center;
  color: #000000;
  position: relative;
}

.slick-slider.steps-list__mob {
  display: none;
}

.slick-arrow {
  display: inline-block;
  background-color: #24b2fa;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 34px;
  outline: none!important;
  box-shadow: none!important;
  border: none!important;
  font-size: 0!important;
  position: relative;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
}

.slick-prev:after {
  background: url("../img/white-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
}

.slick-next:after {
  background: url("../img/white-arrow.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(269deg);
  vertical-align: middle;
  position: absolute;
  content: "";
  top: 12px;
  left: 12px;
}

.slick-prev {
  position: absolute;
  left: 25px;
  bottom: -15px;
}

.slick-next {
  position: absolute;
  right: 25px;
  bottom: -15px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #e2e4e6;
  border-radius: 50%;
  outline: none!important;
  box-shadow: none!important;
  border: none!important;
  font-size: 0!important;
}

.slick-dots li.slick-active button {
  background-color: #24b2fa;
}


.slick-dots {
  text-align: center;
  margin-top: 35px;
}

.material .material-bar {
  display: none;
}

.material .material-select>label {
  color: #717A82 !important;
  border-bottom: 1px solid #bbbbbb !important;
  height: 44px;
  line-height: 44px;
}

.material .material-select>label strong {
  background: url(../img/blue-arrow.svg) no-repeat;
  width: 15px !important;
  height: 15px !important;
  display: inline-block !important;
  border: 0 !important;
  transform: rotate(0deg) !important;
}

.material .material-select ul li label {
  font-family: SegoeUI !important;
  font-size: 14px !important;
  line-height: 2.57 !important;
  color: #000000 !important;
  padding: 3px 10px;
}

.material .material-select {
  margin-bottom: 30px;
  padding-top: 11px;
}

.material .material-input {
  margin-bottom: 0;
}

.material .material-select ul li input:checked+label {
  outline: none;
}


a {
  text-decoration: none;
}

.recruiters-page * {
  box-sizing: border-box;
}

.black-arrow-right {
  background: url(../img/black-arrow.svg);
  width: 15px;
  height: 15px;
  display: inline-block;
  transform: rotate(-90deg);
  vertical-align: sub;
  margin-right: 5px;
}

.recruiters-button__top {
  display: inline-block;
}

.recruiters-top {
  z-index: 1;
  background: url(../img/hero-image.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 627px;
  background-position: center center;
  position: relative;
}

.recruiters-top-content {
  padding: 68px 0 0 69px;
}

.recruiters-page-title {
  max-width: 613px;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 400;
  color: #e7eced;
}

.recruiters-page-description {
  max-width: 494px;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(231, 236, 237, .6);
  margin-top: 16px;
  margin-bottom: 32px;
}

.recruiters-page .recruiters-top-shadow {
  position: absolute;
  width: 100%;
  top: 0px;
  height: 100px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #1a1b1e);
}

.recruiters-page .recruiters-top-shadow-mobile {
  width: inherit;
  height: inherit;
  background-color: transparent;
}

.recruiters-steps {
  z-index: 1;
  width: 100%;
  padding: 60px 0 150px 0;
  background: url(../img/square_bg.png);
  background-position: center center;
  position: relative;
  background-color: #f2f5f7;
}

h2.recruiters-page-heading {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #101923;
}

.recruiters-steps .wrap {
  max-width: 1150px;
  width: auto;
}

.recruiters-stats {
  padding: 160px 0 133px 0;
}

.recruiters-stats ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1280px;
}

.recruiters-stats ul li {
  box-sizing: border-box;
  display: inline-block;
  width: calc(20% - 4px);
  vertical-align: top;
}

.recruiters-stats .button {
  margin-top: 38px;
}

.recruiters-stats .stats-list__stat {
  display: block;
  font-family: SegoeUI;
  font-size: 64px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.recruiters-stats .stats-list__description {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(16, 25, 35, .6);
  max-width: 156px;	/*height: 48px;*/
}

.recruiters-partners {
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 60px;
  background-color: #f2f5f7;
}

.recruiters-partners h2.recruiters-page-heading {
  color: #000;
}

.recruiters-partners ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 43px 0 0 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1142px;
}

.recruiters-partners .partners-list-mobile {
  display: none;
}

.recruiters-partners ul li {
  box-sizing: border-box;
  display: inline-block;
  width: calc(33.333333% - 3px);
  vertical-align: middle;
  border-right: 1px solid rgba(0, 0, 0, .12);
  height: 150px;
}

.recruiters-partners ul li:nth-last-of-type(1) {
  border-right: none;
}

.partners-list__partner-logo {
  max-height: 150px;
  vertical-align: middle;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.recruiters-jobs {
  text-align: center;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 98px;
  background: url(../img/bottom-image.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  background-position: center 220px;
  position: relative;
  background-color: #f2f5f7;
}

.recruiters-jobs .jobs-list {
  z-index: 2;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 32px 0 0 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1142px;
}

.recruiters-jobs .jobs-list li {
  box-sizing: border-box;
  display: inline-block;
  width: calc(33.333333% - 29px);
  margin-right: 25px;
  vertical-align: top;
}

.recruiters-jobs .jobs-list li:nth-last-of-type(1) {
  margin-right: 0;
}

.recruiters-jobs .jobs-list li a {
}

.recruiters-offer-card {
  display: block;
  box-sizing: border-box;
  padding: 35px 22px 32px 34px;
  border-radius: 4px;
  background-color: #ffffff;
  text-align: left;
}

.recruiters-offer-card h3:hover {
  color: #22a1f8;
}

.recruiters-offer-card h3 {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  cursor: pointer;
  min-height: 63px;
}

.recruiters-offer-card p {
  margin-top: 9px;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(16, 25, 35, .6);
  min-height: 72px;
}

.search-form .search-submit,
.white-small-button {
  display: inline-block;
  margin-top: 16px;
  text-transform: inherit !important;
  letter-spacing: inherit;
  padding: 10px 22px;
}

.recruiters-steps-list__desc {
  display: block;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  padding: 20px 0 55px;
}

.recruiters-steps-list__hover .recruiters-steps-list__text {
  color: #ffffff !important;
}

.recruiters-steps-list__hover {
  position: absolute;
  top: -99px;
  left: -20px;
  color: #FFFFFF;
  padding: 45px 45px;
  border-radius: 3px;
  width: 320px;
  opacity: 0;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 11;
}

.recruiters-steps-list__hover-one {
  background-image: url('../img/bitmap.png');
}

.recruiters-steps-list__hover-two {
  background-image: url('../img/bitmap-copy.png');
  padding: 45px 0px;
}

.recruiters-steps-list__hover-three {
  background-image: url('../img/bitmap-copy-2.png');
  padding: 29px 10px;
}

.recruiters-steps-list__hover-four {
  background-image: url('../img/bitmap-copy-3.png');
  padding: 45px 10px;
}

.recruiters-steps-list li:hover .recruiters-steps-list__hover {
  opacity: 1;
}

.blue-small-button {
  font-family: SegoeUI;
  border-radius: 56px;
  background-color: #24b2fa;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
  color: #ffffff;
  padding: 11px 22px;
  display: inline-block;
}

.blue-small-button:hover {
  background-color: #1b89c0;
}


.recruiters-page .recruiters-bottom-shadow {
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 250px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  left: 0;
}

.recruiters-button__bottom {
  display: inline-block;
  margin: 371px auto 86px auto;
  z-index: 1;
  position: relative;
}

.recruiters-steps-list__mob {
  display: none;
}

.recruiters-steps-list__desk {
  display: block;
}

.recruiters-steps-list {
  list-style-type: none;
  padding: 0;
  margin: 145px 0 0 0;
}

.recruiters-steps-list .recruiters-steps-list__item {
  display: inline-block;
  width: calc(25% - 4px);
  text-align: center;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}

.recruiters-steps-list li .recruiters-steps-list__figure {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #24b2fa;
  color: #ffffff;
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding-top: 6px;
}

.recruiters-steps-list li .recruiters-steps-list__text {
  display: inline-block;
  font-family: SegoeUI;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin-top: 16px;
  line-height: 1.3;
  padding: 0 10px;
  font-weight: 400;
}

.padr0 {
  padding-right: 0 !important;
}

#site-navigation #social-contact {
  display: none !important;
}

#site-navigation #primary-menu a, #site-navigation #secondary-menu a {
  text-decoration: none;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  color: rgba(15, 24, 35, 0.5);
}

#site-navigation #primary-menu {
  padding: 14px 0 14px;
  position: relative;
}

#site-navigation #secondary-menu {
  padding: 10px 0;
}

#site-navigation #primary-menu:before {
  width: 71%;
  position: absolute;
  content: '';
  bottom: 0;
  left: 10%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
}

#site-navigation ul li {
  padding: 9px 0 9px 9px;
}

#site-navigation {
  padding: 10px 0 0 0;
  margin-bottom: 30px;
}

.admin-bar .columns.top-shift {
  margin-top: 44px;
}

.columns.top-shift {
  background: #f2f5f7;
  margin-top: 76px;
  min-height: 100vh;
  padding-right: 0;
}

#site-navigation ul .current-menu-item {
  background: #24b2fa;
  border-radius: 24px 0 0 24px;
}

#site-navigation #primary-menu .current-menu-item a,
#site-navigation #secondary-menu .current-menu-item a {
  /* #site-navigation ul .current-menu-item a { */
  color: #fff;
}

.content-area {
  background: transparent;
}


.block-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.about-page {
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.63;
  color: #5e676f;
  overflow-x: hidden;
}

.about-page * {
  box-sizing: border-box;
}

.about-top {
  padding: 35px 0 85px;
}

.about-page .wrap {
  max-width: 1070px;
  width: auto;
}

.about-top__left {
  display: inline-block;
  width: calc(55% - 60px);
  vertical-align: top;
  margin-right: 58px;
}

.about-top__right {
  display: inline-block;
  width: calc(45% - 3px);
  vertical-align: top;
}

.about-top__right p {
  padding-top: 25px
}

.about-top__wrap {
  margin-top: 40px;
}

.about-testimonials {
  background-color: #f2f5f7;
  padding: 85px 0;
}

.about-testimonials__left {
  display: inline-block;
  width: calc(44% - 3px);
  vertical-align: top;
  margin-right: 140px;
}

.about-testimonials__right {
  display: inline-block;
  width: calc(56% - 142px);
  vertical-align: top;
}

.about-team .wrap {
  max-width: 1140px;
}

.about-team {
  text-align: center;
  padding: 65px 0 5px;
}

.about-team.about-team-teachers {
  text-align: center;
  padding: 65px 0;
}

.about-team-list__photo img{
  max-width: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
}

.about-team-list__item {
  display: inline-block;
  width: calc(25% - 4px);
  text-align: left;
  list-style-type: none;
  vertical-align: top;
  padding: 0 20px 45px;
  margin-bottom: 0;
}

.about-team-list__name {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  color: #000000;
  padding: 7px 0 12px;
}

.about-team-title-description {
  max-width: 55%;
  display: inline-block;
  margin: 12px 0 50px;
}

.about-team-teachers .block-title {
  margin-bottom: 35px;
}

.about-bottom {
  background-image: url('../img/training-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 289px;
  background-position: center center;
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  text-align: center;
  padding-top: 50px;
}

.about-bottom .wrap {
  max-width: 700px;
}

.about-bottom:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(36,178,250,.9);
  z-index: -1;
}

.about-bottom .block-title {
  color: #ffffff;
}

.about-bottom-title-description {
  font-size: 20px;
  margin: 7px 0 19px;
}

.about-top__left .desk {
  display: block;
  max-width: 100%;
}

.about-top__left .mob {
  display: none;
}

.about-testimonials-list {
  background: #ffffff;
  padding: 40px 40px 50px;
  border-radius: 64px 0 64px 0;
}

.about-testimonials-list__photo img {
  margin: 0 auto;
}

.about-testimonials-list__name {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #000000;
  display: block;
  text-align: center;
  padding: 15px 0;
}

.about-testimonials__right p {
  padding-top: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(16, 25, 35, 0.8);
  padding-bottom: 12px;
}

.about-testimonials-list .slick-next {
  right: 40px;
  bottom: 37px;
}

.about-testimonials-list .slick-prev {
  bottom: 37px;
  left: 40px;
}

.quote {
  text-align: center;
}

.quote i {
  display: inline-block;
  background-image: url('../img/quote.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 24px;
  background-position: center center;
  background-size: cover;
}

.about-testimonials-list__now-one {
  display: inline-block;
  width: 47px;
  color: #90959c;
}

.about-testimonials-list__now-two {
  display: inline-block;
  color: #101923;
  font-weight: 600;

}

.about-testimonials-list__in-one {
  display: inline-block;
  width: 47px;
  color: #90959c;
}

.about-testimonials-list__in-two {
  display: inline-block;
  color: #189ffc;
  font-weight: 600;
}

.about-testimonials-list__now {
  margin-bottom: 8px;
}

.slick-initialized .slick-slide {
  outline: none;
}

.about-team-list__mob {
  display: none;
}

.about-testimonials__left.about-testimonials__left-mob {
  display: none;
}

#main > header {
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  position: relative;
}

.about-testimonials-list__photo,
.about-testimonials-list__now,
.about-testimonials-list__in {
  display: none;
}

.um-page-login,
.um-page-register {
  background-color: #f2f5f7;
}

.um-page-login footer,
.um-page-register footer {
  display: none;
}

.card .card-inner .reddit-post {
  width: 100%!important;
  overflow-x: hidden!important;
  word-wrap: break-word!important;
}

.ginput_container>span>label {
  display: none;
}

/* btns */

.um-account-main a.x-button,
.x-button {
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  position: relative;
  padding: 16px 20px;
  margin: 0 10px;
  min-width: 150px;
  background: #00abed;
  color: #fff;
  outline: none;
  user-select: none;
  cursor: pointer;
  border-radius: 4px;
  border-top: 1px solid transparent;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
  border-bottom: 2px solid rgba(0,0,0,.1) !important;
}

.x-b-small {
  padding: 10px 20px !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  color: #fff !important;
}

.x-button:active,
.x-button:hover {
  color: #fff !important;
}

.x-b-green {
  background: #2ecc71 !important;
}

.x-b-green:active,
.x-b-green:hover {
  background: #28b363 !important;
}

.um-field-c .um-field-checkbox {
  padding: 10px;
}

.um-field-checkbox-state,
.um-field-radio-state {
  position: initial !important;
  top: inherit !important;
  left: inherit !important;
  display: inline-block;
  vertical-align: middle;
}

.um-field-checkbox-option,
.um-field-radio-option {
  margin: 0 0 0 5px !important;
  display: inline-block !important;
  font-size: 16px;
  vertical-align: middle;
}

.frlinks {
  margin-top: 20px;
  text-align: center;
  line-height: 200%;
  clear: both;
}

.frlinks a {
  font-size: 16px;
  color: #24b2fa;
  text-decoration: none;
}

.bg-logo-a {
  background: url(../img/logo.svg) center center no-repeat;
  width: 128px;
  height: 32px;
  line-height: 32px;
  text-indent: 130px;
  display: block;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 9999;
  margin-left: -68px;
  background-size: contain;
}

.learn-more-with-team__list {
  padding: 0 0 20px;
  margin: 0;
  list-style-type: none;
}

.learn-more-with-team__item {
  width: calc(25% - 24px);
  margin-right: 24px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.learn-more-with-team__item:last-child {
  width: calc(25% - 24px);
  margin-right: 0;
}

.learn-more-with-team {
  text-align: center;
  padding: 0 0 70px;
}

.learn-more-with-team__item .learn-more-with-team__img {
  width: 264px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  background-color: rgba(36, 178, 250, 0.2);
  background-blend-mode: overlay;
  transition: 0.5s;
  position: relative;
}

.learn-more-with-team__item:hover .learn-more-with-team__img {
  background-color: rgba(36, 178, 250, 0.6);
}

.learn-more-with-team__item:hover .learn-more-with-team__title {
  color: #22a1f8;
}

.learn-more-with-team__item:hover .learn-more-with-team__img-circle {
  opacity: 1;
}

.learn-more-with-team__item-1 .learn-more-with-team__img {
  background-image: url(../img/beginers.jpg);
}

.learn-more-with-team__item-2 .learn-more-with-team__img {
  background-image: url(../img/inter.jpg);

}

.learn-more-with-team__item-3 .learn-more-with-team__img {
  background-image: url(../img/investors.jpg);
}

.learn-more-with-team__item-4 .learn-more-with-team__img {
  background-image: url(../img/developers.jpg);
}

.learn-more-with-team__title {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #101923;
  margin: 25px 0 0;
  transition: 0.5s;
}

.learn-more-with-team h2 {
  padding-bottom: 40px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 32px;
}

.learn-more-with-team h2:before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 48px;
  height: 3px;
  background-color: #24b2fa;
  transform: translateX(-50%);
}

.learn-more-with-team__img-circle {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  background-image: url(../img/blue-arrow.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  transition: 0.5s;
}

.learn-more-with-team__title.mobile {
  display: none;
}

.input-file-container {
  width: calc(50% - 3px);
  display: inline-block;
  color: #333c46;
  vertical-align: top;
}

.gfield.linkedin {
  display: inline-block;
  vertical-align: top;
}

.falseinput {
  display: inline-block;
  border-radius: 56px;
  background-color: #24b2fa;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  font-family: SegoeUI;
  cursor: pointer;
}

.selected_filename {
  display: inline-block;
  vertical-align: middle;
  font-family: SegoeUI;
  color: #5e676f;
  margin-left: 10px;
}

.selected_filename.with {
  color: #22a1f8;
  margin-left: 0;
}

.ginput_container.ginput_container_fileupload {
  margin-top: 15px;
}

.file-close {
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) no-repeat;
  background-size: contain;
  box-shadow: none;
  margin-left: 10px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin-top: -2px;
}

.input-text.linkedin {
  width: 100%;
}

.input-text.linkedin .gfield_label {
  display: block !important;
  font-family: SegoeUI;
  font-size: 16px;
  line-height: 1.63;
  color: #333c46!important;
}

.input-text.linkedin input {
  margin-bottom: 10px !important;
  height: 45px !important;
}

.input-text.linkedin .material-input {
  margin-bottom: 0;
  padding-top: 10px;
}

.input-text.linkedin .ginput_container {
  padding-left: 45px;
  position: relative;
}

.input-text.linkedin .ginput_container:before {
  position: absolute;
  left: 0;
  top: 18px;
  content: '';
  width: 32px;
  height: 32px;
  background-size: contain;
  background: url(../img/in.svg) no-repeat;
}

.fields-group-wrap_blockable_main.fields-group-wrap__scholar_main {
  margin: 0 !important;
}

.falseinput, .selected_filename {
  display: none;
}

.gfield.add-cv [type=file] {
  color: #333c46;
}

.ginput_container_fileupload .ginput_preview strong {
  color: #333c46;
  font-weight: 400;
}

.input-text.linkedin label {
  display: none;
}

.material .material-select.filled>.material-title,
.material .material-select>input:checked+.material-title {
  visibility: hidden !important;
}

/*.ginput_container_fileupload .ginput_preview {
  display: none;
}

.gfield.add-cv [type=file] {
  display: none;
}
*/

.recruiters-page .why-should.sponsor {
  padding-bottom: 60px;
}

.popup-auth-wrap-talent .popup-auth-container {
  width: 670px;
  padding: 35px 0 30px;
  background-color: #ffffff;
  box-shadow: 0 40px 80px 0 rgba(0, 0, 0, 0.2);
  position: static;
  left: 0;
  top: 0;
  transform: translate(0);
  font-family: SegoeUI;
  margin-left: auto;
  margin-right: auto;
}

.popup-auth-wrap-talent .fields-group-wrap {
  width: auto;
}

.popup-auth-wrap-talent .popup-auth-container .fields-group-wrap {
  padding: 5px 55px 18px;
}

.popup-auth-wrap-talent .popup-auth-container .ginput_container_fileupload input {
  border-bottom: 0!important;
  line-height: 0;
  margin-top: 20px;
}

.popup-auth-wrap-talent .popup-auth-container .gform_footer input {
  border-bottom: 0!important;
  line-height: 0;
  cursor: pointer !important;
  outline: none !important;
  color: #ffffff !important;
  border-radius: 59px !important;
  background-color: #2ecc71;
  box-shadow: none;
  border: none !important;
  padding: 19px 39px !important;
  font-size: 16px;
  transition: 300ms;
  position: relative;
  display: inline-block;
  width: auto;
}

.popup-auth-wrap-talent .popup-auth-container .gform_footer {
  width: 100%;
  text-align: center;
}

.popup-auth-wrap-talent .popup-auth-container .gform_footer input:hover {
  background-color: #28b363;
}

.popup-auth-wrap-talent-bg {
  background: #f2f5f7;
}

.admin-bar .popup-auth-wrap {
  top: 32px
}

.popup-auth-wrap-talent  .fields-group-wrap__address li.address .ginput_container_address .address_country {
  width: calc(50% - 20px);
  margin-right: 0;
}

.success-img {
  margin: 15px auto 0;
}

.gfield_error.add-cv {
  position: relative;
}

.gfield_error.add-cv .validation_message {
  bottom: -28px;
}


.page404 {
  width: 100%;
}
.page404,
.page404 p,
.page404 td {
  white-space: nowrap;
  color: #000;
  font-size: 24px;
  font-family: SegoeUI;
  font-weight: 400;
  line-height: 150%;
}
.page404 p {
  padding: 0 0 10px 0;
}
.page404 h1 {
  margin: 0;
  line-height: 100%;
  font-family: SegoeUI;
  font-size: 160px !important;
  font-weight: 400;
  color: #101923;
}
.page404 .content {
  padding: 0 100px;
  text-align: center;
}
.page404 .button {
  padding: 7px 20px 8px 20px;
  margin-top: 0;
}
.page404 .button:hover,
.page404 .button:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}



@media (max-width: 992px) {
  .success-message {
    text-align: center;
    padding: 0 20px;
  }

  .success-message .success-img {
    width: 100%;
    height: 132px;
    background: url(../img/smile.png) no-repeat;
    display: inline-block;
    max-width: 100%;
    background-size: contain;
  }

  .popup-auth-wrap-talent .popup-auth-container {
    width: 100%;
  }

  .popup-auth-wrap-talent .popup-auth-container .fields-group-wrap {
    padding: 0px 15px 0px;
  }
}


.current-user-name-h {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.back-arrow:before {
  content: "\203a ";
  display: inline-block;
  font-size: 160%;
  line-height: 1%;
  width: 10px;
  position: relative;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding: 5px;
  vertical-align: middle;
}

.popup-auth-container .gfield_checkbox {
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 19px;
  text-align: left;
  padding-top: 15px;
}

.popup-auth-container .gfield_checkbox input {
  width: 24px;
  height: 20px;
  vertical-align: middle;
}

.popup-auth-container .gfield_checkbox label {
  font-size: 14px;
}

.password-reset h2 {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  text-align: left;
  color: #000;
}

#wp-submit {
  padding: 10px 20px !important;
  border-radius: 58px;
}

.password-reset {
  max-width: 1170px;
  margin: 0 auto;
}

.password-reset .material-input.input{
  max-width: 50%;
}

.popup-auth-start {
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  color: #000;
  text-align: center;
}

.footer-inner-wrapper-new {
  border-top: solid 1px rgba(0, 0, 0, 0.12);
  padding: 0 0 10px;
}

footer .footer-inner-wrapper-new .footer-links a {
  width: 25%;
  float: left;
  text-align: left;
}

footer .footer-inner-wrapper-new .copyright {
  width: 23%;
}

footer .footer-inner-wrapper-new .footer-links {
  width: 50%;
  display: block;
}

footer .footer-inner-wrapper-new .social-icons {
  width: 23%;
  padding-top: 30px;
  text-align: right;
}

.about-team-list {
  margin: 35px 0 45px 0;
}

.sidenav-main-mobile-links ul li {
  list-style-type: none;
}

.sidenav-main-mobile-links .sub-menu {
  display: none;
}

.sidenav-main-mobile-links ul {
  list-style-type: none;
  margin-left: 0;
}

.sidenav-main-mobile-links .sub-menu li a {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: rgba(19, 33, 47, 0.4);
}

.sidenav-main-mobile-links>ul>li>a {
  position: relative;
  display: inline-block;
}

.sidenav-main-mobile-links a:hover {
  background-color: transparent !important;
  text-decoration: none;
  color: #000000 !important;
}

.sidenav-main-mobile-links>ul>li>a,
.sidenav-main-mobile-links>ul>li>a:hover,
.sidenav-main-mobile-links>ul>li>a:active,
.sidenav-main-mobile-links>ul>li>a:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}

.sidenav-main-mobile-links>ul>li.has-sub>a:before {
  background: url("../img/black-arrow.svg") no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  content: '';
  position: absolute;
  right: -25px;
  top: 15px;
}

.mobile-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(19, 33, 47, 0.65);
  z-index: 11111;
  height: 100%;
}

.sidenav-main-mobile-links {
  height: auto;
}

.mobile-search .search-wrapper {
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}

.mobile-search .link-item {
  background: none;
  box-shadow: none !important;
  padding: 10px 0;
  outline: none;
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  width: 100%;
  color: rgba(19, 33, 47, 0.6);
  border-radius: 0 !important;
}

.mobile-search .search-img {
  right: 13px !important;
}

.business-puzzle-left {
  display: inline-block;
  width: calc(50% - 2px);
  vertical-align: top;
  height: 300px;
}

.business-puzzle-right {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
  height: 300px;
}

.business-puzzle-text h3 {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
  text-align: left;
  color: #24272a;
  margin-bottom: 15px;
  display: inline-block;
}

.business-puzzle-text p {
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgba(66, 77, 88, 0.8);
  line-height: 1.6;
  display: inline-block;
}

.business-puzzle-right.business-puzzle-text p {
  text-align: right;
}

.business-puzzle-text {
  padding-top: 65px;
  height: 235px;
}

.business-puzzle .wrap {
  max-width: 1280px;
  width: auto;
}

.business-puzzle {
  margin: 120px 0;
}

.business-puzzle-right {
  text-align: right;
}

.blu-text-data .wrap:before, .blu-text-data .wrap:after {
  display: none;
}

.blu-text-data .wrap {
  padding-left: 0;
  display: flex;
  align-items: center;
  padding-bottom: 24px;
  padding-top: 14px;
}

.blu-text-data h2 {
  text-align: left;
}

.blu-text-data  p {
  text-align: left;
  line-height: 1.6;
}

.blu-text-data img {
  padding-top: 45px;
  padding-right: 30px;
}

.business-puzzle img {
  max-height: 100%;
  max-width: 100%;
}

.ginput_container_checkbox label {
  color: #24272a;
}

.business-page .gfield_checkbox {
  margin-bottom: 28px;
  margin-top: 8px;
}

.business-puzzle-left img {
  margin-left: 3px;
}

.show-mob {
  display: none;
}

.transparent-header .main-header .user-block .search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-header .main-header .user-block .search::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-header .main-header .user-block .search:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.6) !important;
}
.transparent-header .main-header .user-block .search:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-header .main-header .user-block .search {
  color: rgba(255, 255, 255, 0.6) !important;
}

.transparent-header .main-header .user-block .search:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}

.card-date {
  display: none !important;
}

.webinar-list-top {
  padding-top: 40px;
}

.webinar-list-blocl-title {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  text-align: left;
  color: #717a82;
  margin-bottom: 20px;
}

.webinar-list-top-left {
  display: inline-block;
  width: calc(50% - 2px);
  vertical-align: top;
  border-radius: 4px 0 0 4px;
  background-color: #ffffff;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  padding: 32px 30px;
  margin-right: -3px;
  height: 315px;
}

.webinar-list-top-left-title {
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #24272a;
  height: 171px;
  overflow: hidden;
  margin-top: 0;
}

.webinar-list-top-right {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
}

.webinar-list-top-left-image {
  height: 315px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 0 4px 4px 0;
}

.most-popular .llms-loop-item-content {
  margin: 0 !important;
}

.webinar-list-page {
  margin-bottom: 50px;
}

.webinar-list-top-left > a:active,
.webinar-list-top-left > a:focus,
.webinar-list-top-left > a:hover {
  text-decoration: none;
}

.webinar-list-top-left .button {
  margin-top: 20px;
}

html {
  overflow-x: inherit;
}

.single-webinars .wrap {
  width: auto;
}

.h1 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.webinar-page-list .webinar-top h1 {
  margin: 10px 0 20px;
  height: 42px;
  overflow: hidden;
}

.webinar-top {
  background-color: #24b2fa;
  padding: 30px 0 58px;
  height: 468px;
}

.webinar-page-list .webinar-top h1 {
  margin: 10px 0 20px;
  height: 42px;
  overflow: hidden;
}

.webinar-page-list .video-frame {
  text-align: center;
}

.webinar-page-list .video-frame iframe:last-child {
  width: 80%;
  margin-right: 0;
  height: 470px;
  display: inline-block;
}

.single-webinars .content-area .site-main {
  padding: 0;
}

.webinar-middle {
  padding-top: 105px;
}

.webinar-page .curator {
  margin-top: 30px;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
  padding-right: 20px;
}

.dashboard-description-courator-top-ava {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-description-courator-top-ava img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.dashboard-description-courator-top-info {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 20px;
}

.dashboard-description-courator-top-name {
  display: block;
  font-family: SegoeUI;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.dashboard-description-courator-top-title {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #424d58;
}

.webinar-info {
  margin-top: 40px;
}

.webinar-info p {
  font-size: 16px;
}

.webinar-name {
  font-weight: 400;
  font-size: 24px;
  font-family: SegoeUI;
}

.dashboard-description-courator-bottom {
  margin-top: 25px;
}

.dashboard-description-courator-bottom p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: #424d58;
}

.webinar-bottom {
  margin-top: 50px;
  background-color: #f2f5f7;
  padding: 40px 0 50px;
}

.course-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}

.single-webinars .content-area .site-main {
  height: auto;
}

.webinar-list-bottom .most-popular {
  margin-top: 50px;
}

.popup-auth-container-right-click {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #a1a6ac;
  width: 211px;
  float: right;
  margin: 30px 25px 30px 0px;
}

.popup-auth-container-right-click a {
  color: #24b2fa;
}

.popup-auth-wrap-sign-up .frlinks {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  color: #24272a;
  text-transform: uppercase;
  clear: both;
}

.popup-auth-wrap-sign-up .frlinks a {
  color: #24b2fa;
  text-decoration: none;
}

.popup-auth-container-right-list {
  margin-bottom: 10px !important;
}

.popup-auth-wrap-sign-up .gform_footer.top_label {
  width: auto;
  display: inline-block;
  position: absolute;
  text-align: right;
  right: -285px;
  bottom: -87px;
  z-index: 22222;
}

.popup-auth-wrap-sign-up.reffer .gform_footer.top_label {
  bottom: 34px;
}

.popup-auth-wrap-sign-up .col-md-5 {
  position: static;
}

.popup-auth-wrap-sign-up .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.register-testimonial {
  border-radius: 4px;
  background-image: linear-gradient(to left, #34ccf1, #24b2fa);
  padding: 45px 0 40px;
  margin-top: 50px;
}

.register-testimonial p {

  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.register-testimonial-wrap:before {
  width: 64px;
  height: 48px;
  position: absolute;
  left: 43px;
  top: 0;
  content: '';
  background: url(../img/quote.svg) no-repeat;
  background-size: contain;
  opacity: 0.4;
}

.register-testimonial-wrap {
  padding: 0 50px 0 160px;
  position: relative;
}

.register-testimonial .register-testimonial-name {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.register-testimonial .register-testimonial-title {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.register-testimonial-names {
  margin-top: 20px;
}

/**/

.search-results-wrap .page-title {
  color: #000;
  text-align: left;
  font-weight: normal;
  position: relative;
  padding: 0 0 5px 0;
}

.search-results-wrap .search-results-item {
  color: #000;
  text-align: left;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.search-results-wrap .search-results-item {
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.search-results-wrap .search-results-item .title {
  padding-top: 0;
  font-family: SegoeUI;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #13212f;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
}

#search-where {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 40px;
}

#search-where label {
  display: inline-block;
  color: #90959c;
  margin: 1px 15px 1px 2px;
}

#search-where .wait {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

#search-where div {
  top: 0;
}

.coinmarketcap-currency-widget {
  margin-bottom: 20px;
}

.coinmarketcap-currency-widget > div{
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

.page-projects {
  background-color: #f2f5f7 !important;
}

.page-projects header>h2 {
  display: none;
}

.page-projects .entry-content>h2 {
  text-align: center;
  margin-bottom: 30px;
}

.page-projects {
  padding-bottom: 50px;
}

.reffer-text {
  font-size: 15px;
  color: #6f6f6f;
}

.gform_wrapper form ul.radio .countries-filter-input {
  display: block;
  padding: 15px;
  margin-bottom: 0;
  height: 45px;
  border-bottom: 1px solid #bbbbbb !important;
}

.gform_wrapper form ul.radio .countries-filter-input:focus {
  border: none !important;
  border-bottom: 1px solid #bbbbbb !important;
}

.launchpad-form {
  padding: 0 80px;
}

.launchpad-form h3 {
  color: #000;
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.4;
}

.launchpad-form h2 {
  color: #000;
}

.launchpad-form .textarea-text .material-input {
  padding-top: 0 !important;
}

.launchpad-form ul.gfield_radio {
  margin: 20px 0 15px 0;
  padding: 0;
}

.launchpad-form ul.gfield_radio>li {
  border-top: 0;
  padding: 10px 0 !important;
}

.launchpad-form ul.gfield_radio li input[type=radio] {
  margin-top: 6px;
  width: auto!important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  position: absolute;
  opacity: 0;
}

.launchpad-form ul.gfield_radio>li>label {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #13212f;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  line-height: 1.3;
  width: 100%;
  max-width: 100%;
}

.launchpad-form ul.gfield_radio label:before {
  background: #fafafa;
  background-position: -24px 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  content: '';
  cursor: pointer;
  display: inline-block;
  margin-right: 11px;
  position: relative;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  top: -3px;
  vertical-align: middle;
  z-index: 2;
  height: 21px;
  width: 21px;
}

.launchpad-form ul.gfield_radio label:before {
  box-shadow: none;
  width: 20px;
  height: 20px;
  border: solid 2px rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.launchpad-form ul.gfield_radio input[type=radio]:checked+label:before {
  transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
  background-position: 0 0;
  background-image: radial-gradient(ellipse at center, #ffffff 0, #ffffff 20%, #24b2fa 25%);
  border: 0 !important;
  box-shadow: none;
}

.launchpad-form .input-text input[type=file] {
  line-height: unset;
}

.launchpad-form .two-inputs > div > span:nth-child(odd) {
  padding-left: 0;
}

.launchpad-form .two-inputs > div > span:nth-child(even) {
  padding-right: 0;
}

.launchpad-form.material .address_country .material-select > label {
  height: 44px !important;
}

.launchpad-form .gform_confirmation_message {
  text-align: center;
  margin-top: 80px;
  font-size: 22px;
  color: #000;
}

.launchpad-form .gfield_required {
  display: none;
}

/*yuzo related post guides*/
.yuzo_related_post {
  display: flex;
  flex-flow: row wrap;
}

.yuzo_related_post .yuzo_clearfixed.yuzo__title {
  display: block;
}

.yuzo_related_post .yuzo_clearfixed {
  margin: 5px 0 18px 0;
}

.yuzo_related_post .yuzo_wraps {
  display: flex;
  justify-content: stretch;
  align-items: center;
  width: 100%;
}

.yuzo_related_post .relatedthumb {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100% !important;
  float: none !important;
  overflow: unset !important;
  height: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  margin: 0 15px 0 0 !important;
  padding: 0 !important;
}

.yuzo_related_post .relatedthumb a:hover span {
  color: #0fb1fd !important;
}

.yuzo_related_post .yuzo-img {
  width: 100% !important;
  height: 175px !important;
}

.yuzo_related_post span {
  font-family: SegoeUI;
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin: 18px 0 22px;
  overflow: hidden;
  display: block;
  padding: 0 15px;
  word-break: break-word;
}

.yuzo_related_post .yuzo_wraps .relatedthumb:last-child {
  margin-right: 0 !important;
}

.page-template-template-wozu-offer .main-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
}

.page-template-template-wozu-offer .row {
  margin-right: unset;
  margin-left: unset;
}

.what-we-offer-wrapper {
  margin-bottom: 0;
  font-family: SegoeUI;
  font-size: 16px;
  background-color: #f4f6f7;
  padding-bottom: 100px;
}

.what-we-offer-top {
  background: url(../img/wwo-banner.jpg) no-repeat;
  background-size: cover;
  height: 400px;
  width: 100%;
  position: relative;
}

.what-we-offer-top .wrap {
  width: 735px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.what-we-offer-top .wrap img {
  width: 150px;
  height: 100px;
  margin-top: 57px;
}

.what-we-offer-top .wrap h1{
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  line-height: 1.42;
  margin-top: 8px;
}

.wozu-what-we-offer-top {
  background: url(../img/wozu-top-banner.jpg) no-repeat;
  background-size: cover;
  height: 470px;
  width: 100%;
  position: relative;
}

.wozu-what-we-offer-top .wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 735px;
  text-align: center;
}

.wozu-what-we-offer-top .wozu-banner-images-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
}

.wozu-what-we-offer-top .wozu-banner-images-wrapper span {
  font-size: 48px;
  line-height: 1.21;
  text-align: center;
  color: #ffffff;
  margin-left: 24px;
  margin-right: 24px;
}

.wozu-what-we-offer-top .left-banner-image {
  width: 353px;
  height: 90px;
}

.wozu-what-we-offer-top .right-banner-image {
  width: 213.3px;
  height: 80px;
}

.wozu-what-we-offer-top .wrap h1{
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-top: 18px;
}

.what-we-offer-wrapper h2 {
  margin-top: 70px;
  margin-bottom: 48px;
}

.what-we-offer-item {
  max-width: 360px;
  height: 476px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 18px;
  margin-left: auto;
  margin-right: auto;
}

.what-we-offer-item .images-block {
  height: 160px;
  min-height: 160px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-we-offer-item .text-wrapper {
  height: 100%;
  width: 100%;
}

.what-we-offer-item .title-block {
  margin: 24px 0 12px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  color: #000000;
  padding: 0 15px;
}

.what-we-offer-item .description {
  text-align: center;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #717a82;
  padding: 0 25px;
}

.what-we-offer-item .details-block {
  height: 55px;
  min-height: 55px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: solid 1px rgba(32, 148, 199, 0.16);
}

.what-we-offer-item .details-block .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  text-align: center;
}

.what-we-offer-item .details-block .link:hover,
.what-we-offer-item .details-block .link:focus,
.what-we-offer-item .details-block .link:active {
  text-decoration: none;
  outline: none;
}

.what-we-offer-courses h2 {
  margin-top: 80px;
}

.what-we-offer-courses .what-we-offer-item .images-block {
  background-color: #b9e4f1;
}

.what-we-offer-courses .what-we-offer-item .details-block .link {
  color: #2094c7;
}

.what-we-offer-accelerated .what-we-offer-item .images-block {
  background-color: #f2e1c3;
}

.what-we-offer-accelerated .what-we-offer-item .details-block .link {
  color: #be9377;
}

.what-we-offer-blockdegree .what-we-offer-item .images-block {
  background-color: #dad5ec;
}

.what-we-offer-blockdegree .what-we-offer-item .details-block .link {
  color: #7262ab;
}

.what-we-offer-advertising .what-we-offer-item .images-block {
  background-color: #bae0ba;
}

.what-we-offer-advertising .what-we-offer-item .details-block .link {
  color: #508d6b;
}

.single-guides #community-left-side {
  overflow: visible;
}

.single-guides #site-navigation {
  margin-bottom: 0;
}

.single-guides span.ez-toc-section {
  font-size: unset !important;
  font-weight: unset !important;
  font-style: unset !important;
  font-stretch: unset !important;
  line-height: unset !important;
  letter-spacing: unset !important;
  color: unset !important;
}

.community-wrap-single #ez-toc-container {
  display: none;
}

.toc-single-guide {
  width: 240px;
  display: flex;
  position: relative;
}

.toc-single-guide.fixed-toc {
  position: fixed;
  top: 0;
}

.toc-single-guide.fixed-toc  #ez-toc-container ul.ez-toc-list {
  height: calc(100vh - 200px);
  overflow-y: auto;
}

.toc-single-guide .ez-toc-title-toggle {
  display: none;
}

.toc-single-guide #ez-toc-container {
  border: none;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.toc-single-guide #ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.toc-single-guide .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  display: none;
}

.toc-single-guide #ez-toc-container li {
  margin-top: 20px;
}

.toc-single-guide #ez-toc-container ul.ez-toc-list:first-child {
  margin-top: 0;
}

.toc-single-guide #ez-toc-container a:visited,
.toc-single-guide #ez-toc-container a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.57;
  color: #717a82;
  text-decoration: none;
}

.toc-single-guide #ez-toc-container li.active > a,
.toc-single-guide #ez-toc-container a:hover,
.toc-single-guide #ez-toc-container a:focus,
.toc-single-guide #ez-toc-container a:active {
  text-decoration: none;
  font-weight: 600;
  color: #13212f;
  outline: none;
}

.announcement-block {
  height: 50px;
  width: 100%;
  display: none;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  font-family: SegoeUI;
  text-align: center;
  position: relative;
}

center {
  position: relative;
}

.announcement-block a,
.announcement-block a:hover {
  text-decoration: none !important;
}

.announcement-closer {
  cursor: pointer;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
}

@media screen and (min-width: 48em) {
  /*#top-menu ul ul li:hover > ul, #top-menu ul ul li.focus > ul {*/
    /*left: 100%;*/
    /*right: auto;*/
  /*}*/

  /*.menu-item-has-children .icon {*/
    /*margin-top: -9px;*/
    /*left: auto;*/
    /*position: absolute;*/
    /*right: 1em;*/
    /*top: 50%;*/
    /*-webkit-transform: rotate(-90deg);*/
    /*-ms-transform: rotate(-90deg);*/
    /*transform: rotate(-90deg);*/
    /*display: inline-block;*/
    /*fill: currentColor;*/
    /*height: 1em;*/
    /*vertical-align: middle;*/
    /*width: 1em;*/
  /*}*/

  #top-menu:not(.mobile-top-menu) > li > a > .icon-angle-down {
    display: none;
  }

  /*#top-menu .sub-menu li:hover > .sub-menu {*/
    /*left: 100%;*/
    /*right: auto;*/
    /*top: -16px;*/
  /*}*/
}

#footer {
  background: #f4f6f7;
}

.search-results-wrap .page-title {
  color: #000;
  text-align: left;
  font-weight: normal;
  position: relative;
  padding: 0 0 5px 0;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 40px;
  padding-bottom: 0;
  margin-bottom: 8px;
}

.search-results-wrap .search-results-item .title {
  padding-top: 0;
  font-family: OpenSans, 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  color: #13212f;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  margin-top: 0;
}

.search-results-wrap .search-results-item .title a {
  color: #13212f;
}

.search-results-wrap .search-results-item .title a:hover,
.search-results-wrap .search-results-item .title a:active,
.search-results-wrap .search-results-item .title a:focus {
  text-decoration: none;
  color: #13212f;
}

.fields-group-wrap.fields-group-wrap__about {
  padding-bottom: 50px;
}

.ginput_recaptcha + .gfield_description.validation_message {
  bottom: -20px;
}

.business-page .gform_wrapper .gform_footer input.button {
  background-color: #fff !important;
  color: #333 !important;
}

.offer-card-link {
  text-decoration: none;
}

.offer-card-link:hover,
.offer-card-link:active,
.offer-card-link:focus {
  text-decoration: none;
  outline: none;
}

.offer-card-link:hover .what-we-offer-item {
  box-shadow: 0 12px 24px 0 rgba(19, 33, 47, 0.16), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.nav-links a.page-numbers {
  text-decoration: none;
}

.nav-links a.page-numbers:hover {
  text-decoration: none;
}

.search-results .site-content {
  padding-bottom: 50px;
}

.search #footer {
  background: #fff;
}

#menu-account-menu li:nth-child(8) {
  margin-left: 9px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}

#menu-account-menu li:nth-child(8):before {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 8px;
}

#menu-account-menu li:nth-child(8) a,
#menu-account-menu li:nth-child(8):hover a {
  text-transform: uppercase;
  padding-left: 9px;
  cursor: default;
  background: transparent !important;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #424d58 !important;
}

#menu-account-menu li:first-child a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #424d58 !important;
}

#site-navigation .account-menu-wrapper ul li.llms-sd-header:hover a,
#site-navigation .account-menu-wrapper ul li.llms-sd-header:hover a:hover {
  color: #424d58 !important;
}

.profile-menu-mobile-dropdown {
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 8px 24px;
  margin-bottom: 15px;
}

.profile-menu-mobile-dropdown .dropdown-menu-profile {
  display: none;
}

.profile-menu-mobile-dropdown .dropdown-menu-profile.show-dropdown {
  display: block;
}

.profile-menu-mobile-dropdown .dropdown-menu-profile li {
  padding: 0 !important;
}

.profile-menu-mobile-dropdown .dropdown-menu-profile li a {
  padding: 10px 0;
}

.transparent-custom-select {
  width: 100%;
}

.transparent-custom-select .dropdown {
  width: 100%;
}

.transparent-custom-select .dropdown-menu-profile {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0,0,0,0.12);
}

.transparent-custom-select .dropdown-menu-profile > li > a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13212f;
  text-transform: capitalize;
  display: block;
}

.transparent-custom-select .dropdown-menu-profile > li > span {
  display: block;
  padding: 10px 0;
  font-weight: 400;
  color: #999;
  font-size: 14px;
  font-family: SegoeUI;
  text-transform: capitalize;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
}

.transparent-custom-select .dropdown-menu-profile > li > a.highlighted,
.transparent-custom-select .dropdown-menu-profile > li > a.active {
  color: #24b2fa;
}

.transparent-custom-select .dropdown-menu-profile > li > a:hover,
.transparent-custom-select .dropdown-menu-profile > li > a:focus,
.transparent-custom-select .dropdown-menu-profile > li > a:active,
.transparent-custom-select .dropdown-menu-profile > li > a:visited,
.transparent-custom-select .dropdown-menu-profile > li:hover,
.transparent-custom-select .dropdown-menu-profile > li:focus,
.transparent-custom-select .dropdown-menu-profile > li:active,
.transparent-custom-select .dropdown-menu-profile > li:visited {
  background-color: transparent;
  outline: none;
  border: none;
}

.transparent-custom-select button {
  width: 100%;
  max-width: 100%;
  text-align: left;
  background-color: transparent;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13212f;
  padding: 0;
  border-radius: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.transparent-custom-select button:focus {
  outline: none;
}

.transparent-custom-select button:after {
  position: relative;
  content: "";
  background: url(../img/arrow-blue.svg) no-repeat;
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  border: 0 !important;
  transform: rotate(0deg) !important;
  background-size: contain;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.transparent-custom-select .dropdown.show-dropdown button:after {
  transform: rotate(180deg) !important;
}

.zero-fav-guide {
  width: 45%;
  height: 374px;
  border-radius: 4px;
  border: 2px dashed #d0d3d5;
  margin: 0 10px 20px 10px;
}

.zero-fav-guide a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #24b2fa;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}

.zero-fav-guide a img {
  margin-bottom: 10px;
}

.zero-fav-guide a:hover,
.zero-fav-guide a:focus,
.zero-fav-guide a:active {
  color: #24b2fa;
  text-decoration: none;
}

.account-menu-wrapper li a:focus {
  color: #999;
}

.business-top-wrap .wrap {
  padding-top: 120px;
}

.business-top .business-very-top-title {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #f2f5f7;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.business-top .page-title {
  max-width: 100%;
  padding: 0;
  font-size: 48px;
  line-height: 1.21;
}

.business-desc {
  margin: 20px auto 30px auto;
  max-width: 800px;
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #f2f5f7;
}

.business-top__circle .business-top-white-btn {
  margin-right: 35px;
}

.page-template-template-business .main-header,
.page-template-template-partnership .main-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
}

.business-why-now-wrapper {
  padding: 40px 0 80px 0;
}

.business-why-now-wrapper h2 {
  margin: 0 0 15px 0;
  text-transform: capitalize;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.business-why-now-wrapper .business-why-now-desc {
  max-width: 800px;
  margin: 0 auto 45px auto;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #717a82;
}

.business-why-now-wrapper .business-why-now-text-item-title {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}

.business-why-now-wrapper .business-why-now-text-item-desc {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #717a82;
  margin: 0 0 30px 0;
}

.business-why-now-quotes {
  padding-top: 10px;
}

.business-why-now-quotes .business-why-now-quote {
  width: 295px;
  height: 370px;
  border-radius: 8px;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 45px 45px 80px 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.business-why-now-quotes .business-why-now-quote p {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #424d58;
  margin: 0;
}

.business-why-now-quotes .business-why-now-quote .business-why-now-quote-author {
  width: 100%;
  text-align: right;
}

.business-why-now-quotes .business-why-now-quote.light-green-quote {
  border-top: 6px solid #b9e1b9;
}

.business-why-now-quotes .business-why-now-quote.light-blue-quote {
  border-top: 6px solid #c1e8f3;
  margin-left: 147px;
  margin-right: auto;
  margin-top: -65px;
}

.business-why-now-blue-btn {
  margin-top: 5px;
}

.why-blockgeeks-for-business {
  border-radius: 12px;
  background-color: #f2f5f7;
  padding: 60px 60px 0 60px;
  overflow: hidden;
  margin-bottom: 70px;
}

.why-blockgeeks-for-business h2 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

.why-blockgeeks-for-business .why-blockgeeks-for-business-desc {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #717a82;
  max-width: 792px;
  margin: 0 auto 80px auto;
}

.why-blockgeeks-for-business-btn {
  margin: 50px 0 80px 0;
}

.circle-marker {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #24b2fa;
  margin-right: 16px;
  display: inline-block;
}

.why-blockgeeks-for-business-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.why-blockgeeks-for-business-list li {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 3;
  letter-spacing: normal;
  color: #424d58;
}

.why-blockgeeks-for-business-image-desktop {
  margin-top: 10px;
}

.why-blockgeeks-for-business-image-mobile {
  display: none;
}

.business-middle-banner {
  width: 100%;
  height: 500px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.business-middle-banner-text {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #f2f5f7;
  max-width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
}

.business-middle-banner-text p {
  margin: 0;
  position: relative;
}

.business-middle-banner-text p:before {
  content: '';
  width: 48px;
  height: 2px;
  background-color: #24b2fa;
  display: inline-block;
  position: absolute;
  top: -20px;
}

.business-courses {
  padding: 70px 0;
}

.business-courses .block-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 0 0 0 0;
}

.tesimonials-quotes {
  padding: 0 0 70px 0;
}

.partnership-page .tesimonials-quotes {
  padding: 70px 0 70px 0;
}

.tesimonials-quotes .block-title {
  margin: 0 0 0 0;
}

.testimonial-quote-item {
  height: 459px;
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 30px;
  margin: 40px 0 0 0;
}

.tesimonials-quotes .row > div:nth-child(1) .testimonial-quote-item {
  border-top: 6px solid #b9e1b9;
}

.tesimonials-quotes .row > div:nth-child(2) .testimonial-quote-item {
  border-top: 6px solid #c1e8f3;
}

.tesimonials-quotes .row > div:nth-child(3) .testimonial-quote-item {
  border-top: 6px solid #dad5ed;
}

.tesimonials-quotes .row > div:nth-child(4) .testimonial-quote-item {
  border-top: 6px solid #f2e1c1;
}

.tesimonials-quotes .row > div:nth-child(5) .testimonial-quote-item {
  border-top: 6px solid #f0cad5;
}

.tesimonials-quotes .row > div:nth-child(6) .testimonial-quote-item {
  border-top: 6px solid #b9f1e5;
}

.testimonial-quote-item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 17px;
}

.testimonial-quote-item-avatar {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.testimonial-quote-item-title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
  margin: 10px 0 10px 0;
}

.testimonial-quote-item-short-desc {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #424d58;
  margin: 0 0 0 0;
  max-height: 105px;
  overflow: hidden;
}

.testimonial-quote-item-short-desc a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #24b2fa;
}

.testimonial-quote-item-short-desc a:hover,
.testimonial-quote-item-short-desc a:focus,
.testimonial-quote-item-short-desc a:active {
  color: #24b2fa;
}

.testimonial-quote-item-author {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #424d58;
  margin: 0 0 0 0;
}

.testimonial-quote-item-author:before {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background-color: #d0d3d5;
  position: relative;
  margin-bottom: 10px;
}

.testimonial-quote-item-position {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #a1a6ac;
  margin: 0 0 0 0;
}

.curriculum-partners {
  padding: 0 0 50px 0;
}

.curriculum-partners .block-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 0 0 30px 0;
}

.curriculum-partners .row > div:nth-child(2) img {
  position: relative;
  top: -22px;
  left: 28px;
}

.curriculum-partners .row > div:nth-child(3) img {
  position: relative;
  left: 27px;
}

.curriculum-partners .row > div:nth-child(4) img {
  position: relative;
  top: -14px;
  left: 20px;
}

.business-bottom-video {
  padding-bottom: 80px;
}

.business-page .gform_wrapper label {
  font-weight: 400;
}

.business-page .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.business-page .business-courses .arrow_blue {
  margin-top: -2px;
  margin-left: 5px;
}

.testimonial-full {
  display: none;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #424d58;
}

.testimonial-full a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #24b2fa;
}

.testimonial-full a:hover,
.testimonial-full a:focus,
.testimonial-full a:active {
  color: #24b2fa;
}
.side-menu-divider {
  margin: 10px;
}

.side-menu-divider:before {
  content: '';
  width: 134px;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.12);
  position: relative;
}

.guides-menu {
  list-style: none;
  margin: 0;
}

.guides-menu li {
  cursor: pointer;
  padding: 9px 0 9px 9px;
}

.guides-menu.guides-menu-pages li {
  margin-bottom: 1px;
}

.guides-menu.guides-menu-pages li.active:not(.guides-menu-title) {
  background-color: #24b2fa;
  border-radius: 4px;
}

.guides-menu li a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #13212f;
}

.guides-menu li a:focus {
  color: #13212f;
}

.guides-menu li a img {
  margin-top: -3px;
  margin-right: 15px;
}

.guides-menu li.guides-menu-title a {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #a1a6ac;
  text-transform: uppercase;
}

.guides-menu.guides-menu-pages li.active:not(.guides-menu-title) a {
  color: #fff !important;
}

.guides-menu.guides-menu-pages li.active:not(.guides-menu-title) a {
  color: #fff !important;
}

.guides-menu.guides-menu-filter li:not(.guides-menu-title):hover > a {
  color: #24b2fa !important;
}

.guides-menu.guides-menu-filter li.active:not(.guides-menu-title) > a {
  color: #24b2fa !important;
}

#site-navigation .guides-menu.guides-menu-pages li:not(.guides-menu-title):hover {
  background-color: #24b2fa;
  border-radius: 4px;
}

#site-navigation .guides-menu.guides-menu-pages li.active:not(.guides-menu-title) {
  background-color: #24b2fa;
  border-radius: 4px;
}

#site-navigation .guides-menu.guides-menu-pages li:not(.guides-menu-title):hover > a {
  color: #fff !important;
}

#site-navigation .guides-menu.guides-menu-pages li.active:not(.guides-menu-title) > a {
  color: #fff !important;
}

#site-navigation .guides-menu.guides-menu-filter li:not(.guides-menu-title):hover > a {
  color: #24b2fa !important;
}

#site-navigation .guides-menu.guides-menu-filter li.active:not(.guides-menu-title) > a {
  color: #24b2fa !important;
}

#site-navigation .guides-menu li.guides-menu-title:hover a {
  color: #a1a6ac  !important;
  text-decoration: none;
  outline: none;
  cursor: default;
}

#site-navigation .guides-menu li.guides-menu-title a:hover,
#site-navigation .guides-menu li.guides-menu-title a:focus,
#site-navigation .guides-menu li.guides-menu-title a:active {
  color: #a1a6ac !important;
  text-decoration: none;
  outline: none;
  cursor: default;
}

.community-all-wrap #community-left-side {
  width: 200px;
}

#site-navigation .guides-menu.guides-menu-pages li {
  margin-bottom: 1px;
}

.must-read {
    position: relative;
}

.new-guide-card {
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
}

.new-guide-card > a,
.new-guide-card > a:focus,
.new-guide-card > a:active {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #000000;
    outline: none;
    text-decoration: none;
}

/* the slides */
.new-guide-slider .slick-slide {
    margin: 0 17px;
}
/* the parent */
.new-guide-slider .slick-list {
    margin: 0 -17px;
    padding-bottom: 25px;
}
.new-guide-card .new-guide-card-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*width: 292px;*/
    height: 164px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.new-guide-card-info {
    padding: 15px 30px 0 15px;
}

.new-guide-card .new-guide-card-title {
    height: 88px;
    margin-top: 20px;
    overflow: hidden;
}

.must-read .block-title {
    text-align: left;
    font-family: SegoeUI;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 25px 0;
}

.new-guide-card-author {
    display: flex;
    align-items: center;
}

.new-guide-card-author-name {
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #13212f;
    padding: 0;
    margin: 0 0 0 0;
}

.new-guide-card-author-date {
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a1a6ac;
    padding: 0;
    margin: 0 0 0 0;
}

.new-guide-card-author-avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 15px;
}

.new-guide-slider-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-guide-slider-nav {
    position: relative;
    width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.new-guide-slider-nav .slick-prev {
    position: relative;
    left: unset;
    bottom: unset;
    background-color: transparent;
    border: 2px solid rgba(36, 178, 250, 0.2) !important;
}

.new-guide-slider-nav .slick-next {
    position: relative;
    right: unset;
    bottom: unset;
    background-color: transparent;
    border: 2px solid rgba(36, 178, 250, 0.2) !important;
}

.new-guide-slider-nav .slick-prev:after {
    background: url(../img/blue-arrow.svg);
    top: 11px;
    left: 10px;
}

.new-guide-slider-nav .slick-next:after {
    background: url(../img/blue-arrow.svg);
    top: 11px;
}

.new-guide-slider-nav .slick-prev:hover,
.new-guide-slider-nav .slick-next:hover {
  background-color: #24b2fa;
}

.new-guide-slider-nav .slick-prev:hover:after,
.new-guide-slider-nav .slick-next:hover:after {
  background: url(../img/white-arrow.svg);
}

.new-guide-slider-nav .slick-disabled {
    background-color: #d0d3d5;
    border: 2px solid #d0d3d5 !important;
}

.new-guide-slider-nav .slick-disabled:after {
    background: url(../img/white-arrow.svg);
}

.new-guide-slider-nav .new-guide-slider-nav-text {
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.9px;
    text-align: center;
    color: #a1a6ac;
}

.new-guide-slider-nav .new-guide-slider-nav-text span {
    color: #13212f;
}

.new-guide-card .card-counters.desk {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-bottom: 20px;
}

.new-guide-card .card-counters.desk .reddit-voting {
    margin-right: 25px;
}

.new-guide-card .card-counters.desk .reddit-voting > a,
.new-guide-card .card-counters.desk .reddit-voting .arrow2 {
    margin: 0;
}

.new-guide-card .card-counters.desk .score,
.new-guide-card .card-counters .arrow_box.red .score,
.new-guide-card .card-counters .speech-bubble {
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #a1a6ac !important;
}

.all-filter-link {
    font-family: SegoeUI;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #000000;
}

.all-filter-link:hover,
.all-filter-link:focus,
.all-filter-link:active {
  color: #000000;
}

.not-found-what-you-want {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 32px;
    padding-top: 24px;
    margin: 55px 0;
}

.not-found-what-you-want h2 {
    font-family: SegoeUI;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.not-found-what-you-want i {
    margin-top: -3px;
}

.latest {
    position: relative;
}

.latest .block-title {
    text-align: left;
    font-family: SegoeUI;
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 25px 0;
}

.new-guide-categories {
    position: relative;
    margin-top: 55px;
}

.new-guide-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.new-guide-tabs .new-guide-tab-link {
    display: inline-block;
    font-family: SegoeUI;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: rgba(19, 33, 47, 0.6);
    margin-right: 30px;
    cursor: pointer;
    padding-bottom: 12px;
}

.new-guide-tabs .new-guide-tab-link:last-child {
    margin-right: 0;
}

.new-guide-tabs .new-guide-tab-link:hover,
.new-guide-tabs .new-guide-tab-link.active {
    color: #0fb1fd;
    border-bottom: 2px solid rgba(36, 178, 250, 0.4);
}

.new-guide-tab-content {
    display: none;
}

.new-guide-tab-content.active {
    display: block;
}

.post-type-archive a,
.post-type-archive li,
.post-type-archive button {
    -webkit-tap-highlight-color: transparent !important;
}

.all-filter-link-mobile {
    display: none;
}

.guides-filter-mobile-button {
    position: absolute;
    left: 0;
    top: 16px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.guides-filters-mobile-block {
  position: fixed;
  width: 260px;
  height: 100%;
  background-color: #f4f6f7;
  top: 0;
  left: -300px;
  transition: 0.5s;
  z-index: 111111;
  padding-left: 20px;
  padding-top: 5px;
  padding-right: 20px;
  overflow-y: auto;
}

.close-guides-filters-mobile-block {
  position: absolute;
  /*background-image: url(../img/close-sidenav.png);*/
  background-image: url(../img/close.svg);
  background-size: cover;
  background-position: center, center;
  display: inline-block;
  top: 17px;
  /*right: -38px;*/
  right: 21px;
  width: 16px;
  height: 16px;
  z-index: 30;
}

.new-guide-categories-dropdown-mobile {
  display: none;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown {
  display: none;
  margin: 0;
  padding: 10px 0 0 0;
  list-style: none;
}

.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown.show-dropdown {
  display: block;
}

.new-guide-categories-dropdown-mobile button {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13212f;
  font-weight: 600;
}

.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown li,
.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown li a,
.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown li a:hover {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #13212f;
  background-color: transparent;
}

.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown li a {
  padding: 10px 0;
  display: block;
}

.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown li.active,
.new-guide-categories-dropdown-mobile .new-guide-categories-dropdown li.active a {
  color: #24b2fa;
}

.new-guides-wrapper .block-title {
  text-align: left;
  position: relative;
  padding-left: 10px;
  margin-bottom: 25px;
}

.new-guides-wrapper .guides-filter-mobile-button {
  left: 10px;
  top: 10px;
}

.new-guides-container {
  display: flex;
  flex-flow: row wrap;
}

.new-guides-container .new-guide-card {
  flex-basis: 30%;
  margin: 0 10px 40px 10px;
}

.favorites-list .block-title {
  text-align: left;
  position: relative;
  padding-left: 10px;
}

.new-guide-card:hover {
  box-shadow: 0 12px 24px 0 rgba(19, 33, 47, 0.16), 0 4px 8px 0 rgba(0, 0, 0, 0.08);
}

.guides-menu-filter .additional-filter-dropdown {
  position: relative;
}

.guides-menu-filter .additional-filter-dropdown > a:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #c2c8cc;
  position: absolute;
  left: -3px;
  top: 17px;
}

.guides-menu-filter .additional-filter-inner-list {
  position: relative;
  display: none !important;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  border: none;
  box-shadow: none;
  float: none;
  margin-left: 26px;
  list-style: none;
  margin-top: 9px;
}

.guides-menu-filter .additional-filter-inner-list li:last-child {
  padding-bottom: 0 !important;
}

.guides-menu-filter .additional-filter-dropdown.show-dropdown .additional-filter-inner-list {
  display: block !important;
}

.guides-menu-filter .additional-filter-dropdown.show-dropdown > a:before {
  transform: rotate(90deg);
}

.guides-menu-filter .additional-filter-inner-list li,
.guides-menu-filter .additional-filter-inner-list li a {
  color: #717a82;
  font-weight: 400;
}

.additional-filter-dropdown:hover .additional-filter-inner-list li a,
#site-navigation .additional-filter-dropdown:hover .additional-filter-inner-list li a {
  color: #717a82 !important;
}

.favorite-guides-container {
  display: flex;
  flex-flow: row wrap;
}

.favorite-guides-container .new-guide-card {
  width: 45%;
  /*height: 455px;*/
  margin: 0 10px 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guides-filters-mobile-block .guides-menu-filter .additional-filter-dropdown > a:before {
  top: 20px;
}

.main-navigation {
  float: none;
}

.new-guide-content-title {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #a1a6ac;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
}

header .main-header .main-nav ul li.current-menu-ancestor:after,
header .main-header .main-nav ul li.current-menu-parent:after,
header .main-header .main-nav ul li.current-menu-item:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 25px;
}

.mobile-top-menu .current-menu-item > a {
  color: #24b2fa !important;
}

.mobile-top-menu .current-menu-item > a > svg {
  fill: #24b2fa;
}

.mobile-top-menu li {
  -webkit-tap-highlight-color: transparent;
}

.mobile-top-menu a {
  display: inline-block;
}

.mobile-top-menu i {
  width: 20px;
  height: 20px;
}

.mobile-top-menu .sub-menu {
  padding-left: 15px;
}

.mobile-top-menu svg.icon {
  height: 25px;
  width: 25px;
  margin-left: 15px;
  margin-bottom: -7px;
}

.mobile-top-menu .show-dropdown > ul.sub-menu {
  display: block;
}

.guides .sf-icon-star-empty:before {
  content: "";
  background-image: url(/wp-content/themes/blockgeeks/img/guides/favorite.svg);
  width: 29px;
  height: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.guides .sf-icon-star-full:before {
  content: "";
  background-image: url(/wp-content/themes/blockgeeks/img/guides/favorite-active.svg);
  width: 29px;
  height: 28px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
}

.card-counters.card-counters-bottom-guide .reddit-voting {
  display: flex;
  align-items: center;
}

.card-counters.card-counters-bottom-guide .reddit-voting .simplefavorite-button,
.card-counters.card-counters-bottom-guide .reddit-voting .simplefavorite-button-unlog {
  margin-bottom: -11px;
  margin-right: 10px;
}

.card-counters.card-counters-bottom-guide .reddit-voting .speech-bubble {
  margin-bottom: -7px;
}

.new-guides-sort-block {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-guides-sort-block li {
  display: inline-block;
  margin: 0 10px
}

.new-guides-sort-block li:last-child {
  margin-right: 0;
}

.new-guides-sort-block li a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #717a82;
  font-weight: 400;
}

.new-guides-sort-block li a img {
  margin-right: 5px;
}

.new-guides-sort-block li.active a {
  color: #24b2fa;
}

.new-guides-wrapper .title-with-sort {
  padding-right: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-guide-card .card-counters.desk .score {
  background-position: 27px 2px;
  width: 51px
}

.new-guide-card .card-counters .speech-bubble {
  background-position: 27px 4px;
  width: 51px;
}

.home-banner-wrapper {
  max-width: 736px;
  text-align: center;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding-top: 125px;
  padding-left: 15px;
  padding-right: 15px;
}

.home-banner-title {
  margin: 0;
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.home-banner-sub-title {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 20px 0 0 0;
}

.home-banner-wrapper .main-top-buttons {
  margin-top: 37px;
}

.home-partners-wrapper {
  text-align: center;
  padding-bottom: 26px;
}

.home-partners-wrapper img {
  width: 224px;
  margin-bottom: 4px;
}

.main-page-wrapper .main-advantages {
  padding: 35px 0 60px 0
}

.llms-loop-item-content .llms-course-info h3 {
  font-weight: 400;
}

.llms-loop-item-content .llms-course-info a:hover {
  text-decoration: none;
}

.llms-loop-item-content .llms-course-info a h3:hover {
  text-decoration: none !important;
}

.button_black_border {
  background: none !important;
  border: solid 2px rgba(19, 33, 47, 0.12) !important;
  color: #13212f !important;
  letter-spacing: 1px;
  padding: 9px 15px !important;
  border-radius: 4px !important;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  line-height: 1.3;
  text-transform: uppercase;
}

.button_black_border i {
  margin-left: 5px;
  margin-top: -1px;
}

.button_black_border:hover {
  border-color: rgba(19, 33, 47, 1) !important;
}

.main-page-wrapper .main-courses {
  padding-bottom: 0;
}

.home-fast-track {
  padding: 70px 0 50px;
}

.home-fast-track .block-title {
  margin: 0 0 25px 0;
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.home-fast-track-list {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.home-fast-track-list li {
  padding: 7px 15px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #424d58;
  margin: 0 10px;
  margin-bottom: 15px;
}

.home-fast-track-list li:after {
  content: '';
  display: inline-block;
  background-image: url("/wp-content/themes/blockgeeks/img/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -5px;
}

.home-fast-track-list li:nth-child(1) {
  background-color: rgba(185, 225, 185, 0.4);
}

.home-fast-track-list li:nth-child(2) {
  background-color: rgba(193, 232, 243, 0.4);
}

.home-fast-track-list li:nth-child(3) {
  background-color: rgba(218, 213, 237, 0.4);
}

.home-fast-track-list li:nth-child(4) {
  background-color: rgba(242, 225, 193, 0.4);
}

.home-fast-track-text-block {
  margin: auto;
}

.home-fast-track-text-block h2 {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
  margin: 25px 0 15px 0;
}

.home-fast-track-text-block p {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #717a82;
  margin-bottom: 25px;
}

.home-fast-track-video {
  border-radius: 6px;
  box-shadow: 0 20px 20px 0 rgba(19, 33, 47, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
}

.home-fast-track-item:nth-of-type(1) {
  margin-top: 45px;
}

.home-fast-track-item:nth-of-type(2) {
  margin-top: 100px;
}

.home-fast-track-item:nth-of-type(3) {
  margin-top: 60px;
}

.home-fast-track-item:nth-of-type(1) .home-fast-track-text-block {
  max-width: 360px;
}

.home-fast-track-item:nth-of-type(2) .home-fast-track-text-block {
  max-width: 458px;
  margin-right: 0;
}

.home-fast-track-item:nth-of-type(3) .home-fast-track-text-block {
  max-width: 400px;
}

.home-fast-track-item:nth-of-type(1) .home-fast-track-text-block h2 {
  margin-top: 25px;
}

.home-fast-track-item:nth-of-type(2) .home-fast-track-text-block h2 {
  margin-top: 50px;
}

.home-fast-track-item:nth-of-type(3) .home-fast-track-text-block h2 {
  margin-top: 0;
}

.home-fast-track-item:nth-of-type(2) img {
  width: 100%;
}

.home-fast-track-item:nth-of-type(3) img {
  width: 100%;
}

.main-page-wrapper .main-bounty {
  background-color: #f4f6f7;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.main-courses .main-block-title {
  margin: 0;
}

.gurulink-page {

}

.gurulink-page .top-banner {
  height: 568px;
  background-image: url('/wp-content/themes/blockgeeks/img/gurulink/gurulink-top-banner.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gurulink-page .top-banner .wrapper {
  max-width: 911px;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.gurulink-page .top-banner .wrapper img {
  margin-bottom: 15px;
  width: 110px;
  height: 99px;
}

.gurulink-page .top-banner .wrapper .block-title {
  font-family: SegoeUI;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.gurulink-page .top-banner .wrapper p {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ecf0f1;
  margin: 0 0 25px 0;
}

.gurulink-container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.four-items-section {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}

.four-items-section .block-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 0 0 48px 0;
}

.four-items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.four-item {
  flex-basis: 25%;
  text-align: center;
}

.four-item-wrapper {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.four-item h4 {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 8px;
}

.four-item p {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #424d58;
}

.four-item-number {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 20px;
  display: inline-block;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #8891eb;
  border-radius: 50%;
}

.four-item-number.second {
  background-color: #03ccba;
}

.four-item-number.third {
  background-color: #ff5383;
}

.four-item-number.fourth {
  background-color: #f1a53f;
}

.careers-at-gurulink {
  text-align: center;
  padding: 40px 0 80px;
}

.middle-block {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.middle-block .middle-block-item {
  flex-basis: 50%;
}

.middle-block-item img {
  width: 100%;
  max-width: 550px;
}

.middle-block-item p {
  text-align: left;
  padding: 0;
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #424d58;
  max-width: 508px;
  margin: 0 auto 30px auto;
}

.middle-block-item p:last-child {
  margin-bottom: 55px;
}

.careers-at-gurulink .block-title {
  margin-bottom: 32px;
}

.gurulink-page .gray-section {
  background-color: #f2f5f7;
  padding-top: 80px;
}

.three-testimonials {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-bottom: 50px;
}

.three-testimonials .testimonial-quote-item {
  flex-basis: 301px;
  height: 100%;
}

.three-testimonials .testimonial-quote-item:nth-child(1) {
  border-top: 6px solid #b9e1b9;
}

.three-testimonials .testimonial-quote-item:nth-child(2) {
  border-top: 6px solid #c8ebf4;
}

.three-testimonials .testimonial-quote-item:nth-child(3) {
  border-top: 6px solid #dad5ed;
}

.three-testimonials .testimonial-quote-item-author:before {
  display: none;
}

.three-testimonials .testimonial-quote-item-author:after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background-color: #d0d3d5;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.three-testimonials .testimonial-quote-item-top {
  margin-bottom: 10px;
  align-items: center;
}

.three-testimonials .testimonial-quote-item-title {
  margin: 0 0 10px 0;
}

.three-testimonials .testimonial-quote-item-author {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
  text-align: left;
}

.gurulink-testimonials {
  text-align: center;
  margin-bottom: -40px;
}

.three-testimonials .testimonial-quote-item-short-desc,
.three-testimonials .testimonial-full {
  text-align: left;
}

.gurulink-hot-job {
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  flex-basis: 301px;
  /*height: 180px;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
}

.gurulink-hot-job span {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #13212f;
  padding: 7px 16px;
  border-radius: 2px;
  background-color: #f2f5f7;
  margin-bottom: 15px ;
}

.gurulink-hot-job h3 {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
}

.gurulink-hot-job p {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #717a82;
  margin-bottom: 30px;
}

.gurulink-hot-jobs {
    display: flex;
    justify-content: space-evenly;
    flex-flow: row wrap;
    align-items: flex-start;
}

.gurulink-hot-sections .block-title {
  margin-bottom: 30px;
}

.gurulink-hot-sections {
  position: relative;
  top: 120px;
  z-index: 2;
}

.gurulink-page .bottom-banner {
  height: 576px;
  background-image: url('/wp-content/themes/blockgeeks/img/gurulink/gurulink-bottom.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.gurulink-page .bottom-banner .wrapper {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-top: 220px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.gurulink-page .bottom-banner .wrapper .block-title {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px;
}

.gurulink-page .bottom-banner .wrapper p {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.button_black_border {
  background: none !important;
  border: solid 2px rgba(19, 33, 47, 0.12) !important;
  color: #13212f !important;
  letter-spacing: 1px;
  padding: 9px 15px !important;
  border-radius: 4px !important;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  line-height: 1.3;
}

.button_black_border:hover {
  border-color: rgba(19, 33, 47, 1) !important;
}

.main-course-all {
  margin-bottom: 80px;
}

.main-bottom {
  background-position: center center;
}

.reasons-to-use {
  margin-bottom: 10px;
}

.main-courses .reasons-to-use .main-block-title {
  margin: 0 0 48px 0;
}

.reasons-to-use > .row > div:nth-child(2) .main-advantages-title {
  background-color: #03ccba;
}

.reasons-to-use > .row > div:nth-child(3) .main-advantages-title {
  background-color: #ff5383;
}

.reasons-to-use > .row > div:nth-child(4) .main-advantages-title {
  background-color: #f1a53f;
}

.woz-testimonials {
  padding: 50px 45px 50px 30px;
  position: relative;
  top: 70px;
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(19, 33, 47, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}

.woz-testimonial {
  flex-basis: 45%;
}

.woz-testimonial-ava {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.woz-testimonial-text h3 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin-bottom: 3px;
  margin-top: 20px;
}

.woz-testimonial-text p {
  font-family: SegoeUI;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #717a82;
  max-width: 260px;
}

.woz-testimonial > div {
  display: flex;
  align-items: flex-start;
}

.woz-testimonial-photo {
  margin-right: 20px;
}

.woz-testimonials > .row > .col-md-6:nth-child(2) > .woz-testimonial {
  justify-content: flex-end;
}

.woz-testimonial-divider {
  display: inline-block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  height: calc(100% - 100px);
  border: none;
  outline: none;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.ready-to-begin {
  height: 469px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ready-to-begin .wrapper {
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
}

.ready-to-begin .wrapper h2 {
  font-family: SegoeUI;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;

}

.ready-to-begin .wrapper p {
  font-family: SegoeUI;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
}

.toc-single-guide.fixed-toc #ez-toc-container ul.ez-toc-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.toc-single-guide.fixed-toc #ez-toc-container ul.ez-toc-list::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.toc-single-guide.fixed-toc #ez-toc-container ul.ez-toc-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #717a82;
}

.single-guides #community-left-side {
  background-color: transparent;
}

.main-team-wrap .main-team-owl img {
  padding-left: 0;
}

/*REMOVE AFTER CHRISTMAS*/
/*header .main-header .logo {*/
  /*width: 149px;*/
  /*height: 50px;*/
  /*margin: 5px 10px 0 0;*/
/*}*/
/*REMOVE AFTER CHRISTMAS*/

.single-guides .new-guide-tabs {
  margin-top: 20px;
  margin-bottom: 30px;
}

.single-post .new-guide-tabs {
  margin-top: 30px;
  margin-bottom: 30px;
}

.new-guide-tabs li {
  -webkit-tap-highlight-color: transparent;
}

.community-all-wrap #community-left-side {
  background-color: transparent;
}

.single-guides #comments,
.single-post #comments {
  padding-top: 0;
}

.single-guides #comments .comments-title,
.single-post #comments .comments-title {
  display: none;
}

.single-guides #comments .comment:nth-of-type(1),
.single-post #comments .comment:nth-of-type(1) {
  padding-top: 0;
  margin-top: 0;
}

.single-guides #comments .article-no-comments,
.single-post #comments .article-no-comments {
  margin-left: 0;
  padding-top: 0;
  margin-top: -5px;
}

.single-guides #comments .comment-list>#respond .comment-form-comment,
.single-post #comments .comment-list>#respond .comment-form-comment {
  margin-left: 0;
  width: 100%;
  height: 100% !important;
}

.single-guides #comments .comment-form #submit,
.single-post #comments .comment-form #submit {
  margin-left: 0;
}

.single-guides .card-right .card-counters:not(.sticky) .arrow_box .score,
.single-post .card-right .card-counters:not(.sticky) .arrow_box .score {
  width: 60px;
  background-position: 4px 1px;
  text-align: right;
}

.single-guides .card-right .card-counters:not(.sticky) .speech-bubble,
.single-post .card-right .card-counters:not(.sticky) .speech-bubble {
  width: 55px;
  background-position: 0 4px;
  text-align: right;
}

.card-counters.card-counters-bottom-guide .reddit-voting .simplefavorite-button,
.card-counters.card-counters-bottom-guide .reddit-voting .simplefavorite-button-unlog {
  margin-right: 15px;
}

.single-guides #main {
  position: relative;
}

.single-guides .yuzo_related_post {
  position: absolute;
  top: 0;
  right: -335px;
  width: 285px;
}

.single-guides .yuzo_related_post .yuzo_wraps {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.single-guides .yuzo_related_post .relatedthumb,
.single-guides .yuzo_related_post .relatedthumb:hover {
  background-color: transparent !important;
  box-shadow: none;
}

.single-guides .yuzo_related_post .relatedthumb a {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.single-guides .yuzo_related_post .relatedthumb:first-of-type a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.single-guides .yuzo_related_post .relatedthumb a .yuzo-img-wrap {
  width: 105px;
  height: 60px;
  margin-bottom: 0;
}

.single-guides .yuzo_related_post .relatedthumb a .yuzo-img-wrap .yuzo-img {
  width: 105px !important;
  height: 60px !important;
  margin-bottom: 0 !important;
}

.single-guides .yuzo_related_post h3 {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
}

.single-guides .yuzo_related_post span {
  font-family: SegoeUI;
  font-size: 13px !important;
  color: #000;
  font-weight: 400;
  margin: 0;
  max-height: 57px;
  padding: 0 0 0 20px;
}

.single-guides .yuzo_related_post .yuzo_clearfixed.yuzo__title {
  margin-bottom: 20px;
}

.related-guides-middle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  margin: 0 0 25px 0;
}

.related-guides-middle-item {
  width: calc(100% / 3 - 20px);
}

.related-guides-middle-item > a {
  display: flex;
}

.related-guides-middle-item > a:hover span {
  color: #0fb1fd !important;
}

.related-guides-middle-image-wrap {
  width: 105px;
  height: 60px;
}

.related-guides-middle-image {
  width: 105px;
  height: 60px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.related-guides-middle-item span {
  font-family: SegoeUI !important;
  font-size: 13px !important;
  color: #000 !important;
  font-weight: 400;
  margin: 0;
  max-height: 60px;
  padding: 0 0 0 20px;
  overflow: hidden;
}

.related-guides-middle-block {
  margin: 50px 0;
}

.related-guides-middle-block h3 {
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #a1a6ac;
  text-transform: uppercase;
}

.card-community-single .card-middle .title-single {
  margin-top: 35px !important;
}

.language-switcher {
  margin-top: 60px;
}

.language-switcher a {
  font-family: SegoeUI;
  margin-right: 15px;
  padding: 10px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  transition: none;
  font-weight: 600;
}

.language-switcher a.active,
.language-switcher a:hover {
  color: #fff;
  border-radius: 4px;
  background-color: #24b2fa;
}

.acc-area {
  padding-top: 30px;
}

.more-about {
  margin-bottom: 60px;
}

.m-a-title {
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 32px 0;
  max-width: 514px;
}

.m-a-sections {
  display: flex;
  flex-direction: column;
}

.m-a-section {
  display: flex;
  align-items: flex-start;
}

.more-about .right-video-wrapper {
  border-radius: 4px;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.2);
  /*height: 100%;*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-about .right-video-wrapper .right-video {
  /*height: 100%;*/
  width: 100%;
}

.what-we-offer-wrapper h2 {
  margin: 0 0 32px 0;
}

.m-a-section img {
  margin-right: 29px;
  margin-top: 7px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.m-a-section p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #424d58;
}

.m-a-first-p {
  max-width: 454px;
  margin-bottom: 32px;
}

.m-a-second-p {
  max-width: 464px;
  margin: 0;
}

.p-f-apply {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}

.what-we-offer-wrapper .block-title {
  font-size: 38px;
  text-align: center;
}

.woz-testimonial-text span {
  display: block;
  margin-bottom: 12px;
  color: #252525;
  font-family: SegoeUI;
}

.video-guide .card-community-img {
  display: none;
}

.video-guide .bottom-button .back-button {
  position: relative;
  left: initial;
  bottom: initial;
  margin-top: 25px;
  margin-bottom: 15px;
}

.video-guide .language-switcher {
  display: none;
}

.video-guide .card-right {
  margin-top: 0;
}

.video-guide .card-community .card-bottom {
  margin-top: 0;
}

.video-guide .card-community-single .card-middle {
  padding: 0;
}

.video-guide .card-community-single .card-middle .title-single {
  margin-top: 25px !important;
}

.video-guide .card-desc {
  background-color: #fff;
}

.video-guide .card-desc > p {
  margin: 0;
}

.post-type-archive-guides .new-guides-wrapper {
  min-height: calc(100vh - 100px);
}

.password-reset-wrapper {
  background-color: #f4f6f7;
  height: calc(100vh - 270px);
}

/* DISCORD LINK */
.new-guide-tab-content .discord-link {
  margin-top: 30px;
}

.discord-link {
  display: inline-block;
  text-transform: uppercase;
  background-color: #7289da;
  font-family: SegoeUI;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0 12px 18px 0 rgba(44, 62, 80, 0.12);
}

.discord-link:hover,
.discord-link:focus,
.discord-link:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #7289da;
}

.discord-link:hover {
  box-shadow: 0 6px 9px 0 rgba(44, 62, 80, 0.16);
}

.discord-link > img {
  margin-left: 12px;
  margin-top: -2px;
  width: 88px;
  height: 24px;
}
/* DISCORD LINK */