.header .header-inner, .all{
	max-width: 100vw !important;
	width: 100vw !important;
}
.iframe{ margin: 0;}
.iframe>.inner{
	padding: 0;
}
.missing-library { display: none; }
.dashboard-main .button {background-color: #ff0005;}

h1, h2, h3, h4, h5{
	text-transform: uppercase;
}

/* Tomahawk */

#tomahawk-hero{
background-image: url(https://equs.ca/media/2935/equs-tomahawk-hero.jpg);
background-position: top;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}

#tomahawk-hero #landing-blurb{
  position: absolute;
  left: 140px;
  bottom: 0;
  max-width: 800px;
width: 800px;
  z-index: 1;
  background-color: #E72534;
	text-transform: uppercase;
}
#tomahawk-hero #landing-blurb .wrapper{
	padding: 75px 75px 0 75px;
	margin-bottom: 280px;
}
#tomahawk-hero #landing-blurb h1 {
  padding-bottom: 0px;
	color: #FFF !important;
}
#tomahawk-hero #landing-blurb h2{
	padding-bottom: 13px
}
#who-we-are #situation{
	max-width: 1200px !important;
}
#who-we-are #situation .col-left h1{
	max-width: 700px !important;
}
#sit-blurb.col-right{
border-left: none !important;
padding-left: 0 !important;
	display: flex;
	align-content: end;
	flex-wrap: wrap;
}
#sit-blurb p{
	border-left: 1px solid #FFF;
	padding-left: 20px;
	margin: auto;
}
#explanation{
	height: fit-content;
	display: flex;
	flex-direction: row;
	width: 100vw;
}
#explanation .two-blocks{
	width: 50vw;
	display: flex;
	flex-wrap: wrap;
	align-content: start;
}
#explanation .two-blocks .wrapper{
	width: 75%;
	margin: 0 auto;
	max-width: 675px;
	padding: 140px 0;
}
#why{
	background-color:#FFF;
	color:#000;
}
#who{
  background-color: #E72534;
	color: #FFF;
}
#explanation .top-symbol{
	padding-bottom: 10px;
}
#explanation .two-blocks h5{
	padding-bottom: 10px;
	text-transform: uppercase;
}
#explanation .two-blocks h2{
	padding-bottom: 18px;
	text-transform: uppercase;
}
#action{
	background-color: #000;
	color: #FFF;
	display: flex;
	flex-direction: row;
	padding: 140px 0;
}
#action .top-wrapper{
	width: 100vw;
	display: flex;
	flex-direction: row;
}
#action .col-left{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: end;
	padding-right: 100px;
	width: 50vw;
}
#action .col-left .wrapper{
	max-width:437px;
}
#action .col-right{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: start;
	padding-left: 100px;
	width: 50vw;
	padding-top: 18px;
}

#action .col-right .wrapper{
	padding-left: 20px;
	border-left: 1px solid #FFF;
	max-width: 400px;
}
#action .col-right .wrapper .action-num{
	padding-bottom: 10px;
}
#action .col-right .wrapper .block-padding{
	padding-bottom: 30px;
}
#action .col-right .wrapper h5{
	padding-bottom: 21px;
}
#equs-advantage.power-line{
	background-image: url(https://www.equs.ca/images/m1assets/power_lines.svg);
	background-size: 250px;
	background-position: bottom left;
	background-repeat: no-repeat;
	
}
#closing{
	background-color: #000;
	color: #FFF;
	padding: 140px 0;
}
#closing .middle-col {
	max-width: 1050px;
	margin: 0 auto;
  width: 45%;
}
p.paragraph-spacing{
	padding-bottom:10px;
}
#closing .middle-col h2{
	padding-bottom: 21px;
}
#closing .middle-col h5{
	padding-bottom: 10px;
}

/* Thank you Hero */

