* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {font-family: 'Work Sans', sans-serif;}
body, html, p {font-family: 'Work Sans', sans-serif;}


h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
a {}

.s20{
	height:20px;
	clear:both;
}

.fw-100 {font-weight: 100!important;}
.fw-200 {font-weight: 200!important;}
.fw-300 {font-weight: 300!important;}
.fw-400 {font-weight: 400!important;}
.fw-500 {font-weight: 500!important;}
.fw-600 {font-weight: 600!important;}
.fw-700 {font-weight: 700!important;}
.fw-800 {font-weight: 800!important;}
.fw-900 {font-weight: 900!important;}

.bold {font-weight: 600!important;}

.top-0 {top:0!important;}
.bottom-0 {bottom:0!important;}
.right-0 {right:0!important;}
.left-0 {left:0!important;} 

.z-index-neg3 {z-index:-3!important;}
.z-index-neg2 {z-index:-2!important;}
.z-index-neg1 {z-index:-1!important;}
.z-index-0 {z-index:0!important;}
.z-index-1 {z-index:1!important;}
.z-index-2 {z-index:2!important;}
.z-index-3 {z-index:3!important;}

.pos-a {position: absolute!important;}
.pos-r {position: relative!important;}
.pos-f {position: fixed!important;}

.vh100 {height:100vh!important;}
.vw100 {height:100vw!important;}

.tt-u {text-transform: uppercase!important;}
.tt-n {text-transform:none!important;}

.td-u {text-decoration: underline!important;}
.td-n {text-decoration: none!important;}

