@charset "UTF-8";
/* Web Solutions 4.0 Compatible */

:root {
  --ws-gutter: 5%;

  --portfolio-column-width: 7em;
  --portfolio-column-gutter: calc(((100vw - 3rem) / 4) + 1rem);
  --ws-grid-14: 2vw [wrap-start] repeat(2, 1fr) [wrap-end] 2vw;

}

body.slideNav {
  overflow: hidden;
}

/* HEADINGS ------------------------------ */
h1, .home #hero div.title { font-size: 1.75em; }
h2, #welcome h1 { font-size: 1.5em; }
h3 { font-size: 1.375em; }
h4 { font-size: 1.25em; }
h5, th { font-size: 1.125em; }
h6 { font-size: 1em; }

.intro, .blogCredits + p, .blogCredits + figure + p { font-size: 1.1875em; }

:is(button, .button) { font-size: 1em; }

:is(button, .button, input[type="button"], input[type="submit"], input[type="reset"]).big {
  font-size: 1.125em;
}

p {
  font-size: 1.0625em;
}

/* HEADER ------------------------------ */
body>header {
  background: #FFF;
  position: relative;
  text-align: center;
  z-index: 4;
  display: contents;
}

body>header:before {
  content: "";
  opacity: 0;
  z-index: 3;
  background-color: #000;
  display: block;
  position: fixed;
  left: 100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  transition: left 0ms ease 200ms, opacity .3s ease;
}

body.slideNav>header:before {
  left: 0;
  opacity: .5;
  transition: left 0ms ease 0ms, opacity .3s ease;
}

#brand {
  display: block;
  margin: 0 auto;
  padding: 1em;
  width: 13em;
}

#navContainer {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 75%;
  max-height: 100vh;
  background-color: var(--ws-midnight);
  z-index: 4;
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body.slideNav #navContainer {
  left: 25%;
}

#navContainer nav {
  display: inline;
}

#navContainer ul {
  display: block;
  width: 100%;
  margin: 0;
  padding-left: 0;
}

#navContainer li {
  border-top: 1px solid rgba(255,255,255,0.125);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#navContainer li li {
  border: 0;
}

#navContainer a,
#navContainer .menu {
  color: #FFF;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 2.75em;
  padding: 0 1rem;
  display: block;
  text-align: left;
  text-transform: lowercase;
  width: 100%
}

#navContainer :is(li>span, .megamenu>ul>li>div>span) {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.75em;
  height: 2.75em;
}

#navContainer :is(li>span, .megamenu>ul>li>div>span)::before,
#navContainer :is(li>span, .megamenu>ul>li>div>span)::after {
  content: '';
  display: block;
  width: 50%;
  height: 0.0625rem;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center center;
}

#navContainer :is(li>span, .megamenu>ul>li>div>span)::after {
  transform: translate(-50%, -50%);
}

#navContainer :is(li>span, .megamenu>ul>li>div>span)::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

#navContainer :is(li.open>span, .megamenu>ul>li.open>div>span) {
  transform: rotate(-135deg);
}

#navContainer :is(li.open>span, .megamenu>ul>li.open>div>span)::before {
  transition: transform .2s ease;
}

#navContainer ul ul {
  font-size: .9em;
  height: 0;
  overflow: hidden;
  transition: height .3s ease;
}

#navContainer ul .megamenu>ul {
  height: auto;
}

#navContainer ul ul a {
  font-size: 1.125em;
  padding-left: 2rem
}

#navContainer li.on a,
#navContainer li.open,
#navContainer ul ul li.on a {
  background-color: rgba(255,255,255,.08);
}

#navContainer ul ul ul a {
  font-size: 1.125em;
}

#navContainer ul ul ul li.on a {
  background-color: rgba(255,255,255,.12);
}

#navContainer #ancillary {
  clear: both;
  display: block;
}

#navContainer #ancillary .search {
  clear: both;
  display: block;
  overflow: auto;
  padding: 1rem;
  border-top: 1px solid rgba(255,255,255,0.125)
}

#navContainer #ancillary .search input {
  float: left;
}

#navContainer #ancillary .search input[type="text"] {
  width: calc(100% - 5rem)
}

#navContainer #ancillary .search input[type="submit"] {
  width: 5rem;
}

.megamenu {
  display: block;
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

#mainnav li .megamenu>ul>li>div {
  display: contents;
}

#mainnav>ul>li.on>.megamenu {
  height: auto;
}

#mainnav>ul>li.on>.megamenu>ul>li.on>div>ul {
  height: auto;
}

/* mobilenav */
#mobilenav {
  background-color: var(--ws-dk-blue);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  justify-content: center;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
}

#mobilenav a, #mobilenav span {
  color: #FFF;
  display: inline-block;
  font-weight: 350;
  padding: .625em .75em;
  text-transform: lowercase;
}