#thank-you-hero{
  height: 55vh; align-content: center; vertical-align: middle; justify-items: center;
  background-color: #E72534;
  color: #FFF;
  flex-wrap: wrap;
}
#thanks-blurb{
  position: relative;
  max-width: 600px;
  z-index: 1;
  margin: 0 auto;
text-align: center;
}
#thanks-blurb h1{
  padding-bottom: 20px;
}

/* Section Heights + Colours */
	
section{
	position: relative;
}

#faq, #community, #equs-advantage-two, footer {
  background-color: #000;
  color:#FFF;
}

#equs-advantage, #member-highlight{
  background-color: #FFF;
  color: #000;
}
	
#landing-hero {
  background-color: #E72534;
  color: #FFF;
  height: 100vh;
}

#service-area, #get-a-quote{
  background-color: #F7E4D5;
  color: #000;
}

section{
  display: flex;
}

main, body{
  margin:0;
  padding:0;
}

main{
	overflow: hidden;
}

/* Menu */
header{
  position: fixed;
  top: 0;
  left: 0;
  height: 90px;
  background: #FFF0;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 50px;
  z-index: 99999 !important;
  width: 100vw;
}
header.open{
  background-color: #E72534;
}
#header-logo{
  float: left;
  max-width: 156px;
}
#menu{
  float: right;
  transition: all 0.4s ease;
  z-index: 4;
  vertical-align: middle;
  align-content: center;
  display: grid;
}
#menu.open::after{
  content: url("http://devl.equs.ca/media/2813/close.svg");
}
#menu::after{
  content: url("http://devl.equs.ca/media/2814/open.svg");
}

#full-screen{
  height: calc(100vh - 90px);
  width: 100vw;
  position: fixed;
  left: 0;
  align-items: center;
  background-color: #E72534;
  bottom: -100vh;
  top: auto;
  z-index: 20;
  transition: all 0.4s ease;
}

#full-screen li, #full-screen li a{
  color: #FFF !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

#full-screen .wrapper{
  max-width: fit-content;
  padding-top: 200px;
  padding-left: 10vw;
}

#full-screen button{
  margin-top: 40px;
}

#full-screen.open{
  top: 90px !important;
  bottom: auto;
}

#landing-header, #landing-header .header-inner{
  max-width: 100vw;
  width: 100vw;
  background-color: #FFF;
}

#landing-header .header-inner{
  margin: 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#landing-header{
  padding: 0 40px;
}

#landing-header ul li a{
  color: #000;
  opacity: 1;
}

#landing-header .nav{
  padding-top: 35px !important;
}

.button.black.icon.outage-white, .button.red.icon.bolt-white{
  color: #FFF !important;
}

#landing-header.header .nav .actions li:first-child{
  display: none
}
/* Hero Section */

#fall-back-img{
display: none;
position: absolute;
bottom: 0;
left:0;
width: 100vw;
}
#fall-back-img.display{
display: block !important;
position: absolute;
bottom: 0;
left:0;
width: 100vw;
}
#background-video.hide{
display:none;
}

#landing-hero #landing-blurb{
  position: absolute;
  left: 180px;
  bottom: 25%;
  max-width: 600px;
  z-index: 1;
}
#landing-hero .large-landing-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 0;
  max-width: 750px;
}
#save-hero{
	bottom: auto !important;
	top: 0 !important;
}
#landing-hero #irr-hero{
	bottom: 100px;
}
#landing-hero .small-landing-img {
  position: absolute;
  left: 0px;
  top: 140px;
  bottom: 0;
}
	
#landing-blurb h1 {
  padding-bottom: 20px;
}
#landing-blurb p{
	padding-bottom: 40px
}

#background-video{
  width: 100vw !important;
  max-width: 100% !important;
  object-fit: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
	pointer-events: none;
}

.desktop-smart{
  display:block;
}
.mobile-smart{
  display: none;
}

/* Who We Are */

#who-we-are{
  min-height: fit-content;
  padding: 140px 0;
  background-color: #000;
  color: #FFF;
  vertical-align: middle;
  z-index: 3;
}

