/*** FRONTPAGE CSS ***/
/*** VERSION 1.0 ***/
/* minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

ul,
ol {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px; }

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
  *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

img,
embed,
object,
audio,
video {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

body {
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px; }
  @media screen and (min-width: 668px) {
    body {
      font-size: 18px; } }

img {
  width: 100%; }

.hidden {
  display: none !important; }

.nav {
  height: 50px; }
  @media screen and (min-width: 668px) {
    .nav {
      height: 110px; } }
  .nav > .container {
    min-height: 50px; }

.section {
  margin-bottom: 40px;
  padding: 4rem 1.5rem 3rem; }
  .section.after-gallery, .section.top-gallery, .section.style-footer {
    margin-bottom: 0; }

.input, .textarea {
  border-radius: 0;
  font-size: 12px; }
  @media screen and (min-width: 668px) {
    .input, .textarea {
      font-size: 16px; } }

button, input, optgroup, select, textarea {
  font-family: Roboto, Arial, sans-serif; }

::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7); }

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7); }

/* firefox 19+ */
:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7); }

/* ie */
input:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7); }

.button.is-primary {
  background-color: #42b97c;
  text-transform: uppercase; }

.container {
  position: relative;
  width: 100%; }
  .container-fluid {
    position: relative;
    width: 100%; }
  @media screen and (min-width: 1000px) {
    .container {
      margin: 0 auto;
      max-width: 960px;
      width: 960px; }
    .container.is-fluid {
      margin: 0 20px;
      max-width: none;
      width: auto; } }
  @media screen and (min-width: 1192px) {
    .container {
      max-width: 1152px;
      width: 1152px; } }
  @media screen and (min-width: 1384px) {
    .container {
      max-width: 1170px;
      width: 1170px; } }

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

.brand-name {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: 300;
  text-transform: lowercase;
  margin-left: 6px;
  color: #1f407a; }
  @media screen and (min-width: 668px) {
    .brand-name .brand-name {
      font-size: 33px; } }
  .brand-name strong {
    font-weight: 500; }

.brand-logo {
  width: 150px;
  height: 30px; }
  @media screen and (min-width: 668px) {
    .brand-logo {
      width: 250px;
      height: 50px; } }

.brand-logo-small {
  width: 30px;
  height: 30px; }
  @media screen and (min-width: 668px) {
    .brand-logo-small {
      width: 50px;
      height: 50px; } }

.nav-item .brand-logo {
  max-height: none; }

.footer.style-footer {
  padding: 1.5rem 1.5rem 0; }

.section.style-footer {
  background-color: transparent; }

.footer.style-footer,
.section.services {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.section.style-footer span,
.section.style-footer p,
.section.services p,
.section.services ul,
.section.services h2 {
  color: #fff; }

.section.style-footer p {
  font-size: 14px; }

.section.style-footer .level:not(:last-child) {
  margin-bottom: 0; }

.section.use-slick {
  padding: 0; }

/**** Slider ****/
.slide-wrap {
  position: relative;
  height: 400px;
  overflow: hidden; }
  @media screen and (min-width: 668px) {
    .slide-wrap {
      height: 600px; } }

.slide-title-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  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;
  color: #fff;
  padding: 0 16px; }

.fp-slide,
.fp-placeholder {
  height: 400px; }
  @media screen and (min-width: 668px) {
    .fp-slide,
    .fp-placeholder {
      height: 600px; } }

.fp-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent; }

.fp-placeholder {
  display: block;
  width: 100%; }

.container-fluid.slide-wrap {
  display: none; }

.slick-initialized .container-fluid.slide-wrap {
  display: block; }

.slick-initialized .fp-placeholder {
  display: none; }

/* Slider controls */
.slick-next {
  right: 41%;
  bottom: 30%;
  top: unset;
  width: 20px;
  height: 20px; }
  .slick-next:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEUAAAD///////////////////////////////////////////////8AAACGBew9AAAADHRSTlMASebDyxXM1BbnSuSVed2hAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAGNJREFUKM9jEDqDAhQZdFAFDjGcYUABZ2gpYBKAJpBTiibQfjwAVYCjphTNUJgSuABMCcJaqBKEAEdNAqoAK7pAOJoWVnRDw9GsZUV3WDi60zE8Z4bufVqHOlpkn2RYiSqwCwALy25N23mQvwAAAABJRU5ErkJggg==");
    padding: 0;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: ""; }
  @media screen and (min-width: 668px) {
    .slick-next {
      right: 42%;
      bottom: 20%;
      width: 32px;
      height: 32px; }
    .slick-next:before {
      background-size: 32px 32px;
      width: 32px;
      height: 32px; } }
  @media screen and (min-width: 1000px) {
    .slick-next {
      right: 36px;
      top: 50%; } }

