@charset "UTF-8";
@import url("https://use.typekit.net/hdi6icf.css");
@import url("https://use.typekit.net/frd6gjz.css");
@font-face {
  font-family: "HNRoman";
  src: url("fonts/HelveticaNeueLTStd-Roman.eot");
  src: local("☺"), url("fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HNBold";
  src: url("fonts/HelveticaNeueLTStd-Bd.eot");
  src: local("☺"), url("fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-Bd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HNHeavyIt";
  src: url("fonts/HelveticaNeueLTStd-HvIt.eot");
  src: local("☺"), url("fonts/HelveticaNeueLTStd-HvIt.woff") format("woff"), url("fonts/HelveticaNeueLTStd-HvIt.ttf") format("truetype"), url("fonts/HelveticaNeueLTStd-HvIt.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HNRomanExt";
  src: url("fonts/HelveticaNeueLTStd-Ex.eot");
  src: local("☺"), url("fonts/HelveticaNeueLTStd-Ex.woff") format("woff"), url("fonts/HelveticaNeueLTStd-Ex.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "HNRoman", sans-serif;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  margin: 0px;
  padding: 0px;
}
body strong {
  font-family: "HNBold", sans-serif;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

.mobilebutton {
  display: block;
  float: right;
  /*
  	@media only screen and (min-width: 992px) {
  		display: none;
  	}
  */
}

#nav-icon3 {
  width: 40px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}

#nav-icon3.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.text-center {
  text-align: center;
}

a.whitebox {
  background: #fff url(images/learnmorearrow.png) no-repeat 10px center;
  color: #eb0c2b;
  font-family: "HNBold", sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 12px 4px 35px;
  line-height: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
a.whitebox:hover {
  color: #000;
}

a.redbox {
  background: #eb0c2b url(images/learnmorearrow.png) no-repeat 10px center;
  color: #fff;
  font-family: "HNBold", sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 9px 12px 4px 35px;
  line-height: 1;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
a.redbox:hover {
  color: #000;
}

#header {
  z-index: 2;
  position: relative;
}
#header .redrow {
  background-color: #eb0c2b;
  color: #fff;
  padding: 10px 0;
  line-height: 1;
  font-family: "HNBold";
  font-size: 21px;
}
#header .mainnavrow {
  background-color: #000;
  padding: 20px 0;
  position: relative;
}
#header .mainnavrow .registerbutton {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 2;
  width: 250px;
  background-color: #000;
  color: #fff;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  text-decoration: none;
  line-height: 1;
  font-size: 22px;
}
#header .mainnavrow .registerbutton img {
  max-width: 20px;
  height: auto;
  margin-top: -2px;
}
#header .mainnavrow .registerbutton:hover {
  background-color: #fff;
  color: #eb0c2b;
}
#header .mainnavrow .mainlogo {
  display: block;
}
#header .mainnavrow .mainnav {
  height: 100%;
  position: relative;
  /*
  			@media only screen and (min-width: 992px) {
  				ul {
  					pointer-events: all;
  					opacity: 1;
  					position: relative;
  					top: 0;
  					right: 0;
  					list-style: none;
  					margin: 0;
  					padding: 0;
  					display: flex;
  					flex-direction: row;
  					flex-wrap: nowrap;
  					width: 100%;
  					height: 100%;
  					align-items: center;

  					li {
  						flex: 1 1 auto;

  						a {
  							font-size: 12px;
  							padding: 0px 0;

  							br {
  								display: block;
  							}
  						}

  						&.active {
  							a {
  								font-family: 'HNBold';
  							}
  						}
  					}
  				}
  			}
  */
}
#header .mainnavrow .mainnav ul {
  display: block;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 54px;
  right: -12px;
  width: 50vw;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #000;
  text-align: center;
  z-index: 5;
}
#header .mainnavrow .mainnav ul li {
  display: block;
}
#header .mainnavrow .mainnav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "HNRoman", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 0;
}
#header .mainnavrow .mainnav ul li a br {
  display: none;
}
#header .mainnavrow .mainnav ul li a:hover {
  font-family: "HNBold";
}
#header .mainnavrow .mainnav ul.open {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (min-width: 1200px) {
  #header .mainnavrow .mainnav ul li a {
    font-size: 16px;
  }
}