#who-we-are .wrapper{
  max-width: 1050px;
  height: fit-content;
  margin: 0 auto;
	display: flex;
}
#who-we-are .wrapper .col-left{
	width: 65%;
	height: 100%;
	vertical-align: middle;
}

#who-we-are .wrapper .col-left h1{
  max-width: 500px;
  padding-top: 10px;
}
#who-we-are .wrapper .col-right{
  width: 35%;
  border-left: 2px solid #FFF;
  padding-left: 30px;
  vertical-align: middle;
}
#who-we-are .wrapper .col-right h2{
  padding-bottom: 20px;
}
#who-we-are .wrapper .col-right h4{
  padding-bottom: 40px;
}
	
	#who-we-are .floating-img{
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 20%;
	z-index: 10;
}

	#who-we-are .floating-img-truck{
      position: absolute;
    right: -10px;
    bottom: -145px;
    width: 20%;
    z-index: 10;
}

#who-we-are #fast-icon{
  bottom: -150px;
  width: 15%;
}

/* Two Tile Sections */

section.text-right, section.text-left{
	padding: 140px 0;
}
section.text-right .picture-col.large, section.text-left .picture-col.large, section.text-right .text-col, section.text-left .text-col {
	width: 50%;
	vertical-align: middle;
  min-height: fit-content;
}
section.text-right .two-tile .floating-img, section.text-left .two-tile .floating-img{
  position: absolute;
  top: -75px;
  right: -75px;
}
section.text-right .text-col .wrapper, section.text-left .text-col .wrapper{
    max-width: 500px;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    display: flex;
}
.text-block{
	height: fit-content !important;
}
	.text-block h5{
		padding-bottom: 10px;
	}
  .text-block h2{
    padding-bottom: 21px;
  }
	.text-block h1{
		padding-bottom: 30px;
	}
	.text-block p {
		padding-bottom: 30px;
	}
	.button-space {
		padding-bottom: 40px !important;
	}
	.fine-space{
		padding-bottom: 10px !important;
	}

	
	#equs-advantage {
		overflow: hidden;
	}

.picture-col.large img{
  width: 100%;
}
img.mobile{
  display: none;
}

/* Member Highlight */


/* Community */
	

/* Quote Form */

#get-a-quote{
  padding: 140px 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#get-a-quote .middle-col {
	max-width: 1050px;
	margin: 0 auto;
  width: 45%;
}
#get-a-quote .middle-col h1{
  padding-bottom: 40px;
}
#quote-request-save, #quote-request-fast, #quote-request-smart{
  display: flex;
  flex-direction: column
}
#quote-request-save span.warning, #quote-request-fast span.warning, #quote-request-smart span.warning{
  color:#E72534;
  padding-bottom: 10px;
}
.name-group{
  display: flex;
  width: 100%;
  flex-direction: row;
}
.name{
  width: 50%;
  padding-bottom: 10px;
}
input.text-input, input.tel{
	width: 100%;
	height: 40px !important;
  margin-bottom: 20px;
}

label h5{
  padding-bottom: 5px;
}

input#location {
  margin-bottom: 0;
}
.check-group{
  accent-color:#E72534;
}
input.text-input:focus-visible{
  outline: none !important;
}
.name:first-of-type{
  padding-right: 5px;
}
.name:last-of-type{
  padding-left: 5px;
}
.check-group{
  display: flex;
  padding-bottom: 10px;
}
h5.check-label{
  padding-bottom: 10px;
}
.check-group label{
  padding-left: 5px;
}
.check-group input{
  background: none;
}
.radio-choice {
  width: 100%;
  padding: 10px 0;
}
input.button-prime{
  margin-top: 20px;
}
#head-office{
  position: absolute;
  right: 0;
  bottom: -125px;
  z-index: 10;
  max-width: 35%;
  width: 500px;
}

