@import url(//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100&display=swap);@import url(//fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500&display=swap);article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden; }

img {
  max-width: 100%; }

footer a {
  text-decoration: none;
  color: #000; }

/* Footer legal */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 10px 0; }
  .footer .links {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer .links ul {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0; }
      .footer .links ul li {
        margin: 0.125rem 2.1875rem 0 0;
        white-space: nowrap;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        line-height: 3.57;
        color: #000000;
        font-family: "Roboto", sans-serif; }
    .footer .links p {
      font-size: 10px;
      line-height: 2.8;
      letter-spacing: 0.3px;
      color: #848484;
      margin-bottom: 0;
      font-family: "Roboto", sans-serif; }

/* one before the last child */
.logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
  position: relative; }
  .logo a {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

@media only screen and (max-width: 1024px) {
  .footer {
    display: block;
    padding: 0;
    margin: 10px auto; }
    .footer .links {
      display: block; }
      .footer .links .menu {
        text-align: center; }
        .footer .links .menu li {
          text-align: center;
          margin: 0.125rem 25px 0.125rem 0; }
          .footer .links .menu li:last-child {
            margin-right: 0; }
      .footer .links p {
        text-align: center; }
    .footer .logo {
      text-align: center;
      margin-top: 15px; }
      .footer .logo a {
        position: initial;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

@media only screen and (min-width: 768px) {
  .sticky-header header.site-header {
    border: 7px solid #27ff7e;
    border-bottom: none;
    padding: 30px 0px 15px 0px !important; } }

@media only screen and (min-width: 1025px) {
  .custom-logo {
    max-width: 150px; }
  .site-branding {
    width: 136px; }
  .lang-item {
    margin: 0 2px !important; }
    .lang-item a {
      color: #b7b7b7 !important; }
      .lang-item a:hover {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
        background: linear-gradient(to top, #27ff7e 50%, transparent 50%); }
    .lang-item.current-lang a {
      color: #000 !important;
      font-weight: bold; }
      .lang-item.current-lang a:hover {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
        background: linear-gradient(to top, #27ff7e 50%, transparent 50%); }
    .lang-item:before {
      content: "/";
      font-weight: bold;
      margin-right: 2px; }
    .lang-item.lang-item-first:before {
      content: ""; }
  .main-navigation {
    background-color: #f5f5f8; }
    .main-navigation .nav-menu {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .main-navigation .nav-menu li a {
        font-family: "Roboto", sans-serif !important;
        font-size: 14px !important;
        font-weight: bold !important;
        font-stretch: normal !important;
        font-style: normal !important;
        letter-spacing: normal !important;
        text-align: left;
        color: black;
        line-height: 1;
        padding-bottom: 5px; }
        .main-navigation .nav-menu li a:hover {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #27ff7e), color-stop(25%, transparent));
          background: linear-gradient(to top, #27ff7e 25%, transparent 25%); }
      .main-navigation .nav-menu .hireNow {
        margin-right: 0; }
      .main-navigation .nav-menu .about {
        margin-right: auto !important; }
  .current-menu-ancestor > a .account {
    margin-bottom: 3px; }
  .main-navigation {
    padding-left: 44px; }
    .main-navigation .current-menu-item > a {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
      background: linear-gradient(to top, #27ff7e 50%, transparent 50%);
      border: none; }
  .container.container-big {
    padding-left: 142px;
    padding-right: 142px; }
  .site-header {
    padding: 38px 0; }
  .sub-menu {
    text-align: right; }
    .sub-menu li {
      text-align: right; }
    .sub-menu .accountDropdown a {
      color: white !important;
      border-bottom: 3px solid transparent !important;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: none; }
      .sub-menu .accountDropdown a:hover {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
        background: linear-gradient(to top, #27ff7e 50%, transparent 50%); }
    .sub-menu .current-menu-item > a {
      background: none !important;
      border-bottom: 3px solid #27ff7e !important; }
  .standard-menu .main-navigation ul ul {
    width: 160px; }
    .standard-menu .main-navigation ul ul li {
      padding: 6px 23px;
      text-align: left; }
  .standard-menu .current-menu-item > a {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
    background: linear-gradient(to top, #27ff7e 50%, transparent 50%); }
  .sub-menu li {
    background-color: black;
    margin: 0px;
    color: white; }
    .sub-menu li a {
      padding: 10px 0px; }
  #big-search-trigger {
    display: none; }
  .icon-drop-down:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: bold !important;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    font-size: 140%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\f004'; }
  .icon-search:before {
    display: none; }
  .main-navigation .current_page_item > a {
    border-bottom: none; } }

@media only screen and (max-width: 1024px) {
  .site-branding {
    width: 180px; }
    .site-branding a {
      padding-top: 25px;
      padding-bottom: 25px;
      display: inline-block; }
  .main-navigation a {
    font-family: Roboto !important;
    font-size: 20px;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff !important;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 3px solid transparent !important; }
    .main-navigation a:hover {
      border-bottom: 3px solid #27ff7e !important; }
  .main-navigation #menuMarker {
    display: none; }
  .main-navigation .dropdown-toggle {
    margin-left: 0 !important; }
  .main-navigation .current-menu-item a {
    background: none !important;
    border-bottom: 3px solid #27ff7e !important; }
  .sub-menu {
    padding-left: 30px; }
    .sub-menu .accountDropdown a {
      color: white !important;
      border-bottom: 3px solid transparent !important;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background: none; }
      .sub-menu .accountDropdown a:hover {
        background: none !important;
        border-bottom: 3px solid #27ff7e !important; }
    .sub-menu .current-menu-item > a {
      background: none !important;
      border-bottom: 3px solid #27ff7e !important; }
  .lang-item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: inline-block !important; }
    .lang-item a {
      color: #919191 !important; }
    .lang-item.current-lang a {
      color: #fff !important;
      font-weight: bold;
      background: transparent !important; }
    .lang-item:before {
      content: "/";
      color: #fff !important;
      font-weight: bold;
      margin-right: 2px; }
    .lang-item.lang-item-first:before {
      content: ""; }
  .icon-search:before {
    display: none; }
  #big-search-trigger {
    display: none; }
  .icon-drop-down:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: bold !important;
    color: #ffffff;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    font-size: 140%;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    content: '\f004'; }
  .menu-toggle {
    position: absolute;
    top: 35px; }
    .menu-toggle span {
      width: 25px !important; }
      .menu-toggle span::before, .menu-toggle span::after {
        width: 25px !important; } }

@media only screen and (max-width: 767px) {
  .menu-toggle {
    position: absolute;
    top: 15px; } }

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .sticky-header.blog .site-content, .sticky-header.single .site-content,
  .sticky-header.page .site-content, .sticky-header.archive .site-content,
  .sticky-header.search .site-content, .sticky-header.tag.archive .site-content,
  .sticky-header.error404 .site-content, .sticky-header.split-layout .site-content {
    padding-top: 100px; }
  .sticky-header header.site-header {
    padding-bottom: 25px !important; }
  .site-branding img {
    max-width: 100% !important; }
  .menu-toggle {
    top: 15px !important; } }

.user-login {
  background-color: #f5f5f8; }

.ur-frontend-form .ur-form-row .ur-form-grid label.user-registration-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.user-registration-error, .edit-profile .error {
  font-size: 12px !important;
  line-height: 1.33 !important;
  letter-spacing: 0.36px;
  color: #000000 !important;
  padding: 10px 15px;
  text-transform: none !important; }
  .user-registration-error.update, .edit-profile .error.update {
    line-height: 1.56 !important; }
  .user-registration-error::before, .user-registration-error li, .edit-profile .error::before, .edit-profile .error li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .user-registration-error::before, .edit-profile .error::before {
    background: url(../img/error.svg) no-repeat;
    content: '';
    width: 40px;
    vertical-align: middle;
    background-position: center;
    height: 20px; }
  .user-registration-error li strong, .edit-profile .error li strong {
    display: none; }

label.user-registration-error::before {
  height: 20px;
  margin: 0; }

.user-registration-error, .edit-profile .error {
  border: solid 1px #ffa253;
  background-color: #fff1e5;
  margin: 0 auto;
  width: 100%;
  max-width: 354px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .user-registration-error.no-error, .edit-profile .error.no-error {
    display: none !important; }

.page-header {
  max-width: 494px;
  margin: 0 auto 46px auto; }
  .page-header h1 {
    font-size: 43px;
    text-align: center; }

/* buttons */
.wp-block-buttons {
  max-width: 494px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto; }

.wp-block-button {
  width: 50%;
  min-height: 105px;
  height: auto;
  font-family: Rubik;
  border: solid 3px transparent;
  border-radius: 100;
  background: inherit;
  padding: 5px;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border-top: solid 7px transparent; }
  .wp-block-button a {
    text-transform: uppercase;
    background-color: inherit !important; }
  .wp-block-button.registration-tab-btn.selected {
    border: none;
    background-color: #fff; }
    .wp-block-button.registration-tab-btn.selected.hire {
      border-top: solid 7px #7AFB8C; }
    .wp-block-button.registration-tab-btn.selected.join {
      border-top: solid 7px #000; }
  .wp-block-button:hover:not(.selected) {
    background-color: #EEF0F4; }
    .wp-block-button:hover:not(.selected) a {
      padding-bottom: 17px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.wp-block-button a {
  border: none; }

.wp-block-buttons .wp-block-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-bottom: 30px; }

.has-very-dark-gray-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* recruiter reg for */
.ur-frontend-form {
  width: 494px;
  height: auto;
  border: none;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left !important;
  margin: 0 auto; }
  .ur-frontend-form .ur-button-container {
    padding: 0; }

.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label {
  text-align: left; }

.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid label, .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid legend {
  margin-left: 0;
  margin: 15px 0;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: 0.36px;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Roboto", sans-serif; }

.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=tel],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid select,
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea {
  font-family: "Roboto", sans-serif;
  background-color: white;
  width: 100%;
  height: 43px;
  border: solid 1px #000000; }
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=date]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=email]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=number]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=password]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=text]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=url]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=tel]:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid select:disabled,
  .ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea:disabled {
    background-color: #f5f5f8;
    cursor: not-allowed; }

label.checkbox:before {
  display: none; }

.ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-next,
.ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-prev,
.ur-frontend-form.ur-frontend-form--bordered form button[type=submit],
.ur-frontend-form.ur-frontend-form--bordered form input[type=submit],
.ur-frontend-form input[type=submit],
.btn-next {
  border: 2px solid transparent;
  background-color: #27ff7e;
  color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 63px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.54px; }
  .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-next:hover,
  .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-prev:hover,
  .ur-frontend-form.ur-frontend-form--bordered form button[type=submit]:hover,
  .ur-frontend-form.ur-frontend-form--bordered form input[type=submit]:hover,
  .ur-frontend-form input[type=submit]:hover,
  .btn-next:hover {
    border: 2px solid black;
    color: black;
    background-color: white; }
  .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-next.disabled,
  .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-prev.disabled,
  .ur-frontend-form.ur-frontend-form--bordered form button[type=submit].disabled,
  .ur-frontend-form.ur-frontend-form--bordered form input[type=submit].disabled,
  .ur-frontend-form input[type=submit].disabled,
  .btn-next.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #9296a0; }

/* bipoc reg form */
.ur-frontend-form.ur-frontend-form--flat {
  width: 494px;
  height: 790px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.ur-frontend-form {
  max-width: 495px;
  padding: 30px 70px 70px 70px;
  text-align: center; }

.ur-form-grid {
  width: auto !important; }

.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label, .ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid legend {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 0.36px;
  text-align: left;
  color: #000000;
  text-transform: uppercase; }

.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=tel],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea {
  width: 100%;
  height: 43px;
  border: solid 1px #000000;
  font-family: "Roboto", sans-serif; }

.ur-checkbox-list {
  text-align: left !important;
  margin-left: 5px !important; }
  .ur-checkbox-list label.ur-checkbox-label {
    font-family: "Roboto", sans-serif;
    padding-left: 30px;
    line-height: 1.6 !important;
    text-transform: none !important; }

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left; }

.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox] {
  display: none; }

.agreeCheckbox {
  margin-top: 15px; }
  .agreeCheckbox.user, .agreeCheckbox.hiring-checkbox {
    border-bottom: 1px solid #ccc; }
  .agreeCheckbox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .agreeCheckbox div li.ur-checkbox-list {
      margin-top: 0 !important; }
    .agreeCheckbox div label {
      font-family: "Roboto", sans-serif;
      margin-top: 2px !important; }
  .agreeCheckbox .ur-checkbox-list {
    margin-bottom: 0; }

.register-link-container {
  margin-top: 26px;
  text-align: center; }
  .register-link-container .read-link {
    font-size: 14px;
    line-height: 1.36;
    color: #428e56;
    text-decoration: underline;
    border: none;
    font-family: "Roboto", sans-serif; }
    .register-link-container .read-link:hover {
      border: none; }
  .register-link-container .separator-register {
    vertical-align: middle;
    background-position: center;
    color: #000;
    margin: 0px 10px;
    display: inline-block; }

.identifyCheckbox {
  margin-bottom: 20px !important; }
  .identifyCheckbox label {
    font-family: "Roboto", sans-serif; }
    .identifyCheckbox label.ur-label {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .identifyCheckbox abbr {
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .identifyCheckbox .checkbox {
    padding: 0; }
  .identifyCheckbox li label {
    margin: 0 !important; }

.ur-frontend-form .ur-submit-button {
  border: 2px solid transparent;
  background-color: #27ff7e;
  color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 63px;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0.54px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 0; }
  .ur-frontend-form .ur-submit-button:hover {
    border: 2px solid black;
    color: black;
    background-color: white; }

/* error handling styling */
.user-registration-error {
  height: auto !important; }
  .user-registration-error li {
    font-size: 12px;
    font-family: "Roboto", sans-serif; }

.user-registration-error::before, .user-registration-info::before, .user-registration-message::before {
  font-size: 100%; }

.field-checkbox.agreeCheckbox label.ur-label {
  font-family: "Roboto", sans-serif;
  display: inline-block; }

.field-checkbox.agreeCheckbox ul {
  display: inline-block; }

.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0; }

.user-registration {
  width: 100%;
  max-width: 494px;
  margin: 0 auto !important; }
  .user-registration .ur-frontend-form.login {
    padding: 30px 70px 70px 70px;
    background-color: #f5f5f8;
    border: none;
    width: 100%; }
    .user-registration .ur-frontend-form.login input[type="text"],
    .user-registration .ur-frontend-form.login input[type="email"],
    .user-registration .ur-frontend-form.login input[type="tel"],
    .user-registration .ur-frontend-form.login input[type="url"],
    .user-registration .ur-frontend-form.login input[type="password"],
    .user-registration .ur-frontend-form.login input[type="search"],
    .user-registration .ur-frontend-form.login textarea {
      font-family: "Roboto", sans-serif;
      border: 1px solid #000;
      color: #000; }
    .user-registration .ur-frontend-form.login .user-registration-form-login {
      width: 100% !important; }
    .user-registration .ur-frontend-form.login label {
      font-family: "Roboto", sans-serif;
      color: #000;
      text-transform: uppercase; }
    .user-registration .ur-frontend-form.login .lost_password, .user-registration .ur-frontend-form.login .user-registration-register.register {
      font-size: 12px;
      line-height: 1.33; }
      .user-registration .ur-frontend-form.login .lost_password a, .user-registration .ur-frontend-form.login .user-registration-register.register a {
        color: #428e56;
        border-color: #428e56;
        font-family: "Roboto", sans-serif; }
        .user-registration .ur-frontend-form.login .lost_password a:hover, .user-registration .ur-frontend-form.login .user-registration-register.register a:hover {
          border-color: #428e56; }
    .user-registration .ur-frontend-form.login .user-registration-register.register {
      display: inline-block;
      margin-top: 45px !important;
      text-align: center;
      width: 100%;
      font-family: "Roboto", sans-serif; }
  .user-registration .user-registration-form-row {
    margin: 0; }

.edit-profile a {
  cursor: pointer; }
  .edit-profile a.add {
    font-family: "Roboto", sans-serif;
    color: #428e56;
    border: none;
    border-bottom: 1px solid #428e56;
    padding: 0;
    border-radius: 0;
    font-size: 12px;
    border-color: #428e56; }
    .edit-profile a.add:hover {
      border-color: #428e56; }

.edit-profile .registration-form {
  width: 100%;
  max-width: 494px; }

.edit-profile .tab {
  width: 100%;
  max-width: 494px;
  margin: 40px auto; }
  .edit-profile .tab .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .edit-profile .tab .btn a {
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      line-height: 1.33;
      color: #000;
      padding: 5px 0;
      background-color: inherit;
      margin-right: 30px;
      text-decoration: none; }
      .edit-profile .tab .btn a:hover {
        text-decoration: none; }
      .edit-profile .tab .btn a.selected, .edit-profile .tab .btn a:hover {
        border-radius: 0;
        font-weight: bold;
        border-bottom: 3px solid #27ff7e; }

.edit-profile textarea {
  min-height: 176px !important;
  resize: vertical !important; }

.edit-profile .multiselect-wrapper {
  width: 100%; }

.edit-profile .btn-next {
  width: 170px;
  height: 63px;
  float: right; }

.edit-profile .ur-frontend-form .ur-form-row .ur-form-grid select {
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55% !important; }

.edit-profile .italic {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.36px; }

.edit-profile .add_link_container {
  margin-bottom: 20px; }

.edit-profile .btn-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .edit-profile .btn-panel ._btn {
    font-family: "Roboto", sans-serif;
    padding: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.48px;
    color: #000000;
    text-transform: uppercase;
    height: auto; }
    .edit-profile .btn-panel ._btn.btn-previous {
      margin-right: 15px;
      border: solid 2px #000000;
      background-color: #fff; }
      .edit-profile .btn-panel ._btn.btn-previous:hover {
        color: white;
        background-color: black; }

.edit-profile .remote_work {
  display: none !important; }

.edit-profile .remote-label {
  padding: 3px 3px 3px 25px; }

.edit-profile .multiselect-wrapper {
  position: relative; }
  .edit-profile .multiselect-wrapper .multiselect-input-div .multiselect-count, .edit-profile .multiselect-wrapper .multiselect-input-div .multiselect-dropdown-arrow {
    display: none !important; }
  .edit-profile .multiselect-wrapper .multiselect-input-div .multiselect-input {
    background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55% !important; }
  .edit-profile .multiselect-wrapper ul li {
    color: #000;
    background-color: #fff; }
    .edit-profile .multiselect-wrapper ul li.active, .edit-profile .multiselect-wrapper ul li:hover {
      background-color: #f4fff2; }
      .edit-profile .multiselect-wrapper ul li.active label, .edit-profile .multiselect-wrapper ul li:hover label {
        color: #000 !important; }
  .edit-profile .multiselect-wrapper .multiselect-list {
    padding: 0;
    left: 0;
    right: 0;
    z-index: 100; }
    .edit-profile .multiselect-wrapper .multiselect-list hr {
      padding: 0;
      margin: 0; }
    .edit-profile .multiselect-wrapper .multiselect-list > span {
      display: none !important; }
    .edit-profile .multiselect-wrapper .multiselect-list span, .edit-profile .multiselect-wrapper .multiselect-list ul li {
      margin: 0;
      padding-right: 0; }
      .edit-profile .multiselect-wrapper .multiselect-list span label.checkbox, .edit-profile .multiselect-wrapper .multiselect-list ul li label.checkbox {
        height: auto;
        margin: 0;
        font-size: 12px;
        line-height: 1.33;
        letter-spacing: 0.36px;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: 0.42px;
        padding: 15px;
        display: block;
        width: 100%; }

.edit-profile table {
  margin: 0; }

.edit-profile table, .edit-profile tr, .edit-profile td {
  border: none; }

.edit-profile tr.rows td {
  position: relative; }

.edit-profile .table-borderless tbody + tbody, .edit-profile .table-borderless td, .edit-profile .table-borderless th, .edit-profile .table-borderless thead th {
  padding: 0; }
  .edit-profile .table-borderless tbody + tbody button, .edit-profile .table-borderless td button, .edit-profile .table-borderless th button, .edit-profile .table-borderless thead th button {
    margin-left: 7px;
    padding: 0;
    background: inherit;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    top: -2px;
    right: -25px; }

.edit-profile .note {
  max-width: 494px;
  text-align: center;
  margin: 0 auto;
  padding: 0 70px;
  font-family: "Roboto", sans-serif; }
  .edit-profile .note p {
    color: #000; }

.edit-profile .characters-limit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .edit-profile .characters-limit p {
    font-size: 12px;
    font-style: italic;
    height: 16px;
    letter-spacing: 0.36px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
    .edit-profile .characters-limit p.counter {
      text-align: right; }

@media only screen and (max-width: 1024px) {
  .user-registration.ur-frontend-form {
    padding: 30px 30px 70px 30px; }
  .registration-tab-btn .wp-block-button__link {
    font-size: 12px;
    padding: 12px 12px;
    background-color: transparent !important; } }

#update-email-form .account-form form {
  display: none; }

.hide-tab {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.single-group label abbr {
  display: none; }

.single-group.main label abbr {
  display: inline; }

.single-group li {
  margin: 0 !important; }
  .single-group li label {
    margin: 0 !important; }
    .single-group li label abbr {
      display: none; }
  .single-group li:last-child {
    margin-bottom: 20px !important; }

#edit-profile-errors {
  display: none;
  margin: 15px 0; }

.forgot-password-form .password-strength {
  text-align: center;
  display: block;
  padding: 10px;
  margin-top: -10px;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500; }
  .forgot-password-form .password-strength.strong, .forgot-password-form .password-strength.good {
    border: solid 1px #428e56;
    background-color: rgba(39, 255, 126, 0.15); }
  .forgot-password-form .password-strength.short, .forgot-password-form .password-strength.bad {
    border: solid 1px #ffa253;
    background-color: #fff1e5; }
  .forgot-password-form .password-strength.no-display {
    display: none; }

.forgot-password-form #password.strong, .forgot-password-form #password.good {
  border: solid 1px #428e56; }

.forgot-password-form #password.short, .forgot-password-form #password.bad {
  border: solid 1px #ffa253; }

.forgot-password-form .account-form.rm-padding {
  padding: 0; }

.forgot-password-form .account-form .separator {
  margin: 0 auto 25px auto; }

.forgot-password-form .account-form .indication p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.36;
  letter-spacing: 0.42px;
  text-align: center;
  color: #000000;
  padding: 0 53px; }

.forgot-password-form .account-form .forgot-password form {
  width: 100%; }

.forgot-password-form .account-form .user-registration-error {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.forgot-password-form .account-form.confirmation {
  text-align: center; }
  .forgot-password-form .account-form.confirmation .indication p {
    padding: 0; }
  .forgot-password-form .account-form.confirmation i {
    margin-right: 5px; }

.forgot-password-form .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 494px;
  margin: 29px auto; }
  .forgot-password-form .links > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .forgot-password-form .links > div.left a {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      color: #000000; }
      .forgot-password-form .links > div.left a i {
        margin-right: 5px; }
    .forgot-password-form .links > div.right .register-link-container {
      margin-top: 0;
      text-align: right;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.36;
      letter-spacing: normal;
      color: #428e56; }

.link_containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .link_containers label.error {
    margin: 5px 0 !important; }
  .link_containers input {
    display: inline-block;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 5px 0 !important; }
  .link_containers i {
    padding: 10px;
    font-size: 20px;
    cursor: pointer; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: .4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-control.single .selectize-input.input-active, .selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px; }

.selectize-input.full {
  background-color: #fff; }

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb; }

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d; }

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: 0 0 !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: 0 !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown .optgroup-header, .selectize-dropdown .option {
  padding: 5px 8px; }

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5; }

.selectize-dropdown [data-selectable].option {
  opacity: 1; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: grey transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent grey transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: .5;
  background-color: #fafafa; }

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px; }

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6; }

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: 0 0; }

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03); }

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x; }

.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x; }

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8; }

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: 700;
  font-size: .85em; }

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0; }

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none; }
.selectize-control {
  overflow: initial;
  width: 100%;
  max-width: 199px;
  height: 49px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000;
  margin-right: 12px;
  font-family: "Roboto", sans-serif; }
  .selectize-control.province {
    max-width: 494px;
    width: 100%; }

#profile .selectize-control {
  width: 100%;
  max-width: 100%; }

.selectize-control.single .selectize-input {
  border-color: #000;
  background: transparent;
  border-radius: 0;
  padding: 12px 15px;
  font-size: 16px;
  height: 45px;
  font-family: "Roboto", sans-serif; }

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #000;
  background: transparent !important;
  font-family: "Roboto", sans-serif; }

.selectize-control.disabled .selectize-input {
  pointer-events: none;
  cursor: not-allowed;
  border-color: #ccc; }

.selectize-dropdown-content {
  background-color: #f5f5f8;
  font-family: "Roboto", sans-serif; }
  .selectize-dropdown-content .option {
    padding: 15px 10px;
    font-family: "Roboto", sans-serif; }
    .selectize-dropdown-content .option:hover, .selectize-dropdown-content .option.active {
      background-color: black;
      color: white; }

.firstRowContainer .selectize-control:last-child {
  margin-right: 0; }

.secondRowContainer .selectize-control:last-child {
  margin-right: 0; }

.selectize-input > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

@media (max-width: 700px) {
  .selectize-control {
    max-width: 100%;
    margin-bottom: 7px; } }

body {
  background: #f5f5f8;
  position: relative; }

.search-form {
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
  .search-form :focus {
    color: black; }
  .search-form .fieldsContainer {
    max-width: 199px;
    width: 100%;
    margin-right: 15px; }
    .search-form .fieldsContainer .positionInput {
      border: 1px solid #000000;
      color: black;
      width: 100%; }
    @media (max-width: 700px) {
      .search-form .fieldsContainer {
        max-width: 100%;
        margin-bottom: 10px; } }
  .search-form label {
    text-transform: uppercase;
    color: black; }
  .search-form select, .search-form .select {
    max-height: 45px !important; }

.firstRowContainer {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .firstRowContainer .select {
    margin-right: 12px; }
    .firstRowContainer .select:last-child {
      margin-right: 0; }
  .firstRowContainer .locationFilter {
    color: grey;
    border: 1px solid black;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    margin-right: 15px;
    max-width: 406px;
    width: 100%;
    font-family: "Roboto", sans-serif; }
    .firstRowContainer .locationFilter:focus {
      color: black; }

.searchTop {
  margin-bottom: 40px; }

.search-error {
  border: solid 1px #ffa253;
  background-color: #fff1e5;
  margin: 0;
  width: 100%;
  max-width: 494px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px !important;
  line-height: 1.33 !important;
  letter-spacing: 0.36px;
  color: #000000 !important;
  padding: 10px 15px;
  text-transform: none !important; }
  .search-error.no-error {
    display: none !important; }
  .search-error::before {
    background: url(../img/error.svg) no-repeat;
    content: '';
    width: 40px;
    vertical-align: middle;
    background-position: center;
    height: 20px; }

.secondRowContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .secondRowContainer select, .secondRowContainer .select {
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 10px; }
    .secondRowContainer select:last-child, .secondRowContainer .select:last-child {
      margin-right: 0; }

.ui-menu {
  max-width: 494px;
  border: 1px solid black;
  max-height: 400px;
  overflow-y: scroll;
  z-index: 300; }

.ui-menu-item {
  background-color: #f5f5f8;
  list-style: none;
  margin: 0;
  padding: 10px 0px 10px 20px;
  max-width: 760px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif; }
  .ui-menu-item:hover {
    background-color: black;
    color: white; }

.searchResultTitleContainer {
  max-width: 834px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .searchResultTitleContainer h3 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0; }
  .searchResultTitleContainer .sortByContainer p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0; }

.results {
  max-width: 834px; }

.display {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.resultCard {
  display: none;
  background-color: white;
  max-width: 834px;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  border: 3px solid transparent;
  margin: 25px 0px;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .resultCard:hover {
    border: 3px solid black; }
  .resultCard p {
    color: black;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-size: 12px; }

.firstColumnResult {
  width: 33%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .firstColumnResult .nameResult {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: 0.54px;
    font-family: "Rubik", sans-serif; }
  .firstColumnResult .roleResult {
    text-transform: uppercase;
    padding-top: 0;
    font-family: "Roboto", sans-serif; }
  .firstColumnResult .locationResult {
    font-weight: bold;
    font-family: "Roboto", sans-serif; }
  .firstColumnResult .experienceResults {
    padding: 0;
    font-family: "Roboto", sans-serif; }

.secondColumnResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  margin-left: 15px;
  height: 100%;
  font-family: "Roboto", sans-serif; }

.thirdColumnResult {
  width: 33%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right; }
  .thirdColumnResult .emailResult {
    font-weight: bold;
    font-family: "Roboto", sans-serif; }
  .thirdColumnResult p {
    text-align: right;
    font-family: "Roboto", sans-serif; }

.readMoreContainer .readMore {
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.36px;
  margin: 10px 0px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
  background: linear-gradient(to top, #27ff7e 50%, transparent 50%); }
  .readMoreContainer .readMore:hover {
    border-bottom: 8px solid #27ff7e;
    color: black; }

.submitSearch {
  border: 2px solid transparent;
  background-color: #27ff7e;
  color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 48px;
  margin-bottom: 48px;
  padding-left: 75px;
  padding-right: 75px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.42px; }
  .submitSearch:hover {
    border: 2px solid black;
    color: black;
    background-color: white; }
  .submitSearch:active {
    border: 2px solid black;
    color: black;
    background-color: white; }

.loadMoreButton {
  color: black;
  background-color: white;
  background: #f5f5f8;
  border: 2px solid black;
  padding: 10px 30px 20px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .loadMoreButton:hover {
    color: white;
    background-color: black; }

.downloadResults {
  border: 2px solid transparent;
  background-color: #27ff7e;
  color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 200;
  padding: 18px 40px 40px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.42px; }
  .downloadResults:hover {
    border: 2px solid black;
    color: black;
    background-color: white; }
  .downloadResults:active {
    border: 2px solid black;
    color: black;
    background-color: white; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#searchResultsTitleContainer {
  max-width: 834px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #searchResultsTitleContainer h3 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold; }
  #searchResultsTitleContainer .sortByContainer p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold; }

@media (max-width: 700px) {
  .filterContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .filterContainer select, .filterContainer .select {
      width: 100%;
      margin-bottom: 10px; }
    .filterContainer .locationFilter {
      margin-bottom: 10px; }
  .search-form .positionInput {
    width: 100%; }
  .submitSearch {
    margin-top: 10px;
    margin-bottom: 0px; }
  .firstRowContainer {
    display: block;
    margin-bottom: 0; }
    .firstRowContainer .locationFilter {
      margin-right: 0;
      max-width: 100%; }
    .firstRowContainer .unionFilter {
      margin-right: 0; }
  .secondRowContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .ui-menu {
    max-width: 80%; }
  .resultCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px; }
  .firstColumnResult {
    width: 100%; }
    .firstColumnResult .nameResult {
      font-size: 16px; }
  .secondColumnResult {
    width: 100%;
    margin-left: 0; }
  .thirdColumnResult {
    width: 100%; }
    .thirdColumnResult p {
      text-align: left; }
  .readMoreContainer {
    margin: 10px 0px; }
  .downloadResults {
    bottom: 30px;
    right: 30px;
    font-size: 12px;
    padding: 10px 20px 10px; }
  .ui-menu {
    max-height: 200px; }
  .search-form .select {
    max-width: 100% !important;
    width: 100%; }
  .search-form .secondRowContainer .select {
    max-width: 100%;
    width: 100%; }
  .select-options {
    max-height: 200px;
    overflow-y: scroll; } }

.search-form .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.search-form .select {
  width: 100%;
  max-width: 199px;
  height: 49px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #000; }

.search-form .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f8;
  border: 1px solid #000;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .search-form .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }

.search-form .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f5f5f8;
  border: 1px solid #000;
  border-top: none;
  max-height: 400px;
  overflow-y: scroll; }
  .search-form .select-options li {
    margin: 0;
    padding: 10px 5px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .search-form .select-options li:hover {
      color: #fff;
      background-color: #000; }
    .search-form .select-options li[rel="hide"] {
      display: none; }

.ui-helper-hidden-accessible {
  display: none; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 88vw;
  max-width: 500px;
  color: #000;
  border: solid 7px #27ff7e;
  position: relative; }
  .modal-content .content {
    padding: 0 2vw;
    position: relative; }
    .modal-content .content .improvements-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .modal-content .content .improvements-container .improvements {
        -webkit-transform: rotate(270deg);
                transform: rotate(270deg);
        font-size: 23px;
        display: inline-block;
        margin: 40px -60px 75px 0; }
  .modal-content p {
    font-size: 20px;
    color: #000; }
  .modal-content ul {
    list-style-type: none; }
    .modal-content ul li {
      color: #000;
      font-size: 20px; }
      .modal-content ul li .dash {
        vertical-align: top; }
      .modal-content ul li .dash-content {
        display: inline-block;
        width: 94%; }
        @media (max-width: 374px) {
          .modal-content ul li .dash-content {
            width: 75%; } }

/* The Close Button */
.update-modal-close {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  right: 15px;
  z-index: 1001;
  cursor: pointer;
  position: absolute; }

.loading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: center;
          animation: center;
  display: none; }
  @media (max-width: 700px) {
    .loading-container {
      margin-top: 40px; } }

.profil-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px; }
  .profil-container h6 {
    font-family: "Rubik", sans-serif;
    font-weight: bold;
    margin: 10px 0; }
  .profil-container h2 {
    font-family: "Rubik", sans-serif;
    font-size: 23px;
    line-height: 2.61;
    font-weight: bold; }
  .profil-container .main {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: "Roboto", sans-serif; }
    .profil-container .main div {
      margin-bottom: 35px; }
    .profil-container .main .skills {
      max-width: 202px;
      line-height: 1.36;
      letter-spacing: 1.05px;
      font-size: 14px;
      margin-bottom: 16px; }
    .profil-container .main .name {
      font-size: 2.250em;
      line-height: 1.19;
      font-weight: bold;
      font-family: "Rubik", sans-serif; }
    .profil-container .main .skills li {
      font-family: "Roboto", sans-serif;
      text-transform: uppercase;
      display: inline-block; }
      .profil-container .main .skills li:after {
        content: ", ";
        margin-right: 5px; }
      .profil-container .main .skills li:last-child:after {
        content: ""; }
      .profil-container .main .skills li:nth-of-type(1n+15) {
        display: none; }
  .profil-container .details {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0; }
    .profil-container .details .section {
      -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
      background-color: #ffffff;
      padding: 47px 42px;
      margin-right: 50px;
      margin-bottom: 50px;
      font-family: "Roboto", sans-serif; }
      .profil-container .details .section div {
        margin-bottom: 35px; }
      .profil-container .details .section h2 {
        margin-top: 0; }
      .profil-container .details .section .link ul {
        list-style-type: none; }

@media (max-width: 800px) {
  .profil-container {
    display: block; }
    .profil-container div {
      width: 100%;
      margin: 0 0 10px 0; }
    .profil-container .main {
      padding: 0 57px; }
      .profil-container .main .content {
        margin-bottom: 0; }
    .profil-container .details {
      margin: 45px 20px 0 20px;
      width: auto; } }

#edit-account-form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 42px;
  border-bottom: 1px solid #000;
  margin-bottom: 42px;
  font-family: "Roboto", sans-serif; }
  #edit-account-form .fields .left {
    -webkit-box-flex: 2;
        -ms-flex: 2 0 0px;
            flex: 2 0 0; }
  #edit-account-form .fields .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    text-align: right; }
  #edit-account-form .fields p {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.33;
    color: #000000; }

#edit-account-form a {
  font-size: 14px;
  line-height: 1.36;
  color: #428e56;
  border-color: #428e56;
  font-family: "Roboto", sans-serif; }
  #edit-account-form a:hover {
    border-color: #428e56; }

#edit-account-form .delete {
  display: block; }
  #edit-account-form .delete a {
    font-family: "Roboto", sans-serif; }

.has-black-color {
  color: #000; }
  .has-black-color:hover {
    color: #000; }

.account-form {
  width: 100%;
  max-width: 494px;
  margin: 0 auto;
  padding: 30px 70px 70px 70px;
  background-color: #f5f5f8; }
  .account-form label {
    font-family: "Roboto", sans-serif;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    text-transform: uppercase; }
  .account-form input[type=text], .account-form input[type=password], .account-form input[type=email] {
    display: block;
    width: 100%;
    padding: 4px 8px;
    border-radius: 0;
    min-height: 36px;
    margin-bottom: 10px;
    line-height: 1.5;
    border: 1px solid #000;
    color: #000;
    height: 45px; }
  .account-form #message {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.54px;
    text-align: center;
    color: #332626;
    font-family: "Roboto", sans-serif; }
  .account-form #error {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.54px;
    text-align: center;
    color: red;
    font-family: "Roboto", sans-serif; }
  .account-form button {
    border: 2px solid transparent;
    background-color: #27ff7e;
    color: black;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    width: 100%;
    height: 63px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.54px;
    padding: 10px 20px;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
    -webkit-box-shadow: 0 1px 3px rgba(182, 187, 207, 0.15);
            box-shadow: 0 1px 3px rgba(182, 187, 207, 0.15);
    margin-top: 35px; }
    .account-form button:hover {
      border: 2px solid black;
      color: black;
      background-color: white; }
    .account-form button.white {
      background-color: white;
      border: 2px solid black;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .account-form button.white:hover {
        background: black;
        color: white; }

body {
  background-color: #f5f5f8; }

.site-content {
  padding-bottom: 0px !important; }

.homepageContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 85%;
  margin: 0 auto; }

.leftContainer {
  width: 50%; }

.homePageTitle {
  font-family: Rubik;
  font-size: 45px;
  font-stretch: normal;
  font-weight: bold;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: black !important; }

.bipocGreenBox {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #27ff7e), color-stop(50%, transparent));
  background: linear-gradient(to top, #27ff7e 50%, transparent 50%); }

.homepageFirstP {
  width: 80%;
  font-family: Rubik;
  font-weight: bold;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.48px;
  color: black !important; }

.homepageSecondP {
  width: 80%;
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.48px; }

.hireJoinContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }
  .hireJoinContainer .hireContainer, .hireJoinContainer .joinContainer {
    width: calc(50% - 10px); }
    .hireJoinContainer .hireContainer a, .hireJoinContainer .joinContainer a {
      text-decoration: none;
      text-transform: uppercase;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.31;
      letter-spacing: 0.48px;
      text-align: center; }
    .hireJoinContainer .hireContainer .frenchButton, .hireJoinContainer .joinContainer .frenchButton {
      font-size: 13px; }
    .hireJoinContainer .hireContainer p, .hireJoinContainer .joinContainer p {
      text-align: center;
      margin-top: 15px;
      text-transform: uppercase;
      font-family: Roboto;
      font-size: 12px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 1.2px; }

.hireContainer {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .hireContainer a {
    padding: 15px;
    border: 2px solid transparent;
    background-color: #27ff7e;
    color: black;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif; }
    .hireContainer a:hover {
      border: 2px solid black;
      color: black;
      background-color: white; }

.joinContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .joinContainer a {
    padding: 15px;
    background-color: black;
    color: white;
    border: 2px solid black;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .joinContainer a:hover {
      background: white;
      color: black; }

.whiteBackground {
  background-color: white;
  margin-top: 80px;
  padding: 30px 0px; }

.sponsorsContainer {
  width: 98%;
  margin-top: 10px;
  margin-bottom: 0px;
  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-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start; }
  .sponsorsContainer p {
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    color: #332626;
    margin-bottom: 0;
    margin-right: 35px;
    text-align: left; }
  .sponsorsContainer .foundationalLogoContainer, .sponsorsContainer .communityLogoContainer, .sponsorsContainer .industryLogoContainer {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .sponsorsContainer .foundationalLogoContainer img, .sponsorsContainer .communityLogoContainer img, .sponsorsContainer .industryLogoContainer img {
      height: 45px;
      margin: 5px 15px 5px 15px; }
    .sponsorsContainer .foundationalLogoContainer a, .sponsorsContainer .communityLogoContainer a, .sponsorsContainer .industryLogoContainer a {
      margin-left: 30px;
      padding: 15px 30px;
      border: solid #27ff7e;
      width: -webkit-min-content;
      width: -moz-min-content;
      width: min-content;
      white-space: nowrap;
      font-family: Roboto; }
      .sponsorsContainer .foundationalLogoContainer a i, .sponsorsContainer .communityLogoContainer a i, .sponsorsContainer .industryLogoContainer a i {
        margin-left: 10px; }

.foundationalContainer, .communityContainer, .industryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.rightContainer {
  margin-left: 20px;
  width: 550px; }
  .rightContainer img {
    width: 100%; }

@media (max-width: 1120px) {
  .site-content {
    padding-top: 30px !important; }
  .rightContainer {
    width: 80%; }
  .leftContainer {
    width: 70%; }
  .hireJoinContainer {
    margin: 0 auto;
    margin-top: 40px; }
  .sponsorsContainer {
    width: 93%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .foundationalLogoContainer, .communityLogoContainer, .industryLogoContainer {
    text-align: center; }
    .foundationalLogoContainer img, .communityLogoContainer img, .industryLogoContainer img {
      height: 20px;
      margin-right: 15px; }
    .foundationalLogoContainer p, .communityLogoContainer p, .industryLogoContainer p {
      text-align: center;
      margin-right: 0; }
    .foundationalLogoContainer a, .communityLogoContainer a, .industryLogoContainer a {
      display: block;
      margin: 20px auto 0 auto !important;
      text-align: center; } }

@media (min-width: 768px) and (max-width: 1120px) {
  .sticky-header.blog .site-content,
  .sticky-header.single .site-content,
  .sticky-header.page .site-content,
  .sticky-header.archive .site-content,
  .sticky-header.search .site-content,
  .sticky-header.tag.archive .site-content,
  .sticky-header.error404 .site-content,
  .sticky-header.split-layout .site-content {
    padding-top: 140px !important; } }

@media (max-width: 1120px) {
  .homepageContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .leftContainer {
    width: 100%; }
  .rightContainer {
    margin-left: 0;
    width: 100%; }
    .rightContainer .homepageImgContainer {
      width: 100%; }
  .sponsorsContainer {
    width: 90%; }
    .sponsorsContainer .foundationalLogoContainer, .sponsorsContainer .communityLogoContainer, .sponsorsContainer .industryLogoContainer {
      display: inline-block;
      -ms-flex-line-pack: center;
          align-content: center; } }

@media (max-width: 500px) {
  .site-content {
    padding-top: 10px !important; }
  .homepageContainer {
    max-width: 90%; }
  .homePageTitle {
    font-size: 31px;
    margin-top: 40px; }
  .homepageFirstP {
    width: 90%; }
  .homepageSecondP {
    width: 90%; }
  .hireJoinContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px; }
    .hireJoinContainer .hireContainer, .hireJoinContainer .joinContainer {
      width: 60%;
      margin-right: 0; }
  .whiteBackground {
    margin-top: 30px;
    padding: 20px 0px; }
  .foundationalContainer p, .communityContainer p, .industryContainer p {
    font-size: 12px; }
  .foundationalLogoContainer img, .communityLogoContainer img, .industryLogoContainer img {
    height: 30px;
    margin-right: 2px; } }

.legal-h {
  color: black !important;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal; }

.legal-p {
  font-size: 14px;
  text-align: left;
  color: black !important;
  font-family: "Roboto", sans-serif;
  font-weight: normal; }

.body {
  color: #f5f5f8; }

.successContainer {
  margin: 0 auto;
  margin-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.successTitle {
  font-family: Rubik;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  margin-bottom: 0; }

.successP {
  color: #332626;
  font-family: Roboto;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: 0.54px;
  margin: 20px;
  text-align: center; }

.thankyou {
  margin-top: 10px; }

.thankyouContainer {
  position: relative; }
  .thankyouContainer .thankyou:after {
    background-color: #27ff7e;
    bottom: 0;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 36px; }

.firstP {
  margin-bottom: 0; }

.secondP {
  width: 55%;
  text-align: center; }

.clickP {
  margin: 0; }

.hireNowSuccess, .completeProfileSuccess {
  border: 2px solid transparent;
  background-color: #27ff7e;
  color: black;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  margin: 0 auto;
  margin-top: 20px;
  text-decoration: none;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.54px;
  padding: 15px 60px; }
  .hireNowSuccess:hover, .completeProfileSuccess:hover {
    border: 2px solid black;
    color: black;
    background-color: white; }

.underButtonP {
  text-transform: uppercase;
  font-family: Roboto;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.83px; }

.faqTitle {
  text-align: center;
  font-family: "Rubik", sans-serif;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal; }

.date {
  text-align: center;
  text-transform: uppercase;
  color: black !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.7px; }

.privacyBoldText {
  text-align: left;
  color: black !important;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal; }

.privacyRegText {
  text-align: left;
  color: black !important;
  font-family: "Roboto", sans-serif;
  font-family: 18px;
  font-weight: normal; }

.question {
  text-align: left;
  color: black !important;
  font-family: "Rubik", sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal; }

.answer {
  text-align: left;
  color: black !important;
  font-family: "Roboto", sans-serif;
  font-family: 18px;
  font-weight: normal;
  margin-bottom: 20px; }

@media (max-width: 500px) {
  .question {
    font-size: 18px;
    margin-bottom: 15px; }
  .answer {
    font-size: 15px; } }

.aboutPageContainer {
  font-family: Roboto; }
  .aboutPageContainer .container-medium {
    padding-left: 143px;
    padding-right: 143px; }
  .aboutPageContainer h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.22;
    font-family: Rubik; }
    .aboutPageContainer h2.title {
      max-width: 750px;
      width: 100%;
      margin-top: 0;
      margin-bottom: 49px; }
  .aboutPageContainer h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    color: #000000;
    font-family: Rubik;
    margin-bottom: 48px; }
  .aboutPageContainer .objective {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .aboutPageContainer .objective .left {
      padding-right: 50px; }
    .aboutPageContainer .objective img {
      width: 100%;
      max-width: 324px; }
    .aboutPageContainer .objective p {
      font-size: 18px; }
    .aboutPageContainer .objective ul {
      font-size: 18px; }
      .aboutPageContainer .objective ul li {
        padding: 10px 0; }
  .aboutPageContainer .behind {
    margin-bottom: 50px; }
    .aboutPageContainer .behind .behind-the-scenes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .aboutPageContainer .behind .behind-the-scenes .left {
        margin-right: 40px; }
        .aboutPageContainer .behind .behind-the-scenes .left img {
          width: 100%;
          max-width: 326px;
          margin-right: 40px;
          margin-top: 8px; }
    .aboutPageContainer .behind h3 {
      display: block; }
    .aboutPageContainer .behind p {
      max-width: 470px;
      font-size: 14px;
      line-height: 1.86; }
      .aboutPageContainer .behind p:last-child {
        margin-bottom: 0 !important; }
  .aboutPageContainer .crew {
    border-bottom: 1px solid #000;
    padding-bottom: 70px; }
    .aboutPageContainer .crew .crew3 {
      width: 324px;
      float: right;
      height: 214px;
      margin-left: 60px;
      margin-bottom: 20px; }
    .aboutPageContainer .crew p {
      font-size: 14px; }
  .aboutPageContainer .embed-responsive-item {
    width: 100%; }
  .aboutPageContainer .video-container {
    position: relative;
    margin-bottom: 100px; }
    .aboutPageContainer .video-container button {
      background-color: transparent;
      border: none;
      color: #fff;
      display: block;
      font-size: 18px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: calc(50% -150px);
      height: 115px;
      top: calc(50% - 75px);
      cursor: pointer;
      z-index: 100; }
      .aboutPageContainer .video-container button img {
        width: 115px;
        height: 115px; }
      .aboutPageContainer .video-container button.playing {
        display: none; }

@media only screen and (max-width: 767px) {
  .aboutPageContainer .objective {
    display: block; }
    .aboutPageContainer .objective .left {
      padding-right: 0; }
    .aboutPageContainer .objective .right img {
      max-width: 100%;
      margin-left: 0; }
  .aboutPageContainer .behind .behind-the-scenes {
    display: block; }
    .aboutPageContainer .behind .behind-the-scenes .left {
      margin-right: 0;
      margin-bottom: 40px; }
      .aboutPageContainer .behind .behind-the-scenes .left img {
        max-width: 100%; }
  .aboutPageContainer .crew .crew3 {
    width: 100%;
    height: auto; }
  .aboutPageContainer .video-container {
    width: 100%;
    margin-bottom: 25px; } }

.partnersPageContainer {
  font-family: Roboto; }
  .partnersPageContainer h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.22;
    font-family: Rubik; }
    .partnersPageContainer h2.title {
      width: 100%;
      margin-top: 0;
      margin-bottom: 49px; }

.logo-container {
  margin-bottom: 50px; }
  .logo-container p {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center; }
  .logo-container .logos {
    max-width: 710px;
    margin: 0 auto; }
    .logo-container .logos .img-container {
      width: 154px;
      height: 154px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px; }
      .logo-container .logos .img-container img {
        height: 100%; }

@media only screen and (max-width: 822px) {
  .logo-container .logos {
    max-width: 531px; } }

@media only screen and (max-width: 603px) {
  .logo-container .logos {
    text-align: center; } }

html {
  min-height: 100%;
  border: solid 7px #27ff7e; }

body {
  min-height: 100%; }

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  background-color: #27ff7e;
  color: #000; }

.separator {
  max-width: 36px;
  height: 4px;
  background-color: #27ff7e; }

.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid select,
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea {
  color: #000 !important; }

#scrollUpBtn, #scrollDownBtn {
  display: none !important; }

.no-display {
  display: none; }

@media only screen and (min-width: 1025px) {
  .container.container-medium {
    padding-left: 90px;
    padding-right: 90px; }
  .container.container-small {
    padding-left: 143px;
    padding-right: 143px; } }

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