#hero {
  z-index: 1;
  position: relative;
}
#hero.homehero {
  padding-top: 100px;
  background: url(images/nsn-homeheroback.jpg) no-repeat top center;
  background-size: cover;
}
#hero .heromapwrapper {
  position: relative;
}
#hero .heromapwrapper .herospot {
  position: absolute;
  bottom: 0px;
  left: 2%;
  height: 80px;
  width: 15%;
  display: block;
  z-index: 5;
}
#hero .heromapwrapper .herospot#ryanspot {
  left: 2%;
}
#hero .heromapwrapper .herospot#nickspot {
  left: 30%;
}
#hero .heromapwrapper .herospot#keithspot {
  left: 67%;
}
#hero .heroimage {
  position: relative;
  z-index: 1;
}
#hero .animatedarrow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
#hero .contentwrapper {
  position: relative;
}
#hero .contacthero {
  padding: 40px 0px;
}

.pagehero {
  position: relative;
}
.pagehero .container, .pagehero .row {
  height: 350px;
}
.pagehero .herotitle {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 0.9;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 992px) {
  .pagehero .herotitle {
    font-size: 120px;
  }
}
.pagehero .heroband {
  color: #fff;
  padding: 0px;
  line-height: 1;
  font-family: "HNRomanExt";
  font-size: 17px;
  text-align: center;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1.5;
}
.pagehero .borderbottom {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile2.png) repeat-x 16px center;
}
.pagehero .bordertop {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile1.png) repeat-x 16px center;
}
.pagehero#agendahero {
  background: url(images/nsn_agendaback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#pricinghero {
  background: url(images/nsn_pricingback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#contacthero {
  background: url(images/nsn_contactback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#locationhero {
  background: url(images/nsn_locationback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#specialapperanceshero {
  background: url(images/nsn_specialappearancesback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#specialapperanceshero .borderbottom {
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 992px) {
  .pagehero#specialapperanceshero .herotitle {
    font-size: 90px;
  }
}
.pagehero#learningsessionshero {
  background: url(images/nsn_learningsessionsback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#learningsessionshero .bordertop {
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 992px) {
  .pagehero#learningsessionshero .herotitle {
    font-size: 90px;
  }
}
.pagehero#sponsorshero {
  background: url(images/nsn_sponsorsback.jpg) no-repeat center center;
  background-size: cover;
}
.pagehero#sponsorshero .bordertop {
  border-bottom: 2px solid #000;
}
@media only screen and (min-width: 992px) {
  .pagehero#sponsorshero .herotitle {
    font-size: 90px;
  }
}

#bodycontent .contentwrapper {
  padding: 40px 50px 100px 50px;
}
#bodycontent .contentwrapper .locationcentered {
  text-align: center;
  margin-top: 60px;
}
#bodycontent .contentwrapper .locationcentered strong {
  display: block;
  font-family: "HNBold";
  margin-top: 30px;
}
#bodycontent .contentwrapper .locationcentered strong.red {
  color: #eb0c2b;
}
#bodycontent .contentwrapper table {
  width: 80%;
  margin: 0 auto;
  line-height: 1.2;
}
#bodycontent .contentwrapper table td.day {
  padding-top: 40px;
  text-transform: uppercase;
  font-family: "HNBold";
  color: #eb0c2b;
  border-bottom: none !important;
}
#bodycontent .contentwrapper table.pricingtable td {
  text-align: left;
  vertical-align: bottom;
}
#bodycontent .contentwrapper table.pricingtable span {
  color: #eb0c2b;
  display: block;
  font-family: "HNBold";
  margin-top: 20px;
}
#bodycontent .contentwrapper table.agendatable {
  width: 100%;
  font-size: 12px;
  margin-top: 40px;
}
#bodycontent .contentwrapper table.agendatable td {
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}
#bodycontent .contentwrapper table.agendatable td.day {
  padding-top: 40px;
}
@media only screen and (min-width: 992px) {
  #bodycontent .contentwrapper table.agendatable {
    font-size: 18px;
    width: 80%;
  }
  #bodycontent .contentwrapper table.agendatable td {
    border-bottom: none;
  }
}
#bodycontent .contentwrapper .regbtn {
  display: inline-block;
  margin-top: 50px;
}
#bodycontent .contentwrapper .btnholder {
  display: flex;
  gap: 10px;
  width: 100%;
  align-content: center;
  justify-content: center;
}
#bodycontent .contentwrapper .btnholder a {
  color: #eb0c2b;
  font-family: "HNBold", sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
