@charset "UTF-8";
.blog-header-grey-bar {
  margin-bottom: 50px;
  min-height: 58px;
  background-color: #F0F0F0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16%;
}
@media only screen and (max-width: 500px) {
  .blog-header-grey-bar {
    padding-left: 4%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .blog-header-grey-bar {
    padding-left: 4%;
    flex-direction: column;
  }
}
.blog-header-grey-bar .blog-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 75px;
  max-width: 75px;
  background-color: #4A4A4A;
  height: 58px;
}
.blog-header-grey-bar .blog-tab p {
  color: #FFFFFF;
  font-family: "Open Sans";
  font-weight: bold;
}

.container.main-blog {
  padding: 0;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.main-blog-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 16%;
  padding-right: 17%;
}
@media only screen and (max-width: 500px) {
  .main-blog-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.main-blog-container .blog-filter-container {
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1404px) {
  .main-blog-container .blog-filter-container {
    flex-direction: column;
  }
}
.main-blog-container .blog-filter-container h4 {
  padding-bottom: 11px;
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container h4 {
    font-size: 29px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container h4 {
    font-size: 29px !important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container {
    flex-direction: column;
  }
}
.main-blog-container .blog-filter-container #search-blog-form {
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1404px) {
  .main-blog-container .blog-filter-container #search-blog-form {
    margin-left: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container #search-blog-form {
    margin-left: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container #search-blog-form {
    margin-left: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container #search-blog-form {
    margin-left: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 1404px) {
  .main-blog-container .blog-filter-container #search-blog-form #search-form {
    width: 100%;
  }
}
@media only screen and (max-width: 824px) {
  .main-blog-container .blog-filter-container #search-blog-form #search-form {
    margin-left: 30px;
    margin-right: 115px;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 824px) {
  .main-blog-container .blog-filter-container #search-blog-form #search-form {
    margin-left: 30px;
    margin-right: 115px;
  }
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container #search-blog-form #search-form {
    width: 100%;
    margin-top: 24px !important;
    margin-left: 35px;
    margin-right: 0;
    padding-left: 35px;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container #search-blog-form #search-form {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container #search-blog-form #search-form .fa-search {
    right: 19%;
  }
}
.main-blog-container .blog-filter-container #search-blog-form:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container #search-blog-form:after {
    right: 10px !important;
    top: 11px !important;
  }
}
.main-blog-container .blog-filter-container #search-blog-form input {
  border-radius: 0;
  min-width: 281px;
  border: 1px solid #707070;
  padding: 10px;
}
.main-blog-container .blog-filter-container #search-blog-form input _::-webkit-full-page-media, .main-blog-container .blog-filter-container #search-blog-form input _:future, .main-blog-container .blog-filter-container #search-blog-form input :root .safari_only {
  margin-left: 0;
}
.main-blog-container .blog-filter-container #search-blog-form input::placeholder {
  color: #4A4A4A;
}
@media only screen and (max-width: 1404px) {
  .main-blog-container .blog-filter-container #blog-filter-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .main-blog-container .blog-filter-container #blog-filter-form select {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container #blog-filter-form {
    display: flex;
    flex-direction: column;
  }
  .main-blog-container .blog-filter-container #blog-filter-form select {
    margin-right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container #blog-filter-form {
    display: flex;
    flex-direction: column;
  }
  .main-blog-container .blog-filter-container #blog-filter-form select {
    margin-right: 0;
  }
}
.main-blog-container .blog-filter-container #blog-filter-form #main-view-label {
  font-weight: bold;
  margin-right: 10px;
}
.main-blog-container .blog-filter-container #blog-filter-form select {
  min-width: 280px;
  border: 1px solid #707070;
  padding: 10px;
  margin-right: 15px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
.main-blog-container .blog-filter-container #blog-filter-form select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #707070 50%), linear-gradient(135deg, #707070 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 500px) {
  .main-blog-container .blog-filter-container #blog-filter-form select {
    margin-right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .main-blog-container .blog-filter-container #blog-filter-form select {
    margin-right: 0;
  }
}

.blog-recent-posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-recent-posts-container .post-container {
  max-width: 33%;
  flex: 0 0 30%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .blog-recent-posts-container .post-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 375px) {
  .blog-recent-posts-container .post-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 800px) {
  .blog-recent-posts-container .post-container {
    max-width: 48%;
    flex: 0 0 48%;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 622px) {
  .blog-recent-posts-container .post-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 500px) {
  .blog-recent-posts-container .post-container {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.blog-recent-posts-container .post-container p {
  font-weight: 400;
}
@media only screen and (max-width: 500px) {
  .blog-recent-posts-container .post-container p {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .blog-recent-posts-container .post-container p {
    text-align: left;
  }
}
.blog-recent-posts-container .post-container h1 {
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: bold;
  color: #E07025;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 500px) {
  .blog-recent-posts-container .post-container h1 {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .blog-recent-posts-container .post-container h1 {
    text-align: left;
  }
}
.blog-recent-posts-container .post-container a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .blog-recent-posts-container .post-container h6 {
    text-align: left;
  }
}
@media only screen and (max-width: 375px) {
  .blog-recent-posts-container .post-container h6 {
    text-align: left;
  }
}
.blog-recent-posts-container .post-container h6.date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 300;
}
.blog-recent-posts-container .post-container h6.author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  color: #4A4A4A;
}
.blog-recent-posts-container .img-container {
  position: relative;
  height: 340px;
  width: 100%;
}
.blog-recent-posts-container .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: initial;
}
.blog-recent-posts-container .img-container .category-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  display: none;
  justify-content: flex-start;
}
.blog-recent-posts-container .img-container .category-container .category {
  margin-right: 10px;
  padding: 10px;
  background-color: #E07025;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 500px) {
  #category {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 375px) {
  #category {
    margin-bottom: 16px;
  }
}

.load-more-container {
  margin-top: 40px;
  background-color: #F0F0F0;
  min-height: 52px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .load-more-container {
    width: 45%;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .load-more-container {
    width: 45%;
    margin-left: 100px;
  }
}
.load-more-container:hover {
  background-color: #E07025;
}
.load-more-container:hover .load-more-button {
  color: white;
}
.load-more-container .load-more-button {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: center;
  /* Safari 7.1+ */
}
.load-more-container .load-more-button _::-webkit-full-page-media, .load-more-container .load-more-button _:future, .load-more-container .load-more-button :root .safari_only {
  height: 20px;
}
@media only screen and (max-width: 500px) {
  .load-more-container .load-more-button {
    height: 50px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .load-more-container .load-more-button {
    height: 50px;
    flex-direction: column;
  }
}

.no-results-container {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.custom-wrapper-header.careers-content-page #site-navigation {
  background-color: #26c5d8;
}
.custom-wrapper-header.careers-content-page .site-header__container {
  background-color: #26c5d8;
}
.custom-wrapper-header.careers-content-page .search-rollover {
  background-color: #26c5d8;
}
.custom-wrapper-header.careers-content-page #search-input-desktop {
  background-color: transparent;
  border-bottom: 2px solid white;
}
.custom-wrapper-header.careers-content-page #search-input-desktop::placeholder {
  color: white;
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header {
    width: 100%;
  }
}
.custom-wrapper-header .top-banner__title {
  font-size: 96px;
}
@media only screen and (max-width: 765px) {
  .custom-wrapper-header .top-banner__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header .top-banner__title {
    font-size: 48px;
    line-height: 65px;
    white-space: normal;
    width: 50%;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header .top-banner__title {
    font-size: 48px;
    line-height: 65px;
    white-space: normal;
    width: 50%;
  }
}
.custom-wrapper-header #blog-hero {
  max-height: 315px;
  margin-top: 119px;
  height: 315px;
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header #blog-hero {
    height: 385px;
    max-height: 385px;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header #blog-hero {
    height: 385px;
    max-height: 385px;
  }
}
.custom-wrapper-header #blog-hero .arrow-down {
  display: none;
}
.custom-wrapper-header #blog-hero .top-banner__container {
  height: initial !important;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 0;
  margin-top: 25px;
  margin-left: 21%;
}
@media only screen and (max-width: 1580px) {
  .custom-wrapper-header #blog-hero .top-banner__container.services h1 {
    width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  .custom-wrapper-header #blog-hero .top-banner__container.services h1 {
    width: 75%;
  }
}
@media only screen and (max-width: 990px) {
  .custom-wrapper-header #blog-hero .top-banner__container.services h1 {
    font-size: 84px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-wrapper-header #blog-hero .top-banner__container.services h1 {
    font-size: 63px;
  }
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header #blog-hero .top-banner__container {
    height: 100% !important;
    max-height: 100% !important;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header #blog-hero .top-banner__container {
    height: 100% !important;
    max-height: 100% !important;
  }
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header #blog-hero .top-banner__container .top-banner__content {
    overflow: initial !important;
    position: absolute;
    bottom: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header #blog-hero .top-banner__container .top-banner__content {
    position: absolute;
    bottom: 50px;
  }
}
.custom-wrapper-header #masthead {
  background-color: black;
  padding-top: 0;
  padding-bottom: 0;
}
.custom-wrapper-header #site-navigation {
  background-color: black;
}
.custom-wrapper-header .site-header__container {
  display: flex;
  position: relative;
}
.custom-wrapper-header .site-header__container .menu-top-menu-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header .site-header__container .menu-top-menu-container {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header .site-header__container .menu-top-menu-container {
    display: none;
  }
}
.custom-wrapper-header .logo {
  margin-left: 80px;
}
@media only screen and (max-width: 500px) {
  .custom-wrapper-header .logo {
    margin-left: -3px;
  }
}
@media only screen and (max-width: 375px) {
  .custom-wrapper-header .logo {
    margin-left: -3px;
  }
}
.custom-wrapper-header .logo a {
  height: 100%;
  display: flex;
}