#google_recaptcha{
	padding-bottom: 10px;
}

#newsletter-group{
	padding-bottom: 30px;
}
	
	
/* Service Area Map */
#mobile-map {
  display: none;
}
#service-area {
  background: url('https://www.equs.ca/images/m1assets/serviceareamap-desktop.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: fit-content;
}
#service-form{
	max-width: 500px;
	width: 40%;
  align-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
	padding: 170px 0 140px 140px
}
#service-form .wrapper{
  margin: auto;
  padding-top: 120px;
}

#service-form button{
  margin-bottom: 20px;
}
#service-form h5{
  padding-bottom: 10px;
}
#service-form h1{
  padding-bottom: 15px;
  padding-right: 50px;
}

#service-form input{
  height: 30px;
  width: 100%;
  margin: 10px 0 30px 0;
}
  
#map-structure{
  width: 60%;
  height: 100%;
  overflow: hidden;
}

#service-form p.p2{
  color:#454545 !important;
  padding-bottom: 30px;
}
#service-area .floating-img, #equs-advantage-two .floating-img{
  position: absolute;
  right: -50px;
  bottom: -75px;
  z-index: 10;
}


/* FAQ */

#faq{
  padding: 140px 0;
  z-index: 2;
}
#faq .middle-col {
  max-width: 1090px;
  margin: 0 auto;
}
#faq .middle-col h1{
	padding-bottom: 40px;
}
.faq-item {
  border-top: 2px solid #FFF;
	padding: 20px 0;
	z-index: 3
}
.faq-item:last-of-type {
  border-bottom: 2px solid #FFF;
}
.faq-question{
  cursor: pointer;
}
.faq-answer{
	overflow: hidden;
	height: 0;
	transition: all 0.4s ease;
	z-index: 7;
}

.faq-answer .answer-list li:last-of-type{
  display: block !important;
}
	.faq-answer p {
		transition: all 0.4s ease;
	}
	.faq-answer.active p, .faq-question.active{
		padding-bottom: 20px;
		
	}
.faq-icon{
	font-family: FontAwesome;
	float: right;
	transition: all 0.4s ease;
	z-index: 4;
}
.faq-icon.open{
	transform: rotate(180deg);
}
	
.faq-answer span.quote, .faq-answer a{
  font-weight:600;
  color: #FFF;
  cursor: pointer;
  text-decoration: none !important;
}

.faq-answer span.quote:hover{
  color: #E72534;
}

#faq .faq-call{
text-align: center;
padding-top: 40px;
}
/*	Footer */
	
	#landing-footer{
		align-items: center;
		height: 620px;
		position: relative;
		padding-top: 140px;
	}
	
	#landing-footer .upper-footer .wrapper {
		width: 345px;
		margin: 0 auto;
	}
	
	.wrapper img.footer-logo {
		padding-bottom: 40px;
		width: 100%;
		cursor: pointer;
	}
	
	.socials {
		width: 90%;
		height: 32px;
		justify-content: space-between;
		display: flex;
		margin: 0 auto;
	}
	
  .socials a img.fb-icon{
    width: 16px;
  }

	.socials a img{
		width: 32px;
		height: 32px;
	}
	
	#landing-footer .lower-footer{
		width: 100vw;
	    display: flex;
    	position: absolute;
	    bottom: 0;
    	padding: 0 7vw 20px;
	}
	#landing-footer .lower-footer a{
		color: #FFF;
	}
	
	#landing-footer .lower-footer a:hover{
		color: #E72534;
	}
	
	#landing-footer .compliance {
		padding-right: 10px;
	}
	
	.lower-footer #copyright{
		float: left;
		width: fit-content;
	}
	
	.lower-footer #proud-partner{
		margin: 0 auto;
		width: fit-content;
	}
	
	.lower-footer #policy{
		float: right;
		width: fit-content;
	}

  .lower-footer #policy a{
    text-decoration: none !important;
  }
	
