
/*--------------------------------------*/
/*--------------------------------------*/
/*------------- PARTICLES --------------*/
/*--------------------------------------*/
/*--------------------------------------*/
#particles-js {
  background-color: transparent;
  height:90vh;
  width:100%;
  z-index: 5;
  position: relative;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*--------------- GLOBAL ---------------*/
/*--------------------------------------*/
/*--------------------------------------*/

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Poppins",sans-serif;
}
h1,h2,h3,h4,h5,h6,p,a,li,ul,input {
  font-family: "Poppins",sans-serif;
}
input {
  -webkit-appearance:none;
  -webkit-border-radius:0;
  border-radius:0;
}
a {
  text-decoration: none;
  color:#1C56BF;
}
a:hover {
  color:#021525;
}
a:active, a:focus {
  outline: none;
}
.wrap {
  display: block;
  margin:0 auto;
  width: 100%;
  max-width: 2000px;
  overflow: hidden;
}
section {
  padding:120px 90px;
}
.more-padding {
  padding:200px 90px;
}
.white {background-color: white;}
.whiteText {color:white;}
.offWhite {background-color: #f7f5f5;}
.black {background-color: black;}
.blackText {color:black;}
.burgandy {background-color: #7a0022;}
.burgandyText {color:#7a0022;}
.grey {background-color: #E6E6E6}
.greyText {color:#E6E6E6;}
.greyer {background-color: #C0C0C0;}
.greyerText {color: #C0C0C0;}
.greyerer {background-color: #5E5E5E;}
.darkGrey {background-color: #333333;}
.darkGreyText {color: #333333;}
.blue {background-color: #00437a;}
.blueText {color:#00437a;}
.boldText, .bold-text {font-weight: bold;}

.ease {
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}
.easeLonger {
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -ms-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;  
}
.sep {
  height:1px;
  display: block;
  margin: 20px auto;
  color:black;
  background-color: black;
  width:10%;
}
.sepNone {
  height:5px;
  display: block;
  margin: 40px 0; 
  width: 10%; 
}
.sepNoneBig {
  display: block;
  margin: 120px 0;  
}
.sepNoneBigger {
  display: block;
  margin: 220px 0;  
}
.sep-center {
  margin: 40px auto;
}

.hide-for-small {display: block;}
.show-for-small {display: none;}
.hide-for-mobile {display: block;}
.show-for-mobile {display: none;}
.show-for-large {display: block;}
.hide-for-large {display: none;}

.half {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  width: 50%;
  position: relative;
}
img.pageImg {
  width:100%;
  display: block;
}
img.sectionImg {
  width:65%;
  display: block;
  margin: 0 auto;
}
img.fullImg {
  width:100%;
  display: block;
}
img.smallerImg {
  display: block;
  margin:0 auto;
  width:80%;
}
.sectionTitle {
  font-size: 6em;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 30px;
}
.smallerTitle {
  font-size: 4.5em;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 30px;
}
.sectionSub {
  font-size: 3.5em;
  line-height: 1.3;  
  font-weight: 900;
  margin-bottom: 30px;
}
.pageBlurb {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.sectionBlurb {
  font-size: 1.6em;
  margin: 0 auto;
  display: block;
  line-height: 1.6;
}
.sectionBlurbBigger {
  font-size: 2.3em;
  margin: 0 auto;
  display: block;
  line-height: 1.6;  
}
.biggerBlurb {
  font-size: 3em;
  margin: 0 auto;
  display: block;
  line-height: 1.3;
}
.halfBlurb {
  width:70%;
  text-align: center;
}
.three-quarters {
  width:69%;
  margin:0;
}
.margin-auto {
  display: block;
  margin: 0 auto;
}
.left {text-align: left;}
.center-text, .text-center {text-align: center;}
.justify {text-align: justify;}
.right {text-align: right;}

h1.pageTitle {
  font-size: 2.5em;
  text-transform: uppercase;
  line-height: 1.2;    
}
.bigWords {
  font-size: 7em;
  font-weight: bold;
  line-height: 1.2;
}
.page-image {
  display: block;
  margin:0 auto;
  width:100%;
  max-width: 500px;
}
.goldenSmall {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  margin-right: -4px;
  padding:30px;
}
.goldenLarge {
  display: inline-block;
  vertical-align: middle;
  width: 62%;
  margin-right: -4px;
  padding:30px;  
}
.goldenFull {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin:0 auto;
  padding:20px;    
}
.goldenHalf {
  display: inline-block;
  margin-right:-4px;
  width:50%;
  padding:20px;  
}
.goldenThird {
  display: inline-block;
  margin-right:-4px;
  width:33.33%;
  padding:20px;
}
.goldenTwoThirds {
  display: inline-block;
  margin-right:-4px;
  width:66.66%;
  padding:25px;
}
.middle {
  vertical-align: middle;
}
.top {
  vertical-align: top;
}
.bottom {
  vertical-align: bottom;
}

/*--------------------------------------*/
/*--------------------------------------*/
/*--------------- BUTTONS --------------*/
/*--------------------------------------*/
/*--------------------------------------*/
a.button {
  display: block;
  width:300px;
  text-align: center;
  padding:20px;
  margin-top:40px;
  font-size: 1.4em;
}
a.burgandyButton {
  border:2px solid #7a0022;
  background-color:#7a0022;
  color:white;
}
a.burgandyButton:hover {
  background-color:transparent;
  color:#7a0022; 
}
a.whiteButton {
  border:2px solid white;
  color:white;
}
a.whiteButton:hover {
  background-color:white;
  color:#00437a;  
}
a.button-center {
  margin:0 auto;
  margin-top: 40px;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*---------------- NAV  ----------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.header {
  width: 100%;
  z-index: 20;
  padding:20px;
  background-color: #333333;
}
.logoBox {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width:20%;
}
.logo {
  display: block;
  width:100%;
  max-width: 350px;
}
#menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
  width:80%;
  text-align: right;
}
.navItem {
  padding:20px;
  font-size: 1.5em;
  color:white;
  text-transform: uppercase;
  position: relative;
}
.navItem:hover {
  color:white;
}
.navItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left:0;
  background-color: #FFF;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.navItem:hover:before {
  visibility: visible;
  transform: scaleX(1);
}







/*--------------------------------------*/
/*--------------------------------------*/
/*---------------- MAIN ----------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.fold {
  background-color: #333333;
}
.tagline {
  position: absolute;
  font-size: 6em;
  bottom:20%;
  left:40%;
  color:white;
  margin:0;
  line-height: 1.2;
}
.counterBox {
  display: inline-block;
  width:33.33%;
  margin-right: -4px;
  vertical-align: middle;
  text-align: center;
}
.counter-value {
  font-size: 5em;
  display: inline-block;
}
.plusSign {
  display: inline-block;
  font-size: 4em;
}
.counterBlurb {
  font-size: 1.5em;
}
.animation {
  width:100%;
  max-width:700px;
  display: block;
  margin:0 auto;
}
.pageFold {
  background-color: transparent;
  height:100vh;
  width:100%;
  z-index: 5;
  position: relative;
}
.pageFoldDark {
  background-color: #333333;
  height:100vh;
  width:100%;
  z-index: 5;
  position: relative;
}
.pageFoldOverlay {
  position: absolute;
  bottom:35%;
  margin-left:15%;
  width: 60%;
  text-align: left;
}
.pageFoldTitle {
  font-size: 2em;
  text-transform: uppercase;
}
.pageFoldTagline {
  font-size: 5em;
  line-height: 1.2;
  padding:30px 0;
}
.pageFoldBlurb {
  font-size: 1.5em;
}
#brain {
  display: none;
  width:90%;
  margin: 0 auto;
}
.section-texture {
  position: absolute;
  width: 100%;
  top:0;
  left:0;
  opacity: .05;
  height: 100%;
}
.alberta-map {
  display: block;
  margin:0 auto;
  width:100%;
  max-width: 500px;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*------------ BACKGROUNDS -------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.bg {
  height:100vh;
  width:100%;
  z-index:-1;
  position: relative;
}
.bg-who-we-are {
  background: url("/img/bg-grey-triangle.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}
.bg-what-were-good-at {
  background: url("/img/bg-grey-puzzle.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}
.bg-who-we-work-with {
  background: url("/img/bg-blue-gradient.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}
.bg-why-we-do-it {
  background: url("/img/bg-white-polygon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}
.bg-join-our-team {
  background: url("/img/bg-white-waves-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}
.bg-lets-get-started {
  background: url("/img/bg-white-dots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: fill;
}
.pageBorder {
  height:50px;
  width:100%;
  background-color: #00437a;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*------------- WHO WE ARE -------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.valuesBoxContainer {
  display: block;
  margin:0 auto;
  width:100%;
  max-width: 900px;
}
.valuesBox {
  display: inline-block;
  width:50%;
  margin-right: -4px;
  padding:30px;
  vertical-align: top;
}
.valuesBlurb {
  font-size: 4em;
  font-weight: bold;
  margin-bottom:15px;
}
.valuesSub {
  display: block;
  width:100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.5em;
  margin-bottom: 100px;
}
.valuesBlurb:last-child {
  margin-bottom: 100px;
}
.timelineTileSection {
  padding-bottom: 100px;
}
.timelineTile {
  display: inline-block;
  width:33.33%;
  margin-right: -4px;
  padding:30px;
  vertical-align: top;
  text-align: center;
  padding-bottom: 60px;
}
.timelineTileYear {
  display: block;
  width:200px;
  margin: 0 auto;
  font-size: 4em;
  color:white;
  background-color: #7a0022;
}
.timelineTileBlurb {
  font-size: 1.4em;
  padding:20px;
  margin:0;
  line-height: 1.3;
  height:100px;
  color:white;
}
.fixed {
  position:fixed;
  top:200px;
  width:50%;
  max-width: 1000px;
}
.fixedBottom {
  position:fixed;
  bottom:0;
  width:50%;
}
.timelineHalf {
  display: inline-block;
  margin-right: -4px;
  width:50%;
}
.timelineHalfRight {
  padding:0 20px;
}
.timeline {
  width: 100%;
}
.timelineBox {
  width:100%;
  padding:40px 20px;
  text-align: center;
}
.timelineYear {
  font-size: 5em;
  font-weight: bold;
  padding:0;
  margin:0;
  margin-bottom: 20px;
  line-height: 1;
  color:#7a0022;
}
.timelineBlurb {
  font-size: 1.5em;
  padding:0;
  margin:0;
  line-height: 1.3;
}
.timelineConnector {
  width:2px;
  height:150px;
  background-color: black;
  display: block;
  margin:0 auto;
}
.teamBoxes {
  display: block;
  margin:0 auto;
  width:100%;
  max-width: 1400px;
}
.teamBox {
  display:inline-block;
  width:50%;
  margin-right:-4px;
  vertical-align: top;
  padding:25px 80px;
  text-align: center;
  padding-bottom: 50px;
}
.teamInitialsBox {
  text-align: center;
  width:150px;
  height:150px;
  border-radius: 50%;
  background-color: #7a0022;
  color:white;
  display: inline-block;
  margin:0 auto;
  margin-bottom: 7px;
  position: relative;
}
.teamHeadshot {
  width:300px;
  height:300px;
  display: inline-block;
  margin:0 auto;
  margin-bottom: 7px;
  position: relative;  
}
.teamInitials {
  font-size: 4em;
  width:100%;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);  
}
.teamImg {
  width:100%;
  max-width: 400px;
}
.teamName {
  font-size: 1.7em;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}
.teamTitle {
  margin:10px 0;
  font-size: 1.2em;
  opacity: .7;
}
.teamIcon {
  width:50px;
  margin-bottom: 5px;
}
.teamLink:hover {
  opacity: .7;
}
.teamBlurb {
  text-align: justify;
  margin-bottom: 15px;
}
.teamBlurb > span {
  font-weight: bold;
}
.teamTrigger, .teamTriggerHidden {
  font-weight: bold;
  font-size: 1.2em;
}
.teamTrigger:hover, .teamTriggerHidden:hover {
  cursor: pointer;
}
.teamHidden {
  display: none;
}
.gpLeads, .calgaryLeads {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-top: 50px;
}
.gpLeadBox {
  display: inline-block;
  vertical-align: top;
  width:25%;
  margin: 0;
  margin-right: -4px;
  padding:40px;
}
.calgaryLeadBox {
  display: inline-block;
  vertical-align: top;
  width:25%;
  margin: 0;
  margin-right: -4px;
  padding:40px;
}
.thirdLeadBox {
  display: inline-block;
  vertical-align: top;
  width:33.33%;
  margin: 0;
  margin-right: -4px;
  padding:40px;  
}


/*--------------------------------------*/
/*--------------------------------------*/
/*---------- WHAT WE DO BEST -----------*/
/*--------------------------------------*/
/*--------------------------------------*/
.what-submenu {
  display: block;
  width:100%;
  text-align: center;
  padding:30px 0;
  background-color: #333333;
}
.what-submenu-item {
  display: inline-block;
  width:25%;
  padding:100px 0;
  margin-right: -4px;
  font-size: 2.7em;
  position: relative;
  color:white;
}
.what-submenu-item:hover {
  background-color: white;
  color:#7a0022;
}
/*
.what-submenu-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left:0;
  background-color: #7a0022;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}
.what-submenu-item:hover:before {
  visibility: visible;
  transform: scaleX(1);
}
*/
.seminarTitle {
  font-size: 2em;
  margin:0 auto;
  width:90%;
  display: block;
  margin-bottom: 30px;
  height:130px;
}
.seminarBlurb {
  margin:0 auto;
  width:90%;
  display: block;
  font-size: 1.1em;
  text-align: justify;
}
.seminarImg {
  display: block;
  margin:0 auto;
  width:100%;
  max-width:350px;
  margin-bottom: 20px;
}
.seminarCTA {
  display: block;
  padding-top: 50px;
}
.smaller {
  font-size: .3em;
}
.powerGenSection {
  margin-bottom: 40px
}
.powerGenSection:last-child {
  margin-bottom: 0;
}
.powerGenSub {
  font-size: 2em;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  padding:5px;
}
.powerGenMain {
  font-size: 5em;
  line-height: 1;
  text-align: center;
  padding:5px;
}
.pGimg {
  display: inline-block;
  vertical-align: top;
  width:50px;
}
.cfd-video-box {
  background-color: white;
  overflow: hidden;
}
#cfd-video {
  display: block;
  width:100%;
  max-width: 800px;
  margin:0 auto;
}
#ytplayer {
  display: block;
  margin:0 auto;
  width:644px;
  height:362px;
  max-width: 100%;
}

/*--------------------------------------*/
/*--------------------------------------*/
/*------------ SERVICE PAGES------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.servicePageHead {
  padding:100px;
}
.servicePageTitle {
  font-size: 4em;
  width:100%;
}
.serviceContactBox {
  padding-top: 19px;
  text-align: right;
}
.serviceContactBlurb {
  font-size: 1.2em;
}
.mainUL {
  font-size: 1.2em;
  list-style: none;
  padding-left: 20px;
}
.mainUL li:before { 
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
.wellPadReasons {
  padding: 40px 0;
}
.reason {
  padding:8px 0;
}
.trend {
  display: inline-block;
  width:25%;
  margin-right: -4px;
  padding:40px;
  vertical-align: top;
}
.pie-chart-img {
  width: 100%;
  max-width: 350px;
}
.pipelines-graph-img {
  display:block;
  margin:0 auto;
  width: 100%;
  max-width: 500px; 
}
.ghg-video {
  display: block;
  margin:0 auto;
  margin-top:80px;
  max-width: 1000px;
}
#teaserVideo {
  width:100%;
  height:auto;
  display: block;
  margin:0 auto;
}
.ghg-questions {
  padding-top: 30px;
  text-align: center;
}
.ghg-link {
  display: inline-block;
}
.ghg-1 {
  width:300px;
}
.ghg-2 {
  width:200px;
}
.ghg-3 {
  width:260px;
}
.ghg-4 {
  width:195px;
  vertical-align: top;
}
.ghg-5 {
  width:300px;
}
.ghg-6 {
  width:240px;
  vertical-align: top;
}
.ghg-link:hover {
  opacity: .76;
}
.ghg-circle {
  display: block;
  width: 100%;
  margin: 0 auto;
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.975);
    }
    50% {
        transform: scale(1.025);
    }
    100% {
        transform: scale(0.975);
    }
}
.ghg-answer {
  height:100vh;
}
.ghg-answer-inner {
  width:100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ghg-inline-link {
  text-decoration: underline;
}
.downArrow {
  display: block;
  margin: 0 auto;
  width:150px;
  margin-top: 50px;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*---------- WHO WE WORK WITH ----------*/
/*--------------------------------------*/
/*--------------------------------------*/
.clientBox {
  margin-bottom: 120px;
  margin-top: 50px;
  width: 100%;
}
.clientBox:last-child {
  margin-bottom:25px;
}
.client-logo-box {
  display: inline-block;
  margin-right: -4px;
  text-align: center;
  vertical-align: middle;
  padding:50px;
  text-align: center;
}
.logo-5 {width:20%;}
.logo-4 {width:25%;}
.logo-3 {width:33.33%;}
.logo-2 {width:50%;}
.logo-1 {width:100%;}
.rundle {
  padding:20px;
}
.client-logo-box > img {
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
}

.testis {
  margin:0 auto;
  display: block;
  width:100%;
  max-width: 700px;
  font-size: 1.3em;
}
.testi {
  margin-top: 50px;
}
.testiSayer {
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: 40px;
}



/*--------------------------------------*/
/*--------------------------------------*/
/*------------ WHY WE DO IT ------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.relative {
  position: relative;
}
.quotationMark {
  position: absolute;
  width:250px;
  opacity: .5;
}
.quotationOpen {
  top:5%;
  left:10%;
}
.quotationClose {
  bottom:5%;
  right:10%;
}
.storyBox {
  display: inline-block;
  text-align: center;
  padding:10px;
  width:33.33%;
  margin-right: -4px;
  vertical-align: top;
}
.storySmall {
  display: block;
  margin:0 auto;
}
.storyLarge {
  display: block;
  margin:0 auto;
  padding-bottom: 30px;
}
.storyTitle {
  font-size: 2em;
  line-height: 1.3;  
  font-weight: 900;
}
.storyImg {
  width:100%;
  max-width: 250px;
  display: inline-block;
}
.storyBox:hover > .storyLarge > .storyTitle {
  color:#5BA8FF;
}



/*--------------------------------------*/
/*--------------------------------------*/
/*------------ JOIN OUR TEAM -----------*/
/*--------------------------------------*/
/*--------------------------------------*/
.workHereContainer {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  margin-top: 100px;
}
.workHereBox {
  display: block;
  width: 100%;
  margin-bottom:100px;
}
.workHereBox:last-child {
  margin-bottom:0;
}
.checkmark {
  display: inline-block;
  margin-right: -4px;
  width: 15%;
  padding:10px;
  vertical-align: middle;
  text-align: center;
}
.workHereBlurb {
  display: inline-block;
  margin-right: -4px;
  width: 85%;
  padding:10px;
  vertical-align: middle;
  font-size: 2.2em;
}
.positionOpen {
  font-size: 1.8em;
  color:#7a0022;
  display: block;
  padding:10px 0;
  text-align: center;
}



/*--------------------------------------*/
/*--------------------------------------*/
/*---------- LETS GET STARTED ----------*/
/*--------------------------------------*/
/*--------------------------------------*/
.contactContainer {
  display: block;
  margin: 0 auto;
  width:100%;
  max-width: 1200px;
}
.contactBox {
  display: inline-block;
  visibility: top;
  width:34.5%;
  margin:20px 7.5%;
  padding:50px 30px;
  background-color: #E9E9E9;
  border-left: 6px solid #7a0022;
}
.social-icons {
  text-align: center;
  margin-top: 30px;
}
.social-icon-link {
  display: inline-block;
  width:100px;
  margin:7px;
}
.social-icon-img {
  display: block;
  width:100%;
  opacity: .8;
}
.social-icon-img:hover {
  opacity: .7;
}
canvas#game {
  border:4px solid #B6B6B6;
  display: block;
  margin:0 auto;
}
.wasd {
  display: inline-block;
  width:150px;
  vertical-align: middle;
}




/*--------------------------------------*/
/*--------------------------------------*/
/*--------------- CONTACT --------------*/
/*--------------------------------------*/
/*--------------------------------------*/
#contactForm {
  display: block;
  margin: 0 auto;
  width:100%;
  max-width: 600px;
  margin-top: 80px;
}
#contactForm label {
  font-size: 2em;
}
#contactForm input[type="text"], #contactForm input[type="email"] {
  width:100%;
  display:block;
  border:1px solid black;
  font-size: .8em;
  box-shadow: none;
  color:#333333;
  padding:15px;
  margin-bottom: 40px;
}
#contactForm textarea {
  width:100%;
  display:block;
  border:1px solid black;
  font-size: .8em;
  box-shadow: none;
  color:#333333;
  padding:15px;
  min-height: 200px;
}
#contactForm input[type="text"]:focus, #contactForm input[type="email"]:focus, #contactForm textarea:focus {
  background-color: #FFE4E4;
  color:#333333;
}
.fileContainer {
  opacity: .6;
  display: inline-block;
  vertical-align: top;
  margin-right:-4px;
  width:50%;
  padding:10px;
  margin-top: 20px;
}
#contactForm .fileContainer:hover {
  cursor: pointer;
}
#contactForm .fileContainer input[type="file"] {
  display: none;
}
#contactForm .path {
  width:100%;
  display: block;
  text-align: center;
  margin:10px 0;
  font-size: .8em;
}
#contactForm .fileContainerTitle {
  font-size: 1.1em;
  width:100%;
  display: block;
  text-align: center;
  margin-bottom:10px;
}
#contactForm .paperclip {
  width:50%;
  display: block;
  margin: 0 auto;
}
#contactForm input[type="submit"] {
  display: block;
  width:100%;
  max-width:300px;
  text-align: center;
  padding:20px;
  text-transform: uppercase;
  margin: 50px auto;
  font-weight: bold;
  font-size: 1.8em;
  background-color: #7a0022;
  border:4px solid #7a0022;
  color:white;
}
#contactForm input[type="submit"]:hover {
  background-color: transparent;
  color:#7a0022;
  cursor: pointer;
}