.slick-prev {
  left: 40%;
  bottom: 30%;
  top: unset;
  width: 20px;
  height: 20px; }
  .slick-prev:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEUAAAD///////////////////////////////////////////////8AAACGBew9AAAADHRSTlMASeYVy8PUzBbnSuSFYo/YAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAGVJREFUKM9jEDqDAhQZdFAFDjGcYUABZ2grwOyKJmB2HFWAOScDVcDsWAOKAEwBXACmACYAVwATYIcpQAgYMKBpSWZAN9SAAc3aZDS/wJQgOT2ZgOcYmEvpEchwgTnokb0aVWAWAKfYbFT+vrvIAAAAAElFTkSuQmCC");
    padding: 0;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: ""; }
  @media screen and (min-width: 668px) {
    .slick-prev {
      left: 40%;
      bottom: 20%;
      width: 32px;
      height: 32px; }
    .slick-prev:before {
      background-size: 32px 32px;
      width: 32px;
      height: 32px; } }
  @media screen and (min-width: 1000px) {
    .slick-prev {
      left: 25px;
      top: 50%; } }

.slick-next,
.slick-prev {
  z-index: 30; }
  .slick-next:before,
  .slick-prev:before {
    opacity: 1; }

.slick-dots {
  bottom: 50px; }
  .slick-dots li {
    width: 10px;
    height: 10px; }
    .slick-dots li button:before {
      font-size: 10px;
      color: #fff;
      opacity: 1;
      width: 0;
      height: 0; }
    .slick-dots li.slick-active button:before {
      color: #42b97c;
      opacity: 1; }

/* Section After Gallery */
.section.after-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  padding: 0; }
  @media screen and (min-width: 668px) {
    .section.after-gallery {
      margin-top: -30px; } }