/* Fonts */

h1, h2, h3, h4, h5, .faq-question, label, #full-screen li{
  font-family: proxima-nova, sans-serif;
  font-weight: 900 !important;;
}

h1.d-1{
  font-size: 70px;
  line-height: 70px;
}
h1, #full-screen li {
  font-size: 45px;
  line-height: 50px;
}
h2, .faq-question {
  font-size: 30px;
  line-height: 35px;
}
h3 {
  font-size: 25px;
  line-height: 35px;
}
h4 {
  font-size: 18px;
  line-height: 25px;
}
h5, label {
  font-size: 13px;
  line-height: 21px;
}
p, .faq-answer, li{
  font-family: proxima nova, sans-serif;
  font-weight: 400;
}
p.p1, li.p1, input{
  font-size: 20px;
  line-height: 30px;
}
p.p2{
  font-size: 16px;
  line-height: 23px;
}
p.p3{
  font-size: 14px;
  line-height: 19px;
}

/* Buttons */
button, input.button-prime{
	font-size: 19px;
	line-height: 19px;
	padding: 16px 32px;
	text-transform: capitalize !important;
	cursor: pointer;
	font-weight: 900;
	transition: all 0.4s ease;	
  width: fit-content;
}
.button-prime{
  background-color: #DE302F;
  color: #FFF;
  border: 2px solid #DE302F;
}
.button-prime:hover{
  background-color: #FFF;
  color: #DE302F;
  border: 2px solid #FFF;
}
.button-prime.outline:hover{
  border: 2px solid #DE302F;
}
.button-ghost{
  background-color: #FFF0;
  color: #FFF;
  border: 2px solid #FFF;
}
.button-ghost:hover{
  background-color: #FFF;
  color: #000;
  border: 2px solid #FFF;
}
.button-outline{
  background-color: #FFF0;
  color: #DE302F;
  border: 2px solid #DE302F;
}
.button-outline:hover{
  background-color: #DE302F;
  color: #FFF;
  border: 2px solid #DE302F;
}
.button-reverse{
  background-color: #FFF;
  color: #000;
  border: 2px solid #FFF;
}
.button-reverse:hover{
  background-color: #000;
  color: #FFF;
  border: 2px solid #000;
}
@media (max-width: 1450px){
  #equs-advantage.power-line{
    background-image: none;
  }
  
  }

@media (max-width: 1320px){
  
  #service-form{
    padding: 140px 70px;
  }
  #faq{
    padding-left: 70px;
    padding-right: 70px;
  }
  #landing-hero .large-landing-img {
    right: 0px;
    top: 0;
    width: 475px;
  }
  #landing-hero #irr-hero{
	top: 100px;
	width: 625px;
  }


  #landing-hero .small-landing-img {
    left: -20px;
    top: 100px;
    bottom: 0;
  }
  .desktop-smart{
    display: none;
  }
  .mobile-smart{
    display: block;
  }
  #who-we-are #fast-icon{
    bottom: -100px;
  }
  /* Tomahawk */
#tomahawk-hero #landing-blurb{
  position: absolute;
  left: 140px;
  bottom: 0;
  max-width: 800px;
width: 800px;
  z-index: 1;
  background-color: #E72534;
	text-transform: uppercase;
}
#tomahawk-hero #landing-blurb .wrapper{
	padding: 75px 75px 0 75px;
	margin-bottom: 25%;
	max-width: 615px;
}
#sit-blurb.col-right{
border-left: none !important;
padding-left: 0 !important;
	display: flex;
	align-content: end;
	flex-wrap: wrap;
}
#sit-blurb p{
	border-left: 1px solid #FFF;
	padding-left: 20px;
	margin: auto;
}
#explanation{
min-height: 776px;
	display: flex;
	flex-direction: row;
	width: 100vw;
}
#explanation .two-blocks .wrapper{
	width: 75%;
	margin: 0 auto;
	max-width: 675px;
}
#who-we-are #situation .col-left h1{
padding-right: 50px;
}
#action .top-wrapper, #who-we-are{
padding: 140px 90px
}
#action .col-left{
	padding-right: 50px;
}
#action .col-right{
	padding-left: 50px;
}

