:root {
  --main-bg: #e2e1df;
  --new-black: #164584;
  --orange: #9f1d20;
  --font: #5e5e5e;
  --lines: #adadad;
  --white: white;
  --footer: #d7d7da00;
  --menu-hover: #cecece;
  --9f1d20: #901113;
  --slide-arrows: #c4c4c4;
  --close-button: #9d9d9d;
  --orange-hover: #f58500;
  --updates-bg: #fff;
  --mega-dropdown: #edecea;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--main-bg);
  color: var(--new-black);
  letter-spacing: -.5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

a {
  color: var(--orange);
  cursor: pointer;
  text-decoration: none;
}

blockquote {
  text-align: center;
  width: 80%;
  margin: 40px auto;
  padding: 10px 20px;
  font-size: 35px;
  font-style: italic;
  line-height: 40px;
}

figcaption {
  color: var(--font);
  text-align: right;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.wide {
  border-bottom: 0 solid #040633;
  max-width: 1100px;
  height: auto;
  padding: 0;
}

.bottom-line {
  z-index: 1;
  border-bottom: 1px solid var(--lines);
  margin-bottom: 50px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.bottom-line.less-margin {
  margin-bottom: 40px;
}

.inner-wrapper {
  padding-left: 3%;
  padding-right: 3%;
}

.content-section {
  padding-top: 120px;
  position: relative;
}

.content-section.top-padding {
  padding-top: 120px;
}

.content-section.double {
  background-color: var(--white);
  color: var(--white);
  margin-top: 700px;
  padding-top: 40px;
  padding-bottom: 100px;
}

.content-section.no-padding {
  padding-top: 0;
  overflow: hidden;
}

.content-section.blog {
  padding-top: 70px;
}

.content-section.overflow {
  padding-bottom: 120px;
}

.content-section.words {
  overflow: hidden;
}

.content-section.video-section {
  background-color: var(--white);
  padding-top: 38px;
  padding-bottom: 63px;
}

.button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  min-width: 200px;
  min-height: 42px;
  padding: 13px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

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

.button.medium {
  min-width: 140px;
  font-size: 13px;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._40-pixels {
  margin-top: 40px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._75-pixels {
  margin-top: 75px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._15-pixels {
  margin-top: 15px;
  display: none;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._70-pixels {
  margin-top: 70px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.set {
  margin-top: 40px;
}

.title {
  color: #164584;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.title.white {
  color: #fff;
}

.title.dark {
  color: var(--new-black);
}

.h2-big {
  color: var(--new-black);
  border-bottom: 1px solid #950101;
  margin-top: 10px;
  padding-bottom: 17px;
  font-size: 2.4rem;
  font-style: italic;
  line-height: 3rem;
}

.social-icon {
  background-color: #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: border .2s, background-color .2s;
}

.social-icon:hover {
  background-color: #0000;
  border: 2px solid #000;
}

.social-icon.twittter {
  background-image: url('../images/gorjeo_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.twittter:hover {
  background-image: url('../images/gorjeo_2.svg');
}

.social-icon.linkedin {
  background-image: url('../images/logo-linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.linkedin:hover {
  background-image: url('../images/logo-linkedin.svg');
}

.social-icon.pinterest {
  background-image: url('../images/pinterest_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.pinterest:hover {
  background-image: url('../images/pinterest.svg');
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram_1.svg');
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo-de-letra_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.social-icon.facebook:hover {
  background-color: #0000;
  background-image: url('../images/facebook-logo-de-letra.svg');
}

.content {
  margin-top: 2px;
  padding-top: 1px;
}

.navlink {
  color: #000;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.navlink:hover {
  text-decoration: none;
}

.navlink.w--current {
  color: var(--font);
  font-weight: 400;
}

.navlink.contact-form {
  text-align: center;
  width: 50px;
  transition: background-color .2s;
  display: none;
}

.navlink.contact-form:hover {
  background-color: var(--menu-hover);
  opacity: .8;
}

.navbar-bg {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.element-2 {
  background-color: #e8e9ee;
}

.brand {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding: 15px 0;
  transition: transform .2s, opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .85;
  transform: scale(.9);
}

.brand.w--current {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0 auto 0 21px;
  padding: 10px 0;
}

.inline-block {
  text-transform: capitalize;
  width: 100%;
  display: inline-block;
}

.inline-block.right-border {
  margin-right: 5px;
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  inset: 73px 0 0;
}

.underline-hover.orange {
  background-color: #ad171a;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.underline-hover.menu {
  background-color: var(--new-black);
  width: 100%;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.nav-menu {
  flex-direction: row;
  height: 60px;
  margin-right: 10%;
  padding-top: 19px;
  display: none;
}

.dropdown-arrow {
  font-size: 12px;
}

.navbar {
  border-style: solid none solid solid;
  border-width: 0;
  border-color: var(--orange) var(--orange) var(--9f1d20);
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-nav {
  height: 60px;
}

.menu-button {
  padding: 10px;
}

.element {
  background-color: #0000;
  box-shadow: 0 2px 5px 1px #000c;
}

.dropdown {
  color: #000;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.dropdown:hover {
  text-decoration: none;
}

.dropdown.w--current {
  color: #28c16a;
}

.hero-section {
  z-index: 0;
  background-color: var(--footer);
  width: 100%;
  min-height: 100%;
  max-height: 700px;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 219px;
  display: block;
  position: fixed;
}

.hero-section.contact-us {
  min-height: 625px;
}

.hero-section.blog {
  min-height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bottom-waves {
  position: absolute;
  inset: auto 0% 0% auto;
}

.top-waves {
  position: absolute;
  inset: 0% auto auto 0%;
}

.center-content {
  text-align: center;
  background-color: #0000;
  border: 0 solid #7c0000;
  width: auto;
  padding: 14px;
}

.center-content.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.center-content.left {
  float: right;
  text-align: left;
  width: 50%;
}

.center-content.blog {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  min-height: 700px;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.hero-h1 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  background-color: #00000080;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
}

.hero-h1.white {
  color: #fff;
}

.hero-h1.rotational-word-member {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate3d(0, 0, 70px)rotate(0);
}

.hero-h1.rotational-word-member._1 {
  color: var(--white);
  text-transform: none;
  transform-style: preserve-3d;
  width: 100%;
  font-size: 3rem;
  line-height: 3rem;
  display: inline;
  transform: rotateX(120deg)rotateY(0)rotateZ(0);
}

.hero-h1.rotational-word-member._1.navigate {
  transform-style: preserve-3d;
  font-size: 3rem;
  line-height: 3rem;
  transform: rotateX(120deg)rotateY(0)rotateZ(0);
}

.hero-h1.rotational-word-member._2 {
  backface-visibility: hidden;
  color: var(--white);
  text-transform: none;
  transform-style: preserve-3d;
  font-size: 3rem;
  font-style: normal;
  line-height: 3rem;
  display: inline;
  transform: rotateX(240deg)rotateY(0)rotateZ(0);
}

.hero-h1.rotational-word-member._3 {
  color: var(--white);
  text-transform: capitalize;
  font-size: 2.8rem;
  line-height: 3rem;
  display: none;
  transform: none;
}

.hero-h1.rotational-h1-surround {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  display: inline-block;
  transform: rotate(0);
}

.all-caps {
  text-transform: none;
  font-style: normal;
  display: inline;
}

.all-caps.rotational-member {
  color: var(--white);
  text-transform: none;
  font-size: 3rem;
  line-height: 3rem;
  display: none;
}

.all-caps.rotational-member._48 {
  font-size: 3rem;
  font-style: italic;
  line-height: 3rem;
}

.all-caps.exc {
  font-size: 66px;
}

.hero-bottom {
  background-color: #dad9d7d9;
  height: auto;
  min-height: 105px;
  padding-top: 20px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bottom.none {
  background-color: #dad9d700;
}

.hero-clients-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 765px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.hero-client {
  text-align: center;
  width: 25%;
}

.scroll-line {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 87px;
  display: flex;
  position: absolute;
  bottom: -44px;
}

.scroll-line.inner-pages {
  bottom: -130px;
}

.vertical-line {
  background-color: var(--9f1d20);
  color: var(--9f1d20);
  width: 1px;
  height: 100%;
}

.center-box {
  z-index: 1;
  text-align: center;
  width: 76%;
  max-width: 925px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.intro-box {
  width: 48%;
  position: relative;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.h3-big {
  margin-top: 10px;
  font-size: 34px;
  font-style: italic;
  line-height: 40px;
}

.subtitle {
  font-size: 20px;
}

.subtitle.blog {
  color: var(--white);
  font-style: italic;
}

.go-up-button {
  z-index: 20;
  color: #fff;
  background-color: #9f1d20;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.link-block {
  color: var(--font);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 25px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block-arrow {
  margin-top: -3px;
}

.content-section-2 {
  position: relative;
}

.absolute {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute.office {
  background-image: url('../images/chalk-bulb.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute.photo, .absolute.meeting {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.post-preview {
  filter: grayscale();
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.about-us {
  filter: none;
  background-image: linear-gradient(#0000004d, #0000004d), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 123%;
}

.absolute.art {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.bridge {
  filter: grayscale();
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.subway, .absolute.picture {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.services {
  filter: none;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/jude-beck-pyuKGEtuoGY-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 123%;
}

.absolute.team {
  filter: grayscale();
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.work, .absolute.blog, .absolute.next-post {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.work-preview, .absolute.girl {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.guy {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.senior {
  background-image: none;
  height: 100%;
  min-height: 200px;
}

.absolute.consulting, .absolute.guy, .absolute.team-1, .absolute.filming {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.laptop {
  background-image: url('../images/claudiu-hegedus-aLw45Y-le_c-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.friends, .absolute.skull, .absolute.book, .absolute.mobile {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.photo {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.team-2, .absolute.team-3, .absolute.team-4, .absolute.team-5, .absolute.team-6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.absolute.polaroid {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.absolute.pb-trio {
  background-image: url('../images/matthew-connor-2.jpg');
  background-position: 50%;
  background-size: contain;
  height: 100%;
}

.absolute.lounge {
  background-image: url('../images/shaking-hands.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.absolute.pb-trio {
  background-image: url('../images/weekly-report-image.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.image-1 {
  z-index: 10;
  background-color: #eff3fa;
  width: 56%;
  height: auto;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.absolute-bg-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--footer);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.flex {
  z-index: 1;
  flex-wrap: wrap;
  padding-top: 27px;
  display: flex;
  position: relative;
}

.flex.margin {
  margin-bottom: 20px;
}

.flex._2 {
  margin-top: 63px;
}

.text-container-1 {
  flex: 1;
  align-items: center;
  padding: 20px 20px 20px 4%;
  display: flex;
  position: relative;
}

.text-container-1.bg {
  background-color: var(--footer);
  padding-top: 40px;
  padding-bottom: 60px;
}

.h4-big {
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.text-box {
  z-index: 1;
  width: 68%;
  max-width: 358px;
  position: relative;
}

.box-right {
  background-image: url('../images/Box-dotted.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 138px;
  width: 132px;
  height: 490px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text-container-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 4% 20px 20px;
  display: flex;
  position: relative;
}

.circle-left {
  background-image: url('../images/Circle-L.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 138px;
  width: 138px;
  height: 490px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.triangle-right {
  background-image: url('../images/Triangle-dotted.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 176px;
  width: 155px;
  height: 490px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.work-item {
  width: 50%;
  margin-bottom: 70px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.work-item.no-margin, .work-item.last {
  margin-bottom: 0;
}

.title-link {
  color: var(--font);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.title-link.white {
  color: var(--white);
}

.title-link.small {
  font-size: 11px;
}

.work-title {
  color: var(--new-black);
  margin-top: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.work-title:hover {
  opacity: .8;
  color: var(--new-black);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.orange-line {
  background-color: var(--9f1d20);
  width: 88px;
  height: 1px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.full-section {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.feature {
  text-align: center;
  width: 33.33%;
  margin-bottom: 50px;
  padding-left: 12px;
  padding-right: 12px;
}

.feature.no-margin, .feature.last {
  margin-bottom: 0;
}

.less-line-height {
  line-height: 32px;
}

.less-line-height._28-pixels {
  line-height: 26px;
}

.content-section-3 {
  background-color: var(--footer);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.text-container-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.image-2 {
  text-align: center;
  width: 60%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.text-box-2 {
  width: 75%;
  max-width: 360px;
}

.box-left {
  background-image: url('../images/Box-dotted-L.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 138px;
  width: 89px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-box {
  border: 1px solid var(--lines);
  text-align: center;
  border-radius: 8px;
  width: 31%;
}

.pricing-top {
  border-bottom: 1px solid var(--lines);
  padding: 30px 20px 20px;
}

.pricing-details {
  border-bottom: 1px solid var(--lines);
  text-align: left;
  padding: 30px 40px;
}

.pricing-title {
  font-size: 30px;
  font-style: italic;
}

.pricing-button-box {
  padding: 25px 40px;
}

.pricing-button {
  border: 1px solid var(--orange);
  color: var(--orange);
  background-color: #0000;
  width: 100%;
  min-height: 42px;
  padding: 13px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

.pricing-button:hover {
  background-color: var(--orange);
  color: var(--white);
}

.not-included {
  color: #33333380;
  cursor: not-allowed;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.open-close-box {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 10px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
}

.accordion-item-trigger {
  color: var(--new-black);
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.accordion-item-trigger.blog {
  padding-left: 0;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  display: flex;
}

.full-width {
  flex: 1;
}

.accordion-item-content {
  margin-top: -1px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.accordion-item-content.blog {
  padding-left: 0;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.slide-nav {
  display: none;
}

.collection-list-wrapper {
  height: 100%;
}

.empty-state {
  color: var(--font);
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.slide-text-container {
  background-color: var(--footer);
  justify-content: flex-end;
  width: 50%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.slide-arrow {
  color: var(--slide-arrows);
  font-size: 28px;
  transition: opacity .2s;
}

.slide-arrow:hover {
  opacity: .8;
}

.slide-arrow.home {
  z-index: 10;
}

.slide-text-box {
  width: 72%;
  max-width: 505px;
  height: 100%;
  padding-right: 100px;
}

.post-preview-link {
  color: var(--new-black);
  font-size: 35px;
  line-height: 45px;
}

.slide-image {
  flex: 1;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.absolute-bg-4 {
  background-color: var(--footer);
  display: none;
  position: absolute;
  inset: 0%;
}

.hover-overlay {
  background-color: #dad9d7cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-pic {
  width: 23.8%;
  position: relative;
  overflow: hidden;
}

.instagram-container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 79px;
  padding-right: 79px;
  position: relative;
}

.insta-text {
  color: var(--font);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  inset: 45% auto auto 0%;
  transform: rotate(-90deg);
}

.footer {
  background-color: var(--new-black);
  margin-top: 0;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
}

.notice-text {
  padding-top: 18px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
}

.footer-title {
  color: #69707b;
}

.menu-link {
  text-decoration: none;
}

.menu-link.black {
  color: #000;
  height: 30px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.menu-link.black.w--current {
  color: #69707b;
}

.footer-container {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 36px;
  margin-bottom: 20px;
  display: block;
}

.footer-title {
  color: var(--new-black);
  font-size: 30px;
  line-height: 40px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  padding-top: 55px;
  padding-right: 20px;
  display: flex;
}

.menu {
  width: 30%;
}

.footer-column {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 35%;
  max-width: 340px;
  margin-right: 10%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.notice {
  border-top: 1px solid var(--lines);
}

.notice-link {
  color: var(--new-black);
  text-decoration: underline;
}

.footer-menu {
  color: var(--new-black);
  font-size: 25px;
  font-style: italic;
}

.footer-text {
  color: var(--new-black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.footer-text-link {
  color: var(--new-black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
  transition: opacity .2s;
}

.footer-text-link:hover {
  opacity: .8;
  color: var(--new-black);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 25px;
  transition: opacity .2s;
}

.dropdown-lik {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: padding .2s, background-color .2s;
}

.dropdown-lik:hover {
  background-color: var(--menu-hover);
  min-width: 130px;
  padding-left: 23px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  transition: background-color .2s;
}

.dropdown-lik.w--current {
  color: var(--font);
}

.large-text {
  font-size: 55px;
  font-style: italic;
  display: inline-block;
}

.large-text-box-2 {
  width: 1400px;
  margin-top: 54px;
  margin-bottom: 25px;
  position: relative;
  left: 33px;
}

.large-text-box {
  width: 1210px;
  margin-top: 50px;
  position: relative;
}

.underline-reverse {
  background-color: #008dff;
  height: 2px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-reverse.orange {
  background-color: var(--orange);
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.intro-feature {
  text-align: center;
  width: 33.33%;
  padding-left: 12px;
  padding-right: 12px;
}

.content-section-4 {
  padding-top: 70px;
  position: relative;
}

.content-section-4.double {
  padding-bottom: 120px;
}

._50-percent-column {
  width: 50%;
  position: relative;
}

.text-container-4 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

._85-percent-column {
  width: 85%;
}

.text-box-3 {
  align-items: center;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.text-box-3.mobile-margin {
  width: 35%;
}

.box-right-2 {
  background-image: url('../images/Box-dotted.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 138px;
  width: 138px;
  height: 490px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.feature-outline {
  border: 1px solid var(--lines);
  text-align: left;
  border-radius: 5px;
  width: 23%;
  margin-bottom: 50px;
  margin-right: 15px;
  padding: 40px 20px 10px;
}

.feature-outline._4 {
  margin-right: 0;
}

.feature-outline._5, .feature-outline._6, .feature-outline._7 {
  margin-bottom: 0;
}

.feature-outline._8 {
  margin-bottom: 0;
  margin-right: 0;
}

.lightbox-link {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

._80-percent-column {
  width: 80%;
}

.iphones {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.content-section-5 {
  background-color: var(--footer);
  padding-top: 49px;
  padding-bottom: 1px;
  position: relative;
}

.content-section-5.less-top-padding {
  padding-top: 20px;
}

.content-section-6 {
  background-color: var(--footer);
  position: relative;
}

.bottom-bg {
  background-color: var(--main-bg);
  height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.top-bg {
  background-color: var(--main-bg);
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--footer);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.team-member {
  width: 31%;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}

.team-member.no-margin, .team-member.last {
  margin-bottom: 0;
}

.absolute-bg {
  background-color: var(--footer);
  display: none;
  position: absolute;
  inset: 0%;
}

.team-picture-box {
  background-color: #0000;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-content.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-menu {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 40px;
  display: flex;
}

.testimonial-text {
  text-align: center;
  font-size: 35px;
  font-style: italic;
  line-height: 50px;
}

.testimonial-container {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.profile-pic {
  background-color: var(--slide-arrows);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #868686;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: border .2s;
}

.profile-pic:hover {
  border: 2px solid var(--orange);
  background-color: var(--slide-arrows);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  transition: border .2s;
}

.profile-pic.w--current {
  border-width: 2px;
  border-color: var(--orange);
  width: 65px;
  height: 65px;
}

.profile-pic._2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-pic._3 {
  background-image: none;
}

.item-2 {
  width: 31%;
  position: relative;
  overflow: hidden;
}

.item-3 {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.item-1 {
  width: 14%;
  position: relative;
  overflow: hidden;
}

.text-box-6 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.content-section-7 {
  border-bottom: 1px solid var(--lines);
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}

.image-3 {
  width: 57%;
  position: relative;
  overflow: hidden;
}

.client-item {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-right: 15px;
  display: flex;
}

.clients-flex {
  border-bottom: 1px solid var(--lines);
  flex-wrap: wrap;
  padding-bottom: 30px;
  display: flex;
}

.circles {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 57%;
  display: flex;
}

.circle-big {
  border-radius: 50%;
  width: 267.5px;
  height: 267.5px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}

.circle-bg {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-bg.large {
  padding-top: 24px;
}

.circle-bg.padding {
  padding-top: 20px;
}

.circle-medium {
  border-radius: 50%;
  width: 225px;
  height: 225px;
  margin-top: 28px;
  margin-right: 6%;
  font-family: Roboto, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  position: relative;
  overflow: hidden;
}

.small-letter {
  font-size: 40px;
  line-height: 50px;
}

.circle-small {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}

.testimonial-column {
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.testimonial-column.padding {
  padding-top: 80px;
}

.testimonial-item {
  background-color: var(--footer);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin-bottom: 20px;
  padding: 60px 40px;
  display: flex;
}

.testimonial-pic {
  border: 2px solid var(--orange);
  background-color: var(--slide-arrows);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-pic.w--current {
  border-width: 2px;
  border-color: var(--orange);
  width: 65px;
  height: 65px;
}

.testimonial-pic._2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._3 {
  background-image: none;
}

.testimonial-pic._4 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-pic._5 {
  background-image: none;
}

.testimonial-pic._6 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-paragraph {
  font-size: 30px;
  font-style: italic;
  line-height: 40px;
}

.image-4 {
  justify-content: center;
  align-items: center;
  width: 57%;
  display: flex;
}

.text-container-5 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.text-box-4 {
  align-items: center;
  width: 62%;
  min-width: 390px;
  max-width: 370px;
  display: flex;
}

.cta-text-box {
  text-align: center;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}

.buttons-box {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-container {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.tabs-content {
  flex: 1;
  width: 50%;
}

.tabs {
  flex-wrap: wrap;
  display: flex;
}

.tab {
  opacity: .7;
  background-color: #0000;
  width: 100%;
  padding-left: 20px;
}

.tab:hover {
  border-left: 2px solid var(--close-button);
  opacity: .7;
  background-color: #0000;
  width: 100%;
  padding-left: 18px;
}

.tab.w--current, .tab.w--current:hover {
  border-left: 2px solid var(--orange);
  opacity: 1;
  background-color: #0000;
  padding-left: 18px;
}

.h3-medium {
  font-size: 30px;
  font-style: italic;
}

.tab-pane {
  height: 100%;
  overflow: hidden;
}

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

.text-container {
  background-color: var(--footer);
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 4%;
  display: flex;
}

.video-thumbnail {
  background-color: #e1e7f3;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-button {
  z-index: 100;
  background-color: #f96329;
  background-image: url('../images/Play-big_1Play-big.png');
  background-position: 55% 53%;
  background-repeat: no-repeat;
  background-size: 18px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  position: relative;
}

.play-button.small {
  background-color: #ff8b00e6;
  background-size: 11px;
  width: 38px;
  height: 38px;
}

.text-box-5 {
  flex-direction: column;
  align-items: flex-start;
  width: 62%;
  min-width: 390px;
  max-width: 370px;
  display: flex;
}

._42-percent-column {
  width: 42%;
}

._52-percent-column {
  flex-direction: column;
  justify-content: center;
  width: 52%;
  display: flex;
}

.contact-left {
  justify-content: center;
  align-items: center;
  width: 39%;
}

.expand {
  flex: 1;
}

.contact-item {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 40px;
}

.contact-item.top-margin {
  margin-top: 40px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--lines);
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  height: 45px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.text-field:hover, .text-field:focus {
  border-bottom-color: var(--orange);
}

.text-field::placeholder {
  color: var(--font);
}

.text-field.full {
  width: 100%;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.textarea {
  border: 1px solid var(--lines);
  background-color: #0000;
  margin-bottom: 20px;
  padding-top: 17px;
  padding-bottom: 80px;
}

.textarea:hover, .textarea:focus {
  border-color: var(--orange);
}

.textarea::placeholder {
  color: var(--font);
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

.submit-button {
  border: 1px solid var(--orange);
  color: var(--orange);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  min-width: 200px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  background-color: var(--orange);
  color: var(--white);
}

.submit-button.full {
  min-width: 100%;
  min-height: 42px;
  padding-top: 9px;
}

.map {
  width: 100%;
  height: 330px;
}

.form-block {
  margin-bottom: 0;
}

.blog-right {
  width: 30%;
}

.blog-left {
  width: 67.5%;
}

.tags {
  margin-right: 5px;
  display: inline-block;
}

.submit-button-2 {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  width: 100%;
  min-width: 130px;
  min-height: 45px;
  margin-top: 5px;
  padding: 14px 20px 11px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  transition: background-color .2s;
}

.submit-button-2:hover {
  background-color: var(--orange-hover);
}

.success-message {
  color: var(--font);
  background-color: #0000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.position-sticky {
  position: sticky;
  top: 80px;
}

.subtitle-form {
  color: var(--font);
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-blog {
  background-color: var(--updates-bg);
  text-align: center;
  border-radius: 5px;
  padding: 15px 20px 10px;
}

.text-field-3 {
  border: 1px solid var(--lines);
  width: 100%;
  height: 40px;
  padding-left: 19px;
}

.text-field-3::placeholder {
  font-family: Roboto, sans-serif;
}

.error-message {
  color: #69707b;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.medium-text {
  font-size: 20px;
  line-height: 27px;
}

.italiced {
  font-style: italic;
}

.preview-item {
  width: 46%;
  margin-bottom: 70px;
  margin-left: 2%;
  margin-right: 2%;
}

.preview-link {
  color: var(--new-black);
  font-size: 30px;
  line-height: 42px;
  transition: opacity .2s;
}

.preview-link:hover {
  opacity: .8;
}

.preview-link.medium {
  font-size: 24px;
  line-height: 32px;
}

.preview-link.small {
  font-size: 20px;
  line-height: 27px;
  display: inline-block;
}

.preview-link.blog {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}

.preview-link.blog-dark {
  color: var(--new-black);
  font-size: 35px;
  line-height: 46px;
}

.breadcrumb-box {
  margin-bottom: 20px;
  padding-left: 2%;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.mini-link {
  color: #69707b;
  font-size: 14px;
}

.mini-link:hover {
  text-decoration: underline;
}

.breadcrump {
  color: #69707b;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.mini-text {
  color: #69707b;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.tag {
  color: var(--orange);
  margin-right: 3px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.mini-preview {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.mini-preview:hover {
  opacity: .85;
}

.blog-hero {
  height: auto;
  min-height: 700px;
}

.hero-blog-column {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  min-height: 700px;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.overlay {
  background-color: #0000008c;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-2 {
  border: 1px solid var(--orange);
  color: var(--orange);
  text-align: center;
  background-color: #0000;
  min-width: 200px;
  min-height: 42px;
  padding: 13px 28px 11px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

.button-2:hover {
  background-color: var(--orange);
  color: #fff;
}

.pagination {
  justify-content: flex-end;
}

.pagination-button {
  background-color: var(--orange);
  color: var(--white);
  border-style: none;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Roboto, sans-serif;
  transition: background-color .2s;
}

.pagination-button:hover {
  background-color: var(--orange-hover);
}

.side-preview-post {
  z-index: 10;
  margin-bottom: 30px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.preview-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 125px;
  height: auto;
  min-height: 110px;
  transition: opacity .2s;
  position: relative;
  overflow: hidden;
}

.preview-left:hover {
  opacity: .85;
}

.preview-right {
  background-color: var(--updates-bg);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: 55%;
  max-width: 280px;
  padding: 10px 40px 15px 15px;
  line-height: 24px;
  position: relative;
}

.next-post-arrow {
  background-color: #dfdfdf;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.next-post-arrow:hover {
  background-color: var(--footer);
}

.rotation-text {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 39px;
  display: inline-block;
  position: absolute;
  inset: 0% auto 0% -123px;
  transform: rotate(-90deg);
}

.rotation-text.previous {
  left: -140px;
}

.heading-box-line {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.preview-item-post {
  width: 48%;
}

.big-title {
  font-size: 56px;
  line-height: 66px;
}

.work-preview {
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 3px 1px #0000006e;
}

._22-percent-column {
  width: 22%;
  margin-bottom: 20px;
}

.bold-title {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
}

.work-preview-item {
  width: 50%;
}

.faq-column {
  width: 22%;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
}

.side-menu {
  z-index: 1000;
  background-color: var(--mega-dropdown);
  width: 29%;
  max-width: 400px;
  padding: 60px 40px 40px;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.close-button {
  z-index: 100;
  background-color: var(--close-button);
  background-image: url('../images/cruzar.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-top: 25px;
  margin-right: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.side-menu-container {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

.side-menu-overlay {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.social-link {
  border: 1px solid var(--orange);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-link:hover {
  background-color: var(--orange);
  margin-right: 10px;
}

.social-link.fb {
  background-image: url('../images/logo-de-facebook.svg');
}

.social-link.fb:hover {
  background-image: url('../images/facebook-logo-de-letra_1.svg');
}

.social-link.twitter {
  background-image: url('../images/gorjeo.svg');
}

.social-link.twitter:hover {
  background-image: url('../images/gorjeo_1.svg');
}

.social-link.linkedin {
  background-image: url('../images/linkedin.svg');
}

.social-link.linkedin:hover {
  background-image: url('../images/linkedin-1.svg');
}

.social-link.pinterest {
  background-image: url('../images/pinterest_1.svg');
}

.social-link.pinterest:hover {
  background-image: url('../images/pinterest-1.svg');
}

.social-link.instagram {
  background-image: url('../images/logo-de-instagram.svg');
}

.social-link.instagram:hover {
  background-image: url('../images/logo-de-instagram-1.svg');
}

.dark-link {
  color: var(--new-black);
  transition: opacity .2s;
}

.dark-link:hover {
  opacity: .8;
}

.mega-dropdown {
  z-index: 10;
  background-color: var(--mega-dropdown);
  height: auto;
  min-height: 300px;
  padding-top: 90px;
  padding-bottom: 20px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 29%;
  display: flex;
}

.dropdown-item {
  width: 30.5%;
  margin-right: 4%;
  position: relative;
}

.dropdown-item.last {
  margin-right: 0%;
  position: relative;
}

.sort-number {
  background-color: #f5d700;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 132px;
  display: flex;
  position: absolute;
  inset: -5px auto auto -5px;
}

.navigation {
  border-bottom: 0 solid #9f1d20;
  display: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.preloader {
  z-index: 100000000;
  background-color: var(--footer);
  color: #69707b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.margin {
  width: 100%;
  margin-bottom: 20px;
}

.row {
  margin-bottom: 3%;
}

.relative {
  position: relative;
  overflow: hidden;
}

.absolute-bg-3 {
  background-color: var(--footer);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-5 {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.item-4 {
  width: 14%;
  position: relative;
  overflow: hidden;
}

.image-6 {
  position: relative;
  overflow: hidden;
}

.heading-box {
  text-align: center;
  width: 56%;
  max-width: 510px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.medium {
  width: 100%;
  max-width: 1000px;
  margin-bottom: 24px;
}

.question {
  margin-right: 5px;
  display: inline;
  position: relative;
  top: 9px;
}

.hero-absolute {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 700px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-7 {
  text-align: center;
  width: 47%;
  position: relative;
  overflow: hidden;
}

.feature-intro {
  border: 1px solid var(--lines);
  text-align: left;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 23%;
  padding: 40px 20px 10px;
  display: flex;
}

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

.text-flex {
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contact-link {
  color: var(--new-black);
  font-size: 22px;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .85;
}

._48-percent-column {
  width: 48%;
}

._48-percent-column.no-margin {
  width: 40%;
  margin-left: 45px;
}

.map-container {
  flex: 1;
}

.less-height {
  color: #0b2242;
  line-height: 30px;
}

.relative-box {
  position: relative;
  overflow: hidden;
}

.less-top-margin {
  margin-top: 10px;
  margin-bottom: 5px;
}

.absolute-hover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0;
}

.absolute-hover._2, .absolute-hover._3, .absolute-hover._4 {
  background-image: none;
}

.absolute-hover.intro, .absolute-hover.intro-2 {
  background-image: none;
  height: 100%;
}

.large-text-2 {
  font-size: 55px;
  font-style: italic;
}

.justify-right {
  text-align: right;
}

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

.hero-client-2, .hero-client-3, .hero-client-4, .hero-client-5 {
  text-align: center;
  width: 25%;
}

.rotation-wrapper {
  perspective: 10000px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 306px;
  height: 70px;
  display: block;
  position: relative;
  transform: rotate(0);
}

.rotation-wrapper.full-line {
  text-align: center;
  width: 100%;
  transform: rotate(0);
}

.rotation-wrapper.home-wrapper {
  backface-visibility: visible;
  text-align: center;
  text-transform: capitalize;
  width: 90%;
  display: block;
  transform: rotate(0);
}

.rotational-word-line {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.rotational-word-line.home-line {
  text-transform: capitalize;
  justify-content: center;
  font-size: 1.8rem;
}

.video {
  width: 100%;
  margin-bottom: 20px;
}

.play-video {
  background-color: var(--orange);
  color: var(--white);
  background-image: url('../images/Play-big_1Play-big.png');
  background-position: 11%;
  background-repeat: no-repeat;
  background-size: 9px;
  border-radius: 3px;
  width: 100px;
  height: 30px;
  margin-bottom: 20px;
  margin-right: 10px;
  padding-left: 26px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: opacity .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.play-video:hover {
  opacity: .85;
}

.display-none {
  display: none;
}

.static-header {
  display: block;
}

.about-us-rotational {
  color: #fff;
  background-color: #000000a1;
  margin-top: 15px;
  padding: 22px;
}

.logo {
  width: 300px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-social {
  width: 30%;
  display: none;
}

.brand-strategy {
  float: left;
  clear: none;
  background-color: var(--white);
  border-radius: 6px;
  width: 32%;
  min-height: 125px;
  margin-bottom: 49px;
  margin-right: 1%;
  padding: 17px;
  box-shadow: 3px 3px 3px #00000063;
}

.brand-strategy-image {
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 1px;
}

.brand-identity {
  float: left;
  clear: both;
  background-color: var(--white);
  border-radius: 6px;
  width: 32%;
  min-height: 125px;
  margin-bottom: 49px;
  margin-right: 1%;
  padding-left: 9px;
  padding-right: 9px;
  display: flex;
  box-shadow: 3px 3px 3px #00000063;
}

.content-wrapper-brand {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-brand.wide {
  max-width: 100%;
  box-shadow: 3px 3px 3px #000;
}

.paragraph, .paragraph-2 {
  font-size: 18px;
}

.paragraph-2.left-just {
  text-align: left;
}

.paragraph-3 {
  font-size: 18px;
}

.paragraph-3.left-just {
  text-align: left;
}

.brand-flex-div {
  display: flex;
}

.paragraph-18 {
  margin-bottom: 42px;
  font-size: 22px;
  line-height: 30px;
}

.content-wrapper-video {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1010px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-video.wide {
  max-width: 100%;
  padding-top: 8px;
  box-shadow: 3px 3px 3px #000;
}

.hero-h1-contact-page {
  float: none;
  color: var(--white);
  font-size: 60px;
  font-style: italic;
  line-height: 70px;
}

.hero-h1-contact-page.white {
  color: #fff;
}

.hero-h1-contact-page.rotational-word-member {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate3d(0, 0, 70px)rotate(0);
}

.hero-h1-contact-page.rotational-word-member._1 {
  color: var(--white);
  transform-style: preserve-3d;
  display: inline;
  transform: rotateX(120deg)rotateY(0)rotateZ(0);
}

.hero-h1-contact-page.rotational-word-member._2 {
  backface-visibility: hidden;
  color: var(--white);
  transform-style: preserve-3d;
  display: inline;
  transform: rotateX(240deg)rotateY(0)rotateZ(0);
}

.hero-h1-contact-page.rotational-word-member._3 {
  color: var(--white);
  display: inline;
  transform: none;
}

.hero-h1-contact-page.rotational-h1-surround {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.title-white {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.title-white.white {
  color: #fff;
}

.title-white.dark {
  color: var(--new-black);
}

.navlink-copy {
  color: #000;
  height: 60px;
  margin-right: 15px;
  padding-top: 16px;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  overflow: hidden;
}

.navlink-copy:hover {
  text-decoration: none;
}

.navlink-copy.w--current {
  color: var(--font);
  font-weight: 400;
}

.navlink-copy.contact-form {
  text-align: center;
  width: 50px;
  transition: background-color .2s;
}

.navlink-copy.contact-form:hover {
  background-color: var(--menu-hover);
  opacity: .8;
}

.navlink-copy.phone {
  background-color: #9f1d20;
  border-radius: 0;
  height: 40px;
  margin-top: 12px;
  padding-top: 6px;
}

.less-height-phone {
  color: var(--white);
  line-height: 30px;
}

.highlighted-work-div {
  text-align: center;
}

.big-title-featured {
  text-align: center;
  font-size: 56px;
  line-height: 66px;
}

.background-video {
  height: 100%;
}

.text-container-6 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 4% 20px 20px;
  display: flex;
  position: relative;
}

.content-section-8 {
  background-color: #fff;
  margin-top: 16px;
  padding-top: 39px;
  padding-bottom: 72px;
  position: relative;
}

.all-caps-2 {
  text-transform: none;
  font-style: italic;
  display: inline;
}

.subtitle-2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.text-container-7 {
  float: right;
  flex: 1;
  align-items: center;
  width: 73%;
  padding: 0 20px 0 4%;
  display: block;
  position: relative;
}

.text-box-7 {
  z-index: 1;
  width: 68%;
  max-width: 358px;
  position: relative;
}

.text-box-7.mobile-padding {
  width: 100%;
  max-width: 600px;
}

.h4-big-2 {
  text-transform: none;
  font-size: 36px;
  font-style: italic;
  line-height: 40px;
}

.image-9 {
  z-index: 10;
  float: left;
  background-color: #f2f3f5;
  border: 1px solid #d3d3d3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.absolute-bg-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-10 {
  background-color: #fff;
  border: 0 solid #e2e2e2;
  width: 100%;
  display: block;
}

.connor-hp-container {
  padding-top: 38px;
  padding-bottom: 38px;
  display: none;
}

.arete-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #164584;
  border: 1px solid #000;
  margin-top: 5px;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.heading {
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.connor-subhead {
  float: left;
  color: var(--orange);
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
}

.body {
  background-color: var(--white);
}

.image-float-right {
  z-index: 10;
  float: right;
  background-color: #eff3fa;
  width: 45%;
  height: auto;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.parker-image {
  z-index: 10;
  float: right;
  background-color: #eff3fa;
  width: 35%;
  height: auto;
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.text-container-8 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 4% 20px 20px;
  display: flex;
  position: relative;
}

.content-section-9 {
  background-color: #fff;
  padding-top: 138px;
  padding-bottom: 124px;
  position: relative;
}

.text-container-9 {
  flex: 1;
  align-items: center;
  padding: 20px 9px 20px 3%;
  display: flex;
  position: relative;
}

.flex-2 {
  z-index: 1;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.text-box-8 {
  z-index: 1;
  width: 68%;
  max-width: 358px;
  position: relative;
}

.text-box-8.mobile-padding {
  width: 90%;
  max-width: none;
  padding-left: 52px;
}

.h4-big-3 {
  text-transform: none;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 2.4rem;
}

.image-11 {
  z-index: 10;
  background-color: #fff;
  width: 56%;
  height: auto;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}

.absolute-bg-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: absolute;
  inset: 0%;
}

.paragraph-large {
  color: var(--font);
  text-align: left;
  letter-spacing: .5px;
  border-left: 0 dotted #000;
  margin-bottom: 23px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.paragraph-large.copy {
  flex: 1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-style {
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.form-div {
  width: 100%;
}

.legal-white {
  color: var(--white);
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.list {
  font-size: 22rem;
}

.new-headline-wrapper {
  display: none;
}

.dropdown-list {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #3c97cc;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-link-copy-copy {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link-copy-copy:hover {
  color: #ffd65b;
  letter-spacing: 1px;
}

.nav-link-copy-copy.w--current {
  color: #3c97cc;
}

.nav-link-copy-copy.drpdn {
  text-transform: capitalize;
  background-color: #3c97cc;
  border-bottom: 0 solid #3c97cc;
  padding: 7px 15px 7px 40px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.nav-link-copy-copy.drpdn {
  color: #333;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 0 solid #3c97cc;
  padding: 7px 15px 7px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  transition: background-color .3s, opacity .2s, color .3s;
}

.nav-link-copy-copy.drpdn:hover {
  background-color: #d3d3d3;
}

.nav-link-copy-copy.drpdn {
  float: left;
  clear: left;
  color: var(--font);
  text-align: left;
  text-transform: capitalize;
  background-color: #fff;
  border-bottom: 0 solid #3c97cc;
  flex: 0 auto;
  width: 100%;
  padding: 7px 15px 7px 13px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .85rem;
  line-height: 1rem;
}

.nav-link-copy-copy.drpdn.w--current {
  color: #0c396b;
  font-weight: 400;
}

.nav-link-2 {
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2rem;
  transition: color .3s;
}

.nav-link-2:hover {
  color: #9d1f20;
  letter-spacing: 0;
  -webkit-text-stroke-color: #9f1d20;
}

.nav-link-2.w--current {
  color: #165090;
}

.nav-link {
  color: #333;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 10px 0;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2rem;
  transition: color .3s;
}

.nav-link:hover {
  color: #9f1d20;
  letter-spacing: 0;
}

.nav-link.w--current {
  color: #165090;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.navbar-2 {
  background-color: #3c97cc;
  box-shadow: 0 1px 3px #333;
}

.nav-link-drpd-header {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #3c97cc;
  border: 0 solid #000;
  border-bottom: 1px solid #0c396b;
  padding-top: 13px;
  padding-bottom: 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.nav-link-drpd-header:hover {
  color: #e7cb77;
  letter-spacing: 1px;
}

.nav-link-drpd-header.w--current {
  color: #fff;
}

.nav-link-drpd-header.w--current:hover {
  color: #f0d767;
}

.dropdown-toggle-3 {
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
}

.nav-link-drdn-trigger {
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .25s, opacity .2s, color .3s;
  transform: translate(0);
}

.nav-link-drdn-trigger:hover {
  color: #ffd65b;
  letter-spacing: 1px;
}

.nav-link-drdn-trigger.w--current {
  color: #3c97cc;
}

.container-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1500px;
  display: flex;
}

.dropdown-list-2 {
  background-color: #fff;
  margin-top: 0;
  overflow: hidden;
  box-shadow: 3px 3px 3px #000000eb;
}

.dropdown-list-2.w--open {
  background-color: #3c97cc;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  box-shadow: 0 5px 7px #0003;
}

.dropdown-toggle {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.nav-w-dd {
  margin-right: 0%;
  padding-top: 16px;
}

.icon-3 {
  color: #9f1d20;
  -webkit-text-stroke-color: #9f1d20;
  margin-top: 15px;
}

.faq-div {
  width: 100%;
  position: relative;
}

.text-span-5 {
  color: #be0707;
  font-size: 16px;
  line-height: 22px;
}

.icon-4 {
  float: right;
  color: #9f1d20;
  object-fit: fill;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-right: 0;
  padding-left: 34px;
  display: flex;
  position: relative;
}

.service-map-div {
  float: right;
  width: 100%;
}

.dropdown-toggle-2 {
  overflow-wrap: anywhere;
  width: 100%;
  height: auto;
  padding: 3px 3px 0 0;
  position: relative;
}

.dropdown-toggle-2.w--open {
  float: none;
  clear: none;
  position: relative;
}

.h3-green-2 {
  color: #165090;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

.h3-green-2.faq-style {
  color: #165090;
  background-color: #0000;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 400;
  transition: color .35s;
}

.h3-green-2.faq-style:hover {
  color: #be0707;
  font-weight: 400;
}

.text-span-6 {
  color: #be0707;
  font-weight: 700;
}

.bold-text {
  font-size: 16px;
  line-height: 22px;
}

.dropdown-body {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: -30px;
  padding-top: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.dropdown-body.w--open {
  background-color: #0000;
  display: block;
}

.paragraph-locations {
  color: #7a7a7a;
  border-top: 0 dotted #414141;
  padding-top: 0;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: block;
  overflow: hidden;
}

.dropdown-4 {
  float: none;
  object-fit: none;
  width: 100%;
  height: auto;
  display: none;
}

.connor-hp-container-eampanding {
  border-bottom: 0 dotted #a70000;
  max-width: 1200px;
  height: auto;
  margin-bottom: 12px;
  padding-top: 13px;
  padding-bottom: 0;
  position: relative;
}

.bold-text-2 {
  overflow-wrap: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
  display: block;
}

.bio-1sr-para {
  float: left;
  direction: ltr;
  color: #7a7a7a;
  letter-spacing: 0;
  object-fit: none;
  border: 0 dotted #000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: block;
  overflow: hidden;
}

.paragraph-19 {
  float: left;
  direction: ltr;
  letter-spacing: 0;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: none;
  width: 100%;
  height: auto;
  margin-right: 0;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  position: relative;
}

.connor-1st-p {
  margin-top: 0;
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 600;
}

.bio-2nd-para {
  z-index: 10;
  float: none;
  direction: ltr;
  color: #7a7a7a;
  object-fit: none;
  background-color: #fff;
  border-top: 0 dotted #414141;
  border-bottom: 0 solid #000;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.learn-more-lind {
  float: right;
  color: var(--9f1d20);
  text-align: left;
  margin-left: 5px;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.h1-big {
  float: left;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 0 solid #950101;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
}

.h1-big.h2-big {
  color: var(--font);
  margin-top: 49px;
  padding-bottom: 12px;
  font-size: 2rem;
}

.h1-big.services-pages {
  font-size: 2.2rem;
}

.h1-big.black {
  color: var(--new-black);
}

.h1-big.blue {
  float: none;
  color: var(--new-black);
}

.h1-big.blue.underlined {
  border-bottom-width: 1px;
  padding-bottom: 29px;
}

.h1-big.blue.name {
  letter-spacing: .1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.slide {
  background-image: url('../images/capitol-building-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.content-section-400-slider {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 140px;
  padding-top: 0;
  padding-bottom: 55px;
  font-size: 1.5rem;
  position: relative;
}

.content-section-400-slider.ho {
  background-color: #fff;
  height: 800px;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.headline-container {
  margin-top: 60px;
}

.slide-2 {
  background-image: url('../images/lincoln-1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.left-arrow, .right-arrow, .slide-nav-2 {
  display: none;
}

.slide-3 {
  background-image: url('../images/capitol-building-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/we-the-people.jpg');
  background-position: 0 0;
  background-size: auto;
}

.mask {
  height: 600px;
}

.slider-2 {
  background-color: #fff;
  height: 500px;
}

.slide-5 {
  background-image: url('../images/american-flag.jpg');
  background-position: 0 0;
  background-size: auto;
}

.list-para {
  float: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 200px;
  padding-right: 28px;
  display: flex;
}

.list-container {
  float: right;
  border-left: 1px dotted #000;
  width: 50%;
  min-height: 200px;
}

.headline-container-copy {
  margin-top: 60px;
  font-size: 1.8rem;
}

.content-container {
  margin-top: 16px;
  display: block;
}

.texas-slide-1 {
  background-image: url('../images/texas-rotunda.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.texas-slide-2 {
  background-image: url('../images/texas-senate.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.texas-slide-3 {
  background-image: url('../images/texas-flag.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.texas-slide-4 {
  background-image: url('../images/texas-capitol-building-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.local-slide-1 {
  background-image: url('../images/city-hall.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.local-slide-2 {
  background-image: url('../images/houston.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.texas-slide-3-copy {
  background-image: url('../images/texas-flag.jpg');
  background-position: 0 0;
  background-size: auto;
}

.local-slide-3 {
  background-image: url('../images/harris-county-courthouse.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.local-slide-4 {
  background-image: url('../images/school.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.open-bio-div {
  border-top: 1px dotted #000;
  flex-direction: column;
  width: 100%;
  display: block;
}

.icon-div {
  z-index: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.flex-2-copy {
  z-index: 1;
  flex-wrap: wrap;
  display: none;
  position: relative;
}

.spacer-section {
  min-height: 800px;
  max-height: 800px;
  display: none;
}

.shade-div {
  background-color: #0003;
  width: 100%;
  height: 700px;
}

.name-div {
  float: left;
  width: auto;
}

.email-icon-div {
  float: left;
  clear: right;
  width: 50px;
  margin-left: 15px;
  padding-top: 5px;
}

.subhesd-div {
  float: left;
  clear: left;
}

.image-13 {
  float: right;
  color: var(--font);
  display: block;
}

.italic-text {
  font-style: italic;
}

.link-block-2 {
  padding-top: 0;
}

.slider-overlay {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 600px;
  min-height: 500px;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-shade {
  background-color: #000000bd;
  padding-left: 36px;
  padding-right: 36px;
}

.slide-heading {
  color: #164584;
  text-align: left;
  max-width: 800px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.hp-slider-1 {
  background-color: #fff;
  height: 600px;
  position: relative;
}

.slide-federal-hkp {
  z-index: -1;
  background-image: url('../images/home-page-slder-federal.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
}

.slide-state-hp {
  z-index: -1;
  background-image: url('../images/home-page-slder-texas.jpg');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.slide-local-hp {
  z-index: -1;
  background-image: url('../images/home-page-slder-city.jpg');
  background-position: 50% 100%;
  background-size: auto;
  position: static;
}

.slider-button {
  float: none;
  background-color: #0000004a;
  border: 1px solid #fff;
  margin-top: 19px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.2rem;
}

.slide-para {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.slider-state-page {
  background-color: #fff;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.slider-fed-page {
  z-index: 1;
  background-color: #fff;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask-fed-page-slider {
  height: 500px;
}

.slider-local-page {
  background-color: #fff;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask-mask-local-page, .mask-state-page {
  height: 500px;
}

.fed-slide-4-copy {
  background-image: url('../images/we-the-people.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fed-slide-5-copy {
  background-image: url('../images/american-flag.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fed-slide-3-copy {
  background-image: url('../images/capitol-building-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fed-slide-2-copy {
  background-image: url('../images/lincoln-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.fed-slide-copy {
  z-index: -1;
  background-image: url('../images/capitol-building-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hkp-slider-mask-copy {
  height: 600px;
  position: absolute;
}

.slider-shad-2 {
  z-index: 10000;
  float: none;
  background-color: #ffffff78;
  height: 900px;
  display: none;
  position: relative;
}

.slider-hider-div {
  z-index: 2;
  letter-spacing: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.slider-hider-div-2 {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(#0003, #0003);
  height: 500px;
  display: none;
  position: relative;
}

.mid-page-slider-federal {
  background-image: url('../images/home-page-slder-federal.jpg');
  background-position: 0 0;
  background-size: cover;
}

.midpage-slider-b {
  height: 600px;
  margin-bottom: 0;
}

.slider-mid-page-shade {
  background-color: #0000009e;
  align-items: center;
  width: 100%;
  height: 700px;
  display: flex;
}

.mid-page-slider-container {
  letter-spacing: 0;
  background-color: #00000061;
  padding-left: 39px;
  padding-right: 39px;
}

.midpage-slider-headline {
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
}

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

.mid-page-slider-state {
  background-image: url('../images/home-page-slder-texas.jpg');
  background-position: 0 0;
  background-size: cover;
}

.mid-page-slider-local {
  background-image: url('../images/home-page-slder-city.jpg');
  background-position: 0 0;
  background-size: cover;
}

.h2-serif {
  color: #000;
  text-align: left;
  border: 0 solid #9f1d20;
  border-bottom-width: 1px;
  margin-bottom: 15px;
  padding-bottom: 27px;
  font-family: Crimson Text, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.4rem;
}

.h2-serif.white {
  color: var(--white);
  font-weight: 400;
}

.h2-serif.white.no-underline {
  border-bottom-width: 0;
}

.h2-serif.no-underline {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.headline-overlay-for-slider-div {
  width: 100%;
  font-weight: 600;
}

.pa-slide-1 {
  background-image: url('../images/public-rel-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pa-slide-2 {
  background-image: url('../images/public-rel-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pa-slide-3 {
  background-image: url('../images/public-rel-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.mid-page-slider-pa2 {
  background-image: url('../images/home-page-slider-pa.jpg');
  background-position: 0 0;
  background-size: cover;
}

.contact-slide-1 {
  z-index: -1;
  background-image: url('../images/capitol-building-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.contact-slide-2 {
  z-index: -1;
  background-image: url('../images/texas-capitol-building-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.contact-slide-3 {
  z-index: -1;
  background-image: url('../images/houston-2.jpg');
  background-position: 0 0;
  background-size: cover;
}

.form-container {
  float: left;
  border-left: 0 dotted #000;
  justify-content: center;
  width: 50%;
  min-width: 650px;
  min-height: 200px;
  margin-left: auto;
  display: flex;
}

.contact-para {
  float: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding-right: 28px;
  display: block;
}

.content-section-contact {
  background-color: #fff;
  margin-top: 13px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  position: relative;
}

.content-section-contact.ho {
  background-color: #fff;
  height: 800px;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.social-icons-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-14 {
  background-image: url('../images/gorjeo_2.svg');
  background-position: 0 0;
  background-size: cover;
}

.soc-icon-link {
  background-color: #0000;
  width: 70px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0 9px;
}

.navbar-3 {
  background-color: #fff;
  width: 100%;
  height: 80px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px 1px #000c;
}

.container-6 {
  flex-direction: row;
  max-width: 1100px;
  display: block;
}

.nav-menu-2 {
  margin-top: 17px;
}

.image-15 {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu-2-hp-adjust {
  margin-top: 17px;
}

.privacy-policy-container {
  max-width: 940px;
  margin-top: 56px;
}

.h1-style {
  color: #165090;
  text-align: center;
  margin-bottom: 31px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
}

.paragraph-20 {
  color: #474747;
  align-self: center;
  margin-top: 11px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.h2-style-white-blue-left {
  color: #164584;
  text-align: left;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.h3-agencies-left {
  color: var(--new-black);
  text-align: left;
  letter-spacing: 0;
  margin-top: 13px;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.list-style-2 {
  color: #7a7a7a;
  align-self: center;
  margin-top: 11px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
}

.link-text {
  color: #e12421;
  text-decoration: none;
  transition: color .625s;
}

.link-text:hover {
  color: #a50d0a;
}

.paragraph-large-concise {
  color: var(--font);
  text-align: left;
  letter-spacing: .5px;
  border-left: 0 dotted #000;
  margin-bottom: 23px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.paragraph-large-concise.copy {
  flex: 1;
}

.privacy-content {
  margin-top: 0;
  padding-top: 1px;
}

.content-section-400-slider-pripol {
  background-color: #fff;
  margin-top: 65px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  position: relative;
}

.content-section-400-slider-pripol.ho {
  background-color: #fff;
  height: 800px;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.pp-slide-1 {
  background-image: url('../images/justice.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pp-slide-2 {
  background-image: url('../images/bill-of-rights-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.pp-slide-3 {
  background-image: url('../images/equal-justice.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.h5-social {
  color: var(--white);
  text-transform: none;
  padding-left: 26px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.link-block-3 {
  width: 100%;
}

.legal-notice-link-text {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.legal-notice-link-text:hover {
  color: var(--lines);
}

.team-container {
  background-color: #fff;
  margin-top: 0;
  padding-top: 26px;
  padding-bottom: 72px;
  position: relative;
}

.our-team-headline-container {
  margin-top: 48px;
}

.red-read-more {
  color: var(--orange);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
  position: relative;
}

.italic-text-2 {
  display: none;
}

.link-block-4 {
  margin-top: 9px;
  padding-left: 31px;
}

.content-wrapper-bkgd-video {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.content-wrapper-bkgd-video.wide {
  border-bottom: 0 solid #040633;
  max-width: 1100px;
  height: auto;
  padding: 0;
}

.weekly-report-section {
  background-color: #fff;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.report-img-div {
  float: left;
  width: 60%;
  padding-left: 54px;
}

.report-copy-div {
  float: left;
  width: 40%;
}

.background-video-vert {
  height: 100%;
  display: none;
}

.image-16 {
  width: 100%;
  max-width: none;
}

.paragraph-large-2 {
  color: #5e5e5e;
  text-align: left;
  letter-spacing: .5px;
  border-left: 0 dotted #000;
  margin-bottom: 23px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8rem;
}

.dropdown-toggle-4 {
  color: #fff;
  padding: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 8.5rem;
  line-height: 2rem;
}

.navbar-ac {
  background-color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 5px 1px #070707;
}

.dropdown-list-3 {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-list-3.w--open {
  background-color: #3c97cc;
  margin-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav-link-3 {
  color: #585858;
  letter-spacing: 1px;
  text-transform: none;
  padding: 10px 5px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 2rem;
  transition: color .3s;
}

.nav-link-3:hover {
  color: #164584;
  letter-spacing: 1px;
}

.nav-link-3.w--current {
  color: #165090;
  padding-left: 5px;
  padding-right: 5px;
}

.dropdown-list-4 {
  margin-top: 0;
  overflow: hidden;
}

.dropdown-list-4.w--open {
  color: #fff;
  background-color: #fff;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 8px;
  display: flex;
  overflow: hidden;
}

.nav-link-drdn-trigger-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18rem;
  font-weight: 400;
  transition: color .3s;
}

.nav-link-drdn-trigger-2:hover {
  color: #ffd65b;
  letter-spacing: 1px;
}

.nav-link-drdn-trigger-2.w--current {
  color: #3c97cc;
}

.nav-link-4 {
  color: #585858;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 2rem;
  transition: color .3s;
}

.nav-link-4:hover {
  color: #164584;
  letter-spacing: 1px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .85rem;
}

.nav-link-4.w--current {
  color: #165090;
}

.dropdown-toggle-5 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.nav-menu-3 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-8 {
  display: none;
}

.content-container-form {
  margin-top: 16px;
  display: block;
}

.slider-contact-page {
  z-index: 1;
  background-color: #fff;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto;
}

.news-container {
  background-color: #fff;
  border-bottom: 1px dotted #000;
  margin-top: 0;
  margin-bottom: 57px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.news-container-exmpanding {
  border-bottom: 1px dotted #a70000;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
}

.news-image {
  z-index: 10;
  float: left;
  background-color: #fff0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 44px;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.new-article-1sr-para {
  float: left;
  direction: ltr;
  color: #7a7a7a;
  object-fit: none;
  border-top: 1px dotted #414141;
  height: auto;
  padding-top: 8px;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3rem;
  display: block;
  overflow: hidden;
}

.news-wrapper {
  word-break: break-all;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.bold-text-3 {
  height: auto;
  font-weight: 400;
}

.texas-lobby-guide-div {
  float: left;
  align-self: auto;
  max-width: 500px;
  margin-top: 20px;
  position: relative;
}

.news-section {
  padding-top: 41px;
}

.news-content {
  float: left;
  width: 65%;
  padding-left: 57px;
}

.h3-bio {
  color: var(--new-black);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.h3-bio.exp-indent {
  color: var(--font);
  text-transform: none;
  padding-left: 24px;
  font-weight: 400;
  line-height: 1.4rem;
}

.team-member-all {
  float: left;
  width: 32%;
  margin-right: 1%;
  display: block;
}

.team-member-all.jetton {
  display: none;
}

.team-member-all.velasco {
  display: block;
}

.roster-page-name {
  letter-spacing: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.link-block-team-page {
  color: var(--new-black);
}

.team-mem-indiv-img {
  z-index: 10;
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: auto;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider-hider-div-pa {
  z-index: 2;
  letter-spacing: 0;
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
}

.adv-slide-1 {
  background-image: url('../images/marketing-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.adv-slide-2 {
  background-image: url('../images/marketing-2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.adv-slide-3 {
  background-image: url('../images/marketing-3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.brittany-johnson {
  border: 0 solid #e2e2e2;
  display: inline-flex;
}

.assoc-slide-1 {
  background-image: url('../images/assoc-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.assoc-slide-2 {
  background-image: url('../images/assoc-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.assoc-slide-3 {
  background-image: url('../images/assoc-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mid-page-slider-marketing {
  background-image: url('../images/home-page-slder-marketing.jpg');
  background-position: 0 0;
  background-size: cover;
}

.mid-page-slider-management {
  background-image: url('../images/home-page-slder-management.jpg');
  background-position: 0 0;
  background-size: cover;
}

.news-posting {
  border: 1px solid #464545;
  border-radius: 1px;
  margin-bottom: 33px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 4px 4px 5px #0003;
}

.brand-div {
  flex: 1;
  width: 100%;
  max-width: 300px;
}

.exp-left-column {
  float: left;
  clear: none;
  color: #fff;
  border-right: 0 solid #b9b9b9;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: block;
}

.exp-right-column {
  float: right;
  clear: none;
  display: none;
}

.dropdown-list-4-vert {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: none;
  overflow: hidden;
}

.dropdown-list-4-vert.w--open {
  color: #fff;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
}

.image-17 {
  margin-top: 46px;
}

.team-exp-list-div {
  float: left;
  width: 100%;
  position: relative;
}

.team-mem-img-div {
  float: left;
  border: 1px solid #cecece;
  width: 100%;
  position: relative;
}

.list-item {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.team-mem-photo-wrapper {
  float: left;
  width: 25%;
}

.list-expertise {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
  text-decoration: underline;
  transition: color .2s, opacity .2s;
}

.list-expertise:hover {
  color: var(--font);
}

.list-item-2 {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .9rem;
  line-height: 1.3rem;
  transition: color .2s;
}

.list-item-2:hover {
  color: var(--font);
}

.link {
  color: var(--new-black);
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .35s;
}

.link:hover {
  color: var(--font);
}

.bio-1sr-para-2 {
  float: left;
  direction: ltr;
  color: #7a7a7a;
  letter-spacing: 0;
  object-fit: none;
  border: 0 dotted #000;
  flex: none;
  width: 100%;
  height: auto;
  min-height: 20px;
  padding-top: 0;
  padding-left: 0;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
  display: block;
  overflow: hidden;
}

.footer-2 {
  background-color: #164584;
  margin-top: 0;
  padding-bottom: 23px;
  position: relative;
  overflow: hidden;
}

.image-18 {
  background-color: #fff;
  border: 0 solid #e2e2e2;
}

.connor-subhead-2 {
  float: left;
  color: #9f1d20;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
}

.dropdown-toggle-6 {
  overflow-wrap: anywhere;
  width: 100%;
  height: auto;
  padding: 3px 3px 0 0;
  position: relative;
}

.dropdown-toggle-6.w--open {
  float: none;
  clear: none;
  position: relative;
}

.team-mem-indiv-img-2 {
  z-index: 10;
  float: left;
  background-color: #f2f3f5;
  border: 1px solid #d8d8d8;
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  min-height: 250px;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notice-2 {
  border-top: 1px solid #adadad;
}

.h1-big-2 {
  float: left;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 0 solid #950101;
  margin-top: 10px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5rem;
}

.h1-big-2.blue {
  float: none;
  color: #164584;
}

.h1-big-2.blue.name {
  letter-spacing: .1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.link-block-6 {
  width: 100%;
}

.open-bio-div-2 {
  border-top: 1px dotted #000;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.connor-hp-container-eampanding-2 {
  border-bottom: 0 dotted #a70000;
  height: auto;
  margin-bottom: 12px;
  padding-top: 13px;
  padding-bottom: 0;
}

.text-container-10 {
  flex: 1;
  align-items: center;
  width: 69%;
  padding: 0 20px 0 4%;
  display: flex;
  position: relative;
}

.legal-notice-link-text-2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
}

.legal-notice-link-text-2:hover {
  color: #adadad;
}

.legal-white-2 {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.h3-bio-2 {
  color: #164584;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.2rem;
}

.paragraph-21 {
  float: left;
  direction: ltr;
  letter-spacing: 0;
  white-space: pre-line;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: none;
  width: 100%;
  height: auto;
  margin-right: 0;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  position: relative;
}

.link-block-7 {
  margin-top: 9px;
  padding-left: 31px;
}

.paragraph-22 {
  margin-bottom: 0;
}

.expertise-wrapper-mobile {
  display: none;
}

.dropdown-list-5 {
  overflow: hidden;
}

.bus-dev-1 {
  background-image: url('../images/business-development.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bus-dev-2 {
  background-image: url('../images/marketing-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bus-dev-3 {
  background-image: url('../images/assoc-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emkp-eng-1 {
  background-image: url('../images/emp-eng.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emkp-eng-2 {
  background-image: url('../images/marketing-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.emp-eng-3 {
  background-image: url('../images/business-development.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1440px) {
  .content {
    margin-top: 19px;
  }

  .image-9 {
    background-color: #f2f3f5;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-section-9 {
    display: none;
  }

  .text-box-8.mobile-padding {
    width: 80%;
  }

  .content-wrapper-bkgd-video {
    align-items: center;
    display: flex;
  }

  .weekly-report-section {
    background-color: #fff;
    align-items: center;
    height: 75vh;
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
    position: relative;
  }

  .report-img-div {
    float: left;
    width: 59%;
    position: relative;
  }

  .report-copy-div {
    float: right;
    width: 40%;
    padding-left: 70px;
    position: relative;
  }

  .image-16 {
    max-width: 300px;
  }

  .dropdown-toggle-4 {
    padding-right: 0;
  }

  .navbar-ac {
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-3 {
    color: #000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .9rem;
    line-height: 2rem;
  }

  .nav-link-3:hover {
    color: #164584;
    font-size: .9rem;
    line-height: 2rem;
  }

  .nav-link-3.w--current {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .nav-link-4 {
    color: #000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .9rem;
  }

  .nav-link-4:hover {
    color: #164584;
  }

  .nav-menu-3 {
    margin-top: 13px;
  }

  .news-image {
    background-color: #f2f3f5;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-mem-indiv-img {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .team-mem-indiv-img-2 {
    background-color: #f2f3f5;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .content {
    margin-top: 31px;
  }

  .background-video {
    display: block;
  }

  .image-9 {
    background-color: #f2f3f5;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-section-9 {
    display: none;
  }

  .container-5 {
    justify-content: flex-end;
    align-items: center;
    display: block;
  }

  .bio-2nd-para {
    letter-spacing: 0;
  }

  .content-container {
    float: none;
  }

  .content-section-400-slider-pripol {
    margin-top: 77px;
  }

  .content-wrapper-bkgd-video {
    align-items: center;
    display: flex;
  }

  .weekly-report-section {
    z-index: 3000;
    background-color: var(--white);
    width: 100%;
    height: auto;
    min-height: 75vh;
    padding-top: 94px;
    padding-bottom: 75px;
    display: flex;
    position: relative;
  }

  .report-img-div {
    float: left;
    background-color: #fff;
    width: 55%;
    padding-left: 103px;
  }

  .report-copy-div {
    float: left;
    background-color: #fff;
    align-items: center;
    width: 45%;
    padding-left: 87px;
    display: flex;
  }

  .background-video-vert {
    display: none;
  }

  .dropdown-toggle-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-ac {
    background-color: #fff;
    position: fixed;
    inset: 0% 0% auto;
  }

  .nav-link-3 {
    color: #000;
    margin-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .nav-link-3:hover {
    color: var(--new-black);
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .nav-link-3.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .9rem;
    line-height: 2rem;
  }

  .nav-link-4 {
    color: #000;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .nav-link-4:hover {
    color: #164584;
  }

  .nav-menu-3 {
    margin-top: 14px;
  }

  .icon-8 {
    display: none;
  }

  .content-container-form {
    float: left;
  }

  .news-image {
    background-color: #f2f3f5;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h3-bio {
    padding-left: 13px;
  }

  .team-mem-indiv-img {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-17 {
    width: 100%;
  }

  .team-mem-indiv-img-2 {
    background-color: #f2f3f5;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    height: auto;
    padding: 10px 41px 39px;
  }

  .content-wrapper.wide, .content-section {
    padding-bottom: 0;
  }

  .content-section.double {
    margin-top: 458px;
    padding-top: 0;
    padding-bottom: 35px;
  }

  .content {
    margin-top: 30px;
  }

  .navlink {
    text-align: left;
    width: 100%;
  }

  .navlink:hover {
    background-color: var(--footer);
  }

  .navlink.contact-form {
    text-align: left;
    width: 100%;
  }

  .brand.w--current {
    width: 100%;
    max-width: 300px;
    margin-left: 15px;
  }

  .underline-hover.orange {
    display: none;
  }

  .nav-menu {
    background-color: var(--main-bg);
    text-align: left;
    width: 100%;
    height: 100vh;
    margin-right: 0%;
    padding-bottom: 140px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: auto;
  }

  .icon {
    font-size: 48px;
  }

  .dropdown-arrow {
    transform: rotate(-90deg);
  }

  .dropdown-nav {
    top: 0;
  }

  .menu-button {
    color: var(--orange);
    height: 60px;
  }

  .menu-button.w--open {
    background-color: var(--main-bg);
    color: var(--orange);
  }

  .dropdown {
    text-align: left;
    width: 100%;
  }

  .dropdown:active {
    background-color: #e1e7f3;
  }

  .hero-section {
    min-height: 50vh;
    max-height: 50vh;
    padding-top: 101px;
    padding-bottom: 0;
  }

  .hero-section.inner-pages {
    padding-bottom: 100px;
  }

  .bottom-waves {
    bottom: -16%;
  }

  .top-waves {
    top: -3%;
  }

  .center-content {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-h1 {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }

  .hero-h1.rotational-word-member._1 {
    font-size: 2.5rem;
    line-height: 3rem;
    display: inline;
    transform: rotateX(120deg)rotateY(0)rotateZ(0);
  }

  .hero-h1.rotational-word-member._1.navigate {
    font-size: 2rem;
    line-height: 2.2rem;
    display: inline;
    transform: rotateX(120deg)rotateY(0)rotateZ(0);
  }

  .hero-h1.rotational-word-member._2 {
    font-size: 2rem;
    font-style: italic;
    line-height: 2.2rem;
    display: inline;
    transform: rotateX(240deg)rotateY(0)rotateZ(0);
  }

  .hero-h1.rotational-word-member._3 {
    font-size: 2rem;
    line-height: 2.2rem;
    display: inline;
  }

  .all-caps {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .all-caps.rotational-member {
    font-size: 36px;
  }

  .all-caps.rotational-member._48 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .all-caps.exc {
    font-size: 2.2rem;
  }

  .hero-bottom {
    display: none;
  }

  .center-box {
    width: 78%;
  }

  .absolute.office, .absolute.lounge, .absolute.photo, .absolute.meeting, .absolute.post-preview, .absolute.about-us, .absolute.art, .absolute.bridge, .absolute.subway, .absolute.picture, .absolute.services, .absolute.team, .absolute.work, .absolute.blog, .absolute.next-post, .absolute.work-preview, .absolute.girl, .absolute.guy, .absolute.team-1, .absolute.photo, .absolute.team-2, .absolute.team-3, .absolute.team-4, .absolute.team-5, .absolute.team-6, .absolute.polaroid, .absolute.pb-trio {
    background-position: 66%;
  }

  .absolute.lounge {
    background-position: 66%;
    background-size: cover;
  }

  .absolute.pb-trio {
    background-position: 0%;
    background-size: cover;
  }

  .text-box {
    width: 90%;
  }

  .box-right {
    width: 51px;
    display: none;
  }

  .circle-left {
    width: 47px;
    display: none;
  }

  .triangle-right {
    width: 45px;
  }

  .full-section {
    height: 370px;
    padding-bottom: 0;
  }

  .box-left {
    width: 67px;
  }

  .pricing-box {
    margin-right: 10px;
  }

  .pricing-box.last {
    margin-right: 0;
  }

  .slide-text-box {
    padding-right: 50px;
  }

  .footer, .content-section-4 {
    padding-bottom: 0;
  }

  .feature-outline._6, .feature-outline._7, .feature-outline._8 {
    margin-bottom: 0;
  }

  .content-section-5.less-top-padding {
    padding-bottom: 75px;
  }

  .content-section-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bottom-bg, .top-bg {
    display: none;
  }

  .circle-big {
    width: 210px;
    height: 210px;
  }

  .circle-medium {
    width: 186px;
    height: 186px;
    margin-right: 3%;
  }

  .circle-small {
    width: 175px;
    height: 175px;
    font-size: 35px;
    line-height: 35px;
  }

  .testimonial-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-4 {
    flex: 1;
  }

  .text-box-4 {
    padding-left: 6%;
  }

  .buttons-box {
    width: 98%;
  }

  .text-container {
    padding-right: 2%;
  }

  .text-box-5 {
    width: 95%;
    min-width: auto;
  }

  .work-preview {
    height: auto;
  }

  .side-menu {
    width: 50%;
  }

  .navigation {
    display: none;
  }

  .heading-box {
    width: 74%;
  }

  .heading-box.medium {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-absolute {
    height: 50vh;
  }

  .feature-intro.no-margin, .feature-intro.last {
    margin-bottom: 0;
  }

  .rotation-wrapper.full-line {
    height: 35px;
  }

  .rotation-wrapper.home-wrapper {
    width: 75%;
    height: 48px;
  }

  .rotational-word-line.home-line {
    justify-content: center;
  }

  .navlink-copy {
    text-align: left;
    width: 100%;
  }

  .navlink-copy:hover {
    background-color: var(--footer);
  }

  .navlink-copy.contact-form {
    text-align: left;
    width: 100%;
  }

  .background-video {
    height: 50vh;
  }

  .content-section-8 {
    padding-top: 3px;
    padding-bottom: 36px;
  }

  .all-caps-2 {
    font-size: 2rem;
  }

  .subtitle-2 {
    font-size: 1.2rem;
  }

  .text-container-7 {
    padding-left: 20px;
  }

  .text-box-7 {
    width: 90%;
  }

  .image-9 {
    margin-top: 0;
    padding-top: 0;
  }

  .connor-hp-container {
    margin-top: 72px;
  }

  .heading {
    margin-top: 0;
  }

  .text-container-8 {
    padding-left: 0;
    padding-right: 2%;
  }

  .text-container-9 {
    padding-left: 20px;
    padding-right: 0;
  }

  .text-box-8 {
    width: 90%;
    max-width: 450px;
  }

  .h4-big-3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .image-11 {
    width: 45%;
    min-height: 450px;
  }

  .paragraph-large {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .icon-2 {
    color: #fff;
    font-size: 50px;
  }

  .nav-link-copy-copy.drpdn {
    color: #fff;
    background-color: #164584;
    border-bottom-width: 1px;
    border-bottom-color: #255799;
    border-left: 0 solid #255799;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    font-size: .9rem;
    line-height: 2rem;
  }

  .nav-link-copy-copy.drpdn:hover {
    background-color: #164584;
  }

  .nav-link-copy-copy.drpdn.w--current {
    color: #9bc9fc;
    -webkit-text-stroke-color: #b9b9b9;
    font-weight: 400;
  }

  .nav-link-copy-copy.drpdn {
    border-bottom-width: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    float: left;
    color: #fff;
    background-color: #164584;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-2:hover {
    color: #bbb;
  }

  .nav-link-2.w--current {
    color: #0c396b;
  }

  .nav-link {
    float: none;
    color: #fff;
    background-color: #164584;
    border-bottom: 0 solid #265696;
    padding-top: 0;
    padding-left: 24px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .nav-link:hover {
    color: #bbb;
  }

  .nav-link:lang(en) {
    color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 29px;
  }

  .nav-link.w--current {
    color: #0c396b;
  }

  .dropdown-toggle-3 {
    float: left;
    background-color: var(--new-black);
    width: 100%;
    padding-left: 0;
    font-size: .9rem;
    line-height: 2rem;
  }

  .nav-link-drdn-trigger {
    background-color: #164584;
    border: 0 solid #000;
    width: 100%;
    margin-bottom: -10px;
    margin-left: 0;
    padding: 0 10px 0 29px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .9rem;
  }

  .nav-link-drdn-trigger:lang(en) {
    color: #fff;
  }

  .container-5 {
    display: block;
  }

  .menu-button-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .dropdown-list-2 {
    box-shadow: none;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
    background-color: #164584;
    border-left: 0 solid #295b9e;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 17px;
  }

  .dropdown-toggle {
    background-color: #3c97cc;
    padding-left: 21px;
  }

  .h3-green-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .dropdown-body {
    padding-left: 0;
    font-size: 1rem;
  }

  .paragraph-locations {
    padding-left: 0;
    font-size: 1em;
    line-height: 1.6em;
  }

  .connor-hp-container-eampanding {
    margin-top: 21px;
  }

  .bio-1sr-para {
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .paragraph-19 {
    font-size: 1rem;
  }

  .bio-2nd-para {
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
  }

  .h1-big.blue {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .content-section-400-slider {
    padding-top: 3px;
    padding-bottom: 36px;
  }

  .headline-container-copy {
    margin-top: 32px;
  }

  .texas-slide-1, .texas-slide-2, .texas-slide-4, .local-slide-2 {
    background-position: 50% 0;
  }

  .local-slide-3 {
    background-position: 0 0;
  }

  .local-slide-4 {
    background-position: 50% 0;
  }

  .open-bio-div {
    font-size: 1rem;
  }

  .shade-div {
    height: 50vh;
  }

  .slider-button {
    margin-top: 0;
  }

  .slider-state-page, .slider-fed-page, .mask-fed-page-slider, .slider-local-page, .mask-mask-local-page, .mask-state-page {
    height: 350px;
  }

  .fed-slide-5-copy {
    background-position: 50% 0;
  }

  .fed-slide-3-copy {
    background-position: 0 0;
  }

  .fed-slide-2-copy, .fed-slide-copy {
    background-position: 50% 0;
  }

  .slider-hider-div {
    height: 350px;
  }

  .slider-mid-page-shade {
    height: 600px;
  }

  .mid-page-slider-container {
    max-width: 600px;
  }

  .midpage-slider-headline {
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .mid-page-slider-state, .mid-page-slider-local {
    background-position: 50% 0;
  }

  .h2-serif.white.no-underline {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .pa-slide-2, .contact-slide-1, .contact-slide-2 {
    background-position: 50% 0;
  }

  .contact-slide-3 {
    background-position: 0 0;
  }

  .content-section-contact {
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 0;
  }

  .container-6 {
    margin-left: 41px;
  }

  .nav-menu-2-hp-adjust {
    background-color: #164584;
    height: auto;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph-20 {
    font-size: 14px;
    line-height: 22px;
  }

  .h3-agencies-left {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-large-concise {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .content-section-400-slider-pripol {
    margin-top: 81px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-container {
    padding: 3px 34px 36px;
  }

  .our-team-headline-container {
    margin-top: 20px;
  }

  .icon-5 {
    color: var(--new-black);
    padding: 13px 46px 13px 13px;
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .dd-menu-button {
    padding: 0;
  }

  .dd-menu-button:hover {
    color: var(--orange);
    padding: 0;
  }

  .dd-menu-button.w--open {
    background-color: #fff0;
    padding: 0;
  }

  .dd-menu-button.w--open:hover {
    padding: 0;
  }

  .content-wrapper-bkgd-video {
    align-items: center;
    height: 50vh;
    padding: 39px 116px;
    display: flex;
  }

  .content-wrapper-bkgd-video.wide {
    padding-bottom: 0;
  }

  .weekly-report-section {
    flex-direction: column;
  }

  .report-img-div {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .report-copy-div {
    width: 100%;
    position: static;
  }

  .background-video-vert {
    height: 50vh;
  }

  .image-16 {
    max-width: 300px;
  }

  .paragraph-large-2 {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .dropdown-toggle-4 {
    background-color: #164584;
    padding-left: 0;
  }

  .navbar-ac {
    z-index: 10000;
    padding-left: 15px;
  }

  .icon-7 {
    color: #164584;
    font-size: 4rem;
  }

  .nav-link-3 {
    color: #fff;
    background-color: #164584;
    padding-left: 6px;
    padding-right: 5px;
    display: block;
    position: relative;
  }

  .nav-link-3:hover {
    color: #aaa;
  }

  .nav-link-3.w--current {
    color: #fff;
  }

  .dropdown-list-4.w--open {
    background-color: #164584;
    padding-left: 48px;
  }

  .nav-link-drdn-trigger-2 {
    background-color: #164584;
    width: 100%;
    display: block;
  }

  .menu-button-3 {
    justify-content: flex-end;
    align-items: center;
    margin-top: 9px;
    margin-right: 51px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

  .nav-link-4 {
    color: #fff;
    background-color: #164584;
  }

  .nav-link-4:hover {
    color: #bdbdbd;
  }

  .nav-link-4.w--current {
    color: #0c396b;
  }

  .dropdown-toggle-5 {
    background-color: #3c97cc;
    padding-left: 21px;
  }

  .nav-menu-3 {
    background-color: #164584;
    margin-top: 0;
    padding-left: 22px;
    display: block;
  }

  .slider-contact-page {
    height: 350px;
  }

  .news-container {
    padding-top: 3px;
    padding-bottom: 36px;
  }

  .news-container-exmpanding {
    margin-top: 21px;
  }

  .news-image {
    margin-top: 0;
    padding-top: 0;
  }

  .new-article-1sr-para {
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.3em;
  }

  .news-wrapper {
    font-size: 1rem;
  }

  .roster-page-name {
    margin-top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .team-mem-indiv-img {
    margin-top: 0;
    padding-top: 0;
  }

  .slider-hider-div-pa {
    height: 350px;
  }

  .adv-slide-2, .assoc-slide-2 {
    background-position: 50% 0;
  }

  .dropdown-list-4-vert {
    margin-left: 0;
  }

  .dropdown-list-4-vert.w--open {
    background-color: #164584;
    padding-left: 48px;
  }

  .expertise-wrapper {
    display: none;
  }

  .bio-1sr-para-2 {
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .footer-2 {
    padding-bottom: 0;
  }

  .team-mem-indiv-img-2 {
    margin-top: 0;
    padding-top: 0;
  }

  .h1-big-2.blue {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .open-bio-div-2 {
    font-size: 1rem;
  }

  .connor-hp-container-eampanding-2 {
    margin-top: 21px;
  }

  .text-container-10 {
    padding-left: 20px;
  }

  .paragraph-21 {
    font-size: 1rem;
  }

  .expertise-wrapper-mobile {
    display: block;
  }

  .dropdown-list-5 {
    background-color: #ddd0;
    padding-left: 25px;
    overflow: hidden;
  }

  .bus-dev-2, .emkp-eng-2 {
    background-position: 50% 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 28px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 26px;
  }

  h4 {
    font-size: 22px;
    line-height: 24px;
  }

  p {
    font-size: 20px;
    line-height: 33px;
  }

  .content-wrapper {
    padding-top: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .bottom-line {
    margin-bottom: 30px;
  }

  .content-section, .content-section.top-padding {
    padding-top: 80px;
  }

  .content-section.double, .content-section.overflow, .content-section.video-section {
    padding-bottom: 80px;
  }

  .top-margin._75-pixels {
    border-top: 2px solid #000;
    margin-top: 50px;
  }

  .title {
    font-size: 1rem;
  }

  .h2-big {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon.twittter, .social-icon.linkedin, .social-icon.pinterest, .social-icon.instagram, .social-icon.facebook {
    background-size: 12px;
  }

  .content {
    margin-top: 0;
    padding-top: 0;
  }

  .navlink {
    height: 45px;
    padding-top: 12px;
  }

  .brand.w--current {
    width: 60%;
    margin-left: 10px;
  }

  .dropdown {
    height: 45px;
    padding-top: 12px;
  }

  .dropdown:active {
    background-color: var(--footer);
  }

  .hero-section {
    min-height: 501vh;
    padding-top: 160px;
  }

  .hero-section.blog {
    min-height: 600px;
  }

  .bottom-waves {
    bottom: -16%;
  }

  .top-waves {
    top: -7%;
  }

  .center-content.left, .center-content.blog {
    width: 90%;
  }

  .hero-h1 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }

  .hero-h1.rotational-word-member {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-h1.rotational-word-member._1, .hero-h1.rotational-word-member._1.navigate {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .hero-h1.rotational-h1-surround {
    flex: none;
  }

  .all-caps.rotational-member._48 {
    font-size: 1.5rem;
  }

  .hero-bottom {
    height: auto;
  }

  .hero-clients-box {
    flex-wrap: wrap;
  }

  .hero-client {
    width: 30%;
    margin-bottom: 10px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 25px;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .h3-big {
    font-size: 30px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 23px;
    line-height: 33px;
  }

  .absolute.senior {
    background-position: 50%;
  }

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

  .text-box {
    width: 100%;
    max-width: 100%;
  }

  .box-right {
    width: 24px;
  }

  .circle-left {
    width: 21px;
  }

  .full-section {
    height: 270px;
    padding-top: 80px;
  }

  .less-line-height {
    line-height: 30px;
  }

  .content-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-box-2 {
    width: 85%;
  }

  .box-left {
    width: 52px;
  }

  .pricing-details, .pricing-button-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-wrapper.last {
    margin-bottom: 0;
  }

  .accordion-item-trigger, .accordion-item-content {
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .slide-text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide-arrow.mobile-hide {
    width: 50px;
  }

  .slide-text-box {
    padding-right: 30px;
  }

  .slide-image {
    min-height: 320px;
  }

  .insta-pic {
    width: 48%;
    margin-bottom: 15px;
  }

  .footer {
    margin-top: 100px;
  }

  .footer-expand {
    flex-direction: row;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-column {
    width: 51%;
  }

  .large-text {
    font-size: 40px;
  }

  .large-text-box-2 {
    margin-top: 30px;
  }

  .large-text-box {
    margin-top: 20px;
  }

  .content-section-4 {
    padding-top: 80px;
  }

  .content-section-4.double {
    padding-bottom: 80px;
  }

  .feature-outline {
    width: 30%;
  }

  .feature-outline._4 {
    margin-right: 15px;
  }

  .feature-outline._3 {
    margin-right: 0;
  }

  .feature-outline._5 {
    margin-bottom: 50px;
  }

  .feature-outline._6 {
    margin-bottom: 50px;
    margin-right: 0;
  }

  ._80-percent-column {
    width: 93%;
  }

  .content-section-5 {
    padding-top: 80px;
  }

  .content-section-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-member {
    margin-bottom: 50px;
  }

  .testimonial-text {
    font-size: 30px;
    line-height: 45px;
  }

  .content-section-7 {
    padding-top: 80px;
  }

  .circle-big {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 50px;
  }

  .circle-medium {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .small-letter {
    line-height: 30px;
  }

  .testimonial-paragraph {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-text-box {
    width: 80%;
  }

  .h3-medium {
    line-height: 30px;
  }

  .text-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .submit-button-2 {
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview-link.blog {
    font-size: 45px;
    line-height: 55px;
  }

  .blog-hero {
    min-height: 600px;
  }

  .hero-blog-column {
    width: 90%;
    min-height: 600px;
    padding-top: 160px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .side-preview-post {
    display: none;
  }

  .side-menu {
    width: 70%;
  }

  .dropdown-item {
    width: 48%;
  }

  .dropdown-item.last {
    display: none;
  }

  .dropdown-item._2 {
    margin-right: 0%;
  }

  .heading-box {
    width: 90%;
    margin-bottom: 40px;
  }

  .heading-box.medium {
    width: 90%;
    font-size: 2rem;
  }

  .feature-intro {
    width: 46%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .large-text-2 {
    font-size: 40px;
  }

  .hero-client-2, .hero-client-3, .hero-client-4, .hero-client-5 {
    width: 30%;
    margin-bottom: 10px;
  }

  .rotation-wrapper {
    width: 260px;
    height: 60px;
  }

  .rotation-wrapper.home-wrapper {
    width: 90%;
    line-height: 2.5rem;
  }

  .menu-social {
    width: 50%;
    margin-bottom: 30px;
  }

  .menu-social.no-margin {
    margin-bottom: 0;
  }

  .hero-h1-contact-page, .hero-h1-contact-page.rotational-word-member {
    font-size: 55px;
    line-height: 65px;
  }

  .hero-h1-contact-page.rotational-h1-surround {
    flex: none;
  }

  .title-white {
    font-size: 12px;
  }

  .navlink-copy {
    height: 45px;
    padding-top: 12px;
  }

  .background-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .subtitle-2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .text-container-7 {
    float: left;
    width: 100%;
    display: block;
  }

  .text-box-7 {
    width: 100%;
    max-width: 100%;
  }

  .image-9 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image-9.placeholder {
    background-color: #dfdfdf;
  }

  .image-10 {
    flex: 0 auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .connor-hp-container {
    margin-top: 0;
    padding-top: 11px;
    display: block;
  }

  .arete-button {
    margin-top: -3px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1.5rem;
    line-height: 2px;
  }

  .image-float-right {
    width: 100%;
    min-height: 350px;
  }

  .parker-image {
    background-color: #fff;
    width: 100%;
    min-height: 350px;
    margin-bottom: 34px;
    display: flex;
  }

  .text-container-8 {
    padding-left: 2%;
  }

  .text-container-9 {
    padding-right: 2%;
  }

  .text-box-8 {
    width: 100%;
    max-width: 100%;
  }

  .h4-big-3 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

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

  .list-style {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .nav-link-copy-copy.drpdn.last:lang(en) {
    -webkit-text-stroke-color: #85c6f5;
  }

  .nav-link-copy-copy.drpdn {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .nav-link-2 {
    background-color: #164584;
  }

  .nav-link-2.w--current {
    color: #0c396b;
  }

  .nav-link {
    background-color: var(--new-black);
  }

  .nav-link:lang(en) {
    color: #fff;
  }

  .nav-link.w--current {
    color: #0c396b;
  }

  .dropdown-toggle-3 {
    background-color: #164584;
  }

  .nav-link-drdn-trigger {
    padding-left: 27px;
  }

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

  .dropdown-toggle {
    background-color: #3c97cc;
  }

  .paragraph-locations {
    font-size: 1em;
  }

  .connor-hp-container-eampanding {
    margin-bottom: 1px;
    padding-bottom: 27px;
    display: block;
  }

  .bio-1sr-para {
    font-size: 1em;
  }

  .bio-2nd-para {
    letter-spacing: 0;
    font-size: 1em;
  }

  .h1-big {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .headline-container-copy, .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .texas-slide-1, .texas-slide-2 {
    background-position: 50% 0;
  }

  .texas-slide-3 {
    background-position: 0 0;
  }

  .open-bio-div, .name-and-title-wrapper {
    padding-left: 15px;
  }

  .shade-div {
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    display: block;
    position: relative;
  }

  .fed-slide-3-copy {
    background-position: 0 0;
  }

  .midpage-slider-b {
    height: 400px;
  }

  .slider-mid-page-shade {
    height: 400px;
    padding-left: 59px;
    padding-right: 59px;
  }

  .midpage-slider-headline {
    font-size: 1.5rem;
  }

  .h2-serif {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .h2-serif.white.no-underline {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .contact-slide-2, .contact-slide-3 {
    background-position: 50% 0;
  }

  .form-container {
    min-width: 500px;
    padding-left: 0;
  }

  .content-section-contact {
    margin-top: 0;
  }

  .paragraph-20 {
    font-size: 12px;
    line-height: 20px;
  }

  .h3-agencies-left {
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .team-container {
    padding-bottom: 1px;
  }

  .our-team-headline-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .content-wrapper-bkgd-video {
    flex: none;
    order: 0;
    align-self: baseline;
    align-items: center;
    height: 100%;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .icon-6 {
    font-size: 2rem;
  }

  .background-video-vert {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .image-placeholder-div {
    background-color: #d8d8d8;
    padding: 122px 45px;
  }

  .image-16 {
    max-width: 300px;
  }

  .dropdown-toggle-4 {
    background-color: #164584;
    padding-left: 0;
  }

  .nav-link-3 {
    background-color: var(--new-black);
    color: #fff;
    padding-left: 0;
  }

  .nav-link-3.w--current {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
  }

  .dropdown-list-4 {
    background-color: var(--new-black);
    padding-left: 28px;
  }

  .dropdown-list-4.w--open {
    background-color: #164584;
    padding-left: 39px;
  }

  .nav-link-drdn-trigger-2 {
    padding-left: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--white);
  }

  .nav-link-4 {
    background-color: #164584;
  }

  .nav-link-4.w--current {
    color: #0c396b;
  }

  .dropdown-toggle-5 {
    background-color: #3c97cc;
  }

  .content-container-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-container {
    padding-left: 33px;
    padding-right: 33px;
  }

  .news-container-exmpanding {
    padding-bottom: 27px;
    display: block;
  }

  .news-image {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .news-image.placeholder {
    background-color: #dfdfdf;
  }

  .new-article-1sr-para {
    font-size: 1em;
  }

  .news-content {
    width: 100%;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .link-block-5 {
    width: 100%;
    display: flex;
  }

  .team-member-all {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block-team-page {
    margin-left: auto;
    margin-right: auto;
  }

  .team-mem-indiv-img {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 102px;
    padding-right: 102px;
    display: flex;
  }

  .team-mem-indiv-img.placeholder {
    background-color: #dfdfdf;
  }

  .brittany-johnson {
    flex: 0 auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list-4-vert {
    background-color: var(--new-black);
    padding-left: 0;
  }

  .dropdown-list-4-vert.w--open {
    background-color: #164584;
    padding-left: 39px;
  }

  .bio-1sr-para-2 {
    font-size: 1em;
  }

  .footer-2 {
    margin-top: 100px;
  }

  .image-18 {
    flex: 0 auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-mem-indiv-img-2 {
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 102px;
    padding-right: 102px;
    display: flex;
  }

  .h1-big-2 {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .open-bio-div-2 {
    padding-left: 15px;
  }

  .connor-hp-container-eampanding-2 {
    margin-bottom: 1px;
    padding-bottom: 27px;
    display: block;
  }

  .text-container-10 {
    float: left;
    width: 100%;
    display: block;
  }

  .paragraph-23 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 22px;
  }

  blockquote {
    width: 100%;
  }

  .content-wrapper {
    padding: 5px 10px 0 20px;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    margin-top: 387px;
    padding-bottom: 60px;
  }

  .content-section.overflow {
    padding-bottom: 60px;
    overflow: hidden;
  }

  .content-section.words {
    display: none;
  }

  .content-section.video-section {
    padding-bottom: 60px;
  }

  .h2-big {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .content {
    margin-top: 0;
    padding-top: 0;
  }

  .brand.w--current {
    width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .inline-block {
    width: 100%;
  }

  .menu-button {
    width: 25%;
    height: 65px;
    padding-top: 15px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-section {
    height: 60vh;
    min-height: 0;
    max-height: 60vh;
    margin-top: 0;
    padding-top: 0;
    inset: 0% 0% auto;
  }

  .bottom-waves {
    bottom: -6%;
  }

  .top-waves {
    top: 3%;
  }

  .center-content, .center-content.left, .center-content.blog {
    width: 90%;
  }

  .hero-h1 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .hero-h1.rotational-word-member {
    font-size: 32px;
    line-height: 140%;
    transform: none;
  }

  .hero-h1.rotational-word-member._1 {
    font-size: .8rem;
    line-height: 2rem;
    transform: rotateX(120deg)rotateY(0)rotateZ(0);
  }

  .hero-h1.rotational-word-member._1.navigate {
    font-size: 1.2rem;
    line-height: 1.5rem;
    transform: rotateX(120deg)rotateY(0)rotateZ(0);
  }

  .hero-h1.rotational-word-member._2 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    transform: rotateX(240deg)rotateY(0)rotateZ(0);
  }

  .hero-h1.rotational-word-member._3 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: inline;
  }

  .hero-h1.rotational-h1-surround {
    font-size: 32px;
    line-height: 140%;
  }

  .all-caps {
    font-size: 2rem;
    line-height: 2rem;
  }

  .all-caps.rotational-member {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .all-caps.rotational-member._48 {
    line-height: 1.5rem;
  }

  .hero-bottom {
    min-height: 75px;
  }

  .hero-clients-box {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-client {
    width: 30%;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .scroll-line.inner-pages {
    bottom: -100px;
  }

  .center-box {
    width: 100%;
  }

  .intro-box {
    width: 100%;
    margin-bottom: 40px;
  }

  .intro-box._2 {
    margin-bottom: 0;
  }

  .flex-space.mobile-center {
    justify-content: center;
  }

  .content-section-2.mobile-overflow {
    overflow: hidden;
  }

  .image-1 {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .flex.mobile-reverse {
    flex-wrap: wrap-reverse;
  }

  .text-container-1 {
    padding-left: 0%;
    padding-right: 0;
  }

  .text-container-1.bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-container-1.mobile-padding {
    padding-top: 0;
  }

  .text-box {
    max-width: 100%;
  }

  .text-box.mobile-padding {
    padding-left: 20px;
  }

  .box-right {
    width: 15px;
  }

  .text-container-2 {
    justify-content: flex-start;
  }

  .triangle-right {
    width: 20px;
  }

  .work-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-item.no-margin {
    margin-bottom: 70px;
  }

  .work-item.last {
    margin-bottom: 0;
  }

  .full-section {
    padding-top: 60px;
  }

  .feature {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .feature.no-margin {
    margin-bottom: 25px;
  }

  .feature.last {
    margin-bottom: 0;
  }

  .content-section-3 {
    padding-top: 60px;
  }

  .text-container-3 {
    width: 100%;
  }

  .text-container-3.mobile-margin {
    margin-bottom: 20px;
  }

  .image-2 {
    width: 100%;
  }

  .image-2.mobile-margin {
    margin-top: 40px;
  }

  .text-box-2 {
    width: 90%;
  }

  .pricing-box {
    width: 100%;
    max-width: 350px;
    margin-bottom: 25px;
  }

  .pricing-box.last {
    margin-bottom: 0;
  }

  .accordion-wrapper {
    padding-bottom: 10px;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .slide-nav.display {
    font-size: 14px;
    display: block;
  }

  .slide-text-container {
    width: 100%;
  }

  .slide-arrow.mobile-hide {
    display: none;
  }

  .slide-arrow.home {
    width: 40px;
  }

  .slide-text-box {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .slide-image {
    flex: 0 auto;
    width: 100%;
    min-height: 220px;
  }

  .insta-pic {
    width: 100%;
    max-width: 300px;
  }

  .instagram-container {
    padding-left: 0;
    padding-right: 0;
  }

  .insta-text {
    display: none;
  }

  .footer {
    margin-top: 0;
  }

  .footer-expand {
    padding-bottom: 0;
  }

  .menu.no-margin {
    margin-bottom: 0;
  }

  .footer-column {
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0%;
    padding-bottom: 40px;
  }

  .dropdown-lik.w--current {
    color: var(--font);
  }

  .large-text {
    font-size: 25px;
  }

  .large-text-box-2 {
    width: 460px;
    margin-top: 20px;
  }

  .large-text-box {
    width: 400px;
    margin-top: 20px;
  }

  .intro-feature {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .content-section-4 {
    padding-top: 60px;
  }

  ._50-percent-column, .text-container-4, ._85-percent-column {
    width: 100%;
  }

  .text-box-3 {
    width: 100%;
    margin-right: 0%;
  }

  .text-box-3.mobile-margin {
    margin-bottom: 20px;
  }

  .feature-outline {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }

  .feature-outline._4, .feature-outline._1, .feature-outline._2 {
    margin-right: 0;
  }

  .feature-outline._5 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .feature-outline._6 {
    margin-bottom: 20px;
  }

  .feature-outline._7 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  ._80-percent-column, .iphones {
    width: 100%;
  }

  .content-section-5, .content-section-6 {
    padding-top: 60px;
  }

  .team-member {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .team-member.no-margin {
    margin-bottom: 40px;
  }

  .team-picture-box {
    width: auto;
  }

  .item-2 {
    width: 100%;
    height: 250px;
  }

  .item-3 {
    width: 100%;
  }

  .item-1 {
    width: 100%;
    height: 250px;
    margin-bottom: 40px;
  }

  .text-box-6 {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-7 {
    padding-top: 60px;
  }

  .image-3 {
    width: 100%;
  }

  .client-item {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 40px;
  }

  .clients-flex {
    justify-content: center;
  }

  .circles {
    width: 100%;
  }

  .circle-bg.padding {
    padding-top: 10px;
  }

  .testimonial-column {
    width: 100%;
  }

  .testimonial-column.padding {
    padding-top: 0;
  }

  .testimonial-item {
    max-width: 300px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-4 {
    flex: 0 auto;
    width: 100%;
    margin-top: 40px;
  }

  .text-box-4 {
    width: 100%;
    min-width: auto;
    padding-right: 40px;
  }

  .buttons-box {
    justify-content: center;
  }

  .tabs-container {
    width: 100%;
  }

  .tabs-content {
    flex: 0 auto;
    width: 100%;
  }

  .text-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._42-percent-column, ._52-percent-column {
    width: 100%;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .blog-right {
    width: 100%;
    margin-top: 20px;
  }

  .blog-left {
    width: 100%;
  }

  .newsletter-blog {
    max-width: 300px;
  }

  .preview-item {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-blog-column {
    width: 100%;
    padding-top: 100px;
    padding-left: 0;
  }

  .preview-item-post {
    width: 100%;
    margin-bottom: 40px;
  }

  .preview-item-post.no-margin {
    margin-bottom: 0;
  }

  ._22-percent-column {
    width: 100%;
  }

  .work-preview-item {
    width: 100%;
    margin-bottom: 50px;
  }

  .work-preview-item.no-margin {
    margin-bottom: 0;
  }

  .faq-column {
    width: 100%;
  }

  .side-menu {
    width: 90%;
  }

  .mega-left {
    width: 45%;
  }

  .dropdown-item {
    width: 100%;
  }

  .dropdown-item._2 {
    display: none;
  }

  .image-5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .item-4 {
    width: 100%;
    height: 250px;
  }

  .heading-box {
    width: 100%;
  }

  .heading-box.medium {
    width: 90%;
  }

  .hero-absolute {
    height: auto;
  }

  .image-7 {
    width: 100%;
  }

  .feature-intro {
    width: 100%;
    margin-right: 0;
  }

  .feature-intro.no-margin {
    margin-bottom: 20px;
  }

  .feature-intro.last {
    margin-bottom: 0;
  }

  ._48-percent-column {
    width: 100%;
    margin-bottom: 20px;
  }

  ._48-percent-column.no-margin {
    margin-bottom: 0;
  }

  .map-container {
    flex: 0 auto;
    width: 100%;
  }

  .large-text-2 {
    font-size: 30px;
  }

  .hero-client-2 {
    width: 30%;
    margin-bottom: 0;
  }

  .hero-client-3, .hero-client-4, .hero-client-5 {
    width: 30%;
    margin-bottom: 0;
    display: none;
  }

  .rotation-wrapper {
    height: 120px;
  }

  .rotation-wrapper.full-line {
    height: 36px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .rotation-wrapper.home-wrapper {
    width: 100%;
    height: 30px;
    line-height: 1.5rem;
  }

  .rotational-word-line.home-line {
    width: 100%;
  }

  .menu-social.no-margin {
    margin-bottom: 0;
  }

  .hero-h1-contact-page {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-h1-contact-page.rotational-word-member {
    font-size: 32px;
    line-height: 140%;
    transform: none;
  }

  .hero-h1-contact-page.rotational-h1-surround {
    font-size: 32px;
    line-height: 140%;
  }

  .background-video {
    display: none;
  }

  .text-container-6 {
    justify-content: flex-start;
  }

  .subtitle-2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .text-container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-box-7 {
    max-width: 100%;
  }

  .text-box-7.mobile-padding {
    padding-left: 20px;
  }

  .image-9 {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 7px;
  }

  .image-10 {
    width: 100%;
  }

  .connor-hp-container {
    margin-top: 128px;
  }

  .arete-button {
    font-size: 1rem;
  }

  .body {
    line-height: 2rem;
  }

  .image-float-right {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .parker-image {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .text-container-8 {
    justify-content: flex-start;
  }

  .text-container-9 {
    padding-left: 0%;
    padding-right: 0;
  }

  .text-box-8 {
    max-width: 100%;
  }

  .text-box-8.mobile-padding {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h4-big-3 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .image-11 {
    width: 100%;
    height: 250px;
    min-height: auto;
  }

  .paragraph-large {
    letter-spacing: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .paragraph-large.copy {
    margin-bottom: 10px;
  }

  .list-style {
    font-size: 1rem;
  }

  .form-div {
    width: 400px;
  }

  .image-12 {
    max-width: 75%;
  }

  .nav-link-copy-copy.drpdn {
    background-color: #164584;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .nav-link-2 {
    float: none;
    padding-left: 20px;
  }

  .nav-link.w--current {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .dropdown-toggle-3 {
    float: none;
  }

  .nav-link-drdn-trigger {
    float: none;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: -10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .container-5 {
    color: var(--new-black);
  }

  .dropdown-list-2 {
    margin-left: 17px;
    padding-left: 0;
  }

  .icon-4 {
    display: none;
  }

  .h3-green-2.faq-style {
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-body {
    display: none;
  }

  .paragraph-locations {
    font-size: .9em;
  }

  .connor-hp-container-eampanding {
    border-bottom-width: 0;
    margin-top: 0;
  }

  .bio-1sr-para {
    font-size: .9em;
  }

  .bio-2nd-para {
    letter-spacing: 0;
    font-size: 1em;
  }

  .h1-big {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .h1-big.blue {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }

  .h1-big.blue.underlined {
    padding-bottom: 13px;
  }

  .h1-big.blue.name {
    font-size: 1.6rem;
  }

  .content-section-400-slider {
    margin-top: 19px;
    margin-bottom: 3px;
    padding-top: 0;
  }

  .list-para {
    width: 100%;
    min-height: 50px;
    padding-right: 0;
  }

  .list-container {
    border-left-width: 0;
    width: 100%;
  }

  .headline-container-copy {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container {
    padding-left: 20px;
    padding-right: 0;
  }

  .texas-slide-1, .texas-slide-4 {
    background-position: 50% 0;
  }

  .local-slide-4 {
    background-position: 100% 0;
  }

  .open-bio-div, .name-and-title-wrapper {
    padding-left: 0;
  }

  .shade-div {
    min-height: 50vh;
  }

  .slider-button {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .slider-state-page, .slider-fed-page, .mask-fed-page-slider, .slider-local-page, .mask-mask-local-page, .mask-state-page {
    height: 200px;
  }

  .fed-slide-5-copy {
    background-position: 50% 0;
  }

  .fed-slide-3-copy {
    background-position: 0 0;
    background-size: cover;
  }

  .fed-slide-2-copy, .fed-slide-copy {
    background-position: 50% 0;
  }

  .slider-hider-div {
    height: 200px;
    margin-top: 62px;
  }

  .mid-page-slider-federal {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider-mid-page-shade {
    padding-left: 25px;
    padding-right: 25px;
  }

  .mid-page-slider-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .midpage-slider-headline {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .mid-page-slider-state {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .mid-page-slider-local {
    background-position: 50% 0;
  }

  .h2-serif {
    letter-spacing: 0;
    margin-top: 8px;
    margin-bottom: 1px;
    padding-bottom: 15px;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .h2-serif.white.no-underline {
    margin-bottom: 11px;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .pa-slide-2 {
    background-position: 50% 0;
  }

  .pa-slide-3 {
    background-position: 50%;
    background-size: 750px;
  }

  .contact-slide-1 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contact-slide-2 {
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .contact-slide-3 {
    background-position: 50% 0;
  }

  .form-container {
    width: 100%;
    min-width: 325px;
    max-width: 350px;
    padding-left: 15px;
  }

  .contact-para {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-section-contact {
    margin-top: 53px;
    padding-top: 0;
  }

  .navbar-3 {
    height: auto;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }

  .nav-menu-2-hp-adjust {
    width: 100%;
    padding-bottom: 0;
  }

  .h1-style {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-20 {
    font-size: 1em;
  }

  .h3-agencies-left {
    font-size: 16px;
    line-height: 22px;
  }

  .list-style-2 {
    font-size: 1em;
  }

  .paragraph-large-concise {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .content-section-400-slider-pripol {
    margin-top: 66px;
  }

  .team-container {
    padding: 9px;
  }

  .link-block-4 {
    margin-top: 3px;
    padding-left: 11px;
  }

  .icon-5 {
    float: left;
    padding: 6px 0 0 5px;
    font-size: 3rem;
  }

  .dd-menu-button {
    width: 23%;
  }

  .bakcground-vid-section {
    height: auto;
    display: none;
  }

  .content-wrapper-bkgd-video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .weekly-report-section {
    padding-bottom: 43px;
  }

  .report-img-div {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .background-video-vert {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 62px;
    display: block;
    position: relative;
  }

  .image-16 {
    max-width: 200px;
  }

  .paragraph-large-2 {
    letter-spacing: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .dropdown-toggle-4 {
    background-color: #164584;
    margin-left: 0;
    padding-left: 0;
  }

  .navbar-ac {
    background-color: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 15px;
  }

  .icon-7 {
    color: #0c396b;
    font-size: 3rem;
  }

  .nav-link-3 {
    background-color: #164584;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: .9rem;
    line-height: 1.5rem;
    display: block;
    position: relative;
  }

  .nav-link-3:hover {
    color: #a8a8a8;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .nav-link-3:lang(en) {
    color: var(--white);
    background-color: #164584;
  }

  .nav-link-3.w--current {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-link-3._22-indent {
    padding-left: 22px;
  }

  .dropdown-list-4 {
    padding-left: 15px;
    display: block;
  }

  .dropdown-list-4.w--open {
    margin-left: 8px;
    padding-left: 15px;
    overflow: visible;
  }

  .nav-link-drdn-trigger-2 {
    float: left;
    clear: none;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
  }

  .menu-button-3 {
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
  }

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

  .nav-link-4 {
    color: #fff;
    background-color: #164584;
    margin-left: 16px;
  }

  .nav-link-4:hover {
    color: var(--lines);
  }

  .dropdown-toggle-5 {
    background-color: #0c396b;
    padding-left: 8px;
  }

  .nav-menu-3 {
    background-color: #164584;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    display: flex;
  }

  .html-embed {
    width: 300px;
  }

  .content-container-form {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-contact-page {
    height: 200px;
  }

  .news-container {
    padding-left: 11px;
    padding-right: 11px;
  }

  .news-container-exmpanding {
    margin-top: 0;
  }

  .news-image {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 23px;
  }

  .new-article-1sr-para {
    font-size: .9em;
  }

  .texas-lobby-guide-div {
    max-width: 175px;
  }

  .news-section {
    padding-top: 4px;
  }

  .link-block-5 {
    margin-top: 17px;
  }

  .team-container-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-member-all {
    width: 90%;
  }

  .link-block-team-page {
    margin-bottom: 15px;
  }

  .team-mem-indiv-img {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-hider-div-pa {
    height: 200px;
    margin-top: 62px;
  }

  .adv-slide-2 {
    background-position: 50% 0;
  }

  .adv-slide-3 {
    background-position: 50%;
    background-size: 750px;
  }

  .brittany-johnson {
    width: 100%;
  }

  .assoc-slide-2 {
    background-position: 50% 0;
  }

  .assoc-slide-3 {
    background-position: 50%;
    background-size: 750px;
  }

  .brand-div {
    width: 60%;
  }

  .exp-left-column {
    padding-left: 14px;
  }

  .dropdown-list-4-vert {
    padding-left: 15px;
    display: block;
  }

  .dropdown-list-4-vert.w--open {
    margin-left: 24px;
    padding-left: 15px;
  }

  .expertise-wrapper {
    display: none;
  }

  .bio-1sr-para-2 {
    font-size: .9em;
  }

  .footer-2 {
    margin-top: 0;
  }

  .image-18 {
    width: 100%;
  }

  .team-mem-indiv-img-2 {
    width: 100%;
    height: auto;
    min-height: auto;
    margin-bottom: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-big-2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .h1-big-2.blue {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  .h1-big-2.blue.name {
    font-size: 1.6rem;
  }

  .open-bio-div-2 {
    padding-left: 0;
  }

  .connor-hp-container-eampanding-2 {
    border-bottom-width: 0;
    margin-top: 0;
  }

  .text-container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block-7 {
    margin-top: 3px;
    padding-left: 11px;
  }

  .paragraph-23 {
    font-size: 1rem;
  }

  .dropdown-list-5 {
    background-color: #ddd0;
    padding-left: 15px;
    display: block;
    overflow: hidden;
  }

  .bus-dev-2 {
    background-position: 50% 0;
  }

  .bus-dev-3 {
    background-position: 50%;
    background-size: 750px;
  }

  .emkp-eng-2 {
    background-position: 50% 0;
  }

  .emp-eng-3 {
    background-position: 50%;
    background-size: 750px;
  }
}


