/*!
Theme Name: Frontline Solutions
Theme URI: http://underscores.me/
Author: Phill Mamula
Author URI: https://www.ghostnoteagency.com
Description: 2021 Theme for Frontline Solutions, designed and developed by Ghost Note Agency
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: frontlinesolutions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@font-face {
    font-family: 'FrontlineHeadline';
    src: url('fonts/FrontlineHeadline-Regular.woff2') format('woff2'),
         url('fonts/FrontlineHeadline-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo Bold';
    src: url('fonts/archivo-bold-webfont.woff2') format('woff2'),
         url('fonts/archivo-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/archivo-regular-webfont.woff2') format('woff2'),
         url('fonts/archivo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpaceMono';
    src: url('fonts/spacemono-regular-webfont.woff2') format('woff2'),
         url('fonts/spacemono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap');



/* =Global
-------------------------------------------------------------- */
body {
	background: #151515;
	color: #EFEFEF;
    font-family: 'Rubik', sans-serif;
  	font-size: 19px;
  	line-height: 30px;
    font-weight: 300;
    overflow-x: hidden;
}

h1,h2,h3,h4 {
	color: #D92633;
  font-family: 'FrontlineHeadline', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 0.9em;
  margin: 0;
}
h1 { font-size: 4.5em; }
h2 { font-size: 4em; }
h3 { font-size: 3.5em; }
h4 { font-size: 3.2em; }
p {
    margin: 5px 0 2vh;
}
strong { font-weight: 500; }
ul,li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
}
a, a:link, a:visited { 
  text-decoration: none;
	color: #D92633; 
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out; 
}
a:hover { color: #FFFFFF; }
button { cursor: pointer; }
video:focus,
input:focus,
button:focus {outline:0; cursor: pointer;}
img { margin-bottom: -10px; }
textarea,
select,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
select::-ms-expand {
  display: none;
}
/* Structure */
#page {
    width: 100vw;
    overflow: hidden;
}
.post, .page,
.page-content, .entry-content, .entry-summary { margin: 0; }
.container {
    width: 90vw;
    max-width: 1600px;
    position: relative;
    margin: 0 auto;
}