#action .col-right .wrapper{
	padding-left: 20px;
	border-left: 1px solid #FFF;
	max-width: 400px;
}

#power-line{
	position: absolute;
	left:-65px;
	bottom:-186px;;
}
#closing .middle-col {
	max-width: 1050px;
	margin: 0 auto;
  width: 60%;
}
}


@media (min-width: 1920px){
  #landing-hero #irr-hero{
	max-width: 1000px;
  }
#landing-hero .large-landing-img {
  		max-width: 950px;
	}
}

@media (max-width: 1024px){
  /* Hero Section */

  #landing-hero #landing-blurb{
    left: 140px;
    bottom: 140px;
  }
  #landing-hero #irr-hero{
	top: 100px;
	width: 475px;
  }
 

  /* Who We Are */

  #who-we-are{
    min-height: fit-content;
    padding: 140px 0;
    height: auto;
  }
  #who-we-are .wrapper{
    padding: 0 90px;
    display: flex;
    flex-direction: column
  }
  #who-we-are .wrapper .col-left{
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  #who-we-are .wrapper .col-left h1{
    width: auto;
    padding-bottom: 30px;
  }
  #who-we-are .wrapper .col-right{
    width: 100%;
    border-left: none;
    border-top: 2px solid #FFF;
    padding-left: 0px;
    padding-top: 30px;
    vertical-align: middle;
  }
  #who-we-are .wrapper .col-right h2{
    padding-bottom: 20px;
  }
  #who-we-are .wrapper .col-right h4{
    padding-bottom: 30px;
  }
    
  #who-we-are .floating-img {
    right: -50px;
    bottom: -50px;
    width: 20%;
  }
	#who-we-are .floating-img-truck{
	    right: -20px;
    bottom: -125px;
    width: 30%;
}

  /* Two Tile Sections */

  section.text-right, section.text-left{
    padding: 0;
  }

  section.text-right .picture-col.large, section.text-left .picture-col.large, section.text-right .text-col, section.text-left .text-col{
    width: 100%;
  }
  section.text-right .two-tile .floating-img, section.text-left .two-tile .floating-img{
    top: -75px;
    right: -75px;
  }
  section.text-right .text-col .wrapper, section.text-left .text-col .wrapper{
    padding: 140px 90px;
    max-width: 100%;
  }
  #equs-advantage.text-right .picture-col.large, #equs-advantage-two.text-left .picture-col.large, #community.text-left .picture-col.large{
    vertical-align: bottom;
    margin-bottom: -1%; 
  }
  .text-block{
    height: fit-content !important;
  }

  #equs-advantage-two, #community{
    flex-direction: column;
  }
  #equs-advantage{
    flex-direction: column-reverse;
  }

  /* Member Highlight */

  #member-highlight{
    padding: 140px 90px;
    flex-direction: column;
  }
  #video-popup-overlay {
    margin-left: -90px;
  }
  #video-popup-container {
    left: 8vw;
    width: 85vw;
    padding: 0;
    margin: 0 auto;
  }
  #member-highlight .wrapper{
    max-width: 1090px;
    margin: 0 auto;
    display:flex;
    flex-direction: column;
  }
  #member-highlight .wrapper .picture-col{
    margin-right: 0;
  }
  #member-highlight .wrapper .text-col{
    padding-left: 0;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #member-highlight .wrapper .text-col, #member-highlight .wrapper .picture-col{
    width: 100%;
    height: fit-content;
  }
  #member-highlight .wrapper .picture-col h5{
    padding-bottom: 10px;
  }
  #member-highlight .wrapper .picture-col h1{
    padding-bottom: 40px;
  }
  .text-col.small .text-block h3{
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .member-photo{
    width: 100%;
  }

  /* FAQ */

  #faq{
    padding: 90px;
    padding-top: 140px;
  }
  #faq .middle-col {
  max-width: 1090px;
  margin: 0 auto;
  }

  #faq .faq-question{
    align-items: center;
    display: flex;
    justify-content: space-between;
  }


  /* Get A Quote */

  #get-a-quote .middle-col{
    width: 100%;
    padding: 0 90px;
  }

  .name:last-of-type{
    padding-left: 0 !important;
  }
    
  /* Service Area Map */
  #service-area {
    background: none;
    flex-direction: column-reverse;
    height:fit-content;
  }
  #service-form{
  max-width: 100%;
  width: 100%;
  align-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  background-color: #F7E4D5;
  }
  #service-form .wrapper{
    margin: auto;
    padding: 90px 90px 140px 90px;
    display: flex;
    flex-direction: column;
  }
  #service-form .wrapper button{
    max-width: fit-content;
  } 
  #map-structure{
    width: 100%;
    height: 675px;
    background: url('https://www.equs.ca/images/m1assets/serviceareamap-mobile.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
  }
  #service-area .floating-img{
    width: 20%;
  }
  /* Tomahawk*/
	#explanation .two-blocks{
    width: 100vw;
    padding: 140px 90px;
    }
    #explanation{
      flex-direction: column;
    }
	#explanation .two-blocks .wrapper{ 
		padding:0;
	}
    #explanation .top-symbol{
      padding-top:0;
    }
    #explanation .two-blocks .wrapper{
      width: 100%;
    }
    #sit-blurb p{
      padding-left: 0;
      border-left: none;
  }
}