#contactForm #errorBox {
  display:none;
  background-color: #FFCFCF;
  margin:20px auto;
  width:100%;
  max-width: 600px; 
  padding:15px;
}
#contactForm .errorBlurb {
  font-size: 1.2em;
  color:red;
  text-align: center;
}
.captcha-box {
  text-align: center;
}
.g-recaptcha {
  display: inline-block;
}
.snake {
  display: block;
}
.no-snake {
  display: none;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*---------------- SENT ----------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.sentTitle {
  color:#333333;
  font-size: 2em;
  display: block;
  margin:50px auto;
  text-align: center;
  width:96%;
  max-width: 700px;  
}
.sentBlurb {
  color:#333333;
  font-size: 1.2em;
  display: block;
  margin:75px auto;
  text-align: center;
  width:96%;
  max-width: 400px;
}
.sepSent {
  height:250px;
}
.timeline-hori {
  display:block;
  margin:0 auto;
  margin-top:40px;
  width:100%;
  max-width: 1200px;  
}
.timeline-vert {
  display:none;
  margin:0 auto;
  margin-top:40px;
  width:100%;
  max-width:
}

/*--------------------------------------*/
/*--------------------------------------*/
/*---------------- LEGAL ---------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.legal-page {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  padding:0 10px;
  margin-top: 200px;
  margin-bottom: 70px;
}
.legalPageTitle {
  font-size: 2.3em;
  margin-bottom:70px;
}
.legalTitle {
  font-size: 1.5em;
  margin-bottom:12px;
  margin-top:35px; 
}
.legalBlurb {
  font-size: 1em;
  margin-bottom: 12px;
}
.legal-page ul {
  margin-left: 25px;
  margin-bottom: 20px;
}


/*--------------------------------------*/
/*--------------------------------------*/
/*--------------- FOOTER ---------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.coreFooter {
  display: block;
  width:100%;
  padding:20px 10px;
  text-align: center;
}
.coreFooterBlurb {
  font-size: 1.5em;
}
.footer {
  width:100%;
  padding:40px 10px;
  background-color: #333333;
  color:white;
}
.footerSection {
  display: inline-block;
  margin-right:-4px;
  width:25%;
  padding:25px;
}
.footerMap {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.footerAbr {
  font-size: 4em;
  line-height: 1.2;
}
.footerLoc {
  font-size: 2em;
}
.footerInfo {
  font-size: 1em;
  margin-top: 4px;
}
.footerLink {
  font-size: 1.2em;
  display: block;
  margin-bottom: 4px;
}
.footer a {
  color:white;
}
.footer a:hover {
  color:#7FBFCB;
}
.social-icon-link-footer {
  display: inline-block;
  width:70px;
  margin:5px; 
}
.copyright {
  padding-top: 10px;
  text-align: center;
}

/*--------------------------------------*/
/*--------------------------------------*/
/*---------------- 404 -----------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.error-page {
  width: 100%;
  max-width: 1200px;
  margin: 350px auto;
  display: block;
  padding:0 10px;
}
.error404 {
  margin: 30px 0;
  font-size: 3em;
  color:#00437a;
}
.errorBlurb {
  display: block;
  width:95%;
  max-width: 500px;
  margin:0 auto;
}
.errorCircle {
  display: block;
  margin: 20px auto;
  width:100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  background-color:#7a0022;
  -webkit-animation: rotation 6s infinite linear;
}
.errorOops {
  color:white;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  padding:0;
  margin:0;
  font-size: 1.5em;
  font-weight: bold;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*--------------------------------------*/
/*--------------------------------------*/
/*------------- ANIMATIONS -------------*/
/*--------------------------------------*/
/*--------------------------------------*/
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}



























