.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.32);
}

.nav-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid #d4d4d4;
  font-family: 'din-2014', sans-serif;
  color: #363636;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-block:hover {
  background-color: #1a2026;
  color: #fff;
}

.nav-link-block.searchblock {
  padding-right: 25px;
}

.nav-link-block.search {
  width: 10%;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'din-2014', sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
}

.body {
  font-family: 'din-2014', sans-serif;
}

.colordiv-nav {
  width: 25px;
  height: 3px;
  margin-top: 5px;
  background-color: #3ae5e4;
}

.colordiv-nav:hover {
  width: 25px;
}

.colordiv-nav.yellow {
  background-color: #ffee02;
}

.colordiv-nav.darkblueblock {
  background-color: #024d9d;
}

.colordiv-nav.paleblueblock {
  background-color: #5eb1ef;
}

.colordiv-nav.purpleblock {
  background-color: #721e7a;
}

.colordiv-nav._2 {
  background-color: #ffee02;
}

.colordiv-nav._3 {
  background-color: #024d9d;
}

.colordiv-nav._4 {
  background-color: #5eb1ef;
}

.colordiv-nav._5 {
  background-color: #721e7a;
}

.hero-section {
  position: relative;
  min-height: 70vh;
  max-height: none;
  margin-top: 50px;
  padding: 0px;
}

.hero-section.presskit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 44vh;
  margin-top: 0px;
  padding-top: 137px;
  padding-bottom:58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(rgba(0, 0, 0, 0.55))), url('../images/Tilson-PressKitHERO.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../images/Tilson-PressKitHERO.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  filter:contrast(120%);
  margin-top:30px;
}