#bodycontent .contentwrapper .btnholder a:hover {
  color: #000;
}
#bodycontent .contentwrapper h2 {
  text-align: center;
  font-family: "HNBold";
  margin-top: 50px;
  text-transform: uppercase;
  margin-bottom: 0px;
  border-top: double 4px #eb0c2b;
  padding-top: 20px;
}
#bodycontent .contentwrapper h3 {
  text-align: center;
  font-family: "HNBold";
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-top: 20px;
  color: #eb0c2b;
  font-size: 18px;
}
#bodycontent .contentwrapper h3 span {
  color: #000;
  display: block;
  margin-top: 10px;
}
#bodycontent .contentwrapper.notop {
  padding-top: 0px;
}
#bodycontent .contentwrapper.nobottom {
  padding-bottom: 0px;
}
#bodycontent .reddivider {
  display: block;
  height: 2px;
  background-color: #ea0a2a;
  margin-bottom: 40px;
}
#bodycontent .sponsorbox {
  margin-bottom: 40px;
}
#bodycontent .sponsorbox .sponsorboxheader {
  padding: 14px 10px 10px 10px;
  text-align: center;
  font-size: 20px;
  font-family: "HNBold";
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
}
#bodycontent .sponsorbox .sponsorboxheader span {
  font-family: "HNRoman";
}
#bodycontent .sponsorbox .sponsorboxheader.black {
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg, rgb(0, 0, 0) 0%, rgb(234, 10, 42) 50%, rgb(0, 0, 0) 100%);
  border: 3px solid #ea0a2a;
}
#bodycontent .sponsorbox .sponsorboxheader.gray {
  background-color: #aaaaaa;
}
#bodycontent .sponsorbox .sponsorboxheader.red {
  background-color: #ce0f2c;
}
#bodycontent .sponsorbox .sponsorboxheader.amethyst {
  background-color: #4c8690;
}
#bodycontent .sponsorbox .sponsorboxheader.turquoise {
  background-color: #39c0c0;
}
#bodycontent .sponsorbox .sponsorboxheader.gold {
  background-color: #ab9666;
}
#bodycontent .sponsorbox .sponsorboxheader.silver {
  background-color: #898989;
}
#bodycontent .sponsorbox .sponsorboxheader.citrine {
  background-color: #e4d00a;
}
#bodycontent .sponsorbox .sponsorcontent {
  background-color: #f0f0f0;
  color: #000;
  padding: 40px 20px;
  font-size: 14px;
  line-height: 1.5;
  min-height: 250px;
}
#bodycontent .sponsorbox .sponsorcontent strong {
  font-family: "HNBold";
  font-weight: normal;
}
#bodycontent .sponsorbox .sponsorcontent .logoimage {
  text-align: center;
  margin-bottom: 20px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bodycontent .sponsorbox .sponsorcontent .logoimage img {
  max-width: 300px;
  max-height: 100px;
}
#bodycontent .sponsorbox .sponsorcontent .btnholder {
  text-align: center;
}
#bodycontent .sponsorbox .sponsorcontent .btnholder a {
  color: #ea0a2a;
}
#bodycontent .sponsorbox .sponsorcontent ul.dividelist {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  justify-content: space-around;
}
@media only screen and (min-width: 992px) {
  #bodycontent .sponsorbox .sponsorcontent ul.dividelist {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#bodycontent .sponsorbox .sponsorcontent ul.dividelist ul {
  padding-left: 0px;
  list-style: none;
  font-family: "HNBold";
  text-align: center;
}
#bodycontent .sponsorbox .sponsorcontent.bordered {
  border-right: 3px solid #ea0a2a;
  border-left: 3px solid #ea0a2a;
  border-bottom: 3px solid #ea0a2a;
}
#bodycontent .lessonrow .contentwrapper {
  padding-bottom: 40px;
}
#bodycontent .lessonrow.lesson1 {
  border-top: 20px solid #eb0c2b;
}
#bodycontent .lessonrow.lesson1 h3, #bodycontent .lessonrow.lesson1 .highlight {
  color: #eb0c2b;
}
#bodycontent .lessonrow.lesson2 {
  border-top: 20px solid #3f6a71;
}
#bodycontent .lessonrow.lesson2 h3, #bodycontent .lessonrow.lesson2 .highlight {
  color: #3f6a71;
}
#bodycontent .lessonrow.lesson3 {
  border-top: 20px solid #2d4c89;
}
#bodycontent .lessonrow.lesson3 h3, #bodycontent .lessonrow.lesson3 .highlight {
  color: #2d4c89;
}
#bodycontent .lessonrow.lesson4 {
  border-top: 20px solid #eb0c2b;
}
#bodycontent .lessonrow.lesson4 h3, #bodycontent .lessonrow.lesson4 .highlight {
  color: #eb0c2b;
}
#bodycontent .lessonrow.lesson5 {
  border-top: 20px solid #3f6a71;
}
#bodycontent .lessonrow.lesson5 h3, #bodycontent .lessonrow.lesson5 .highlight {
  color: #3f6a71;
}
#bodycontent .lessonrow.lesson6 {
  border-top: 20px solid #2d4c89;
}
#bodycontent .lessonrow.lesson6 h3, #bodycontent .lessonrow.lesson6 .highlight {
  color: #2d4c89;
}
#bodycontent .learningcontent strong {
  display: block;
}
#bodycontent .learningcontent img {
  display: block;
  margin: 0 auto;
}
#bodycontent .learningcontent h3 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 20px;
}