@media only screen and (max-width: 124em) {
.whoQuotationClose {
  bottom:-30px;
  right:0;
}
.servicePageTitle {
  font-size: 3.5em;
}
}


@media only screen and (max-width: 110em) {
.servicePageTitle {
  font-size: 3em;
}
}


@media only screen and (max-width: 100em) {
section {
  padding:100px 20px;
}
.more-padding {
  padding:150px 20px;
}
.tagline {
  font-size: 5em;
  left:40%;
}
.whoQuotationMark {
  width:100px;
}
.whoQuotationOpen {
  top:-80px;
  left:-40px;
}
.whoQuotationClose {
  bottom:-80px;
  right:-30px;
}
}

@media only screen and (max-width: 92em) {
.sepNone {
  margin: 30px 0; 
}
.sep-center {
  margin: 30px auto;
}
.sectionTitle {
  font-size: 5em;
}
.smallerTitle {
  font-size: 3.5em;
}
.sectionSub {
  font-size: 3em;
  margin-bottom: 40px;
}
.sectionBlurb {
  font-size: 1.4em;
}
.goldenSmall {
  padding:20px;
}
.goldenLarge {
  padding:20px;  
}
.goldenFull {
  max-width: 1000px;
  padding:20px;
}
.contactBlurb {
  font-size: 2.5em;
  margin-bottom: 80px;
}
#contactForm textarea {
  font-size: .6em;
}
.bigWords {
  font-size: 5em;
}
.footerSection {
  padding:15px;
}
.pageFoldOverlay {
  bottom:20%;
  margin-left:8%;
  width: 75%;
}
.pageFoldTagline {
  font-size: 4em;
}
.what-submenu-item {
  padding:70px 0;
  font-size: 2.2em;
}
.valuesBlurb {
  font-size: 2.3em;
  margin-bottom:15px;
}
.valuesSub {
  font-size: 1.1em;
  margin-bottom: 30px;
}
.valuesBlurb:last-child {
  margin-bottom: 30px;
}
.servicePageHead {
  padding:20px;
}
.servicePageTitle {
  font-size: 2.5em;
}
}

