/* Slider */
@import url("https://use.typekit.net/xec6uvo.css");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-Bd.otf);
  font-weight: 700; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-BdIt.otf);
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-Md.otf);
  font-weight: 500; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-It.otf);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-Roman.otf);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-Lt.otf);
  font-weight: 200; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-LtIt.otf);
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: helveticaneue;
  src: url(../fonts/HelveticaNeueLTStd-Th.otf);
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: Mercury;
  src: url(../fonts/MercuryDisplay-Italic.otf);
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: Mercury;
  src: url(../fonts/MercuryDisplay-Roman.otf);
  font-weight: 400; }

@font-face {
  font-family: Mercury;
  src: url(../fonts/Mercury_Display_Semi_Italic.ttf);
  font-weight: 600;
  font-style: italic; }

@keyframes showNav {
  0% {
    height: 0px; }
  100% {
    height: 45px; } }

@-webkit-keyframes paddingBump {
  0% {
    padding-bottom: 60px; }
  100% {
    padding-bottom: 90px; } }

@keyframes paddingBump {
  0% {
    padding-bottom: 60px; }
  100% {
    padding-bottom: 90px; } }

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@-webkit-keyframes greenPulse {
  from {
    background-color: #288428;
    box-shadow: 0 0 19px 9px #333; }
  50% {
    background-color: #288428;
    box-shadow: 0 0 28px 9px #288428; }
  to {
    background-color: #288428;
    box-shadow: 0 0 19px 9px #333; } }

@-webkit-keyframes showNav {
  0% {
    height: 0px; }
  100% {
    height: 45px; } }

@font-face {
  font-family: 'SF-Pro-Semibold';
  src: url("https://use.typekit.net/xec6uvo.css"); }

body {
  background-color: #171717;
  font-family: helveticaneue, sans-serif;
  box-sizing: border-box;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.stop-scroll {
    overflow: hidden;
    position: initial; }

h1 {
  font-size: 75px;
  font-weight: bold; }

h2 {
  font-size: 65px;
  font-weight: bold;
  margin-top: 20px; }

h3 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px; }

h4 {
  font-size: 36px; }

h6 {
  font-size: 18px; }

p {
  font-family: 'Mercury', Georgia, serif;
  font-size: 24px;
  line-height: 40px; }

.italic {
  font-style: italic; }

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

.black-link {
  color: black;
  font-size: 18px;
  text-decoration: none;
  font-style: italic; }

.white-bar {
  height: 8px;
  background-color: white;
  width: 400px;
  max-width: 100%; }

.black-bar {
  height: 8px;
  background-color: black;
  width: 400px;
  max-width: 100%; }

.green-bar {
  height: 8px;
  background-color: #288428;
  width: 400px;
  max-width: 100%; }

.black {
  color: black; }

.green {
  color: #288428; }

.white {
  color: white; }

.black-background {
  background-color: #171717; }

.white-background {
  background-color: white; }

.row {
  display: inline-block; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

/* start commented backslash hack \ */
* html .row {
  height: 1%; }

.row {
  display: block; }

/* close commented backslash hack */
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

.col-fifth {
  width: 20%;
  float: left; }

.col-4 {
  width: 33.3333333%;
  float: left; }

.col-8 {
  width: 66.6666666%;
  float: left; }

.col-5 {
  width: 41.6666666%;
  float: left; }

.col-7 {
  width: 58.3333333333333%;
  float: left; }

.col-6 {
  width: 50%;
  float: left; }

.col-9 {
  width: 75%;
  float: left; }

.col-3 {
  width: 25%;
  float: left; }

.col-12 {
  width: 100%;
  float: left; }

.col-padding {
  padding: 60px; }

.col {
  float: left; }

.image-background {
  background-size: cover;
  background-position: center bottom; }

.full-width {
  width: 100%; }

.hidden-overflow {
  overflow: hidden; }

.image-holder {
  padding-top: 100%;
  width: 100%;
  position: relative; }
  .image-holder:hover .overlay {
    opacity: 1; }
  .image-holder .overlay {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    border-radius: 100%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
  .image-holder .profile-image {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%; }

.item1.cls-3:hover {
  fill: black; }

.item1:hover .cls-4 {
  fill: white; }

.label, .mobile-thumb {
  display: none; }

.label text {
  font-family: 'Mercury', Georgia, serif; }

.label .cls-29 {
  font-family: HelveticaNeueLTStd-Bd, Helvetica Neue LT Std; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .embed-container p {
    margin: 0; }

textarea, input, button, img, a, .slide {
  outline: none;
  border: 0; }

.player .controls .play {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: rgba(255, 255, 255, 0.3); }

.player .controls .pause-icon svg, .player .controls .play-icon svg {
  fill: #288428; }

.player .controls .play.state-paused .play-icon, .player .controls .play.state-playing .pause-icon {
  display: none; }

.background-image-carousel-container, .image-carousel-container {
  background-color: #151515;
  padding: 60px 60px 40px 60px;
  text-align: center; }

.background-image-carousel-container .slide, .image-carousel-container .slide {
  margin-bottom: 40px; }

.background-image-carousel-container .slide {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.responsive-image-carousel {
  text-align: center; }

.responsive-image-carousel img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.slick-slide {
  height: auto; }

.responsive-image-carousel .slick-track {
  margin-bottom: 20px; }

.video-carousel {
  padding-top: 150px;
  padding-bottom: 90px; }

.html-carousel {
  padding-top: 75px;
  padding-bottom: 30px; }
  .html-carousel iframe {
    margin-bottom: 20px;
    border: 0; }
    .html-carousel iframe:last-child {
      margin-bottom: 0; }

.responsive-image-carousel .play-pause {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  width: 80px;
  cursor: pointer; }

.video-slide {
  position: relative; }

.image-top-right-text {
  position: relative; }
  .image-top-right-text .col-12 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .image-top-right-text .col-12 img {
      height: 100%; }
  .image-top-right-text img {
    width: 100%;
    display: block; }
  .image-top-right-text .img-half {
    position: relative;
    margin-top: 71.8%; }
  .image-top-right-text .text-block {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%; }
    .image-top-right-text .text-block div {
      background-color: white;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
              align-items: center;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 55px;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      font-size: 24px;
      color: #288428;
      line-height: 42px;
      font-weight: 100; }

.image-bottom-right-text {
  position: relative; }
  .image-bottom-right-text img {
    width: 100%; }
  .image-bottom-right-text .text-block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%; }
    .image-bottom-right-text .text-block div {
      background-color: white;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
              justify-content: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
              align-items: center;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 55px;
      box-sizing: border-box;
      height: 100%;
      width: 100%;
      font-size: 24px;
      color: #288428;
      line-height: 42px;
      font-weight: 100; }

.static-image-carousel img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.background-image-carousel .slide {
  height: auto;
  background-size: cover;
  margin-bottom: 40px; }

.img-block img {
  width: 100%;
  display: block; }

.slick-dots {
  padding-left: 0; }
  .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px; }
  .slick-dots button {
    border-radius: 50%;
    color: transparent;
    background-color: white;
    border: none;
    width: 15px;
    height: 15px;
    line-height: 10px;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer; }
  .slick-dots .slick-active button {
    background-color: #288428; }

.grey-dots .slick-dots button {
  background-color: #dfdfdf; }

.grey-dots .slick-dots .slick-active button {
  background-color: #288428; }

.standard-image-block {
  padding: 60px;
  text-align: center; }
  .standard-image-block img {
    max-width: 100%; }

.full-image-block h4 {
  margin: 0;
  padding-top: 60px;
  text-align: center; }

.full-image-block img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%; }

.image-strech {
  background-color: black;
  text-align: center; }
  .image-strech img {
    width: 100%;
    height: auto; }

.img-left {
  padding-top: 120px;
  padding-bottom: 120px; }
  .img-left div {
    width: 50%; }
    .img-left div:last-child {
      max-width: 555px;
      box-sizing: border-box;
      padding-left: 100px;
      margin-right: auto; }
  .img-left img {
    width: 100%; }

.img-right {
  padding-top: 0;
  padding-bottom: 0; }
  .img-right div {
    width: 50%; }
    .img-right div:first-child {
      max-width: 555px;
      box-sizing: border-box;
      padding-left: 100px;
      margin-right: auto; }
  .img-right img {
    width: 100%; }

.image-overflow-lower {
  margin-bottom: -40px; }
  .image-overflow-lower img {
    position: relative;
    top: -100px;
    max-width: 100%; }

.text-image-block .col-6 {
  padding: 100px 60px; }

.white-overlay img {
  transition: all 0.3s; }

.before-after .col-6 {
  position: relative;
  padding-top: 18%;
  padding-bottom: 18%;
  height: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background-color: #151515;
  box-sizing: border-box; }
  .before-after .col-6:first-child {
    border-right: solid 1px white; }
  .before-after .col-6:last-child {
    border-left: solid 1px white; }

.before-after img {
  max-width: 100%; }

.before-after .caption {
  background-color: #288428;
  color: white;
  padding: 10px 10px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110px;
  font-family: helveticaneue;
  margin-bottom: 0;
  font-size: 18px; }

.banner-with-text {
  padding-top: 160px;
  padding-bottom: 160px; }
  .banner-with-text h1 {
    background-color: #151515;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding: 14px 10px 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 75px;
    width: 300px; }

.dark-intro {
  background-color: #151515;
  color: white; }

.bottom-border-spacer {
  border-bottom: solid 40px #151515; }

.half-carousel .row.image-background {
  height: 50%; }

.half-carousel img {
  width: 100%; }

.half-carousel .col-sm-12 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .half-carousel .col-sm-12 img {
    height: 100%; }

.image-row img {
  width: 100%;
  height: 100%; }

.image-top-right-text {
  margin-bottom: -8px; }

.overlay-text {
  position: relative; }

.overlaid-text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  height: 50%;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center; }

.opaque-text {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px;
  margin: 0; }

.phone-body {
  position: absolute;
  z-index: 0;
  top: 42px;
  left: calc(50% - 150px);
  width: 300px; }

.phone-slider-container {
  position: relative;
  padding: 80px; }

.phone-carousel {
  left: calc(50% - 122px);
  width: 242px;
  margin-bottom: 100px;
  margin-top: 52px; }
  .phone-carousel .slick-dots {
    margin-top: 100px; }
    .phone-carousel .slick-dots button {
      background-color: rgba(0, 0, 0, 0.4); }
    .phone-carousel .slick-dots .slick-active button {
      background-color: white; }
  .phone-carousel img {
    width: 100%; }

.overlay-carousel {
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }

.desktop .slick-slider {
  width: 552px;
  margin-left: auto;
  margin-right: auto; }

.desktop .slick-slide .img-container {
  width: 552px;
  height: 331px;
  margin-top: 24px;
  position: relative;
  overflow: hidden; }
  .desktop .slick-slide .img-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.desktop .slick-dots {
  padding-left: 0;
  margin-top: 160px;
  margin-bottom: -20px; }

.laptop.overlay-carousel .slick-slider {
  width: 729px;
  margin-left: auto;
  margin-right: auto; }

.laptop.overlay-carousel .slick-slide .img-container {
  width: 729px;
  height: 462px;
  margin-top: 42px;
  position: relative;
  overflow: scroll;
  margin-left: auto;
  margin-right: auto; }
  .laptop.overlay-carousel .slick-slide .img-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.laptop.overlay-carousel.overlay-carousel {
  padding-top: 90px; }

.laptop.overlay-carousel .slick-dots {
  padding-left: 0;
  margin-top: 111px;
  margin-bottom: -5px; }

.iphone .slick-slide img {
  width: 295px; }

.iphone-image {
  position: absolute;
  left: calc(50% - 162px);
  width: 340px; }

.desktop-image {
  position: absolute;
  left: calc(50% - 300px);
  width: 600px; }

.laptop-image {
  position: absolute;
  left: calc(50% - 500px);
  width: 1000px; }

.iphone .slick-slider {
  width: 254px;
  margin-left: auto;
  margin-right: auto; }

.iphone .slick-slide .img-container {
  width: 254px;
  height: 449px;
  margin-top: 93px;
  position: relative;
  overflow: hidden; }
  .iphone .slick-slide .img-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.iphone .slick-dots {
  margin-top: 93px;
  margin-bottom: -18px; }

.iphone.overlay-carousel {
  padding-top: 90px; }

.iphone .slick-dots {
  padding-left: 0;
  margin-top: 111px;
  margin-bottom: -5px; }

.top-bar-image {
  width: 991px;
  margin-left: auto;
  margin-right: auto; }

.holder {
  width: 991px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.overlay-carousel .slick-slider {
  width: 991px;
  overflow-y: scroll;
  top: -6px;
  left: 0; }

.overlay-carousel .img-container {
  width: 991px;
  height: 645px;
  overflow-y: scroll; }

.overlay-carousel .slick-dots {
  padding-top: 50px;
  padding-bottom: 50px; }

.overlay-carousel .img-container img {
  width: 100%;
  height: auto; }

.overlays .slick-dots {
  padding-left: 0;
  margin-top: 111px;
  margin-bottom: -5px; }

.off-black {
  background-color: #151515; }

.sliding-background {
  background-color: #9b1e22;
  text-align: center;
  position: relative; }

.mobile-screenshot {
  position: relative;
  padding-left: 50px;
  padding-right: 50px; }

.phone-screen img {
  width: 100%; }

.extra-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

.mobile-screenshot .phone-screen {
  position: absolute;
  top: 95px;
  left: 0;
  height: 642px;
  overflow-y: scroll;
  box-sizing: border-box;
  width: 364px;
  margin-left: calc(50% - 182px); }

.phone-screen img {
  margin-bottom: -7px; }

.phone-holder {
  position: relative;
  overflow-y: hidden; }

.phone-image {
  width: 400px;
  margin-right: auto;
  margin-left: auto; }

.three-iphone-container {
  text-align: center; }

.screen-overlay {
  position: relative; }

.reverse {
  display: none; }

.more-filter-1, .more-filter-2 {
  display: none; }

.services-title-text svg {
  height: 2.5vw;
  min-height: 2vh;
  max-height: 5.3vh;
  width: auto; }

.inverservice {
  display: none; }

@media (max-width: 1530px) {
  .phone-image {
    width: 250px; }
  .mobile-screenshot .phone-screen {
    position: absolute;
    top: 60px;
    height: 403px;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 234px;
    margin-left: calc(50% - 117px); } }

.sliding-background img {
  max-width: 1000px;
  margin-top: auto;
  margin-right: auto; }

.sliding-background .screen-inner {
  position: absolute;
  overflow: scroll;
  top: 108px;
  left: calc(50% - 310px);
  width: 623px;
  height: 371px; }
  .sliding-background .screen-inner img {
    position: relative;
    width: 100%; }

.text-top-right-block .col-6 {
  min-height: 800px;
  height: 100%; }
  .text-top-right-block .col-6 .row {
    height: 50%;
    box-sizing: border-box; }

.parallex {
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px; }
  .parallex .col-4 img {
    width: 150px; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  display: none;
  z-index: 999999; }
  .loading .loading-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #171717;
    z-index: 999; }
  .loading img {
    width: 110px; }

@media (max-width: 500px) {
  .img-right div, .img-left div {
    width: 100%; } }

@media (max-width: 1100px) {
  .sliding-background img {
    max-width: 90%;
    margin-left: 0; }
  .sliding-background .screen-inner {
    position: absolute;
    overflow: scroll;
    top: 15%;
    left: 0;
    margin-left: auto;
    width: 61.6%;
    height: 50.4%;
    margin-right: auto;
    left: 19.5%; } }

@media (max-width: 950px) {
  .img-left div {
    width: 100%; }
  .image-top-right-text {
    background-color: white; }
    .image-top-right-text .text-block {
      width: 100%;
      height: auto;
      position: relative;
      max-width: 708px; }
    .image-top-right-text .img-half {
      top: 0; }
  .before-after img {
    max-width: 50%; }
  .before-after .col-6 {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    .before-after .col-6:last-child, .before-after .col-6:first-child {
      border: none; } }

@media (max-width: 950px) {
  .img-left div:last-child, .img-right div:first-child {
    padding-left: 25px;
    padding-right: 25px; }
  .mobile-white-bar {
    display: block;
    height: 2px;
    width: 100%;
    background-color: white; }
  .main-nav .white-bar {
    display: none; }
  p {
    font-size: 20px;
    line-height: 28px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 44px;
    margin-bottom: 20px; }
  .col-fifth, .col-4, .col-8, .col-6, .col-9, .col-3, .col-12 {
    width: 100%;
    float: left; }
  .flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .col-padding {
    padding: 50px 25px; } }

@media (max-width: 500px) {
  h2 {
    font-size: 40px;
    margin-bottom: 10px; }
  .white-bar {
    width: calc(100% - 25px); }
  p {
    font-size: 18px;
    line-height: 24px; }
    p p.green {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 18px;
      margin-top: 0px;
      letter-spacing: 1px; }
    p p {
      font-size: 20px !important;
      line-height: 30px !important; }
  .legend {
    top: 53px;
    width: calc(100% - 50px);
    margin-left: 25px; }
    .legend h3 {
      line-height: 38px; }
  .black-bar {
    width: calc(100% - 25px); }
  .legend .col-6 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px; } }

.main-content {
  position: relative;
  background-color: #000; }
  .main-content.blank {
    background-color: #000; }
  .main-content.completely-blank {
    padding-left: 0;
    background-color: #fff; }

.main-container {
  position: relative;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

.page-container {
  max-width: 1230px;
  margin: 0 auto; }

@media (max-width: 767px) {
  .main-content {
    padding-left: 0;
    width: 99.9vw; } }

.homepage {
  display: none;
  min-height: auto; }
  @media (max-width: 767px) {
    .homepage {
      display: block; } }

/* Menu */
/* ========================================================================== */
.menu {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #fff;
  padding: 6px 45px;
  transition: all .4s;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #00000029; }
  .menu.menu-homepage {
    background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: none; }
    .menu.menu-homepage a {
      color: #fff; }
    .menu.menu-homepage .nav-items .home-link {
      display: none; }
    .menu.menu-homepage .nav-items .dropdown .dropbtn {
      color: #fff; }
      .menu.menu-homepage .nav-items .dropdown .dropbtn:hover .arrow-nav {
        fill: green; }
  .menu .menu-logo {
    width: 300px;
    margin-left: 75px;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px); }
  .menu a {
    text-decoration: none;
    color: #000; }
    .menu a:hover {
      color: #24933c; }
  .menu .nav-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    font-weight: 700;
    list-style: none;
    margin: 0; }
    .menu .nav-items li {
      padding: 0px 15px; }
    .menu .nav-items .home-link {
      display: none; }
    .menu .nav-items .dropdown {
      display: inline-block; }
      .menu .nav-items .dropdown .show {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .menu .nav-items .dropdown .dropbtn {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        background: none;
        font-size: 20px;
        font-weight: 600;
        font-family: 'helveticaneue', sans-serif;
        text-decoration: none;
        color: #000;
        cursor: pointer; }
        .menu .nav-items .dropdown .dropbtn .arrow-nav {
          padding-left: 3px; }
        .menu .nav-items .dropdown .dropbtn:hover {
          color: #24933c; }
          .menu .nav-items .dropdown .dropbtn:hover .arrow-nav {
            fill: green; }
    .menu .nav-items .dropdown-content {
      display: none;
      position: absolute;
      background-color: #EFEFEF;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 1;
      margin-top: 10px; }
      .menu .nav-items .dropdown-content a {
        padding: 15px;
        font-size: 17px;
        color: #000; }
        .menu .nav-items .dropdown-content a:hover {
          color: #24933c; }

/* Mobile Header */
/* ========================================================================== */
.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  width: 100vw;
  padding: 5px 12px;
  background-color: #fff;
  z-index: 10;
  box-sizing: border-box; }
  .mobile-header.mobile-homepage-header {
    background: transparent linear-gradient(180deg, #000000 100%, #00000000 100%) 0% 0% no-repeat padding-box;
    box-shadow: none; }
    .mobile-header.mobile-homepage-header a {
      color: #fff; }
    .mobile-header.mobile-homepage-header .mobile-nav-icon {
      color: #fff; }
  .mobile-header .mobile-nav-img {
    max-width: 200px;
    margin: 0; }
  .mobile-header .mobile-nav-icon {
    font-size: 28px;
    color: #000;
    text-decoration: none;
    font-weight: 900; }

@media (max-width: 900px) {
  .mobile-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu {
    width: 100%;
    height: calc(100vh - 80px);
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    padding: 20px 25px;
    margin-top: 39px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: transparent linear-gradient(180deg, #fff 35%, #00000000 100%) 0% 0% no-repeat; }
    .menu.hidden {
      left: 0;
      margin-top: -113vh; }
    .menu .menu-logo {
      display: none; }
    .menu .nav-items {
      display: block;
      font-size: 32px;
      padding-left: 0;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
      .menu .nav-items .home-link {
        display: block; }
      .menu .nav-items .dropdown .dropbtn {
        font-size: 32px;
        padding-left: 0; }
        .menu .nav-items .dropdown .dropbtn .arrow-g {
          display: none; }
        .menu .nav-items .dropdown .dropbtn .arrow-w {
          display: block;
          padding-left: 5px; }
      .menu .nav-items .dropdown .show {
        margin-left: 100px;
        margin-top: 0; } }

.train-nav-wrapper.hide {
  display: none; }

.train-nav {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .train-nav a {
    text-decoration: none;
    color: inherit; }
  .train-nav .train-full-container {
    display: inline-block;
    border: solid 3px #49a942;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    position: absolute;
    margin-top: -24px;
    cursor: grab;
    cursor: -webkit-grab;
    transition: width .25s, height .25s, top .25s, margin-top .25s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
    .train-nav .train-full-container:active {
      cursor: none; }
    .train-nav .train-full-container.no-grabber {
      cursor: none; }
    .train-nav .train-full-container.shrink {
      width: 58px;
      height: 58px;
      margin-top: 0; }
      .train-nav .train-full-container.shrink .train-full {
        width: 85px;
        height: 85px;
        margin-top: -14px;
        margin-left: -14px; }
        .train-nav .train-full-container.shrink .train-full .letter, .train-nav .train-full-container.shrink .train-full .cls-2 {
          transition: opacity .25s;
          opacity: 0; }
    .train-nav .train-full-container .train-full {
      position: relative;
      width: 110px;
      height: 110px;
      transition: width .25s, height .25s, margin-top .25s, margin-left .25s; }
  .train-nav .dot {
    display: inline-block;
    width: 4px;
    margin: 0 2px 70px 2px;
    transition: opacity .25s; }
    .train-nav .dot.hide {
      opacity: 0; }
  .train-nav .dots-half-first,
  .train-nav .dots-half-second {
    display: inline-block;
    transition: all .25s; }
  .train-nav .dots-half-second {
    margin-left: 90px; }
    .train-nav .dots-half-second.shrink {
      margin-left: -20px;
      opacity: 0; }
  .train-nav .dots-half-first {
    margin-right: 65px; }
    .train-nav .dots-half-first.shrink {
      margin-right: 0px; }
  .train-nav .station {
    display: inline-block;
    width: 64px;
    height: 158px;
    white-space: nowrap;
    transition: all .5s; }
    .train-nav .station.station2 p {
      margin-left: -13px; }
    .train-nav .station.station3 p {
      margin-left: -3px; }
    .train-nav .station.station4 p {
      margin-left: -4px; }
    .train-nav .station.station5 p {
      margin-left: -20px; }
    .train-nav .station.highlight {
      color: #3ec73e; }
      .train-nav .station.highlight img {
        display: none; }
      .train-nav .station.highlight img.station-active {
        display: inline; }
    .train-nav .station p {
      margin: 7px 0 0 0;
      font-weight: 100;
      font-family: Mercury;
      font-style: italic;
      text-shadow: 0px 0px 2px black; }

.work-main-nav .train-nav .station1,
.company-main-nav .train-nav .station2,
.culture-main-nav .train-nav .station3,
.services-main-nav .train-nav .station4,
.contact-main-nav .train-nav .station5 {
  color: #3ec73e; }

.train-nav .train-full-page-work {
  left: 421px; }

.train-nav .train-full-page-company {
  left: 564px; }

.train-nav .train-full-page-culture {
  left: 707px; }

.train-nav .train-full-page-services {
  left: 850px; }

.train-nav .train-full-page-contact {
  left: 993px; }

.cls-2 {
  fill: #49a942; }

.train-color {
  fill: white;
  width: 63px; }

.letter {
  fill: white; }

.train-nav-basic {
  display: none;
  padding: 0 15px; }
  .train-nav-basic .nav-items {
    padding: 0;
    font-size: 24px;
    list-style: none; }
    .train-nav-basic .nav-items li {
      margin-bottom: 13px; }
    .train-nav-basic .nav-items a {
      font-weight: bold;
      color: #fff;
      text-decoration: none; }

.msie .train-nav-wrapper {
  display: none; }

.msie .train-nav-basic {
  display: block;
  width: 648px;
  margin: 0 auto; }
  .msie .train-nav-basic .nav-items {
    text-align: center; }
    .msie .train-nav-basic .nav-items li {
      display: inline-block;
      margin-right: 35px; }

@media (max-width: 767px) {
  .train-nav-wrapper {
    display: none; }
  .train-nav-basic.homepage {
    display: block; } }

.jumbotron {
  position: relative;
  min-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  z-index: -0;
  color: white; }
  @media (max-width: 900px) and (min-width: 376px) {
    .jumbotron {
      height: 73vh;
      min-height: 73vh; } }
  @media (max-width: 375px) {
    .jumbotron {
      height: 92vh;
      min-height: 92vh; } }
  .jumbotron.homepage-jumbotron {
    min-height: calc(100vh - 328px); }
  .jumbotron.demo {
    height: calc(100vh - 52px); }
  .jumbotron .container {
    max-width: 678px;
    margin: 15% auto;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center; }
  .jumbotron .headline {
    font-family: 'aglet-sans', sans-serif;
    margin-top: 20px;
    font-size: 57px;
    padding-bottom: 20px; }
  .jumbotron .subheadline-txt {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 655px;
    margin-top: 0; }
    .jumbotron .subheadline-txt .green-txt {
      color: #10A63A; }

.work-jumbotron {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }
  .work-jumbotron .container {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .work-jumbotron .down-button {
    bottom: 40px;
    background: transparent; }
  .work-jumbotron a {
    padding: 10px;
    position: relative;
    z-index: 3;
    font-size: 24px;
    text-decoration: none;
    margin-top: 20px; }
  .work-jumbotron span.green {
    font-size: 24px; }

.fullscreen-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  z-index: -1; }

.fullscreen-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #1F1F1F;
  opacity: 0.3;
  object-fit: cover;
  object-position: center center; }
  @media (min-width: 2000px) {
    .fullscreen-bg-video {
      left: 13%; } }

.down-button {
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  background-color: #000;
  text-align: center;
  cursor: pointer; }
  .down-button svg {
    width: 25px;
    margin-top: 17px; }
  .down-button:hover .down-arrow-color {
    stroke: #288428;
    transition: stroke .2s; }

.msie .down-button svg {
  margin-top: 0; }

.powering {
  background-color: #fff;
  background-image: url("../img/homepage/Textured_bg_home.png");
  background-position: top;
  text-decoration: none;
  height: 700px; }
  @media (max-width: 820px) {
    .powering {
      height: auto;
      padding-bottom: 100px; } }
  .powering .powering-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
    .powering .powering-container .card-container {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 5%; }
      @media (max-width: 820px) {
        .powering .powering-container .card-container {
          margin-top: 10%; } }
      .powering .powering-container .card-container .card {
        width: 322px;
        height: 322px;
        background-repeat: no-repeat;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-size: cover;
        cursor: pointer;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        position: relative; }
        .powering .powering-container .card-container .card.dispatch-newsletter {
          background-image: url("../img/homepage/ThirdRailDispatch.png"); }
        .powering .powering-container .card-container .card.stpba {
          background-image: url("../img/homepage/STPBA_Thumbnail.png"); }
        .powering .powering-container .card-container .card.join {
          background-image: url("../img/homepage/Team.png"); }
        .powering .powering-container .card-container .card.work {
          background-image: url("../img/homepage/CCC.png"); }
        .powering .powering-container .card-container .card.social {
          background-image: url("../img/homepage/Social_Thumbnail.jpg"); }
        .powering .powering-container .card-container .card .overlay {
          width: 100%;
          height: 100%;
          background-color: rgba(16, 166, 58, 0.8);
          opacity: 0;
          transition: ease-out 0.3s; }
        .powering .powering-container .card-container .card:hover .overlay {
          opacity: 1; }
        .powering .powering-container .card-container .card .arrow {
          bottom: 35px;
          right: 20px;
          transition: all 0.50s ease;
          will-change: bottom;
          position: absolute;
          z-index: 2; }
        .powering .powering-container .card-container .card:hover .arrow {
          bottom: 70%;
          right: 10%;
          -webkit-transform: translateY(-100%);
              -ms-transform: translateY(-100%);
                  transform: translateY(-100%); }
          .powering .powering-container .card-container .card:hover .arrow img {
            -webkit-transform: scale(1.9);
                -ms-transform: scale(1.9);
                    transform: scale(1.9); }
        .powering .powering-container .card-container .card .info {
          background-color: #0000008f;
          height: 86px;
          width: inherit;
          position: absolute; }
        .powering .powering-container .card-container .card:hover .info {
          background-color: rgba(0, 0, 0, 0); }
        .powering .powering-container .card-container .card:hover .i-social {
          background-color: #0000008f; }
        .powering .powering-container .card-container .card p {
          font-size: 25px;
          font-weight: 900;
          color: #fff;
          padding-left: 20px;
          line-height: 28px;
          margin-top: 15px; }
      .powering .powering-container .card-container span {
        max-width: 321px;
        margin-top: 29px;
        font-size: 17px;
        margin-bottom: 22px; }
      .powering .powering-container .card-container .social-links .social-link {
        padding-right: 10px; }
        .powering .powering-container .card-container .social-links .social-link:hover {
          fill: green; }
        .powering .powering-container .card-container .social-links .social-link:last-child {
          margin-bottom: 0; }
    @media (max-width: 900px) {
      .powering .powering-container {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .powering .powering-container h2 {
      margin: 0 0 15px 0;
      font-size: 54px;
      font-family: helveticaneue, Georgia, serif;
      font-weight: normal;
      font-style: italic;
      color: #fff; }
      @media (max-width: 767px) {
        .powering .powering-container h2 {
          font-size: 32px; } }
    .powering .powering-container p, .powering .powering-container a {
      max-width: 780px;
      font-family: helveticaneue, sans-serif;
      font-size: 18px;
      font-weight: 300;
      line-height: 21px;
      color: #fff; }
      @media (max-width: 767px) {
        .powering .powering-container p, .powering .powering-container a {
          font-size: 16px; } }
    .powering .powering-container a {
      text-decoration: none;
      font-weight: bold; }
      .powering .powering-container a:hover {
        text-decoration: underline; }

@media (max-width: 767px) {
  .jumbotron {
    height: 73vh; }
    .jumbotron .container {
      margin-top: 115px;
      padding: 0; }
    .jumbotron .logo {
      display: none; }
    .jumbotron .headline {
      font-size: 22px;
      padding-bottom: 60px; }
      .jumbotron .headline img {
        width: 246px;
        padding: 0 45px; }
    .jumbotron .subheadline {
      background-color: #2F3031;
      padding: 30px;
      height: 40vh;
      position: absolute; }
  .work-jumbotron {
    background-attachment: initial; }
    .work-jumbotron .container {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

.footer {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 55px 120px;
  background-color: #101112;
  background-image: url(../img/footer-pole.svg);
  background-position: bottom right 30px;
  background-repeat: no-repeat;
  background-size: 55px; }
  .footer.project {
    padding-bottom: 95px;
    background-position: bottom 40px right 30px; }
    @media (max-width: 767px) {
      .footer.project {
        padding-bottom: 80px; } }
  .footer * {
    box-sizing: border-box; }
  .footer a {
    display: block;
    color: #808080;
    text-decoration: none; }
  .footer .logo {
    display: inline-block;
    margin: 0 0 15px 0;
    padding-top: 3px;
    font-size: 28px;
    color: #fff;
    border-top: 4px solid #fff; }
  .footer .location-link {
    width: 210px;
    line-height: 1.3;
    font-size: 15px; }
  .footer .social-link {
    max-width: 140px;
    height: 32px;
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 35px;
    background-size: 32px 64px;
    background-repeat: no-repeat;
    background-position: 0 0; }
    .footer .social-link:hover {
      background-position: 0 -32px; }
    .footer .social-link:last-child {
      margin-bottom: 0; }

.footer-homepage {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 120px 0 120px;
  background: none; }
  .footer-homepage .social-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-homepage .social-links .social-link {
      padding-right: 20px; }
  .footer-homepage .pole {
    position: absolute;
    bottom: 0;
    right: 40px;
    width: 55px;
    height: 120px;
    background-image: url(../img/footer-pole.svg);
    background-position: bottom;
    background-repeat: no-repeat; }

@media (max-width: 767px) {
  .footer {
    display: block;
    padding: 40px 25px; }
    .footer .location {
      margin-bottom: 25px; }
    .footer .social-links {
      display: block; }
  .footer-homepage {
    padding: 30px 25px; }
    .footer-homepage .pole {
      height: 90%; } }

.work-item {
  text-align: center;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .work-item:hover .work-hover {
    opacity: 1; }
  .work-item img {
    width: 100%;
    height: 100%; }

.work-hover {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .6s;
  box-sizing: border-box; }
  .work-hover .work-info-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    box-sizing: border-box; }

.work-tiles.standalone {
  padding-left: 60px;
  margin-bottom: 55px;
  margin-left: 0; }

.work-tiles h4 {
  font-size: 42px;
  margin: 0; }

.work-tiles p {
  margin: 0;
  font-size: 31px;
  font-style: italic;
  text-rendering: optimizeLegibility;
  line-height: normal;
  letter-spacing: .5px; }

.work-tiles a {
  text-decoration: none; }

/* Media Queries */
/* ========================================================================== */
@media (max-width: 768px) {
  .work-container .flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
  .work-container .col-6, .work-container .col-8, .work-container .col-4 {
    width: 100%; }
  .work-tiles {
    margin: 0; }
    .work-tiles.standalone {
      padding-left: 0; }
    .work-tiles h4 {
      margin-top: 10px;
      font-size: 25px; }
    .work-tiles p {
      margin-bottom: 10px;
      font-size: 20px; }
  .work-item {
    display: block;
    height: auto;
    width: auto;
    z-index: 2; }
    .work-item .desktop-thumb {
      display: none; }
    .work-item .mobile-thumb {
      display: block; }
    .work-item .work-hover {
      height: auto;
      bottom: 0;
      padding: 10px;
      opacity: 1; }
      .work-item .work-hover .work-info-content {
        position: static;
        padding: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }

@media (max-width: 414px) {
  .work-item .work-hover {
    padding: 0 10px;
    position: inherit; } }

.image-row {
  text-align: center; }
  .image-row h3 {
    margin: 0;
    font-size: 35px; }
  .image-row p {
    white-space: pre-line; }
  .image-row .heading2 {
    margin-top: 50px; }

.image-text-row-bg-image {
  height: 100%;
  background-size: cover;
  background-position: center; }

.main-intro h3 {
  margin-top: 0;
  font-size: 35px;
  text-align: center; }

.row.img-block {
  background-color: #fff; }

.phone-single-block {
  height: 610px; }
  @media (max-width: 768px) {
    .phone-single-block {
      height: 1213px; } }
  .phone-single-block .phone-image {
    width: 250px; }
  .phone-single-block .phone-single-wrap {
    padding: 40px 0; }
  .phone-single-block .phone-single {
    position: relative;
    width: 250px;
    height: 523px;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .phone-single-block .phone-single .phone-screen {
      position: absolute;
      top: 60px;
      height: 403px;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box;
      width: 234px;
      margin-left: 0;
      left: 8px; }
  .phone-single-block .phone-screen-cta {
    color: #fff;
    font-style: italic;
    font-family: 'Mercury', serif; }
  .phone-single-block .phone1-image {
    height: 610px;
    background-size: cover; }

.video-hosted {
  width: 100%;
  max-width: 100%;
  margin-bottom: -7px;
  object-fit: cover; }

.case-studies .work-tiles .work-item {
  min-height: 300px; }
  .case-studies .work-tiles .work-item .work-hover {
    opacity: 1; }
    @media (max-width: 770px) {
      .case-studies .work-tiles .work-item .work-hover {
        position: unset; } }

.work-info {
  padding: 116px 0 91px 0;
  color: #ffffff;
  background-color: #000; }
  .work-info h2 {
    margin: 15px 0 15px 0; }
  .work-info p {
    max-width: 970px;
    margin: 0 auto;
    font-family: helveticaneue, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 32px; }
    @media (max-width: 500px) {
      .work-info p {
        font-size: 20px; } }
  .work-info p.green {
    margin-top: 20px;
    font-family: helveticaneue, sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: italic; }

.work-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .work-toggle a {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    width: 46%;
    line-height: 104px;
    font-size: 30px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    text-decoration: none;
    background-color: #222222; }
    .work-toggle a:first-child {
      width: 47.5%; }
    .work-toggle a::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #288428; }
    .work-toggle a.active, .work-toggle a:hover {
      color: #fff; }
    .work-toggle a.active {
      background-color: #3C3C3C; }
      .work-toggle a.active::after {
        height: 7px; }
    @media (max-width: 500px) {
      .work-toggle a {
        font-size: 22px; } }

.case-study {
  color: #fff; }
  .case-study .hero {
    position: relative;
    padding: 85px 55px;
    background-size: cover;
    background-position: cover;
    background-repeat: no-repeat; }
    .case-study .hero::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8); }
    .case-study .hero .hero-content {
      position: relative;
      z-index: 1; }
    .case-study .hero .hero-label {
      display: block;
      margin-bottom: 20px;
      font-size: 40px;
      line-height: 50px; }
    .case-study .hero hr {
      margin: 0 -55px; }
    .case-study .hero h2 {
      font-size: 30px;
      line-height: 20px; }
    .case-study .hero .down-button {
      display: none; }
    @media (max-width: 600px) {
      .case-study .hero .hero-label {
        font-size: 30px; }
      .case-study .hero h1 {
        font-size: 40px; }
      .case-study .hero h2 {
        font-size: 22px; } }

.cs-intro {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 85px 55px;
  background-color: #000; }
  .cs-intro h2 {
    margin-top: 0;
    font-size: 50px; }
  .cs-intro .intro-stats {
    padding-top: 40px;
    text-align: center; }
    .cs-intro .intro-stats h2 {
      font-size: 47px;
      white-space: nowrap; }
    .cs-intro .intro-stats h3 {
      margin-bottom: 30px;
      font-size: 80px; }
    .cs-intro .intro-stats p {
      margin: 0; }

.cs-stats .results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; }
  .cs-stats .results h4 {
    margin: 0 0 30px 0; }
  .cs-stats .results p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px 0;
    color: #288428;
    font-size: 30px;
    font-weight: normal; }
    .cs-stats .results p strong {
      min-width: 100px;
      padding-left: 30px;
      text-align: left;
      font-family: helveticaneue, sans-serif;
      font-style: normal; }

.cs-stats .accolades .col-padding {
  padding: 75px 60px 60px 60px; }

.cs-stats .accolade {
  text-align: center; }
  .cs-stats .accolade img {
    max-width: 200px; }
  .cs-stats .accolade p {
    font-family: Futura, 'Mercury', Georgia, serif;
    line-height: normal;
    font-size: 21px; }
  .cs-stats .accolade cite {
    font-size: 22px;
    font-weight: bold;
    font-style: normal; }

.quote p {
  font-size: 29px;
  line-height: normal; }
  .quote p:last-child {
    font-size: 24px; }
    .quote p:last-child strong {
      font-family: helveticaneue, sans-serif; }

.hosted-video-container {
  text-align: center; }
  .hosted-video-container video {
    width: 100%; }

@media (max-width: 1270px) {
  .work-info {
    padding: 70px 20px; } }

.project-header {
  background-color: rgba(0, 0, 0, 0.75);
  width: 650px;
  margin: 0 auto;
  padding: 40px 0; }
  .project-header .white-bar {
    height: 2px;
    width: 100%;
    margin-bottom: 70px; }
  .project-header h1 {
    font-size: 51px;
    line-height: 65px;
    margin-bottom: 0; }
  .project-header p.green {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 27px;
    margin-top: 10px;
    letter-spacing: 1px; }
  .project-header p:last-child {
    font-size: 24px; }

.main-intro {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 100px 30px;
  background-color: white;
  color: #288428;
  font-size: 24px;
  line-height: 42px; }
  .main-intro p {
    max-width: 870px;
    margin: 0 auto;
    text-align: center; }

/* Back Button */
/* ========================================================================== */
.back-button {
  position: fixed;
  width: 100%;
  bottom: -100px;
  right: 0;
  padding: 8px 0;
  transition: all .3s;
  z-index: 14;
  text-align: center;
  background-color: #339933;
  box-sizing: border-box; }
  .back-button.show {
    bottom: 0; }
  .back-button a {
    font-size: 23px;
    font-weight: bold;
    font-family: 'Mercury', serif;
    color: #fff;
    text-decoration: none; }

.parallax {
  width: 100%;
  height: 600px;
  background-attachment: fixed;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .parallax {
      background-attachment: initial;
      background-size: contain; } }

#ditl {
  height: 592px; }

.standard-image-block-w-background {
  padding: 60px;
  text-align: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .standard-image-block-w-background {
      padding: 20px; } }
  .standard-image-block-w-background img {
    max-width: 100%; }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; }
  .project-header {
    width: calc(100vw - 50px); }
    .project-header h1 {
      font-size: 47px;
      line-height: 50px;
      margin-bottom: 0;
      margin-top: 0; }
    .project-header .white-bar {
      margin-bottom: 40px; } }

@media (max-width: 500px) {
  .project-header h1 {
    font-size: 30px;
    line-height: 27px; } }

@media (max-width: 900px) {
  .company-featured-sections {
    padding: 0; } }

.company-featured-sections .company-featured:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.company-featured {
  max-width: 100vw; }
  @media (max-width: 950px) {
    .company-featured {
      -ms-flex-wrap: wrap-reverse;
      -webkit-flex-wrap: wrap-reverse;
              flex-wrap: wrap-reverse; }
      .company-featured.high-voltage {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .company-featured.high-voltage {
    background-image: url("/3rc_website/assets/img/company-hero.jpg");
    background-size: cover; }
    .company-featured.high-voltage .company-hero h2 {
      margin-bottom: 20px;
      font-size: 90px;
      line-height: 85px; }
      @media (max-width: 900px) {
        .company-featured.high-voltage .company-hero h2 {
          font-size: 40px;
          line-height: 40px; } }
    .company-featured.high-voltage .company-hero p {
      font-weight: bold;
      line-height: 30px; }
      @media (max-width: 900px) {
        .company-featured.high-voltage .company-hero p {
          margin-bottom: 0;
          padding-bottom: 25px; } }
  .company-featured.leadership {
    padding: 0;
    color: #fff;
    background-color: #2f3031; }
    .company-featured.leadership .page-container {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .company-featured.leadership .company-featured-img {
      min-height: 400px;
      background-size: cover;
      background-position: center;
      padding-top: 0; }
    .company-featured.leadership .company-featured-content {
      padding: 0; }
      .company-featured.leadership .company-featured-content .leadership-p {
        padding: 75px 60px 67px 60px; }
        .company-featured.leadership .company-featured-content .leadership-p p {
          font-size: 18px;
          line-height: 30px; }
  @media (max-width: 900px) {
    .company-featured.leadership {
      height: 100%; }
      .company-featured.leadership .company-featured-img {
        min-height: 330px; }
      .company-featured.leadership .company-featured-content .leadership-p {
        padding: 60px 25px 22px 25px; }
        .company-featured.leadership .company-featured-content .leadership-p p {
          padding: 0; } }
  .company-featured.culture {
    background-image: none;
    display: block;
    position: relative;
    min-height: 728px;
    overflow: hidden; }
    .company-featured.culture .fullscreen-bg-video {
      z-index: 0; }
    .company-featured.culture h2 {
      color: #fff;
      font-size: 90px;
      margin-bottom: 20px; }
    .company-featured.culture p {
      font-size: 20px;
      line-height: 30px;
      max-width: 72%;
      margin: 0;
      font-weight: 700;
      color: #fff; }
    @media (max-width: 900px) {
      .company-featured.culture {
        margin: -3px;
        min-height: auto;
        overflow: hidden; }
        .company-featured.culture h2 {
          font-size: 40px; }
        .company-featured.culture p {
          font-size: 18px;
          line-height: 30px;
          max-width: 100%;
          margin: 0;
          padding: 10px 0;
          margin-bottom: 20px; } }
    .company-featured.culture .company-featured-content {
      z-index: 1;
      position: relative;
      margin: 0;
      max-width: 810px; }
    @media (max-width: 1100px) {
      .company-featured.culture .page-container {
        padding: 50px 20px; }
      .company-featured.culture .company-featured-content {
        padding: 25px; } }
  .company-featured .company-featured-content {
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    padding: 134px 0 80px 0;
    box-sizing: border-box;
    color: #fff;
    max-width: 1125px;
    margin: 0 auto; }
    @media (max-width: 1110px) {
      .company-featured .company-featured-content {
        padding: 70px 25px 0 25px;
        width: 100%; } }
  .company-featured .company-featured-img {
    padding-top: 166px; }
    .company-featured .company-featured-img .green {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      line-height: 25px; }
    @media (max-width: 1110px) {
      .company-featured .company-featured-img {
        padding-top: 0; }
        .company-featured .company-featured-img .green {
          font-size: 18px;
          line-height: 30px;
          padding: 0 25px;
          margin: 0 0 20px 0; } }

.team-container {
  background-color: #FFF; }
  .team-container h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
    padding: 50px; }

.team-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 50px 50px 0 50px;
  overflow: hidden;
  background-color: #fff; }
  .team-grid::after {
    content: "";
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
  .team-grid .page-container {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .team-grid .grid-item {
    width: 20%;
    min-width: 200px;
    margin-bottom: 55px;
    text-align: center;
    text-decoration: none; }
    .team-grid .grid-item .team-img {
      width: 130px;
      height: 130px;
      margin: 0 auto;
      background-size: cover;
      background-position: center;
      border-radius: 130px;
      background-image: url(../img/headshot.png); }
    .team-grid .grid-item h4 {
      margin: 15px 0 0 0;
      font-size: 21px;
      color: #000; }
    .team-grid .grid-item p {
      margin: 0;
      font-size: 18px;
      line-height: normal;
      padding: 0 10px; }
  @media (max-width: 1000px) {
    .team-grid {
      padding: 50px 0 0 40px;
      margin: 0; }
      .team-grid::after {
        content: none; }
      .team-grid .grid-item {
        min-width: 150px;
        margin-bottom: 30px;
        width: 24%; }
        .team-grid .grid-item .team-img {
          width: 90px;
          height: 90px; }
        .team-grid .grid-item h4 {
          font-size: 17px; }
        .team-grid .grid-item p {
          font-size: 14px; } }

.company-featured .company-featured-content.team-grid-culture-title {
  padding-top: 0;
  padding-bottom: 30px; }
  .company-featured .company-featured-content.team-grid-culture-title h4 {
    margin: 0;
    color: #000; }
    @media (max-width: 900px) {
      .company-featured .company-featured-content.team-grid-culture-title h4 {
        font-size: 18px; } }

.team-grid-culture {
  padding: 0 50px 0 100px;
  margin: 0;
  background-color: #fff; }
  @media (max-width: 900px) {
    .team-grid-culture {
      padding-left: 35px; } }
  .team-grid-culture .grid-item h4 {
    color: #000; }

.section-collage {
  background-color: #000;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .section-collage {
      margin: 0; } }
  .section-collage .collage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .section-collage .collage {
        display: block; }
        .section-collage .collage .collage-item.width-25,
        .section-collage .collage .collage-item.width-50,
        .section-collage .collage .collage-item.width-33,
        .section-collage .collage .collage-item.width-75 {
          width: 100%; } }
  .section-collage a {
    text-decoration: none; }
  .section-collage .college-content.loading {
    display: none; }
  .section-collage .collage-item {
    position: relative;
    max-height: 360px;
    box-sizing: border-box; }
    .section-collage .collage-item.width-25 {
      width: 25%; }
    .section-collage .collage-item.width-33 {
      width: 33%; }
    .section-collage .collage-item.width-50 {
      width: 50%; }
    .section-collage .collage-item.width-75 {
      width: 75%; }
    .section-collage .collage-item:last-child {
      padding-right: 0; }
    .section-collage .collage-item.collageFeatured {
      max-height: 100%; }
      .section-collage .collage-item.collageFeatured .black-bar {
        width: 100%;
        max-width: 520px; }
      .section-collage .collage-item.collageFeatured h2 {
        max-width: 600px; }
      .section-collage .collage-item.collageFeatured p {
        white-space: pre-line; }
      .section-collage .collage-item.collageFeatured .company-featured .company-featured-content {
        padding: 50px 0 50px 100px; }
        @media (max-width: 767px) {
          .section-collage .collage-item.collageFeatured .company-featured .company-featured-content {
            padding: 20px; } }
    @media (max-width: 767px) {
      .section-collage .collage-item.image .instagram-image {
        display: none; } }
    .section-collage .collage-item.instagram-1 {
      display: none; }
    .section-collage .collage-item.quote {
      text-align: center;
      color: #fff;
      background-image: url(../img/together/together-bg.jpg);
      background-color: #000; }
      @media (max-width: 530px) {
        .section-collage .collage-item.quote .collage-content {
          min-height: auto; } }
      .section-collage .collage-item.quote .quote-content {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        padding: 0 80px; }
        @media (max-width: 850px) {
          .section-collage .collage-item.quote .quote-content {
            padding: 0 40px; } }
        @media (max-width: 530px) {
          .section-collage .collage-item.quote .quote-content {
            position: static;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none;
            padding: 20px 15px; } }
        .section-collage .collage-item.quote .quote-content blockquote {
          margin: 0;
          font-family: helveticaneue, sans-serif;
          font-size: 22px;
          font-weight: 300;
          color: #fff; }
        .section-collage .collage-item.quote .quote-content span {
          display: block;
          margin-top: 50px;
          font-size: 18px;
          font-weight: bold; }
  .section-collage .collage-content {
    height: 360px;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }

.modal .col-padding.team-info {
  padding-top: 25px;
  overflow: auto; }

.corevalues {
  padding: 75px 60px 50px 60px;
  color: #fff;
  background-color: #fff;
  position: inherit; }
  @media (max-width: 1100px) {
    .corevalues {
      padding: 20px;
      margin: 0; }
      .corevalues .page-container {
        padding: 50px 20px; } }
  .corevalues h2 {
    margin-bottom: 10px;
    color: #000; }
  .corevalues .corevalues-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    @media (max-width: 767px) {
      .corevalues .corevalues-list {
        display: block; } }
    .corevalues .corevalues-list .corevalue {
      width: calc(33% - 40px);
      padding-right: 40px;
      list-style: none; }
      @media (max-width: 767px) {
        .corevalues .corevalues-list .corevalue {
          width: 100%;
          padding-right: 0; } }
      .corevalues .corevalues-list .corevalue h3 {
        margin: 40px 0 15px 0;
        font-size: 24px; }
      .corevalues .corevalues-list .corevalue p {
        margin: 0;
        font-family: Helvetica, arial, sans-serif;
        color: #000;
        font-size: 18px;
        line-height: 23px; }
        .corevalues .corevalues-list .corevalue p strong,
        .corevalues .corevalues-list .corevalue p b {
          -webkit-text-stroke: thin;
          text-stroke: thin; }

.job-board {
  background-image: url("/3rc_website/assets/img/job-board-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .job-board .page-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
    padding-top: 87px; }
    .job-board .page-container h4 {
      color: #fff;
      width: 60%; }
    .job-board .page-container ul {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 30%;
      display: inline; }
      .job-board .page-container ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        color: #fff;
        font-size: 24px; }
        .job-board .page-container ul li a {
          color: #10A63A;
          text-decoration: none;
          font-size: 18px; }
      .job-board .page-container ul hr {
        color: #464646;
        border-width: 0 0 1px 0;
        border-style: solid;
        margin: 10px 0 30px 0; }
  @media (max-width: 1250px) {
    .job-board .page-container {
      padding: 50px 20px;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .job-board .page-container h4 {
        width: 100%;
        font-size: 30px;
        text-align: left;
        margin-top: 0; }
      .job-board .page-container ul {
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        min-width: 90%;
        max-width: 90%; } }
  .job-board.company .page-container {
    padding: 50px 20px; }

.social-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 610px));
  gap: 10px;
  max-width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }
  .social-container .social-2x {
    display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    grid-gap: 10px; }
  .social-container img {
    width: 100%;
    max-width: 100%; }

.careers {
  padding: 30px;
  color: #fff; }
  .careers h2 {
    margin: 0 0 25px 0; }
  .careers li {
    margin-bottom: 5px; }
    .careers li a {
      color: #fff;
      text-decoration: none; }
      .careers li a:hover {
        text-decoration: underline; }

.career-container {
  width: 100%;
  background-image: url("../img/post-bg.jpg");
  background-position: 50% 0px;
  background-attachment: fixed; }

.career {
  font-family: helveticaneue, sans-serif;
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  padding: 75px 15px 15px 15px; }
  .career .career-position {
    margin: 0 0 25px 0;
    font-family: helveticaneue, sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.20em; }
  .career .company-desc {
    margin: 0 0 42px 0;
    font-family: helveticaneue, sans-serif;
    font-size: 15px;
    text-align: center; }
  .career .career-headline {
    margin: 0 0 25px 0;
    font-family: helveticaneue, sans-serif;
    font-size: 32px;
    font-weight: bold; }
  .career .career-subheadline {
    margin: 42px 0 20px 0;
    font-family: helveticaneue, sans-serif;
    font-size: 22px;
    font-weight: bold; }
  .career .career-body p strong {
    font-size: 22px; }
  .career p {
    font-family: helveticaneue, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    margin: 0; }
  .career a {
    text-decoration: none;
    color: #339933; }
  .career ul {
    margin: 0 0 35px 0;
    padding-left: 15px;
    font-family: helveticaneue, sans-serif;
    font-size: 15px;
    font-weight: 300; }
    .career ul li {
      margin-bottom: 3px; }

.map-draw {
  background-image: url(/3rc_website/assets/services/map-background-80.jpg);
  background-size: cover;
  padding: 150px 50px 100px 50px;
  box-sizing: border-box; }
  .map-draw svg {
    pointer-events: auto; }
    .map-draw svg #Map {
      stroke: transparent;
      stroke-width: 1;
      stroke-dasharray: 2000px;
      stroke-dashoffset: 2400px; }
      .map-draw svg #Map.in-view {
        -webkit-animation-name: draw;
        animation-name: draw;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear; }
      .map-draw svg #Map .cls-4 {
        pointer-events: none; }

.map-legend {
  width: 320px;
  position: absolute;
  top: 415px;
  right: 15%; }

.services-key-mobile {
  display: none;
  margin: 0;
  padding: 0; }
  .services-key-mobile .key-item {
    line-height: 15px;
    font-size: 15px;
    margin-top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    padding: 15px;
    box-sizing: border-box; }
    .services-key-mobile .key-item .row {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
              align-items: center; }
    .services-key-mobile .key-item img {
      width: 40px;
      height: 40px;
      margin-right: 20px; }
    .services-key-mobile .key-item h3 {
      font-size: 23px;
      margin-top: 0;
      margin-bottom: 5px;
      line-height: 20px; }
    .services-key-mobile .key-item p {
      margin: 0;
      line-height: 15px;
      font-family: 'Mercury', Georgia, serif;
      font-style: italic;
      font-size: 15px;
      color: #339933; }

.partner-intro {
  margin: 100px 0 0 0;
  padding: 0 30px; }

.partners {
  margin: 0; }

.services-partners {
  padding: 30px;
  box-sizing: border-box; }

@media (max-width: 900px) {
  .map-draw {
    height: auto;
    padding: 420px 15px 50px 15px;
    margin: 0; }
  .map-legend {
    right: 50%;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0); }
  .services-key-mobile {
    display: block; }
  .map-draw svg {
    display: none; }
  .partner-intro {
    margin: 45px 0; }
  .partners {
    margin: 0; } }

.contact-title-container {
  background-color: #10A63A; }
  .contact-title-container .contact-title-content {
    padding: 116px 0 81px 100px; }
    .contact-title-container .contact-title-content h2 {
      margin-bottom: 15px; }
    .contact-title-container .contact-title-content p {
      margin: 0;
      font-weight: bold; }
    @media (max-width: 900px) {
      .contact-title-container .contact-title-content {
        padding: 75px 0 40px 40px; } }

.contact-sidebar {
  position: absolute;
  top: 358px;
  left: 0;
  min-height: 85vh;
  height: 80vh;
  overflow-y: scroll;
  width: 500px;
  padding: 0 45px;
  z-index: 9;
  transition: left .25s;
  background-color: rgba(51, 153, 51, 0.9);
  box-sizing: border-box;
  margin: 43px 104px 0  104px; }
  .contact-sidebar.hide {
    left: -560px; }
  .contact-sidebar h2 {
    margin-bottom: 10px; }
  .contact-sidebar h4 {
    margin-top: 10px;
    font-weight: 400; }
  .contact-sidebar label {
    display: block;
    margin-top: 15px;
    font-family: 'Mercury', serif;
    font-size: 18px;
    color: #fff; }
  .contact-sidebar input, .contact-sidebar textarea {
    padding: 10px 10px;
    width: 90%;
    border: none;
    font-family: inherit;
    font-size: 14px; }
  .contact-sidebar textarea {
    min-height: 80px;
    max-width: 90%;
    min-width: 90%; }
  .contact-sidebar input.submit {
    width: auto;
    background-color: black;
    margin-bottom: 10px;
    padding: 10px 30px 5px 30px;
    color: white;
    margin-top: 18px;
    display: inline-block;
    font-size: 18px; }
  .contact-sidebar .errors {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    font-family: 'Mercury', serif;
    font-weight: bold;
    font-style: italic; }
  .contact-sidebar .g-recaptcha {
    margin-top: 15px; }

.contact-select {
  background-image: url(/3rc_website/assets/menu/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 19px;
  width: 90%;
  padding: 7px 10px;
  font-size: 20px;
  background-color: black; }
  .contact-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: none;
    color: white;
    width: 100%;
    font-size: 20px;
    font-weight: 600; }
    .contact-select select:focus {
      outline: 0;
      border: 0; }
    .contact-select select option {
      color: #000; }

.contact-success-message {
  height: calc(100vh - 226px);
  margin: 0;
  padding-top: 50px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  background-color: #171717; }

.contact-message {
  font-size: 17px;
  line-height: 1.3;
  color: #fff; }

#map {
  min-height: 85vh;
  margin: 43px 104px 0 104px; }
  @media (max-width: 900px) {
    #map {
      margin: 0;
      min-height: 93vh; } }

@media (max-width: 900px) {
  .contact-sidebar {
    position: static;
    width: 100%;
    padding: 40px 25px;
    margin: 0;
    height: auto;
    min-height: auto;
    overflow-y: hidden; }
    .contact-sidebar input, .contact-sidebar textarea {
      width: 100%;
      box-sizing: border-box; }
    .contact-sidebar h4 {
      margin-bottom: 0; }
  .contact-select {
    width: 100%;
    box-sizing: border-box; } }

.modal {
  height: 90vh;
  width: 90vw;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 5vw;
  margin-top: 80px;
  z-index: 1;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  .modal * {
    box-sizing: border-box; }
  .modal.hidden {
    display: none;
    z-index: -1; }
  .modal .close {
    display: block;
    margin: 0 0 20px auto;
    width: 20px;
    cursor: pointer; }
  .modal .team-member {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px; }
    .modal .team-member .team-image {
      width: 50%;
      margin-right: 25px;
      padding-top: 40px; }
      .modal .team-member .team-image img {
        max-width: 100%; }
    .modal .team-member .team-info {
      width: 50%; }
      .modal .team-member .team-info h4 {
        margin-top: 10px;
        margin-bottom: 0; }
      .modal .team-member .team-info p.italic {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 20px; }
      .modal .team-member .team-info .black-bar {
        width: 100%; }

@media (max-width: 767px) {
  .modal {
    padding-top: 15px; }
    .modal .team-member {
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0 0 100px 0; }
      .modal .team-member .team-image {
        width: 100%;
        padding-top: 0; }
      .modal .team-member .team-info {
        width: 100%;
        padding: 15px; } }

.covid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .covid p {
    margin: 10px 0;
    font-family: helveticaneue, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 22px; }
    .covid p:first-child {
      margin-top: 0; }
    .covid p:last-child {
      margin-bottom: 0; }
  .covid .covid-header {
    position: relative;
    padding: 60px 20px 40px 20px;
    color: #fff;
    background: url(../img/together/covid-bg.jpg) repeat center; }
    .covid .covid-header .covid-container {
      max-width: 964px;
      margin: 0 auto;
      padding: 0; }
      .covid .covid-header .covid-container .covid-trc-logo {
        display: block;
        width: 216px;
        height: 20px;
        margin: 0 auto 30px auto;
        background: url(../menu/menu-logo.svg) no-repeat center;
        background-size: 216px; }
      .covid .covid-header .covid-container h1 {
        width: 550px;
        max-width: 90vw;
        height: 169px;
        margin: 0 auto 50px auto;
        text-indent: -9999px;
        background: url(../img/together/Powering_Logo@2x.png) no-repeat;
        background-size: contain; }
    @media (max-width: 767px) {
      .covid .covid-header .covid-container h1 {
        margin-bottom: 0; } }
  .covid .covid-dispatch {
    position: relative;
    max-width: 964px;
    margin: 0 auto;
    padding: 0 20px; }
    .covid .covid-dispatch::before {
      content: '';
      position: absolute;
      top: 38px;
      left: -75px;
      width: 55px;
      height: 55px;
      background-size: 55px; }
      @media (max-width: 1200px) {
        .covid .covid-dispatch::before {
          left: -60px; } }
      @media (max-width: 1160px) {
        .covid .covid-dispatch::before {
          left: 20px;
          top: 25px; } }
    .covid .covid-dispatch.dispatch-1::before {
      background-image: url(../img/together/dispatch-1.png); }
    .covid .covid-dispatch.dispatch-1 .covid-dispatch-content {
      border-bottom: 1px solid #000; }
    .covid .covid-dispatch.dispatch-2::before {
      background-image: url(../img/together/dispatch-2.png); }
    .covid .covid-dispatch.dispatch-3::before {
      background-image: url(../img/together/dispatch-3.png); }
    .covid .covid-dispatch.dispatch-4::before {
      background-image: url(../img/together/dispatch-4.png); }
    .covid .covid-dispatch.dispatch-5::before {
      background-image: url(../img/together/dispatch-5.png); }
    @media (max-width: 1160px) {
      .covid .covid-dispatch.dispatch-5::after {
        content: '';
        position: absolute;
        top: 30px;
        left: 95px;
        width: 44px;
        height: 44px;
        background: url(../img/together/HouseEmoji@2x.png) no-repeat;
        background-size: 44px; } }
    .covid .covid-dispatch h2 {
      margin: 0 0 15px 0;
      font-size: 40px; }
      .covid .covid-dispatch h2.emoji-house {
        padding-left: 62px;
        background: url(../img/together/HouseEmoji@2x.png) no-repeat;
        background-size: 44px; }
        @media (max-width: 1160px) {
          .covid .covid-dispatch h2.emoji-house {
            padding-left: 0;
            background: none; } }
  .covid .covid-gallery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px; }
    @media (max-width: 568px) {
      .covid .covid-gallery {
        display: block; } }
    .covid .covid-gallery img {
      width: 49%;
      max-width: 100%; }
      @media (max-width: 568px) {
        .covid .covid-gallery img {
          display: block;
          width: auto;
          margin: 10px 0; } }
  .covid .covid-dispatch-content {
    padding: 44px 0; }
    @media (max-width: 1160px) {
      .covid .covid-dispatch-content {
        padding-top: 95px; } }
    .covid .covid-dispatch-content .btn-more,
    .covid .covid-dispatch-content .more-content {
      display: none; }
      .covid .covid-dispatch-content .btn-more.active,
      .covid .covid-dispatch-content .more-content.active {
        display: block; }
    .covid .covid-dispatch-content .btn-more {
      font-weight: bold; }
    .covid .covid-dispatch-content a {
      color: #49A942; }
  .covid .dispatch-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .covid .dispatch-columns {
        display: block; } }
    .covid .dispatch-columns .dispatch-column {
      width: 50%; }
      .covid .dispatch-columns .dispatch-column.less-content {
        width: 100%; }
      @media (max-width: 767px) {
        .covid .dispatch-columns .dispatch-column {
          width: 100%; } }
      .covid .dispatch-columns .dispatch-column:first-child {
        padding-right: 20px; }
        @media (max-width: 767px) {
          .covid .dispatch-columns .dispatch-column:first-child {
            margin-bottom: 20px;
            padding-right: 0; } }
      .covid .dispatch-columns .dispatch-column img {
        max-width: 100%; }
  .covid .responsive-image-carousel {
    max-width: 80vw;
    margin: 0 auto; }
    .covid .responsive-image-carousel p {
      margin-top: 20px;
      font-size: 17px;
      font-weight: bold;
      color: #49A942; }
    .covid .responsive-image-carousel .slide img {
      width: auto;
      max-width: 472px; }
      @media (max-width: 767px) {
        .covid .responsive-image-carousel .slide img {
          max-width: 100vw;
          max-height: 481px; } }
    .covid .responsive-image-carousel .slick-dots {
      margin: 0; }
      .covid .responsive-image-carousel .slick-dots button {
        border: 1px solid #000; }
      .covid .responsive-image-carousel .slick-dots .slick-active button {
        border-color: #393; }
  .covid .contact-sidebar {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: static;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 60px 20px 60px 20px;
    overflow: hidden;
    background: url("../img/lamppost-short.png") no-repeat right 35px bottom;
    background-size: 107px; }
    @media (max-width: 767px) {
      .covid .contact-sidebar {
        padding-top: 40px;
        padding-bottom: 200px; } }
    .covid .contact-sidebar .contact-sidebar-container {
      max-width: 964px;
      margin: 0 auto; }
    .covid .contact-sidebar h2 {
      margin: 0;
      font-size: 24px;
      color: #49A942; }
    .covid .contact-sidebar .contact-form-columns {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .covid .contact-sidebar .contact-form-columns {
          display: block; } }
      .covid .contact-sidebar .contact-form-columns .contact-form-column {
        width: 50%; }
        @media (max-width: 767px) {
          .covid .contact-sidebar .contact-form-columns .contact-form-column {
            width: 100%; } }
        .covid .contact-sidebar .contact-form-columns .contact-form-column:first-child input,
        .covid .contact-sidebar .contact-form-columns .contact-form-column:first-child textarea {
          width: calc(100% - 35px);
          max-width: calc(100% - 35px); }
          @media (max-width: 767px) {
            .covid .contact-sidebar .contact-form-columns .contact-form-column:first-child input,
            .covid .contact-sidebar .contact-form-columns .contact-form-column:first-child textarea {
              width: 100%;
              max-width: 100%; } }
    .covid .contact-sidebar label {
      margin: 25px 0 5px 0;
      font-family: helveticaneue, sans-serif;
      font-size: 16px;
      font-weight: bold;
      color: #000; }
      .covid .contact-sidebar label span {
        color: #FF0000; }
      .covid .contact-sidebar label i {
        font-weight: 300; }
    .covid .contact-sidebar input,
    .covid .contact-sidebar textarea {
      width: calc(100% - 20px);
      max-width: calc(100% - 20px);
      padding: 13px 10px;
      font-family: helvetica, sans-serif;
      border: 1px solid #707070;
      border-radius: 4px;
      resize: none; }
      @media (max-width: 767px) {
        .covid .contact-sidebar input,
        .covid .contact-sidebar textarea {
          width: 100%;
          max-width: 100%; } }
    .covid .contact-sidebar textarea {
      height: 105px; }
    .covid .contact-sidebar input.submit {
      width: auto;
      margin: 10px 0 0 0;
      padding: 12.5px 26px;
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      background-color: #49A942;
      border: none;
      border-radius: 5px;
      cursor: pointer; }
  .covid .eds {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px;
    padding-top: 30px;
    border-top: 1px solid #707070; }
    @media (max-width: 767px) {
      .covid .eds {
        display: block; } }
    .covid .eds .eds-item {
      width: 33%;
      max-width: 306px;
      padding-right: 20px; }
      @media (max-width: 767px) {
        .covid .eds .eds-item {
          width: 100%;
          max-width: 100%;
          margin-bottom: 45px;
          padding-right: 0; } }
      .covid .eds .eds-item .eds-title {
        display: block;
        margin-bottom: 15px;
        font-size: 17px;
        font-weight: bold; }
      .covid .eds .eds-item ul {
        padding: 0;
        list-style: none; }
      .covid .eds .eds-item li {
        margin-bottom: 30px; }
        .covid .eds .eds-item li:last-child {
          margin-bottom: 0; }
        .covid .eds .eds-item li a {
          font-size: 28px;
          font-weight: bold;
          line-height: 32px;
          text-decoration: underline;
          color: #49A942; }

.ukraine {
  padding: 100px 0;
  color: #fff;
  background: url(../img/ukraine/ukraine-bg.jpg) no-repeat center;
  background-size: cover; }
  @media (max-width: 767px) {
    .ukraine {
      background: url(../img/ukraine/ukraine-bg-mobile.jpg) no-repeat center top;
      background-size: cover; } }
  .ukraine .ukraine-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .ukraine .ukraine-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
    border-bottom: 15px solid #fff; }
    @media (max-width: 767px) {
      .ukraine .ukraine-header {
        display: block;
        border-bottom-width: 7px; } }
    .ukraine .ukraine-header img {
      max-width: 105px; }
      @media (max-width: 767px) {
        .ukraine .ukraine-header img {
          display: none; } }
    .ukraine .ukraine-header h1 {
      font-family: 'Mercury', Georgia, serif;
      font-weight: normal;
      font-style: italic;
      font-size: 38px; }
      @media (min-width: 767px) {
        .ukraine .ukraine-header h1 {
          margin-left: 45px;
          font-size: 64px; } }
  .ukraine h2 {
    margin: 0;
    font-size: 36px;
    text-align: center; }
    @media (max-width: 767px) {
      .ukraine h2 {
        font-size: 24px;
        text-align: left; } }
    @media (max-width: 1320px) {
      .ukraine h2 br {
        display: none; } }
  .ukraine .steps {
    margin: 40px 0; }
    @media (min-width: 1000px) {
      .ukraine .steps {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .ukraine .steps .step {
      width: 33%;
      margin-bottom: 0;
      padding: 0 25px;
      text-align: center; }
      @media (max-width: 1000px) {
        .ukraine .steps .step {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          margin-bottom: 50px;
          padding: 0;
          text-align: left; } }
      .ukraine .steps .step a {
        color: #F8D748;
        text-decoration: none; }
        @media (min-width: 1000px) {
          .ukraine .steps .step a {
            white-space: nowrap; } }
        .ukraine .steps .step a:hover {
          text-decoration: underline; }
      .ukraine .steps .step .step-index {
        display: inline-block;
        width: 55px;
        min-width: 55px;
        height: 55px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 59px;
        font-size: 35px;
        font-weight: bold;
        border: 2px solid #F8D748;
        border-radius: 100%; }
        @media (max-width: 1000px) {
          .ukraine .steps .step .step-index {
            width: 37px;
            min-width: 37px;
            height: 37px;
            line-height: 42px;
            margin-bottom: 0;
            font-size: 26px; } }
      .ukraine .steps .step p {
        margin: 0;
        padding-top: 7px;
        font-family: 'Mercury', Georgia, serif;
        font-size: 28px;
        font-style: italic;
        line-height: normal; }
        @media (max-width: 1000px) {
          .ukraine .steps .step p {
            padding-left: 20px; } }
        @media (max-width: 767px) {
          .ukraine .steps .step p {
            font-size: 19px; } }
  .ukraine .donate {
    margin-bottom: 80px;
    text-align: center; }
    .ukraine .donate .btn {
      display: inline-block;
      padding: 12.5px 26px;
      font-size: 25px;
      font-weight: bold;
      color: #000;
      text-decoration: none;
      background-color: #F8D748;
      border: none;
      border-radius: 40px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .ukraine .donate .btn {
          padding: 9.5px 28px;
          font-size: 22px; } }
      .ukraine .donate .btn:hover {
        opacity: .8; }
      .ukraine .donate .btn:active {
        opacity: .7; }
      .ukraine .donate .btn span {
        display: inline-block;
        -webkit-transform: translateY(4px);
            -ms-transform: translateY(4px);
                transform: translateY(4px); }
        @media (max-width: 767px) {
          .ukraine .donate .btn span {
            -webkit-transform: translateY(3px);
                -ms-transform: translateY(3px);
                    transform: translateY(3px); } }
  .ukraine .ukraine-section-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px; }
  .ukraine .goal {
    padding: 40px 0;
    color: #000;
    background-color: #fff; }
    @media (min-width: 767px) {
      .ukraine .goal .ukraine-section-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .ukraine .goal .goal-target {
      padding-bottom: 20px; }
      @media (min-width: 767px) {
        .ukraine .goal .goal-target {
          width: 575px;
          padding-bottom: 0; } }
      .ukraine .goal .goal-target h2 {
        padding-bottom: 10px;
        text-align: left;
        font-size: 44px;
        border-bottom: 13px solid #000; }
        @media (max-width: 767px) {
          .ukraine .goal .goal-target h2 {
            padding-bottom: 0;
            font-size: 32px;
            border-bottom: none; } }
    @media (min-width: 767px) {
      .ukraine .goal .tally {
        padding-left: 20px;
        width: 38%;
        min-width: 367px; } }
    .ukraine .goal .tally .train-board-content {
      width: 367px; }
      @media (max-width: 767px) {
        .ukraine .goal .tally .train-board-content {
          width: 220px; } }
    .ukraine .goal .tally .flapper.train-board:last-of-type {
      display: none; }
    .ukraine .goal .tally .flapper .digit div {
      font-weight: bold; }
    .ukraine .goal .tally span {
      display: block;
      padding-top: 15px;
      font-family: 'Mercury', Georgia, serif;
      font-size: 22px;
      font-style: italic;
      line-height: normal; }
  .ukraine .help {
    padding: 40px 0;
    color: #000;
    background-color: rgba(255, 255, 255, 0.87); }
    @media (max-width: 767px) {
      .ukraine .help {
        padding-bottom: 0; } }
    .ukraine .help h2 {
      margin: 0 0 50px 0;
      text-align: center;
      font-size: 48px; }
      @media (max-width: 767px) {
        .ukraine .help h2 {
          margin: 0 0 25px 0;
          text-align: left;
          font-size: 32px; } }
    .ukraine .help h3 {
      margin: 0;
      font-size: 28px;
      color: #4C9B2F; }
    .ukraine .help p {
      margin: 30px 0 50px 0;
      font-family: 'Mercury', Georgia, serif;
      font-size: 22px;
      color: #000; }
      @media (max-width: 767px) {
        .ukraine .help p {
          margin: 15px 0 50px 0;
          font-size: 17px; } }
      .ukraine .help p a {
        color: #4C9B2F; }
      .ukraine .help p i a {
        text-decoration: none;
        color: #4C9B2F; }
        .ukraine .help p i a:hover {
          text-decoration: underline; }
    @media (min-width: 767px) {
      .ukraine .help .help-cols {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .ukraine .help .help-cols .help-col {
          width: calc(33% - 30px); } }
    .ukraine .help .globe-ukraine {
      padding-right: 20px;
      text-align: right; }
      @media (min-width: 767px) {
        .ukraine .help .globe-ukraine {
          display: none; } }
      .ukraine .help .globe-ukraine img {
        max-width: 80px;
        -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
                transform: translateY(10px); }

.homepage-2025 {
  padding: 100px 0;
  color: #fff;
  background: #000; }

.text-align-left {
  text-align: left; }