a.square-cta {
    background: #2FBAAB;
    color: #000000;
    font-family: 'SpaceMono';
    padding: 12px 60px 12px 20px;
    display: table;
    margin: 3vh 0;
    font-size: 0.9em;
    line-height: 1.3em;
    position: relative;
}
a.square-cta:after {
    content: '';
    background: url(images/arrow-right.png) no-repeat center right;
    background-size: contain;
    width: 35px;
    height: 10px;
    position: absolute;
    bottom: 18px;
}
a.square-cta:hover {
    border-color: #000000;
    background: #000000;
    color: #FFFFFF;
}
a.square-cta:hover:after {
    content: '';
    background: url(images/arrow-right-white.png) no-repeat center right;
    background-size: contain;
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel {
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    overflow: hidden;
}
.owl-carousel .owl-stage-outer {
    z-index: 999;
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-nav .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-dot {
  color: inherit;
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-dots { display: flex; justify-content: flex-end; margin-top: -3vh; position: relative; z-index: 999;}
.owl-dot {
    flex: 1 0 18%;
    margin-right: 2%;
    text-align: left;
}
.owl-dot button {
    width: 100%;
    font-family: 'FrontlineHeadline', sans-serif;
    font-size: 1.8em;
    background: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 2vw 20px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.owl-dot:hover button { 
    color: #D92633;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.owl-dot.active button { color: #D92633; opacity: 1; border-top: 3px solid; }

.owl-nav {
    display: none;
}

/* =Header
-------------------------------------------------------------- */
header#masthead {
    background: #000000;
    padding: 15px 0;
    margin-bottom: -2px;
    z-index: 9999;
    position: relative;
}
header#masthead .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
header#masthead .site-branding { flex: 1;}
header#masthead .site-branding h1.site-title { font-size: 0; }
header#masthead .site-branding h1.site-title svg{ max-width: 180px;}
header#masthead .main-navigation { flex: 3; }

/* Sticky */
header#masthead.sticky {
    position: fixed;
    width: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
}
body.adjust { margin-top: 100px; }

/* Navigation */
.main-navigation ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.main-navigation ul li a {
    font-family: 'FrontlineHeadline', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    padding: 15px 2vw;
}
.main-navigation ul li:last-of-type a { padding-right: 0; }
.main-navigation ul li a:hover { color: #D92633; }


/* =Homepage
-------------------------------------------------------------- */
/* Hero */
.home-hero {
    position: relative;
    overflow: hidden;
    padding: 15vh 0 19vh;
    max-height: 85vh;
}
.home-hero:before {
    content: '';
    background: -moz-linear-gradient(45deg,  rgba(0,0,0,0.81) 8%, rgba(0,0,0,0.78) 10%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 90%);
    background: -webkit-linear-gradient(45deg,  rgba(0,0,0,0.81) 8%,rgba(0,0,0,0.78) 10%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 90%);
    background: linear-gradient(45deg,  rgba(0,0,0,0.81) 8%,rgba(0,0,0,0.78) 10%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf000000', endColorstr='#00000000',GradientType=1 );
    width: 100%;
    height: 120%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 3;
}
.home-hero .container { 
    position: relative; 
    z-index: 9; 
}
.home-hero h1.hero-title {
    font-size: 8em;
    line-height: 0.85em;
    display: block;
    padding: 1vh 0;
}
.home-hero h3.hero-title { color: #FFFFFF; font-size: 4.5em;}
.home-hero h3.hero-title.subtitle {
    font-size: 2.5em;
    text-transform: none;
    margin: 3vh 0;
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
}
.hero-img .carousel-item {
    width: 100%;
    height: 90vh;
}

.scroll-down { position: relative; }
.icon-scroll,
.icon-scroll:before {
    position: absolute;
}
.icon-scroll {
    width: 100px;
    height: 50px;
    top: 50%;
}
.icon-scroll:before {
    content: '';
    width: 25px;
    height: 85px;
    background: url('images/arrow-down.png') no-repeat top center / contain;
    margin-left: 15px;
    top: 5px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
@keyframes scroll {
  0%    { opacity: 1; }
  100%  { opacity: 0; transform: translateY(46px);}
}

/* About */
.home-about {
    position: relative;
}
.featured-img-float-left {
    max-width: 25vw;
    margin-left: -5vw;
    margin-top: 5vh;
}

.home-section .container {
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.home-section .container>* { padding: 10vh 0; }
.home-section .container .section-title { flex: 1;}
.home-section .container .section-title h3 {
    color: #444444;
    width: 15%;
    font-size: 4.5em;
    line-height: 0.8em;
    margin-bottom: 3vh;
}
.home-section .container .section-title .subcaption {
    color: #CCCCCC;
    width: 60%;
    margin: 0 0 3vh;
    line-height: 1.4em;
}
.home-section .container .section-title .featured-image {
    max-width: 20vw;
    margin-left: -5vw;
}
.home-section .container .section-main { flex: 2; border-left: 1px solid rgba(255,255,255,0.1); }
.home-section .container .section-main h2.large-title {
    color: #FFFFFF;
    font-size: 7em;
    line-height: 0.85em;
}
.home-section .container .section-main h2.large-title span { color: #D92633; }
.home-section .container .mission-carousel .carousel-description {
    margin: 2vh 0;
    width: 50%;
}

/* What */
.section-main.what-the h2.large-title {
    margin-top: 15vh;
}
.home-section .container .section-title h3.white {
    color: #FFFFFF;
    width: 78%;
}

/* Work */
.home-section.work .container {
    display: block;
    position: relative;
}
.home-section.work .container:before {
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    left: 33.3%;
}
.work-carousel .owl-stage { height: 60vh; overflow: hidden; margin-left: -1px;}
.work-carousel .owl-item { opacity: 0.1; filter: saturate(0); }
.work-carousel .owl-item.active { opacity: 1; filter: none;}
.single-article {
    position: relative;
    overflow: hidden;
}
.single-article .overlay-title {
    width: 65vw;
    padding: 4vh 0;
    position: absolute;
    z-index: 99;
}
.single-article .overlay-title span.work-type {
    color: #D92633;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin: 0 0 3vh;
    display: block;
}
.single-article .overlay-title h4.article-title {
    font-size: 5em;
    width: 100%;
    margin: 1vh 0 5vh;
}
.single-article .overlay-title h4.article-title a { color: #FFFFFF; }
.single-article .overlay-title h4.article-title a:hover { color: #D92633; }
.single-article .work-carousel-image {
    filter: saturate(0);
    margin-left: 33.3%;
    width: 100%;    
    height: 60vh;
}
.single-article .work-carousel-image a { display: block; width: 100%; height: 100%; position: relative; z-index: 9; }
.single-article .work-carousel-image:before {
    opacity: 0.5;
    content: '';
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.69) 15%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 15%,rgba(0,0,0,0) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0.69) 0%,rgba(0,0,0,0.69) 15%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0000000', endColorstr='#00000000',GradientType=1 );
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; 
    height: 100%;
    z-index: 3;
}
.work-carousel .owl-dots {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1600px;
}

/* Contact */
.home-section.contact .container>* { padding: 15vh 0; }
.home-section.contact .parallax-down.bottom-left {
    bottom: 30vh;
    left: -126px;
}

/* Contact Form 7 */
.home-section.contact .wpcf7 {
    padding: 2%;
    margin-top: -30px;
}
.form-fields-columns {
    display: flex;
    flex-wrap: wrap;
}
.form-fields-columns>* {
    flex: 1 0 50%;
    width: 50%;
    max-width: 50%;
    margin-bottom: 5px;
}
.form-fields-columns .col-left { padding-right: 1vw; }
.wpcf7 p { margin: 0; }

.gfmc-field div {
	padding-bottom: 0 !important;
}

.wpcf7 input, 
.wpcf7 textarea, 
.wpcf7 input[type="submit"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper textarea, 
.gform_wrapper input[type="submit"] {
    font-family: 'SpaceMono';
    border-radius: 0;
    border: 1px solid #333333;
    background: #111111;
    padding: 10px 20px;
    color: #FFFFFF !important;
    max-height: 150px;
    width: 100%;
}
.wpcf7-not-valid-tip { font-size: 0.8em; }
.wpcf7 input::placeholder,
.gform_wrapper input::placeholder {
	color: #999999;
}

.gform_wrapper.gravity-theme  fieldset.gfield {
	margin-top: 15px;
}

.wpcf7 label,
.gform_wrapper.gravity-theme label.gfield_label,
.gform_wrapper.gravity-theme legend.gfield_label {
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1.2em;
    color: #333333;
    letter-spacing: 0.08em;
    margin: 15px 0 8px;
    display: inline-block;
	font-weight: 100;
}
.wpcf7 select,
.gform_wrapper select {
    width: 100%;
    appearance: none;
    border: none;
    border: 1px solid #333333;
    background: #111111;
    padding: 10px 20px;
    color: #FFFFFF !important;
    font-family: 'SpaceMono';
    font-size: 0.8em;
    font-weight: normal;
    cursor: inherit;
    line-height: inherit;
    position: relative;
}
.wpcf7 .type-of-inquiry:after {
  content: '';
  background: url('images/caret-down.png') no-repeat center center / contain;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 9;
  top: 5px;
  right: 25px;
}

.wpcf7 input[type="submit"],
.gform_wrapper input[type="submit"] {
    cursor: pointer;
    color: #000000 !important;
    background: #2FBAAB url('images/arrow-right.png') no-repeat 220px 18px;
    background-size: auto 12px;
    padding: 15px 65px 15px 20px;
    display: table;
    margin: 15px 0 0;
    font-size: 0.9em;
    position: relative;
    width: auto;
    border: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}
.wpcf7 input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:hover  { 
    background: #000000 url('images/arrow-right-white.png') no-repeat 220px 18px;    
    background-size: auto 12px;
    color: #FFFFFF !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}
.wpcf7 form .wpcf7-response-output {
    font-size: 0.9em;
    margin: 0 auto;
    padding: 10px 20px;
}


/* =About
-------------------------------------------------------------- */
/* Page Hero */
.background-flood { 
    background: #111111;
    overflow: hidden;
}
.page-hero-top {
    position: relative;
}
.page-hero-top:before {
    content: '';
    background: url(images/pattern-sm-empty.png) no-repeat left top;
    background-size: contain;
    width: 350px;
    height: 520px;
    top: -150px;
    left: -130px;
    z-index: 9999;
    opacity: 0.2;
    position: absolute;
}
.page-hero {
    width: 65vw;
    height: 70vh;
    float: right;
}
.parallax-mirror { z-index: 9 !important; }
.page-hero-top .container .hero-content { 
    padding: 0;
    width: 50vw;
    height: 70vh;
    background: #111111; 
    border-left: 1px solid rgba(255,255,255,0.1);
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 99;
}

.page-hero .container {
    border-left: 1px solid rgba(255,255,255,0.1);
}
.hero-content {
    padding: 3vh 0;
    width: 40vw;
}
.hero-content h1.page-title {
    color: #FFFFFF;
    font-size: 6em;
    margin-bottom: 2vh;
    line-height: 0.8em;
}
.hero-content .description {
    color: #a9a9a9;
    width: 55%;
    font-size: 0.9em;
    line-height: 1.5em;
}

/* About Content */
.about-section { position: relative; }

/* Parallax Elements */
.triangle-right,
.triangle-left {
    background: #d92633 url(images/red-triangles.png) no-repeat top right / auto 600px;
    width: 35vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -3;
    height: 75vh;
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
}
.triangle-right { 
    left: auto; right: 0;
    clip-path: polygon(25% 0, 100% 0%, 100% 100%, 25% 0);
}
.parallax_scroll { z-index: 99; }



.parallax-up.top-right,
.parallax-down.top-right {
    position: absolute;
    top: 0vh;
    right: 5vw;
    z-index: -2;
}
.parallax-up.top-left,
.parallax-down.top-left {
    position: absolute;
    top: 0vh;
    left: 5vw;
    z-index: -2;
}
.parallax-up.bottom-left,
.parallax-down.bottom-left {
    position: absolute;
    bottom: 5vh;
    left: 5vw;
    z-index: 2;
}
.parallax-up.bottom-right,
.parallax-down.bottom-right {
    position: absolute;
    bottom: 5vh;
    right: 5vw;
    z-index: -2;
}

/* Parallax Elements */
.double-triangle {
    position: absolute;
    transform: rotate(140deg);
    z-index: 9;
}
.double-triangle span {
    clip-path: polygon(100% 100%, 0 50%, 100% 0);
    background: #d92633;
    width: 100px;
    height: 120px;
    display: block;
}
.double-triangle.alt {
    transform: rotate(35deg);
    z-index: 9;
}
.double-triangle.white span { background: #FFFFFF; }
.double-triangle.purple span { background: #443f8e; }
.double-triangle.green span { background: #93c36d; }

.lg-pattern {
    background: url(images/pattern-lg.png) no-repeat top left / contain;
    height: 900px;
    width: 600px;
    position: absolute;
    z-index: -3;
}
.lg-pattern.empty {
    background: url(images/pattern-lg-empty.png) no-repeat top left / contain;
    height: 900px;
    width: 600px;
    position: absolute;
    z-index: -3;
    opacity: 0.2;
}
.sm-pattern {
    background: url(images/pattern-sm.png) no-repeat top left / contain;
    height: 475px;
    width: 375px;
    position: absolute;
    z-index: -3;
}
.sm-pattern.empty{
    background: url(images/pattern-sm-empty.png) no-repeat top left / contain;
    height: 475px;
    width: 375px;
    position: absolute;
    z-index: -3;
    opacity: 0.2;
}
.sm-pattern.red{
    background: url(images/pattern-sm-red.png) no-repeat top left / contain;
    height: 475px;
    width: 375px;
    position: absolute;
    z-index: -3;
}


/* Parallax Overwrites */
.about-section.bottom .parallax-up.top-left {
    top: -25vh;
    left: -262px;
    z-index: -3;
}
.about-section.bottom .parallax-down.bottom-right {
    bottom: 20vh;
    right: 15vw;
}
.blog-listing .parallax-down.top-left {
    left: -300px;
    top: 15vh;
}
.blog-listing .parallax-up.bottom-right {
    right: 378px;
    bottom: -20vh;
}
.about-section .parallax-down.bottom-right,
body.single .parallax-down.bottom-right {
    z-index: 99;
    right: 15vw;
    bottom: 12vh;
}
.about-section .parallax-up.top-right { z-index: 99; }
.contact-section .parallax-up.top-right { top: -15vh; z-index: 99; right: 10vw;}
.contact-main .parallax-up.top-right {
    top: -15vh;
    right: 345px;
}
.home-section.about .parallax-up.bottom-right {
    bottom: 30vh;
    right: calc(20vw + 6px);
}
.home-section.work .parallax-up.top-left {
    top: -18vh;
    left: 237px;
    z-index: -3;
}
.home-section.what .parallax-up.top-left {
    top: 55vh;
    left: calc(12vw - -11px);
}


.about-section .container {
    padding: 12vh 0;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
.about-section .container:before {
    content: '';
    width: 1px;
    top: 0;
    left: 33.3%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: -3;
}

/* Feature */
.about-section.feature h2 {
    color: #FFFFFF;
    font-size: 4em;
    width: 75%;
}
.about-section.feature .description {
    margin: 3vh 3vw 5vh 30vw;
    color: #999999;
}

/* Bottom */
.about-section.bottom .container {
    padding: 5vh 0 12vh;
    display: flex;
    align-items: center;
}
.about-section.bottom .container .section-title {
    flex: 1;
    position: relative;
    z-index: 9;
}
.about-section.bottom .container .about-section-image { flex: 2; }
.about-section.bottom .container .section-title h3 {
    font-size: 4.5em;
    margin-bottom: 5vh;
    width: 80%;
}
.about-section.bottom .container .section-title .description {
    margin: 2vh 0;
    width: 80%;
}

/* Team */
.about-section.team .container .section-title {
    width: 33.3%;
    position: absolute;
    left: 0;
    top: 10vh;
    padding-right: 8vw;
}
.about-section.team .container .section-title h3 {
    font-size: 5em;
    color: #FFFFFF;
    width: 50%;
    margin: 3vh 0;
}
.member-grid {
    margin-top: -125px;
    margin-bottom: -335px;
    display: flex;
    flex-wrap: wrap;
    width: 66.6%;
    margin-left: 33.3%;
}
.member-grid .member-item{
    flex: 1 0 32.3%;
    width: 32.3%;
    max-width: 32.3%;
    margin-right: 1%;
    position: relative;
}
.member-grid .member-item .thumbnail-img {
    width: 100%;
    height: 100%;
    padding: 150px 30px;
    filter: saturate(0);
}

.member-grid .member-item .member-title { 
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.member-grid .member-item .member-content { width: 100%; padding: 0 2vw; }
.member-grid .member-item:hover .member-title { opacity: 1;}
.member-grid .member-item:hover .thumbnail-img { opacity: 0.3; filter: none;}
.member-grid .member-item .member-title h4 { width: 80%; 
    font-size: 2.3em; margin: 0;}

.triangle {
  margin-top: calc(-200px + 1%);
  width: 400px;
  height: 400px;
  background-color: #1b1b1c;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.float-faux-grid .member-item:nth-child(odd).triangle,
.member-grid .member-item:nth-child(even).triangle { clip-path: polygon(0 50%, 100% 0, 100% 100%); }

.member-grid .member-item:nth-child(even) { text-align: right; }
.member-grid .member-item:nth-child(even) h4,
.member-grid .member-item:nth-child(even) span.job-title {
    float: right;
}
.member-grid .member-item span.job-title {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 5px;
    display: block;
    width: 80%;
    clear: both;
}
.member-item.red.triangle {
    background: #d92633;
}

.member-item.float.triangle {
    position: absolute;
    width: 22.3%;
    max-width: 350px;
    left: calc(10% + 10px);
}
.member-item.float.one.triangle {
    bottom: 180px;
}
.member-item.float.two.triangle {
    bottom: 435px;
}
.member-item.float.three.triangle {
    bottom: 615px;
}
.member-item.float.four.triangle {
    bottom: -32px;
}
.member-item.float.five.triangle {
    bottom: -245px;
}
.member-item.float.top-one.triangle {
    left: auto;
    right: -398px;
    top: 187px;
}
.member-item.float.top-two.triangle {
    left: auto;
    right: -368px;
    top: -20px;
}



/* =Services
-------------------------------------------------------------- */

/* Services */
.service-listing .container {
    padding: 8vh 0;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.service-listing .container:before {
    content: '';
    width: 1px;
    top: 0;
    left: 33.3%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: -3;
}
.service-item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: 10vh 0 20vh;
    position: relative;
}
.service-item>* { padding: 8vh 0; min-height: 60vh; }
.service-item .service-title {
    flex: 1;
}
.service-item .service-title h3 {
    font-size: 4em;
    margin: 0 0 2vh;
    position: relative;
    z-index: 9;
}
.service-item .service-title .entry-content { 
    width: 80%; 
    color: #DDDDDD;
    animation-delay: 0.35s;
}
.service-item .service-image {
    flex: 2;
    filter: saturate(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}
.service-item:hover .service-image {
    filter: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;  
}

.service-articles {
    padding: 30px;
    background: #111111;
    position: absolute;
    right: 0;
    width: 55vw;
    bottom: -8vh;
    z-index: 9999;
}
.service-articles h4 { 
    font-size: 1.8em; 
    color: #444444; 
    margin: 0 0 3vh; 
    position: relative; 
    padding-left: 40px;
}
.service-articles h4:before {
    content: '';
    background: url('images/fs-white-icon.png') no-repeat left center / contain;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: -10px;
}

ul.articles-listing {
    display: flex;
}
li.article-related {
    flex: 1;
    padding: 0 2vw;
    border-right: 1px dotted rgba(255,255,255,0.1);
}
li.article-related:last-of-type { border: none; padding-right: 0;}
li.article-related:first-of-type { padding-left: 0; }
li.article-related a {
    font-family: 'FrontlineHeadline', sans-serif;
    font-size: 1.6em;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
li.article-related a:hover { color: #D92633; }

/* Client Logos */
.our-clients {
    background: #222223;
    padding: 8vh 0 10vh;
}
.our-clients h3 {
    font-size: 2.5em;
    color: #FFFFFF;
    width: 50%;
    display: block;
    margin: 0 0 5vh;
}
li.client-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 0 2vw;
}
li.client-item img { width: auto !important; max-height: 75px; }


/* =Contact
-------------------------------------------------------------- */
body.page-template-page-contact .contact-main .parallax-up.top-right {
    top: -30vh;
    right: 12vw;
}
body.page-template-page-contact .contact-main .parallax-up.top-right .lg-pattern {
    margin-left: -20vw;
    margin-top: 20vh;
}

.contact-main.container {
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.contact-main.container:before {
    content: '';
    width: 1px;
    top: 0;
    left: 33.3%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: -3;
}

.contact-section { padding: 15vh 0; }
.contact-section h2,
.contact-section h3 { font-size: 4.25em; }

/* Contact Forms */
.contact-section.contact {
    padding-right: 30vw;
    padding-bottom: 10vh;
}

/* Careers */
h4.joblisting-title {
    color: #555555;
    font-size: 2em;
    line-height: 1.2em;
    text-align: right;
    margin: 0 0 2vh;
}
.contact-section.careers {
    padding: 15vh 0;
    display: flex;
    flex-wrap: wrap;
}
.career-description {
    flex: 1 0 33.3%;
    color: #999999;
    padding-right: 5vw;
}
.career-description h3 { margin-bottom: 3vh; }
.open-positions { flex: 1 0 66.6%; }

.accordion-panel { display: none; }
.open-role.accordion-item {
    padding: 4vh 2vw 3vh;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.open-role.accordion-item:first-of-type { border-top: 1px solid rgba(255,255,255,0.1); }
.open-role .accordion-thumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(images/arrow-down-white.png) no-repeat right center;
    background-size: auto 25px;
}
.open-role.is-active .accordion-thumb {
    background: url(images/arrow-up-white.png) no-repeat right center;
    background-size: auto 25px;

}
.open-role .accordion-thumb>* { margin-right: 2vw; }
.open-role .accordion-thumb h4 { flex: 2; font-size: 2.5em; color: #FFFFFF; }
.open-role .accordion-thumb span { flex: 1; color: #666666; font-size: 0.9em; }
.open-role .accordion-panel {
    margin: 2vh 0 3vh;
    padding-right: 5vw;
}
.open-role .accordion-panel a.square-cta { margin: 2vh 0 0;}

body.page-template-page-contact .footer-callout {
    display: none;
}

.open-positions span.no-results {
    font-style: italic;
    color: #737373;
    text-align: center;
    width: 100%;
    display: block;
    padding: 3vh 5vw 12vh;
}


/* =Blog
-------------------------------------------------------------- */
/* Header (No Image) */
.blog-list .blog-listing .section-title {
    margin: 0 auto;
}
.blog-list .blog-listing .section-title .container { padding: 5vh 0 0; }
.blog-list .blog-listing .section-title .container h1 {
    width: 200px;
    color: #444444;
    font-size: 4.5em;
    line-height: 0.8em;
    margin: 0;
    position: relative;
    z-index: 9;
}

/* Blog Listing Grid */
.blog-list .blog-listing .container {
    padding: 8vh 0 12vh;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.blog-list .blog-listing .container:before {
    content: '';
    width: 1px;
    top: 0;
    left: 33.3%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: -3;
}
.blog-listing .container article.post.card-layout {
    width: 33.3%;
    max-width: 33.3%;
    flex: 1 0 32.3%;
    margin-right: 1%;
    margin-bottom: 1%;
    position: relative;
    z-index: 9;
}

/* Decorative */
.blog-list .lg-pattern.left {
    left: 0;
}
.blog-list .lg-pattern.right {
    left: 75vw;
}

/* Pagination */
.wp-pagenavi {
    display: block;
    margin-top: 4vh;
    width: 100%;
    position: relative;
    padding-left: 33.3%;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 6px 12px;
    font-size: 0.9em;
    margin: 0 5px;
    border: 1px solid #222222;
}
.wp-pagenavi span.pages {
    text-transform: uppercase;
    font-size: 0.9em;
    color: #7b7b7b;
    border: none;
    position: absolute;
    right: 0;
}
.wp-pagenavi span { color: #FFFFFF; }
.wp-pagenavi span.current { color: #444444; border-color: #222222; }
.wp-pagenavi a.page {
    color: #FFFFFF;
}
.wp-pagenavi a:hover { background: #D92633; border-color: #D92633; }
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink { color: #FFFFFF; }


/* =Single Post
-------------------------------------------------------------- */
body.single.blog .parallax-down.bottom-left {
    bottom: 30vh;
}

body.single.work .double-triangle span,
body.single.case-study .double-triangle span {
    background: #93C36D;
}
body.single-post.case-study .double-triangle.alt {
    top: -30vh;
    left: -5vw;
}


/* Header */
.single-post-hero { padding: 22vh 0;}
header.entry-header {   
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 5vh;
}
header.entry-header .post-header-content { flex: 4; }
header.entry-header .pdf-download {
    z-index: 99;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #222222;
    padding: 2vw;
    margin-bottom: -5vh;
    top: -15vh;
    position: relative;
}
header.entry-header .pdf-download img { margin-bottom: 2vh; }
header.entry-header .pdf-download img.pdf-temp {
    width: 80%;
    margin: 5vh auto 10vh;
    opacity: 0.2;
}
header.entry-header .pdf-download a.square-cta { margin: 0 auto; }

header.entry-header h1.entry-title {
    font-size: 5.5em;
    color: #FFFFFF;
    margin-right: 5vw;
}
header.entry-header .category-title {
    text-transform: uppercase;
    color: #D92633;
    font-size: 1.2em;
    line-height: 1em;
    display: block;
    margin-bottom: 1.1vh;
    letter-spacing: 0.04em;
}
article.category-work header.entry-header .category-title { color: #e88d4a; overflow: hidden; }
article.category-case-study header.entry-header .category-title {
    color: #93C36D;
    overflow: hidden;
}
article.category-work header.entry-header .category-title>*,
article.category-case-study header.entry-header .category-title>* { display: inline-block; float: left; }
article.category-case-study header.entry-header .category-title .service-label { position: relative; margin-left: 30px;}
article.category-case-study header.entry-header .category-title .service-label:before {
    content: '–';
    margin-left: -23px;
    position: absolute;
    left: 0;
}
header.entry-header .date-published {
    display: block;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.9em;
}
header.entry-header .date-published span.authors { margin-left: 5px;}
header.entry-header .date-published span.authors:before {
    content: '–';
    margin-right: 5px;
}

.client-name {
    font-family: 'FrontlineHeadline', sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 0.02em;
    color: #737373;
    line-height: 1em;
    margin: 0 0 2vh;
}
.client-name.logo img {
    width: auto;
    max-height: 50px;
    margin: 0;
}

.case-study.quote {
    font-style: italic;
    padding: 2vh 30vw 10vh 0;
    font-size: 1.25em;
    line-height: 1.5em;
}

.case-study.section-title h3 {
    color: #666666;
    font-size: 3em;
    margin: 0 0 2vh;
}
.case-study.entry-content { padding-left: 30vw; }

/* Posts - Entry Content */
article.post.container {
    padding: 4vh 0 10vh;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
    position: relative;
}
article.post.container:before {
    content: '';
    width: 1px;
    top: 0;
    left: calc(30vw - 1px);
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: -3;
}
article.post.container .entry-content { padding-right: 5vw; }

/* Our Role */
.our-role { padding: 15vh 20vw 0 0;}
.our-role .section-title { margin-bottom: 2vh; }
.our-role .section-title h3 { color: #444444; }

/* Services Callout */
.services-callout {
    padding: 12vh 0 10vh;
    position: relative;
    z-index: 9;
}
.services-callout h4 {
    color: #FFFFFF;
    font-size: 5.5em;
}


/* Related Articles */
.blog-listing .container,
.blog-listing {
    display: flex;
    flex-wrap: wrap;
}
.blog-listing article.post.card-layout {
    width: 32.3%;
    max-width: 32.3%;
    flex: 1 0 32.3%;
    margin-right: 1%;
    margin-bottom: 1%;
}
.related-articles.blog-listing article.post.card-layout:last-of-type { margin-right: 0; flex: 1 0 32.3%; }
article.post.card-layout {
    border: none;
    background: #1b1b1c;
    padding: 2vw;
}
article.post.card-layout:before { display: none; }
article.post.card-layout h4 {
    font-size: 2.25em;
    display: block;
    width: 100%;
}
article.post.card-layout h4 a { color: #FFFFFF; }
article.post.card-layout h4 a:hover { color: #D92633; }
article.post.card-layout h4 i.fas { font-size: 0.4em; line-height: 1em; margin-left: 10px; color: #9e9e9e;}
article.post.card-layout header.entry-header { margin: 0 auto 2vh; }
article.post.card-layout header.entry-header .category-title {
    font-size: 0.9em;
    line-height: 1.2em;
    display: block;
    width: 100%;
}
article.post.card-layout .entry-content { color: #d4d4d4; margin-top: 2vh; font-size: 0.9em; line-height: 1.5em; }
article.post.card-layout .article-thumbnail-bg { 
    height: 20vh;
    filter: saturate(0);
    background-size: 110% !important;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
article.post.card-layout .article-thumbnail-bg:hover { background-size: 115% !important; }
article.post.card-layout .article-thumbnail-bg a { display: block; width: 100%; height: 100%; }
article.post.card-layout .client-name {
    display: block;
    font-size: 1.3em;
    margin: 5px 0;
    width: 80%;
}

/* Card Logos */
article.post.card-layout .client-logo-post { margin: 3vh 0 20px; display: block; }
article.post.card-layout .client-logo-post img { width: 100%; max-width: 150px; height: auto; }
article.post.card-layout .client-logo-post a { opacity: 0.4; }
article.post.card-layout .client-logo-post a:hover { opacity: 1;}


/* =Linklist
-------------------------------------------------------------- */
.linklisting .container {
    padding: 5vh 0 10vh;
    border-left: 1px solid rgba(255,255,255,0.1);
}
.linklisting .section-title h3 {
    color: #444444;
    width: 20%;
    display: block;
    margin: 3vh 0 2vh;
}

/* Articles */
article.list-layout {
    border: 1px solid rgba(255,255,255,0.1);
    margin: 2vh auto;
    display: flex;
    align-items: center;
}
article.list-layout .article-thumbnail-bg {
    flex: 1;
    height: 250px;
    background-size: cover !important;
}
article.list-layout header.entry-header {
    flex: 3;
    margin: 0;
    padding: 30px;
    display: block;
}
article.list-layout header.entry-header h4 {
    font-size: 2.5em;
    line-height: 1em;
    margin: 10px 0 0;
}
article.list-layout header.entry-header h4 a { color: #FFFFFF; }
article.list-layout header.entry-header h4 a:hover { color: #D92633; }
article.list-layout header.entry-header .category-title { font-size: 1em; }

article.list-layout.type-page header.entry-header .category-title,
article.list-layout.type-team header.entry-header .category-title,
article.list-layout.type-page span.date-published,
article.list-layout.type-team span.date-published {
    display: none;
}

article.list-layout.team header.entry-header:before {
    content: 'Team';
    text-transform: uppercase;
    color: #D92633;
}
article.list-layout.page header.entry-header:before {
    content: 'Page';
    text-transform: uppercase;
    color: #D92633;
}


/* Enternal Links */
.linklisting .section-title.external-title h3 { margin-top: 8vh; display: block; }
article.list-layout.external-link header.entry-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}


/* =Footer Callout
-------------------------------------------------------------- */
.footer-callout {
    color: #111111; 
    padding: 11vh 0 8vh;
    position: relative;
    z-index: 9;
}
.footer-callout .container {
    padding-right: 30vw;
    display: flex;
    flex-wrap: wrap;
}
.footer-callout .container>* { flex: 1 0 50%; }
.footer-callout .container h4 { color: #111111; }
.footer-callout .container .description p { margin: 0; }
.footer-callout .container a.square-cta { background: #000000; color: #FFFFFF; border: none;}
.footer-callout .container a.square-cta:after {
    background: url('images/arrow-right-white.png') no-repeat center right;
    background-size: contain;
}

/* =Team Member Detail
-------------------------------------------------------------- */
header.team-header {
    background: #d92633 url('images/red-triangles.png') no-repeat top center / cover;
    padding: 8vh 0 4vh;
    min-height: 20vh;
}
header.team-header .container {
    display: flex;
    align-items: center;
}
header.team-header .post-thumbnail { flex: 1; margin-bottom: -20vh; }
header.team-header .post-thumbnail img { max-width: 25vw; }
header.team-header .team-title { flex: 2;}
header.team-header .team-title h1{ color: #FFFFFF; font-size: 6em;}

.team-bio .container {
    padding: 8vh 2vw 12vh 30vw;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}
.team-bio .container:before {
    content: '';
    width: 1px;
    top: 0;
    left: calc(30vw - 1px);
    height: 100%;
    background: rgba(255,255,255,0.1);
    position: absolute;
    z-index: -3;
}
.team-bio .back-to a { font-family: 'SpaceMono', monospace; text-decoration: underline; }
.member-details {
    font-size: 1.1em;
    color: #000000;
    display: flex;
    align-items: center;
}
.member-details>* { margin-right: 2vw; }
.member-details a { color: #000000; }
.member-details a:hover { color: #FFFFFF; }
.member-details span.job-title {
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.social-links a { font-size: 1.1em; margin-right: 10px;}


/* =Footer
-------------------------------------------------------------- */
footer.site-footer {
  background: #121314;
  color: #CCCCCC;
  padding: 9vh 0 5vh;
}

/* Footer Columns */
.footer-contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-contents .footer-col { flex: 1; }
.footer-contents .footer-col.address h1.site-title { margin-top: -20px;}
.footer-contents .footer-col.address h1.site-title svg{ max-width: 225px;}
.footer-contents .footer-col.address .social-links {
    margin: 3vh 0 0;
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.footer-contents .footer-col.nav-menu ul li a {
    display: block;
    font-family: 'FrontlineHeadline', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.5em;
    letter-spacing: 0.02em;
    padding: 5px;
}
.footer-contents .footer-col.nav-menu ul li a:hover { color: #D92633; }

/* Mailchimp */
#mc_embed_signup { padding: 2vh 0; }
#mc_embed_signup label, 
#mc_embed_signup input {
    font-family: inherit;
    font-weight: 300;
    display: block;
    width: 100%;
    margin: 3px 0;
    padding: 12px 15px;
    border-radius: 0;
    border: none;
}
#mc_embed_signup label {
    font-size: 0.8em;
    line-height: 1.3em;
    letter-spacing: 0.06em;
    padding: 0;
    color: #5d5d5d;
    text-transform: uppercase;
    margin: 1vh 0 8px;
}
#mc_embed_signup input[type="submit"] {
    display: table;
    width: auto;
    cursor: pointer;
    background: #2FBAAB;
    color: #000000;
    padding: 15px 30px;
    font-family: 'SpaceMono', monospace;
    letter-spacing: 0;
    font-size: 0.9em;
    line-height: 1em;
    margin: 10px 0 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}
#mc_embed_signup input[type="submit"]:hover { 
    background: #000000; 
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out; 
}

/* Copyright */
footer.site-footer .copyright { color: #666666; padding: 2vh 0; font-size: 0.8em; line-height: 1.4em; }
footer.site-footer .copyright a { color: #666666; text-decoration: underline;}
footer.site-footer .copyright a:hover { color: #FFFFFF;}



/* =Mobile (Media Queries)
-------------------------------------------------------------- */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (max-width: 1250px) {
    /* Home */
    .home-section .container .section-title h3 { font-size: 4em; }
    .home-section .container .section-main h2.large-title { font-size: 6em; }
    .single-article .overlay-title h4.article-title { font-size: 5em; }
    .single-article .overlay-title { width: 70%; }
    .work-carousel .owl-stage,
    .single-article .work-carousel-image { height: 60vh; }
    .owl-dot { flex: 1 0 33.33%; }

    /* Linklist */
    article.list-layout .article-thumbnail-bg { flex: 1; }
    article.list-layout header.entry-header { flex: 2; }

    /* Services */
    .our-clients h3 { width: 60%; }
    .service-listing .container { padding: 3vh 0 10vh;}
    .service-listing .container:before { left: 50%; }
    .service-item { flex-direction: column-reverse; margin: 0 auto 12vh; }
    .service-item>* { min-height: 50vh; }
    .service-item .service-title { min-height: auto; }
    .service-item .service-title h3 { font-size: 6.5em; width: 100%; margin: 3vh 0 2vh;}
    .service-item .service-title .entry-content { width: 50%; }
    .service-articles {  width: 85vw; bottom: -8vh;}

    /* Pages */
    .page-hero-top .container .hero-content { width: 65vw; }
    
}
@media only screen and (max-width: 980px) {
    /* Navigation */
    header#masthead .container { display: block; }
    header#masthead .menu-main-navigation-container { display: none;}
    header#masthead button.menu-toggle {
        display: block;
        background: none;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 0;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 999;
        font-size: 0;
        position: absolute;
        right: 0;
        top: 15px;
    }
    button.menu-toggle span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #FFFFFF;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    button.menu-toggle span:nth-child(1) { top: 5px;}
    button.menu-toggle span:nth-child(2),
    button.menu-toggle span:nth-child(3) { top: 20px;}
    button.menu-toggle span:nth-child(4) { top: 35px;}    
    .main-navigation.toggled button.menu-toggle span:nth-child(1) {
        top: 20px;
        width: 0%;
        left: 50%;
    }
    .main-navigation.toggled button.menu-toggle  span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .main-navigation.toggled button.menu-toggle span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation.toggled button.menu-toggle span:nth-child(4) {
        top: 20px;
        width: 0%;
        left: 50%;
    }
    header#masthead .main-navigation.toggled,
    header#masthead .main-navigation.toggled .menu-main-navigation-container { display: block; margin-top: 15px; }
    header#masthead .main-navigation.toggled button.menu-toggle span { background: #D92633; }
    header#masthead .main-navigation ul li { border-bottom: 1px dotted #444444; }
    header#masthead .main-navigation ul li:last-of-type { border: none; }
    header#masthead .main-navigation ul li a {
        font-size: 2em;
        line-height: 1.3em;
        padding: 15px 0 10px;
    }

    header#masthead .site-branding,
    header#masthead .main-navigation { flex: 1; }

    /* Home */
    home-hero .container { padding: 12vh 0 10vh;}
    .home-hero h3.sub-hero-title { font-size: 2em; }
    .home-hero h1.hero-title { font-size: 8em; }
    .home-section .container .section-title h3 { font-size: 3em; }
    .home-section .container .section-main h2.large-title { font-size: 5em; }
    .home-section .container>* { padding: 8vh 0; }
    .home-hero h1.hero-title { font-size: 5em; }
    .home-hero h3.hero-title.subtitle { font-size: 2em; margin: 5vh 0 0; line-height: 1.1em;}

    .single-article .overlay-title { width: 80vw; }
    .owl-dot button { font-size: 1.5em; margin: 0 3vw 1vh 0; }

    .page-hero,
    .page-hero-top .container .hero-content { height: 450px; width: 70vw;}
    .background-flood { max-height: 450px; }
    .hero-title-section { max-width: 60%;}


    .about-section.feature h3 { font-size: 3em; }

    /* Parallax */
    .page-hero-top:before { width: 250px; height: 400px; }
    .parallax-up.top-right, .parallax-down.top-right { right: 10vw; z-index: -3; }
    .lg-pattern { width: 600px; height: 800px; }
    .double-triangle span { width: 60px; height: 80px; }

    /* About */
    .about-section .container { padding: 12vh 0 5vh;}
    .about-section.team .container { padding: 8vh 0; }
    .about-section.bottom .container .section-title h3 { font-size: 3em; }
    .about-section.team .section-title p { width: 50%;}
    .about-section.team .container .section-title {
        position: relative;
        width: 100%;
        top: 0; left: 0;
        margin: 2vh auto 7vh;
    }
    .member-grid { margin: 3vh auto -275px; width: 100%; overflow: hidden; }
    .member-item.float { display: none; }
    .member-grid .member-item .member-title h4 { font-size: 2.25em; }

    /* Blog */
    body.single-post .single-post-hero { padding: 18vh 0;}
    article.post { padding: 3vh 0; }
    body.single-post header.entry-header .post-header-content { flex: 2; }
    body.single-post header.entry-header h1.entry-title { font-size: 3.5em;}
    article.post.card-layout .article-thumbnail-bg { height: 150px; }
    header.entry-header .pdf-download { z-index: 99; }
    body.blog .blog-listing .container article.post.card-layout { flex: 1 0 49%; width: 50%; max-width: 49%; }
    .home-section.related-articles .container { display: block; }
    .home-section.related-articles .container>* { padding: 6vh 0 2vh; }
    .home-section.related-articles .container .section-main { border: none; padding: 2vh 0 10vh;}
    article.post.card-layout h4 { font-size: 2em; }

    .blog-listing article.post.card-layout { flex: 1 0 100%; width: 100%; max-width: 100%; margin-bottom: 2vh; }

    /* Pages */
    .page-hero { background-size: cover !important; background-position: center center !important; }
    .page-hero:before { display: none; }
    .page-hero .container { background: #111111; width: 100%; padding: 0 7vw; margin-top: 40vh;}
    .hero-content { padding: 5vh 0; width: 100%;}
    .hero-content h1.page-title { font-size: 5em; margin: 0 0 1vh; }
    .hero-content .description { font-size: 1em; width: 80%;}
    .services-callout h4 { font-size: 4em; }

    /* Teams */
    header.team-header { background-size: auto 140% !important; background-position: center right !important; padding: 6vh 0; }
    header.team-header .post-thumbnail { margin: 0 3vw 0 0; }
    header.team-header .team-title { flex: 2; }
    .member-details { display: block; }
    header.team-header .team-title h1 { font-size: 5em; }
    .member-details>* { display: block; margin-bottom: 10px; }
    header.team-header .post-thumbnail img { max-width: 100%; }
    .team-bio .container { padding: 5vh 0 10vh; }
    
    /* Linklist */
    article.list-layout .article-thumbnail-bg { height: 200px; }
    article.list-layout header.entry-header h4 { font-size: 2.5em; }

    /* About */
    .about-section.feature h3 { width: 100%; margin-top: 5vh; }
    .about-section.feature .description { margin: 2vh auto 5vh; }
    .about-section.team .section-title p { width: 80%; }
    .about-section .container:before { left: 50%; }
    .member-grid { margin: 5vh auto -265px; padding: 0; }
    .member-grid .member-item { flex: 1 0 99%; width: 99%; max-width: 99%;}
    .member-grid .member-item.faux { display: none; }
    .member-grid .member-item.faux.last { display: block; }

    .services-callout h4 { font-size: 2.75em; }
    .about-section.bottom .container,
    .about-section.bottom .container>* { display: block; }
    .about-section.bottom .container .about-section-image { margin: 6vh 0; }

    /* Services */
    .service-item { margin-bottom: 25vh; }
    .service-item .service-title h3 { font-size: 3.5em; margin: 0 0 10px;}
    .service-item .service-title .entry-content { width: 100%; }
    .service-articles { width: 75vw; bottom: -20vh;}
    ul.articles-listing { flex-direction: column; }
    li.article-related { padding: 15px 0; border-right: none; border-bottom: 1px dotted rgba(255,255,255,0.1);} 
    li.article-related a { font-size: 1.6em; }

    /* Contact */
    .contact-section.contact { padding: 10vh 1vw 5vh;}
    .contact-section h2, .contact-section h3 {  font-size: 4.25em; width: 80%;}
    .open-role .accordion-thumb { display: block; }
    .open-role.accordion-item { padding: 4vh 5vw 3vh; }
    .contact-main.container:before { display: none; }
    .career-description { flex: 1 0 100%; padding-bottom: 5vh; }
    .contact-main .parallax-up.top-right { right: 12vw; }

    /* Footer */
    .footer-callout .container { padding: 0; }
    .footer-contents .footer-col { flex: 1 0 50%; margin-bottom: 3vh;}
    .footer-contents .footer-col.email-capture { margin-top: 5vh;}
    footer.site-footer .copyright { padding: 0; margin: 0 auto; text-align: center; }
}
@media only screen and (max-width: 680px) {
    .container { width: 85vw; }

    /* Home */
    home-hero .container { padding: 15vh 0 5vh;}
    .home-hero h3.sub-hero-title { font-size: 1.5em; }
    .home-section .container .section-main h2.large-title { font-size: 4.5em; }
    .featured-img-float-left {  max-width: 60vw; margin-left: -8vw; margin-top: 2vh;}
    .home-section .container .section-title .featured-image { display: none; }
    .section-main.what-the h2.large-title { margin-top: 0; }

    .work-carousel .owl-dots { display: none; }
    .single-article .overlay-title h4.article-title { font-size: 3em; }

    .home-section .container { flex-direction: column; }
    .home-section .container .section-main { border: none; }
    .home-section .container>* { padding: 5vh 0;}
    .home-section .container .section-title { padding: 6vh 0 0; }
    .home-section .container .section-title h3 { font-size: 3.5em; }
    article.post.container:before,
    .home-section .container .section-main:before {
        content: '';
        width: 1px;
        top: 0;
        left: calc(40vw - 1px);
        height: 100%;
        background: rgba(255,255,255,0.1);
        position: absolute;
        z-index: -3;
    }

    .single-article .overlay-title h4.article-title { font-size: 3.5em; }
    .work-carousel .owl-stage,
    .single-article .work-carousel-image { height: 60vh; }

    /* Pages */
    .page-hero { background-size: 100% auto; background-position: top center; }
    .hero-content h1.page-title { font-size: 5em; }
    .contact-section h2, .contact-section h3 {  font-size: 3.5em; width: 70%;}
    .contact-main.container:before { display: none; }

    /* Services */
    .our-clients h3 { width: 80%; }

    /* Linklist */
    article.list-layout { display: block; padding: 0; margin: 3vh auto; }
    article.list-layout header.entry-header,
    article.list-layout.external-link header.entry-header { padding: 20px; }
    article.list-layout header.entry-header h4 { font-size: 2em; }

    /* Parallax */
    .double-triangle span { width: 40px; height: 60px;}

    /* Team */
    .about-section.feature h2 { color: #FFFFFF; font-size: 3em; width: 100%;}
    header.team-header .container { flex-direction: column-reverse;}
    header.team-header .container>* { flex: 1 0 100%; width: 100%; margin: 0 auto 15px; }
    .member-details { font-size: 1em; line-height: 1.2em; }
    .member-details span.job-title { font-size: 1.25em; margin-bottom: 20px; display: block; }
    article.post.card-layout h4 { font-size: 2.5em; }
    .social-links { margin-top: 25px; }
    .social-links a { font-size: 1.5em; margin-right: 10px;}

    /* Contact */
    .contact-section h2, .contact-section h3 { width: 50%; }
    body.page-template-page-contact .contact-main .parallax-up.top-right { right: 0; }

    /* Footer Callout */
    .footer-callout {
        padding: 6vh 0;
        background-color: #e88d4a !important;
        background-position: bottom right !important;
        background-size: 220% auto !important;
    }
    .footer-callout .container { flex-direction: column; }
    .footer-callout .container h4 { margin-bottom: 2vh; }


    /* Blog */
    body.single.blog .parallax-down.bottom-left { display: none; }
    body.single-post .single-post-hero { padding: 15vh 0; }
    body.single-post header.entry-header .post-header-content { flex: 2; }
    body.single-post header.entry-header h1.entry-title { font-size: 3em; }
    body.single-post header.entry-header .pdf-download { margin: 0 auto 2vh; }
    article.post.card-layout header.entry-header { margin: 0 auto 2vh; flex-direction: column; align-items: flex-start;}
    .services-callout h4 { font-size: 3.5em; }
    .blog-listing .container,
    .related-articles .blog-listing { flex-direction: column; padding: 3vh 0 !important;}
    .blog-listing .container article.post.card-layout,
    body.blog .blog-listing .container article.post.card-layout,
    article.post.card-layout { flex: 1 0 100%; width: 100%; max-width: 100%; padding: 30px; margin: 0 auto 2vh; }
    .blog-list .blog-listing .section-title .container h1 { width: 25%; font-size: 3.5em; margin: 3vh 0 0;}
    .wp-pagenavi { margin: 3vh 0; padding: 0; }

    .case-study.quote { padding: 2vh 0 5vh; font-size: 1em; }
    article.post.container,
    article.post.container .entry-content { padding: 4vh 0; }
    body.single-post.case-study .double-triangle.alt { top: -5vh; left: auto; right: -80vw;}

    /* Footer */
    .footer-contents .footer-col { flex: 1 0 100%; }
    .footer-col.address { text-align: center;}
    .footer-contents .footer-col.address .social-links { margin: 3vh auto 0; }
    .footer-contents .footer-col.nav-menu { display: none; }
    .footer-contents .footer-col.email-capture  { margin-top: 3vh; }
    footer.site-footer .copyright { padding: 0 10vw; }
}
@media only screen and (max-width: 500px) {
    .sm-pattern { width: 250px; height: 400px; }
    .about-section.bottom .parallax-up.top-left { display: none; }
    .home-section.what .parallax-up.top-left { left: 50vw; }
    .home-hero h1.hero-title { font-size: 4em; }
    .single-article .overlay-title { position: relative; width: 100%; margin: 0 auto -10vh; }
    .single-article .overlay-title h4.article-title,
    .work-carousel .owl-stage, .single-article .work-carousel-image { width: 100%; margin: 0; }
    .single-article .overlay-title { width: 90%; }
    .single-article .overlay-title h4.article-title { font-size: 2.5em; }
    .home-hero h3.hero-title.subtitle { font-size: 1.5em; margin: 5vh 0 0; line-height: 1.1em;}

    .home-section.work .container:before { left: 46%; }

    .featured-img-float-left { max-width: 90vw; margin-left: -10vw; margin-top: 1vh;}

    .services-callout h4 { font-size: 2.75em; }

    /* Page Hero */
    .hero-content h1.page-title { font-size: 3.5em; }
    .hero-title-section { max-width: 80%; }
    .hero-content .description { font-size: 0.8em; line-height: 1.4em; width: 80%; }

    /* Services */
    .service-item .service-title h3 { font-size: 3.5em; margin: 0 0 2vh;} 
    .service-item>* { min-height: 60vh; }
    .home-section .container .section-main h2.large-title { font-size: 3.5em; }
    .our-clients h3 {  width: 100%; font-size: 2em; line-height: 1em;}
    .home-section .container .mission-carousel .carousel-description { width: 70%; }

    /* Blog */
    body.single-post header.entry-header {  margin: 0 auto 5vh; display: flex; flex-direction: column-reverse; align-items: flex-start;}
    body.single-post header.entry-header .pdf-download { margin: -150px 0 5vh;}
    body.single-post header.entry-header h1.entry-title { font-size: 3em; }

}