#together {
  background: url(images/nsn_togetherback.jpg) no-repeat top center;
  background-size: contain;
  color: #fff;
  position: relative;
}
#together .bordertop {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile1.png) repeat-x 16px center;
}
#together .borderbottom {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile2.png) repeat-x 16px center;
}
@media only screen and (min-width: 992px) {
  #together .togetherheadline {
    margin-bottom: -50px;
  }
}
#together .togethercopy {
  position: relative;
  z-index: 2;
  line-height: 1.8;
  padding: 80px 0;
}
#together .togethersupport {
  position: relative;
}
#together .togethersupport img {
  position: relative;
  z-index: 2;
}
#together .togethersupport .glow {
  position: absolute;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 150%;
  display: block;
  z-index: 0;
  background: rgb(234, 10, 42);
  background: radial-gradient(circle, rgb(234, 10, 42) 0%, rgba(234, 10, 42, 0) 65%);
}

#randyvid {
  background: url(images/randyvidback.png) no-repeat center center;
  background-size: cover;
}

.homepageredpromo {
  background-color: #eb0c2b;
  color: #fff;
  position: relative;
  border-bottom: 2px solid #000;
  padding-top: 50px;
}
.homepageredpromo .textside {
  position: relative;
  padding: 30px;
}
.homepageredpromo .textside.left {
  border-left: 2px solid #000;
}
.homepageredpromo .textside.left:after {
  content: "";
  background-color: #000;
  opacity: 0.45;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  height: 30px;
  display: block;
}
.homepageredpromo .textside.right {
  border-right: 2px solid #000;
}
.homepageredpromo .textside.right:after {
  content: "";
  background-color: #000;
  opacity: 0.45;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100vw;
  height: 30px;
  display: block;
}
.homepageredpromo .textside .headone {
  font-family: "HNRomanExt";
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.3em;
}
.homepageredpromo .textside .headtwo {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 80px;
  margin-bottom: 20px;
  line-height: 1;
}
.homepageredpromo .textside .btnholder {
  padding-bottom: 60px;
}
.homepageredpromo.tallerkeith .textside {
  padding-right: 35px;
}
.homepageredpromo.tallerkeith .keithheadshot {
  transform: translateX(-17%);
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .homepageredpromo.tallerkeith .keithheadshot {
    max-width: 100%;
  }
}
.homepageredpromo .keithheadshot {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 992px) {
  .homepageredpromo .nickheadshot {
    transform: translateX(14%);
    z-index: 5;
    position: relative;
  }
  .homepageredpromo .keithheadshot {
    transform: translateX(-14%);
    z-index: 5;
    position: relative;
    max-width: 350px;
  }
  .homepageredpromo .ryanheadshot {
    transform: translateX(12%);
    z-index: 5;
    position: relative;
  }
}