@media only screen and (max-width: 80em) {
section {
  padding:80px 20px;
}
.more-padding {
  padding:100px 20px;
}
.pageBlurb {
  font-size: 1.1em;
}
.sectionBlurb {
  font-size: 1.4em;
}
.biggerBlurb {
  font-size: 1.8em;
}
.halfBlurb {
  width:80%;
}
.error-page {
  margin: 200px auto;
}
.tagline {
  font-size: 4em;
  left:30%;
}
.counter-value {
  font-size: 4em;
}
.plusSign {
  font-size: 3em;
}
.counterBlurb {
  font-size: 1.2em;
}
.half {
  width:75%;
}
.workHereContainer {
  margin-top: 70px;
}
.workHereBox {
  margin-bottom:100px;
}
.contactBox {
  width:39.5%;
  margin:20px 5%;
  padding:50px 30px;
}
.storyBox {
  width:33.33%;
}
.storyTitle {
  font-size: 1.5em;
}
.timelineTileSection {
  padding-bottom: 60px;
}
.timelineTile {
  padding:20px;
  padding-bottom: 40px;
}
.timelineTileYear {
  font-size: 3em;
}
.timelineTileBlurb {
  font-size: 1.1em;
  padding:20px;
  height:80px;
}
.servicePageHead > .goldenTwoThirds, .servicePageHead > .goldenThird {
  width:50%;
  margin-right: -4px; 
}
.teamBox {
  padding:25px;
}
.calgaryLeadBox {
  width:50%;
}
#ytplayer {
  width:450px;
  height:253px;
}
}

