* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans";
  height: 50px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #181818;
  font-size: 16px;
  font-weight: 400;
  padding: 0 18px 0 10px;
  border-radius: 5px;
  border: 1px solid #4072ff;
  line-height: 50px;
}
.selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #4072ff transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 22px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Open Sans";
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
  z-index: 9;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.4375rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5rem;
  line-height: 1.2;
  color: #4072ff;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
  z-index: 100;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 300 16px/1.5714 "Open Sans", sans-serif;
}
body {
  color: #181818;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1170px;
  max-width: 94%;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0 1.125rem;
  font-family: "Open Sans";
  font-size: 1rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #4072ff;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 1.25rem;
}
.button, .submit {
  display: inline-block;
  line-height: 2.5rem;
  padding: 0.625rem 2.8125rem;
  font-size: 1.3125rem;
  min-width: 170px;
  background: #4072ff;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 38px;
  cursor: pointer;
}
.button:disabled{
  opacity: 0.2;
}

.wfPageNextButton, .wfPagePreviousButton {
  display: inline-block;
  line-height: 2rem;
  padding: 0.35rem 2.5125rem;
  font-size: 1rem;
  min-width: 170px;
  background: #c0c0c0;
  color: #000;
  font-family: "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 38px;
  cursor: pointer;
  margin-right: 15px;
  margin-bottom: 20px;
}

.wfTabCurrentPage{
  color:#000;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
}
.wfTabCurrentPage:hover{
  text-decoration: none;
}
legend{
  font-size: 20px;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: bold;
}
.formH4{
  font-size: 24px;
}
.duplicateSpan, .removeSpan{
  margin-bottom: 10px;
  display: block;
}
.htmlContent{
  margin-bottom: 10px;
}
.button:hover, .submit:hover, .wfPageNextButton:hover, .wfPagePreviousButton:hover{
  background: #5a85ff;
  text-decoration: none;
  color:#fff;
}
.button.btn-small, .submit.btn-small {
  font-size: 1rem;
}