#counterdivide {
  color: #fff;
  position: relative;
}
#counterdivide .container {
  position: relative;
  z-index: 1;
}
#counterdivide:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  background-color: #eb0c2b;
  z-index: 0;
}
#counterdivide .contentwrapper {
  padding: 90px 50px;
  text-align: left;
}
#counterdivide .bordertop {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile1.png) repeat-x 16px center;
}
#counterdivide .borderbottom {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile2.png) repeat-x 16px center;
}

#location {
  background: url(images/nsn_homelocationback.jpg) no-repeat center center;
  background-size: cover;
}
#location .contentwrapper {
  padding: 100px 0;
  text-align: center;
}
#location .contentwrapper img {
  display: block;
  margin: 0 auto;
}
#location .contentwrapper p {
  font-size: 24px;
  margin: 40px 0;
  color: #fff;
}
#location .contentwrapper p strong {
  display: block;
}

#videosection {
  padding: 50px 0;
  background: url(images/nsn_homepagevideoback.jpg) no-repeat center center;
  background-size: cover;
}

#nextstep {
  display: none;
  background: url(images/nsn_registrationback.jpg) no-repeat center center;
  background-size: contain;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  #nextstep {
    padding-bottom: 0px;
  }
}
#nextstep p {
  color: #fff;
  font-family: "HNBold";
  font-size: 24px;
  padding: 40px 0 0 0;
}
#nextstep p br {
  display: none;
}
@media only screen and (min-width: 992px) {
  #nextstep p {
    padding: 0px 0 0 0;
  }
  #nextstep p br {
    display: block;
  }
}
#nextstep .borderbottom {
  position: relative;
  z-index: 2;
  height: 50px;
  background: #eb0c2b url(images/together-tile2.png) repeat-x 16px center;
}

#countdownsection .support {
  padding-top: 80px;
}
#countdownsection .contentwrapper {
  display: none;
  padding: 60px 0px 0 0;
}
#countdownsection .contentwrapper h3 {
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 80px;
  color: #fff;
  text-align: center;
}
#countdownsection .contentwrapper h3 span {
  color: #eb0c2b;
}
#countdownsection .contentwrapper .timerwrapper {
  margin: 0px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  #countdownsection .contentwrapper .timerwrapper {
    margin: -20px 40px 40px 40px;
  }
}
#countdownsection #timer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#countdownsection #timer > div {
  flex: 1 1 50%;
  text-align: center;
  font-family: "canada-type-gibson", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 1;
  padding: 40px 0;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  #countdownsection #timer > div {
    flex: 1 1 auto;
  }
}
#countdownsection #timer > div:nth-child(3) .arrow {
  display: none;
}
@media only screen and (min-width: 1200px) {
  #countdownsection #timer > div:nth-child(3) .arrow {
    display: block;
  }
}
#countdownsection #timer > div > span {
  font-family: "HNRoman";
  color: #eb0c2b;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}
#countdownsection #timer > div > span .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 50px;
  height: 100px;
  transform: translate(-50%, -50%);
  background: url(images/nsn_timerarrow.png) no-repeat center center;
  background-size: contain;
}

#footer {
  padding-top: 50px;
  background-color: #000;
  padding-bottom: 100px;
  font-size: 16px;
  color: #eb0c2b;
}
#footer.homefooter {
  margin-top: -200px;
  background-color: transparent;
}
#footer img {
  display: block;
  margin: 0 auto 30px auto;
}
#footer .contentwrapper {
  text-align: center;
}

#blackbar {
  background-color: #000;
  padding: 20px 0;
}

.sacontent {
  background-color: #eb0c2b;
}
.sacontent .bordertop {
  background-color: #000;
  opacity: 0.45;
  height: 30px;
  width: 100vw;
  display: block;
}

.expandablecopy {
  text-align: left;
  overflow: hidden;
  height: 350px;
  position: relative;
  padding-bottom: 40px;
}
.expandablecopy .expand {
  display: block;
  width: 100%;
  text-align: center;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(0deg, #eb0c2b 55%, rgba(234, 10, 42, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 60px 0 20px 0;
}
.expandablecopy .collapse {
  display: none;
  width: 100%;
  text-align: center;
  background-size: 100% 100%;
  background-position: 0px 0px;
  background-image: linear-gradient(0deg, #eb0c2b 55%, rgba(234, 10, 42, 0) 100%);
}/*# sourceMappingURL=styles.css.map */