@media (max-width: 767px){

#thank-you-hero{
padding: 0 38px !important;
}

	#fast-hero{
		display: none;
	}
	
  /* Header */

  #header-logo{
    max-width: 95px;
  }

  #full-screen .wrapper{
    max-width: 50vw;
    padding-top: 100px;
    padding-left: 40px;
  }

  header{
    height: 70px;
  }

   /* Hero Section */

   #landing-hero #landing-blurb{
    left: 50px;
    max-width: 75vw;
  }
  #landing-hero .large-landing-img{
    width: 450px;
  }
#landing-hero #irr-hero{
 	   width: 250px;
  }
  #landing-hero .small-landing-img {
    left: 0px;
    width: 100px;
  }
  /* Who We Are */
  #who-we-are{
    padding: 90px 50px;
  }
  #who-we-are .wrapper{
    padding: 0;
  }
  #who-we-are .floating-img, #who-we-are .floating-img-truck{
    width: 45%;
  }
  #who-we-are #fast-icon{
    bottom: -70px;
    width: 20%;
  }
  
  /* Two Tile */
  section.text-right .text-col .wrapper, section.text-left .text-col .wrapper{
    padding: 90px 50px;
    max-width: 100%;
  }
  section.text-right .picture-col.large, section.text-left .picture-col.large{
    margin-bottom: -10px;
  }
  img.mobile{
    display: block;
  }
  img.desktop{
    display: none;
  }
  #community-title{
	padding-bottom:20px;
  }
  .text-block h5{
    padding-bottom: 10px;
  }
  .text-block h2{
    padding-bottom: 16px
  }
  .text-block h1{
    padding-bottom: 20px;
  }
  .text-block p {
    padding-bottom: 20px;
  }
	.button-space {
		padding-bottom: 30px !important;
	}

  /* Member Highlight */

  #member-highlight{
    padding: 90px 50px;
    flex-direction: column;
  }

  #video-popup-overlay {
    margin-left: -50px;
  }
  #video-popup-container {
    top: 30%;
    left: 0;
    width: 90vw;
    padding: 0 5vw;
    margin: 0 auto;
  }
  #video-popup-close {
    right: 0px;
  }
  /* Service Area  */

  #service-form .wrapper {
    padding: 0 50px 90px 50px;
  }
  #map-structure{
    height: fit-content;
    background: none;
  }
  #mobile-map {
    display: block;
    width: 100%;
  }
  #service-area .floating-img{
    width: 30%;
    right: -5%;
  }

  /* Get A Quote */

  #get-a-quote{
    padding: 90px 50px;
  }
  #get-a-quote .middle-col{
    padding: 0;
  }
  #get-a-quote .name-group{
    flex-direction: column;
  }
  #get-a-quote .name{
    width: 100%;
  }
  #head-office{
    max-width: 35%;
  }

  /* FAQ */

  #faq {
    padding: 90px 50px;
  }

  /* Footer */

  .upper-footer .wrapper{
    max-width: 60vw;
  }
  #landing-footer .lower-footer{
    flex-direction: column;
    padding: 50px;
  }
  .lower-footer #copyright,.lower-footer  #proud-partner{
    padding-bottom: 10px;
    margin: 0;
  }