@media only screen and (max-width: 72em) {
.pageBlurb {
  font-size: 1.1em;
}
.sectionTitle {
  font-size: 4em;
}
.three-quarters {
  width:100%;
  margin:0;
}
.smallerTitle {
  font-size: 2.7em;
}
.footerSection {
  width:33.33%;
}
.mapSection {
  display: none;
}
.bigWords {
  font-size: 4em;
}
.seminarBlurb {
  width:95%;
  line-height: 1.4;
}
.seminarTitle {
  width:95%;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.client-logo-box {
  padding:20px;
}
.contactBox {
  width:44.5%;
  margin:20px 2.5%;
  padding:50px 35px;
}
.ghg-1 {
  width:250px;
}
.ghg-2 {
  width:180px;
}
.ghg-3 {
  width:220px;
}
.ghg-4 {
  width:200px;
}
.ghg-5 {
  width:250px;
}
.ghg-6 {
  width:190px;
}
}


@media only screen and (max-width: 64em) {
.sectionTitle {
  font-size: 3em;
}
.smallerTitle {
  font-size: 2em;
}
.sectionSub {
  font-size: 2em;
  margin-bottom: 30px;
}
.sectionBlurb {
  font-size: 1.3em;
  line-height: 1.5;
}
.biggerBlurb {
  font-size: 1.7em;
}
.halfBlurb {
  width:85%;
}
.pageBlurb {
  font-size: 1em;
}
.contact-page {
  margin: 60px auto;
}
.counter-value {
  font-size: 3em;
}
.plusSign {
  font-size: 2em;
}
.counterBlurb {
  font-size: 1em;
}
a.button {
  width:250px;
  padding:20px;
  margin-top:30px;
  font-size: 1.2em;
}
a.button-center {
  margin:0 auto;
  margin-top: 30px;
}
.pageFoldOverlay {
  margin-left:5%;
  width: 90%;
}
.pageFoldTitle {
  font-size: 1.5em;
}
.pageFoldTagline {
  font-size: 3em;
  padding:20px 0;
}
.pageFoldBlurb {
  font-size: 1.3em;
}
.timelineConnector {
  height:100px;
}
.storySmall {
  padding:20px;
}
.storyLarge {
  padding:20px;
}
.contactBox {
  width:44.5%;
  margin:20px 2.5%;
  padding:50px 15px;
}
.contactName {
  font-size: 1.2em;
}
.contactTitle {
  font-size: .9em;
}
.contactEmail {
  font-size: .9em;
}
.contactLink {
  display: block;
}
.snake {
  display: none;
}
.no-snake {
  display: block;
}
.goldenThird {
  width:100%;
  padding:20px 0px;
  margin-right: 0px;  
}
.goldenTwoThirds {
  width:100%;
  padding:20px 0px;
  margin-right: 0px;    
}
.seminarTitle {
  margin-bottom: 20px;
  height:auto;
}
.seminarBlurb {
  padding-bottom:60px;
}
.valuesBox {
  padding:18px;
}
.valuesBlurb {
  font-size: 2em;
}
.valuesSub {
  font-size: 1em;
  margin-bottom: 10px;
}
.timelineTileSection {
  padding-bottom: 40px;
}
.timelineTile {
  padding:20px;
  padding-bottom: 40px;
}
.timelineTileYear {
  font-size: 3em;
}
.timelineTileBlurb {
  font-size: 1em;
  padding:0px;
  padding-top: 20px;
  height:100px;
}
.trend {
  display: inline-block;
  width:25%;
  margin-right: -4px;
  padding:20px;
  vertical-align: top;
}
}


@media only screen and (max-width: 56em) {
.tagline {
  font-size: 3em;
  left:5%;
}
.counterBlurb {
  font-size: .9em;
}
.footerSection {
  width:33.33%;
}
.footerAbr {
  font-size: 3em;
}
.footerLoc {
  font-size: 1.5em;
}
.timelineBox {
  padding:20px;
}
.timelineYear {
  font-size: 3.5em;
}
.timelineBlurb {
  font-size: 1.2em;
}
.bigWords {
  font-size: 3em;
}
.testis {
  font-size: 1.1em;
}
.testi {
  margin-top: 30px;
}
.testiSayer {
  margin-bottom: 30px;
  margin-left: 30px;
}
.navItem {
  padding:10px;
  font-size: 1.3em;
}
.what-submenu-item {
  padding:50px 0;
  font-size: 1.7em;
}
.servicePageHead > .goldenTwoThirds, .servicePageHead > .goldenThird {
  width:100%;
  margin-right: 0; 
  padding:10px;
}
.ghg-video {
  height:300px;
}
}

@media only screen and (max-width: 48em) {
#mobile-menu-container {
  background:#333333;
}
.sticky 
  {
      position: fixed; */ /*--- menu link pushes content down now ---*/
      top: 0;
      left: 0;
      z-index: 100;
      width:100%;
      -webkit-transform: translate3d(0,0,0); /* fix for blinking navbar while scrolling*/
    }
  .mobileLogo
  {
    width:220px;
    margin-top:14px;
    margin-left: 3%;
  }
  a.menu-link 
  {
    display: block;
    padding: 1em;
    float:right;
    margin-right: 3%;
    background-color: transparent;
  }
  nav[role=navigation] 
  {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .js nav[role=navigation] 
  {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active 
  {
    max-height: 25em;
  }
  nav[role=navigation] ul 
  { 
    margin: 0;
    padding:0;
    text-align: right;
  }
  nav[role=navigation] ul li
  {
    font-size: 1.5em;
    padding-right: 20px;
    color:white;
  } 
  nav[role=navigation] li a 
  {
    display: block;
    padding: 0.2em;
    font-size: 1.4em;
    color:white;
  }
  nav[role=navigation] li:hover, nav[role=navigation] li a:hover
  {
    background-color:white;
    color:#333333;
  }
/*-------------HAMBURGLAR----------------*/
a.menu-link {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-right: 3%;
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.45s;
}
a.menu-link:focus {
  outline: none;
}
a.menu-link span {
  display: block;
  position: absolute;
  top: 37px;
  left: 18px;
  right: 18px;
  height: 6px;
  background: white;
}
a.menu-link span::before,
a.menu-link span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: white;
  content: "";
}
a.menu-link span::before {
  top: -17px;
}
a.menu-link span::after {
  bottom: -17px;
}
a.menu-link span {
  transition: background 0s 0.45s;
}
a.menu-link span::before,
a.menu-link span::after {
  transition-duration: 0.45s, 0.45s;
  transition-delay: 0.45s, 0s;
}
a.menu-link span::before {
  transition-property: top, transform;
}
a.menu-link span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
a.menu-link.is-active {
  background-color: transparent;
}
a.menu-link.is-active span {
  background: none;
}
a.menu-link.is-active span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #7a0022;
}
a.menu-link.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #7a0022;
}
a.menu-link.is-active span::before,
a.menu-link.is-active span::after {
  transition-delay: 0s, 0.45s;
}
/*----------------------*/
/*-------- else --------*/
/*----------------------*/