.no-right-padding {
  padding-right: 0 !important;
}

.selected {
  background-color: #4A4A4A;
}
.selected a {
  color: white;
  height: 100%;
}

.submenu {
  height: 58px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .submenu {
    height: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .submenu {
    height: 100px;
  }
}
.submenu .container {
  height: 100%;
}
.submenu .container .row {
  height: 100%;
}
.submenu .container .row ul {
  height: 100%;
}
.submenu .container .row ul li {
  height: 100%;
}
.submenu .container .row ul li a {
  display: flex;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.case-studies-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
.case-studies-container .case-study-title {
  font-size: 18px;
}
.case-studies-container p {
  padding-left: 18%;
  padding-right: 18%;
  font-size: 18px;
}

.view-our-awards-section {
  padding-left: 16%;
  padding-right: 16%;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.view-our-awards-section .spacer {
  border-top: 2px solid #4A4A4A;
  margin-bottom: 60px;
}
.view-our-awards-section a {
  margin-top: 50px;
  font-size: 24px;
}

.case-studies-main-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16%;
  padding-right: 16%;
  margin-top: 50px;
}
.case-studies-main-container .case-study {
  margin-bottom: 80px;
  padding-right: 60px;
  max-width: 33%;
  flex: 1 1 30%;
  min-height: 415px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .case-studies-main-container .case-study {
    max-width: 50%;
    flex: 1 1 50%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .case-studies-main-container .case-study {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    min-height: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 160px;
    flex: 1 1 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .case-studies-main-container .case-study {
    width: 100%;
    flex: 1 1 100%;
    max-width: 100%;
    padding-right: 0;
    min-height: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 160px;
    padding-left: 0;
  }
}
.case-studies-main-container .case-study .img-container {
  height: 116px;
  max-height: 116px;
  display: flex;
}
.case-studies-main-container .case-study .img-container img {
  object-fit: contain;
}
.case-studies-main-container .case-study .content {
  margin-top: 20px;
  padding-top: 11px;
  font-size: 18px !important;
  line-height: 28px;
  color: #404040 !important;
  font-weight: 300;
  margin-bottom: 30px;
}
.case-studies-main-container .case-study .read-more-button {
  position: absolute;
  bottom: 0;
  margin-top: auto;
  background-color: #E07025;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 500px) {
  .case-studies-main-container .case-study .read-more-button {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
@media only screen and (max-width: 375px) {
  .case-studies-main-container .case-study .read-more-button {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
.case-studies-main-container .case-study .read-more-button:hover {
  background-color: #C34E00;
}

.work-with-us-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F0F0F0;
  height: 412px;
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}
@media only screen and (max-width: 1106px) {
  .work-with-us-section {
    height: 500px;
  }
}
.work-with-us-section h1 {
  font-size: 72px;
  font-weight: bold;
  line-height: 84px;
}
@media only screen and (max-width: 500px) {
  .work-with-us-section h1 {
    font-size: 41px;
    font-weight: bold;
    line-height: 48px;
  }
}
@media only screen and (max-width: 375px) {
  .work-with-us-section h1 {
    font-size: 41px;
    font-weight: bold;
    line-height: 48px;
  }
}
.work-with-us-section a {
  margin-top: 20px;
  background-color: #E07025;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  max-width: 127px;
}

.hidden {
  display: none;
}

.showflex {
  display: flex;
}

.our-awards-container .case-studies-description {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .our-awards-container .case-studies-description {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (max-width: 375px) {
  .our-awards-container .case-studies-description {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 500px) {
  #press-submenu {
    height: 150px;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu {
    height: 150px;
  }
}
#press-submenu .container {
  display: flex;
  margin-left: 15%;
}
#press-submenu .container .list-unstyled {
  flex-direction: row;
}
#press-submenu .container .list-inline-item:not(:last-child) {
  margin-right: 30px;
}
#press-submenu .submenu-override li:hover a {
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  #press-submenu .submenu-override {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #press-submenu .submenu-override li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .submenu-override {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #press-submenu .submenu-override li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.awards-main-container {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16%;
  padding-right: 16%;
  justify-content: space-between;
}
.awards-main-container .case-study {
  margin-bottom: 40px;
  padding-right: 20px;
  flex: 0 0 30%;
  min-height: 365px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .awards-main-container .case-study {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 375px) {
  .awards-main-container .case-study {
    flex: 0 0 100%;
  }
}
.awards-main-container .case-study .img-container {
  height: 180px;
}
.awards-main-container .case-study .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards-main-container .case-study .content {
  padding-top: 25px;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-container {
  text-align: center;
}

.images-main-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 16%;
  padding-right: 16%;
  justify-content: space-around;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media only screen and (max-width: 936px) {
  .images-main-container {
    flex: auto;
    padding-left: 33%;
    padding-right: 35%;
  }
}
@media only screen and (max-width: 500px) {
  .images-main-container {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .images-main-container {
    display: none;
  }
}
.images-main-container.mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .images-main-container.mobile {
    display: flex;
    position: initial;
    width: 100%;
    overflow: initial;
    height: initial;
  }
}
@media only screen and (max-width: 375px) {
  .images-main-container.mobile {
    display: flex;
    position: initial;
    overflow: initial;
    height: initial;
  }
}
.images-main-container .image-container {
  margin-right: auto;
  position: relative !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  width: 254px;
  border: solid 1px #eaeaea;
  height: 190px;
  border-radius: 10px;
  margin-bottom: 45px;
  padding: 20px;
}
@media only screen and (max-width: 936px) {
  .images-main-container .image-container {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .images-main-container .image-container {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .images-main-container .image-container {
    max-width: 100%;
    width: 100%;
  }
}
.images-main-container .image-container .case-link {
  position: absolute;
  bottom: 20px;
  left: 9%;
}
@media only screen and (max-width: 500px) {
  .images-main-container .image-container .case-link {
    z-index: 100000;
  }
}
@media only screen and (max-width: 375px) {
  .images-main-container .image-container .case-link {
    z-index: 100000;
  }
}
.images-main-container .image-container .case-study-popup {
  left: 50%;
  background-color: white;
  position: absolute;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #f0f0f0;
  min-width: 614px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 100000;
}
@media only screen and (max-width: 760px) {
  .images-main-container .image-container .case-study-popup {
    max-width: 437px;
    width: 437px;
    min-width: 437px;
  }
}
@media only screen and (max-width: 500px) {
  .images-main-container .image-container .case-study-popup {
    max-width: 388px;
    width: 388px;
  }
}
.images-main-container .image-container .case-study-popup p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
@media only screen and (max-width: 500px) {
  .images-main-container .image-container .case-study-popup {
    left: -24%;
    width: 397px;
  }
}
@media only screen and (max-width: 375px) {
  .images-main-container .image-container .case-study-popup {
    left: -24%;
    width: 397px;
  }
}
.images-main-container .image-container .case-study-popup.hide-popup {
  display: none;
}
.images-main-container .image-container .case-study-popup .arrow-down {
  position: absolute;
  bottom: 0px;
  left: 47%;
}
.images-main-container .image-container .case-study-popup .fa-times {
  margin-left: auto;
  font-size: 30px;
}
.images-main-container .image-container img {
  width: 100%;
  height: 100%;
}

.zoom-image {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.new-blog-content {
  margin-top: 88px;
}
@media only screen and (max-width: 500px) {
  .new-blog-content {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content {
    margin-top: 120px;
  }
}
.new-blog-content .new-blog-header-wrapper {
  min-height: 475px;
  height: 475px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.new-blog-content .new-blog-header {
  min-height: 475px;
  background-size: cover;
  position: relative;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.new-blog-content .new-blog-header a {
  margin-left: 140px;
}
.new-blog-content .new-blog-header .back-pages-wrapper {
  display: flex;
  background-color: #E07025;
  color: white;
  max-width: 272px;
  height: 44px;
  justify-content: flex-end;
  align-items: center;
  padding-right: 20px;
  position: absolute;
  top: 69px;
  left: -20px;
  width: 272px;
}
@media only screen and (max-width: 500px) {
  .new-blog-content .new-blog-header .back-pages-wrapper {
    position: absolute;
    top: 39px;
    left: 0;
    margin-left: 35px !important;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content .new-blog-header .back-pages-wrapper {
    position: absolute;
    top: 39px;
    left: 0;
    margin-left: 0 !important;
  }
}
.new-blog-content .new-blog-header .text-wrapper {
  position: absolute;
  bottom: 70px;
  color: white;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .new-blog-content .new-blog-header .text-wrapper {
    white-space: normal;
    height: 475px !important;
    flex-direction: initial;
    justify-content: center;
    bottom: 0 !important;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content .new-blog-header .text-wrapper {
    white-space: normal;
    bottom: 39px;
  }
}
.new-blog-content .new-blog-header .text-wrapper h1 {
  font-size: 41px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .new-blog-content .new-blog-header .text-wrapper h1 {
    font-size: 23px;
    line-height: 42px;
    margin-bottom: 0;
    width: 73%;
    margin-left: 23px;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content .new-blog-header .text-wrapper h1 {
    font-size: 23px;
    line-height: 42px;
    margin-bottom: 0;
  }
}
.new-blog-content .new-blog-header .text-wrapper h5 {
  font-size: 14px;
  font-weight: 400;
}
.new-blog-content .new-blog-content-wrapper {
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 18%;
  padding-right: 18%;
}
@media only screen and (max-width: 500px) {
  .new-blog-content .new-blog-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content .new-blog-content-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.new-blog-content .new-blog-content-wrapper p {
  font-size: 18px;
}
.new-blog-content .new-blog-content-wrapper h2 {
  font-size: 24px;
}
.new-blog-content .new-blog-content-wrapper ul {
  margin-left: 0;
}
.new-blog-content .new-blog-tags-container {
  margin-bottom: 50px;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .new-blog-content .new-blog-tags-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content .new-blog-tags-container {
    flex-direction: column;
  }
}
.new-blog-content .new-blog-tags-container p {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: bold;
}
.new-blog-content .new-blog-tags-container a {
  padding-right: 10px;
}
.new-blog-content .share-this-post-container {
  margin-bottom: 50px;
  padding-left: 18%;
  padding-right: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-blog-content .share-this-post-container p {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: bold;
}
.new-blog-content .share-this-post-container a {
  padding-right: 10px;
}
.new-blog-content .share-this-post-container a i {
  color: #4A4A4A;
}
.new-blog-content .prev-next-container {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 18%;
  padding-right: 18%;
}
@media only screen and (max-width: 500px) {
  .new-blog-content .prev-next-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-content .prev-next-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.new-blog-content .prev-next-container .inner-container {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  border-top: 2px solid #4A4A4A;
  border-bottom: 2px solid #4A4A4A;
}
.new-blog-content .prev-next-container .inner-container .next {
  margin-left: auto;
}

.related-posts-container {
  display: flex;
  padding-left: 18%;
  padding-right: 18%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .related-posts-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 375px) {
  .related-posts-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.related-posts-container .case-studies-main-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .related-posts-container .case-studies-main-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .related-posts-container .case-studies-main-container {
    flex-direction: column;
  }
}
.related-posts-container .inner-related-posts-container {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .related-posts-container .inner-related-posts-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .related-posts-container .inner-related-posts-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .related-posts-container .inner-related-posts-container .post-container {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .related-posts-container .inner-related-posts-container .post-container {
    margin-bottom: 15px;
  }
}
.related-posts-container .inner-related-posts-container .post-container .img-container img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.related-posts-container .post-container {
  flex: 1 1 33%;
  margin-bottom: 50px;
  padding-right: 30px;
}
@media only screen and (max-width: 500px) {
  .related-posts-container .post-container {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .related-posts-container .post-container {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .related-posts-container .post-container .img-container img {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .related-posts-container .post-container .img-container img {
    width: 100%;
  }
}
.related-posts-container .post-container h1 {
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: bold;
  color: #E07025;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.related-posts-container .post-container a:hover {
  text-decoration: underline;
}
.related-posts-container .post-container h6.date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 300;
}
.related-posts-container .post-container h6.author {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 500;
  color: #4A4A4A;
}

.back-to-blog-container a {
  background-color: #E07025;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
.back-to-blog-container a:hover {
  background-color: #C34E00;
}
.back-to-blog-container a:hover {
  text-decoration: underline;
}

.menu-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-right: 0 !important;
}
.menu-item:hover {
  background-color: #E07025;
}
.menu-item:hover ul {
  background-color: #E07025;
}
.menu-item:hover ul li {
  padding-left: 10px;
}

.custom-wrapper-header {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .list-inline-item {
    height: 50px;
    max-height: 50px;
  }
}
@media only screen and (max-width: 375px) {
  .list-inline-item {
    height: 50px;
    max-height: 50px;
  }
}
.list-inline-item:hover {
  background-color: #4A4A4A;
}
.list-inline-item:hover a {
  color: white;
}

.case-study-title {
  text-transform: uppercase;
}

.current-menu-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.current-menu-item a:nth-child(1) {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.current-menu-item a:after {
  height: 5px;
  display: block;
  width: 100%;
  background: white;
  border-right: 1px white;
  content: "";
}
.current-menu-item .sub-menu {
  width: 189px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.current-menu-item .sub-menu .menu-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.current-menu-item .sub-menu .menu-item:hover a {
  text-decoration: underline;
}
.current-menu-item .sub-menu .current-menu-item {
  padding-left: 0;
}
.current-menu-item .sub-menu a {
  display: initial;
  width: initial !important;
}
.current-menu-item .sub-menu a:after {
  height: 0px;
}
.current-menu-item:hover {
  background-color: #E07025;
}
.current-menu-item:hover a:after {
  background: transparent;
}
.current-menu-item .sub-menu {
  background-color: #E07025;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: 0;
}

#primary-menu {
  display: flex;
  align-items: center;
}

.arrow-down {
  position: relative;
}

.arrow-down:after,
.arrow-down:before {
  border-top: 20px solid white;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin-left: -20px;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
}

.arrow-down:before {
  border-right: 20px solid transparent;
  border-top: 20px solid;
  border-left: 20px solid transparent;
  border-top-color: #707070;
  bottom: -22px;
  margin-left: -20px;
}

.close-container {
  width: 100%;
  display: flex;
}
.close-container i {
  margin-left: auto;
}

.TestClass {
  display: none !important;
}

#primary-menu .current-page-ancestor .sub-menu .current-menu-item:hover a {
  text-decoration: none !important;
}
#primary-menu .current-page-ancestor .sub-menu .current-menu-item a:nth-child(1) {
  display: block !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 500px) {
  #footer-menu .menu-item {
    padding-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  #footer-menu .menu-item {
    padding-left: 0;
  }
}
#footer-menu .menu-item ul .menu-item {
  padding-left: 0 !important;
}
#footer-menu .menu-item:hover {
  background-color: initial !important;
}
#footer-menu .menu-item:hover ul {
  background-color: initial !important;
}

@media only screen and (max-width: 500px) {
  .menu-top-menu-container {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .menu-top-menu-container {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .services__container {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .services__container {
    display: flex;
    flex-direction: column;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}

.sub-menu li {
  padding-left: 10px !important;
}
.sub-menu .current-menu-item a:after {
  background-color: transparent !important;
}
.sub-menu .menu-item ul li {
  text-decoration: none !important;
}
.sub-menu .menu-item ul li:after {
  content: "";
}
.sub-menu .current_page_item {
  text-decoration: none !important;
}

@media only screen and (max-width: 500px) {
  #press-submenu .list-inline-item:not(:last-child) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .list-inline-item:not(:last-child) {
    margin-right: 0px;
  }
}
#press-submenu .list-unstyled {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#press-submenu .list-unstyled li {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #footer-menu {
    display: flex;
    flex-direction: column;
    margin-left: -10px;
  }
  #footer-menu .menu-item {
    padding-left: 10px;
  }
  #footer-menu .sub-menu {
    display: none;
  }
  #footer-menu .current-menu-item a {
    display: block;
  }
  #footer-menu .current-menu-item a:after {
    background: transparent;
  }
}
@media only screen and (max-width: 500px) {
  #footer-menu {
    display: flex;
    flex-direction: column;
  }
  #footer-menu .current-menu-item a {
    display: block;
  }
  #footer-menu .current-menu-item a:after {
    background: transparent;
  }
}
@media only screen and (max-width: 375px) {
  #footer-menu {
    display: flex;
    flex-direction: column;
  }
  #footer-menu .current-menu-item a {
    display: block;
  }
  #footer-menu .current-menu-item a:after {
    background: transparent;
  }
}

.press-back-button {
  background-color: #e07025;
  min-width: 207px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: 31px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 500px) {
  .press-back-button {
    margin-top: 0;
  }
}
@media only screen and (max-width: 375px) {
  .press-back-button {
    margin-top: 0;
  }
}
.press-back-button a {
  color: white;
}

@media only screen and (max-width: 500px) {
  .justify-content-between {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .justify-content-between {
    width: 100%;
  }
}

.footer .footer__container {
  padding-left: 5px !important;
}
.footer .footer__container-bottom {
  padding-left: 4px !important;
}
@media only screen and (max-width: 500px) {
  .footer .footer__container-bottom {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media only screen and (max-width: 375px) {
  .footer .footer__container-bottom {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}

.top-banner {
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.sub-menu {
  padding-left: 10px !important;
}

@media only screen and (max-width: 500px) {
  .footer__bottom-text-info {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .footer__bottom-text-info {
    padding-left: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .footer__top {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .footer__top {
    padding-left: 18px;
  }
}

#page {
  width: 100%;
}

.new-blog-wrapper {
  height: 533px !important;
  overflow: hidden;
  position: relative;
}

.blog-new-banner {
  min-height: 315px;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
.banner-text-wrapper {
  width: 100%;
  margin-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper h1 {
    position: relative;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper h1 {
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper {
    margin-bottom: initial !important;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper {
    margin-bottom: initial !important;
  }
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper .main-text-wrapper h1 {
    position: relative;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper .main-text-wrapper h1 {
    position: relative;
  }
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper.press h1 {
    position: relative;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper.press h1 {
    position: relative;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper h1 {
    position: relative;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper h1 {
    position: relative;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper {
    position: initial !important;
    margin-bottom: 240px;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper {
    position: initial !important;
    margin-bottom: 240px;
  }
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper .top-banner__title {
    margin-left: 0px;
  }
}
.banner-text-wrapper h1 {
  position: absolute;
}
@media only screen and (max-width: 500px) {
  .banner-text-wrapper h1 {
    font-size: 40px !important;
    position: relative;
  }
}
@media only screen and (max-width: 375px) {
  .banner-text-wrapper h1 {
    font-size: 40px !important;
    position: relative;
  }
}

@media only screen and (max-width: 1320px) {
  .new-blog-header .text-wrapper {
    width: 100% !important;
    animation: floatTextBlogTabletWidth 3s ease-in-out;
    left: 0;
    bottom: 28% !important;
  }
}
@media only screen and (max-width: 500px) {
  .new-blog-header .text-wrapper {
    left: -11px;
    width: 400px !important;
    animation: floatTextBlogMobile 3s ease-in-out;
    height: 475px !important;
    position: relative !important;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-header .text-wrapper {
    left: -11px;
    width: 400px !important;
    animation: floatTextBlogMobile 3s ease-in-out;
  }
}
@media only screen and (max-width: 500px) {
  .new-blog-header .text-wrapper h1 {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-header .text-wrapper h1 {
    white-space: normal !important;
  }
}
.new-blog-header .text-wrapper h5 {
  margin-top: 123px !important;
}
@media only screen and (max-width: 1320px) {
  .new-blog-header .text-wrapper h5 {
    margin-top: 141px !important;
  }
}
@media only screen and (max-width: 500px) {
  .new-blog-header .text-wrapper h5 {
    position: absolute;
    bottom: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-header .text-wrapper h5 {
    margin-top: 130px !important;
  }
}
.new-blog-header .text-wrapper .blog-header-slide {
  position: absolute;
  white-space: initial;
}
@media only screen and (max-width: 1320px) {
  .new-blog-header .text-wrapper .blog-header-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 60%;
    white-space: initial !important;
  }
}
@media only screen and (max-width: 500px) {
  .new-blog-header .text-wrapper .blog-header-slide {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 375px) {
  .new-blog-header .text-wrapper .blog-header-slide {
    white-space: nowrap;
  }
}

.press-header .new-blog-header .text-wrapper {
  bottom: 174px;
  width: auto !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100px;
}
.press-header .new-blog-header .text-wrapper h1 {
  width: 75%;
}
.press-header .new-blog-header .text-wrapper h5 {
  margin-top: -7px !important;
}
@media only screen and (max-width: 1320px) {
  .press-header .new-blog-header .text-wrapper {
    animation: floatTextBlogTabletWidth 3s ease-in-out;
  }
}
@media only screen and (max-width: 500px) {
  .press-header .new-blog-header .text-wrapper {
    left: 0;
    max-width: 400px !important;
    animation: floatTextPressMobile 3s ease-in-out;
    height: initial;
  }
}
@media only screen and (max-width: 375px) {
  .press-header .new-blog-header .text-wrapper {
    left: 0;
    max-width: 400px !important;
    animation: floatTextPressMobile 3s ease-in-out;
  }
}

@-webkit-keyframes floatTextBlogTabletWidth {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes floatTextPressMobile {
  from {
    left: -100% !important;
  }
  to {
    left: 0 !important;
  }
}
@-webkit-keyframes floatTextPress {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes floatTextBlogMobile {
  from {
    left: -100%;
  }
  to {
    /* left: auto; */
    left: -11px;
  }
}
@-webkit-keyframes floatTextBlog {
  from {
    left: -100%;
  }
  to {
    /* left: auto; */
    left: 45%;
  }
}
@-webkit-keyframes floatText {
  from {
    left: -100%;
  }
  to {
    /* left: auto; */
    left: 0;
  }
}
.site-header__container {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 15%;
  padding-right: 13.3%;
}

.blog-recent-posts-container .img-container .category-container .category {
  display: none;
}

.custom-wrapper-header .logo a {
  width: 120px;
  height: 36px;
  margin-top: 50px;
}

@media only screen and (max-width: 500px) {
  #press-submenu .container {
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .container {
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  #press-submenu .container .row {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .container .row {
    width: 100%;
  }
}
#press-submenu .container .row .col {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  #press-submenu .container .list-unstyled {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .container .list-unstyled {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  #press-submenu #press-submenu .container .list-unstyled {
    flex-direction: column;
    margin-left: 30px;
  }
  #press-submenu #press-submenu .container .list-unstyled .list-inline-item {
    margin-right: 0;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu #press-submenu .container .list-unstyled {
    flex-direction: column;
    margin-left: 30px;
  }
  #press-submenu #press-submenu .container .list-unstyled .list-inline-item {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  #press-submenu .container .list-unstyled {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .container .list-unstyled {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 500px) {
  #press-submenu .container .list-unstyled .list-inline-item {
    justify-content: center;
    align-items: center;
    width: 200px;
    display: flex;
    margin-right: 0;
  }
}
@media only screen and (max-width: 375px) {
  #press-submenu .container .list-unstyled .list-inline-item {
    justify-content: center;
    align-items: center;
    width: 200px;
    display: flex;
    margin-right: 0;
  }
}

.new-blog-content .blog-header-wrapper {
  overflow: hidden !important;
}

#footer-menu .menu-item {
  max-width: 107px;
}
#footer-menu .current-menu-item .sub-menu {
  background-color: transparent;
}
#footer-menu .sub-menu {
  padding-left: 0 !important;
  background-color: transparent;
}

#primary-menu .submenu .menu-item ul {
  background-color: #E07025;
}
#primary-menu .submenu .menu-item ul li:hover a {
  text-decoration: underline !important;
}

@media only screen and (max-width: 500px) {
  .press-override {
    height: 100px !important;
  }
}
@media only screen and (max-width: 375px) {
  .press-override {
    height: 100px !important;
  }
}

.logo {
  height: 100%;
}
.logo a {
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  .logo {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .logo {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #nav-close {
    top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  #nav-close {
    top: 30px;
  }
}

@media only screen and (max-width: 500px) {
  #nav-expander {
    top: 30px;
  }
}
@media only screen and (max-width: 375px) {
  #nav-expander {
    top: 30px;
  }
}

.invisible-overlay {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1 !important;
}

.hide-border {
  box-shadow: none !important;
  border: none !important;
}

.centered {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.our-work-awards-hover .content {
  font-family: "Open Sans";
  font-size: 22px;
  font-weight: bold;
  color: #E07025;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.our-work-awards-hover:hover .content {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  #primary-menu {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .mobile {
    right: 0;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
    position: fixed;
    font-size: 15px;
    top: 0;
    width: 70%;
    z-index: 2000;
    transition: right 0.25s ease-in-out 0s;
    -webkit-transition: right 0.25s ease-in-out 0s;
  }
}

@media only screen and (max-width: 1200px) {
  #nav-expander {
    display: block;
  }
  #nav-expander i {
    margin-right: 0;
    padding: 15px 10px 5px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    top: 8px;
    transition: right 0.3s ease-in-out 0s;
    width: auto;
    z-index: 12;
    color: white;
  }
}

@media only screen and (max-width: 1200px) {
  /*MOBILE MENU*/
  a.nav-expander {
    xbackground: none repeat scroll 0 0 #fff;
    color: #FFF;
    margin-right: 0;
    padding: 15px 10px 5px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    text-transform: uppercase;
    top: 8px;
    transition: right 0.3s ease-in-out 0s;
    width: auto;
    z-index: 12;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
  }

  a.nav-expander:hover {
    cursor: pointer;
  }

  a.nav-expander.fixed {
    position: fixed;
  }

  .nav-expanded a.nav-expander.fixed {
    right: 20em;
  }

  nav.mobile {
    background: #ffffff;
    display: block;
    height: 100%;
    overflow: hidden;
    position: fixed;
    right: -100%;
    font-size: 15px;
    top: 0;
    width: 70%;
    z-index: 2000;
    transition: right 0.25s ease-in-out 0s;
    -webkit-transition: right 0.25s ease-in-out 0s;
    -moz-transition: right 0.25s ease-in-out 0s;
    -o-transition: right 0.25s ease-in-out 0s;
  }

  .nav-expanded nav.mobile {
    right: 0;
  }

  body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
  }

  #nav-close {
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 15px 10px 5px;
    color: #2C333B;
  }

  .mobile-menu {
    padding-top: 60px;
  }

  .mobile-menu li {
    margin-left: 20px;
    font-size: 18px;
    padding: 12px;
    text-align: center;
  }

  .mobile-menu li a {
    color: #2C333B;
    text-decoration: none;
  }

  .mobile-menu li a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.hide-popup {
  display: none;
}

.case-study-popup {
  width: 614px;
  background-color: white;
  position: absolute;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #f0f0f0;
  left: -35%;
  min-width: 614px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  z-index: 100000;
}
@media only screen and (max-width: 500px) {
  .case-study-popup {
    max-width: 330px !important;
    width: 388px !important;
    min-width: 330px !important;
  }
}
.case-study-popup p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
@media only screen and (max-width: 500px) {
  .case-study-popup {
    left: -24%;
    width: 397px;
  }
}
@media only screen and (max-width: 375px) {
  .case-study-popup {
    left: -24%;
    width: 397px;
  }
}
.case-study-popup.hide-popup {
  display: none;
}
.case-study-popup .arrow-down {
  position: absolute;
  bottom: 0px;
  left: 47%;
}
.case-study-popup .fa-times {
  margin-left: auto;
  font-size: 30px;
}

.top-banner {
  max-height: 500px;
  display: flex;
}

.submenu__container ul {
  display: flex;
}
.submenu__container li {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .second-bios__list {
    flex-wrap: wrap;
  }
}
.second-bios__list li {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}
@media only screen and (max-width: 1024px) {
  .second-bios__list li {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.last-section__list li {
  flex: 0 0 33% !important;
  max-width: 33% !important;
}

.second-bios__container {
  max-width: initial !important;
  padding-left: 10%;
  padding-right: 10%;
}
.second-bios__container .second-bios__list {
  justify-content: center !important;
}

.first-bios__heading {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #e07025;
}

.first-bios__container {
  max-width: initial !important;
  padding-left: 10%;
  padding-right: 10%;
}
@media only screen and (max-width: 500px) {
  .first-bios__container .row {
    justify-content: center !important;
  }
}

.first-bios__subheading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__outside {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1199px) {
  #nav-expander .fa-bars {
    top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #nav-expander .fa-bars {
    top: 11px;
  }
}

#menu-item-156 ul #menu-item-4274 a {
  width: 125px;
}

#search-overlay {
  margin-top: 10px;
  color: white;
}
@media only screen and (max-width: 1350px) {
  #search-overlay {
    margin-right: 55px;
    padding-top: 56px;
  }
}
@media only screen and (max-width: 1200px) {
  #search-overlay {
    position: absolute;
    right: 7% !important;
    margin-right: 0;
    bottom: 53%;
  }
}
@media only screen and (max-width: 1199px) {
  #search-overlay {
    position: absolute;
    right: 10%;
    margin-right: 0;
    bottom: 34%;
  }
}
@media only screen and (max-width: 900px) {
  #search-overlay {
    position: absolute;
    right: 9% !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 699px) {
  #search-overlay {
    position: absolute;
    right: 11% !important;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  #search-overlay {
    position: absolute;
    right: 13% !important;
    margin-right: 0;
    bottom: 33%;
  }
}
@media only screen and (max-width: 500px) {
  #search-overlay {
    position: absolute;
    right: 14% !important;
    margin-right: 20px;
    bottom: 33%;
  }
}

.search-rollover {
  min-height: 123px;
  padding-left: 15%;
  padding-right: 13%;
  right: 0;
  background-color: black;
  position: absolute;
  display: none;
  align-items: center;
  height: 120px;
  top: 0;
  left: 0;
  width: 100%;
}
.search-rollover .logo {
  margin-left: 14px !important;
}
.search-rollover form {
  margin-bottom: 0;
  width: 100%;
  position: relative;
  margin-top: 10px;
  margin-left: 100px;
  margin-right: 126px;
}
@media only screen and (max-width: 1200px) {
  .search-rollover form {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .search-rollover form {
    margin-bottom: 0;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 824px) {
  .search-rollover form {
    margin-left: 30px;
    margin-right: 115px;
  }
}
@media only screen and (max-width: 500px) {
  .search-rollover form {
    margin-bottom: 0;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
}
.search-rollover form .fa-search {
  position: absolute;
  bottom: 8px;
  right: 2px;
}
@media only screen and (max-width: 500px) {
  .search-rollover form .fa-search {
    right: 27%;
  }
}
.search-rollover form #close-rollover {
  position: absolute;
  bottom: 8px;
  right: -30px;
  color: white;
  font-size: 23px;
}
@media only screen and (max-width: 500px) {
  .search-rollover form #close-rollover {
    right: 14%;
  }
}
.search-rollover form input {
  color: white;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #696969;
  width: 100%;
  background-color: black;
  margin-bottom: 0;
  caret-color: white;
}
.search-rollover form input:focus {
  color: white;
  outline: 0;
}
.search-rollover form input::placeholder {
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

#search-results-main-container {
  margin-bottom: 100px;
  margin-top: 200px;
  padding-left: 17%;
  padding-right: 17%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#search-results-main-container h1 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.search-results-container h3 {
  font-size: 18px;
  font-weight: bold;
  color: #E07025;
  line-height: 32px;
}
.search-results-container p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0;
}
.search-results-container .individual-search-container {
  margin-bottom: 50px;
}

.orange-button-container {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.orange-button-container .read-more-button {
  background-color: #E07025;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 500px) {
  .orange-button-container .read-more-button {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
@media only screen and (max-width: 375px) {
  .orange-button-container .read-more-button {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
.orange-button-container .read-more-button:hover {
  background-color: #C34E00;
}

.our-work-image-filter-container {
  height: 65px;
  width: 70%;
  background-color: #f0f0f0;
}
.our-work-image-filter-container .filter-case-studies-form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.our-work-image-filter-container .filter-case-studies-form-container span {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.our-work-image-filter-container .filter-case-studies-form-container select {
  min-width: 340px;
  height: 44px;
  padding-left: 10px;
  padding-right: 10px;
}
.our-work-image-filter-container .filter-case-studies-form-container #filter-case-studies {
  margin-bottom: 0;
}

.homepage-banner-wrapper .top-banner {
  max-height: initial !important;
}

.second-bios .icon-text-columns__text, .second-bios .icon-text-columns__extra-text {
  font-family: "Open Sans", sans-serif;
}

.our-awards-container .our-work-image-filter-container {
  height: 65px;
  width: 66%;
  background-color: #f0f0f0;
  margin-left: 16%;
  margin-right: 16%;
}
.our-awards-container .our-work-image-filter-container form {
  margin-bottom: 0;
}

.text-subheader h3 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 28px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
}

.link-container a {
  color: white !important;
  max-width: 163px;
  background-color: #E07025;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 500px) {
  .link-container a {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
@media only screen and (max-width: 375px) {
  .link-container a {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
.link-container a:hover {
  background-color: #C34E00;
}

@media only screen and (max-width: 500px) {
  .container.top-banner__container.culture {
    font-size: 64px !important;
  }
}
@media only screen and (max-width: 375px) {
  .container.top-banner__container.culture {
    font-size: 64px !important;
  }
}
.container.scrolling-logo__container {
  padding-left: 16%;
  padding-right: 16%;
}
.container.services__container {
  display: flex;
  flex-direction: column;
  padding-left: 16%;
  padding-right: 16%;
}
.container.testimonial__container {
  height: 41%;
  padding-left: 16%;
  padding-right: 16%;
}
@media only screen and (max-width: 500px) {
  .container.featured-content-module__container {
    overflow-y: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.container.featured-content-module__container .row {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1190px) {
  .container.featured-content-module__container .row .feature-left {
    height: initial;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 622px) {
  .container.featured-content-module__container .row .feature-left {
    border-right: 0 !important;
  }
}
@media only screen and (max-width: 1190px) {
  .container.featured-content-module__container .row .featured-right {
    height: initial;
  }
}
.container.featured-content-module__container .row p {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container.featured-content-module__container .row .container-wrapper {
  padding-top: 40px;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .container.featured-content-module__container .row .container-wrapper {
    flex-direction: column;
  }
}
.container.featured-content-module__container .row .container-wrapper .featured-text-override {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
.container.featured-content-module__container .row .container-wrapper .featured-text-override .featured-content-module__case-study-title {
  margin-top: 35px;
}
.container.featured-content-module__container .row .container-wrapper .featured-text-override .featured-content-module__case-study-title a {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #e07025;
}
.container.featured-content-module__container .row .container-wrapper .featured-text-override .blog__excerpt {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
  justify-content: center;
}
.container.featured-content-module__container .row .container-wrapper .image-wrapper {
  max-width: 435px;
  width: 435px;
  max-height: 290px;
  height: 290px;
}
.container.featured-content-module__container .row .container-wrapper .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-services-container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-services-container a {
  color: white !important;
  max-width: 163px;
  background-color: #E07025;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 500px) {
  .button-services-container a {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
@media only screen and (max-width: 375px) {
  .button-services-container a {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
.button-services-container a:hover {
  background-color: #C34E00;
}

.custom-title-override {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.subsection-header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.testimonial__img {
  width: 237px;
  height: 123px;
  max-width: 237px;
}

.quote-span {
  font-size: 108px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.37;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.quote-container {
  display: flex;
}

.featured-header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
  text-transform: uppercase;
}

.btn.read-more-button {
  color: white !important;
  min-width: 163px;
  background-color: #E07025;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
}
@media only screen and (max-width: 500px) {
  .btn.read-more-button {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
@media only screen and (max-width: 375px) {
  .btn.read-more-button {
    left: 30%;
    position: initial;
    max-width: 163px;
  }
}
.btn.read-more-button:hover {
  background-color: #C34E00;
}

.featured-left {
  min-height: 528px;
  height: 528px;
  border-right: 20px solid #fff !important;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.featured-left .header-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-left .featured-content-module__excerpt {
  font-size: 18px;
  color: white !important;
}
.featured-left .inr-img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.featured-left .color-overlay {
  background-color: rgba(224, 112, 37, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}
.featured-left .inner-content-wrapper {
  padding: 60px 100px;
  position: relative;
  position: relative;
}
@media only screen and (max-width: 1190px) {
  .featured-left {
    height: initial !important;
  }
}
@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 622px) {
  .featured-left {
    border-right: none !important;
  }
}
@media only screen and (max-width: 776px) {
  .featured-left {
    border-right: none !important;
    margin-bottom: 40px;
    padding: 40px !important;
  }
}
@media only screen and (max-width: 622px) {
  .featured-left {
    border-right: none !important;
    margin-bottom: 40px;
    padding: 40px !important;
  }
}
@media only screen and (max-width: 500px) {
  .featured-left {
    border-right: none !important;
    margin-bottom: 40px;
    padding: 40px !important;
  }
}
.featured-left div {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.featured-left div h4 {
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.featured-left div p {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.featured-right {
  min-height: 528px;
  height: 528px;
  border-left: 20px solid #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
}
.featured-right .header-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-right .inr-img {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
}
.featured-right .blog__excerpt {
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.featured-right .color-overlay {
  background-color: rgba(108, 99, 255, 0.92);
  position: absolute;
  width: 100%;
  height: 100%;
}
.featured-right .inner-content-wrapper {
  padding: 60px 100px;
  position: relative;
}
@media only screen and (max-width: 1190px) {
  .featured-right {
    height: initial !important;
    border-left: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .featured-right {
    border-left: none !important;
    border-top: 20px solid #fff !important;
    height: 600px;
  }
}
.featured-right div {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.featured-right div h4 {
  text-align: left;
}
.featured-right div p {
  text-align: left;
}

.featured-case-studies-carousel {
  height: 345px;
}
@media only screen and (max-width: 500px) {
  .featured-case-studies-carousel {
    height: 400px;
  }
}
.featured-case-studies-carousel .flex-override {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featured-case-studies-carousel .flex-override a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .featured-case-studies-carousel .flex-override a .col-sm-12 {
    display: flex;
    justify-content: center;
  }
}
.featured-case-studies-carousel .col-md-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case-studies-button-wrap {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.career-description-override__container #job-openings .job-openings__title {
  font-size: 24px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38 !important;
  letter-spacing: normal;
  text-align: left;
  color: #e07025;
}
.career-description-override__container .col-sm-12 {
  max-width: 100%;
  flex: 0 0 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.career-description-override__container .col-sm-12 p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.career-description-override__container .col-sm-12 h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.our-work-intro {
  padding-top: 50px;
  padding-bottom: 50px;
}
.our-work-intro .our-work-intro__container {
  max-width: 100%;
}
.our-work-intro .our-work-intro__container .row .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.our-work-intro p {
  width: 50%;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

.careers-image-divider {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 411px;
}
.careers-image-divider #blog-hero {
  height: 411px;
  max-height: 411px;
  margin-top: 0;
}

#perks-benefits {
  padding-top: 50px;
  padding-bottom: 50px;
}
#perks-benefits h1 {
  padding-left: 100px;
}
#perks-benefits p {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

#perks-bosparian {
  background-color: #f0f0f0;
  min-height: 412px;
  max-height: 412px;
}
#perks-bosparian .container {
  display: flex;
  height: 412px;
  align-items: center;
}
#perks-bosparian .container .row {
  height: 412px;
}
#perks-bosparian .container .row .two-col-right__column {
  display: flex;
  align-items: center;
}
#perks-bosparian .container .row .two-col-right__column p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
#perks-bosparian .container .row .two-col-left__column p {
  font-size: 72px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#menu-item-4305 a {
  align-items: baseline;
  padding-left: 0px;
}

#menu-item-4306 a {
  align-items: baseline;
  padding-left: 0px;
}

.heavy-lifting-heading__container {
  display: flex;
  justify-content: center;
  align-items: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

h4 {
  color: #4a4a4a !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
}

.pr-transform-heading__container h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #4a4a4a;
}

.intro-copy__container .col .wp-video {
  width: 100% !important;
}

#mep_0 {
  width: 100% !important;
}

.transform-destiny .transform-destiny__column {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}
.transform-destiny .transform-destiny__column h4 {
  font-weight: bold;
  color: #e07025 !important;
}

.about-lead__container p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}

#contacts {
  margin-bottom: 50px;
}

.featured-content-module__two-col {
  background-color: transparent !important;
}
@media only screen and (max-width: 500px) {
  .featured-content-module__two-col .featured-content-module__container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .testimonials-carousel {
    height: 375px;
  }
}

@media only screen and (max-width: 500px) {
  #close-rollover {
    right: 20%;
  }
}

@media only screen and (max-width: 990px) {
  .footer__socials li:first-child {
    font-size: 10px;
  }
}

.help-clients__container h2 {
  width: 100%;
  text-align: inherit;
}
@media only screen and (max-width: 500px) {
  .help-clients__container h2 {
    text-align: center;
  }
}
@media only screen and (max-width: 500px) {
  .help-clients__container .row .col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.text-wrapper.case_study {
  bottom: 33% !important;
}
@media only screen and (max-width: 375px) {
  .text-wrapper.case_study {
    height: auto !important;
  }
}

@media only screen and (max-width: 1150px) {
  #openings {
    display: flex;
    flex: 1 1 50%;
  }
  #openings li {
    margin-right: 30px;
    max-width: 50%;
    width: 50%;
  }
}

.type-job_openings .wrapper .container-fluid .row .col {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1170px) {
  #perks-bosparian {
    height: initial;
    max-height: initial;
    min-height: initial;
  }
  #perks-bosparian .container {
    height: initial;
    max-height: initial;
    min-height: initial;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  #perks-bosparian .container .row {
    height: initial;
  }
  #perks-bosparian .container .row .two-col-left__column p {
    font-size: 63px;
  }
}

.orange-bold p strong {
  color: #E07025;
}

.linkedin {
  padding-left: 20px;
}

@media only screen and (max-width: 500px) {
  .top-banner__container.services .top-banner__title {
    width: 73% !important;
  }
}

@media only screen and (max-width: 500px) {
  #search-form {
    padding-left: 30px !important;
  }
}

@media only screen and (max-width: 500px) {
  #search-blog-form input {
    width: 100%;
  }
  #search-blog-form:after {
    top: 34px !important;
  }
}
@media only screen and (max-width: 500px) {
  #search-blog-form #search-form {
    margin-left: 0 !important;
  }
}

@media only screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1366px) {
  #blog-hero .top-banner__title {
    margin-top: 20px;
    font-size: 73px;
  }
}

#menu-item-4325.current-menu-item {
  padding-left: 0 !important;
}
#menu-item-4325 a {
  padding-left: 0 !important;
  width: 141px;
}

.top-banner .job-opening-single__top-banner__container {
  height: 150px !important;
  max-height: 150px !important;
}

@media only screen and (max-width: 500px) {
  #our-awards .images-main-container {
    padding-left: 22%;
    padding-right: 22%;
  }
}

@media only screen and (max-width: 500px) {
  #search-input-desktop {
    width: 71%;
  }
}

.testimonials-carousel .slick-dots {
  display: none;
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .featured-content-module__case-study-title {
    margin-top: 50px;
  }
}

.hide-the-news-author .post-container .date {
  display: none;
}
.hide-the-news-author .post-container .author {
  display: none;
}

.spinner-container {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
}
.spinner-container .sk-chase .sk-chase-dot:before {
  background-color: #e07025 !important;
}

.menu-item-type-post_type:hover {
  text-decoration: underline !important;
}

.subheader {
  color: white !important;
  font-weight: bold !important;
  font-size: 18px !important;
}

.our-work-image-filter-container {
  display: none !important;
}

.popup-main-container {
  display: none;
  position: fixed;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.8);
  z-index: 20;
}
.popup-main-container .case-study-popup {
  position: fixed;
  left: 27%;
  top: 27%;
}

.hide-overlay {
  display: none;
}

.show-overlay {
  display: block;
}

.fade-out {
  animation: fadeOut ease 2s;
  -webkit-animation: fadeOut ease 2s;
  -moz-animation: fadeOut ease 2s;
  -o-animation: fadeOut ease 2s;
  -ms-animation: fadeOut ease 2s;
}

@keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    display: none;
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@-ms-keyframes fadeOut {
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
.fade-in {
  display: block;
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#primary-menu {
  margin-right: 10px;
  padding-left: 30px;
}

.carousel {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 15%;
  padding-right: 15%;
}

.site-header {
  padding-top: 0;
  padding-bottom: 0;
}

.site-header__container .logo {
  margin-left: 14px;
}

.top-banner__container {
  height: initial !important;
  min-height: 533px !important;
}
.top-banner__container .arrow-down {
  display: none;
}

#blog-hero {
  max-height: initial;
}

.homepage-banner-wrapper .top-banner {
  height: 1060px !important;
}

.site-header__container {
  min-height: 123px;
}

@media only screen and (max-width: 500px) {
  .top-banner__container .top-banner__content.blog h1 {
    padding-top: 0;
    width: 300px;
    margin-left: 20px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 500px) {
  #site-navigation .site-header__container .logo {
    position: absolute;
    left: 0;
    margin-left: 0;
  }
}

.text-wrapper.award {
  bottom: 175px !important;
}
@media only screen and (max-width: 500px) {
  .text-wrapper.award {
    margin-bottom: initial !important;
  }
}

@media only screen and (max-width: 500px) {
  .text-wrapper.post h5 {
    padding-left: 10px;
    margin-bottom: 25% !important;
  }
  .text-wrapper.post h5:nth-child(2) {
    margin-bottom: 29% !important;
  }
}

#blog-hero .top-banner__container .subheader {
  margin-top: 4% !important;
}

.container {
  max-width: initial;
  padding-left: 21.5%;
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: initial !important;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: initial !important;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: initial !important;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: initial !important;
  }
}

.site-header__container {
  padding-left: 15% !important;
}

.single-text-editor .container {
  padding-left: 16.5%;
  padding-right: 16.5%;
}

.top-banner__title {
  position: relative;
}

.two-col-text .container {
  padding-left: 16.5%;
  padding-right: 16.5%;
}

.submenu .container {
  margin-left: initial;
  padding-left: initial;
}

.container.top-banner__container.about {
  padding-left: 21%;
}

.pr-transform-heading__container {
  margin-bottom: 100px;
}

.footer__bottom {
  padding-left: 16%;
  padding-right: 16%;
}

.footer__top {
  padding-left: 16%;
  padding-right: 16%;
}

.text-left-image-right-container {
  min-height: 540px;
  display: flex;
}
@media only screen and (max-width: 500px) {
  .text-left-image-right-container {
    flex-direction: column;
    min-height: initial;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 375px) {
  .text-left-image-right-container {
    flex-direction: column;
    min-height: initial;
    margin-bottom: 100px;
  }
}
.text-left-image-right-container .text-side {
  background-color: #f0f0f0;
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  padding-right: 10%;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .text-left-image-right-container .text-side {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .text-left-image-right-container .text-side {
    width: 100%;
  }
}
.text-left-image-right-container .text-side h4 {
  color: #e07025 !important;
  font-size: 24px;
  font-weight: bold;
}
.text-left-image-right-container .text-side p {
  font-size: 18px;
  font-family: "Open Sans";
  color: #4A4A4A;
}
.text-left-image-right-container .image-side {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 500px) {
  .text-left-image-right-container .image-side {
    width: 100%;
    height: 500px;
  }
}
@media only screen and (max-width: 375px) {
  .text-left-image-right-container .image-side {
    width: 100%;
    height: 500px;
  }
}

.full-banner-text-container {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 15%;
  padding-right: 15%;
}
@media only screen and (max-width: 500px) {
  .full-banner-text-container {
    height: initial;
    background-position: center;
    background-size: cover;
  }
}
@media only screen and (max-width: 375px) {
  .full-banner-text-container {
    height: initial;
    background-position: center;
    background-size: cover;
  }
}
.full-banner-text-container h4 {
  color: white !important;
  font-size: 24px;
  font-weight: bold;
}
.full-banner-text-container p {
  color: white;
  line-height: 32px;
  width: 70%;
  font-size: 18px;
  font-family: "Open Sans";
}
@media only screen and (max-width: 500px) {
  .full-banner-text-container p {
    width: auto;
  }
}
@media only screen and (max-width: 375px) {
  .full-banner-text-container p {
    width: auto;
  }
}

.two-col-flexible-container {
  margin-bottom: 100px;
}
.two-col-flexible-container .left-right-container {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .two-col-flexible-container .left-right-container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .two-col-flexible-container .left-right-container {
    flex-direction: column;
  }
}
.two-col-flexible-container .left-right-container .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 50%;
  padding-right: 25px;
}
@media only screen and (max-width: 500px) {
  .two-col-flexible-container .left-right-container .left-side {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .two-col-flexible-container .left-right-container .left-side {
    width: 100%;
    max-width: 100%;
  }
}
.two-col-flexible-container .left-right-container .left-side .paragraph-container-flexible {
  display: flex;
  flex-direction: column;
  padding-right: 15%;
  padding-left: 18%;
}
.two-col-flexible-container .left-right-container .left-side .paragraph-container-flexible:first-of-type {
  margin-top: 50px;
}
.two-col-flexible-container .left-right-container .left-side .paragraph-container-flexible h4 {
  font-weight: bold;
  font-size: 24px;
  color: #E07025 !important;
}
.two-col-flexible-container .left-right-container .left-side .paragraph-container-flexible p {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 32px;
  font-family: "open sans";
}
.two-col-flexible-container .left-right-container .right-side {
  max-width: 50%;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .two-col-flexible-container .left-right-container .right-side {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .two-col-flexible-container .left-right-container .right-side {
    width: 100%;
    max-width: 100%;
  }
}
.two-col-flexible-container .left-right-container .right-side .image-container-flexible {
  max-height: 413px;
  height: 413px;
}
.two-col-flexible-container .left-right-container .right-side .image-container-flexible img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.two-col-flexible-container .left-right-container .right-side .paragraph-container-flexible {
  display: flex;
  flex-direction: column;
  padding-right: 15%;
}
.two-col-flexible-container .left-right-container .right-side .paragraph-container-flexible:first-of-type h4 {
  margin-top: 0;
}
.two-col-flexible-container .left-right-container .right-side .paragraph-container-flexible h4 {
  font-weight: bold;
  font-size: 24px;
  color: #E07025 !important;
}
.two-col-flexible-container .left-right-container .right-side .paragraph-container-flexible p {
  font-size: 18px;
  color: #4A4A4A;
  line-height: 32px;
  font-family: "open sans";
}
.two-col-flexible-container .header-container {
  padding-left: 16%;
  padding-right: 16%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two-col-flexible-container .header-container h3 {
  text-align: center;
  font-size: 36px;
  color: #4A4A4A;
  font-weight: bold;
}

.three-image-main-container {
  display: flex;
}
.three-image-main-container .left-triple-side {
  width: 60%;
  max-height: 364px;
}
.three-image-main-container .left-triple-side img {
  width: 100%;
  height: 100%;
}
.three-image-main-container .right-triple-side {
  max-height: 364px;
  padding-left: 20px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.three-image-main-container .right-triple-side .image-container {
  flex: 1;
  max-height: 175px;
}
.three-image-main-container .right-triple-side .image-container:nth-of-type(1) {
  margin-bottom: 20px;
}
.three-image-main-container .right-triple-side .image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 765px) {
  .top-banner__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 500px) {
  .top-banner__title {
    font-size: 48px;
    line-height: 65px;
    white-space: normal;
  }
}
@media only screen and (max-width: 375px) {
  .top-banner__title {
    font-size: 48px;
    line-height: 65px;
    white-space: normal;
  }
}

.grey-bar-container {
  min-height: 243px;
  background-color: #4A4A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.grey-bar-container h4 {
  color: white !important;
  font-size: 24px;
  font-weight: bold;
}
.grey-bar-container p {
  color: white !important;
  font-size: 18px;
  width: 50%;
  line-height: 32px;
}

.orange-bold__container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.orange-bold__container p {
  font-size: 18px;
  line-height: 32px;
}
.orange-bold__container p strong {
  font-size: 24px;
}

.carousel .slick-track {
  max-height: 533px !important;
  height: 533px !important;
}
.carousel .slick-track .slick-slide {
  margin-top: 25px;
}
.carousel .slick-track .slick-slide img {
  height: 90%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel .slick-track .slick-slide.slick-current {
  margin-top: initial;
}
.carousel .slick-track .slick-slide.slick-current img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel .slick-dots {
  margin-top: 20px;
  position: initial !important;
}
.carousel .slick-next {
  right: 12%;
}
.carousel .slick-prev {
  left: 12%;
}

.container.first-bios__container {
  padding-left: 10%;
}
.container.second-bios__container {
  padding-left: 10%;
}
.container.__container {
  padding-left: 10%;
  padding-right: 10%;
}

.three-images-row-container {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  padding-right: 10%;
  padding-left: 10%;
}
.three-images-row-container .img-container {
  flex-basis: 31.5%;
  max-height: 360px;
  height: 360px;
}

.get-in-touch__container .col-md-9 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.get-in-touch__container .col-md-9 h2 {
  text-align: center;
  margin-bottom: 50px !important;
}

#openings li {
  padding-left: 20px;
  padding-right: 20px;
}

.left-text-right-image-cluster-container {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}
.left-text-right-image-cluster-container .header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .left-text-right-image-cluster-container .header-container h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 375px) {
  .left-text-right-image-cluster-container .header-container h1 {
    font-size: 28px;
  }
}
.left-text-right-image-cluster-container .left-right {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .left-text-right-image-cluster-container .left-right {
    flex-direction: column;
  }
}
@media only screen and (max-width: 375px) {
  .left-text-right-image-cluster-container .left-right {
    flex-direction: column;
  }
}
.left-text-right-image-cluster-container .left-right .left-container {
  flex-basis: 50%;
}
.left-text-right-image-cluster-container .left-right .left-container p {
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.78;
  letter-spacing: normal;
  text-align: left;
  color: #4a4a4a;
}
.left-text-right-image-cluster-container .left-right .right-container {
  flex-basis: 50%;
  padding-top: 35px;
}
.left-text-right-image-cluster-container .left-right .right-container .large-main-image {
  min-height: 406px;
  background-size: cover;
  background-position: center;
}
.left-text-right-image-cluster-container .left-right .right-container .triple-image-container {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}
.left-text-right-image-cluster-container .left-right .right-container .triple-image-container .smaller-image {
  flex-basis: 32%;
  min-height: 175px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 500px) {
  .homepage-banner-wrapper .top-banner .top-banner__container {
    padding-left: 12.5%;
  }
}
@media only screen and (max-width: 375px) {
  .homepage-banner-wrapper .top-banner .top-banner__container {
    padding-left: 12.5%;
  }
}

.featured-content-module__case-study .container.featured-content-module__container {
  padding-left: 0;
}
.featured-content-module__case-study .container.featured-content-module__container .container-wrapper {
  padding-left: 10%;
}

/*# sourceMappingURL=blog.css.map */