#landing-footer {
padding-top: 90px;
}

  /* Fonts */
  h1.d-1 {
    font-size: 35px;
    line-height: 35px;
  }    
  h1, #full-screen li  {
    font-size: 32px;
    line-height: 35px;
  }
  h2 {
    font-size: 24px;
    line-height: 29px;
  }
  h3, .faq-question {
    font-size: 20px;
    line-height: 28px;
  }
  h4 {
    font-size: 14px;
    line-height: 19px;
  }
  h5 {
    font-size: 10px;
    line-height: 14px;
  }
  p.p1, li.p1, input{
    font-size: 17px;
    line-height: 28px;
  }
  p.p2{
    font-size: 14px;
    line-height: 22px;
  }
  p.p3{
    font-size: 12px;
    line-height: 19px;
  }
   	/* Tomahawk */
     #tomahawk-hero{
      background-image: url(https://equs.ca/media/2936/tomahawk-hero-mobile-new-new.jpg);
    }
      #tomahawk-hero #landing-blurb{
        left: 0px;
        bottom: 0;
        max-width: 100%;
        width: 100%;
      }
  
      #tomahawk-hero #landing-blurb .wrapper{
        padding:50px;
        margin-bottom: 10%;
        max-width: 100%;
      }
    #explanation .two-blocks{
      width: 100%;
      padding: 90px 50px;
    }
    
    #action{
      padding: 90px 50px;
      min-height: 0;
    }
    #action .col-left,#action .col-right{
      width: 100%;
    }
    #action .col-left{
    align-content: start;
      padding-bottom: 30px;
    }
    #action .col-right{
      padding-left: 0;
      padding-top: 30px;
      border-top: 1px solid #FFF;
    }
    #action .col-right .wrapper{
      padding-left: 0;
      border-left: none;
    }
    #action .top-wrapper{
      flex-direction: column;
      padding: 0;
    }
    #closing{
      padding: 90px 0;
    }
    #closing .middle-col{
      width: 100%;
      padding: 0 50px;
    }
}

@media (max-width: 550px){
  
    .socials {
      width: 70%;
      height: 16px;
      justify-content: space-around;
    }
    .socials a img.fb-icon{
      width: 8px;
    }
    .socials a img{
      width: 16px;
      height: 16px;
    }

    #head-office{
      max-width: 55%;
    }

    #who-we-are #fast-icon{
      width: 30%;
    }
	#landing-hero #fast-hero{
   	  width: 115px;
  	}
#landing-hero .large-landing-img{
    width: 250px;
  }
}

@media (max-height: 650px) and (max-width: 550px){
  #landing-hero .large-landing-img,  #landing-hero .small-landing-img {
    display: none !important;
  }
	
}

@media (max-height: 780px) and (min-width: 767px){
	h1.d-1{
		font-size: 48px;
		line-height: 48px;
	}

}