.show-for-small {display: block;}
.hide-for-small {display: none;}

section {
  padding:40px 10px;
}
.more-padding {
  padding:60px 10px;
}
.mobile-sep {
  border:none;
  height:2px;
  background-color: #333333;
  margin:20px auto;
  width:70%;
}
.half {
  width:100%;
}
.sectionBlurb {
  font-size: 1.1em;
}
.biggerBlurb {
  font-size: 1.6em;
}
.halfBlurb {
  width:100%;
}
.sepNone {
  margin: 20px 0; 
}
.sectionTitle {
  font-size: 2.5em;
}
.smallerTitle {
  font-size: 1.8em;
}
.goldenSmall {
  width: 100%;
  margin-right:0;
  text-align: center;
  padding:20px 0;
}
.goldenLarge {
  width:100%;
  margin-right:0;
  text-align: center;
  padding:20px 0;
}
.goldenFull {
  padding:20px 0;
}
.goldenHalf {
  width:100%;
  padding:20px 0px;
  margin-right: 0px;  
}
.half-image {
  width:100%;
  padding:15px;
}
#contactForm label {
  font-size: 1.5em;
}
#contactForm input[type="text"], #contactForm input[type="email"] {
  display:block;
  margin-top: 8px;
  margin-bottom: 25px;
}
#contactForm textarea {
  display:block;
  margin-top: 8px;
  font-size: .8em;
}
#contactForm .errorBlurb {
  font-size: 1em;
}
#wellDataForm .errorBlurb {
  font-size: 1em;
}
#contactForm input[type="submit"] {
  margin: 20px auto;
}
.sectionTitle {
  font-size: 4em;
}
.counter-value {
  font-size: 3em;
}
.plusSign {
  font-size: 2em;
}
.counterBlurb {
  font-size: 1.1em;
}
a.button {
  width:220px;
  padding:20px;
  margin:0 auto;
  margin-top:30px;
  font-size: 1.2em;
}
a.button-center {
  margin:0 auto;
  margin-top: 30px;
}
.alberta-map {
  width:100%;
  max-width: 300px;
}
.footerSection {
  width:100%;
  margin-right: 0;
  text-align: center;
}
.footerAbr {
  font-size: 3.5em;
}
.footerLoc {
  font-size: 2em;
}
.footerInfo {
  font-size: 1em;
  margin-top: 4px;
}
.footerLink {
  font-size: 1.2em;
  display: block;
  margin-bottom: 3px;
}
.mapSection {
  display: none;
}
.whoQuotationOpen {
  top:-80px;
  left:0px;
}
.whoQuotationClose {
  bottom:-80px;
  right:0px;
}
.timelineHalf {
  width:100%;
  margin-right: 0;
  padding:10px;
}
.teamBox {
  width:100%;
  padding:10px;
  padding-bottom: 60px;
}
.teamInitialsBox {
  width:150px;
  height:150px;
}
.teamInitials {
  font-size: 4em;
}
.teamBlurb {
  font-size: .9em;
  line-height: 1.5;
}
.seminarBlurb {
  font-size: 1em;
}
.clientBox {
  margin-bottom: 80px;
  margin-top: 30px;
}
.quotationMark {
  width: 160px;
}
.quotationOpen {
  top:0;
  left:1%;
}
.quotationClose {
  bottom:0;
  right:1%;
}
.storySmall {
  padding:10px;
  width:100%;
  margin-right: 0;
}
.storyLarge {
  padding:10px;
  width:100%;
  margin-right: 0;
  margin-bottom: 20px;
}
.checkmark {
  width: 15%;
}
.workHereBlurb {
  width: 85%;
  font-size: 1.7em;
}
.workHereContainer {
  margin-top: 50px;
}
.workHereBox {
  margin-bottom:70px;
}
#contactForm {
  margin-top: 40px;
}
.contactBox {
  display: block;
  width:65%;
  margin:35px auto;
  padding:30px 20px;
}
.legal-page {
  margin-top: 150px;
}
.legalPageTitle {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.legalBlurb {
  font-size: .9em;
}
.legalTitle {
  font-size: 1.2em;
}
.legal-page ul li {
  font-size: .9em;
}
.storyBox {
  width:50%;
}
.storyTitle {
  font-size: 1.2em;
}
.what-submenu {
  padding:0;
}
.what-submenu-item {
  width:100%;
  padding:10px 0;
  font-size: 1.7em;
}
.bigWords {
  text-align: center;
}
.valuesBox {
  width: 100%;
  padding:6px;
}
.valuesBlurb {
  font-size: 2em;
  margin-bottom: 0px;
}
.valuesSub {
  font-size: 1em;
  margin-bottom: 10px;
}
.timelineTile {
  width:50%;
}
.servicePageHead {
  padding-top: 120px;
}
.bg-lets-get-started {
  background-position: right top;
}
.service-section {
  padding-top: 90px;
}
.trend {
  width:50%;
  padding:40px;
}
.gpLeadBox {
  width:100%;
}
.calgaryLeadBox {
  width:100%;
}
.thirdLeadBox {
  width:100%;
}
.positionOpen {
  font-size: 1.4em;
}
.ghg-1 {
  width:130px;
}
.ghg-2 {
  width:170px;
}
.ghg-3 {
  width:150px;
}
.ghg-4 {
  width:170px;
  vertical-align: top;
}
.ghg-5 {
  width:130px;
}
.ghg-6 {
  width:150px;
  vertical-align: top;
}
}