#mobilenav a:hover, #mobilenav span:hover {
  color: #fff;
  background-color: var(--ws-red);
}

#mobilenav span svg {
  fill: #FFF;
  height: 1em;
  margin: 0 0 0 .25em;
  pointer-events: none;
  position: relative;
  top: .25em;
}

.hamburger {
  display: none;
}


/* MAIN ------------------------------ */
main>div>div>#content {
  grid-column: wrap-start / wrap-end;
  grid-row: 1 / 2;
  padding-top: 1rem;
}

main>div>div>aside {
  grid-row: 2 / 3;
  margin-block: 1.5em 3em;
}


.twoCol, .threeCol, .resCol {
  column-rule: 1px outset rgba(0,0,0,.15);
  columns: auto;
  column-width: 13em;
}

.content ul li {
  padding-left: 1.5em;
}

.formTable, .formTable table {
  width: 100%;
  display: block
}

.formTable tbody {
  display: block
}

.formTable tr {
  display: block
}

.formTable td {
  display: block;
  width: 100%;
  padding: 0
}

.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="tel"],
.formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"],
.formTable textarea {
  margin-bottom: 1em
}

.formTable table td + td {
  padding-left: 0 !important;
}

.photoright {
  margin: 0 0 .75em 1em;
}

.photoleft {
  margin: 0 1em .75em 0;
}

/* FOOTER ------------------------------ */
body>footer .wrap nav a+span:before {
  content: "|";
  margin: 0 0.5em
}

body>footer :is(.fatFooter, ul.social) {
  margin-bottom: 2.5em;
}

body>footer .support {
  padding-top: 1em;
}

body>footer :is(nav+nav, form+form) {
  margin-top: 2.5em;
}

body>footer .fatFooter>div:nth-of-type(2n+1) {
  grid-column: 2 / 3
}

body>footer .fatFooter>div:nth-of-type(2n+2) {
  grid-column: 3 / 4
}

body>footer nav span:first-of-type::before {
  display: none;
}

body>footer .footer-bottom nav {
  margin: .5em 0 0;
}

body>footer .footer-bottom nav {
  display: inline-block;
  padding: .3125em 0;
}

body>footer .fatFooter a {
  display: block;
  padding-block: .3125em;
}

/* DASHED LINE ANIMATIONS ------------------------------ */
:is(#services, #photo, #cta, #welcome) svg {
  content-visibility: hidden;
  display: none;
}


/* SHARED ------------------------------ */
.pageHeader {
  height: 5em;
}

.bottom-clouds::after {
  background-size: 80em auto;
}

.sky-element {
  background-size: 50em auto;
}


/* HOMEPAGE > HERO ------------------------------ */
#hero {
  height: 30vw;
  min-height: 20em;
  padding-block: 3em 4em;
}

#hero h1,
.home #hero div.title {
  position: relative;
  z-index: 1;
}

#hero .button {
  align-self: flex-start;
  justify-self: flex-start;
  margin: 0 0 2em;
}

.fleet {
  animation-duration: 65s;
}

.plane-red {
  left: calc(50% + 4em);
  top: max(7em, 14vw);
}

#hero.digital-marketing .plane-red {
  top: max(8.25em, 14vw);
}

.sky-element {
  width: 46.875em;
}

.fleet>li:nth-child(odd){
  /* display: none; */
}
.fleet>li::after {
  left: 750px;
}

@keyframes planes-white{
  0% {
    left: 0;
  }
  100% {
    left: -750px;
  }
}


.hero-line {
  display: none;
}


/* HOMEPAGE > WELCOME ------------------------------ */
#welcome {
  padding-block: 2.5em 4em;
}

#welcome::after {
  background-size: 50em auto;
}

/* HOMEPAGE > SERVICES ------------------------------ */
#services {
  padding-block: 2.5em .5em;
}

#services>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#services>ul>li {
  margin: 0 0 2.5em;
  min-width: 13.75em;
  padding: 0 1em;
  text-align: center;
  width: calc(50% - 2em);
}

#services h2 {
  font-size: 1.25em;
}

#services ul ul>li>a {
  display: block;
  padding: .3125em 0;
}


#services.lp ul {
  align-items: center;
  flex-direction: column;
}

#services.lp>ul>li {
  min-width: 0;
  max-width: 26em;
  width: 100%;
}



/* HOMEPAGE > WORK (sliderr) ------------------------------ */
#work a.more {
  min-width: clamp(9em, 6em + 12.8vw, 12em)
}

#work span {
  font-size: 1.125em;
}


/* HOMEPAGE > BRANDS ------------------------------ */
#brands {
  padding-block: 3em 2em;
  text-align: center;
}

.home #brands {
  padding-block: 1em 2em;
}

#brands.work {
  padding-block: 3em 4em;
}

#brands li {
  padding-inline: 1em;
}

