body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 10px solid #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #737373;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

a {
  display: block;
  padding: 20px 30px;
  border-right: 1px none #fff;
  font-family: Oswald, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0px;
  padding: 8px 20px 11px;
  border-right-style: none;
  background-color: #000;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #000;
}

.button.hollow {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, .7);
  opacity: 1;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 11px;
  letter-spacing: 3px;
}

.button.hollow:hover {
  border-color: #2a8241;
  background-color: #2a8241;
  color: #fff;
}

.button.hollow.single {
  margin-top: 0px;
}

.hero-heading {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 375px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 2px 1px 1px hsla(0, 0%, 100%, .45);
  opacity: 1;
  font-family: 'Libre Baskerville', sans-serif;
  color: hsla(0, 0%, 100%, .96);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 7px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
}

.hero-heading.second {
  margin-top: 50px;
}

.hero-heading.hero-heading-phone {
  background-image: none;
  box-shadow: 0 2px 1px 1px hsla(0, 0%, 100%, .45);
}

.hero-subheader {
  margin-top: -5px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
  text-shadow: -2px 1px 6px rgba(0, 0, 0, .66);
}

.nav-link {
  padding: 25px;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  border-right-style: none;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #a3a3a3;
  font-weight: 300;
  letter-spacing: 1px;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, .09);
  color: #fff;
}

.nav-link.w--current {
  padding-right: 25px;
  padding-left: 25px;
  background-color: hsla(0, 0%, 100%, .09);
  color: #fff;
}

.nav-link.black {
  display: inline-block;
  border-right: 0px none rgba(0, 0, 0, .2);
  border-top-color: rgba(0, 0, 0, .15);
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, .15);
  color: #000;
}

.nav-link.black:hover {
  background-color: rgba(0, 0, 0, .09);
}

.nav-link.black.w--current {
  border-right-style: none;
  border-right-width: 0px;
  border-left-style: solid;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  cursor: pointer;
}