@media only screen and (max-width: 40em) {
.contact-page {
  margin: 40px auto;
}
.error-page {
  margin: 100px auto;
}
.pageFoldOverlay {
  margin-left:5%;
  width: 90%;
}
.pageFoldTitle {
  font-size: 1.4em;
}
.pageFoldTagline {
  font-size: 2em;
}
.pageFoldBlurb {
  font-size: 1.1em;
}
.client-logo-box {
  padding:10px;
}
.rundle {
  padding:10px;
}
}

@media only screen and (max-width: 35em) {
.counterBlurb {
  font-size: .9em;
}
.pageBorder {
  height:25px;
}
.bigWords {
  font-size: 2em;
}
.checkmark {
  width: 10%;
  padding: 5px;
}
.workHereBlurb {
  width: 90%;
  padding: 5px;
  font-size: 1.3em;
}
.contactBox {
  width:100%;
}
.timelineTileSection {
  padding-bottom: 40px;
}
.timelineTile {
  width:100%;
  padding:10px;
  padding-bottom:15px;
}
.timelineTileYear {
  font-size: 3em;
}
.timelineTileBlurb {
  font-size: 1em;
  height:auto;
}
.servicePageTitle {
  font-size: 1.8em;
}
.positionOpen {
  font-size: 1.2em;
}
#ytplayer {
  width:315px;
  height:177px;
}
}

