.boxes .wrap .cols:after, .twoCols .wrap:after, .textPanel .wrap .climateChange .hold .cols:after, .textPanel.blueBg .wrap .cols:after, .textPanel.blueBg .wrap .graphics:after, .scrollingHeader .wrap:after {
  content: "";
  display: block;
  clear: both;
}

.steps .wrap .list, .twoCols .wrap .col .content, header[role=banner] .wrap .back {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

header[role=banner] .wrap nav a:after, header[role=banner] .wrap .back span, header[role=banner] .wrap .back:before, .scrollingHeader .wrap h1 {
  background-image: url("../sprites/sprite.svg");
  background-size: 1000px 1000px;
  font-size: 20px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

body {
  padding-top: 0;
}

.scrollingHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  background-color: white;
  -webkit-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  transform: translateY(-160px);
  -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;
}
.scrollingHeader.show {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.scrollingHeader .wrap {
  padding-top: 24px;
  width: 940px;
  margin: 0 auto;
}
.scrollingHeader .wrap h1 {
  text-indent: -9999px;
  background-position: -10px -352px;
  width: 179px;
  height: 64px;
  float: left;
  margin-bottom: 20px a;
  margin-bottom-width: 100%;
  margin-bottom-height: 100%;
  margin-bottom-display: block;
}
.scrollingHeader .wrap nav {
  float: right;
  padding-top: 5px;
}
.scrollingHeader .wrap nav ul {
  padding-top: 12px;
}
.scrollingHeader .wrap nav ul li {
  font-size: 1.25rem;
  display: inline-block;
}
.scrollingHeader .wrap nav ul li a.active {
  font-weight: 700;
}
.scrollingHeader .wrap nav ul li + li {
  margin-left: 40px;
}
.scrollingHeader .wrap nav ul li ul {
  position: absolute;
  background-color: rgba(72, 72, 72, 0.05);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 0 20px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.scrollingHeader .wrap nav ul li ul li {
  font-size: 1.125rem;
  font-weight: 300;
}
.scrollingHeader .wrap nav ul li ul li a.active {
  font-weight: 600;
}

header[role=banner] {
  position: relative;
  padding-top: 54px;
}
header[role=banner] .wrap h1 {
  background-position: -20px -20px;
  width: 310px;
  height: 106px;
  margin: 0 auto 40px auto;
}
header[role=banner] .wrap .back {
  background-image: url("../images/triangle.svg");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: 0.875rem;
  padding-top: 108px;
  padding: 105px 0 0 58px;
}
header[role=banner] .wrap .back:before {
  content: "";
  background-position: -670px -20px;
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  top: 102px;
  left: 32px;
}
header[role=banner] .wrap .back span {
  text-indent: -9999px;
  display: block;
  background-position: -500px -20px;
  width: 125px;
  height: 51px;
  position: absolute;
  top: 32px;
  left: 32px;
}
header[role=banner] .wrap nav {
  border-top: 2px solid rgba(71, 71, 72, 0.05);
  padding: 26px 0;
  text-align: center;
}
header[role=banner] .wrap nav a {
  display: inline-block;
  font-size: 1.5rem;
  padding-right: 34px;
  position: relative;
  color: #474747;
}
header[role=banner] .wrap nav a + a {
  margin-left: 44px;
}
header[role=banner] .wrap nav a:last-of-type:after {
  display: none;
}
header[role=banner] .wrap nav a.active {
  font-weight: 700;
}
header[role=banner] .wrap nav a:after {
  content: "";
  background-position: -650px -20px;
  width: 13px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  right: 0;
}

.additionalNav {
  background-color: #f7f7f7;
  padding: 16px 0;
  -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;
}
.additionalNav.fix {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.additionalNav ul {
  text-align: center;
}
.additionalNav ul li {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 300;
  color: #474747;
}
.additionalNav ul li.active {
  font-weight: 700;
}
.additionalNav ul li + li {
  margin-left: 50px;
}

.textPanel {
  padding: 130px 0;
}
.textPanel.textPanelTwo {
  padding-top: 90px;
}
.textPanel.blueBg {
  padding: 80px 0 100px 0;
}
.textPanel.blueBg .wrap {
  margin: 0 auto;
}
.textPanel.blueBg .wrap h3 {
  font-size: 1.875rem;
  line-height: 1.3;
}
.textPanel.blueBg .wrap h2 + h3 {
  margin-top: 70px;
}
.textPanel.blueBg .wrap .graphics {
  width: 400px;
  margin: 6px auto 20px auto;
}
.textPanel.blueBg .wrap .graphics figure.desktop {
  width: 170px;
  margin: 0 auto;
  float: left;
}
.textPanel.blueBg .wrap .graphics figure.desktop + figure {
  float: right;
  width: 160px;
}
.textPanel.blueBg .wrap .cols {
  width: 620px;
  margin: 0 auto;
  position: relative;
}
.textPanel.blueBg .wrap .cols span {
  font-size: 2.8125rem;
  padding: 0;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.textPanel.blueBg .wrap .cols .col {
  float: left;
}
.textPanel.blueBg .wrap .cols .col:nth-of-type(2) {
  float: right;
}
.textPanel.blueBg .wrap .cols .col h4 {
  font-size: 1.25rem;
  padding-bottom: 44px;
}
.textPanel.blueBg .wrap .cols .col p + h5 {
  margin-top: 54px;
}
.textPanel.blueBg .wrap .cols .col p {
  line-height: 1.2;
  width: 220px;
}
.textPanel .wrap {
  width: 940px;
}
.textPanel .wrap h2 {
  font-size: 2.8125rem;
  width: 532px;
}
.textPanel .wrap figure {
  width: 160px;
  margin: 8px auto 50px auto;
}
.textPanel .wrap .link {
  padding: 0 58px;
  font-size: 1.125rem;
  margin-top: 50px;
  max-width: 370px;
}
.textPanel .wrap p {
  font-size: 1.25rem;
  line-height: 1.7;
  max-width: 750px;
  margin: 0 auto;
}
.textPanel .wrap p + p {
  margin-top: 38px;
}
.textPanel .wrap .climateChange {
  width: 900px;
  margin: -50px auto 0 auto;
}
.textPanel .wrap .climateChange > p {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.textPanel .wrap .climateChange .hold {
  position: relative;
  width: 830px;
  margin: 0 auto;
}
.textPanel .wrap .climateChange .hold h2 {
  font-size: 1.5625rem;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -180px;
}
.textPanel .wrap .climateChange .hold .cols .col {
  float: left;
  width: auto;
  margin-left: 46px;
}
.textPanel .wrap .climateChange .hold .cols .col + .col {
  float: right;
  margin-right: 56px;
  margin-left: 0;
}
.textPanel .wrap .climateChange .hold .cols .col + .col p {
  left: auto;
  right: 20px;
}
.textPanel .wrap .climateChange .hold .cols .col h5 {
  font-size: 1.25rem;
  padding-bottom: 40px;
}
.textPanel .wrap .climateChange .hold .cols .col p {
  width: 140px;
  margin: 0 auto;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 20px;
}
.textPanel .wrap .climateChange .hold figure:first-of-type {
  -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;
  -webkit-animation: 3s linear forwards infinite move;
  animation: 3s linear forwards infinite move;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@keyframes move {
  0% {
    -webkit-transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
.textPanel .wrap .climateChange .hold figure {
  width: 830px;
  margin: 0 auto;
}
.textPanel .wrap .climateChange .hold figure + figure {
  width: 250px;
  margin-bottom: 70px;
}

.videoPanel .hold button {
  width: 100px;
  height: 100px;
  margin-top: 50px;
}
.videoPanel p {
  width: 940px;
  font-size: 1.25rem;
  line-height: 1.7;
}

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

.twoCols.v2 .wrap .col .content {
  padding: 0 70px;
}
.twoCols.v2 .wrap .col .content h2 {
  font-size: 1.875rem;
}
.twoCols.v2 .wrap .col .content p {
  width: 370px;
}
.twoCols .wrap .col {
  position: relative;
  padding-top: 45%;
  float: left;
  width: 50%;
}
.twoCols .wrap .col.imageCol {
  padding-top: 45%;
}
.twoCols .wrap .col.imageCol h2 {
  font-size: 1.875rem;
}
.twoCols .wrap .col .content {
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  padding: 0 70px;
  width: 100%;
}
.twoCols .wrap .col .content h2 {
  font-size: 2.8125rem;
  text-align: left;
  margin-bottom: 25px;
}
.twoCols .wrap .col .content p + ul {
  margin-top: 14px;
}
.twoCols .wrap .col .content p, .twoCols .wrap .col .content li {
  font-size: 1.25rem;
  line-height: 1.7;
  line-height: 1.5;
  font-size: 1.125rem;
}
.twoCols .wrap .col .content ul + p {
  margin-top: 40px;
}
.twoCols .wrap .col .content ul li:before {
  top: 12px;
}
.twoCols .wrap .col .content ul li + li {
  margin-top: 10px;
}

.circleGrid.circleGridTwo .wrap ul li p {
  height: 54px;
}
.circleGrid .link {
  padding: 0 58px;
  font-size: 1.125rem;
  padding: 0;
  width: 260px;
  margin: 68px auto 0 auto;
  -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;
}
.circleGrid .link:hover {
  opacity: 0.6;
}
.circleGrid .link.orange {
  background-color: #ea6525;
  margin-top: 40px;
}
.circleGrid .link.orange:hover {
  opacity: 1;
}
.circleGrid .wrap {
  width: 820px;
}
.circleGrid .wrap h3 {
  margin-bottom: 70px;
  font-size: 1.875rem;
  padding: 0;
}
.circleGrid .wrap ul li figure:after {
  margin-left: 110px;
}

.accordion.open .wrap button:after {
  background-position: -780px -20px;
  width: 31px;
  height: 4px;
  margin-top: -2px;
}
.accordion .wrap {
  width: 940px;
}
.accordion .wrap button {
  font-size: 1.875rem;
  height: 85px;
  padding: 0 90px;
}
.accordion .wrap button:after {
  background-position: -730px -20px;
  width: 31px;
  height: 31px;
  margin-top: -15px;
  right: 24px;
}
.accordion .content {
  padding: 80px 90px 40px 90px;
}
.accordion .content figure {
  display: inline-block;
  width: 200px;
}
.accordion .content figure + figure {
  margin-top: 0;
  margin-left: 20px;
}
.accordion .content p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-top: 23px !important;
}
.accordion .content figure + p {
  margin-top: 24px !important;
}
.accordion .content .download, .accordion .content .downloads, .accordion .content .yourArea {
  padding: 27px 100px 27px 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.accordion .content .download:after, .accordion .content .downloads:after, .accordion .content .yourArea:after {
  right: 30px;
  height: 40px;
  width: 28px;
  margin-top: -20px;
}
.accordion .content .yourArea:after {
  background-position: -760px -130px;
  width: 37px;
  height: 37px;
}
.accordion .content .downloads a {
  padding: 27px 100px 27px 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.accordion .content .downloads a:after {
  right: 30px;
  height: 40px;
  width: 28px;
  margin-top: -20px;
}
.accordion .content .downloads a h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
.accordion .content ul {
  margin-top: 20px;
}
.accordion .content ul li {
  font-size: 1.25rem;
  line-height: 1.7;
  padding: 20px 80px 20px 0;
  border-bottom: 1px solid rgba(234, 101, 37, 0.5);
}

.steps {
  padding-top: 120px;
}
.steps.stepTwo .wrap .stepStage {
  padding-left: 270px;
}
.steps.stepTwo .wrap .accordions .accordion .content .downloads a:after {
  background-position: -860px -190px;
}
.steps.stepThree .wrap .stepStage {
  padding-left: 208px;
}
.steps.stepThree .wrap .stepStage a:first-child {
  margin-left: -160px;
}
.steps.stepThree .wrap .accordions .accordion .content .downloads a:after {
  background-position: -860px -250px;
}
.steps.stepFour .wrap .stepStage {
  padding-left: 140px;
}
.steps.stepFour .wrap .stepStage a:first-child {
  margin-left: -220px;
}
.steps.stepFour .wrap .stepStage a:nth-of-type(2) {
  margin-left: -160px;
}
.steps.stepFour .wrap .stepStage a.active:before {
  background-image: url("../images/steps/stage/stage4.svg");
}
.steps.stepFour .wrap .accordions .accordion .content .downloads a:after {
  background-position: -860px -300px;
}
.steps.stepFive .wrap .stepStage {
  padding-left: 140px;
}
.steps.stepFive .wrap .stepStage a:first-child {
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 23px;
}
.steps.stepFive .wrap .stepStage a:nth-of-type(2) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -235px;
}
.steps.stepFive .wrap .stepStage a:nth-of-type(3) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -170px;
}
.steps.stepFive .wrap .stepStage a:nth-of-type(4) {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -100px;
}
.steps .wrap .stepStage {
  padding-left: 330px;
}
.steps .wrap .stepStage a + a {
  margin-left: 28px;
}
.steps .wrap header {
  margin-bottom: 70px;
}
.steps .wrap header h2 {
  font-size: 1.125rem;
  padding-bottom: 10px;
}
.steps .wrap header h3 {
  font-size: 4.0625rem;
}
.steps .wrap .list {
  width: 780px;
  margin: 0 auto;
  padding: 35px 30px;
}
.steps .wrap .list h3 {
  font-size: 1.56rem;
}
.steps .wrap .list ul li {
  font-size: 1.25rem;
  line-height: 1.7;
  font-size: 1.125rem;
}
.steps .wrap .intro {
  width: 740px;
  margin: 16px auto 100px auto;
}
.steps .wrap .intro h3 {
  font-size: 1.875rem;
}
.steps .wrap .intro p {
  font-size: 1.25rem;
  line-height: 1.7;
}
.steps .wrap .options {
  text-align: center;
}
.steps .wrap .options h3 {
  font-size: 1.875rem;
}
.steps .wrap .options button {
  padding: 0 58px;
  font-size: 1.125rem;
  padding: 0;
  display: inline-block;
}
.steps .wrap .options button + button {
  margin-top: 0;
  margin-left: 12px;
}
.steps .wrap .accordions {
  width: 780px;
  margin: 100px auto 120px auto;
}
.steps .wrap .accordions .accordion {
  margin-bottom: 0;
}
.steps .wrap .accordions .accordion .content {
  padding: 80px 25px;
}
.steps .wrap .accordions .accordion .content h3 {
  font-size: 1.56rem;
  line-height: 1.4;
}
.steps .wrap .accordions .accordion .wrap {
  width: auto;
}
.steps .wrap .accordions .accordion .wrap button {
  padding-left: 30px;
}
.steps .wrap .accordions .accordion + .accordion {
  margin-top: 1px;
}
.steps .wrap form {
  margin-top: 50px;
  margin-bottom: 70px;
}
.steps .wrap form .input {
  line-height: 1.3;
}
.steps .wrap form .input span {
  top: 10px;
  left: 17px;
}
.steps .wrap form .input label {
  width: 100%;
}

.stepCycle {
  margin-top: 150px;
  margin-bottom: 50px;
}
.stepCycle .wrap {
  width: 800px;
}
.stepCycle .wrap .circle {
  width: 600px;
  margin: 0 auto;
}
.stepCycle .wrap .circle .step {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
.stepCycle .wrap .circle .step a {
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
}
.stepCycle .wrap .circle .step a:before {
  content: "";
  width: 272px;
  height: 187px;
  display: block;
  position: absolute;
  top: 0;
  left: -139px;
}
.stepCycle .wrap .circle .step:hover figure {
  opacity: 1;
  height: 100%;
}
.stepCycle .wrap .circle .step:hover .text:after {
  opacity: 1;
}
.stepCycle .wrap .circle .step figure {
  width: 227px;
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: opacity;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: opacity;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: opacity;
}
.stepCycle .wrap .circle .step .text {
  width: 160px;
}
.stepCycle .wrap .circle .step .text:after {
  content: "";
  background-position: -660px -140px;
  width: 32px;
  height: 26px;
  margin-top: 3px;
  opacity: 0;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: opacity;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: opacity;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: opacity;
}
.stepCycle .wrap .circle .step .text h3, .stepCycle .wrap .circle .step .text p {
  font-size: 1.25rem;
  line-height: 1.3;
}
.stepCycle .wrap .circle .step.step1 {
  top: -39px;
  right: -15px;
}
.stepCycle .wrap .circle .step.step1 figure {
  width: 230px;
  top: 82px;
  left: -176px;
}
.stepCycle .wrap .circle .step.step2 {
  top: 236px;
  right: -170px;
}
.stepCycle .wrap .circle .step.step2 a:before {
  width: 272px;
  height: 187px;
  top: -32px;
  left: -139px;
}
.stepCycle .wrap .circle .step.step2 figure {
  right: 224px;
  left: auto;
  top: -78px;
  width: 96px;
}
.stepCycle .wrap .circle .step.step2 .text:after {
  background-position: -660px -170px;
}
.stepCycle .wrap .circle .step.step3 {
  top: auto;
  bottom: -63px;
  left: auto;
  right: 10px;
}
.stepCycle .wrap .circle .step.step3 a:before {
  top: -87px;
  left: -175px;
}
.stepCycle .wrap .circle .step.step3 figure {
  width: 255px;
  top: -134px;
  left: -192px;
}
.stepCycle .wrap .circle .step.step3 .text:after {
  background-position: -660px -200px;
}
.stepCycle .wrap .circle .step.step4 {
  top: 340px;
  right: auto;
  left: -14px;
}
.stepCycle .wrap .circle .step.step4 figure {
  width: 163px;
  top: -114px;
  left: 120px;
}
.stepCycle .wrap .circle .step.step4 .text:after {
  background-position: -660px -230px;
}
.stepCycle .wrap .circle .step.step5 {
  top: -5px;
  right: auto;
  left: 0;
}
.stepCycle .wrap .circle .step.step5 figure {
  width: 198px;
  top: 66px;
  left: 115px;
}
.stepCycle .wrap .circle .step.step5 .text:after {
  background-position: -660px -260px;
}

.boxes {
  margin-bottom: 120px;
}
.boxes .wrap {
  margin: 0 auto;
  width: 940px;
}
.boxes .wrap h2 {
  font-size: 1.875rem;
  padding-bottom: 112px;
}
.boxes .wrap .cols .col {
  width: -moz-calc(50% - 40px);
  width: -o-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
  width: calc(50% - 40px);
  float: left;
  margin-bottom: 80px;
}
.boxes .wrap .cols .col:nth-of-type(2n + 1) {
  clear: both;
}
.boxes .wrap .cols .col:nth-of-type(2n + 2) {
  margin-left: 80px;
}
.boxes .wrap .cols .col .content {
  padding-bottom: 0;
}
.boxes .wrap .cols .col .content h3 {
  padding-bottom: 12px;
  font-size: 1.25rem;
}
.boxes .wrap .cols .col .content p {
  font-size: 1.25rem;
  line-height: 1.7;
  font-size: 1.125rem;
}
.boxes .wrap .cols .col .content span {
  padding-left: 55px;
  margin-top: 40px;
  font-size: 1.125rem;
}

footer {
  position: relative;
}
footer .wrap {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
footer .wrap nav {
  border-top: 0;
  position: relative;
}
footer .wrap nav:before {
  content: "";
  background-color: white;
  height: 2px;
  width: 100vw;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
}

@media only screen and (min-width: 1200px) {
  .twoCols .wrap .col .content p {
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

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