.hero-section.presskit.casestudypage {
  height: 13vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/Tilson-PressKitHERO.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/Tilson-PressKitHERO.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  min-height: 200px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-wrapper.presskit {
  position: relative;
  left: 0%;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  min-height: 0px;
  margin-left: 0px;
  padding: 0px 0px 0px 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-header {
  margin-bottom: 20px;
  font-family: 'din-2014', sans-serif;
  color: #fff !important;
  font-size: 99px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 1000px;
}

.hero-header.presskit {
  margin-top: 0px;
  color: #5eb1ef;
}

.hero-header.utilites {
  margin-top: 25px;
  margin-bottom: 35px;
  color: #ffee02;
}

.hero-text {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6667em;
  font-weight: 300;
}

.hero-button {
  margin-top: 45px;
  padding: 8px 40px;
  border: 1px solid #1a2026;
  background-color: #1a2026;
  font-family: 'din-2014', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.hero-button:hover {
  border-color: #1a2026;
  background-color: transparent;
  color: #1a2026;
}

.hero-button.positions {
  margin-top: 10px;
  padding: 8px 30px;
  font-size: 16px;
  text-align: center;
}

.hero-button.downloads {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.hero-button.downloads.absolute {
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}

.socialbar {
  position: static;
  left: auto;
  top: 6.5%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  min-height: 0px;
  padding: 0px 15px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #3c444c;
}

.socialtext {
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: 'Roboto Mono', monospace;
  color: #cecece;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.div-block {
  width: 25%;
  height: 1px;
  margin-right: 0px;
  background-color: #cecece;
}

.image {
  max-width: none;
  margin-right: 5px;
  margin-left: 5px;
}

.news-events-section {
  padding: 50px 100px;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-header {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'din-2014', sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.section-header.blue {
  color: #5eb1ef;
}

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

.section-header.white {
  color: #f7f7f7;
}

.grayblock {
  width: 80%;
  height: 2px;
  margin-bottom: 35px;
  background-color: #cecece;
}

.slider {
  min-height: 150px;
  background-color: transparent;
}

.icon {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  margin: 0px 0px 15px;
  color: #000;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  display: block;
  color: #000;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  width: auto;
}

.slide1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: 100%;
  min-height: 150px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 15px 10px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/PA-TurnPike-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
.slide1:hover {
  background-color: #55acee55;
  background-blend-mode: overlay;
}

.slide1.slide2 {
  background-image: url('../images/Conference-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide1.slide2.slide3 {
  background-image: url('../images/WorkFromHome-Image.jpg');
}

.slider1-text {
  width: 75%;
  font-size: 14px;
}

.slider-header {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.slider-header.label {
  text-align: center;
  letter-spacing: 1px;
}

.slide-nav {
  display: none;
}

.slider-label {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 25px;
  min-height: 0px;
  margin-top: 10px;
  margin-right: 10px;
  padding:0 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3ae5e4;
}

.mask {
  overflow: visible;
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
}

.slide-2 {
  width: auto;
}

.section {
  padding: 100px;
}

.whoweserve-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 130px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.whoweserve-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 200px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  width: 100%;
  min-height: 350px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.tab-link.w--current {
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px 10px;
  background-color: transparent;
  color: #3ae5e4;
}

.tab-text-block {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}

.tab-taxt-block {
  letter-spacing: 0.5px;
}

.tabpane-50-50 {
  width: 100%;
  min-height: 350px;
}

._50-50tab-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 350px;
  margin-right: 0px;
  padding-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-50tab-left.right {
  width: 50%;
  background-image: url('../images/telecom_who_we_serve1200x600px.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-50wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-50wrapper.righttext {
  width: 90%;
  min-height: 0px;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.para-tab {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.9em;
  font-weight: 400;
}

.linkblock-tab {
  text-decoration: none;
  text-transform: uppercase;
}

.buttontext-tab {
  border-bottom: 1px solid #000;
  color: #3c444c;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.buttontext-tab:hover {
  color: #3ae5e4;
}

.openposition-section {
  min-height: 50px;
  padding: 25px 100px;
  background-color: #3ae5e4;
}

.logodiv-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 10px;
  padding: 15px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.logoblock {
  width: auto;
  height: 75px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoblock img {max-height:75px; filter:grayscale(1);}

.logoblock._2 {
  background-image: url('../images/Ericsson-LOGO.jpg');
}

.logoblock._3 {
  background-image: url('../images/ATT-LOGO.jpg');
}

.logoblock._4 {
  background-image: url('../images/TurnPike-LOGO.jpg');
}

.logoblock._50-50-decorative-para {
  background-image: url('../images/TDS-LOGO.jpg');
}

.logoblock._6 {
  background-image: url('../images/Verizon-LOGO.jpg');
}

.openposition-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.position-header {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.services-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 100px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.para {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.para.left {
  color: #788791;
  line-height: 30px;
  text-align: left;
}

.para.left.details {
  margin-bottom: 10px;
}

.para.left.spacebelow {
  margin-bottom: 40px;
}

.para.left.grey {
  color: #788791;
}

.para.lists {
  color: #788791;
  line-height: 20px;
  text-align: left;
  list-style-type: square;
}

.para.lists.bottom {
  margin-bottom: 35px;
}

.serviceiconwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 20px;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.serviceiconwrapper.bottomiconwrapper {
  margin-top: 40px;
}

.iconblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 100px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link {
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  color: #3ae5e4;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}

.link:hover {
  color: #000;
}

.solution-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3ae5e4;
}

.solution-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-section {
  padding: 50px 130px;
}

.mission-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-50-leftimage {
  background-image: url('../images/TilsonEqupiment-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-50-image-left {
  width: 50%;
  height: 350px;
  min-height: 0px;
  background-image: url('../images/TilsonEqupiment-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-50-image-left.righttext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px 0px 0px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: none;
}

.mission-50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50%;
  min-height: 10px;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.decorative50-50text {
  margin-bottom: 5px;
  color: #721e7a;
  font-size: 48px;
  line-height: 50px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.top50-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top50-50.top {
  margin-bottom: 10px;
}

._50-50-decorative-para {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 50px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #104b91;
}

.footer-div {
  width: 13%;
  min-height: 100px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-div.div-1 {
  width: 230px;
}

.footer-header {
  margin-bottom: 20px;
  font-family: 'din-2014', sans-serif;
  color: #fff;
  font-size: 16.9px;
  font-weight: 400;
  letter-spacing: 1.7px;
}

.para-footer {
  margin-bottom: 5px;
  opacity: 1;
  font-family: 'Roboto Mono', monospace;
  color: #cecece;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 1.5px;
}

.para-footer.extraspace {
  margin-top: 5px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-height: 20px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.socialicons-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}

.image-2 {
  opacity: 0.5;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.brand {
  width: 80%;
  padding: 10px;
}

.slider-2 {
  width: 100%;
}

.mask-2 {
  overflow: visible;
  width: 30%;
}

.slider-3 {
  width: 100%;
  background-color: transparent;
}

.icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  border-radius: 50px;
  color: #000;
}

.icon-4 {
  color: #000;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slide-nav-2 {
  display: none;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding-top: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.slider-4 {
  width: 100%;
  height: 70vh;
  min-height: 0px;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 32, 38, .55)), to(rgba(26, 32, 38, .55))), url('../images/HeroImage.jpg');
  background-image: linear-gradient(180deg, rgba(26, 32, 38, .55), rgba(26, 32, 38, .55)), url('../images/HeroImage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/HeroImage.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HeroImage.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.social-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10px;
  margin-right: 0px;
  padding: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3a3a3a;
}

.social-holder.nobkcolor {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.social-holder.nobkcolor.presskitpage {

}

.social-holder.nobkcolor.utilitiespage {
  position: static;
  right: 941px;
  bottom: 308px;
  margin-top: 0px;
}

.plus-minus-div {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0px;
  background-color: #3a3a3a;
  cursor: pointer;
}

.plus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.minus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Minus.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar-div {
  display: block;
  width: 20%;
  padding-right: 20px;
}

.image-3 {
  max-width: none;
}

.phone-link {
  color: #cecece;
  text-decoration: none;
  display:block;
  line-height: 1.5em;
  padding-bottom:10px;
}

.phone-link:hover {
  color: #5eb1ef;
}

.copyright-text {
  margin-bottom: 0px;
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #cecece;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.copyright-text.extraspace {
  margin-top: 5px;
}

.sociallinkblock {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sociallinkblock:hover {
  background-image: url('../images/twitter_yellow.png'), url('../images/twitter.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.facebook {
  width: 10px;
}

.sociallinkblock.insta {
  background-image: url('../images/instagram.png');
}

.sociallinkblock.insta:hover {
  background-image: url('../images/insta_yellow.png'), url('../images/instagram.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.fb {
  background-image: url('../images/facebook.png');
}

.sociallinkblock.fb:hover {
  background-image: url('../images/facebook_yellow.png'), url('../images/facebook.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.linked {
  background-image: url('../images/linkedin.png');
}

.sociallinkblock.linked:hover {
  background-image: url('../images/linkedin_yellow.png'), url('../images/linkedin.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.email {
  background-image: url('../images/Mail.png');
}

.sociallinkblock.email:hover {
  background-image: url('../images/mail_teal.png'), url('../images/Mail.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.twitter-teal {
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sociallinkblock.twitter-teal:hover {
  background-image: url('../images/twitter_teal.png'), url('../images/twitter.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.insta-teal {
  background-image: url('../images/insta_yellow.png'), url('../images/instagram.png');
}

.sociallinkblock.insta-teal:hover {
  background-image: url('../images/insta_yellow.png'), url('../images/instagram.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.linked-teal {
  background-image: url('../images/linkedin.png');
}

.sociallinkblock.linked-teal:hover {
  background-image: url('../images/linkedin_teal.png'), url('../images/linkedin.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.fb-teal {
  background-image: url('../images/facebook.png');
}

.sociallinkblock.fb-teal:hover {
  background-image: url('../images/facebook_teal.png'), url('../images/facebook.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.twitter-blue {
  background-image: url('../images/twitter.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sociallinkblock.twitter-blue:hover {
  background-image: url('../images/twitter_blue.png'), url('../images/twitter.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.insta-blue {
  background-image: url('../images/instagram.png');
}

.sociallinkblock.insta-blue:hover {
  background-image: url('../images/insta_blue.png'), url('../images/instagram.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.fb-blue {
  background-image: url('../images/facebook.png');
}

.sociallinkblock.fb-blue:hover {
  background-image: url('../images/facebook_blue.png'), url('../images/facebook.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.sociallinkblock.linked-blue {
  background-image: url('../images/linkedin.png');
}

.sociallinkblock.linked-blue:hover {
  background-image: url('../images/linkedin_blue.png'), url('../images/linkedin.png');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.body-2 {
  height: 70vh;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px !important;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topnavbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px none #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  background-color: #fff;
  width:100%;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  background-color: transparent;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

.link-2 {
  font-family: 'din-2014', sans-serif;
  color: #3a3a3a;
  text-align: left;
  text-decoration: none;
}

.colo {
  width: 20%;
  height: 2px;
  background-color: #3ae5e4;
}

.image-4 {
  margin-right: 0px;
  width: 14px;
  height:14px;
  margin-top:-2px;
  margin-left:0px;
}

.socialnav {
  position: absolute;
  left: auto;
  top: 80px;
  right: 0%;
  bottom: auto;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.socialnav.casestudypage {
  display: none;
}

.socialnav.homepage {
  top: 100%;
}

.socialtitle {
  margin-bottom: 0px;
  font-family: 'Roboto Mono', monospace;
  color: #f7f7f7;
  font-size: 12px;
}

.socialline {
  width: 25%;
  height: 1px;
  margin: 0px 20px;
  background-color: #f7f7f7;
}

.breadcrumbs-nav {
  width: 100%;
  background-color: #1a2026;
}

.breadcrumbs-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 184px;
  padding: 25px 25px 25px 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.breadcrumbs-header {
  margin-right: 40px;
  font-family: 'din-2014', sans-serif;
  color: hsla(0, 0%, 80.7%, 0.42);
  font-size: 16px;
}

.about-section {
  padding: 55px 100px 80px 100px;
}

.about-wrapper {
  margin-bottom: 50px;
}

._50-50div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.leftside-50-50 {
  width: 50%;
}

.link-3 {
  font-family: Roboto, sans-serif;
  color: #5eb1ef;
  font-size: 16px;
  font-style: italic;
}

.button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utilities-section {
  position: relative;
  overflow: visible;
  margin-top: 55px;
  padding: 0px;
}

._70-30wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  justify-content: flex-end;
}

._70side {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  min-height: 0px;
  padding-top: 6.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/Tilson-UtilitiesHERO.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/Tilson-UtilitiesHERO.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  filter:contrast(120%);
}

._30side {
  width: 50%;
  padding-right: 40px;
  padding-left: 80px;
}

.utilities-wrapper {
  position: static;
  width: 85%;
  margin-top: 40px;
  margin-bottom: 110px;
  margin-left: 35px;
}

.breadcrumbs-text {
  font-family: 'Roboto Mono', monospace;
  color: #cecece;
}

.content-wrapper {
  position: static;
  width: 100%;
  margin-top: 90px;
  margin-left: 0px;
}

.content-header {
  font-family: 'din-2014', sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.content-header.topspace {
  margin-top: 50px;
}

.para2 {
  font-family: 'Roboto Mono', monospace;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 2em;
}

.flexdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.learnmore-linktext {
  border-bottom: 1px solid #ffee02;
  font-family: Roboto, sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.learnmore-linktext:hover {
  border-bottom-style: none;
}

.list {
  list-style-type: square;
}

.list-2 {
  list-style-type: square;
}

._50-50-text-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-50-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 0px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._50-50-div.slider {
  width: 55%;
  margin-right: 0px;
}

.slider-5 {
  width: auto;
  background-color: #fff;
}

.readytotalk-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #ffee02;
}

.decor-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'din-2014', sans-serif;
  color: rgba(51, 51, 51, 0.28);
  font-size: 110px;
  line-height: 100px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 5px;
}

._50div {
  position: relative;
  width: 50%;
  height: 100px;
  background-image: url('../images/ReadytoTalk.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
justify-content: center;
align-items: center;
}

.button {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.text-span {
  color: #788791;
}

.breadcrumb-link {
  color: #dfdfdf;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.breadcrumb-link:hover {
  color: #5eb1ef;
}

.breadcrumb-link.presskit {
  color: #5eb1ef;
}

.case-studies-ip-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 0px;
}

._70-left-text-ip {
  width: 100%;
  padding: 24px 100px 45px;
}
.nav-link-block.mobile{
  display:none !important;
}
.side-info-ip-30 {
  width: 30%;
  border-style: solid;
  border-width: 1px;
  border-color: #d4d4d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7f8), to(#f6f7f8));
  background-image: linear-gradient(180deg, #f6f7f8, #f6f7f8);
}

.h2-super-big {
  margin-top: 15px;
  margin-bottom: 60px;
  font-family: 'din-2014', sans-serif;
  font-size: 75px;
  line-height: 85px;
  font-weight: 400;
  text-transform: uppercase;
}

.quote-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quote-text-div {
  width: 85%;
  padding: 75px 0px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}

.ip-quote-text {
  font-family: 'Roboto Mono', monospace;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.scrollholder {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.paragraph {
  font-family: 'Roboto Mono', monospace;
  color: #ffee02;
  font-weight: 400;
}

.whiteline {
  width: 1px;
  height: 30px;
  background-color: #fff;
}

.whiteline-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.utilities-slide {
  width: 150px;
  margin-right: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/210326_Vermont-Utilities_Case-Study_website_preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/210326_Vermont-Utilities_Case-Study_website_preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.utilities-slide.mask-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/helps-avangrid-automate-energy-distribution.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/helps-avangrid-automate-energy-distribution.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-repeat: repeat, repeat;
}

.utilities-slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/Twisp_website-preview_1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/Twisp_website-preview_1.jpeg');
}

.utilities-slide._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/seneca.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/seneca.jpeg');
}

.utilities-mask {
  overflow: visible;
  width: 150px;
}

.text-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 48%;
  height: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.slide-text {
  position: absolute;
  z-index: 2;
  max-width: 90%;
  font-family: 'din-2014', sans-serif;
  color: #fff;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
}

.slide-nav-3 {
  width: auto;
  margin-top: 0px;
}

.rightcontentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 30px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rightcontentdiv.mid {
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px none #d4d4d4;
}

.logodiv {
  width: 65%;
}

.sideheader {
  font-family: 'din-2014', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.icondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icondiv.gear {
  width: 4%;
}

.headerandicondiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list-3 {
  padding-left: 15px;
  list-style-type: square;
}

.sidetext {
  font-family: 'Roboto Mono', monospace;
  color: #788791;
  font-size: 16px;
  line-height: 30px;
}

.sidetext.bullets {
  margin-bottom: 10px;
}

.sidetext.social {
  margin-top: 40px;
}

.link-4 {
  color: #3ae5e4;
  font-style: italic;
}

.link-4:hover {
  color: #000;
  text-decoration: none;
}

.link-5 {
  color: #3ae5e4;
  font-style: italic;
}

.link-5:hover {
  color: #000;
  text-decoration: none;
}

.link-6 {
  color: #3ae5e4;
  font-style: italic;
}

.link-6:hover {
  color: #000;
  text-decoration: none;
}

.socialicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3%;
  margin-right: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialicon.facebook {
  width: 1.5%;
}

.socialiconholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.temp-div-to-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-6 {
  width: 60%;
  background-color: transparent;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-5 {
  display: none;
}

.slide-nav-4 {
  bottom: -43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-whole-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-utilities-photo-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/210326_Vermont-Utilities_Case-Study_website_preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-utilities-photo-div._2 {
  background-image: url('../images/helps-avangrid-automate-energy-distribution.jpeg');
}

.slide-utilities-photo-div._3 {
  background-image: url('../images/Twisp_website-preview_1.jpeg');
}

.slide-utilities-photo-div._4 {
  background-image: url('../images/seneca.jpeg');
  background-position: 50% 100%;
}

.slide-utilites-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

.downarrow-div {
  width: 20px;
  height: 20px;
  background-image: url('../images/downarrow_white.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.socialicons-casestudies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.special-notification{
  padding:15px 10px;
  background-color: #0e252b;
  color:#fff;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  width: 100%;
  letter-spacing: 1px;
}

.special-notification p {
  margin-bottom: 0;
}
.special-notification a{
color: #3ae5e4;
}

.special-notification a:hover{
color: #fff;
}

@media screen and (max-width: 1250px) {
 .hero-header {font-size: 75px;}
}

@media screen and (max-width: 991px) {
  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f7f7f7;
  }

  .nav-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 24px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #cecece;
    background-color: #fff;
    color: rgba(89, 90, 90, 0.96);
  }

  .nav-link-block:hover {
    background-color: #000;
    color: #f7f7f7;
  }

  .heading {
    color: #fff;
  }

  .hero-section {
    min-height: 700px;
    margin-top: 40px;
  }

  .hero-section.presskit {
    min-height: 40vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tilson-PressKitHERO.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tilson-PressKitHERO.jpg');
    background-position: 0px 0px, 0px 60px;
  }

  .hero-section.presskit.casestudypage {
    height: 11vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
    background-position: 0px 0px;
  }

  .hero-wrapper {
    width: 60%;
  }

  .hero-wrapper.presskit {
    padding-left: 49px;
  }

  .hero-header {
    margin-bottom: 15px;
    font-size: 67px;
  }

  .hero-header.utilites {
    margin-bottom: 30px;
  }

  .hero-text {
    margin-bottom: 0px;
  }

  .hero-button {
    margin-top: 35px;
  }

  .hero-button.positions {
    margin-top: 5px;
  }

  .socialbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
  }

  .socialtext {
    font-size: 14px;
  }

  .news-events-section {
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
  }

  .news-wrapper {
    max-width: none;
    min-height: 0px;
  }

  .section-header {
    margin-top: 0px;
  }

  .section-header.white {
    font-size: 35px;
  }

  .grayblock {
    margin-bottom: 35px;
  }

  .slide1 {
    padding-left: 15px;
    background-position: 0% 50%;
    background-size: cover;
  }

  .slide1.slide2.slide3 {
    margin-right: 0px;
  }

  .slider1-text {
    width: 100%;
  }

  .slider-header {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
  }

  .whoweserve-section {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .tabs {
    width: 100%;
  }

  .tabs-menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .tab-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .tab-link.w--current {
    padding-right: 15px;
    padding-left: 15px;
  }

  ._50-50tab-left {
    width: 60%;
    padding-right: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._50-50tab-left.right {
    width: 40%;
    background-position: 20% 100%;
  }

  ._50-50wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._50-50wrapper.righttext {
    width: 100%;
  }

  .para-tab {
    width: 100%;
    font-weight: 300;
  }

  .openposition-section {
    min-height: 0px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .services-section {
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .services-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .serviceiconwrapper {
    margin-top: 25px;
  }

  .serviceiconwrapper.bottomiconwrapper {
    margin-top: 35px;
  }

  .solution-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .mission-section {
    padding: 40px 50px 50px;
  }

  ._50-50-image-left.righttext {
    padding-left: 30px;
  }

  .decorative50-50text {
    font-size: 40px;
    line-height: 40px;
  }

  .top50-50.top {
    height: 35%;
  }

  ._50-50-decorative-para {
    font-size: 18px;
  }

  .footer-section {
    padding: 20px 20px 25px;
  }

  .footer-div, .footer-div.div-1 {
    width: 48%;
    margin-right: 5px;
    margin-left: 5px;
    text-align: left;
    margin-bottom:30px;
  }

  .footer-header {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .para-footer {
    font-size: 16px;
    line-height: 15px;
  }

  .footer-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap:wrap;
  }

  .socialicons-footer {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand {
    width: 35%;
  }

  .slider-3 {
    width: 100%;
  }

  .slide-wrapper {
    height: 80%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide-nav-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    background-color: #3ae5e4;
    color: transparent;
  }

  .nav-menu {
    position: absolute;
    top: 139px;
    bottom: auto;
    z-index: 7000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3a3a3a;
  }

  .slider-4 {
    min-height: 700px;
  }

  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/HeroImage.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HeroImage.jpg');
    background-position: 0px 0px, 70% 60%;
  }

  .slide1-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .social-holder {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .social-holder.nobkcolor.presskitpage {
    margin-top: 1%;
  }

  .social-holder.nobkcolor.utilitiespage {
    right: 365px;
    bottom: 249px;
    width: 100%;
  }

  .plus-minus-div {
    display: none;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
  }

  .menu-button {
    z-index: 0;
    background-color: #f7f7f7;
    color: #f7f7f7;
  }

  .menu-button.w--open {
    background-color: #f7f7f7;
    color: #f7f7f7;
  }

  .icon-5 {
    color: #3a3a3a;
  }

  .navbar-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copyright-text {
    line-height: 15px;
  }

  .sociallinkblock {
    margin-right: 10px;
    margin-left: 10px;
  }

  .sociallinkblock.insta {
    margin-right: 10px;
    margin-left: 10px;
  }

  .brand-2 {
    width: 20%;
  }

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-2 {
    width: 100%;
    background-color: #fff;
  }

  .socialnav {

  }

  .socialnav.presskitpage {
    top: 17%;
  }

  .socialline {
    margin-right: 10px;
    margin-left: 10px;
  }

  .breadcrumbs-holder {
    padding-bottom: 10px;
  }

  .about-section {
    padding: 50px;
  }

  .button-holder {
    width: 70%;
  }

  ._70side {
    padding-top: 10%;
  }

  ._30side {
    padding-right: 30px;
    padding-left: 30px;
  }

  .utilities-wrapper {
    margin-left: 10px;
  }

  .content-wrapper {
    margin-top: 60px;
  }

  .list {
    padding-left: 20px;
  }

  .list-2 {
    padding-left: 20px;
  }

  ._50-50-text-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-50-div {
    width: 100%;
    margin-right: 0px;
  }

  ._50div {
    height: 75px;
  }

  ._70-left-text-ip {
    width: 65%;
    padding: 40px 50px 50px;
  }

  .side-info-ip-30 {
    width: 35%;
  }

  .h2-super-big {
    margin-bottom: 65px;
    font-size: 55px;
    line-height: 70px;
  }

  .quote-holder {
    margin-top: 45px;
    margin-bottom: 45px;
  }

  .quote-text-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .rightcontentdiv {
    margin-top: 0px;
    padding-left: 30px;
  }

  .rightcontentdiv.mid {
    padding-top: 30px;
    padding-right: 25px;
    padding-bottom: 30px;
  }

  .logodiv {
    width: 100%;
  }

  .icondiv {
    width: 8%;
    margin-right: 10px;
  }

  .icondiv.gear {
    width: 10%;
  }

  .socialicon {
    width: 5%;
  }

  .socialicon.facebook {
    width: 2.5%;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    background-color: #788791;
  }

  .list-4 {
    padding-left: 20px;
  }

  .slider-6 {
    width: 100%;
  }

  .socialicons-casestudies {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: auto;
    min-height: 600px;
    margin-top: 45px;
  }

  .hero-section.presskit.casestudypage {
    height: 11vh;
  }

  .hero-wrapper {
    width: 65%;
  }

  .hero-wrapper.presskit {
    padding-left: 50px;
  }

  .hero-header {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-header.utilites {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-button {
    margin-top: 30px;
  }

  .socialbar {
    height: 40px;
  }

  .news-events-section {
    padding: 20px;
  }

  .section-header {
    margin-bottom: 15px;
  }

  .section-header.solutions {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .section-header.solutions.centered {
    text-align: center;
  }

  .section-header.white {
    font-size: 25px;
    line-height: 30px;
  }

  .grayblock {
    margin-bottom: 25px;
  }

  .slide1 {
    width: 100%;
    height: 100%;
    min-height: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    background-position: 0% 40%;
  }

  .slide1.slide2.slide3 {
    background-position: 50% 35%;
  }

  .whoweserve-section {
    padding: 20px;
  }

  .whoweserve-wrapper {
    max-width: none;
  }

  .tabs {
    min-height: 0px;
  }

  .tabs-menu {
    margin-bottom: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tab-link {
  width:50%;
  }
  .tab-link.w--current {
    background-color: #f7f7f7;
  }

  ._50-50tab-left {
    width: 100%;
    min-height: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-50tab-left.right {
    width: 100%;
    min-height: 200px;
    margin-bottom: 0px;
  }

  ._50-50wrapper {
    min-height: 425px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-50wrapper.righttext {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .para-tab {
    margin-bottom: 5px;
    text-align: center;
  }

  .openposition-section {
    padding: 20px 25px;
  }

  .logodiv-tab {
    min-height: 0px;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .logoblock {
    width: 125px;
    margin-bottom: 20px;
  }

  .logoblock._2 {
    background-image: url('../images/Ericsson-LOGO.jpg');
  }

  .logoblock._3 {
    background-image: url('../images/ATT-LOGO.jpg');
  }

  .logoblock._4 {
    background-image: url('../images/TurnPike-LOGO.jpg');
  }

  .logoblock._50-50-decorative-para {
    background-image: url('../images/TDS-LOGO.jpg');
  }

  .logoblock._6 {
    background-image: url('../images/Verizon-LOGO.jpg');
  }

  .openposition-wrapper {
    max-width: none;
  }

  .services-section {
    padding: 25px;
  }

  .services-wrapper {
    width: 100%;
    max-width: none;
  }

  .serviceiconwrapper {
    margin-top: 15px;
  }

  .serviceiconwrapper.bottomiconwrapper {
    margin-top: 20px;
  }

  .link {
    font-size: 18px;
    line-height: 22px;
  }

  .solution-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .mission-section {
    padding: 25px;
  }

  .mission-wrapper {
    max-width: none;
    min-height: 0px;
  }

  ._50-50-image-left {
    width: 100%;
    min-height: 250px;
  }

  ._50-50-image-left.righttext {
    width: 100%;
    height: 225px;
    min-height: 100px;
    padding-top: 20px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission-50-50 {
    width: 50%;
    height: auto;
    min-height: 0px;
    margin-right: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission-50-50.rightside {
    margin-right: 0px;
  }

  .decorative50-50text {
    font-size: 50px;
    line-height: 55px;
    text-align: left;
  }

  .top50-50 {
    width: 80%;
    height: auto;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .top50-50.top {
    width: 80%;
    height: auto;
    margin-bottom: 0px;
    margin-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._50-50-decorative-para {
    font-size: 18px;
  }

  .footer-header {
    font-size: 17px;
  }
  .footer-div, .footer-div.div-1 {
    width: 47%;
  }

  .para-footer {
    font-size: 16px;
  }

  .brand {
    width: 30%;
  }

  .slider-3 {
    height: 700px;
  }

  .slide-wrapper {
    height: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu {
    top: 139px;
  }

  .slider-4 {
    height: 0vh;
    min-height: 600px;
  }

  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/HeroImage.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/HeroImage.jpg');
    background-position: 0px 0px, 70% 50%;
  }

  .social-holder {
    width: 100%;
    min-height: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .social-holder.nobkcolor.presskitpage {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }

  .social-holder.nobkcolor.utilitiespage {
    right: 300px;
    bottom: 275px;
    width: 100%;
  }

  .navbar-div {
    padding: 0px 5px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .sociallinkblock {
    width: 25px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .sociallinkblock.facebook {
    width: 12px;
  }

  .brand-2 {
    width: 25%;
  }

  .button-holder {
    width: 100%;
  }

  ._70side {
    width: 45%;
  }

  ._30side {
    padding-right: 20px;
    padding-left: 20px;
  }

  .content-wrapper {
    width: 50%;
    margin-top: 30px;
  }

  ._50div {
    width: 55%;
    background-position: 50% 50%;
  }

  .case-studies-ip-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._70-left-text-ip {
    width: 100%;
    padding: 25px;
  }

  .side-info-ip-30 {
    width: 100%;
  }

  .h2-super-big {
    margin-bottom: 60px;
  }

  .quote-holder {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .quote-text-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scrollholder {
    margin-bottom: 0px;
  }

  .text-div {
    width: 100%;
    margin-bottom: 10px;
  }

  .logodiv {
    width: 60%;
  }

  .icondiv {
    width: 4%;
  }

  .icondiv.gear {
    width: 5%;
  }

  .socialicon {
    width: 5%;
  }

  .socialicon.facebook {
    width: 2.5%;
  }

  .slider-whole-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .socialicons-casestudies {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: auto;
    margin-top: 45px;
  }

  .hero-section.presskit {
    min-height: 33vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Tilson-PressKitHERO.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Tilson-PressKitHERO.jpg');
    background-position: 15% 50%;
  }

  .hero-section.presskit.casestudypage {
    height: 10vh;
  }

  .hero-wrapper {
    width: 90%;
  }

  .hero-wrapper.presskit {
    padding-left: 25px;
  }

  .hero-header {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .hero-header.utilites {
    font-size: 48px;
  }

  .hero-button {
    margin-top: 20px;
  }

  .hero-button.downloads.absolute {
    left: 25%;
    bottom: 12%;
  }

  .socialtext {
    font-size: 12px;
  }

  .div-block {
    width: 20%;
  }

  .news-events-section {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .news-wrapper {
    min-height: 0px;
    margin-bottom: 0px;
  }

  .section-header {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 38px;
  }

  .section-header.solutions {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .grayblock {
    margin-bottom: 15px;
  }

  .whoweserve-section {
    padding-top: 15px;
  }

  .para-tab {
    line-height: 22px;
  }

  .para-tab.name {
    font-size: 12px;
    font-weight: 400;
  }

  .openposition-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logodiv-tab {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logoblock {
    margin: 10px 5px;
  }

  .position-header {
    font-size: 16px;
    line-height: 22px;
  }

  .services-section {
    padding: 20px;
  }

  .para {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .serviceiconwrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .iconblock {
    width: 50%;
    padding: 10px;
  }

  .link {
    font-size: 18px;
  }

  .solution-section {
    padding: 15px;
  }

  .solution-wrapper {
    width: 100%;
  }

  .mission-section {
    padding: 20px;
  }

  ._50-50-image-left {
    height: 250px;
    min-height: 0px;
    background-position: 70% 50%;
  }

  ._50-50-image-left.righttext {
    height: 200px;
    min-height: 0px;
    padding-top: 15px;
  }

  .mission-50-50 {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mission-50-50.rightside {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .decorative50-50text {
    margin-bottom: 0px;
    font-size: 40px;
  }

  .top50-50 {
    width: 100%;
  }

  .top50-50.top {
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._50-50-decorative-para {
    font-size: 18px;
  }

  .footer-section {
    padding: 15px;
  }

  .footer-div {
    min-height: 0px;
  }

  .footer-header {
    margin-bottom: 5px;
  }

  .brand {
    width: 50%;
  }

  .slider-3 {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .slide-wrapper {
    overflow: hidden;
  }

  .nav-menu {
    top: 129px;
  }

  .slider-4 {
    height: 60vh;
  }

  .slide-3 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 32, 38, .55)), to(rgba(26, 32, 38, .55))), url('../images/HeroImage-mob.jpg');
    background-image: linear-gradient(180deg, rgba(26, 32, 38, .55), rgba(26, 32, 38, .55)), url('../images/HeroImage-mob.jpg');
    background-position: 0px 0px, 73% 50%;
  }

  .social-holder {
    width: 100%;
  }

  .social-holder.nobkcolor.presskitpage {
    width: 100%;
    margin-top: 1%;
  }

  .social-holder.nobkcolor.utilitiespage {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 268px;
    width: 100%;
  }

  .navbar-div {
    padding: 10px;
  }

  .brand-2 {
    width: 45%;
  }

  .breadcrumbs-holder {
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .breadcrumbs-header {
    margin-right: 20px;
  }

  .about-section {
    padding: 25px;
  }

  ._50-50div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leftside-50-50 {
    width: 100%;
    margin-top: 30px;
  }

  .leftside-50-50.top {
    margin-top: 0px;
  }

  .utilities-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._70-30wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._70side {
    position: static;
    width: 100%;
    padding-top: 8%;
  }

  .utilities-wrapper {
    margin-top: 60px;
    margin-bottom: 50px;
  }

  .content-wrapper {
    width: 100%;
    margin-top: 0px;
  }

  .content-header {
    font-size: 30px;
    line-height: 40px;
  }

  .para2 {
    margin-top: 15px;
  }

  .readytotalk-div {
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50div {
    width: 100%;
  }

  .case-studies-ip-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._70-left-text-ip {
    width: 100%;
    margin-top: 15px;
    padding: 20px;
  }

  .side-info-ip-30 {
    width: 100%;
  }

  .h2-super-big {
    margin-bottom: 35px;
    font-size: 35px;
    line-height: 45px;
  }

  .quote-holder {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .quote-text-div {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ip-quote-text {
    font-size: 16px;
  }

  .rightcontentdiv {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .rightcontentdiv.mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logodiv {
    width: 70%;
  }

  .socialicon {
    width: 7%;
  }

  .socialicon.facebook {
    width: 4%;
  }

  .slider-6 {
    min-height: 400px;
  }
}