@media only screen and (max-width: 31em) {
.tagline {
  font-size: 2em;
  left:5%;
  bottom:17%;
}
.counterBox {
  width:100%;
  margin-right: 0px;
}
.counterBlurb {
  font-size: 1.1em;
}
.logo-4 {width:33.33%;}
.logo-4-2 {width:50%;padding:20px;}
.legal-page {
  margin-top: 110px;
}
.legalPageTitle {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.legalBlurb {
  font-size: .8em;
}
.legalTitle {
  font-size: 1.1em;
}
.legal-page ul li {
  font-size: .8em;
}
.reason > .sectionBlurb {
  font-size: 1.5em;
}
}

@media only screen and (max-width: 28em) {
.sectionTitle {
  font-size: 3em;
}
}

@media only screen and (max-width: 26em) {
.pageBlurb {
  font-size: .9em;
}
.sectionBlurb {
  font-size: 1em;
  line-height: 1.4;
}
.biggerBlurb {
  font-size: 1.4em;
}
#contactForm input[type="text"], #contactForm input[type="email"] {
  padding:7px 10px;
}
#contactForm textarea {
  padding:7px 10px;
}
.pageFoldOverlay {
  margin-left:5%;
  width: 90%;
}
.pageFoldTitle {
  font-size: 1.4em;
}
.pageFoldTagline {
  font-size: 1.6em;
}
.pageFoldBlurb {
  font-size: 1em;
}
.checkmark {
  width: 10%;
  padding: 5px;
}
.workHereBlurb {
  width: 90%;
  padding: 5px;
  font-size: 1.1em;
}
}

@media only screen and (max-width: 24em) {
}

@media only screen and (max-width: 22em) {
.contactBox {
  padding:30px 10px;
}
.contactEmail {
  font-size: .8em;
}
}

@media only screen and (max-width: 20em) {

}