.section.after-gallery > div {
  margin: 0 auto;
  z-index: 100;
  border-radius: 50%;
  padding: 15px;
  background-color: #fff; }
  @media screen and (min-width: 668px) {
    .section.after-gallery > div {
      padding: 25px; } }

/* Section Mission */
.section.mission .columns {
  margin-top: 32px; }
  @media screen and (max-width: 768px) {
    .section.mission .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .section.mission .columns .column:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .section.mission .columns .column:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }
      .section.mission .columns .column:nth-child(3) {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

.section.mission .column {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.section.mission .differentiators ul {
  padding-left: 20px;
  font-weight: 500;
  list-style-type: disc;
  margin-top: 6px; }

.mission-image {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

/* Section Services */
.section.services .columns {
  margin-top: 16px; }

.service-item {
  margin-top: 16px; }

.service-image {
  width: auto; }

/* Section Team */
.section.team .card {
  width: 100%;
  max-width: 260px;
  margin: auto;
  height: 320px; }
  .section.team .card .card-content {
    padding: 20px 0; }
    .section.team .card .card-content p {
      margin-bottom: 0;
      line-height: 1.4; }
    .section.team .card .card-content .team-name {
      text-transform: uppercase;
      color: #4aaae0; }
    .section.team .card .card-content .team-title {
      color: #42b97c; }
    .section.team .card .card-content .team-image {
      width: 100%; }

.section.team .use-slick {
  padding: 0 40px; }
  @media screen and (min-width: 1384px) {
    .section.team .use-slick {
      padding: 0; } }

.section.team .slick-next {
  right: 43%;
  bottom: -50px;
  top: unset; }
  .section.team .slick-next:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEUAAABKquBKquBKquBKquBKquBKquBKquBKquBKquBKquBKquBKquAAAABcdPzmAAAADHRSTlMASebDyxXM1BbnSuSVed2hAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAGNJREFUKM9jEDqDAhQZdFAFDjGcYUABZ2gpYBKAJpBTiibQfjwAVYCjphTNUJgSuABMCcJaqBKEAEdNAqoAK7pAOJoWVnRDw9GsZUV3WDi60zE8Z4bufVqHOlpkn2RYiSqwCwALy25N23mQvwAAAABJRU5ErkJggg=="); }
  @media screen and (min-width: 668px) {
    .section.team .slick-next {
      right: 10px;
      top: 50%; } }
  @media screen and (min-width: 1384px) {
    .section.team .slick-next {
      right: -50px;
      top: 50%; } }

.section.team .slick-prev {
  left: 43%;
  bottom: -50px;
  top: unset; }
  .section.team .slick-prev:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAKlBMVEUAAABKquBKquBKquBKquBKquBKquBKquBKquBKquBKquBKquBKquAAAABcdPzmAAAADHRSTlMASeYVy8PUzBbnSuSFYo/YAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAGVJREFUKM9jEDqDAhQZdFAFDjGcYUABZ2grwOyKJmB2HFWAOScDVcDsWAOKAEwBXACmACYAVwATYIcpQAgYMKBpSWZAN9SAAc3aZDS/wJQgOT2ZgOcYmEvpEchwgTnokb0aVWAWAKfYbFT+vrvIAAAAAElFTkSuQmCC"); }
  @media screen and (min-width: 668px) {
    .section.team .slick-prev {
      left: -4px;
      top: 50%; } }
  @media screen and (min-width: 1384px) {
    .section.team .slick-prev {
      left: -70px;
      top: 50%; } }

.team-card-wrap {
  height: 322px;
  padding: 1px;
  overflow: hidden;
  display: none; }

.team-gallery-wrap {
  margin-top: 40px; }

.team-img-placeholder {
  height: 322px; }

.slick-initialized .team-img-placeholder {
  display: none; }

.slick-initialized .team-card-wrap {
  display: block; }

/* Section Contact */
.contacts-text-wrap {
  -webkit-box-shadow: 0px 0px 78px 12px rgba(52, 126, 255, 0.25);
          box-shadow: 0px 0px 78px 12px rgba(52, 126, 255, 0.25); }

.address-block-wrap {
  height: 100%;
  min-height: 360px; }

.address-block-wrap > .column {
  height: 400px; }

.section.contacts .nf-form-title {
  display: none !important; }

.section.contacts .nf-field-container {
  margin-bottom: 12px !important; }
  .section.contacts .nf-field-container.submit-container {
    margin-bottom: 0 !important;
    padding-top: 4px; }

.section.contacts .nf-before-form-content {
  display: none !important; }

.contact-form-wrap {
  padding-bottom: 8.6px; }

.acf-map {
  width: 100%;
  height: 360px;
  min-height: 100%;
  /* fixes potential theme css conflict */ }
  @media screen and (min-width: 769px) {
    .acf-map {
      height: 400px; } }
  .acf-map img {
    max-width: inherit !important; }

.columns.address-block-wrap > .contacts-text-wrap,
.contacts-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.address-item-wrap {
  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; }
  .address-item-wrap:not(:last-child) {
    margin-bottom: 28px; }
  @media screen and (min-width: 769px) {
    .address-item-wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal; }
    .address-item-wrap:not(:last-child) {
      margin-bottom: 0; } }
  .address-item-wrap p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.6; }
  .address-item-wrap a {
    color: #010101;
    text-decoration: none; }

.address-text-wrap {
  text-align: center;
  margin-left: 0;
  margin-top: 0; }
  @media screen and (min-width: 769px) {
    .address-text-wrap {
      text-align: left;
      margin-left: 22px;
      margin-top: -5px; } }

.address-image {
  height: 55px;
  width: 55px;
  margin-bottom: 12px; }
  @media screen and (min-width: 769px) {
    .address-image {
      margin-bottom: 0; } }

.address-item-label {
  color: #1f407a; }

.address-item-text {
  color: #010101; }

.field-wrap input[type="button"].button.is-fullwidth {
  width: 100%; }

/* General Styling */
.section ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0; }

h1 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-transform: capitalize; }

h2 {
  font-size: 24px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #1f407a;
  text-transform: uppercase; }

h3 {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #4aaae0;
  text-transform: uppercase;
  font-weight: 500; }

h6 {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 + .columns {
  margin-top: 26px; }

p,
ul {
  font-size: 12px;
  line-height: 2;
  color: #636363; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

@media screen and (min-width: 668px) {
  h1 {
    font-size: 68px; }
  h2 {
    font-size: 42px; }
  h3 {
    font-size: 33px; }
  h4 {
    font-size: 26px; }
  h5 {
    font-size: 20px; }
  h6 {
    font-size: 18px; }
  p,
  ul {
    font-size: 18px; } }