.mission-section {
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(90deg, transparent 59%, #fff), -webkit-linear-gradient(270deg, transparent 75%, hsla(0, 0%, 100%, .5)), url('../images/oakland-bay-bridge-web.jpg');
  background-image: linear-gradient(0deg, transparent 59%, #fff), linear-gradient(180deg, transparent 75%, hsla(0, 0%, 100%, .5)), url('../images/oakland-bay-bridge-web.jpg');
  background-position: 0px 0px, 0px 0px, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.section-title {
  display: block;
  width: 806px;
  margin: 35px auto 25px;
  padding: 0px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: underline;
  text-transform: uppercase;
}

.section-title.mission-ipad {
  width: auto;
  margin-bottom: 10px;
  font-size: 26px;
}

.testimonials-section {
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-right-style: none;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/fryman-web-la-buildings.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .28)), url('../images/fryman-web-la-buildings.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonials-section.alternative {
  margin-top: 25px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/fryman-web-header-1-la.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/fryman-web-header-1-la.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.emphasized-text {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #c7c7c7;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.navigation-div {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .75));
}

.navigation-div.black {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  border: 1px solid rgba(0, 0, 0, .09);
}

.brand {
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
}

.brand.w--current {
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid hsla(0, 0%, 100%, .22);
  border-left: 1px none hsla(0, 0%, 100%, .22);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.w--current:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.footer {
  display: inline-block;
  float: none;
  border: 1px solid hsla(0, 0%, 100%, .2);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.footer:hover {
  background-color: hsla(0, 0%, 100%, .2);
}

.brand.footer.brand-footer-iphone {
  width: 217px;
}

.brand.footer.brand-footer-iphone.w--current {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  border: 0px none transparent;
  background-color: transparent;
  -webkit-transition-property: none;
  transition-property: none;
}

.brand.black {
  display: block;
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, .15);
}

.brand.black.w--current {
  margin-left: 0px;
  border-top: 1px none rgba(0, 0, 0, .09);
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, .15);
}

.brand.black.w--current:hover {
  background-color: rgba(0, 0, 0, .09);
}

.upperheading-white {
  color: #fff;
  text-align: center;
}

.white {
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
}

.testimonials-text {
  margin-top: 10px;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.testimonials-slider {
  border-right-style: none;
  background-color: transparent;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.slider-arrow:hover {
  opacity: 1;
}

.slider-arrow.mobile {
  position: absolute;
  display: none;
  overflow: hidden;
}

.social-link-block {
  margin-right: 2px;
  padding: 20px;
  border-right-style: none;
  background-color: #d1d1d1;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link-block:hover {
  border-right-width: 0px;
  border-right-color: transparent;
  background-color: #2a8241;
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
  -webkit-transition-property: none;
  transition-property: none;
  cursor: pointer;
}

.social-link-block._3 {
  background-color: #d1d1d1;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
  -webkit-transition-property: none;
  transition-property: none;
  cursor: pointer;
}

.social-link-block._3:hover {
  background-color: #2a8241;
  color: #000;
}

.social-link-block._2 {
  background-image: url('../images/53f3342f1b92a02f2f930a07_rss_footer.svg');
}

.social-wrapper {
  margin-top: 30px;
  text-align: center;
}

.portfolio-post {
  width: 100%;
  height: 300px;
  margin-bottom: 0px;
  background-image: url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.portfolio-post._5 {
  background-image: url('../images/Dollarphotoclub_56332376-min.jpg');
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.client-section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}

.client-section.alternative {
  margin-top: 10px;
  padding-bottom: 17px;
}

.client-column {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

.client-column:hover {
  opacity: 1;
}

.contact-us-section {
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 30px;
}

.form-field {
  display: block;
  width: 450px;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  font-family: Lato, sans-serif;
  color: #737373;
}

.form-field.message {
  width: 450px;
  height: 120px;
  border-color: #000;
  color: #000;
}

.form-text {
  font-family: Lato, sans-serif;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-column {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: right;
}

.conatct-info-text {
  padding-left: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.conatct-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-row {
  margin-top: 0px;
}

.form-wrapper {
  margin-top: 0px;
}

.footer-section {
  margin-top: 10px;
  padding-top: 45px;
  padding-bottom: 35px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/japan-architecture-background.com-Recovered.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/japan-architecture-background.com-Recovered.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

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

.containner-slide {
  position: relative;
  top: 40%;
  text-align: center;
}

.portfolio-column {
  min-height: 0px;
  padding-right: 1px;
  padding-left: 0px;
}

.white-section {
  height: 10px;
}

.hero-section {
  margin: -10px -14px 290px -15px;
  padding-top: 100px;
  padding-bottom: 151px;
  padding-left: 6px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .55), transparent), url('../images/fryman-web-header-1-la.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .55), transparent), url('../images/fryman-web-header-1-la.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.info-text {
  margin-bottom: 50px;
  text-align: left;
}

.success {
  background-color: #2a8241;
  color: #fff;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  display: block;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #c7c7c7;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.error-message {
  background-color: #000;
}

.error-text {
  color: #fff;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: none;
}

.licenses {
  padding: 0px;
}

.title-text {
  margin-top: 10px;
  padding-top: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  font-style: italic;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
}

.body-text {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.body {
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.traffic-management {
  height: auto;
  margin-top: 0px;
}

.page-border {
  display: block;
  margin: 8px auto 7px;
  padding-bottom: 2px;
  background-color: #fff;
}

.header-1-text {
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 35px;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.header-1-text.traffic-engineering {
  display: block;
  margin: 35px auto 0px;
  padding: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
  font-family: Raleway, sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-decoration: underline;
}

.header-1-text.traffic-engineering.tablet {
  margin-top: 1px;
}

.section-split-row {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.hero-image {
  height: 750px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent 82%, hsla(0, 0%, 100%, .2)), url('../images/Fryman-hero-white-top.jpg');
  background-image: linear-gradient(180deg, transparent 82%, hsla(0, 0%, 100%, .2)), url('../images/Fryman-hero-white-top.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.hero-sub-text {
  margin-top: -9px;
  font-family: Oswald, sans-serif;
  color: hsla(0, 0%, 100%, .82);
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.mission-container {
  display: block;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
}

.traffic-column-2 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 15px 0px;
  background-image: none;
}

.traffic-column-2.project-management-icopns {
  padding: 15px;
}

.traffic-column-image-1 {
  margin-bottom: auto;
  margin-left: 0px;
  padding-bottom: 715px;
  background-image: -webkit-linear-gradient(186deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-Image-4-web.jpg');
  background-image: linear-gradient(264deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-Image-4-web.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 1080px;
}

.traffic-column-image-1.traf-control-image {
  background-image: -webkit-linear-gradient(271deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/fryman-la-32-crop.jpg');
  background-image: linear-gradient(179deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/fryman-la-32-crop.jpg');
  background-position: 0px 0px, 40% 50%;
  background-size: auto, 1280px;
}

.traffic-column-image-1.traf-control-image.traf-control-image-iphone {
  height: 550px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(271deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Optimized-fryman-la-32-Recovered.jpg');
  background-image: linear-gradient(179deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Optimized-fryman-la-32-Recovered.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.traffic-column-image-1.perm-and-reg-image {
  padding-bottom: 650px;
  background-image: -webkit-linear-gradient(186deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-metro.jpg');
  background-image: linear-gradient(264deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-metro.jpg');
  background-position: 0px 0px, 45% 81%;
  background-size: auto, 1000px;
}

.traffic-column-image-1.perm-and-reg-image.tablet {
  height: 550px;
  background-image: -webkit-linear-gradient(186deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-metro.jpg');
  background-image: linear-gradient(264deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-metro.jpg');
  background-size: auto, cover;
}

.traffic-column-image-1.const-proj-man-image {
  padding-bottom: 650px;
  background-image: -webkit-linear-gradient(270deg, transparent 94%, #fff), -webkit-linear-gradient(186deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-6121.jpg');
  background-image: linear-gradient(180deg, transparent 94%, #fff), linear-gradient(264deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-6121.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.traffic-column-image-1.const-proj-man-image.tablet {
  height: 550px;
  background-image: -webkit-linear-gradient(186deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-6121_1.jpg');
  background-image: linear-gradient(264deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-LA-6121_1.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.traffic-column-image-1.tablet {
  height: 550px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(186deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-Image-4.jpg');
  background-image: linear-gradient(264deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/Fryman-Image-4.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.traffic-engineering-row {
  margin-top: 70px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-image: none;
}

.traffic-engineering-row.traffic-control-row {
  margin-top: 55px;
  margin-bottom: 0px;
}

.services-icon-div {
  padding: 15px;
}

.trafficc-olumn-image-4 {
  display: block;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.services-text-header-icon {
  display: block;
  width: auto;
  margin: 15px auto;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.services-text-header-icon.icon-box-text {
  margin-bottom: -10px;
}

.permitting-icon {
  display: block;
  width: 400px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.perm-and-reg-div {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 175px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 40px;
  float: left;
  clear: left;
}

.perm-and-reg-div.stateblock {
  padding: 20px;
  float: none;
  clear: none;
}

.sections-row {
  margin-top: 0px;
  background-color: transparent;
}

.section-overview-div-icon {
  position: static;
  left: 10px;
  top: 0px;
  display: block;
  height: 75px;
  max-width: 125%;
  padding: 5px;
  float: none;
  clear: none;
}

.section-overview-text-header {
  position: static;
  left: 0px;
  top: 50px;
  bottom: 0px;
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-transform: capitalize;
}

.link-block-overview {
  display: block;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
  background-image: -webkit-linear-gradient(350deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52) 43%, transparent), url('../images/Optimized-stock image 5 (1).jpeg');
  background-image: linear-gradient(100deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52) 43%, transparent), url('../images/Optimized-stock image 5 (1).jpeg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  cursor: pointer;
}

.link-block-overview.block-2 {
  border-radius: 0px;
  background-image: -webkit-linear-gradient(28deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52) 51%, transparent), url('../images/Optimized-Fryman-LA-6125.jpg');
  background-image: linear-gradient(62deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52) 51%, transparent), url('../images/Optimized-Fryman-LA-6125.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 800px;
  background-repeat: repeat, repeat;
}

.link-block-overview.block-3 {
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52) 60%, transparent), url('../images/Optimized-fryman-web-la-buildings.jpg');
  background-image: linear-gradient(85deg, rgba(0, 0, 0, .92), rgba(0, 0, 0, .52) 60%, transparent), url('../images/Optimized-fryman-web-la-buildings.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 450px;
}

.link-block-overview.block-4 {
  border-radius: 0px;
  background-image: -webkit-linear-gradient(5deg, rgba(0, 0, 0, .92), transparent 19%, transparent 71%), url('../images/Optimized-ross-select-7-final.jpg');
  background-image: linear-gradient(85deg, rgba(0, 0, 0, .92), transparent 19%, transparent 71%), url('../images/Optimized-ross-select-7-final.jpg');
  background-position: 0px 0px, 75% 0%;
}

.overview-link-block-div {
  margin-top: 30px;
}

.overview-link-block-header {
  margin-top: 10px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 5px;
}

.link-block-column {
  position: static;
  padding: 1px;
}

.traf-eng-lightbox {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}

.split-column-text-box {
  padding: 15px 15px 0px;
}

.traf-eng-lightbox-image {
  border-radius: 5px;
  background-color: transparent;
}

.permreg-row {
  display: block;
  margin: 70px auto 45px;
  border: 0px solid #000;
  text-align: center;
}

.image-column {
  padding-right: 0px;
  padding-left: 0px;
}

.h3 {
  display: block;
  margin: -5px auto 0px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h3.tablet.header-3-iphone {
  font-size: 15px;
  font-weight: 400;
}

.third-party {
  padding-bottom: 0px;
}

.projects-section {
  display: block;
  height: 600px;
  margin-right: auto;
  margin-left: auto;
}

.projects-section.projects-section-ihpone {
  height: auto;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), hsla(0, 0%, 100%, .95));
  background-position: 0px 0px;
  background-size: auto;
}

.leadership-section {
  display: block;
  height: 961px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  background-image: -webkit-linear-gradient(90deg, #000, transparent 53%), url('../images/japan-architecture-background.com-Recovered.jpg');
  background-image: linear-gradient(0deg, #000, transparent 53%), url('../images/japan-architecture-background.com-Recovered.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.leadership-section.leadership-section-ihpone {
  height: auto;
  padding-top: 0px;
  padding-bottom: 15px;
}

.leadership-column {
  height: 625px;
  background-image: url('../images/ross-title-web-grey.jpg');
  background-position: 31% 50%;
  background-size: cover;
}

.leadership-column.leadership-column-ipad.iphone.tablet.leadership-column-iphone {
  height: 570px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  background-size: 900px;
  background-repeat: no-repeat;
}

.link-button {
  display: block;
  width: auto;
  height: 45px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 15px 15px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(270deg, #707070, #707070);
  background-image: linear-gradient(180deg, #707070, #707070);
  opacity: 1;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.mission-based-text {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 19px;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: underline;
  text-transform: uppercase;
}

.mission-based-text-sub {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Libre Baskerville', sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.contact-section-row-tablet {
  margin-top: 30px;
}

.arrow-down {
  display: block;
  width: 75px;
  height: 79px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-image: url('../images/Arrow-Down.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.overview-section {
  padding-top: 0px;
}

.traffic-design-row {
  margin-top: 0px;
}

.h2 {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: linear-gradient(180deg, transparent, transparent);
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 6px;
  text-decoration: underline;
  text-transform: uppercase;
}

.hover-effects-row {
  width: 100%;
  margin-top: 60px;
}

.icon-div-hover {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.icon-hover-image {
  display: block;
  width: auto;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-icon-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.project-title {
  margin-top: 10px;
}

.projects-title {
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
}

.projects-page-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-description-text {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
}

.projects-hero {
  height: 200px;
  margin-top: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/Fryman-LA-6125.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/Fryman-LA-6125.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.dynamic-list {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.projects-link {
  padding: 0px;
}

.project-images {
  width: 100%;
}

.projects-link-title {
  display: block;
  margin: 25px auto 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
}

.home-button {
  display: block;
  width: 200px;
  height: 50px;
  margin: 50px auto;
  padding: 15px 0px 0px;
  border-radius: 5px;
  background-color: #000;
  font-family: Varela, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.footer-logo {
  width: 200px;
}

.featured-link-block {
  padding: 0px;
}

.leadership-column-1 {
  margin-top: 35px;
}

.bio-text {
  margin-top: 25px;
  padding: 20px 20px 20px 25px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.bice-logo {
  display: block;
  width: 250px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
}

.bice-link-block {
  padding-top: 0px;
}

.h1-text {
  margin-top: 50px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.projects-link-block {
  padding: 0px;
}

.contact-title-text {
  margin-bottom: 20px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #000;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.hero-dive {
  background-image: -webkit-linear-gradient(90deg, transparent, rgba(0, 0, 0, .15) 28%, transparent 67%);
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .15) 28%, transparent 67%);
}

.social-link {
  margin: 5px;
  padding: 20px;
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.social-link.social-link-2 {
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
}

.social-link.kevin-bice {
  background-image: url('../images/kev-bice-FOIL.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: url('../images/kev-bice-FOIL.png'), linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

html.w-mod-js *[data-ix="portfolio-hover-animation"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="project-name-animation"] {
  opacity: 0.6500000000000001;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="skills-progress-line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-4"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-5"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-6"] {
  width: 0px;
}

html.w-mod-js *[data-ix="display-none"] {
  display: none;
}

html.w-mod-js *[data-ix="hero-heading"] {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

html.w-mod-js *[data-ix="hero-subheader"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  -ms-transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
  transform: translate(0px, 60px) scale(0.9500000000000001, 0.9500000000000001);
}

html.w-mod-js *[data-ix="link-button"] {
  opacity: 1;
  -webkit-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}

html.w-mod-js *[data-ix="arrow-left"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="arrow-right"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="services-block"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="services-block-2"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="services-block-3"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="services-block-4"] {
  opacity: 0.3;
}

html.w-mod-js *[data-ix="traffic-image-2"] {
  opacity: 0.1;
}

html.w-mod-js *[data-ix="traffic-engineering-row"] {
  opacity: 0.11;
}

html.w-mod-js *[data-ix="link-block-hover"] {
  -webkit-transform: scale(0.99, 0.99);
  -ms-transform: scale(0.99, 0.99);
  transform: scale(0.99, 0.99);
}

html.w-mod-js *[data-ix="traf-eng-lightbox-image"] {
  -webkit-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

html.w-mod-js *[data-ix="projects-lightbox-image"] {
  opacity: 1;
  -webkit-transform: scale(0.85, 0.85);
  -ms-transform: scale(0.85, 0.85);
  transform: scale(0.85, 0.85);
}

html.w-mod-js *[data-ix="icon-hover"] {
  -webkit-transform: scale(0.96, 0.96);
  -ms-transform: scale(0.96, 0.96);
  transform: scale(0.96, 0.96);
}

@media (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }
  .hero-heading {
    margin-bottom: 0px;
    font-size: 43px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .hero-subheader {
    margin-top: 0px;
  }
  .nav-link {
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
  }
  .nav-link.w--current {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black {
    display: block;
    border-bottom-style: solid;
    color: #fff;
  }
  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, .09);
  }
  .nav-link.black.w--current {
    display: block;
  }
  .navbar {
    position: static;
  }
  .section-title {
    padding: 0px;
  }
  .section-title.mission-ipad {
    width: 100%;
    font-size: 24px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }
  .form-field {
    font-weight: 300;
  }
  .form-field.message {
    height: 140px;
  }
  .form-field.form-field-tablet {
    width: 710px;
  }
  .contact-column {
    margin-top: 0px;
    padding-top: 0px;
  }
  .footer-section {
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/japan-architecture-background.com-Recovered.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('../images/japan-architecture-background.com-Recovered.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
  }
  .icon {
    margin-top: 5px;
    color: #fff;
  }
  .icon.black {
    color: #000;
  }
  .menu-button {
    width: 71px;
    height: 71px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .menu-button.black {
    width: 61px;
    height: 71px;
    border-left-color: rgba(0, 0, 0, .15);
    background-color: transparent;
  }
  .nav-menu {
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, .85);
  }
  .portfolio-column {
    padding-right: 0px;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .title-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .header-1-text {
    position: relative;
    background-image: -webkit-linear-gradient(270deg, #000, #000);
    background-image: linear-gradient(180deg, #000, #000);
  }
  .header-1-text.traffic-engineering {
    display: block;
    margin: 20px auto 5px;
    background-image: -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, transparent, transparent);
    color: #000;
    font-size: 19px;
    line-height: 20px;
  }
  .header-1-text.traffic-engineering.tablet {
    margin-top: 0px;
  }
  .section-split-row {
    height: auto;
  }
  .section-split-row.tablet-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-image {
    padding-top: 0px;
  }
  .hero-sub-text {
    margin-top: 8px;
  }
  .mission-container {
    padding: 0px;
  }
  .traffic-column-2 {
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .traffic-column-image-1 {
    background-attachment: scroll;
  }
  .traffic-column-image-1.traf-control-image.traf-control-image-iphone {
    margin-top: 20px;
    background-image: -webkit-linear-gradient(271deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/fryman-la-32-crop.jpg');
    background-image: linear-gradient(179deg, transparent 67%, hsla(0, 0%, 72%, .24) 90%, hsla(0, 0%, 100%, .6)), url('../images/fryman-la-32-crop.jpg');
    background-position: 0px 0px, 40% 50%;
    background-size: auto, 1280px;
  }
  .traffic-column-image-1.perm-and-reg-image.tablet {
    padding-bottom: 715px;
  }
  .traffic-column-image-1.const-proj-man-image.tablet {
    margin-top: 20px;
  }
  .traffic-column-image-1.tablet {
    display: block;
    margin-bottom: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services-text-header-icon {
    font-size: 11px;
  }
  .permitting-icon {
    width: 228px;
    padding: 0px;
  }
  .perm-and-reg-div {
    padding: 0px;
  }
  .section-overview-div-icon {
    margin-top: -30px;
  }
  .section-overview-text-header {
    display: block;
    margin-top: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }
  .link-block-overview.block-4 {
    background-position: 0px 0px, 50% 20%;
    background-attachment: scroll, scroll;
  }
  .overview-link-block-div {
    margin-top: 65px;
    padding-left: 30px;
  }
  .overview-link-block-header {
    margin-top: 0px;
  }
  .traf-eng-lightbox {
    position: static;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .traf-eng-lightbox-image {
    display: block;
    overflow: visible;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h3 {
    text-align: center;
  }
  .h3.tablet {
    font-size: 15px;
    font-weight: 500;
  }
  .third-party {
    padding-bottom: 0px;
  }
  .projects-section {
    height: 1400px;
  }
  .leadership-section {
    height: 1258px;
    background-image: -webkit-linear-gradient(97deg, #000, transparent 36%), url('../images/japan-architecture-background.com-Recovered.jpg');
    background-image: linear-gradient(353deg, #000, transparent 36%), url('../images/japan-architecture-background.com-Recovered.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .leadership-column.leadership-column-ipad.iphone.tablet {
    height: 517px;
  }
  .mission-based-text {
    margin-top: 0px;
  }
  .contact-section-row-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .arrow-down {
    background-image: url('../images/Arrow-Down.png');
    background-size: 50px;
  }
  .slider {
    height: 500px;
  }
  .slide {
    background-image: url('../images/fryman-la-32-crop.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide.image-2 {
    background-image: url('../images/Fryman-Image-4-web.jpg');
  }
  .slide.image-3 {
    background-image: url('../images/Fryman-LA-metro.jpg');
  }
  .slide.image-4 {
    background-image: url('../images/Fryman-LA-61239.jpg');
    background-size: cover;
  }
  .slide.image-5 {
    background-image: url('../images/Fryman-LA-metro-undrgd.jpg');
  }
  .slide.slide-6 {
    background-image: url('../images/Fryman-LA-6121_1.jpg');
  }
  .slide.image-7 {
    background-image: url('../images/La-windows-2.jpg');
  }
  .projects-page-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-description-text {
    padding: 15px;
    text-align: left;
  }
  .projects-link-title {
    font-size: 16px;
  }
  .bio-text {
    padding-left: 20px;
  }
  .left-arrow-icon {
    font-size: 66px;
    font-weight: 700;
  }
  .right-arrow-icon {
    font-size: 66px;
    font-weight: 700;
  }
  .contact-title-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .button.hollow.single {
    margin-bottom: 70px;
  }
  .hero-heading {
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 68px;
  }
  .hero-subheader {
    margin-top: 0px;
    font-size: 15px;
  }
  .section-title {
    width: auto;
  }
  .navigation-div {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .brand {
    padding-left: 30px;
  }
  .testimonials-text {
    margin-right: 10px;
    margin-left: 10px;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 50px;
  }
  .portfolio-post {
    margin-bottom: 1px;
  }
  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }
  .form-field.form-field-tablet.form-field-iphone {
    width: auto;
    min-width: 100%;
  }
  .form-text {
    text-align: left;
  }
  .footer-section {
    padding-bottom: 10px;
  }
  .project-section {
    padding-bottom: 0px;
  }
  .important-text {
    color: #838383;
    font-style: italic;
  }
  .navbar-scroll {
    display: none;
    box-shadow: none;
  }
  .traffic-column-2.project-management-icopns.traffic-column-2-side-iphone {
    height: auto;
  }
  .traffic-column-image-1 {
    background-position: 0px 0px, 15% 50%;
  }
  .traffic-column-image-1.traf-control-image {
    background-position: 0px 0px, 55% 50%;
  }
  .third-party {
    height: auto;
    padding-bottom: 0px;
  }
  .leadership-section {
    height: 1300px;
  }
  .leadership-column.leadership-column-ipad {
    background-size: 125%;
    background-repeat: no-repeat;
  }
  .mission-based-text {
    font-size: 24px;
  }
  .mission-based-text-sub {
    font-size: 11px;
  }
  .project-description-text {
    padding: 16px;
  }
}

@media (max-width: 479px) {
  a {
    text-align: center;
  }
  .hero-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 200px;
    font-size: 29px;
    line-height: 45px;
    letter-spacing: 3px;
  }
  .hero-heading.hero-heading-phone {
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .62);
  }
  .hero-subheader {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
  }
  .navbar {
    position: fixed;
  }
  .section-title {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 4px;
  }
  .testimonials-section {
    padding-bottom: 80px;
  }
  .brand.footer.brand-footer-iphone {
    width: 215px;
  }
  .brand.brand-iphone {
    width: 181px;
  }
  .upperheading-white {
    margin-top: 0px;
  }
  .white {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .testimonials-text {
    margin-top: 10px;
    font-size: 17px;
  }
  .slider-arrow {
    opacity: 0.35;
  }
  .slider-arrow.mobile {
    display: none;
  }
  .social-wrapper {
    margin-bottom: 40px;
  }
  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contact-us-section {
    background-position: 0% 0%, 78% 50%;
    background-size: auto, cover;
  }
  .contact-us-section.contact-us-section-iphone {
    height: auto;
    padding-bottom: 0px;
  }
  .form-field {
    width: 335px;
    padding: 0px;
  }
  .form-field.message {
    width: 335px;
  }
  .form-field.message.form-field-tablet.form-field-iphone {
    width: 275px;
  }
  .form-field.form-field-tablet.form-field-iphone {
    width: 275px;
  }
  .conatct-info-text {
    padding-left: 0px;
    text-align: center;
  }
  .conatct-info-text.contact-info-text-ihpone {
    text-align: left;
  }
  .footer-section {
    padding-bottom: 20px;
  }
  .slider-nav {
    padding-top: 45px;
  }
  .important-text {
    text-align: center;
  }
  .title-text {
    font-size: 13px;
  }
  .body-text {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .traffic-management {
    height: auto;
  }
  .header-1-text {
    margin-top: 0px;
    font-size: 17px;
  }
  .header-1-text.traffic-engineering {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .header-1-text.traffic-engineering.header-1-text-iphone {
    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;
    font-size: 15px;
  }
  .hero-image {
    display: block;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 80px;
    background-image: -webkit-linear-gradient(270deg, transparent 82%, hsla(0, 0%, 100%, .2)), url('../images/Fryman-hero-white-top.jpg');
    background-image: linear-gradient(180deg, transparent 82%, hsla(0, 0%, 100%, .2)), url('../images/Fryman-hero-white-top.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 1000px;
    background-attachment: scroll, fixed;
  }
  .hero-sub-text {
    font-size: 12px;
  }
  .traffic-column-image-1 {
    position: static;
    display: block;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 608px;
  }
  .traffic-column-image-1.traf-control-image.traf-control-image-iphone {
    background-position: 0px 0px, 59% 50%;
  }
  .traffic-column-image-1.const-proj-man-image {
    padding-bottom: 410px;
    background-position: 0px 0px, 0px 0px, -152px 50%;
    background-size: auto, auto, 600px;
    background-repeat: repeat, repeat, no-repeat;
  }
  .traffic-engineering-row.traffic-control-row {
    margin-top: 17px;
  }
  .services-icon-div {
    margin-bottom: 0px;
  }
  .services-text-header-icon {
    font-size: 11px;
  }
  .services-text-header-icon.icon-box-text {
    font-size: 17px;
  }
  .permitting-icon {
    position: relative;
    width: 87%;
    padding: 15px;
  }
  .perm-and-reg-div.stateblock {
    width: 100%;
  }
  .sections-row {
    margin-top: 5px;
  }
  .section-overview-div-icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-overview-text-header {
    text-align: center;
  }
  .link-block-overview.block-4 {
    background-position: 0px 0px, 3px 0px;
  }
  .overview-link-block-div {
    padding-left: 0px;
  }
  .overview-link-block-header {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .traf-eng-lightbox {
    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;
  }
  .split-column-text-box {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 59px;
  }
  .split-column-text-box.traffic-column-full-text-iphone {
    height: auto;
  }
  .permreg-row {
    margin-top: 20px;
  }
  .image-column {
    padding-bottom: 0px;
  }
  .h3 {
    font-size: 11px;
  }
  .h3.tablet.header-3-iphone {
    margin-top: -14px;
    font-size: 12px;
  }
  .projects-section {
    height: 1340px;
  }
  .projects-section.projects-section-ihpone {
    height: auto;
  }
  .leadership-section {
    height: 1569px;
  }
  .leadership-section.leadership-section-ihpone {
    height: auto;
  }
  .leadership-column.leadership-column-ipad {
    height: 625px;
  }
  .leadership-column.leadership-column-ipad.iphone {
    height: 383px;
  }
  .leadership-column.leadership-column-ipad.iphone.tablet.leadership-column-iphone {
    height: 267px;
    background-size: cover;
  }
  .leadership-row {
    padding-bottom: 25px;
  }
  .link-button {
    margin-top: 25px;
    padding-top: 10px;
  }
  .mission-based-text {
    font-size: 12px;
  }
  .mission-based-text-sub {
    font-size: 8px;
  }
  .arrow-down {
    background-image: url('../images/Arrow-Down.png');
    background-size: 50px 50px;
  }
  .hover-effects-row {
    margin-top: 20px;
  }
  .icon-div-hover {
    padding-top: 10px;
  }
  .projects-page-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project-description-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 5px;
    -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;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    font-size: 15px;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .bice-logo {
    background-image: -webkit-linear-gradient(110deg, rgba(0, 0, 0, .59), transparent 89%);
    background-image: linear-gradient(340deg, rgba(0, 0, 0, .59), transparent 89%);
  }
}

