.background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2d78bc, #205388);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #2d78bc;
  box-shadow: 0 0 19px -5px #000;
  color: #fff;
}

.image {
  display: block;
  width: 350px;
  margin-right: auto;
  margin-left: 85px;
}

.body {
  background-color: #2d78bc;
  font-family: Lato, sans-serif;
}

.tagline {
  display: block;
  margin-top: 50px;
  margin-right: 100px;
  margin-left: 100px;
  font-size: 35px;
  line-height: 1em;
  font-style: italic;
  font-weight: 900;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px none rgba(0, 0, 0, .1);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.underline {
  display: inline-block;
  width: 150px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #2d78bc;
}

.underline._2 {
  display: inline-block;
  height: 3px;
  background-color: #083055;
  text-align: left;
}

.underline._2._3 {
  background-color: #871a00;
}

.underline._3 {
  display: inline-block;
  background-color: #f37022;
}

.underline.whitebg {
  margin-top: 0px;
  background-color: #fff;
}

.paragraph {
  margin-top: 20px;
  margin-right: 100px;
  margin-left: 100px;
  font-size: 16px;
  line-height: 1.2em;
  font-style: italic;
  font-weight: 400;
  text-align: left;
}

.contact-details {
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #2d78bc;
}

.div-block {
  margin-right: 100px;
  margin-left: 100px;
}

.detail {
  padding-left: 30px;
  background-image: url('../images/002-phone-call.svg');
  background-position: 0px 0px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 700;
}

.detail.email {
  background-image: url('../images/003-mail.svg');
  background-size: 20px;
}

.detail.email.home {
  background-image: url('../images/001-close-envelope.svg');
  background-size: 20px;
}

.detail.address {
  margin-top: 30px;
  margin-right: 100px;
  margin-left: 100px;
  background-image: url('../images/001-placeholder.svg');
  background-size: 25px;
  color: #fff;
}

.detail.address.home {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 40px;
  background-image: url('../images/001-facebook-placeholder-for-locate-places-on-maps.png');
  background-position: 0px 2px;
  background-size: 23px;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: left;
}

.detail.home {
  margin-top: 20px;
  padding-left: 40px;
  background-image: url('../images/002-phone-receiver.svg');
  background-size: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.column {
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
}

.brand {
  width: 300px;
  height: 80px;
  background-image: url('../images/PeopleSourcePlus-Logo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 1px none rgba(0, 0, 0, .1);
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .3);
}

.hero {
  height: 100vh;
  padding-top: 40vh;
  background-color: #fff;
  background-image: repeating-linear-gradient(90deg, rgba(3, 23, 44, .82), rgba(240, 79, 35, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .62)), url('../images/hands-people-woman-meeting.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero.slide-2 {
  background-image: repeating-linear-gradient(90deg, rgba(3, 23, 44, .82), rgba(240, 79, 35, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .62)), url('../images/Image-10.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-attachment: scroll, scroll, scroll;
}

.hero.slide-3 {
  background-image: repeating-linear-gradient(90deg, rgba(3, 23, 44, .82), rgba(240, 79, 35, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .62)), url('../images/Image-5.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.hero.slide-4 {
  background-image: repeating-linear-gradient(90deg, rgba(3, 23, 44, .82), rgba(240, 79, 35, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .62)), url('../images/Image-2-2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.nav-link {
  padding: 30px 17px 27px;
  border-bottom: 3px solid transparent;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #868686;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom-color: #2d78bc;
  color: #2d78bc;
}

.nav-link.w--current {
  color: #868686;
}

.nav-link.dropdown {
  padding-right: 35px;
}

.nav-link.drpdwn {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom-style: none;
  background-color: #2d78bc;
  color: #fff;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 900;
}

.nav-link.drpdwn:hover {
  border-bottom-style: none;
  background-color: #1364ad;
}

.nav-link.drpdwn._2 {
  background-color: #f37022;
}

.nav-link.drpdwn._2:hover {
  background-color: #db5b0e;
}

.nav-link.jobs {
  border-right: 1px solid rgba(0, 0, 0, .1);
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.nav-link.hide {
  display: none;
}

.container {
  display: block;
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.button {
  margin-top: 20px;
  padding: 15px 20px 15px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-top: 2px solid #fff;
  background-color: hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.button:hover {
  padding-left: 20px;
  background-color: #fff;
  color: #2d78bc;
}

.button.form {
  margin-top: 25px;
  padding-left: 20px;
  border-left: 3px solid #fff;
  border-top-style: none;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}

.button.form:hover {
  background-color: #fff;
  color: #2d78bc;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f37022;
  font-size: 68px;
  line-height: 1em;
  font-weight: 400;
  text-align: left;
}

.wide {
  position: relative;
  display: block;
  width: 95%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wide.center {
  text-align: center;
}

.section-2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2d78bc;
}

.section-2._2 {
  padding-top: 29px;
  padding-bottom: 60px;
  background-color: #f37022;
}

.section-3 {
  height: 400px;
  padding-top: 85px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .79)), to(rgba(0, 0, 0, .79))), url('../images/hands-people-woman-working.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .79), rgba(0, 0, 0, .79)), url('../images/hands-people-woman-working.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.nav-menu {
  padding-left: 40px;
  float: left;
  border-left: 1px none rgba(0, 0, 0, .1);
}

.nav-right {
  float: right;
}

.link-block {
  display: none;
  width: 80px;
  height: 80px;
  float: right;
  border-left: 1px solid rgba(0, 0, 0, .1);
  background-color: transparent;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #dfdfdf;
}

.link-block:hover {
  border-left-color: #2d78bc;
  background-color: #2d78bc;
  background-image: url('../images/search-1.svg');
  background-size: 15px;
}

.bold-text {
  color: #f04f23;
}

.paragraph-2 {
  margin-top: 0px;
  float: left;
  font-family: Lato, sans-serif;
  color: #dadada;
  font-size: 18px;
  line-height: 1.3em;
  text-align: left;
}

.paragraph-2.white {
  display: inline-block;
  float: left;
  color: #fff;
}

.column-3 {
  margin-top: 23px;
  padding-left: 61px;
  color: #333;
  text-align: left;
}

.mask {
  overflow: hidden;
  height: auto;
}

.slider {
  height: auto;
}

.row {
  margin-top: 40px;
}

.image-4 {
  margin-right: 20px;
  margin-bottom: 25px;
  float: none;
}

.heading-2 {
  display: block;
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
}

.paragraph-3 {
  display: none;
  font-family: 'Varela Round', sans-serif;
  color: #b6d3ee;
  font-size: 16px;
}

.paragraph-3._2 {
  display: none;
  color: #ffdeca;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #2d78bc;
  font-size: 30px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.heading-3.blue {
  margin-bottom: 20px;
  color: #fff;
}

.heading-3.white-text {
  color: #f37022;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
}

.heading-4._2 {
  margin-top: 20px;
  margin-bottom: 0px;
  color: #ffffff;
}

.column-4 {
  padding-right: 100px;
  padding-left: 0px;
  text-align: left;
}

.learnmore {
  display: none;
  padding-top: 5px;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(32, 83, 136, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, .4);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.learnmore:hover {
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(0, 0, 0, .6);
  color: rgba(0, 0, 0, .6);
}

.footer {
  padding-top: 80px;
  padding-bottom: 79px;
  background-color: #000;
}

.footer-list-item {
  margin-bottom: 5px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}

.text-block-2 {
  margin-top: 15px;
  font-family: 'Varela Round', sans-serif;
  color: #2c2c2c;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.text-block-2.watermark {
  margin-top: 3px;
}

.link {
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.link:hover {
  border-bottom: 2px solid #fff;
}

.page-hero {
  position: relative;
  overflow: hidden;
  height: 400px;
  margin-top: 80px;
  background-color: #2d78bc;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(4, 45, 82, .87)), to(rgba(126, 52, 7, .81))), url('../images/hands-people-woman-working.jpg');
  background-image: linear-gradient(90deg, rgba(4, 45, 82, .87), rgba(126, 52, 7, .81)), url('../images/hands-people-woman-working.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.page-hero.jobs {
  height: 400px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(4, 45, 82, .87)), to(rgba(126, 52, 7, .81))), url('../images/Image-1.jpg');
  background-image: linear-gradient(90deg, rgba(4, 45, 82, .87), rgba(126, 52, 7, .81)), url('../images/Image-1.jpg');
  background-position: 0px 0px, 50% 31%;
}

.page-heading {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  display: inline-block;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #ebebeb;
  font-size: 138px;
  line-height: 121px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.page-heading.white {
  position: static;
  bottom: 0px;
  margin-top: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 77px;
  line-height: 71px;
}

.row-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.drpdwn-heading {
  width: 255px;
  padding: 10px 17px;
  background-color: #146ec0;
  font-family: Lato, sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
}

.drpdwn-heading._2 {
  border-bottom-color: #7a1d03;
  background-color: #e6661a;
  color: #ffffff;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  box-shadow: 0 1px 3px 0 #000;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-4.jobs {
  background-color: #ebebeb;
}

.form-label {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.form-label.first {
  margin-top: 0px;
}

.form-input {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #fff;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 14px;
}

.form-input:focus {
  border-bottom-color: #205388;
}

.submit-button {
  margin-top: 20px;
}

.white {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}

.white.team {
  padding-bottom: 0px;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 211.390625px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-5 {
  text-align: center;
}

.column-6 {
  text-align: center;
}

.column-7 {
  text-align: center;
}

.column-8 {
  text-align: center;
}

.header-sub {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #2d78bc;
}

.list-item {
  float: left;
  color: #fff;
}

.modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: block;
  background-color: #2d78bc;
}

.close-modal {
  position: absolute;
  top: 40px;
  right: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.close-modal:hover {
  right: 6px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.form-block {
  overflow: auto;
}

.headercontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.headercontactdiv {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid hsla(0, 0%, 100%, .29);
  opacity: 0.6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.headercontactdiv:hover {
  opacity: 1;
}

.headercontactdiv._2 {
  border-left-style: none;
}

.headercontactdiv.social {
  padding-left: 0px;
  border-left-style: none;
}

.headercontactdiv.social.on-footer {
  margin-left: 0px;
  opacity: 1;
}

.text-block-3 {
  margin-left: 8px;
  float: left;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
}

.text-block-3._2 {
  margin-left: 5px;
}

.image-5 {
  margin-top: 3px;
  float: left;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.about {
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(5, 48, 87, .72), rgba(3, 23, 44, .82)), url('../images/Image-2-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.tablink {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.tablink:hover {
  opacity: 0.7;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.tablink.w--current {
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-6 {
  display: inline-block;
  margin-bottom: 15px;
}

.paragraph-4 {
  display: inline-block;
  width: 40%;
  margin-top: 157px;
  margin-bottom: 25px;
  margin-left: 30px;
  float: left;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 200;
  text-align: left;
}

.paragraph-4._2 {
  margin-top: 166px;
}

.paragraph-4._2.dev {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 111px;
  margin-left: 0px;
  text-align: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs {
  margin-top: 30px;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.member-photo {
  width: 100%;
  height: 300px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.member-photo.partners {
  background-size: 180px;
}

.member-photo.MSH {
  background-image: url('../images/MSH.JPG');
  background-size: cover;
}

.member-photo.RT {
  background-image: url('../images/RT.JPG');
  background-size: cover;
}

.member-photo.AH {
  background-image: url('../images/AH.JPG');
  background-size: cover;
}
.member-photo.ZR {
  background-image: url('../images/ZR.JPG');
  background-size: cover;
}

.team-card {
  width: 380px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
}

.team-card.partner {
  width: 399.71875px;
  margin-top: 10px;
  padding: 0px 60px 20px 0px;
}

.member-name {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  text-align: left;
}

.member-name.partner {
  margin-top: 0px;
}

.member-title {
  display: block;
  margin-top: 0px;
  padding-bottom: 5px;
  float: none;
  border-bottom: 3px none #2d78bc;
  font-family: 'Varela Round', sans-serif;
  color: #8b8b8b;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.team-list-wrapper {
  margin-bottom: 50px;
}

.clients {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.gray {
  background-color: #2d78bc;
}

.form-2 {
  margin-right: 20px;
  text-align: left;
}

.row-4 {
  margin-top: 20px;
}

.heading-7 {
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.image-7 {
  display: none;
  margin-top: 40px;
}

.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.career {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  padding: 30px 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Varela Round', sans-serif;
  color: #333;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.career:hover {
  border-color: rgba(45, 120, 188, .2);
  background-color: #f6f6f6;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.career.no-jobs {
  display: none;
  cursor: default;
}

.career.no-jobs:hover {
  border-color: rgba(0, 0, 0, .1);
  background-color: #fff;
}

.career-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3em;
}

.career-org {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
  text-align: left;
}

.career-org.on-temp {
  font-size: 14px;
}

.career-loc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 15px;
  background-image: url('../images/facebook-placeholder-for-locate-places-on-maps.svg');
  background-position: 0px 38%;
  background-size: 13px;
  background-repeat: no-repeat;
  opacity: 0.4;
  font-family: 'Varela Round', sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.career-loc.on-temp {
  font-size: 14px;
}

.career-desc {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.4em;
}

.career-type {
  position: static;
  top: 0px;
  right: 0px;
  margin-bottom: 0px;
  padding: 5px 15px;
  background-color: #2d78bc;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.job-filters {
  text-align: left;
}

.column-11 {
  padding-left: 0px;
}

.column-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.form-3 {
  font-family: 'Varela Round', sans-serif;
}

.select-field {
  font-family: 'Varela Round', sans-serif;
}

.select-field-2 {
  font-size: 14px;
}

.collection-item-2 {
  width: 50%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.collection-item-2:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tabs-content {
  margin-top: 30px;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Varela Round', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  opacity: 0.5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.tab-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.tab-link.w--current {
  border-bottom-color: #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.tab-link-2 {
  background-color: #cacaca;
  color: #7a7a7a;
}

.tab-link-2.w--current {
  background-color: #2d78bc;
  color: #fff;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Varela Round', sans-serif;
}

.text-block-4 {
  float: left;
  text-align: left;
}

.breadcrumb-link {
  border-bottom: 1px solid rgba(45, 120, 188, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2d78bc;
  text-decoration: none;
}

.breadcrumb-link:hover {
  border-bottom-color: #2d78bc;
}

.heading-8 {
  margin-bottom: 0px;
  font-family: 'Varela Round', sans-serif;
  color: #333;
  font-size: 28px;
  text-align: left;
}

.rich-text-block {
  font-family: 'Varela Round', sans-serif;
  text-align: left;
}

.paragraph-5 {
  text-align: left;
}

.rich-text-block-2 {
  margin-top: 20px;
  text-align: left;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collection-list-wrapper-2 {
  display: block;
}

.no-jobs {
  background-color: #fff;
  font-family: 'Varela Round', sans-serif;
}

.collection-list-wrapper-3 {
  display: block;
}

.paragraph-6 {
  display: none;
  float: none;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}

.paragraph-6.no-title {
  margin-top: 10px;
  margin-bottom: 0px;
}

.collection-list-wrapper-4 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.collection-list-2 {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anchor {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.column-13 {
  text-align: left;
}

.watermark-link {
  padding-bottom: 2px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4b4b4b;
  text-decoration: none;
}

.watermark-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.link-3 {
  margin-left: 0px;
  padding-left: 0px;
  border-bottom: 2px none hsla(0, 0%, 100%, 0);
  border-left: 2px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #4d4d4d;
  text-decoration: none;
  cursor: pointer;
}

.link-3:hover {
  padding-left: 5px;
  border-left-color: #fff;
  color: #fff;
}

.link-3.watermark {
  color: #5f5f5f;
}

.link-3.watermark:hover {
  margin-left: 2px;
  color: #fff;
}

.column-14 {
  text-align: left;
}

.link-block-2 {
  margin-left: 10px;
}

.link-block-3 {
  margin-right: 10px;
  opacity: 0.25;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-3:hover {
  opacity: 1;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  margin-bottom: 10px;
  font-size: 9px;
}

.collection-list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.testimonials {
  display: none;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f5f5f5;
}

.testimonial {
  width: 46%;
  margin-right: 43px;
  margin-bottom: 56px;
}

.photo {
  position: relative;
  width: 150px;
  height: 150px;
  margin-right: 25px;
  float: left;
  background-image: url('../images/pexels-photo-462680.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo._2 {
  position: relative;
  background-image: url('../images/pexels-photo-428341.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo._3 {
  background-image: url('../images/pexels-photo-428339.jpeg');
}

.photo._4 {
  background-image: url('../images/pexels-photo-712521.jpeg');
}

.paragraph-7 {
  font-family: 'Varela Round', sans-serif;
  color: #464646;
  font-size: 14px;
  line-height: 1.3em;
  text-align: left;
}

.testimonials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bold-text-2 {
  font-size: 12px;
  font-weight: 400;
}

.link-block-4 {
  margin-top: -6px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-4:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.paragraph-8 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-family: Lato, sans-serif;
  color: #ffa500;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 600;
  text-align: left;
  
  
}

.tabs-2 {
  display: none;
}

.underdev {
  display: block;
}

.paragraph-9 {
  font-family: 'Varela Round', sans-serif;
  font-size: 16px;
  font-style: normal;
  text-align: left;
}

.heading-9 {
  font-family: 'Varela Round', sans-serif;
  text-align: left;
}

.italic-text {
  font-size: 16px;
}

.row-6 {
  margin-bottom: 50px;
}

.other-buttons {
  display: none;
}

.tab-pane-story {
  display: inline-block;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-cover {
  display: block;
  width: 46%;
  height: 280px;
  margin-top: 60px;
  margin-left: 85px;
  float: left;
  border: 5px solid #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-image: url('../images/Image-5-1.jpg');
  background-position: 50% 28%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-cover.mission {
  background-image: url('../images/Image-2.jpg');
}

.about-cover.team {
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 0px;
  float: left;
  border-style: none;
  border-color: #2d78bc;
  background-image: url('../images/Image-2-2.jpg');
  box-shadow: none;
}

.tab-pane-vision-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 41px;
  padding-bottom: 41px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facts {
  display: none;
  padding-top: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background-color: #205388;
}

.stat-column {
  border-left: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
}

.stat-column.first {
  border-left-style: none;
}

.stat-icon {
  width: 50px;
}

.stat-number {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-style: normal;
  font-weight: 300;
}

.stat-number._1 {
  color: #fff;
}

.stat-title {
  margin-top: 11px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.image-10 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.row-7 {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.job-details {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.career-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 6px;
  padding-right: 15px;
  padding-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Varela Round', sans-serif;
  color: #2d78bc;
  font-size: 12px;
  font-weight: 700;
}

.career-status.inactive {
  color: #f37022;
}

.active-circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  border-radius: 10px;
  background-color: #2d78bc;
}

.active-circle.inactive {
  background-color: #f37022;
}

.career-date {
  margin-top: 8px;
  margin-bottom: 0px;
  color: #8d8d8d;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.career-date.bigger {
  margin-top: 0px;
  font-family: 'Varela Round', sans-serif;
  font-size: 12px;
}

.tab-link-psp {
  border-bottom: 3px solid rgba(45, 120, 188, 0);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tab-link-psp:hover {
  border-bottom-color: #fff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.tab-link-psp.w--current {
  border-bottom-color: #2d78bc;
  background-color: #fff;
  cursor: default;
}

.tab-link-psp.w--current:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.tabs-3 {
  margin-top: 30px;
}

.member-bio {
  margin-top: 10px;
  float: left;
  font-size: 16px;
  line-height: 1.4em;
  text-align: left;
  color: #8b8b8b;
  
}

.text-block-5 {
  margin-left: 10px;
  color: #999965;
  text-align: left;
}

html.w-mod-js *[data-ix="float-in-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(1.05, 1.05);
  -ms-transform: translate(0px, 60px) scale(1.05, 1.05);
  transform: translate(0px, 60px) scale(1.05, 1.05);
}

html.w-mod-js *[data-ix="float-in-from-bottom-wait-100"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(1.05, 1.05);
  -ms-transform: translate(0px, 60px) scale(1.05, 1.05);
  transform: translate(0px, 60px) scale(1.05, 1.05);
}

html.w-mod-js *[data-ix="float-in-from-bottom-wait-201"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(1.05, 1.05);
  -ms-transform: translate(0px, 60px) scale(1.05, 1.05);
  transform: translate(0px, 60px) scale(1.05, 1.05);
}

html.w-mod-js *[data-ix="float-in-from-bottom-wait-300"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(1.05, 1.05);
  -ms-transform: translate(0px, 60px) scale(1.05, 1.05);
  transform: translate(0px, 60px) scale(1.05, 1.05);
}

@media (max-width: 991px) {
  .background {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .box {
    width: 90%;
  }
  .image {
    width: 270px;
    margin-left: 30px;
  }
  .tagline {
    margin-right: 30px;
    margin-left: 30px;
    font-size: 30px;
  }
  .underline.whitebg {
    width: 130px;
  }
  .paragraph {
    margin-right: 30px;
    margin-left: 30px;
  }
  .div-block {
    margin-right: 34px;
    margin-left: 30px;
  }
  .detail.email {
    margin-top: 30px;
  }
  .detail.address {
    margin-right: 30px;
    margin-left: 30px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .hero {
    height: 932px;
  }
  .hero.slide-2 {
    height: 932px;
    padding-top: 200px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(58%, rgba(3, 23, 44, .82)), to(rgba(240, 79, 35, 0))), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .62)), url('../images/hands-people-woman-working.jpg');
    background-image: linear-gradient(0deg, rgba(3, 23, 44, .82) 58%, rgba(240, 79, 35, 0)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .62)), url('../images/hands-people-woman-working.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .nav-link {
    padding: 25px 30px;
    border-bottom-style: none;
    background-color: #2d78bc;
    color: #fff;
  }
  .nav-link:hover {
    background-color: #1a5f9e;
    color: #fff;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .button.form {
    margin-top: 40px;
  }
  .heading {
    text-align: center;
  }
  .wide {
    padding-right: 29px;
    padding-left: 29px;
  }
  .nav-menu {
    padding-left: 0px;
  }
  .paragraph-2 {
    text-align: center;
  }
  .column-3 {
    padding-left: 0px;
    text-align: center;
  }
  .image-4 {
    margin-top: 25px;
    margin-right: 0px;
  }
  .heading-3 {
    margin-top: 0px;
    font-size: 25px;
  }
  .heading-3._2 {
    margin-top: -60px;
  }
  .column-4 {
    padding-right: 30px;
  }
  .page-heading {
    margin-right: 29px;
    margin-left: 29px;
  }
  .drpdwn-heading {
    width: 100%;
  }
  .paragraph-4 {
    width: 100%;
  }
  .column-9 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team-card {
    width: 310px;
  }
  .team-card.partner {
    width: 334.71875px;
    padding-right: 20px;
  }
  .client {
    width: 50%;
  }
  .career {
    width: 100%;
  }
  .collection-item-2 {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .menu-button {
    padding: 29px;
  }
  .menu-button.w--open {
    background-color: #2d78bc;
  }
  .image-8 {
    width: 200px;
  }
  .html-embed {
    margin-top: 30px;
  }
  .collection-list-3 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .testimonial {
    width: 200%;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-top: 10px;
  }
  .column-4 {
    padding-right: 0px;
    text-align: center;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .page-heading {
    margin-right: 30px;
    margin-left: 30px;
  }
  .team-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-card {
    width: 100%;
  }
  .team-card.partner {
    padding-right: 0px;
  }
  .member-name.partner {
    text-align: center;
  }
  .paragraph-6.no-title {
    text-align: center;
  }
  .collection-list-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unordered-list {
    margin-top: 30px;
  }
  .paragraph-8 {
    width: 100%;
  }
  .stat-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .background {
    height: auto;
  }
  .box {
    width: 100%;
    height: 100vh;
    border-radius: 0px;
  }
  .image {
    width: 250px;
    margin-left: 20px;
  }
  .tagline {
    margin-right: 20px;
    margin-left: 20px;
  }
  .header {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
  }
  .contact-details {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .div-block {
    margin-right: 20px;
    margin-left: 20px;
  }
  .detail.address {
    margin-right: 20px;
    margin-left: 20px;
  }
  .brand {
    width: 220px;
  }
  .brand.w--current {
    width: 220px;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .heading {
    font-size: 50px;
    text-align: center;
  }
  .wide {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
  .nav-menu {
    overflow: auto;
    height: 72vh;
    box-shadow: 1px 1px 3px 0 #000;
  }
  .paragraph-2 {
    font-size: 16px;
    text-align: center;
  }
  .heading-2 {
    text-align: center;
  }
  .heading-3 {
    text-align: center;
  }
  .heading-3.blue {
    text-align: center;
  }
  .heading-4 {
    line-height: 1.2em;
    text-align: center;
  }
  .page-hero.jobs {
    height: 170px;
  }
  .page-heading {
    bottom: 0px;
    font-size: 58px;
  }
  .header-sub {
    display: none;
  }
  .tablink {
    font-size: 10px;
    line-height: 15px;
  }
  .image-6 {
    width: 25.84375px;
  }
  .paragraph-4 {
    text-align: center;
  }
  .column-9 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .client {
    width: 100%;
    padding: 0px;
  }
  .slide-nav {
    text-align: center;
  }
  .image-8 {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .photo {
    width: 100%;
  }
  .paragraph-7 {
    margin-top: 20px;
    float: left;
  }
  .paragraph-8 {
    text-align: center;
  }
  .heading-9 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .other-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-top: 1px solid rgba(0, 0, 0, .2);
    background-color: #2d78bc;
  }
  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid rgba(0, 0, 0, .15);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .link-block-5:hover {
    background-color: #1a5f9e;
  }
  .link-block-5:active {
    background-color: #1a5f9e;
  }
}