.white  {color:#fff!important;}
.gray {color:#6e6e6e!important;}
.darkgray {color:#666666!important;}
.black {color:#000!important;}
.red {color: #E52B1B!important;}
.lgray {color:#d9d9d9!important;}

.borderedslant {
border: 4px solid #E52B1B;
transform: skew(-20deg);
display: inline-block;
}
.borderedslant h5 {
  transform: skew(20deg);
  display: inline-block;
  letter-spacing: 2px;
}

.bg-white  {background-color:#fff!important;}
.bg-gray {background-color:#6e6e6e!important;}
.bg-lightgray {background-color:#f4f4f4!important;}
.bg-darkgray {background-color:#666666!important;}
.bg-black {background-color:#000!important;}
.bg-red {background-color: #E52B1B!important;}
.bg-b4ggray {background-color:#383838!important;}
.bg-grad-red {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9efef+0,e28983+56,e52b1b+100 */
  background: #f9efef; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9efef 0%, #e28983 56%, #e52b1b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f9efef 0%,#e28983 56%,#e52b1b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f9efef 0%,#e28983 56%,#e52b1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9efef', endColorstr='#e52b1b',GradientType=0 ); /* IE6-9 */
}

.b4goption {background:#fff!important;}
.b4goption:hover {background-color: #6e6e6e!important;}
.b4goption:hover h5 {color:#fff;}
.b4goption:hover .back h6 {color:#fff!important;}
.b4goption:hover .visual-ident-0,
.b4goption:hover .sales-enablement,
.b4goption:hover .website,
.b4goption:hover .marketing-retainer {fill:#fff;}

.pointer {cursor: pointer;}

/* Object Fit: Cover for images */
.cover {object-fit: cover;}

/* Centered text */
 .centered-text, .ct {
     position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

/* No Gutters */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
padding-right: 0;
padding-left: 0;
}

/* Responsive Embeds */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hnm-logo-bg {fill:#fff;}

.fp-viewing-1 .hnm-logo-bg {fill:#E52B1B; transition: all 1s ease;}
.fp-viewing-1 #mainlogo {width:150px; transition: all 1s ease;}
.fp-viewing-1 .caretdown {visibility: visible;}

.fp-viewing-2 .hnm-logo-bg {fill:#E52B1B; transition: all 1s ease;}
.fp-viewing-2 #mainlogo {width:80px; transition: all 1s ease;}
.fp-viewing-2 .caretdown {visibility: visible;}

.fp-viewing-3 .hnm-logo-bg {fill:#fff; transition: all 1s ease;}
.fp-viewing-3 #mainlogo {width:80px; transition: all 1s ease;}
.fp-viewing-3 .caretdown {visibility: visible;}

.fp-viewing-4 .hnm-logo-bg {fill:#E52B1B; transition: all 1s ease;}
.fp-viewing-4 #mainlogo {width:80px; transition: all 1s ease;}
.fp-viewing-4 .caretdown {visibility: visible;}

.fp-viewing-5 .hnm-logo-bg {fill:#fff; transition: all 1s ease;}
.fp-viewing-5 #mainlogo {width:80px; transition: all 1s ease;}
.fp-viewing-5 .caretdown {visibility: visible;}

.fp-viewing-6 .hnm-logo-bg {fill:#E52B1B; transition: all 1s ease;}
.fp-viewing-6 #mainlogo {width:80px; transition: all 1s ease;}
.fp-viewing-6 .caretdown {visibility: hidden;}

#onboard-fifth {position: relative;top: -1px;}

.caretdown {cursor:pointer;position: fixed;bottom:20px;z-index: 999;text-align: center; display: block; width:100%;background:fff;}

.h-50 {height:50%;}

.section.first {background-color:#fff;}
.section.second {background-color: #fff;
}


@keyframes flicker {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#word1 {animation: flicker 2s ease alternate 1;}
#word2 {animation: flicker 1s ease alternate 1;}
#word3 {animation: flicker 2.5s ease alternate 1;}
#word4 {animation: flicker 3.5s ease alternate 1;}
#word5 {animation: flicker 3s ease alternate 1;}
#word6 {animation: flicker 1.5s ease alternate 1;}

#main-tagline {animation: flicker 5s ease alternate 1;}

.section.second img {mix-blend-mode: lighten;position: absolute;top: 0;left: 0;width: 100%;}
img.dontblend {mix-blend-mode: normal!important;position: relative!important;width:auto!important;}
.section.fourth .backimg {mix-blend-mode: lighten;position: absolute;top: 0;left: 0;width: 100%;}

#fp-nav ul li a span {background-color:#E52B1B;border:1px solid #fff;}

.btn.white {
  margin: 16px auto;
  padding: 14px 26px;
  border: 2px solid #fff;
  color: #fff;
  border-radius:0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 1s ease;
}

.btn.red {
  margin: 16px auto;
  padding: 14px 26px;
  border: 2px solid #E52B1B;
  color: #E52B1B;
  border-radius:0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 1s ease;
}

.redform {
  margin: 16px auto;
  padding: 14px 26px;
  border: 2px solid #6e6e6e;
  color: #6e6e6e;
  border-radius:0px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 1s ease;
}

.bull {
  position: relative;
  display: block;
  width: 20px;
  height: 40px;
  float: left;
}

ul.biglist {list-style: none;}
ul.biglist li::before {
  content: url(img/arrow-right.png);  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #E52B1B; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
ul.biglist li {font-size: 1.4rem;}



ul.b4glist {list-style: none;}
ul.b4glist li::before {
  content: url(img/b4g/Ellipse 4.svg);
  display: block;
  float:left;
  width: 1em;
  margin-left: -1.7em;
}
ul.b4glist li {font-size: 1.4rem;}




.z999 {z-index: 999;}

.careers-bg {
  background-image: url(img/careers-bg.jpg);
  background-size: cover;
}

.icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: all 0.2s;
  margin:auto;
  position: relative;
}
.navbar-toggle:hover .icon-bar {
  transition: all 0.2s;
}
.navbar-toggle .first-bar {
  transform: rotate(45deg);
  top:10px;
  left: 0;
}
.navbar-toggle .second-bar {
  opacity: 0;
  top:0;
  left: 0;
}
.navbar-toggle .third-bar {
  transform: rotate(-45deg);
  top:-10px;
  left: 0;

}
.navbar-toggle.collapsed .first-bar {
  transform: rotate(0);
  top:0;
  left: 0;
}
.navbar-toggle.collapsed .second-bar {
  opacity: 1;
  top:0;
  left: 0;
}
.navbar-toggle.collapsed .third-bar {
  transform: rotate(0);
  top:0;
  left: 0;
}

@-webkit-keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}

@keyframes intervalHamburgerBorder {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.hamburger {
    width: 56px;
    height: 56px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #E52B1B;
    pointer-events: auto;
    position: absolute;
    top:20px;
    right: 20px;
    z-index: 1001;
}

.hamburger:hover::after {
  width: 56px;
  height: 56px;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border: 8px solid #E52B1B;
  border-radius: 50%;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: intervalHamburgerBorder;
  animation-name: intervalHamburgerBorder;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#mainMenu {top:0;left:0;text-align: center; z-index: 1000;opacity: 0;transition: all 0.4s ease;}
#mainMenu.show {
opacity: 1;transition: all 0.4s ease;
}

#mainMenu a {
  transition: all 0.3s ease;
  top:0;
  transform-origin: center;
  position: relative;
  transform: scale(1);
  text-shadow: 0px 0px 0px rgba(0,0,0,0.6);
}
#mainMenu a:hover {
text-decoration: none; opacity: 0.9;
transition: all 0.3s ease;
top:-10px;
position: relative;
transform-origin: center;
transform: scale(1);
text-shadow: 0px 20px 8px rgba(0,0,0,0.3)
}

.main-navi-link.is-opened .word {
transition: all 0.3s ease;
top:0px;
transform-origin: center;
position: relative;
transform: scale(1);
text-shadow: 0px 0px 0px rgba(0,0,0,0.6);
}

.main-navi-link.is-opened:hover .word {
transition: all 0.3s ease;
top:-10px;
position: relative;
transform-origin: center;
transform: scale(1.3);
text-shadow: 0px 20px 8px rgba(0,0,0,0.3)
}


.burgerlines {transform: scale(0.8);transform-origin: center;}

.team-photo-row {display: block;}

.filter {background-color: #fff; position: relative;}
.filter img {position: ; top: 0; left: 0;}
.filter:hover img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  mix-blend-mode: normal;
  object-fit: cover;
  transition: all 1s ease-in;
}
.filter:hover img.serious {display: none; opacity: 0; transition: all 1s ease-in;}
.filter:hover img.funny {display: inline-block; opacity: 1; transition: all 1s ease-in;}
img.serious {display: inline-block; opacity: 1; transition: all 1s ease-in;}
img.funny {display:none;opacity: 0; transition: all 1s ease-in;}


img.teammate1 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  mix-blend-mode: screen;
  object-fit: cover;
  transition: all 1s ease-in;
}

img.teammate2 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  mix-blend-mode: color-burn;
  object-fit: cover;
  transition: all 1s ease-in;
}

img.teammate3 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  mix-blend-mode: lighten;
  object-fit: cover;
  transition: all 1s ease-in;
}

img.teammate4 {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  mix-blend-mode: darken;
  object-fit: cover;
  transition: all 1s ease-in;
  opacity: 0.8;
}

img.teammate5 {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  mix-blend-mode: normal;
  object-fit: cover;
  transition: all 1s ease-in;
}

img.teammate6 {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  mix-blend-mode: normal;
  object-fit: cover;
  transition: all 1s ease-in;
}
img.teammate6.funny {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  mix-blend-mode: screen;
  object-fit: cover;
  transition: all 1s ease-in;
}



.shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.shape-overlays.is-opened {
  pointer-events: auto;
}

.shape-overlays__path:nth-of-type(1) {
  fill: url(https://www.heynowmedia.com/style.css#gradient1);
}

.shape-overlays__path:nth-of-type(2) {
  fill: url(https://www.heynowmedia.com/style.css#gradient2);
}

.shape-overlays__path:nth-of-type(3) {
  fill: url(https://www.heynowmedia.com/style.css#gradient3);
}

.shape-overlays__path:nth-of-type(4) {
  fill: url(https://www.heynowmedia.com/style.css#gradient4);
}

.menulink {font-size: 3.5vmax;}

.hs-form-iframe {width:100%!important;}

.brand-logo {}

.fp-slidesNav.fp-bottom {
    bottom: 17px;
    text-align: center;
}

.fp-controlArrow.fp-prev {
    left: 50px;
    width: 0;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 50px;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff;
}

.lst-none {list-style-type: none;}

.bg-7{
	background: url(img/Slide7-bg.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-events{
	background: url(img/Slide1-bg.jpg) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.modal-lg{
	max-width:1000px !important;
}

.modal-content{
	background:#E52B1B url(img/modal-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:375px;
  color:#fff;
  text-align:center;
}

.modal-body h3{
	padding-top:40px;
}

.modal-btn:hover, .modal-btn a:hover{
	background:#fff !important;
}
a.modal-body:hover, .modal-body a:hover{
	color:#EC1F26 !important;
}
.modal-header{
	padding:3px !important;
	padding-right:6px !important;
	border:none !important;
}