.wfTabNav{
  float: right;
}
.wfPagingButtons{
  margin-top:20px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 25px;
  line-height: 1.1;
  font-family: "Patua One";
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 32px;
  color: #606060;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.125rem;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
strong {
  font-weight: 700;
}
a {
  color: #4072ff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
  padding: 18px 0 13px;
}
header .container {
  width: 1200px;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-transform: uppercase;
    display: block;
    margin: 0 8px;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    color: #4072ff;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #4072ff;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #4072ff;
    background: #fff;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
#top {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 0;
}
#top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
#top h1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#top time {
  color: #fff;
  font-size: 1.125rem;
}
.content {
  padding: 70px 0;
}
.content ul {
  list-style: inside;
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
}
.grey {
  padding: 80px 0;
  background: #f1f1f1;
}
time {
  color: #606060;
  display: inline-block;
  padding-bottom: 20px;
}
.more {
  color: #606060;
  font-weight: 700;
  text-transform: uppercase;
}
.more i {
  color: #4072ff;
}
.more:hover {
  color: #4072ff;
  text-decoration: none;
}
.stickyPost .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.125rem;
}
.stickyPost .thumb {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-left: 40px;
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.4%;
  width: 102.8%;
}
.posts > * {
  width: 30.5333333333%;
  margin: 0 1.4% 1.8666666667em;
}
.posts .post .thumb {
  display: block;
  margin-bottom: 30px;
}
.posts .post .info {
  margin-bottom: 20px;
}
.posts .post .info h3 {
  padding-bottom: 10px;
}
.posts .post .info time {
  font-size: 14px;
  padding-bottom: 5px;
}
.posts .post .info .more {
  font-size: 14px;
}
.category-list {
  display: inline-block;
}
.category-list .category {
  font-size: 14px;
  color: #606060;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi > * {
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
}
.wp-pagenavi a {
  color: #181818;
  width: 45px;
  height: 45px;
  line-height: 41px;
  border-radius: 3px;
  margin: 0 3px;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  background: #4072ff;
  color: #fff;
  border-color: #4072ff !important;
}
.wp-pagenavi .current {
  background: #4072ff;
  border-color: #4072ff !important;
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 41px;
  border-radius: 3px;
  margin: 0 2px;
}
.community-gallery {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.community-gallery > * {
  width: 8%;
  margin: 0 1% 1.1em;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 7px;
  color: #fff;
  border-radius: 50%;
  background: #294da5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.s-link a:before {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-link a:hover {
  background: #4072ff;
}
.acf-map {
  width: 100%;
  height: 550px;
}
.acf-map img {
  max-width: inherit !important;
}
footer {
  padding: 20px 0;
  background: #c0c0c0;
}
footer p {
  font-size: 14px;
  padding-bottom: 0;
}
#footerMenu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#footerMenu li {
  margin: 0 6px;
}
#footerMenu li a {
  font-size: 14px;
  color: #181818;
}
#footerMenu li a:hover {
  text-decoration: none;
  color: #294da5;
}
.wrap-office {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.wrap-office > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.wrap-office a {
  color: #181818;
}
.wrap-programs h2 {
  padding-bottom: 40px;
}
.column-box {
  clear: both;
  padding-top: 50px;
}
.column-box p {
  font-size: 18px;
}
.column-box > div {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}
.tpl-employer-services .content .left-part ul {
  margin-left: 0;
}
.tpl-employer-services .content .left-part ul li {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 5px 0;
  list-style-type: none;
}
.tpl-employer-services .content .left-part ul li:before {
  top: 6px;
  left: -15px;
  margin-right: 10px;
  content: url('../images/marker-list.png');
}
.tpl-employer-services .content .bottom-info h2 {
  padding-bottom: 35px;
}
.clients-box {
  margin-top: 50px;
}
.clients-box .clients {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clients-box .clients figure {
  padding: 5px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.clients-box .clients figure img {
  margin: 0 auto;
  max-width: 130px;
}
.tpl-job-seekers-services .content {
  padding: 70px 0 0;
}
.tpl-job-seekers-services .top-info p, .tpl-job-seekers-services .bottom-info p {
  font-size: 18px;
}
.tpl-job-seekers-services .list-documents ul {
  margin: 0;
}
.tpl-job-seekers-services .list-documents ul li {
  padding: 0;
}
.border-box {
  padding: 35px 40px;
  border: 1px solid #647bb2;
}
.application-registr-block {
  margin-top: 45px;
  padding: 45px 0;
  text-align: center;
  background: #495b86;
}
.application-registr-block h2 {
  padding-bottom: 5px;
  color: #fff;
}
.application-registr-block p {
  font-size: 24px;
  color: #fff;
}
.application-registr-block .button {
  margin-top: 30px;
}
.home #top .info {
  margin-top: -185px;
}
.home #top p {
  font-weight: 700;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.home #top:before {
  display: none;
}
.home .content {
  padding: 0;
}
.videos-block {
  margin: 55px 0 0 0;
}
.videos-block h2 {
  font-weight: 400;
  max-width: 810px;
  margin: 0 auto;
  /*padding-bottom: 55px;*/
  text-align: center;
}
.careers-block {
  margin: 55px 0 40px;
}
.careers-block h2 {
  font-weight: 400;
  max-width: 810px;
  margin: 0 auto;
  padding-bottom: 55px;
  text-align: center;
}
.careers-block .button {
  margin-top: 40px;
}
.careers-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.careers-block .items > * {
  width: 20%;
  margin: 0 0 0em;
}
.careers-block .item {
  position: relative;
  height: 250px;
  perspective: 1000px;
}
.careers-block .item .flipper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform-style: preserve-3d;
}
.careers-block .item .text {
  font-size: 21px;
  font-weight: 700;
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.careers-block .item .text .title {
  position: relative;
  z-index: 4;
}
.careers-block .item .text:before {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .2);
}
.careers-block .item .backface {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #fff;
  padding: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.careers-block .item .backface .info {
  position: relative;
  z-index: 4;
}
.careers-block .item .backface:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(114, 128, 173, .8);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.careers-block .item:hover {
  text-decoration: none;
}
.careers-block .item:hover .flipper {
  transform: rotateY(180deg);
}
.block-center {
  text-align: center;
}
.results-block {
  min-height: 300px;
  padding: 30px 0;
}
.results {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.results > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
.results .item {
  margin-bottom: 0;
  text-align: center;
}
.results .item p {
  font-size: 21px;
  padding-bottom: 0;
  color: #fff;
}
.results .item p strong {
  font-family: "Patua One";
  font-size: 60px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.job-seekers-block {
  position: relative;
  min-height: 440px;
  padding: 30px 0;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.job-seekers-block:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .3);
}
.job-seekers-block h3 {
  font-size: 50px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.job-seekers-block p {
  font-size: 24px;
  color: #fff;
}
.job-seekers-block .info {
  z-index: 9;
}
.job-seekers-block .info .button {
  font-size: 16px;
  padding: 5px 35px;
  border-radius: 35px;
}
.tab-wrapper {
  min-height: 575px;
  padding: 60px 0 40px;
}
.tab-wrapper > .container {
  width: 1250px;
}
.tab-wrapper .view-all {
  font-size: 16px;
  padding: 6px 15px;
  background: #294da5;
}
.tab-wrapper .view-all:hover {
  background: #5a85ff;
}
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.tab-titles{
  display: flex;
  flex-direction: row;
}
.tabs .tab-title {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  flex-basis: 25%;
  padding: 28px 10px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  background: #a5d9ec;
}
@media (max-width:768px){
  .tabs .tab-title {
    flex-basis: 100%;
  }
}
.tabs .tab-title.active {
  background: #fff;
}
.tabs .tab-title i {
  display: none;
}
.tabs .left-tab-title {
  margin: 0 15px 0 0px;
}
.tabs .left-tab-title h2 {
  font-size: 36px;
  color: #fff;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.tabs-block {
  margin-bottom: 30px;
}
.tab-content {
  position: relative;
  display: none;
  padding: 70px 40px 50px;
  background: #fff;
}
.tab-content .event-image {
  min-height: 13em;
  /*min-width: 370px;*/
}
.tab-content .event-image a img {
  width: 80%;
}
.tab-content h3 {
  padding-bottom: 10px;
}
.tab-content h3 a {
  color: #181818;
}
.tab-content h3 a:hover {
  text-decoration: none;
  color: #294da5;
}
.tab-content time {
  padding-bottom: 10px;
}
.tab-content.active {
  display: inherit;
}
.tab-content .swipper-button {
  position: absolute;
  top: 50%;
  cursor: pointer;
  background-image: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tab-content .swipper-button:hover i {
  color: #294da5;
}
.tab-content .swipper-button.swipper-prev {
  left: -60px;
}
.tab-content .swipper-button.swipper-next {
  right: -60px;
}
.tab-content .swipper-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}
.tab-content .swipper-button.swiper-button-disabled:hover i {
  color: #fff;
}
.tab-content .swipper-button i {
  font-size: 60px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-block > div {
  padding: 75px 85px 70px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.testimonials-block .testimonials-slider {
  color: #fff;
  background: #647bb2;
}
.testimonials-block .testimonials-slider h2 {
  color: #fff;
}
.testimonials-block .testimonials-slider .swiper-slide {
  padding-bottom: 30px;
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  cursor: pointer;
  opacity: 1;
  background: #495b86;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.testimonials-block .swiper-pagination .swiper-pagination-bullet:hover {
  background: #4072ff;
}
.faq .items {
  margin-bottom: 20px;
}
.faq .item {
  position: relative;
  margin-bottom: 10px;
}
.faq .item .question {
  position: relative;
  padding: 24px 28px;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #f1f1f1;
}
.faq .item .question h4 {
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 0;
  color: #606060;
}
.faq .item .question span {
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.faq .item .question span:before {
  position: absolute;
  right: 10px;
  width: 16px;
  height: 4px;
  content: '';
  background-color: #606060;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .item .question span:after {
  position: absolute;
  top: -6px;
  right: 16px;
  width: 4px;
  height: 16px;
  content: '';
  background-color: #606060;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq .item .question.active span:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq .item .question.active span:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faq .item .question.not-valid {
  border: 1px solid red;
  background: #f77979;
}
.faq .item .answer {
  display: none;
  padding: 35px 30px 40px 30px;
}
.faq .item .answer p {
  max-width: 970px;
  width: 100%;
}
.faq .item .answer p.authorize-text, .faq .item .answer p.certify-text {
  padding: 15px;
  /*word-break: break-all;*/
}
.faq .item .answer .input-field {
  max-width: 470px;
  margin-bottom: 0;
}
.faq .item .answer .input-field.small-select .input-select {
  max-width: 120px;
}
.faq .item .answer .input-field.small-select .wpcf7-form-control-wrap {
  margin-bottom: 0;
}
.faq .item .answer .input-field .input-select {
  max-width: 190px;
}
.faq .item .answer .input-field textarea {
  height: 140px;
}
.faq .item .answer .input-field.icon-calendar {
  position: relative;
}
.faq .item .answer .input-field.icon-calendar i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #4072ff;
  font-size: 26px;
  width: auto;
  z-index: -1;
}
.faq .item .answer .input-field.icon-calendar .input-select {
  margin-bottom: 0;
}
.faq .item .answer .input-field .datepicker-block {
  position: relative;
}
.faq .item .answer .input-field .datepicker-block input {
  background: transparent;
}
.faq .item .answer label {
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}
.faq .item .answer .radio-block label {
  display: inline-block;
  margin-right: 70px;
  margin-bottom: 0;
}
.faq .item .answer .radio-block label span:before {
  border-radius: 50%;
}
.faq .item .answer .radio-block .wpcf7-form-control-wrap {
  display: inline-block !important;
}
.faq .item .answer .radio-block .wpcf7-list-item {
  display: inline-block;
  width: 38%;
  margin: 0;
}
.faq .item .answer .large-space-checkbox .wpcf7-list-item {
  margin-bottom: 80px;
}
.faq .item .answer .large-space-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.faq .button {
  margin-left: 20px;
}
.faq .selbel_w {
  overflow: hidden;
}
 .wpcf7-list-item {
  display: block;
  margin: 0 0 40px 0;
  color: #484848;
}

 .wpcf7-list-item label {
  display: inline-block;
}
.wpcf7-list-item label span {
  font-weight: 400;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}
.wpcf7-list-item label span:before {
  position: absolute;
  top: 5px;
  right: -39px;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #ccc;
  border-radius: 4px;
}
.wpcf7-list-item label span:after {
  font-size: 21px;
  font-weight: 700;
  position: absolute;
  top: -6px;
  right: -41px;
  content: '\2713';
  opacity: 0;
  color: #4072ff;
}
.wpcf7-list-item label input {
  display: none;
}
.wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.checkbox-block .wpcf7-form-control-wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.checkbox-block label {
  text-align: right;
}
.checkbox-block.right-block {
  margin-right: 1%;
  margin-left: auto;
}
#resultPass {
  width: 100%;
}
#resultPass label {
  font-size: 16px;
}
#resultPass mark {
  font-size: 12px;
  font-weight: 400;
}
#resultPass .pwBar {
  background: #f1f1f1;
  height: 5px;
  width: 100%;
  margin-top: 10px;
}
#resultPass .line {
  height: 5px;
  width: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#resultPass.short .line {
  width: 25%;
  background: red;
}
#resultPass.bad .line {
  width: 50%;
  background: orange;
}
#resultPass.medium .line {
  width: 75%;
  background: #ffe901;
}
#resultPass.good .line {
  width: 100%;
  background: #00ad00;
}
.grid2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  margin-bottom: 20px;
}
.grid2 > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.grid3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.grid3 > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
.posts .post .info a.title-link {
  color: #181818;
}
.posts .post .info a.title-link:hover {
  color: #4072ff;
  text-decoration: none;
}
.single-post .content {
  padding: 70px 0 0;
}
.single-post .posts .post {
  margin-bottom: 0;
}
.single-post .posts .post .info a.title-link {
  color: #181818;
}
.single-post .posts .post .info a.title-link:hover {
  color: #4072ff;
  text-decoration: none;
}
.single-post .posts .post .info h3 {
  padding-bottom: 10px;
}
.single-post .posts .post .info time {
  padding-bottom: 20px;
}
.single-post .more-news h2 {
  padding-bottom: 35px;
  text-align: center;
}
.single-post .more-news.grey {
  padding: 40px 0 20px;
}
.events-template-default .more-news {
  display: none;
}
.wrap-filter {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.wrap-filter h4 {
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 0;
  color: #606060;
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.wrap-filter .selbel_w {
  max-width: 260px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-community-partners .works-for-you {
  margin-bottom: 45px;
}
.tpl-community-partners .works-for-you > h2 {
  padding-bottom: 0;
}
.tpl-community-partners .works-for-you .text {
  max-width: 480px;
  margin-right: 20px;
  padding-top: 25px;
}
.tpl-community-partners .works-for-you .form {
  max-width: 590px;
  padding: 20px;
  border: 1px solid #647bb2;
}
.tpl-community-partners .works-for-you .button {
  font-size: 16px;
  padding: 0.8125rem 1.4375rem;
  line-height: 1.5625rem;
  min-width: 0;
}
.tpl-community-partners .works-for-you label {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
.tpl-community-partners .works-for-you .field {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 200px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 200px;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  margin-right: 10px;
}
.tpl-community-partners .works-for-you .submit-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.tpl-community-partners .faq .item .answer .input-field {
  margin-bottom: 20px;
}
.tpl-community-partners .faq .form-submit .button {
  font-size: 16px;
  padding: 0.8125rem 1.4375rem;
  line-height: 1.5625rem;
  min-width: 0;
}
.tpl-community-partners .faq .form-submit .start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tpl-community-partners .faq .captcha {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .tpl-community-partners .works-for-you .flex {
    display: block;
  }
  .tpl-community-partners .works-for-you .text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .tpl-community-partners .works-for-you .form {
    max-width: 100%;
  }
  .tpl-community-partners .works-for-you .field {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tpl-community-partners .faq .form-submit .start {
    display: block;
  }
  .tpl-community-partners .faq .captcha {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .careers-block .item {
    padding: 25px;
  }
  .tabs .left-tab-title h2 {
    font-size: 28px;
  }
  .tab-content .swipper-button.swipper-prev {
    left: 20px;
  }
  .tab-content .swipper-button.swipper-next {
    right: 20px;
  }
  .tab-content .swipper-button i {
    color: #4072ff;
  }
  .tab-content {
    padding: 70px 70px 50px;
  }
  .testimonials-block > div {
    padding: 30px;
  }
}
@media screen and (max-width: 1170px) {
  .border-box {
    padding: 25px;
  }
  .careers-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .careers-block .items > * {
    width: 25%;
    margin: 0 0% 0em;
  }
  .tabs .left-tab-title {
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #4072ff;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #4072ff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #4072ff;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  .column-box {
    display: block;
    padding-top: 15px;
  }
  .column-box figure img {
    margin: 0 auto;
  }
  .column-box .border-box {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .tpl-employer-services .bottom-info {
    text-align: center;
  }
  .tpl-employer-services .content .left-part ul li, .tpl-job-seekers-services .top-info p, .tpl-job-seekers-services .bottom-info p, .column-box p {
    font-size: 16px;
  }
  header {
    margin-top: 50px;
    padding: 15px 0;
  }
  .home #top {
    min-height: 435px !important;
  }
  .careers-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .careers-block .items > * {
    width: 33.3333333333%;
    margin: 0 0% 0em;
  }
  #top:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 0;
  }
  #top > .container {
    z-index: 9;
  }
  .results .item p strong {
    font-size: 50px;
  }
  .tabs .left-tab-title h2 {
    font-size: 26px;
    padding-bottom: 5px;
  }
  .tabs .tab-title {
    padding: 20px 10px;
    min-width: 200px;
    font-size: 16px;
  }
  .testimonials-block {
    display: block;
  }
  .testimonials-block .testimonials-background {
    min-height: 250px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  h4 {
    padding-bottom: 15px;
  }
  time {
    padding-bottom: 10px;
  }
  .content {
    padding: 35px 0;
  }
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .grey {
    padding: 40px 0;
  }
  .stickyPost {
    display: block;
  }
  .acf-map {
    height: 350px;
  }
  .wrap-programs h2 {
    padding-bottom: 20px;
  }
  .wrap-office {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .wrap-office > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .tpl-job-seekers-services .content {
    padding: 45px 0 0;
  }
  .careers-block h2 {
    padding: 0 10px 20px 10px;
    font-size: 26px;
  }
  .careers-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .careers-block .items > * {
    width: 50%;
    margin: 0 0% 0em;
  }
  .home #top {
    min-height: 300px !important;
  }
  .home #top .info {
    margin-top: -80px;
  }
  .home #top .info h1 {
    font-size: 38px;
  }
  .results {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .results > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .tabs {
    display: block;
    text-align: center;
  }
  .tabs .left-tab-title h2 {
    padding-bottom: 15px;
  }
  .tab-content {
    padding: 40px 40px 50px;
  }
  .tab-content .swipper-button.swipper-prev {
    left: 10px;
  }
  .tab-content .swipper-button.swipper-next {
    right: 10px;
  }
  .tabs .tab-titles {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .tabs .tab-titles > * {
    width: 50%;
    margin: 0 0 0em;
  }
  .single-post .content {
    padding: 35px 0 0;
  }
  #top {
    min-height: 250px !important;
  }
  #top h1 {
    font-size: 38px;
  }
  .faq .grid2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .faq .grid2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .faq .item .answer {
    padding: 20px 20px 10px 20px;
  }
  .faq .item .answer .input-field {
    max-width: 100%;
  }
  .faq .item .question {
    padding: 15px 50px 15px 20px;
  }
  .faq .item .question h4 {
    font-size: 18px;
  }
  .faq .checkbox-block .wpcf7-form-control-wrap {
    display: block !important;
  }
  .faq .checkbox-block .wpcf7-form-control-wrap label {
    text-align: left;
  }
  .faq .wpcf7-list-item {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 479px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .grey, .content {
    padding: 25px 0;
  }
  h1 {
    font-size: 50px;
    padding-bottom: 20px;
  }
  .wrap-office {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .wrap-office > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .acf-map {
    height: 300px;
  }
  footer > .alc {
    display: block;
    text-align: center;
  }
  .clients-box .clients {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .application-registr-block {
    margin-top: 20px;
    padding: 25px 5px;
  }
  .application-registr-block h2 {
    font-size: 26px;
  }
  .application-registr-block .button {
    font-size: 16px;
  }
  .application-registr-block p {
    font-size: 22px;
  }
  .tpl-job-seekers-services .content {
    padding: 25px 0 0;
  }
  .careers-block {
    margin: 20px 0;
  }
  .careers-block h2 {
    font-size: 22px;
  }
  .careers-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .careers-block .items > * {
    width: 100%;
    margin: 0 0% 0em;
  }
  .careers-block .items .item {
    height: 200px;
  }
  .careers-block .button {
    padding: 10px 15px;
    font-size: 16px;
    margin-top: 20px;
  }
  .home #top {
    position: relative;
    min-height: 250px !important;
  }
  .home #top .info {
    margin-top: 0px;
  }
  .home #top .info h1 {
    font-size: 36px;
  }
  .job-seekers-block {
    min-height: 310px;
  }
  .job-seekers-block h3 {
    font-size: 38px;
  }
  .tabs .tab-titles {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .tabs .tab-titles > * {
    width: 100%;
    margin: 0 0 0em;
  }
  .testimonials-block .testimonials-background {
    min-height: 150px;
  }
  .testimonials-block > div {
    padding: 20px 25px;
  }
  .wrap-filter {
    display: block;
    text-align: center;
  }
  .wrap-filter h4 {
    margin-right: 0;
    padding-bottom: 5px;
  }
  .wrap-filter .selbel_w {
    margin: 0 auto;
  }
  .tabs .tab-title.active i {
    display: inline-block;
  }
  #top {
    min-height: 200px !important;
  }
  #top h1 {
    font-size: 32px;
  }
  .single-post .content {
    padding: 20px 0 0;
  }
}
.videosSliders {
  position: relative;
  margin: 20px 0;
}
.videosSliders .container {
  margin: 0 auto;
  width: 1170px;
  max-width: 94%;
  position: relative;
}
.videosSliders .container .swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.videosSliders .container .swiper-container .swiper-wrapper .swiper-slide {
  min-height: 270px;
  position: relative;
}
.videosSliders .arrow {
  height: 36px;
  width: 36px;
  border-top: 2px solid #c1a768;
  border-right: 2px solid #c1a768;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 110px;
}
.videosSliders .arrow:hover {
  border-color: #2d2f3b;
}
.videosSliders .arrow.custom_prev {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 14%;
}
.videosSliders .arrow.custom_next {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14%;
}
.play {
  cursor: pointer;
  position: relative;
}
.play:after {
  content: "\f04b";
  font-size: 1.5625rem;
  line-height: 4.6875rem;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
  height: 4.6875rem;
  width: 4.6875rem;
  background-color: rgba(193, 167, 104, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.play:hover {
  text-decoration: none;
}
.play:hover:after {
  background-color: rgba(45, 48, 58, 0.6);
}
.videoContent {
  display: none;
  width: 50%;
}
.videoContent video {
  width: 100%;
}
@media screen and (max-width: 1720px) {
  .videosSliders {
    margin: 90px 50px;
  }
  .videosSliders .arrow.custom_next {
    right: -20px;
  }
  .videosSliders .arrow.custom_prev {
    left: -20px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}


.reqMark::after{
  content: '*';
  padding-left: 5px;
  color: #f00;
  font-weight: bold;
  font-size: 18px;
}