b, strong {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  font-style: normal;
}

i, strong {
  font-family: proxima-nova,sans-serif;
  font-weight: 400;
  font-style: italic;
}

b em, strong em, em b, em strong, b i, strong i, i b, i strong {
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  font-style: italic;
}

body.modal-open {
  overflow: hidden;
}

.home-bannner {
  position: relative;
  padding-left: 5.20833%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.home-bannner:before {
  content: '';
  width: 1px;
  margin-left: -1px;
  height: 0;
}
.home-bannner .inner {
  width: 100%;
  overflow: hidden;
  mix-blend-mode: multiply;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
.home-bannner .upbrand-animation {
  height: 100%;
  width: 100%;
}
.home-bannner .upbrand-animation img {
  max-width: 100%;
  height: 100%;
}

.home .what-we-do {
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.home .who-we-are .img2 {
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

ul.plus li {
  margin-bottom: 20px;
  line-height: 1.1em !important;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
ul.plus li:before {
  font-size: inherit;
  line-height: 1.2em !important;
  padding-right: 8px;
  margin-right: 0;
}
ul.plus li a {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
ul.plus li a span {
  color: inherit;
}

footer .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -moz-transform: translate(100%, 100%) rotate(-90deg);
  -ms-transform: translate(100%, 100%) rotate(-90deg);
  -webkit-transform: translate(100%, 100%) rotate(-90deg);
  transform: translate(100%, 100%) rotate(-90deg);
}
footer .copyright .icon {
  padding-right: 20px;
}
footer .copyright .icon img {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
footer .copyright div, footer .copyright span {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.pum-theme-930 .pum-container, .pum-theme-default-theme .pum-container {
  padding-left: 78px;
  background: #f1f2f2 url(/wp-content/themes/upbrand/img/blue-wave-bar-tablet.png) no-repeat left 216px;
}
.pum-theme-930 .pum-container:before, .pum-theme-default-theme .pum-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 230px;
  background-color: #008CD1;
}
.pum-theme-930 .pum-content, .pum-theme-default-theme .pum-content {
  padding-right: 28.0397%;
}
.pum-theme-930 .pum-content:before, .pum-theme-default-theme .pum-content:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 71.9603%;
  background: transparent url(/wp-content/themes/upbrand/img/bg-dot.png) repeat;
  z-index: -1;
}
.pum-theme-930 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
  cursor: pointer;
  overflow: hidden;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pum-theme-930 .pum-content + .pum-close:after, .pum-theme-default-theme .pum-content + .pum-close:after {
  content: '\f406';
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-font-smoothing: antialiased;
  font: bold 15px/1 'Genericons';
  color: #fff;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pum-theme-930 .pum-content + .pum-close:hover, .pum-theme-default-theme .pum-content + .pum-close:hover {
  background-color: #EC452D;
}

.gform_wrapper {
  padding-right: 20px;
}
.gform_wrapper textarea {
  background: transparent;
  border: 1px solid #d8d8d8;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.gform_wrapper input {
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=phone] {
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
.gform_wrapper input[type=submit], .gform_wrapper input[type=button] {
  border: 2px solid #EC452D;
}
.gform_wrapper .top_label .apply input::-webkit-input-placeholder {
  color: #111111;
  opacity: 1;
}
.gform_wrapper .top_label .apply input::-moz-placeholder {
  color: #111111;
  opacity: 1;
}
.gform_wrapper .top_label .apply input:-ms-input-placeholder {
  color: #111111;
  opacity: 1;
}
.gform_wrapper .top_label .apply input:-moz-placeholder {
  color: #111111;
  opacity: 1;
}
.gform_wrapper .top_label .apply input::placeholder {
  color: #111111;
  opacity: 1;
}
.gform_wrapper .top_label .apply .gfield_label {
  font-weight: 300;
}
.gform_wrapper .top_label .apply.file-upload {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gform_wrapper .top_label .apply.file-upload .gfield_label {
  display: block;
  position: relative;
  line-height: 1;
  clear: none;
  white-space: nowrap;
  padding-right: 8px;
}
.gform_wrapper .top_label .apply.file-upload .gfield_label:before {
  content: "\f510";
  margin-right: 8px;
  color: #ec452d;
  display: inline-block;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  font: normal 1em/1 'Genericons';
  z-index: -1;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.gform_wrapper .top_label .apply.file-upload .gfield_label:after {
  content: '';
  display: block;
  position: absolute;
  left: 1em;
  top: calc(.5em - 1px);
  width: calc(100% - 1em);
  height: 2px;
  background: #EC452D;
  z-index: -1;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
}
.gform_wrapper .top_label .apply.file-upload .gfield_label:hover:before {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.gform_wrapper .top_label .apply.file-upload .gfield_label:hover:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.gform_wrapper .top_label .apply.file-upload div.ginput_container {
  margin-top: 0;
}

.no-desktop {
  display: none;
}

body.error404 {
  width: 100vw;
  height: 100vh;
  background: transparent url(/wp-content/themes/upbrand/img/bg-404.png) no-repeat center/cover;
}
body.error404 main {
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
  color: white;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
body.error404 main h1, body.error404 main p {
  text-align: center;
  color: white;
}
body.error404 main h1 {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 64px;
  line-height: 0.9375;
  text-transform: uppercase;
  max-width: 40em;
}
body.error404 main p {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
  line-height: 1.54545;
  max-width: 35em;
}
body.error404 .button, body.error404 .contact.button {
  background: transparent;
  color: white;
}

@media (min-width: 768px) {
  .pum-theme-930 .pum-container.pum-responsive.pum-responsive-normal {
    margin-left: -30%;
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .no-desktop {
    display: block;
  }

  .home-bannner {
    padding-left: 0;
  }
  .home-bannner .upbrand-animation {
    width: 100%;
    height: auto;
  }

  .home .what-we-do {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .home .what-we-do .text-box {
    padding-top: 60px;
  }
  .home .what-we-do .text-box .table {
    display: block;
  }
  .home .what-we-do .text-box .table .row {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home .what-we-do .text-box .table .row .col {
    height: auto;
  }
  .home .what-we-do .text-box .table .row .col .content {
    padding-bottom: 60px;
  }
  .home .what-we-do .text-box .table .row .col1 {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
  .home .what-we-do .text-box .table .row .col2 {
    width: auto;
    padding-left: 60px;
  }
  .home .what-we-do .text-box .table .row .col3 {
    width: auto;
  }

  body .copyright {
    position: relative;
  }

  .pum-theme-930 .pum-content, .pum-theme-default-theme .pum-content {
    padding-right: 30px;
  }
  .pum-theme-930 .pum-content:before, .pum-theme-default-theme .pum-content:before {
    display: none;
  }

  footer .no-desktop.contact-button-container {
    font-size: 24px;
    line-height: 1;
    padding: 1em 1em 0 1em;
    background: #f1f2f2;
    color: white;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  footer .no-desktop .contact.button {
    position: relative;
    display: inline-block;
    margin: auto;
    top: auto;
    right: auto;
    cursor: pointer;
    background-color: #EC452D;
    min-width: 0px;
    font-size: inherit;
    line-height: inherit;
    padding: .5em 3em;
    color: inherit !important;
    font-weight: 300;
    text-transform: none;
    -moz-transform: translateY(0.75em);
    -ms-transform: translateY(0.75em);
    -webkit-transform: translateY(0.75em);
    transform: translateY(0.75em);
  }

  footer .copyright {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    min-height: 44px;
    padding: 40px 40px 20px;
    background-position: 40px 40px;
    line-height: 1.05em;
    text-align: right;
    z-index: 1;
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  footer .copyright span {
    text-align: right;
    display: block;
  }
  footer .copyright .icon img {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  footer .copyright .vert {
    float: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-bannner .inner {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home-bannner .upbrand-animation {
    width: 106%;
    margin-left: -3%;
  }

  .home .what-we-do .text-box .table .row .col1 {
    padding-left: 40px;
  }
  .home .what-we-do .text-box .table .row .col2 {
    padding-left: 40px;
  }
  .home .what-we-do .text-box .table .row .col2 img {
    left: auto;
    right: 10px;
  }
  .home .what-we-do .text-box .table .row .col3 {
    padding-right: 0;
  }
  .home .what-we-do .blue-box .table {
    display: block;
  }
  .home .what-we-do .blue-box .table .row {
    display: -webkit-flex;
    display: flex;
  }
  .home .what-we-do .blue-box .table .row .col {
    width: auto;
  }
  .home .what-we-do .blue-box .table .row .col.vert-col {
    position: relative;
    padding-left: 40px;
  }
  .home .what-we-do .blue-box .table .row .col.vert-col img {
    left: auto;
    right: 10px;
    top: auto;
  }

  .pum-theme-930 .pum-container, .pum-theme-default-theme .pum-container {
    padding-left: 40px;
    padding-right: 20px;
    background-position-x: -19px;
  }
  .pum-theme-930 .pum-container:before, .pum-theme-default-theme .pum-container:before {
    width: 20px;
  }
}
.biz-info .title {
  text-transform: uppercase;
}

.about-content .upper-content, .about-content .lower-content {
  overflow: hidden;
}
.about-content .photo1 {
  position: absolute;
  bottom: 0;
  left: 25%;
  z-index: 5;
}
.about-content .team-details {
  z-index: 6;
}
.about-content .team-grid {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1220px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
}
.about-content .team-grid .team-member {
  list-style: none;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  max-width: 25%;
}
.about-content .team-grid .team-member:nth-child(2n) {
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.about-content .team-grid .team-member:nth-child(4n-1) {
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.about-content .team-grid .team-member:nth-child(4n) {
  -moz-transform: translateY(75%);
  -ms-transform: translateY(75%);
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}
.about-content .lower-content {
  padding-top: 50px;
}
.about-content .lower-content .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.about-content .lower-content .cards .card {
  min-height: 400px;
  color: #fff;
  padding-top: 57px;
  position: relative;
  z-index: 3;
  -webkit-flex-basis: 47.95821%;
  flex-basis: 47.95821%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 120px, #111111 120px, #111111 304px, rgba(0, 0, 0, 0) 304px, rgba(0, 0, 0, 0) 100%), linear-gradient(#008cd1, #008cd1) no-repeat 33px 304px/124px 60px;
}
.about-content .lower-content .cards .card .wrapper {
  padding-left: 3.56436%;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEzLjg2MTM5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEzLjg2MTM5JSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzExMTExMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(13.86139%, rgba(0, 0, 0, 0)), color-stop(13.86139%, #111111), color-stop(100%, #111111));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13.86139%, #111111 13.86139%, #111111 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13.86139%, #111111 13.86139%, #111111 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 13.86139%, #111111 13.86139%, #111111 100%);
}
.about-content .lower-content .cards .card .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-content .lower-content .cards .card .imgs {
  margin-top: -28px;
  -webkit-flex-basis: 31.28713%;
  flex-basis: 31.28713%;
}
.about-content .lower-content .cards .card .imgs .icon-container {
  margin-bottom: 20px;
  width: 100%;
  height: 110px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.about-content .lower-content .cards .card .imgs .icon {
  max-height: 100%;
  max-width: 100%;
}
.about-content .lower-content .cards .card .imgs .photo {
  width: 100%;
  margin: 0px;
}
.about-content .lower-content .cards .card .text {
  padding: 0px 4.75248% 0px 5.34653%;
  -webkit-flex-basis: 68.71287%;
  flex-basis: 68.71287%;
}
.about-content .lower-content .cards .card .text p {
  color: #fff;
  font-size: 17px;
  line-height: 1.52941;
  font-weight: 300;
}
.about-content .lower-content .cards .card .text h4 {
  color: #008cd1;
  padding: 40px 0px 30px 0px;
  font-size: 28px;
  line-height: 1.21429;
}
.about-content .lower-content .cards .card:nth-child(odd) {
  -moz-transform: translateY(110px);
  -ms-transform: translateY(110px);
  -webkit-transform: translateY(110px);
  transform: translateY(110px);
}

@media (min-width: 1440px) {
  body .about-content .lower-content .cards .card {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 120px, #111111 120px, #111111 304px, rgba(0, 0, 0, 0) 304px, rgba(0, 0, 0, 0) 100%), linear-gradient(#008cd1, #008cd1) no-repeat 33px 304px/124px 90px;
  }
}
@media (max-width: 1024px) {
  body .about-content .team-grid {
    padding: 60px;
  }
  body .about-content .lower-content {
    padding-left: 8.753%;
    padding-right: 8.753%;
  }
  body .about-content .lower-content .cards .card {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93px, #111111 93px, #111111 219px, rgba(0, 0, 0, 0) 219px, rgba(0, 0, 0, 0) 100%), linear-gradient(#008cd1, #008cd1) no-repeat 21px 219px/124px 120px;
  }
  body .about-content .lower-content .cards .card .imgs .icon-container {
    max-height: 77px;
  }
  body .about-content .lower-content .cards .card .text p {
    font-size: 16px;
  }
  body .about-content .lower-content .cards .card .text h4 {
    font-size: 26px;
    padding: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  body .about-content .team-grid {
    padding-left: 40px;
    padding-right: 40px;
  }
  body .about-content .team-grid .team-member {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
  body .about-content .team-grid .team-member:nth-child(4n-1) {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body .about-content .team-grid .team-member:nth-child(4n) {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body .about-content .team-grid .team-member:nth-child(2n) {
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
  body .about-content .lower-content .cards {
    margin: 0px 10px 30px -8.753%;
    width: auto;
  }
  body .about-content .lower-content .cards .card {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 93px, rgba(0, 0, 0, 0) 93px, rgba(0, 0, 0, 0) 219px, rgba(0, 0, 0, 0) 219px, rgba(0, 0, 0, 0) 100%), linear-gradient(#008cd1, #008cd1) no-repeat 21px 219px/124px 120px;
  }
  body .about-content .lower-content .cards .card:nth-child(odd) {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  body .about-content .lower-content .cards .card .wrapper {
    padding-left: 0;
  }
  body .about-content .lower-content .cards .card .text h4 {
    font-size: 24px;
    padding: 20px 0 10px;
  }
}
/***** PROJECTS *****/
.projects-banner {
  z-index: 2;
  height: 0;
}

.project-listings {
  position: relative;
  padding: 200px 0px;
  background-color: #f1f2f2;
  z-index: 1;
}
.project-listings:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 69.79167%;
  padding-bottom: 37.29167%;
  background: transparent url("/wp-content/themes/upbrand/img/pattern-horiz.png") repeat bottom left;
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  z-index: -1;
}
.project-listings .constrain {
  z-index: 0;
}
.project-listings .projects-grid {
  width: 84.72222%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.project-listings .projects-grid .project-block {
  display: block;
  position: relative;
  text-align: left;
  padding: 0px;
  z-index: 1;
  margin-bottom: 100px;
  -webkit-flex-basis: 49.18033%;
  flex-basis: 49.18033%;
}
.project-listings .projects-grid .project-block:nth-child(even) {
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.project-listings .projects-grid .project-block a {
  display: block;
}
.project-listings .projects-grid .project-block .project-thumb {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
}
.project-listings .projects-grid .project-block .content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.project-listings .projects-grid .project-block h1 {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.01;
}
.project-listings .projects-grid .project-block .button.info {
  min-width: 0;
  padding: 0 1em;
  white-space: nowrap;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .project-listings .projects-grid .project-block h1 {
    color: #fff;
    font-size: 3.81944vw;
  }
}
@media (min-width: 1025px) and (max-width: 1047.27273px) {
  .project-listings .projects-grid .project-block h1 {
    font-size: 40px;
  }
}
@media (min-width: 1025px) and (min-width: 1440px) {
  .project-listings .projects-grid .project-block h1 {
    font-size: 55px;
  }
}

@media (max-width: 1024px) {
  .project-listings {
    padding: 110px 0px;
  }
  .project-listings .projects-grid {
    width: 91.1271%;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .project-listings .projects-grid:before {
    -moz-transform: translate(0, -89.75791%);
    -ms-transform: translate(0, -89.75791%);
    -webkit-transform: translate(0, -89.75791%);
    transform: translate(0, -89.75791%);
  }
  .project-listings .projects-grid .project-block {
    margin-bottom: 55px;
    -webkit-flex-basis: 49.15254%;
    flex-basis: 49.15254%;
  }
  .project-listings .projects-grid .project-block:nth-child(even) {
    -moz-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    -webkit-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  .project-listings .projects-grid .project-block .content {
    padding: 15px;
  }
  .project-listings .projects-grid .project-block h1 {
    text-transform: none;
    -webkit-flex-basis: 67.63158%;
    flex-basis: 67.63158%;
  }
}
@media (max-width: 767px) {
  .projects-banner {
    height: auto;
  }
  .projects-banner .info-block {
    background: transparent;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 0;
    min-width: 0;
    max-width: 288px;
    width: 76.8%;
    margin: auto;
  }
  .projects-banner .info-block h1 {
    background: #f1f2f2;
    padding: 15px;
    font-size: 40px;
    line-height: 0.9375;
  }
  .projects-banner .info-block .button {
    margin-left: 15px;
  }

  .project-listings .projects-grid {
    display: block;
  }
  .project-listings .projects-grid .project-block:nth-child(even) {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .project-listings:before {
    /*340 x 637*/
    width: 90.66667%;
    padding-bottom: 90.66667%;
    right: 4.66667%;
    background-position: left top;
    -moz-transform: translate(0, -11.76471%);
    -ms-transform: translate(0, -11.76471%);
    -webkit-transform: translate(0, -11.76471%);
    transform: translate(0, -11.76471%);
  }
}
.single-project .project-content .vert {
  text-align: right;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -moz-transform: translate(-105%, -100%) rotate(-90deg);
  -ms-transform: translate(-105%, -100%) rotate(-90deg);
  -webkit-transform: translate(-105%, -100%) rotate(-90deg);
  transform: translate(-105%, -100%) rotate(-90deg);
}
.single-project .posts-navigation-wrapper {
  border-top: 8px solid #111;
  width: 84.72222%;
  margin: auto;
  padding: 76px 0 200px;
}
.single-project .posts-navigation {
  position: relative;
  margin: 50px auto auto;
  padding: 55px 0 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.single-project .posts-navigation div {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.single-project .posts-navigation div a {
  display: block;
}
.single-project .posts-navigation div.back-to-list {
  padding-right: 7.70492%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.single-project .posts-navigation div.back-to-list a {
  background: #008CD1;
  min-height: 154px;
  padding: 8.74525%;
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  color: #111;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
}
.single-project .posts-navigation div.back-to-list a:before {
  content: '';
  width: 11.78707%;
  padding-bottom: 11.78707%;
  background: transparent url(/wp-content/themes/upbrand/img/nine-plusses.svg) no-repeat center;
  background-size: contain;
  margin-right: 8.74525%;
}
.single-project .posts-navigation div.back-to-list a:hover {
  color: white;
}
.single-project .posts-navigation div.next-project a {
  position: relative;
  /*
  	136	x 116 mobile next-post-thumb
  	169 x 143 tablet next-post-thumb
  	278 x 235 desktop next-post-thumb
  */
}
.single-project .posts-navigation div.next-project a .title {
  display: block;
  background: #F1F2F2;
  padding: 1em;
  padding-right: 40.32787%;
  min-height: 154px;
  font-family: proxima-nova,sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 1.2;
  color: #111;
  text-transform: capitalize;
  -moz-transform: translateX(-19.67213%);
  -ms-transform: translateX(-19.67213%);
  -webkit-transform: translateX(-19.67213%);
  transform: translateX(-19.67213%);
}
.single-project .posts-navigation div.next-project a .title i {
  display: inline;
  font-size: 36px;
  color: #EC452D;
}
.single-project .posts-navigation div.next-project a .next-header {
  display: block;
  position: absolute;
  right: 47.21311%;
  top: -50px;
  text-transform: uppercase;
  font-family: isonorm,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .75em;
  color: #008CD1;
  z-index: 1;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.single-project .posts-navigation div.next-project a:after {
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  left: 54.42623%;
  padding-bottom: 38.52459%;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: right top;
}
.single-project .posts-navigation:before {
  content: '';
  display: block;
  background: #111111;
  width: 46.88525%;
  padding-bottom: 14.09836%;
  position: absolute;
  top: 0;
  left: 8.19672%;
  z-index: -1;
}

@media (max-width: 1024px) {
  .single-project .posts-navigation-wrapper {
    width: 92.08633%;
  }
  .single-project .posts-navigation {
    width: 92.08633%;
    padding: 38px 0 0;
  }
  .single-project .posts-navigation div.back-to-list {
    padding-right: 7.68229%;
  }
  .single-project .posts-navigation div.back-to-list a {
    padding: 7.36196%;
    min-height: 97px;
    font-size: 26px;
    -moz-transform: translateY(21px);
    -ms-transform: translateY(21px);
    -webkit-transform: translateY(21px);
    transform: translateY(21px);
  }
  .single-project .posts-navigation div.back-to-list a:before {
    width: 14.11043%;
    padding-bottom: 14.11043%;
    margin-right: 7.36196%;
  }
  .single-project .posts-navigation div.next-project a {
    /*
    	136	x 116 mobile next-post-thumb
    	169 x 143 tablet next-post-thumb
    	278 x 235 desktop next-post-thumb
    */
  }
  .single-project .posts-navigation div.next-project a .title {
    padding-right: 22.13542%;
    min-height: 97px;
    font-size: 26px;
    -moz-transform: translateX(-25.78125%);
    -ms-transform: translateX(-25.78125%);
    -webkit-transform: translateX(-25.78125%);
    transform: translateX(-25.78125%);
  }
  .single-project .posts-navigation div.next-project a .title i {
    font-size: 26px;
  }
  .single-project .posts-navigation div.next-project a .next-header {
    right: 46.61458%;
    top: -71.5px;
    max-width: 37.23958%;
  }
  .single-project .posts-navigation div.next-project a:after {
    top: -28px;
    right: 0;
    left: 55.98958%;
    padding-bottom: 37.23958%;
  }
  .single-project .posts-navigation:before {
    background: #111111;
    width: 52.99479%;
    padding-bottom: 12.63021%;
    left: 13.02083%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .single-project .posts-navigation-wrapper {
    width: 100%;
  }
  .single-project .posts-navigation {
    width: 100%;
    margin: 50px auto auto;
    padding: 55px 5px 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .single-project .posts-navigation div {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .single-project .posts-navigation div.back-to-list {
    -webkit-order: 1;
    order: 1;
    padding-right: 0;
  }
  .single-project .posts-navigation div.back-to-list a {
    min-height: 108px;
    padding: 9.06667%;
    font-size: 22px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .single-project .posts-navigation div.back-to-list a:before {
    width: 11.46667%;
    padding-bottom: 11.46667%;
    margin-right: 9.06667%;
  }
  .single-project .posts-navigation div.next-project {
    -webkit-order: 0;
    order: 0;
  }
  .single-project .posts-navigation div.next-project a {
    /*
    	136	x 116 mobile next-post-thumb
    	169 x 143 tablet next-post-thumb
    	278 x 235 desktop next-post-thumb
    */
  }
  .single-project .posts-navigation div.next-project a .title {
    width: 65.86667%;
    padding: 6.66667% 13.86667%;
    min-height: 148px;
    font-size: 27px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .single-project .posts-navigation div.next-project a .title i {
    font-size: 27px;
  }
  .single-project .posts-navigation div.next-project a .next-header {
    max-width: 100%;
    left: 20px;
    right: auto;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .single-project .posts-navigation div.next-project a:after {
    top: 50%;
    right: 0;
    left: 59.46667%;
    padding-bottom: 30.93333%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .single-project .posts-navigation:before {
    width: 72.53333%;
    left: 25.6%;
    bottom: 0;
    z-index: -1;
  }
}
ul.plus li.link:before {
  vertical-align: top;
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
ul.plus li.link:hover:before {
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
ul.plus li.link a {
  line-height: inherit;
}
ul.plus li.link a:before {
  display: none;
}
ul.plus li.link a .strike {
  display: inline-block;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  z-index: 1;
}
ul.plus li.link a .strike:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -8px;
  width: calc(100% + 16px);
  height: 2px;
  background: #EC452D;
  z-index: -1;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.75s cubic-bezier(0.55, 0, 0.1, 1);
}
ul.plus li.link a:hover .strike:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

@media (max-width: 1024px) {
  .navi ul.plus li.link:before {
    vertical-align: top;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: -o-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .navi ul.plus li.link:hover:before {
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .navi ul.plus li.link a .strike:after {
    display: none;
  }
  .navi ul.plus li.link a:hover .strike:after {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