#brands li:nth-child(2n+1) { grid-column: 2 / 3; }
#brands li:nth-child(2n+2) { grid-column: 3 / 4; }



/* HOMEPAGE > PHOTO ------------------------------ */
#photo {
  height: max(20em, 60vw);
}

#photo h2 {
  font-size: max(1.25em, 3.5vw);
  top: max(3em, 13vw);
}


/* HOMEPAGE > CTA ------------------------------ */
#cta {
  padding-block: 12em 4em;
}

#cta .clouds {
  width: 64vw;
}

#cta img {
  position: absolute;
  right: 3.5em;
  top: max(3em, 10.5vw);
  width: clamp(5em, 3.171em + 3.9vw, 10em);
}


/* EXPOSURE POPUP ------------------------------ */
#exposure-popup {
  align-items: center;
  display: flex;
}

#exposure-popup .wrap {
  padding-block: 2.25em 2em;
}

#exposure-popup img:first-of-type {
  margin: 0 auto 1em;
  max-width: 12em;
}

#exposure-popup img:last-of-type {
  margin: .5em auto 2em;
  max-width: 13em;
}

#exposure-popup :is(p, em) {
  font-size: 1.125em;
}

#exposure-popup p {
  margin: 0 0 1.25em;
}

#exposure-popup button {
  margin: 0 auto 1em;
}

/* hirEDCT --------------------------------- */
.hiredct-logo {
	width: 50%;
  /*margin-left: -0.4375rem;*/
}
.hiredct-title {
	font-size: clamp(1.875rem, 0.9448rem + 4.6512vw, 3.125rem);
}



/* T2 BLOG RIBBON (T2 service pages) ------------------------------ */
#blog.t2 {
  padding-block: 3em 0;
}

#blog.t2 h3 {
  font-size: 1.1875em;
  margin: 0 0 1.75em;
}

#blog.t2 li:nth-child(1) {
  grid-column: wrap-start / wrap-end !important;
}

#blog.t2 li:nth-child(2n+2) {
  grid-column: 2 / 3;
}

#blog.t2 li:nth-child(2n+1) {
  grid-column: 3 / 4;
}

#blog.t2 li .image {
  margin: 0 0 1em;
}

#blog.t2 li:first-child>a {
  padding: 2em;
}

#blog.t2 li:first-child::after {
  display: none;
}

#blog.t2 li:first-child .textbox {
  min-height: 0 !important;
}


/* Homepage only -------------------- */
.home #blog.t2 li:first-child .textbox {
  padding: 2em;
}


/* Interior pages only -------------------- */
#blog.t2 li.redesign article>a {
  background: transparent;
  display: block;
}

#blog.t2 li.redesign article>a .image {
  width: 100%;
}

#blog.t2 li.redesign .textbox {
  padding: 0;
}

#blog.t2 li.redesign .textbox :is(p, .button) {
  display: none;
}




/* MEDIA QUERIES --------------------------- */
@media( max-width: 500px ) {

  h1 { font-size: 1.625em; }
  h2 { font-size: 1.375em; }
  h3 { font-size: 1.3125em; }


  #work.web-dev h2 {
    font-size: 1.25em;
  }

  body>footer .fatFooter>div:nth-of-type(1n) {
    grid-column: wrap-start / wrap-end;
    text-align: center;
  }

  body>footer .fatFooter>div:nth-of-type(1n) > *:not(.button) {
    width: 100%;
  }

  body>footer .support {
    margin-top: 1.75em;
    padding-top: 1.75em;
  }

  body>footer .button {
    align-self: center;
  }

  body>footer form {
    margin: 0 auto;
    max-width: 20em;
  }

  body>footer .fatFooter label {
    text-align: left;
  }

  body>footer ul.social {
    display: flex;
    justify-content: center;
    margin-block: 1.5em;
  }

  body>footer #email-signup a>strong {
    margin: 2.5em auto 1em;
  }

  body>footer .footer-bottom {
    text-align: center;
  }

  /* hirEDCT */
  .hiredct-form {
    padding: 1.5625rem 1.5625rem;
  }


  /* T2 BLOG RIBBON (T2 service pages) ------------------------------ */
	#blog.t2 ul {
		display: block;
	}

	#blog.t2 li:nth-child(1n) {
		grid-column: wrap-start / wrap-end;
	}

	#blog.t2 li:not(:last-child) {
		margin: 0 0 2.75em;
	}

	#blog.t2 a {
		display: flex;
		flex-direction: column-reverse;
	}

	#blog.t2 h3 {
		font-size: 1.5em;
		margin: 0 0 .5em;
	}

	#blog.t2 li .image {
		margin: 0;
	}


  /* Interior pages only */
  #blog.t2 li.redesign article>a {
    display: flex;
    flex-direction: column-reverse;
  }


}

/* ----~~~~~===== WEB SOLUTIONS - STYLE-M.CSS =====~~~~~----- */
