/*
Theme Name: Map
Text Domain: twentysixteen
*/
/* Text Block Custom Style */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: "Archia";
  src: url("./fonts/Archia-Regular.eot");
  src: url("./fonts/Archia-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/Archia-Regular.ttf") format("truetype"), url("./fonts/Archia-Regular.woff") format("woff"), url("./fonts/Archia-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Archia";
  src: url("./fonts/Archia-SemiBold.eot");
  src: url("./fonts/Archia-SemiBold.eot?#iefix") format("embedded-opentype"), url("./fonts/Archia-SemiBold.ttf") format("truetype"), url("./fonts/Archia-SemiBold.woff") format("woff"), url("./fonts/Archia-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
html {
  box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  font-family: "Archia", sans-serif;
  font-weight: 400;
  color: #232023;
  font-size: 18px;
  line-height: 1.2;
}
body img {
  max-width: 100%;
  height: auto;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
  background-size: 100%;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Archia", sans-serif;
  font-weight: 400;
  color: #232023;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "Archia", sans-serif;
  font-weight: 400;
  color: #232023;
}

h1,
.h1,
.form_block__title,
.post-copy_block__title,
.portfolio_block__title,
.portfolio_top .container .portfolio_title,
.blog_block__title,
.blog_top .container .blog_title,
.resources_top .container .resources_title,
.solution__title,
.mission__wrap .mission__title,
.text_block__title.text_block__title--big,
.hero__title,
.h1 p,
.form_block__title p,
.post-copy_block__title p,
.portfolio_block__title p,
.portfolio_top .container .portfolio_title p,
.blog_block__title p,
.blog_top .container .blog_title p,
.resources_top .container .resources_title p,
.solution__title p,
.mission__wrap .mission__title p,
.text_block__title.text_block__title--big p,
.hero__title p {
  font-size: 48px;
}
@media only screen and (max-width: 1050px) {
  h1,
.h1,
.form_block__title,
.post-copy_block__title,
.portfolio_block__title,
.portfolio_top .container .portfolio_title,
.blog_block__title,
.blog_top .container .blog_title,
.resources_top .container .resources_title,
.solution__title,
.mission__wrap .mission__title,
.text_block__title.text_block__title--big,
.hero__title,
.h1 p,
.form_block__title p,
.post-copy_block__title p,
.portfolio_block__title p,
.portfolio_top .container .portfolio_title p,
.blog_block__title p,
.blog_top .container .blog_title p,
.resources_top .container .resources_title p,
.solution__title p,
.mission__wrap .mission__title p,
.text_block__title.text_block__title--big p,
.hero__title p {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
.h1,
.form_block__title,
.post-copy_block__title,
.portfolio_block__title,
.portfolio_top .container .portfolio_title,
.blog_block__title,
.blog_top .container .blog_title,
.resources_top .container .resources_title,
.solution__title,
.mission__wrap .mission__title,
.text_block__title.text_block__title--big,
.hero__title,
.h1 p,
.form_block__title p,
.post-copy_block__title p,
.portfolio_block__title p,
.portfolio_top .container .portfolio_title p,
.blog_block__title p,
.blog_top .container .blog_title p,
.resources_top .container .resources_title p,
.solution__title p,
.mission__wrap .mission__title p,
.text_block__title.text_block__title--big p,
.hero__title p {
    font-size: 28px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 43px;
}
@media only screen and (max-width: 1050px) {
  h2,
.h2,
.h2 p {
    font-size: 33px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
.h2,
.h2 p {
    font-size: 26px;
  }
}

h3,
.h3,
.portfolio_block .post_content__title,
.blog_block .post_content__title,
.resources_grid__columns .resources_grid__item .resource_copy__title,
.partner_grid .partner .partner__title,
.text_block__title,
.hero--small .hero__title,
.h3 p,
.portfolio_block .post_content__title p,
.blog_block .post_content__title p,
.resources_grid__columns .resources_grid__item .resource_copy__title p,
.partner_grid .partner .partner__title p,
.text_block__title p,
.hero--small .hero__title p {
  font-size: 36px;
}
@media only screen and (max-width: 1050px) {
  h3,
.h3,
.portfolio_block .post_content__title,
.blog_block .post_content__title,
.resources_grid__columns .resources_grid__item .resource_copy__title,
.partner_grid .partner .partner__title,
.text_block__title,
.hero--small .hero__title,
.h3 p,
.portfolio_block .post_content__title p,
.blog_block .post_content__title p,
.resources_grid__columns .resources_grid__item .resource_copy__title p,
.partner_grid .partner .partner__title p,
.text_block__title p,
.hero--small .hero__title p {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
.h3,
.portfolio_block .post_content__title,
.blog_block .post_content__title,
.resources_grid__columns .resources_grid__item .resource_copy__title,
.partner_grid .partner .partner__title,
.text_block__title,
.hero--small .hero__title,
.h3 p,
.portfolio_block .post_content__title p,
.blog_block .post_content__title p,
.resources_grid__columns .resources_grid__item .resource_copy__title p,
.partner_grid .partner .partner__title p,
.text_block__title p,
.hero--small .hero__title p {
    font-size: 18px;
  }
}

h4,
.h4,
.form_block__text p,
.post-copy_block__subtitle,
.post-copy_block__text,
.customer_stories--read_next_block .customer_stories--read_next_block___title,
.careers_feed .blog_feed__columns .careers__item__left-column__title,
.portfolio_block__grid__item .post_content__title,
.blog_block__grid__item .post_content__title,
.partner_grid .grid__partner .grid__item__title,
.team__item__popup .team__item__name,
.logos_grid__text p,
.hero__text p,
.h4 p,
.post-copy_block__subtitle p,
.post-copy_block__text p,
.customer_stories--read_next_block .customer_stories--read_next_block___title p,
.careers_feed .blog_feed__columns .careers__item__left-column__title p,
.portfolio_block__grid__item .post_content__title p,
.blog_block__grid__item .post_content__title p,
.partner_grid .grid__partner .grid__item__title p,
.team__item__popup .team__item__name p {
  font-size: 22px;
}
@media only screen and (max-width: 1050px) {
  h4,
.h4,
.form_block__text p,
.post-copy_block__subtitle,
.post-copy_block__text,
.customer_stories--read_next_block .customer_stories--read_next_block___title,
.careers_feed .blog_feed__columns .careers__item__left-column__title,
.portfolio_block__grid__item .post_content__title,
.blog_block__grid__item .post_content__title,
.partner_grid .grid__partner .grid__item__title,
.team__item__popup .team__item__name,
.logos_grid__text p,
.hero__text p,
.h4 p,
.post-copy_block__subtitle p,
.post-copy_block__text p,
.customer_stories--read_next_block .customer_stories--read_next_block___title p,
.careers_feed .blog_feed__columns .careers__item__left-column__title p,
.portfolio_block__grid__item .post_content__title p,
.blog_block__grid__item .post_content__title p,
.partner_grid .grid__partner .grid__item__title p,
.team__item__popup .team__item__name p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
.h4,
.form_block__text p,
.post-copy_block__subtitle,
.post-copy_block__text,
.customer_stories--read_next_block .customer_stories--read_next_block___title,
.careers_feed .blog_feed__columns .careers__item__left-column__title,
.portfolio_block__grid__item .post_content__title,
.blog_block__grid__item .post_content__title,
.partner_grid .grid__partner .grid__item__title,
.team__item__popup .team__item__name,
.logos_grid__text p,
.hero__text p,
.h4 p,
.post-copy_block__subtitle p,
.post-copy_block__text p,
.customer_stories--read_next_block .customer_stories--read_next_block___title p,
.careers_feed .blog_feed__columns .careers__item__left-column__title p,
.portfolio_block__grid__item .post_content__title p,
.blog_block__grid__item .post_content__title p,
.partner_grid .grid__partner .grid__item__title p,
.team__item__popup .team__item__name p {
    font-size: 16px;
  }
}

h5,
.team__subhead,
.h5,
.partner_grid .partner .partner__text,
.stories__boxes__item__text p,
.stories__boxes__item__title,
.stories__text p,
.services__boxes__item__text p,
.services__boxes__item__title,
.services__text p,
.solution__text p,
.image_text__text p,
.hero--small .hero__text p,
p,
figure,
li,
body,
input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button,
select,
.h5 p,
.partner_grid .partner .partner__text p,
.stories__boxes__item__title p,
.services__boxes__item__title p,
input[type=text] p,
input[type=email] p,
input[type=search] p,
input[type=submit] p {
  font-size: 20px;
}
@media only screen and (max-width: 1050px) {
  h5,
.team__subhead,
.h5,
.partner_grid .partner .partner__text,
.stories__boxes__item__text p,
.stories__boxes__item__title,
.stories__text p,
.services__boxes__item__text p,
.services__boxes__item__title,
.services__text p,
.solution__text p,
.image_text__text p,
.hero--small .hero__text p,
p,
figure,
li,
body,
input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button,
select,
.h5 p,
.partner_grid .partner .partner__text p,
.stories__boxes__item__title p,
.services__boxes__item__title p,
input[type=text] p,
input[type=email] p,
input[type=search] p,
input[type=submit] p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
.team__subhead,
.h5,
.partner_grid .partner .partner__text,
.stories__boxes__item__text p,
.stories__boxes__item__title,
.stories__text p,
.services__boxes__item__text p,
.services__boxes__item__title,
.services__text p,
.solution__text p,
.image_text__text p,
.hero--small .hero__text p,
p,
figure,
li,
body,
input[type=text],
input[type=email],
input[type=search],
input[type=submit],
textarea,
button,
select,
.h5 p,
.partner_grid .partner .partner__text p,
.stories__boxes__item__title p,
.services__boxes__item__title p,
input[type=text] p,
input[type=email] p,
input[type=search] p,
input[type=submit] p {
    font-size: 14px;
  }
}

h6,
.h6,
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__copy .post_content__title,
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title,
.team__item__popup__bio p,
.team__item__name,
.solution__subhead,
.header .menu__cont ul li .submenu__cont li a,
.h6 p,
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__copy .post_content__title p,
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy .post_content__title p,
.team__item__name p,
.solution__subhead p,
.header .menu__cont ul li .submenu__cont li a p {
  font-size: 18px;
}
.h7, .newsletter .gform_heading, .team__item__links .bio, .team__item__position, .solution__image__text p, .mission__wrap .mission__uppertitle, .header .menu__cont ul li .submenu__cont li p,
.h7 p,
.newsletter .gform_heading p,
.team__item__links .bio p,
.team__item__position p,
.mission__wrap .mission__uppertitle p {
  font-size: 16px;
}
.h8, .stories__title, .services__title, .image_text__title,
.h8 p,
.stories__title p,
.services__title p,
.image_text__title p {
  font-size: 14px;
}
a {
  color: #232023;
}

p,
figure,
li,
h5,
.team__subhead {
  font-family: "Archia", sans-serif;
  font-weight: 400;
  color: #232023;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.5;
}
p a,
figure a,
li a,
h5 a,
.team__subhead a {
  color: #232023;
  position: relative;
}
p a:hover,
figure a:hover,
li a:hover,
h5 a:hover,
.team__subhead a:hover {
  color: #113067;
  text-decoration: underline;
}

b,
strong,
strong * {
  font-weight: 600;
}

/**
:hover {
  transition: all 0.3s ease;
}
**/
*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 1290px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 24px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: flex;
  align-items: center;
}

.button {
  display: inline-block;
  max-width: 100%;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  background: #232023;
  padding: 0 24px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 25px;
  letter-spacing: 0.24em;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease;
}
.button:hover {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);
  opacity: 0.8;
}
.button--green {
  background: #091a37;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.blog_feed_columns__right .loading,
.esources_grid .loading {
  min-height: 450px;
  z-index: 10;
  position: relative;
}
.blog_feed_columns__right .loading img,
.esources_grid .loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc .sl-logo-cont .sl-logo-box {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}

#asl-storelocator.asl-cont .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .btn-group .adropdown-menu li label {
  text-transform: capitalize;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-container {
  max-width: 1440px;
}

#asl-storelocator.asl-cont .infoBox #style_1 .asl-buttons a.action.zoomhere {
  display: none;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span {
  text-transform: uppercase !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter p {
  text-transform: capitalize;
}

.header {
  float: left;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.15);
  padding: 15px 0;
  position: fixed;
  z-index: 50;
  top: 0;
}
@media only screen and (max-width: 1280px) {
  .header {
    padding: 15px 0;
  }
}
.header .container {
  float: left;
  width: 100%;
  padding: 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .header .container {
    padding: 0 24px;
  }
}
.header__logo {
  float: left;
  position: relative;
  z-index: 52;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo span {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #113067;
  display: inline-block;
  max-width: 600px;
}
@media only screen and (max-width: 750px) {
  .header__logo span {
    display: none;
  }
}
.header__logo img {
  max-height: 110px;
  object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .header__logo img {
    max-height: 80px;
  }
}
.header .menu__cont {
  float: left;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 51;
    padding: 30px;
    padding-top: 120px;
    text-align: center;
    overflow-y: scroll;
  }
}
.header .menu__cont ul {
  float: left;
  list-style: none;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul {
    width: 100%;
    margin-bottom: 30px;
  }
}
.header .menu__cont ul li {
  float: left;
  padding: 0 15px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul li {
    width: 100%;
    padding: 10px 0;
  }
}
.header .menu__cont ul li:hover .submenu {
  display: block;
}
.header .menu__cont ul li.current_page_item a {
  color: #091a37;
}
.header .menu__cont ul li a {
  float: left;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  color: #232023;
  position: relative;
}
.header .menu__cont ul li a::before, .header .menu__cont ul li a::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #113067;
  z-index: 1;
}
.header .menu__cont ul li a::after {
  width: 0;
  background: #232023;
  transition: 0.5s;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul li a {
    line-height: normal;
    width: auto;
    text-align: right;
    font-size: 25px;
  }
  .header .menu__cont ul li a::before, .header .menu__cont ul li a::after {
    bottom: 0;
  }
}
.header .menu__cont ul li a:hover {
  color: #113067;
  transition: 0.5s;
}
.header .menu__cont ul li a:hover::after {
  width: 100%;
}
.header .menu__cont ul li .submenu {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 365px;
  padding-top: 15px;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul li .submenu {
    display: block;
    position: static;
    width: 100%;
    transform: translate(0, 0);
  }
}
.header .menu__cont ul li .submenu__cont {
  float: left;
  width: 100%;
  padding: 40px;
  padding-bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 22px 34px -10px rgba(0, 0, 0, 0.146689);
  border-radius: 25px;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul li .submenu__cont {
    padding: 30px;
    padding-bottom: 10px;
    box-shadow: none;
    border-radius: none;
  }
}
.header .menu__cont ul li .submenu__cont:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 21px;
  height: 6px;
  background-image: url(images/tirangule-menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul li .submenu__cont:before {
    display: none;
  }
}
.header .menu__cont ul li .submenu__cont li {
  float: left;
  width: 100%;
  padding-bottom: 40px;
  padding-right: 0;
}
@media only screen and (max-width: 1280px) {
  .header .menu__cont ul li .submenu__cont li {
    text-align: left;
    padding-bottom: 20px;
  }
}
.header .menu__cont ul li .submenu__cont li a {
  float: left;
  width: 100%;
  margin-bottom: 8px;
  line-height: normal;
  height: auto;
  text-align: left;
}
.header .menu__cont ul li .submenu__cont li a::before, .header .menu__cont ul li .submenu__cont li a::after {
  background: none;
}
.header .menu__cont ul li .submenu__cont li p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.header .menu__cont ul li .submenu__cont li.with__icon {
  padding-left: 42px;
  position: relative;
}
.header .menu__cont ul li .submenu__cont li.with__icon .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.header .responsive__btn {
  float: left;
  position: relative;
  z-index: 11;
  width: 22px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 51;
}
.header .responsive__btn.open span {
  background: #232023 !important;
}
@media only screen and (max-width: 1280px) {
  .header .responsive__btn {
    display: block;
  }
}
.header .responsive__btn span {
  display: inline-block;
  background: #232023;
  width: 100%;
  height: 2px;
  transition: all 0.5s ease;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.header .responsive__btn span:nth-child(1) {
  top: 0px;
}
.header .responsive__btn span:nth-child(2), .header .responsive__btn span:nth-child(3) {
  top: 9px;
}
.header .responsive__btn span:nth-child(4) {
  top: 18px;
}
.header .responsive__btn.open span {
  background: #232023;
}
.header .responsive__btn.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header .responsive__btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .responsive__btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .responsive__btn.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

body {
  padding-top: 97px;
}
@media only screen and (max-width: 1280px) {
  body {
    padding-top: 69px;
  }
}

.fade {
  display: none;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.site-footer {
  float: left;
  width: 100%;
  background: #F2F2F2;
  padding: 72px 0 88px 0;
}
@media only screen and (max-width: 1050px) {
  .site-footer {
    padding: 72px 0 88px 0;
  }
}
.site-footer__top {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .site-footer__top {
    display: block;
  }
}
.site-footer__top__column--left {
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 1050px) {
  .site-footer__top__column--left {
    text-align: center;
    margin-top: 0;
  }
}
.site-footer__top__column--left .header__logo {
  float: none;
  z-index: 2;
}
@media only screen and (max-width: 1050px) {
  .site-footer__top__column--left .header__logo {
    width: auto;
    float: left;
  }
}
@media only screen and (max-width: 1050px) {
  .site-footer__top__column--left .header__logo img {
    width: 100%;
    float: left;
    height: auto;
  }
}
.site-footer__top__column--right {
  width: 100%;
}
.site-footer__top .newsletter {
  width: 365px;
}
.site-footer__top .newsletter .gform_wrapper {
  margin-top: 0;
}
.site-footer__top .newsletter .gform_confirmation_message {
  color: #113067;
}
@media only screen and (max-width: 1050px) {
  .site-footer__top .newsletter {
    width: 100%;
    max-width: 100%;
  }
}
.site-footer__top .slack {
  min-width: 320px;
}
@media only screen and (max-width: 1050px) {
  .site-footer__top .slack {
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 67px;
  }
}
.site-footer__top .slack a {
  float: left;
  height: 48px;
  line-height: 48px;
  background-image: url(images/slack.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #232023;
}
.site-footer__top .slack a:hover {
  color: #113067;
}
.site-footer__menu {
  float: left;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
@media only screen and (max-width: 1050px) {
  .site-footer__menu {
    padding-top: 48px;
  }
}
.site-footer__menu ul {
  list-style: none;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .site-footer__menu ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
}
.site-footer__menu ul li {
  width: auto;
  margin-right: 20px;
  white-space: nowrap;
}
@media only screen and (max-width: 600px) {
  .site-footer__menu ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
.site-footer__menu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #232023;
}
.site-footer__menu ul li a:hover {
  color: #113067;
}
.site-footer__menu ul li ul {
  display: block;
  width: 100%;
}
.site-footer__menu ul li ul li {
  width: 100%;
  margin-bottom: 0;
  margin-top: 20px;
}
.site-footer__menu ul li ul li a {
  font-weight: 400;
  color: #113067;
  white-space: nowrap;
}
.site-footer__menu ul li ul li a:hover {
  color: #ffffff;
}
.site-footer__two-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1050px) {
  .site-footer__two-col {
    display: block;
  }
}
.site-footer__bottom {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .site-footer__bottom {
    display: block;
  }
}
.site-footer__bottom p,
.site-footer__bottom a {
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  color: #828282;
  margin-right: 30px;
  font-weight: 300;
}
.site-footer__bottom p.copyright {
  width: 100%;
  float: left;
}
.site-footer__bottom .row {
  max-width: 50%;
}
@media only screen and (max-width: 900px) {
  .site-footer__bottom .row {
    max-width: 100%;
  }
}
.site-footer__bottom a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  .site-footer__bottom p {
    float: left;
    padding-right: 0;
  }
}
.site-footer__bottom .socials {
  float: left;
  margin-bottom: 24px;
}
@media only screen and (max-width: 750px) {
  .site-footer__bottom .socials {
    width: 100%;
    margin-top: 10px;
  }
}
.site-footer__bottom .socials a {
  float: left;
  margin-right: 24px;
}
.site-footer__bottom .socials a svg {
  width: 32px;
  height: auto;
}
.site-footer__bottom .socials a svg.github path {
  fill: #113067;
}
.site-footer__bottom .socials a:nth-last-child(1) {
  margin-right: 0;
}
.site-footer__bottom .socials a:hover {
  opacity: 0.7;
}

.parallax-1,
.parallax-2,
.parallax-3,
.parallax-4,
.relative {
  position: relative;
}

.home__hero {
  background-attachment: fixed;
}

.formBox .gform_wrapper {
  margin: 0 !important;
}
.formBox .gform_wrapper ul li.gfield {
  margin-bottom: 0 !important;
}
.formBox .gform_wrapper .top_label .gfield_label, .formBox .gform_wrapper legend.gfield_label {
  display: none;
}
.formBox .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox select {
  border: 1px solid #707070;
  height: 70px;
  line-height: 70px;
  padding: 0 15px !important;
}
@media only screen and (max-width: 900px) {
  .formBox .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.formBox select {
    height: 70px;
    line-height: 70px;
  }
}
.formBox .gform_wrapper textarea {
  border: 1px solid #707070;
  height: 195px !important;
  padding: 15px;
}

.form__box textarea {
  border: 1px solid #333333;
  border-radius: 6px;
  padding: 15px;
  font-size: 16px !important;
}

.page-404 {
  float: left;
  width: 100%;
  padding: 350px 0 211px 0;
  text-align: center;
}

.page-partners .form_block {
  background-color: #232023;
}
.page-partners .form_block .form__box {
  float: right;
}
.page-partners .text_block {
  background-color: #FAFAFA;
  padding: 88px 0 142px 0;
}

.asl-ddl-filters.sl-ddl-state,
.asl-ddl-filters.sl-ddl-city {
  display: none !important;
}

.hero {
  min-height: 100vh;
  padding: 75px 0;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .hero {
    min-height: 400px;
    padding: 80px 0 88px 0;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1050px) {
  .hero__image img, .hero__image video {
    object-position: right;
  }
}
.hero__text-cont {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1050px) {
  .hero__text-cont {
    width: 100%;
  }
}
.hero__title {
  font-weight: 700;
  margin-bottom: 25px;
  color: #113067;
}
.hero__text p {
  color: #232023;
}
@media only screen and (max-width: 1050px) {
  .hero__text p {
    font-size: 22px !important;
  }
}
.hero__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.hero--small {
  min-height: 360px;
}
.hero--center {
  text-align: center;
}
.hero--center .container {
  display: flex;
  justify-content: center;
}
.hero--center .container .hero__title,
.hero--center .container .hero__text {
  display: inline-block;
  width: 1024px;
  max-width: 100%;
}
.hero--light .hero__title {
  color: #ffffff;
}
.hero--light .hero__text p {
  color: #ffffff;
}

.text_block {
  position: relative;
  padding: 88px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .text_block {
    padding: 80px 0;
  }
}
.text_block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.text_block__title {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 32px;
}
.text_block__text {
  display: inline-block;
  width: 850px;
  max-width: 100%;
}
.text_block__text p:nth-last-child(1) {
  margin: 0;
}
.text_block__text.text_block__text--big p {
  font-size: 24px;
}
.text_block__text-cont {
  position: relative;
  z-index: 2;
}
.text_block__text-cont.text-color--dark .text_block__title {
  color: #113067;
}
.text_block__text-cont.text-color--dark .text_block__text p {
  color: #232023;
}
.text_block__link {
  margin-top: 32px;
}
.text_block .text-color--light .text_block__title,
.text_block .text-color--light .text_block__text p {
  color: #ffffff;
}
.text_block .text-color--light .text_block__title,
.text_block .text-color--light .text_block__text p {
  color: #232023;
}

.mission__wrap {
  padding: 80px 0;
  /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;*/
}
@media only screen and (max-width: 1050px) {
  .mission__wrap {
    padding: 30px 0;
  }
}
.mission__wrap .mission__uppertitle {
  text-transform: uppercase;
  color: #113067;
}
.mission__wrap .mission__title {
  font-weight: 700;
  margin: 10px 0 20px;
  color: #232023;
}
.mission__wrap .mission__text ul {
  padding-left: 20px;
}

.image_text {
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .image_text {
    padding: 104px 0;
  }
}
.image_text .container {
  display: grid;
  align-items: center;
  grid-template-columns: 250px auto;
  grid-gap: 50px;
}
@media only screen and (max-width: 600px) {
  .image_text .container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .image_text__column--left {
    width: 100%;
    margin-top: 80px;
  }
}
.image_text__column--right {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .image_text__column--right img {
    width: 150px;
    object-fit: cover;
  }
}
.image_text__title {
  font-weight: 700;
  margin-bottom: 32px;
  color: #113067;
}
.image_text__text {
  display: inline-block;
  max-width: 100%;
}
.image_text__text p {
  color: #232023;
}
.image_text__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.image_text__link {
  margin-top: 32px;
}

.text_block + .image_text {
  padding-top: 0;
}

.logos_grid {
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .logos_grid {
    padding: 80px 0 88px 0;
  }
}
.logos_grid__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .logos_grid__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .logos_grid__list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.logos_grid__item {
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  .logos_grid__item {
    padding: 0;
    max-width: 150px;
    margin: 0 auto;
  }
}
.logos_grid__item img {
  max-height: 120px;
}
.logos_grid__text {
  display: inline-block;
  width: 814px;
  max-width: 100%;
  margin-bottom: 30px;
}
.logos_grid__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.logos_grid + .text_block {
  background-color: #232023;
}
.logos_grid + .text_block .text_block__title {
  color: #113067;
}

.solutions__hero .main-circles, .solutions__hero .secondary-circles {
  display: none;
}
@media (min-width: 800px) {
  .solutions__hero .main-circles, .solutions__hero .secondary-circles {
    display: block;
  }
}
.solutions__hero path {
  stroke-dasharray: 2000;
}

.solution {
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .solution {
    padding: 50px 0;
  }
}
.solution__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .solution__columns {
    display: block;
  }
}
.solution__column--left {
  width: 46%;
}
@media only screen and (max-width: 1050px) {
  .solution__column--left {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
.solution__column--right {
  width: 46%;
}
@media only screen and (max-width: 1050px) {
  .solution__column--right {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
}
.solution__subhead {
  color: #091a37;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-weight: 700;
}
.solution__title {
  font-weight: 700;
  margin-bottom: 24px;
}
.solution__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.solution__image-cont {
  float: right;
  width: 566px;
  max-width: 100%;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1050px) {
  .solution__image-cont {
    float: none;
  }
}
@media only screen and (max-width: 600px) {
  .solution__image-cont {
    display: block;
  }
}
.solution__image {
  width: 43%;
  padding-top: 43%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .solution__image {
    width: 100%;
    padding-top: 100%;
  }
}
.solution__image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #091a37;
  opacity: 0.5;
  z-index: 2;
  content: "";
}
.solution__image__text {
  width: 57%;
  padding: 30px;
}
@media only screen and (max-width: 600px) {
  .solution__image__text {
    width: 100%;
  }
}
.solution__image__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.solution__icons {
  margin-top: 80px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 85px;
  grid-row-gap: 65px;
}
@media only screen and (max-width: 900px) {
  .solution__icons {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
  }
}
.solution__icons__item {
  margin-bottom: 20px;
}
.solution__icons__item__icon {
  margin-bottom: 32px;
}
.solution__icons__item__icon img {
  height: 74px;
}
.solution--blue .solution__subhead {
  color: #113067;
}
.solution--blue .solution__image:before {
  background: #113067;
}
.solution--pink .solution__subhead {
  color: #113067;
}
.solution--pink .solution__image:before {
  background: #113067;
}
.solution.image_position--left .solution__columns {
  flex-direction: row-reverse;
}

.services {
  padding: 100px 0;
}
@media only screen and (max-width: 750px) {
  .services {
    padding: 50px 0;
  }
}
.services__title {
  font-weight: 700;
  margin-bottom: 32px;
  color: #113067;
}
.services__text {
  display: inline-block;
  width: 815px;
  max-width: 100%;
}
.services__text p {
  color: #232023;
}
.services__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.services__boxes {
  margin-top: 70px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  .services__boxes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .services__boxes {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.services__boxes__item {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .services__boxes__item {
    display: block;
    padding: 30px;
  }
}
.services__boxes__item__icon {
  width: 28%;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .services__boxes__item__icon {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
}
.services__boxes__item__text-cont {
  width: 72%;
  padding: 40px;
  padding-left: 10px;
}
@media only screen and (max-width: 900px) {
  .services__boxes__item__text-cont {
    width: 100%;
    padding: 0;
  }
}
.services__boxes__item__title {
  color: #113067;
  font-weight: 700;
  margin-bottom: 15px;
}
.services__boxes__item__text p {
  color: #232023;
  font-weight: 300;
}
.services__boxes__item__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.services--values .services__boxes {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 60px;
}
@media only screen and (max-width: 1050px) {
  .services--values .services__boxes {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .services--values .services__boxes {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.services--values .services__boxes__item {
  border: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.services--values .services__boxes__item__icon {
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .services--values .services__boxes__item__icon {
    text-align: center;
    width: 100%;
  }
}
.services--values .services__boxes__item__title {
  margin-bottom: 10px;
}
.services--values .services__boxes__item__text-cont {
  width: 100%;
  padding: 40px;
}
@media only screen and (max-width: 750px) {
  .services--values .services__boxes__item__text-cont {
    padding: 20px;
  }
}

.page-about .services--values .services__boxes__item__icon {
  margin-bottom: 20px;
}

.stories {
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .stories {
    padding: 50px 0;
  }
}
.stories__title {
  font-weight: 700;
  margin-bottom: 32px;
}
.stories__text {
  display: inline-block;
  width: 815px;
  max-width: 100%;
}
.stories__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.stories__boxes {
  margin-top: 88px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  text-align: left;
}
@media only screen and (max-width: 1050px) {
  .stories__boxes {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .stories__boxes {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
}
.stories__boxes a.stories__boxes__item:after {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 35px;
  height: 22px;
  background-image: url(images/right-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.stories__boxes__item {
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.stories__boxes__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #091a37;
  content: "";
}
.stories__boxes__item__icon {
  width: 100%;
  height: 170px;
  text-align: center;
  padding: 20px 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stories__boxes__item__icon img {
  filter: grayscale(1);
}
.stories__boxes__item__text-cont {
  width: 100%;
  padding: 32px;
  padding-top: 0;
  padding-bottom: 56px;
}
.stories__boxes__item__title {
  font-weight: 700;
  margin-bottom: 15px;
}
.stories__boxes__item__text p {
  font-weight: 300;
}
.stories__boxes__item__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.stories__boxes__item--blue:before {
  background: #113067;
}
.stories__boxes__item--pink:before {
  background: #113067;
}

.team {
  padding: 70px 0;
}
.team__subhead {
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .team__subhead {
    text-align: center;
  }
}
.team__list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 32px;
}
@media only screen and (max-width: 1050px) {
  .team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 900px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .team__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team__item {
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  padding: 16px;
  padding-bottom: 50px;
  min-height: 409px;
}
@media only screen and (max-width: 600px) {
  .team__item {
    padding-bottom: 70px;
  }
}
.team__item__image {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.team__item__image img {
  object-position: top;
}
.team__item__name {
  font-weight: 700;
  margin-bottom: 4px;
}
.team__item__links {
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  padding: 16px;
}
.team__item__links .icon {
  float: left;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  margin-right: 16px;
}
.team__item__links .icon:hover {
  opacity: 0.8;
}
.team__item__links .bio {
  float: right;
  text-decoration: underline;
}
.team__item__links .bio:hover {
  color: #091a37;
}
.team__item__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 660px;
  max-width: 90%;
  padding: 40px;
  background: #ffffff;
  border-radius: 8px;
  transform: translate(-50%, -50%);
  z-index: 101;
}
@media only screen and (max-width: 1050px) {
  .team__item__popup {
    max-height: 90%;
    overflow-y: scroll;
  }
}
.team__item__popup--close {
  position: absolute;
  top: -56px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(images/close-white.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1050px) {
  .team__item__popup--close {
    top: 15px;
    right: 15px;
    transform: scale(0.7);
    filter: invert(1);
  }
}
.team__item__popup__top {
  display: flex;
  margin-bottom: 40px;
}
.team__item__popup__left {
  width: 43%;
}
.team__item__popup__right {
  width: 57%;
  padding-left: 25px;
  position: relative;
}
.team__item__popup .team__item__image {
  margin-bottom: 0;
}
.team__item__popup .team__item__links {
  padding: 0 24px;
  bottom: 0;
}
.team__item__popup .team__item__links .icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.team__item__popup .team__item__links .icon svg {
  zoom: 1;
}
.team__item__popup__bio p {
  font-weight: 300;
}

.paragraph {
  padding: 88px 0;
}
@media only screen and (max-width: 750px) {
  .paragraph {
    padding: 80px 0;
  }
}
.paragraph h1, .paragraph h2, .paragraph h3, .paragraph h4, .paragraph h5, .paragraph .team__subhead, .paragraph h6 {
  color: #091a37;
  font-weight: 700;
  margin: 40px 0 10px 0;
}
.paragraph img {
  height: auto;
  margin: 0 0 28px 0;
}
.paragraph .alignleft {
  float: left;
  margin-right: 30px;
}
.paragraph .aligncenter {
  margin: 30px auto;
  display: block;
}
.paragraph .alignright {
  float: right;
  margin-left: 30px;
}
.paragraph.light_text p {
  color: #ffffff;
}
.paragraph .table-container h3 {
  margin-top: 100px;
}
.paragraph .table-container h3:nth-child(1) {
  margin-top: 40px;
}
.paragraph .table-container .table {
  width: 100%;
  display: block;
}
.paragraph .table-container .table .item {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 12% 32% 33%;
  grid-column-gap: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
  padding: 25px 0;
  text-align: center;
}
.paragraph .table-container .table .item .name, .paragraph .table-container .table .item .matricula, .paragraph .table-container .table .item .lugar, .paragraph .table-container .table .item .contacto_laboral {
  font-size: 16px;
  color: #113067;
  line-height: 1.4;
}
.paragraph .table-container .table .item .name {
  color: #232023;
}
.paragraph .table-container .table .item span {
  display: none;
}
@media only screen and (max-width: 900px) {
  .paragraph .table-container .table .item {
    grid-template-columns: 1fr 1fr;
  }
  .paragraph .table-container .table .item .name_completo, .paragraph .table-container .table .item .matricula_prov, .paragraph .table-container .table .item .lugar_trabajo, .paragraph .table-container .table .item .contacto {
    display: none;
  }
  .paragraph .table-container .table .item span {
    display: inline-block;
  }
  .paragraph .table-container .table .item .name, .paragraph .table-container .table .item .matricula, .paragraph .table-container .table .item .lugar {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .paragraph .table-container .table .item {
    grid-template-columns: 1fr;
  }
}

.join {
  background: rgba(51, 51, 51, 0.1);
  padding: 50px 100px;
}
.join__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}
.join__block__title {
  font-size: 18px;
  font-weight: 400;
  font-family: "Archia", sans-serif;
  line-height: 27px;
}
@media only screen and (max-width: 600px) {
  .join__block__title {
    font-size: 16px;
  }
}
.join__block__cont {
  display: flex;
  align-items: center;
}
.join__block__icon {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  display: inline-block;
}
.join__block__link {
  font-weight: 700;
  font-size: 18px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .join__block__link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .join {
    padding: 50px 0;
  }
  .join__block {
    display: block;
  }
  .join__block__title {
    margin-bottom: 20px;
  }
}

.partner_grid {
  background-color: #ffefd8;
  padding-bottom: 120px;
}
.partner_grid .partner {
  text-align: center;
  padding: 110px 0;
  width: 664px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .partner_grid .partner {
    width: 100%;
  }
}
.partner_grid .partner .partner__title {
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 24px;
  font-family: "Roboto", sans-serif;
  color: #113067;
}
.partner_grid .partner .partner__text {
  font-family: "Archia", sans-serif;
  line-height: 30px;
}
.partner_grid .grid__partner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  grid-gap: 50px;
  justify-content: center;
}
.partner_grid .grid__partner .grid__item {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .partner_grid .grid__partner .grid__item {
    grid-template-columns: 1fr;
  }
}
.partner_grid .grid__partner .grid__item__icon {
  margin: 0 auto 25px auto;
}
.partner_grid .grid__partner .grid__item__icon img {
  width: 80px;
  height: 80px;
}
.partner_grid .grid__partner .grid__item__title {
  font-weight: 700;
  margin-bottom: 16px;
  color: #113067;
  text-transform: uppercase;
}
.partner_grid .grid__partner .grid__item__text {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 27px;
  font-size: 17px;
  color: #232023;
}
.partner_grid .grid__partner .grid__item__number {
  margin-top: 16px;
  font-size: 50px;
  font-weight: 600;
  color: #113067;
}

.resources_top {
  float: left;
  width: 100%;
  padding: 120px 0;
}
.resources_top .container {
  width: 610px;
}
.resources_top .container .resources_title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 36px;
}
.resources_top .container .resources_copy {
  float: left;
  width: 100%;
}

.resource_library {
  float: left;
  width: 100%;
}

.resources_grid__columns {
  display: flex;
}
.resources_grid__columns .resources_grid {
  float: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 64px;
  width: calc(100% - 250px);
  grid-template-rows: auto;
  padding-left: 64px;
  padding-bottom: 15px;
}
.resources_grid__columns .resources_grid .loading {
  width: 100%;
  text-align: center;
  background-image: url(images/loading.svg);
  background-position: center;
  background-size: auto 70px;
  background-repeat: no-repeat;
  float: left;
  min-height: 500px;
}
.resources_grid__columns .resources_grid__item {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.resources_grid__columns .resources_grid__item .resource_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 63%;
  height: auto;
  background-color: #DCDCDD;
  float: left;
  width: 100%;
}
.resources_grid__columns .resources_grid__item .resource_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources_grid__columns .resources_grid__item .resource_image img {
  float: left;
  width: 100%;
  border-radius: 40px 40px 0 0;
  padding: 32px 32px 0 32px;
  position: absolute;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.07));
  bottom: 0;
  object-fit: fill;
}
.resources_grid__columns .resources_grid__item .resource_copy {
  padding: 32px 32px 48px 32px;
  float: left;
}
.resources_grid__columns .resources_grid__item .resource_copy .resource_label {
  float: left;
  text-transform: uppercase;
  background-color: #FDAFBF;
  color: #ffffff;
  font-size: 10px;
  line-height: 20px;
  padding: 0 8px;
  border-radius: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.resources_grid__columns .resources_grid__item .resource_copy .resource_label.Technical {
  background-color: #53C8E7;
}
.resources_grid__columns .resources_grid__item .resource_copy .resource_label.Data.Sharing {
  background-color: #FFB71B;
}
.resources_grid__columns .resources_grid__item .resource_copy .resource_label .Playbook {
  background-color: #FDAFBF;
}
.resources_grid__columns .resources_grid__item .resource_copy__title {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  transition: 0.5s ease;
}
.resources_grid__columns .resources_grid__item .resource_copy__title:hover {
  color: #091a37;
}
.resources_grid__columns .resources_grid__item .resource_copy__subtitle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width: 900px) {
  .resources_grid__columns {
    display: block;
  }
  .resources_grid__columns .categories_block {
    float: left;
    width: 100%;
  }
  .resources_grid__columns .resources_grid {
    float: left;
    width: 100%;
    padding-left: 0;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 600px) {
  .resources_top {
    padding: 64px 0;
  }
  .resources_grid__columns .resources_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.proinput {
  font-weight: normal;
  color: #FAFAFA;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 40px;
}
.proinput form {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.proinput form input {
  float: left;
  width: 100%;
  font-size: 16px;
}

.innericon {
  width: 34px;
  height: 34px;
  float: right;
}
.innericon svg {
  height: 100%;
  width: 22px;
  vertical-align: baseline;
  display: inline-block;
}

.blog_top {
  float: left;
  width: 100%;
  padding: 120px 0;
}
.blog_top .container {
  width: 690px;
  text-align: center;
  margin: 0 auto;
}
.blog_top .container .blog_title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 36px;
}
.blog_top .container .blog_copy {
  float: left;
  width: 100%;
}

.blog_block__title {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 38px;
  color: #113067;
}

.blog_block {
  float: left;
  width: 100%;
  margin-bottom: 72px;
}
.blog_block__title {
  font-size: 28px;
}
.blog_block.featured_block {
  margin-bottom: 88px;
}
@media only screen and (max-width: 600px) {
  .blog_block.featured_block {
    margin-bottom: 48px;
  }
}
.blog_block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  grid-template-rows: auto;
  float: left;
  border-bottom: 1px solid #113067;
  padding-bottom: 96px;
}
@media only screen and (max-width: 900px) {
  .blog_block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .blog_block__grid {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 48px;
  }
}
.blog_block__grid__item {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .blog_block__grid__item {
    margin-bottom: 20px;
  }
}
.blog_block__grid__item .blog_post_image {
  background-color: #FAFAFA;
  object-fit: cover;
  position: relative;
  padding-top: 65%;
  float: left;
  width: 100%;
}
.blog_block__grid__item .blog_post_image img {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.blog_block .post_content {
  padding: 40px 32px 24px 32px;
  float: left;
}
.blog_block .post_content__copy {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.blog_block .post_content__category {
  float: left;
  color: #091a37;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.blog_block .post_content__title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
}
.blog_block .post_content__title:hover {
  color: #091a37;
}
.blog_block .post_content__subtitle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
}

.blog_block__latest_post {
  display: flex;
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media only screen and (max-width: 750px) {
  .blog_block__latest_post {
    flex-wrap: wrap;
  }
}
.blog_block__latest_post__image {
  width: 55%;
  background-color: #FAFAFA;
  object-fit: cover;
  float: left;
  padding-top: 32%;
  position: relative;
}
.blog_block__latest_post__image img {
  float: left;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .blog_block__latest_post__image {
    width: 100%;
    padding-top: 50%;
  }
}
.blog_block__latest_post__copy {
  float: left;
  width: 45%;
  padding: 40px 32px 24px 32px;
}
@media only screen and (max-width: 750px) {
  .blog_block__latest_post__copy {
    width: 100%;
  }
}

.blog_feed .container {
  width: 1032px;
}
.blog_feed .container .blog_feed__columns {
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 106px;
}
@media only screen and (max-width: 1050px) {
  .blog_feed .container .blog_feed__columns {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
}
.blog_feed .container .blog_feed__columns__right {
  float: left;
  width: 100%;
}
.blog_feed .container .blog_feed__columns__post {
  float: left;
  width: 100%;
  margin-bottom: 48px;
}
.blog_feed .container .blog_feed__columns__post:nth-last-child(1) {
  margin-bottom: 0;
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  box-shadow: none;
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__image {
  width: 273px;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__image {
    width: 100%;
    height: 311px;
  }
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__image img {
  border-radius: 8px;
}
.blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy {
  float: right;
  width: calc(100% - 273px);
  padding: 24px 0 0 24px;
}
@media only screen and (max-width: 600px) {
  .blog_feed .container .blog_feed__columns__post .blog_block__latest_post__copy {
    width: 100%;
    padding: 24px 0 0 0;
  }
}

.post_author {
  margin-top: 40px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.post_author__image {
  width: 32px;
  height: 32px;
  float: left;
}
.post_author__image img {
  float: left;
  width: 100%;
  border-radius: 100px;
}
.post_author__name {
  float: left;
  font-size: 14px;
  line-height: 13px;
  font-weight: 600;
  color: #828282;
  margin-left: 12px;
}
.post_author__name:hover {
  color: #091a37;
}
.post_author__date {
  float: left;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #828282;
  margin-left: 12px;
}

.blog_block__grid {
  grid-row-gap: 70px;
}
@media only screen and (max-width: 600px) {
  .blog_block__grid {
    grid-row-gap: 35px;
  }
}
.blog_block__grid__item {
  position: relative;
}
.blog_block__grid__item .post_author {
  position: absolute;
  bottom: 35px;
}

.container--single_post .post_author__name, .container--single_post .post_author__date {
  font-size: 16px;
}

.post_copy_block__author-block {
  display: none;
  float: left;
  width: 100%;
}
.post_copy_block__author-block .post_author__copy {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 40px;
  color: #828282;
}
@media only screen and (max-width: 600px) {
  .post_copy_block__author-block .post_author__copy {
    padding-left: 0;
    font-size: 14px;
  }
}

.portfolio_top {
  float: left;
  width: 100%;
  padding: 120px 0;
}
@media only screen and (max-width: 600px) {
  .portfolio_top {
    padding: 70px 0 30px 0;
  }
}
.portfolio_top .container {
  width: 690px;
  text-align: center;
  margin: 0 auto;
}
.portfolio_top .container .portfolio_title {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 36px;
}
.portfolio_top .container .portfolio_copy {
  float: left;
  width: 100%;
}

.portfolio_block__title {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 25px;
  color: #113067;
}

.portfolio_block__subtitle {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  line-height: 1.5;
}

.portfolio_block {
  float: left;
  width: 100%;
  margin-bottom: 72px;
}
.portfolio_block__title {
  font-size: 28px;
}
.portfolio_block.featured_block {
  margin-bottom: 88px;
}
@media only screen and (max-width: 600px) {
  .portfolio_block.featured_block {
    margin-bottom: 48px;
  }
}
.portfolio_block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  grid-template-rows: auto;
  float: left;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 96px;
}
@media only screen and (max-width: 900px) {
  .portfolio_block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .portfolio_block__grid {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 48px;
  }
}
.portfolio_block__grid__item {
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  margin-bottom: 0;
}
.portfolio_block__grid__item .portfolio_post_image {
  background-color: #FAFAFA;
  object-fit: cover;
  position: relative;
  padding-top: 65%;
  float: left;
  width: 100%;
}
.portfolio_block__grid__item .portfolio_post_image img {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.portfolio_block .post_content {
  padding: 40px 32px 24px 32px;
  float: left;
}
.portfolio_block .post_content__copy {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.portfolio_block .post_content__category {
  float: left;
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
.portfolio_block .post_content__title {
  float: left;
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
}
@media only screen and (max-width: 900px) {
  .portfolio_block .post_content__title {
    font-size: 22px;
  }
}
.portfolio_block .post_content__subtitle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
}

.portfolio_block__latest_post {
  display: flex;
  float: left;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media only screen and (max-width: 750px) {
  .portfolio_block__latest_post {
    flex-wrap: wrap;
  }
}
.portfolio_block__latest_post__image {
  width: 55%;
  background-color: #FAFAFA;
  object-fit: cover;
  float: left;
  padding-top: 32%;
  position: relative;
}
.portfolio_block__latest_post__image img {
  float: left;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .portfolio_block__latest_post__image {
    width: 100%;
    padding-top: 50%;
  }
}
.portfolio_block__latest_post__copy {
  float: left;
  width: 45%;
  padding: 40px 32px 24px 32px;
}
@media only screen and (max-width: 750px) {
  .portfolio_block__latest_post__copy {
    width: 100%;
  }
}

.portfolio_feed .container {
  width: 1032px;
}
.portfolio_feed .container .portfolio_feed__columns {
  display: grid;
  grid-template-columns: 250px auto;
  grid-gap: 106px;
}
@media only screen and (max-width: 1050px) {
  .portfolio_feed .container .portfolio_feed__columns {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
}
.portfolio_feed .container .portfolio_feed__columns__right {
  float: left;
  width: 100%;
}
.portfolio_feed .container .portfolio_feed__columns__post {
  float: left;
  width: 100%;
  margin-bottom: 48px;
}
.portfolio_feed .container .portfolio_feed__columns__post:nth-last-child(1) {
  margin-bottom: 0;
}
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px;
  box-shadow: none;
}
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__image {
  width: 273px;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__image {
    width: 100%;
    height: 311px;
  }
}
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__image img {
  border-radius: 8px;
}
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__copy {
  float: right;
  width: calc(100% - 273px);
  padding: 24px 0 0 24px;
}
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__copy .post_content__title {
  color: #232023;
}
@media only screen and (max-width: 600px) {
  .portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__copy {
    width: 100%;
    padding: 24px 0 0 0;
  }
}
.portfolio_feed .container .portfolio_feed__columns__post .portfolio_block__latest_post__copy .post_content__category {
  color: #113067;
}

.post_author {
  margin-top: 40px;
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
}
.post_author__image {
  width: 32px;
  height: 32px;
  float: left;
}
.post_author__image img {
  float: left;
  width: 100%;
  border-radius: 100px;
}
.post_author__name {
  float: left;
  font-size: 14px;
  line-height: 13px;
  font-weight: 600;
  color: #828282;
  margin-left: 12px;
}
.post_author__name:hover {
  color: #091a37;
}
.post_author__date {
  float: left;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #828282;
  margin-left: 12px;
}

.portfolio_block__grid {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .portfolio_block__grid {
    grid-row-gap: 35px;
  }
}
.portfolio_block__grid__item {
  position: relative;
}
.portfolio_block__grid__item .post_content {
  position: absolute;
  opacity: 0;
  background: #113067;
  margin: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 8px;
  padding: 40px 32px 100px 32px;
}
@media only screen and (max-width: 900px) {
  .portfolio_block__grid__item .post_content {
    opacity: 0.9;
  }
}
.portfolio_block__grid__item:hover .post_content {
  transition: 0.5s;
  opacity: 0.9;
}
.portfolio_block__grid__item .post_author {
  position: absolute;
  bottom: 35px;
}

.container--single_post .post_author__name, .container--single_post .post_author__date {
  font-size: 16px;
}

.post_copy_block__author-block {
  display: none;
  float: left;
  width: 100%;
}
.post_copy_block__author-block .post_author__copy {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 40px;
  color: #828282;
}
@media only screen and (max-width: 600px) {
  .post_copy_block__author-block .post_author__copy {
    padding-left: 0;
    font-size: 14px;
  }
}

.page-template-template_portfolio, .single-post {
  background: #ffefd8;
}

.portfolio_single {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #113067;
}
.portfolio_single__title {
  display: block;
  margin: 0px 0 40px 0;
  color: #113067;
}
.portfolio_single__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 90px;
}
@media only screen and (max-width: 1050px) {
  .portfolio_single__columns {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .portfolio_single__columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.portfolio_single__columns__left {
  display: block;
}
.portfolio_single__columns__left .project_images {
  list-style: none;
}
.portfolio_single__columns__left .project_images__image {
  margin: 0;
}
.portfolio_single__columns__left .project_images__image img {
  display: block;
  width: 100%;
}
.portfolio_single__columns__right {
  position: relative;
}
.portfolio_single__columns__right .h1, .portfolio_single__columns__right .form_block__title, .portfolio_single__columns__right .post-copy_block__title, .portfolio_single__columns__right .hero__title, .portfolio_single__columns__right .text_block__title.text_block__title--big, .portfolio_single__columns__right .mission__wrap .mission__title, .mission__wrap .portfolio_single__columns__right .mission__title, .portfolio_single__columns__right .solution__title, .portfolio_single__columns__right .resources_top .container .resources_title, .resources_top .container .portfolio_single__columns__right .resources_title, .portfolio_single__columns__right .blog_top .container .blog_title, .blog_top .container .portfolio_single__columns__right .blog_title, .portfolio_single__columns__right .blog_block__title, .portfolio_single__columns__right .portfolio_top .container .portfolio_title, .portfolio_top .container .portfolio_single__columns__right .portfolio_title, .portfolio_single__columns__right .portfolio_block__title, .portfolio_single__columns__right h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #113067;
}
.portfolio_single__columns__right .project_copy {
  display: block;
}
.portfolio_single__columns__right .project_copy p {
  margin-bottom: 16px;
  font-size: 16px;
}
.portfolio_single__columns__right .project_copy h1, .portfolio_single__columns__right .project_copy h2, .portfolio_single__columns__right .project_copy h3, .portfolio_single__columns__right .project_copy h4, .portfolio_single__columns__right .project_copy h5, .portfolio_single__columns__right .project_copy .team__subhead, .portfolio_single__columns__right .project_copy h6 {
  margin-bottom: 20px;
}
.portfolio_single__columns__right .project_copy ul {
  list-style: circle;
  padding-left: 25px;
  margin-bottom: 20px;
}
.portfolio_single__columns__right .project_copy ul li {
  font-size: 16px;
}
.portfolio_single__columns__right .share_block {
  display: grid;
  grid-template-columns: 25px auto;
  grid-gap: 25px;
  margin-top: 40px;
}
.portfolio_single__columns__right .share_block__icon {
  height: 100%;
}
.portfolio_single__columns__right .share_block__icon img {
  object-fit: cover;
}
.portfolio_single__columns__right .share_block__right {
  display: block;
}
.portfolio_single__columns__right .share_block__right__title {
  font-weight: 300;
  color: #113067;
  margin-bottom: 5px;
}
.portfolio_single__columns__right .share_block__right .share-buttons {
  display: flex;
  align-items: center;
}
.portfolio_single__columns__right .share_block__right .share-buttons li {
  margin-right: 20px;
  list-style: none;
}
.portfolio_single__columns__right .share_block__right .share-buttons li:nth-last-child(1) {
  margin-right: 0;
}
.portfolio_single__columns__right .share_block__right .share-buttons li a {
  display: block;
}
.portfolio_single__columns__right .share_block__right .share-buttons li a img {
  width: 20px;
  height: auto;
}
.portfolio_single__columns .button {
  background-color: #113067;
}

.categories_block {
  width: 250px;
  float: left;
  margin-bottom: 40px;
}
.categories_block .categories {
  float: left;
  width: 100%;
}
.categories_block .categories .open_filters {
  float: left;
  font-size: 20px;
  line-height: 14px;
  font-weight: 600;
  position: relative;
}
.categories_block .categories .open_filters::after {
  position: absolute;
  top: 0;
  right: -26px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #232023;
  border-right: 2px solid #232023;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  content: "";
}
.categories_block .categories .open_filters.open::after {
  transform: translate(0, 50%) rotate(-135deg);
}
.categories_block .categories .categories__names {
  float: left;
  width: 100%;
}
.categories_block .categories .categories__names ul {
  padding-left: 22px;
  margin-top: 25px;
}
.categories_block .categories .categories__names ul li {
  font-size: 16px;
  list-style: none;
  cursor: pointer;
}
.categories_block .categories .categories__names ul li:hover, .categories_block .categories .categories__names ul li.cat-active {
  color: #113067;
}
.categories_block .categories .categories__names ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.categories_block__search {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .categories_block__search {
    max-width: 250px;
  }
}

.resources_grid__columns .resource_grid--no-results {
  grid-template-columns: repeat(1, 1fr);
}

.no-results {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 700;
}

.page-template-template_careers {
  background-color: #FAFAFA;
}

.blog_title--careers, .blog_copy--careers {
  text-align: left;
}

.careers_feed {
  float: left;
  width: 100%;
}
.careers_feed .blog_feed__columns {
  display: flex;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .careers_feed .blog_feed__columns {
    display: block;
  }
}
.careers_feed .blog_feed__columns .careers {
  padding-left: 64px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .careers_feed .blog_feed__columns .careers {
    padding-left: 0;
    margin-top: 40px;
  }
}
.careers_feed .blog_feed__columns .careers .loading {
  width: 100%;
  text-align: center;
  background-image: url(images/loading.svg);
  background-position: center;
  background-size: auto 70px;
  background-repeat: no-repeat;
  float: left;
  min-height: 500px;
}
.careers_feed .blog_feed__columns .careers__item {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  padding: 32px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
}
.careers_feed .blog_feed__columns .careers__item:nth-last-child(1) {
  margin-bottom: 0px;
}
.careers_feed .blog_feed__columns .careers__item__left-column {
  float: left;
  width: 100%;
}
.careers_feed .blog_feed__columns .careers__item__left-column__title {
  float: left;
  width: 100%;
  font-weight: 600;
  color: #091a37;
  transition: all 0.3s ease;
}
.careers_feed .blog_feed__columns .careers__item__left-column__title:hover {
  color: #232023;
}
.careers_feed .blog_feed__columns .careers__item__left-column__location {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.careers_feed .blog_feed__columns .careers__item__right-column {
  float: right;
  position: absolute;
  right: 32px;
}
.careers_feed .blog_feed__columns .careers__item__right-column .green_arrow {
  float: left;
  width: 100%;
  width: 32px;
}
.careers_feed .blog_feed__columns .careers__item__right-column .green_arrow img {
  object-fit: contain;
  float: right;
}
.careers_feed .blog_feed__columns .careers__item__right-column .green_arrow:hover {
  filter: brightness(0.5);
  transition: 0.5s ease;
}

.page-template-template_customer_stories {
  background-color: #FAFAFA;
}

.customer_stories {
  margin-bottom: 136px;
}
.customer_stories__grid {
  display: grid;
  grid-gap: 55px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 374px);
}
@media only screen and (max-width: 900px) {
  .customer_stories__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .customer_stories__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}
.customer_stories__grid__item {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .customer_stories__grid__item {
    flex-direction: column;
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }
}
.customer_stories__grid__item .story_image {
  float: left;
  width: 54%;
  height: 100%;
  position: relative;
}
.customer_stories__grid__item .story_image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(1);
}
.customer_stories__grid__item .story_image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0FBAA8;
  opacity: 0.5;
}
.customer_stories__grid__item .story_image__overlay--pink {
  background: #FDAFBF;
}
.customer_stories__grid__item .story_image__overlay--blue {
  background: #53C8E7;
}
@media only screen and (max-width: 600px) {
  .customer_stories__grid__item .story_image {
    padding-top: 75%;
    width: 100%;
    height: auto !important;
  }
}
.customer_stories__grid__item .story_content {
  float: left;
  width: 374px;
  padding: 48px 32px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1366px) {
  .customer_stories__grid__item .story_content {
    width: 100%;
  }
}
.customer_stories__grid__item .story_content__copy {
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
  line-height: 30px;
  float: left;
  width: 100%;
}
.customer_stories__grid__item .story_content__logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 49px;
}
.customer_stories__grid__item .story_content__logo img {
  max-width: 100px;
}
.customer_stories__grid__item .story_content__arrow {
  float: left;
  width: 27px;
  position: absolute;
  right: 32px;
  bottom: 40px;
}
.customer_stories__grid__item .story_content__arrow:hover {
  filter: opacity(0.5);
  transition: 0.5s ease;
}
.customer_stories__grid__item.coming_soon {
  border: 3px dashed rgba(51, 51, 51, 0.1);
  box-shadow: none;
  justify-content: center;
}
.customer_stories__grid__item.coming_soon .story_content {
  float: left;
  width: 100%;
  margin: 0 auto;
}
.customer_stories__grid__item.coming_soon .story_content__copy {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #828282;
}
.customer_stories__grid__item.grid_item--1 {
  grid-column: span 2;
}
.customer_stories__grid__item.grid_item--2, .customer_stories__grid__item.grid_item--3 {
  grid-row: span 2;
  height: 100%;
  float: left;
  width: 100%;
  flex-direction: column;
}
.customer_stories__grid__item.grid_item--2 .story_content, .customer_stories__grid__item.grid_item--3 .story_content {
  height: calc(50% - 27px);
}
.customer_stories__grid__item.grid_item--2 .story_image, .customer_stories__grid__item.grid_item--3 .story_image {
  float: left;
  width: 100%;
  height: calc(50% + 27px);
}
.customer_stories__grid__item.grid_item--4 {
  grid-column: span 1;
  grid-row: span 1;
}
.customer_stories__grid__item.grid_item--4 .story_image {
  display: none;
}
.customer_stories__grid__item.grid_item--5 {
  grid-column: span 2;
  min-height: 343px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .customer_stories__grid__item.grid_item--5 {
    grid-column: span 1;
  }
}
.customer_stories__grid__item.grid_item--5 .story_content__logo {
  margin-bottom: 22px;
}
.customer_stories__grid__item.grid_item--5 .story_content__copy {
  margin-bottom: 0;
  font-family: "Archia", sans-serif;
}

.page-template-template_single_story, .page-template-template_single_post {
  background-color: #FAFAFA;
}

.container {
  width: 1920px;
}
.container .separator_line {
  height: 1px;
  float: left;
  width: 100%;
  background-color: #113067;
  margin: 72px 0;
}
@media only screen and (max-width: 600px) {
  .container .separator_line {
    margin: 50px 0;
  }
}

.container.container--single_post {
  width: 814px;
}

.customer_stories--read_next_block {
  margin-bottom: 176px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .customer_stories--read_next_block {
    margin-bottom: 50px;
  }
}
.customer_stories--read_next_block .customer_stories__grid {
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 374px);
  float: left;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .customer_stories--read_next_block .customer_stories__grid {
    grid-template-rows: auto;
  }
}
.customer_stories--read_next_block .customer_stories--read_next_block___title {
  float: left;
  width: 100%;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 35px;
}

.single-story_hero {
  float: left;
  width: 100%;
  padding-top: 42%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .single-story_hero {
    padding-top: 75%;
  }
}
.single-story_hero div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.single-story_hero div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-copy_block {
  float: left;
  width: 100%;
}
.post-copy_block__title {
  float: left;
  width: 100%;
  margin-top: 88px;
  font-weight: 700;
  line-height: 57px;
}
@media only screen and (max-width: 900px) {
  .post-copy_block__title {
    margin-top: 36px;
    line-height: inherit;
  }
}
.post-copy_block__subtitle, .post-copy_block__text {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 33px;
  margin-top: 36px;
  margin-bottom: 36px;
}
@media only screen and (max-width: 600px) {
  .post-copy_block__subtitle, .post-copy_block__text {
    font-size: 14px;
  }
}
.post-copy_block__text p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 10px;
}
.post-copy_block__paragraph {
  float: left;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 30px;
  margin-top: 48px;
  font-size: 20px;
}
@media only screen and (max-width: 600px) {
  .post-copy_block__paragraph {
    font-size: 16px;
    margin-top: 36px;
  }
}
.post-copy_block__full_width_image {
  float: left;
  width: 100%;
  margin: 80px 0;
  padding-top: 60%;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .post-copy_block__full_width_image {
    padding-top: 75%;
    margin: 36px 0;
  }
}
.post-copy_block__full_width_image div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.post-copy_block__full_width_image div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-copy_block__small-title {
  float: left;
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.post-copy_block__quote {
  float: left;
  width: 100%;
  background-color: #F2F2F2;
  padding: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 33px;
  font-size: 22px;
  margin: 72px 0 24px 0;
}
@media only screen and (max-width: 600px) {
  .post-copy_block__quote {
    font-size: 14px;
    margin: 36px 0 0 0;
  }
}

.post-copy_block__paragraph + .post-copy_block__small-title {
  margin-top: 40px;
}

.form_block {
  padding: 120px 0;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .form_block {
    padding: 50px 0;
  }
}
.form_block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.form_block__text-cont {
  position: relative;
  z-index: 2;
}
.form_block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .form_block .container {
    display: block;
  }
}
.form_block__left {
  width: 50%;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .form_block__left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.form_block__right {
  width: 50%;
}
@media only screen and (max-width: 900px) {
  .form_block__right {
    width: 100%;
  }
}
.form_block__title {
  font-weight: 700;
  margin-bottom: 24px;
  color: #113067;
}
.form_block__text {
  width: 500px;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .form_block__text {
    width: 100%;
  }
}
.form_block__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.form_block .text-color--light .form_block__title,
.form_block .text-color--light .form_block__text p {
  color: #ffffff;
}
.form_block .form__box {
  float: left;
  width: 445px;
  max-width: 100%;
  padding: 32px;
  border-radius: 8px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
@media only screen and (max-width: 900px) {
  .form_block .form__box {
    width: 100%;
  }
}
.form_block .form__box .gform_wrapper {
  margin: 0;
}
.form_block .form__box .gform_wrapper .gform_footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.form_block .form__box .gform_wrapper .top_label .gfield_label, .form_block .form__box .gform_wrapper legend.gfield_label {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 8px;
}
.form_block .form__box .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .form_block .form__box .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .form_block .form__box .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 2px;
}
.form_block .form__box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid #333333;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 6px;
}
.form_block .form__box .gform_wrapper ul.gfield_checkbox li label, .form_block .form__box .gform_wrapper ul.gfield_radio li label {
  font-size: 14px;
}
.form_block .form__box .gform_wrapper ul.gfield_checkbox li *,
.form_block .form__box .gform_wrapper ul.gfield_radio li * {
  vertical-align: top;
}
.form_block .form__box .gform_wrapper ul.gform_fields li.gfield {
  float: left;
  width: 100%;
  padding-right: 0;
  margin-top: 0;
}

.newsletter .gform_heading {
  float: left;
  width: 100%;
  margin-bottom: 0 !important;
}
.newsletter .gform_wrapper span.gform_description {
  font-weight: 600;
  color: #232023;
}
.newsletter .gform_wrapper .gform_body {
  float: left;
  width: calc(100% - 111px);
  margin: 0;
  padding: 0;
}
.newsletter .gform_wrapper .gform_footer {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
  width: 111px;
}
.newsletter .gform_wrapper .validation_error {
  display: none !important;
}
.newsletter .gform_wrapper .validation_message {
  padding-top: 0 !important;
  font-size: 14px;
  position: absolute;
  top: 55px;
  left: 0;
  width: 150%;
}
.newsletter .gform_wrapper li.gfield.gfield_error, .newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  position: relative;
  margin: 0 !important;
}
.newsletter .gform_wrapper ul.gform_fields li.gfield,
.newsletter .gform_wrapper .top_label div.ginput_container {
  margin: 0;
  padding: 0;
}
.newsletter .gform_wrapper .top_label .gfield_label, .newsletter .gform_wrapper legend.gfield_label {
  display: none;
}
.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  font-size: 16px;
  padding: 0 15px;
  border-radius: 6px 0 0 6px;
}
.newsletter .button {
  border-radius: 0 6px 6px 0;
  width: 111px;
  padding: 0 10px;
  text-transform: none;
  background: #113067;
}
.newsletter .gform_wrapper .validation_message {
  border: none;
  padding: 5px 0 0 0 !important;
  font-size: 14px;
  background: none;
  font-weight: 400;
  color: #113067;
}
.newsletter .gform_wrapper div.validation_error {
  padding: 0;
  border: none;
  font-size: 16px;
  text-align: left;
}
.newsletter .gform_wrapper li.gfield.gfield_error, .newsletter .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
.newsletter .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  border: none;
  background: none;
  max-width: 100% !important;
}
.newsletter .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */