.steps .wrap form .input:after, .textPanel .wrap .climateChange .hold .cols:after {
  content: "";
  display: block;
  clear: both;
}

.steps .wrap form .input input, .steps .wrap .options button, .steps .wrap .stepStage a, .steps .wrap .stepStage, .accordion .content .link, .accordion .content .downloads a, .accordion .content .download, .accordion .content .downloads, .accordion .content .yourArea, .accordion .wrap button, .circleGrid .wrap .swiper-pagination span, .circleGrid .link, .twoCols.v2 .wrap .col .content a, .textPanel .wrap .link, .mobileMenu .wrap .bottom a, header[role=banner] .wrap nav button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.boxes .wrap .cols .col .content span:before, .stepCycle .wrap .circle .step .text:after, .steps .wrap form .input span, .steps .wrap .list ul li:before, .accordion .content .link:after, .accordion .content .downloads a:after, .accordion .content .download:after, .accordion .content .downloads:after, .accordion .content .yourArea:after, .accordion .wrap button:after, .circleGrid.circleGridTwo .wrap ul li:after, .twoCols.v2 .wrap .col .content h2:before, .mobileMenu .wrap .bottom a span, .mobileMenu .wrap .bottom a:before, .mobileMenu .wrap h2, header[role=banner] .wrap nav button:after, header[role=banner] .wrap h1 {
  background-image: url("../sprites/sprite.svg");
  background-size: 1000px 1000px;
  font-size: 20px;
}

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute;
}
.placeholder.faded {
  opacity: 0.5;
}
.placeholder.hide {
  display: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide {
  display: none !important;
}

.desktop {
  display: none;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 147px;
  color: black;
}
body.noTopPadding {
  padding-top: 0;
}
body a {
  text-decoration: none;
}
body.showNav .mobileMenu {
  left: 0;
}

header[role=banner] {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
}
header[role=banner].change .wrap nav {
  opacity: 0;
  height: 0;
}
header[role=banner].show .wrap nav button:after {
  background-position: -780px -40px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
}
header[role=banner].show .wrap nav ul ul {
  display: block;
}
header[role=banner] .wrap h1 {
  text-indent: -9999px;
  background-position: -6px -493px;
  width: 150px;
  height: 52px;
  margin: 20px 0 15px 14px;
}
header[role=banner] .wrap h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header[role=banner] .wrap .navButton {
  margin-left: auto;
  width: 40px;
  position: absolute;
  top: 24px;
  right: 10px;
}
header[role=banner] .wrap .navButton span {
  display: block;
  background-color: #474748;
  height: 3px;
  width: 40px;
  pointer-events: none;
}
header[role=banner] .wrap .navButton span + span {
  margin-top: 4px;
}
header[role=banner] .wrap nav {
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: opacity;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 400ms;
  -moz-transition-property: opacity;
  -o-transition-timing-function: linear;
  -o-transition-duration: 400ms;
  -o-transition-property: opacity;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 400ms;
  -ms-transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 400ms;
  transition-property: opacity;
}
header[role=banner] .wrap nav button {
  background-color: rgba(71, 71, 72, 0.2);
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 10px 20px 10px 10px;
  font-size: 0.875rem;
  position: relative;
}
header[role=banner] .wrap nav button:after {
  content: "";
  background-position: -690px -20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  pointer-events: none;
}
header[role=banner] .wrap nav ul {
  background-color: rgba(71, 71, 72, 0.05);
}
header[role=banner] .wrap nav ul li {
  font-size: 0.875rem;
  font-weight: 300;
  padding: 10px;
}
header[role=banner] .wrap nav ul li + li {
  border-top: 1px solid white;
}
header[role=banner] .wrap nav ul ul {
  background-color: transparent;
  border-top: 1px solid white;
  display: none;
}

.mobileMenu {
  background-color: #474748;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 100000;
  height: 100%;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
}
.mobileMenu .wrap h2 {
  text-indent: -9999px;
  background-position: -20px -430px;
  width: 142px;
  height: 42px;
  margin: 20px 0 0 14px;
}
.mobileMenu .wrap .navButton {
  margin-left: auto;
  width: 40px;
  position: absolute;
  top: 31px;
  right: 10px;
}
.mobileMenu .wrap .navButton:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: -20px;
  left: -20px;
  background-color: transparent;
}
.mobileMenu .wrap .navButton span {
  display: block;
  background-color: white;
  height: 3px;
  width: 40px;
  pointer-events: none;
}
.mobileMenu .wrap nav {
  margin-top: 70px;
}
.mobileMenu .wrap nav a {
  display: block;
  font-size: 1.5625rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 300;
  color: white;
}
.mobileMenu .wrap .bottom a {
  display: block;
  color: white;
  font-size: 0.875rem;
  padding: 16px 0 0 0;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 220px;
  margin: 0 auto;
}
.mobileMenu .wrap .bottom a:before {
  content: "";
  background-position: -670px -20px;
  width: 13px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 7px;
}
.mobileMenu .wrap .bottom a span {
  text-indent: -9999px;
  display: block;
  background-position: -500px -20px;
  width: 125px;
  height: 51px;
  position: absolute;
  top: 0;
  right: 0;
}

.hero {
  background-position: center center;
  background-size: cover;
  padding-top: 88%;
}

.textPanel {
  padding: 70px 0;
}
.textPanel.textPanelTwo {
  padding-top: 45px;
}
.textPanel.textPanelTwo .wrap h2 {
  width: 100%;
}
.textPanel.blueBg {
  background-color: rgba(105, 201, 215, 0.1);
  padding: 80px 30px;
  text-align: center;
}
.textPanel.blueBg .wrap {
  margin: 0 auto;
}
.textPanel.blueBg .wrap h2 {
  width: 100%;
}
.textPanel.blueBg .wrap h2:after {
  display: none;
}
.textPanel.blueBg .wrap h2 + h3 {
  margin-top: 50px;
}
.textPanel.blueBg .wrap h3 {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
}
.textPanel.blueBg .wrap .graphics {
  margin-bottom: 50px;
}
.textPanel.blueBg .wrap .graphics figure.mobile {
  width: 220px;
  margin: 0 auto;
}
.textPanel.blueBg .wrap .cols span {
  font-size: 1.875rem;
  text-align: center;
  display: block;
  font-weight: 300;
  padding: 40px 0;
}
.textPanel.blueBg .wrap .cols .col h4 {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 30px;
}
.textPanel.blueBg .wrap .cols .col p + h5 {
  margin-top: 20px;
}
.textPanel.blueBg .wrap .cols .col p {
  width: 150px;
  margin: 0 auto;
}
.textPanel .wrap {
  margin: 0 16px;
}
.textPanel .wrap h2 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.16;
  text-align: center;
  width: 220px;
  margin: 0 auto;
}
.textPanel .wrap figure {
  width: 110px;
  margin: 12px auto 40px auto;
}
.textPanel .wrap h5 {
  color: #69c9d7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  font-weight: 600;
  padding-bottom: 5px;
  text-align: center;
}
.textPanel .wrap .link {
  height: 55px;
  border-radius: 28px;
  padding: 0 34px;
  text-align: center;
  display: block;
  font-size: 1rem;
  background-color: #474748;
  color: white;
  line-height: 55px;
  margin: 0 auto;
  margin-top: 70px;
  max-width: 280px;
}
.textPanel .wrap p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}
.textPanel .wrap p + p {
  margin-top: 20px;
}
.textPanel .wrap p strong {
  font-weight: 600;
}
.textPanel .wrap .climateChange .hold h2 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 40px;
}
.textPanel .wrap .climateChange .hold .cols .col {
  width: 50%;
  float: left;
}
.textPanel .wrap .climateChange .hold .cols .col p {
  width: 140px;
  margin: 0 auto;
}
.textPanel .wrap .climateChange .hold figure {
  width: 300px;
  margin-top: 48px;
  margin-bottom: 90px;
}

.videoPanel {
  margin-bottom: 100px;
}
.videoPanel iframe {
  width: 100%;
  height: 500px;
}
.videoPanel p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  padding: 24px 16px 0 16px;
  text-align: center;
}

.twoCols + .circleGrid {
  margin-top: 70px;
}

.twoCols.v2 .wrap .col {
  background-color: rgba(218, 218, 218, 0.3);
}
.twoCols.v2 .wrap .col .content {
  padding: 60px 34px;
}
.twoCols.v2 .wrap .col .content h2 {
  font-weight: 600;
  font-size: 1.25rem;
  position: relative;
  padding-left: 46px;
}
.twoCols.v2 .wrap .col .content h2:before {
  content: "";
  background-position: -860px -80px;
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.twoCols.v2 .wrap .col .content a {
  height: 55px;
  border-radius: 28px;
  padding: 0 34px;
  text-align: center;
  display: block;
  font-size: 1rem;
  background-color: #474748;
  color: white;
  line-height: 55px;
  margin: 0 auto;
  background-color: #ea6525;
  width: 220px;
  margin: 40px 0 0;
}
.twoCols.blue .wrap .col .content h2:before {
  background-position: -910px -80px;
}
.twoCols.blue .wrap .col .content a {
  background-color: #346789;
}
.twoCols.orange .wrap .col .content h2:before {
  background-position: -950px -80px;
}
.twoCols.orange .wrap .col .content a {
  background-color: #f2ad37;
}
.twoCols.teal .wrap .col .content h2:before {
  background-position: -760px -180px;
}
.twoCols.teal .wrap .col .content a {
  background-color: #5ca2a1;
}
.twoCols.purple .wrap .col .content h2:before {
  background-position: -760px -220px;
}
.twoCols.purple .wrap .col .content a {
  background-color: #90527d;
}
.twoCols .wrap .col {
  background-color: rgba(105, 201, 215, 0.1);
}
.twoCols .wrap .col.imageCol {
  padding-top: 60%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.twoCols .wrap .col.imageCol h2 {
  font-size: 1.56rem;
  font-weight: 600;
  color: white;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.twoCols .wrap .col .content {
  padding: 36px 20px;
}
.twoCols .wrap .col .content h2 {
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 1.16;
  text-align: center;
  text-align: left;
  margin-bottom: 25px;
}
.twoCols .wrap .col .content p, .twoCols .wrap .col .content li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.twoCols .wrap .col .content p strong, .twoCols .wrap .col .content li strong {
  font-weight: 700;
}
.twoCols .wrap .col .content p + ul {
  margin-top: 10px;
}
.twoCols .wrap .col .content ul + p {
  margin-top: 30px;
}
.twoCols .wrap .col .content ul {
  margin-left: 0;
}
.twoCols .wrap .col .content ul li {
  position: relative;
  padding-left: 15px;
}
.twoCols .wrap .col .content ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background-color: black;
  position: absolute;
  left: 0;
  top: 10px;
}
.twoCols .wrap .col .content ul li + li {
  margin-top: 5px;
}

.circleGrid + footer {
  margin-top: 80px;
}

.circleGrid.circleGridTwo .wrap ul li {
  position: relative;
}
.circleGrid.circleGridTwo .wrap ul li:after {
  content: "";
  background-position: -860px -20px;
  width: 41px;
  height: 34px;
  display: block;
  margin: 50px auto 0 auto;
}
.circleGrid.circleGridTwo .wrap ul li figure:after {
  display: none;
}
.circleGrid .link {
  height: 55px;
  border-radius: 28px;
  padding: 0 34px;
  text-align: center;
  display: block;
  font-size: 1rem;
  background-color: #474748;
  color: white;
  line-height: 55px;
  margin: 0 auto;
  width: 260px;
  margin: 68px auto 0 auto;
}
.circleGrid .link.orange {
  background-color: #ea6525;
  margin-top: 40px;
}
.circleGrid .wrap h3 {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 0 20px;
}
.circleGrid .wrap .swiper-pagination {
  text-align: center;
  margin-top: 70px;
}
.circleGrid .wrap .swiper-pagination span {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(72, 72, 72, 0.5);
  display: inline-block;
}
.circleGrid .wrap .swiper-pagination span.swiper-pagination-bullet-active {
  border: 2px solid #484848;
}
.circleGrid .wrap .swiper-pagination span + span {
  margin-left: 16px;
}
.circleGrid .wrap ul li {
  position: relative;
}
.circleGrid .wrap ul li figure {
  width: 200px;
  border-radius: 50%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  margin: 0 auto;
  position: relative;
}
.circleGrid .wrap ul li figure:after {
  content: "";
  background-image: url("../images/underline2.svg");
  background-repeat: no-repeat;
  width: 58px;
  height: 12px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -72px;
}
.circleGrid .wrap ul li p {
  font-size: 1.0625rem;
  line-height: 1.6;
  width: 220px;
  margin: 50px auto 0 auto;
  text-align: center;
}

.accordion {
  margin-bottom: 50px;
}
.accordion.open .wrap button {
  background-color: rgba(71, 71, 71, 0.2);
  font-weight: 400;
}
.accordion.open .wrap button:after {
  background-position: -780px -30px;
  width: 24px;
  height: 3px;
  margin-top: -1px;
}
.accordion.open .wrap .content {
  display: block;
}
.accordion .wrap {
  margin: 0 10px;
}
.accordion .wrap button {
  background-color: rgba(72, 72, 72, 0.05);
  font-weight: 200;
  font-size: 1.25rem;
  width: 100%;
  height: 65px;
  text-align: left;
  padding: 0 12px;
  position: relative;
}
.accordion .wrap button:after {
  content: "";
  background-position: -730px -70px;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
}
.accordion .content {
  padding: 36px 10px;
  display: none;
}
.accordion .content figure + figure {
  margin-top: 22px;
}
.accordion .content figure img {
  width: auto;
  max-width: 100%;
}
.accordion .content figure + p {
  margin-top: 22px;
}
.accordion .content h3 + p {
  margin-top: 20px;
}
.accordion .content p + h3 {
  margin-top: 30px;
}
.accordion .content p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.accordion .content p + p {
  margin-top: 25px;
}
.accordion .content p strong {
  font-weight: 600;
}
.accordion .content p em {
  font-style: italic;
}
.accordion .content .downloads + h3 {
  margin-top: 70px;
}
.accordion .content .download, .accordion .content .downloads, .accordion .content .yourArea {
  border-radius: 10px;
  border: 1px solid rgba(234, 101, 37, 0.5);
  display: block;
  width: 100%;
  padding: 18px 70px 18px 20px;
  position: relative;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
  font-size: 1rem;
  line-height: 1.4;
}
.accordion .content .download + a, .accordion .content .downloads + a, .accordion .content .yourArea + a {
  margin-top: 25px;
}
.accordion .content .download:hover, .accordion .content .downloads:hover, .accordion .content .yourArea:hover {
  background-color: rgba(234, 101, 37, 0.1);
}
.accordion .content .download:after, .accordion .content .downloads:after, .accordion .content .yourArea:after {
  content: "";
  background-position: -860px -130px;
  width: 28px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
}
.accordion .content .yourArea:after {
  background-position: -760px -130px;
  width: 37px;
  height: 37px;
}
.accordion .content .downloads.checklistAll a {
  background-color: rgba(234, 101, 37, 0.5);
  color: white;
  border: 0;
}
.accordion .content .downloads.checklistAll a:after {
  background-position: -820px -130px;
}
.accordion .content .downloads a {
  border-radius: 10px;
  border: 1px solid rgba(234, 101, 37, 0.5);
  display: block;
  width: 100%;
  padding: 18px 70px 18px 20px;
  position: relative;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all;
  font-size: 1rem;
  line-height: 1.4;
}
.accordion .content .downloads a:hover {
  background-color: rgba(234, 101, 37, 0.1);
}
.accordion .content .downloads a + a {
  margin-top: 5px;
}
.accordion .content .downloads a.yourArea:after {
  background-position: -760px -130px;
  width: 37px;
  height: 37px;
}
.accordion .content .downloads a:after {
  content: "";
  background-position: -860px -130px;
  width: 28px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
}
.accordion .content .downloads a h4 {
  font-size: 1rem;
  line-height: 1.4;
}
.accordion .content .downloads a span {
  display: block;
  font-size: 0.8125rem;
  margin-top: 12px;
}
.accordion .content .link {
  display: block;
  width: 210px;
  margin: 0 auto;
  border-radius: 14px;
  color: #ea6525;
  border: 2px solid #ea6525;
  height: 54px;
  padding: 16px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1;
}
.accordion .content .link:after {
  content: "";
  background-position: -900px -130px;
  width: 21px;
  height: 31px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -15px;
}
.accordion .content ul {
  margin-top: 20px;
}
.accordion .content ul li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  padding: 20px 0;
  border-bottom: 1px solid rgba(234, 101, 37, 0.5);
}
.accordion .content ul + p {
  margin-top: 50px;
}

.steps {
  padding-top: 140px;
  margin-bottom: 100px;
  position: relative;
}
.steps:before {
  content: "";
  width: 100%;
  height: 165px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: -moz-linear-gradient(top, rgba(71, 71, 71, 0.5) 0%, rgba(163, 163, 163, 0.5) 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(71, 71, 71, 0.5) 0%, rgba(163, 163, 163, 0.5) 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(71, 71, 71, 0.5) 0%, rgba(163, 163, 163, 0.5) 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80474747", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.steps.stepTwo .wrap .stepStage {
  padding-left: 208px;
}
.steps.stepTwo .wrap .stepStage a:first-child {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 23px;
}
.steps.stepTwo .wrap .stepStage a.active:before {
  content: "";
  background-image: url("../images/steps/stage/stage2.svg");
}
.steps.stepTwo .wrap header h2 {
  color: #346789;
}
.steps.stepTwo .wrap .list ul li:before {
  background-position: -910px -80px;
}
.steps.stepTwo .wrap .intro:before {
  background-color: #346789;
}
.steps.stepTwo .wrap .options button.active {
  background-color: #346789;
}
.steps.stepTwo .wrap .accordions .accordion.open .wrap button {
  background-color: rgba(153, 179, 196, 0.5);
}
.steps.stepTwo .wrap .accordions .accordion .content .downloads a {
  border: 1px solid #99b3c4;
}
.steps.stepTwo .wrap .accordions .accordion .content .downloads a:hover {
  background-color: rgba(153, 179, 196, 0.1);
}
.steps.stepTwo .wrap .accordions .accordion .content .downloads a:after {
  background-position: -940px -130px;
}
.steps.stepTwo .wrap form .input {
  border-bottom: 1px solid #99b3c4;
}
.steps.stepTwo .wrap form .input input {
  border-color: #99b3c4;
}
.steps.stepThree .wrap .stepStage {
  padding-left: 208px;
}
.steps.stepThree .wrap .stepStage a:first-child {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 23px;
}
.steps.stepThree .wrap .stepStage a:nth-of-type(2) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -100px;
}
.steps.stepThree .wrap .stepStage a.active:before {
  content: "";
  background-image: url("../images/steps/stage/stage3.svg");
}
.steps.stepThree .wrap header h2 {
  color: #f2ad37;
}
.steps.stepThree .wrap .list ul li:before {
  background-position: -950px -80px;
}
.steps.stepThree .wrap .intro:before {
  background-color: #f2ad37;
}
.steps.stepThree .wrap .options button.active {
  background-color: #f2ad37;
}
.steps.stepThree .wrap .accordions .accordion.open .wrap button {
  background-color: rgba(249, 211, 152, 0.5);
}
.steps.stepThree .wrap .accordions .accordion .content .downloads a {
  border: 1px solid #f9d398;
}
.steps.stepThree .wrap .accordions .accordion .content .downloads a:hover {
  background-color: rgba(249, 211, 152, 0.1);
}
.steps.stepThree .wrap .accordions .accordion .content .downloads a:after {
  background-position: -900px -184px;
}
.steps.stepThree .wrap form .input {
  border-bottom: 1px solid #f9d398;
}
.steps.stepThree .wrap form .input input {
  border-color: #f9d398;
}
.steps.stepFour .wrap .stepStage {
  padding-left: 140px;
}
.steps.stepFour .wrap .stepStage a:first-child {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: 23px;
}
.steps.stepFour .wrap .stepStage a:nth-of-type(2) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -150px;
}
.steps.stepFour .wrap .stepStage a:nth-of-type(3) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -100px;
}
.steps.stepFour .wrap .stepStage a.active:before {
  background-image: url("../images/steps/stage/stage4.svg");
}
.steps.stepFour .wrap header h2 {
  color: #5ca2a1;
}
.steps.stepFour .wrap .list ul li:before {
  background-position: -760px -180px;
}
.steps.stepFour .wrap .intro:before {
  background-color: #5ca2a1;
}
.steps.stepFour .wrap .options button.active {
  background-color: #5ca2a1;
}
.steps.stepFour .wrap .accordions .accordion.open .wrap button {
  background-color: rgba(173, 208, 208, 0.5);
}
.steps.stepFour .wrap .accordions .accordion .content .downloads a {
  border: 1px solid #add0d0;
}
.steps.stepFour .wrap .accordions .accordion .content .downloads a:hover {
  background-color: rgba(173, 208, 208, 0.1);
}
.steps.stepFour .wrap .accordions .accordion .content .downloads a:after {
  background-position: -940px -190px;
}
.steps.stepFour .wrap form .input {
  border-bottom: 1px solid #add0d0;
}
.steps.stepFour .wrap form .input input {
  border-color: #add0d0;
}
.steps.stepFive .wrap .stepStage {
  padding-left: 140px;
}
.steps.stepFive .wrap .stepStage a:first-child {
  position: absolute;
  left: 50%;
  margin-left: -250px;
  top: 23px;
}
.steps.stepFive .wrap .stepStage a:nth-of-type(2) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -200px;
}
.steps.stepFive .wrap .stepStage a:nth-of-type(3) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -150px;
}
.steps.stepFive .wrap .stepStage a:nth-of-type(4) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -100px;
}
.steps.stepFive .wrap .stepStage a.active:before {
  background-image: url("../images/steps/stage/stage5.svg");
}
.steps.stepFive .wrap header h2 {
  color: #90527d;
}
.steps.stepFive .wrap .list ul li:before {
  background-position: -760px -220px;
}
.steps.stepFive .wrap .intro:before {
  background-color: #90527d;
}
.steps.stepFive .wrap .options button.active {
  background-color: #90527d;
}
.steps.stepFive .wrap .accordions .accordion.open .wrap button {
  background-color: rgba(173, 208, 208, 0.5);
}
.steps.stepFive .wrap .accordions .accordion .content .downloads a {
  border: 1px solid #add0d0;
}
.steps.stepFive .wrap .accordions .accordion .content .downloads a:hover {
  background-color: rgba(173, 208, 208, 0.1);
}
.steps.stepFive .wrap .accordions .accordion .content .downloads a:after {
  background-position: -940px -190px;
}
.steps.stepFive .wrap form .input {
  border-bottom: 1px solid #add0d0;
}
.steps.stepFive .wrap form .input input {
  border-color: #add0d0;
}
.steps .wrap .stepStage {
  white-space: nowrap;
  overflow: auto;
  margin-bottom: 60px;
  text-align: center;
  height: 80px;
  padding-left: 200px;
  padding-top: 23px;
  position: relative;
}
.steps .wrap .stepStage a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 2px solid #dadada;
  border-radius: 50%;
  color: #dadada;
  font-weight: 600;
  text-align: center;
  font-size: 1.125rem;
  padding-top: 6px;
  position: relative;
}
.steps .wrap .stepStage a.active {
  font-size: 1.875rem;
  border: 0;
  padding-top: 0;
  margin: 0;
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.steps .wrap .stepStage a.active:before {
  content: "";
  background-image: url("../images/steps/stage/stage1.svg");
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
}
.steps .wrap .stepStage a + a {
  margin-left: 20px;
}
.steps .wrap header {
  text-align: center;
  margin-bottom: 54px;
}
.steps .wrap header h2 {
  color: #ea6525;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
.steps .wrap header h3 {
  font-size: 1.56rem;
  font-weight: 300;
}
.steps .wrap .list {
  margin: 0 10px;
  border-radius: 9px;
  background-color: rgba(72, 72, 72, 0.05);
  padding: 25px 40px 25px 8px;
}
.steps .wrap .list + .list {
  margin-top: 15px;
}
.steps .wrap .list h3 {
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 56px;
  padding-bottom: 10px;
}
.steps .wrap .list ul li {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
  position: relative;
  padding-left: 56px;
}
.steps .wrap .list ul li + li {
  margin-top: 10px;
}
.steps .wrap .list ul li:before {
  content: "";
  background-position: -860px -80px;
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.steps .wrap .intro {
  text-align: center;
  margin: 30px 20px 80px 20px;
  position: relative;
}
.steps .wrap .intro:before {
  content: "";
  background-color: #ea6525;
  width: 4px;
  height: 58px;
  display: block;
  margin: 0 auto 34px auto;
}
.steps .wrap .intro h3 {
  font-weight: 600;
  font-size: 1.25rem;
  padding-bottom: 32px;
}
.steps .wrap .intro p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.steps .wrap .intro p + p {
  margin-top: 25px;
}
.steps .wrap .options + .accordions {
  margin-top: 50px;
}
.steps .wrap .options h3 {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  padding-bottom: 40px;
}
.steps .wrap .options button {
  height: 55px;
  border-radius: 28px;
  padding: 0 34px;
  text-align: center;
  display: block;
  font-size: 1rem;
  background-color: #474748;
  color: white;
  line-height: 55px;
  margin: 0 auto;
  width: 260px;
  padding: 0;
  margin: 0 auto;
}
.steps .wrap .options button.active {
  background-color: #ea6525;
  color: white;
}
.steps .wrap .options button + button {
  margin-top: 12px;
}
.steps .wrap .accordions {
  margin-top: 90px;
  margin-bottom: 0;
  display: none;
}
.steps .wrap .accordions.show {
  display: block;
}
.steps .wrap .accordions .accordion {
  margin-bottom: 0;
}
.steps .wrap .accordions .accordion.open button {
  background-color: rgba(234, 101, 37, 0.1);
}
.steps .wrap .accordions .accordion:last-of-type .content {
  padding-bottom: 0;
}
.steps .wrap .accordions .accordion .content {
  padding-bottom: 70px;
}
.steps .wrap .accordions .accordion .content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.steps .wrap .accordions .accordion + .accordion {
  margin-top: 1px;
}
.steps .wrap .accordions.facesheets button {
  display: none;
}
.steps .wrap form {
  margin-top: 50px;
  margin-bottom: 70px;
}
.steps .wrap form .input {
  position: relative;
  font-weight: 400;
  border-bottom: 1px solid #f2a37c;
  padding-bottom: 25px;
  line-height: 1.3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 12px;
}
.steps .wrap form .input input {
  width: 42px;
  height: 42px;
  border: 4px solid #f2a37c;
  float: left;
}
.steps .wrap form .input input:checked ~ span {
  display: block;
}
.steps .wrap form .input span {
  display: block;
  background-position: -780px -70px;
  width: 31px;
  height: 24px;
  position: absolute;
  top: 18px;
  left: 18px;
  display: none;
  pointer-events: none;
}
.steps .wrap form .input label {
  width: 240px;
  position: relative;
  left: 20px;
  display: block;
  float: left;
}

.stepCycle {
  margin-top: 50px;
}
.stepCycle .wrap {
  width: 300px;
  margin: 0 auto;
}
.stepCycle .wrap .circle {
  position: relative;
}
.stepCycle .wrap .circle .step {
  position: absolute;
}
.stepCycle .wrap .circle .step figure {
  width: 90px;
  opacity: 0;
  height: 0;
}
.stepCycle .wrap .circle .step .text {
  width: 100px;
}
.stepCycle .wrap .circle .step .text:after {
  content: "";
  background-position: -710px -140px;
  width: 20px;
  height: 16px;
  display: block;
}
.stepCycle .wrap .circle .step .text h3, .stepCycle .wrap .circle .step .text p {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
}
.stepCycle .wrap .circle .step.step1 {
  top: 4px;
  right: -15px;
}
.stepCycle .wrap .circle .step.step1 figure {
  width: 89px;
}
.stepCycle .wrap .circle .step.step1 .text h3 {
  color: #ea6525;
}
.stepCycle .wrap .circle .step.step2 {
  top: 208px;
  right: -33px;
}
.stepCycle .wrap .circle .step.step2 figure {
  width: 50px;
}
.stepCycle .wrap .circle .step.step2 .text:after {
  background-position: -710px -160px;
}
.stepCycle .wrap .circle .step.step2 .text h3 {
  color: #346789;
}
.stepCycle .wrap .circle .step.step3 {
  top: auto;
  bottom: 0;
  left: 142px;
  right: auto;
}
.stepCycle .wrap .circle .step.step3 figure {
  width: 50px;
}
.stepCycle .wrap .circle .step.step3 .text:after {
  background-position: -710px -180px;
}
.stepCycle .wrap .circle .step.step3 .text h3 {
  color: #f2ad37;
}
.stepCycle .wrap .circle .step.step4 {
  top: 200px;
  right: auto;
  left: 0;
}
.stepCycle .wrap .circle .step.step4 figure {
  width: 50px;
}
.stepCycle .wrap .circle .step.step4 .text:after {
  background-position: -710px -200px;
}
.stepCycle .wrap .circle .step.step4 .text h3 {
  color: #5ca2a1;
}
.stepCycle .wrap .circle .step.step5 {
  top: -5px;
  right: auto;
  left: 0;
}
.stepCycle .wrap .circle .step.step5 figure {
  width: 50px;
}
.stepCycle .wrap .circle .step.step5 .text:after {
  background-position: -710px -220px;
}
.stepCycle .wrap .circle .step.step5 .text h3 {
  color: #90527d;
}

.boxes {
  margin-bottom: 50px;
}
.boxes .wrap {
  margin: 0 20px;
}
.boxes .wrap h2 {
  font-weight: 600;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 100px;
}
.boxes .wrap .cols .col figure {
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
}
.boxes .wrap .cols .col .content {
  padding: 36px 0;
}
.boxes .wrap .cols .col .content h3 {
  padding-bottom: 12px;
}
.boxes .wrap .cols .col .content p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.boxes .wrap .cols .col .content span {
  color: #69c9d7;
  font-weight: 700;
  display: block;
  position: relative;
  padding-left: 50px;
  margin-top: 35px;
}
.boxes .wrap .cols .col .content span:before {
  content: "";
  background-position: -760px -270px;
  width: 37px;
  height: 37px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0;
}

footer {
  background-color: #484848;
  padding: 70px 0 0 0;
}
footer .wrap figure {
  width: 100px;
  margin: 0 auto;
}
footer .wrap figure:last-of-type {
  width: 150px;
}
footer .wrap p {
  padding: 30px 0 70px 0;
  color: white;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}
footer .wrap nav {
  margin-top: 24px;
  padding: 16px 0;
  border-top: 3px solid #6b6b6b;
  text-align: center;
}
footer .wrap nav a {
  color: white;
  display: block;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
}
footer .wrap nav a + a:before {
  content: "|";
  color: white;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (min-width: 375px) and (max-width: 520px) {
  .steps.stepTwo .wrap .stepStage {
    padding-left: 230px;
  }
  .steps .wrap .stepStage {
    padding-left: 250px;
  }
}
@media screen and (min-width: 521px) and (max-width: 1024px) {
  .steps.stepTwo .wrap .stepStage {
    padding-left: 250px;
  }
  .steps .wrap .stepStage {
    padding-left: 300px;
  }
}

/*# sourceMappingURL=mobile.css.map */
