.main-content * {
  box-sizing: border-box;
}

/* webkit specific styles */

.main-content input[type="color"]::-webkit-color-swatch {
  border: none;
}

.main-content input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.main-content select>option:hover {
  background-color: red;
}

.main-content input:focus {
  outline: none;
}

/* ul, ol {
  list-style-type: none; } */

/* generated with grunt-sass-globbing */

/* generated with grunt-sass-globbing */

/* generated with grunt-sass-globbing */

/* generated with grunt-sass-globbing */

.main-content *, .main-content *:after, .main-content *:before {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  border: 0;
  box-sizing: inherit;
  font-size: 100%;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  vertical-align: baseline;
}

.main-content * {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
}

.main-content * {
  box-sizing: border-box;
}

.main-content * {
  font-size: 1.6rem;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
}

.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: inherit;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  text-rendering: optimizelegibility;
}

.main-content a {
  transition: color 500ms cubic-bezier(0.42, 0, 0.58, 1);
  color: #008ada;
}

/* generated with grunt-sass-globbing */

.main-content .module {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}

.main-content .module:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .module .inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.main-content .module .inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* generated with grunt-sass-globbing */

.main-content .energy-needs {
  background-color: white;
  padding-top: 110px;
  padding-bottom: 0px;
}

.main-content .energy-needs__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
}

.main-content .energy-needs__content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .energy-needs__content--outer {
  display: table;
  height: 100%;
  width: 100%;
}

.main-content .energy-needs__content--inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.main-content .energy-needs__block {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.main-content .energy-needs__block:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .energy-needs__block.first {
  margin-bottom: 60px;
}

.main-content .energy-needs__block.first select {
  margin-bottom: 10px;
  border: 1px solid lightgrey;
  padding: 5px 15px 5px 15px;
}

.main-content .energy-needs__block.first select:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.main-content .energy-needs__slider {
  -webkit-box-shadow: inset 0px 0px 0px 1px lightgrey;
  -moz-box-shadow: inset 0px 0px 0px 1px lightgrey;
  box-shadow: inset 0px 0px 0px 1px lightgrey;
  display: block;
  float: left;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  width: calc(25% - 40px);
}

.main-content .energy-needs__slider:first-child {
  clear: left;
}

.main-content .energy-needs__slider:last-child {
  clear: right;
}

.main-content .energy-needs .error {
  /* wsmith: removed, placed in html. background-image: url(../../media/img/error.png); */
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 15px;
  font-size: 100%;
  font-size: 1rem;
  color: red;
  left: 0;
  position: absolute;
  top: 0;
}

.main-content .energy-needs h1 {
  font-size: 3.8rem;
  color: #000000;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .main-content .energy-needs h1 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 188%;
    font-size: 1.875rem;
  }
}

.main-content .energy-needs h2 {
  font-size: 250%;
  font-size: 2.5rem;
  color: grey;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 300;
  background: black;
  /* Paris changes */
  text-transform: uppercase;
  padding-top: 20px;
}

@media (max-width: 1023px) {
  .main-content .energy-needs h2 {
    font-size: 188%;
    font-size: 1.875rem;
  }
}

.main-content .energy-needs h2 input {
  width: 110%;
  text-align: center;
  background: black;
  color: white;
  font-size: 3rem;
}

.main-content .energy-needs h2 input::-ms-clear {
  display: none;
}

.main-content .energy-needs h2 span {
  font-size: 1.7rem;
  text-transform: none;
}

.main-content .energy-needs h2.error {
  /* wsmith: removed, placed in html. background-image: url(/media/img/error.png); */
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

.main-content .energy-needs p {
  font-size: 1.7rem;
  padding-bottom: 10px;
  background: black;
  color: grey;
}

.main-content .energy-needs .cta-block {
  font-size: 138%;
  font-size: 1.6rem;
  background: black;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  padding: 5px 30px 5px 30px;
  text-decoration: none;
  text-transform: uppercase;
  /* transition: all .5s ease-in-out; */
  margin-bottom: 30px;
  border: 1px solid black;
}

@media (max-width: 670px) {
  .main-content .energy-needs .cta-block {
    margin: 0 auto 30px;
  }
}

.main-content .energy-needs .cta-block:hover {
  background: #ffffff;
  color: #f7ae1f;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

@media (max-width: 670px) {
  .main-content .energy-needs .cta-block:hover {
    margin: 0 auto 30px;
  }
}

.main-content .energy-needs .pulse-test {
  clear: both;
  display: block;
  margin-bottom: 20px;
}

.main-content .energy-needs .pulse {
  animation-iteration-count: 2;
  animation-timing-function: linear;
  animation: pulse .5s;
}

@keyframes pulse {
  0% {
    background: #f7ae1f;
  }
  50% {
    background: #f7e520;
  }
  100% {
    background: #f7ae1f;
  }
}

@media (max-width: 1023px) {
  .main-content .energy-needs {
    padding: 100px 0 80px;
  }
  .main-content .energy-needs__block, .main-content .energy-needs h1, .main-content .energy-needs p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .main-content .energy-needs h2 {
    margin: 0 auto;
    overflow: hidden;
  }
  .main-content .energy-needs h2 input {
    left: -10%;
    position: relative;
    text-align: center;
    width: 120%;
  }
  .main-content .energy-needs__slider {
    float: none;
    margin-bottom: 40px;
    width: 35%;
    display: inline-block;
  }
  .main-content .energy-needs__slider:last-child {
    margin-bottom: 40px;
  }
  .main-content .energy-needs .cta-block {
    display: inline-block;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 670px) {
  .main-content .energy-needs__slider {
    width: 80%;
  }
}

.main-content .foot-notes {
  background-color: #e6e6e6;
  /* wsmith: removed, placed in html. background-image: url("../../media/img/background.jpg"); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 100px 0;
}

.main-content .foot-notes__content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
}

.main-content .foot-notes__content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .foot-notes__content--outer {
  display: table;
  height: 100%;
  width: 100%;
}

.main-content .foot-notes__content--inner {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.main-content .foot-notes ol li {
  font-size: 1.6rem;
  line-height: 28px;
  list-style-position: inside;
  list-style: url;
  margin-bottom: 20px;
}

.main-content .foot-notes ol li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .main-content .foot-notes {
    padding: 10%;
  }
}

.main-content .hero {
  background: black;
  /* wsmith: removed, placed in html. background-image: url(../../media/img/header.jpg); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0.5% 0;
}

.main-content .hero__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  padding: 100px 0px;
}

.main-content .hero__content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .hero__content--outer {
  display: table;
  height: 100%;
  width: 100%;
}

.main-content .hero__content--inner {
  display: table-cell;
  vertical-align: middle;
}

.main-content .hero h1 {
  /*font-size: 438%;*/
  font-size: 40px;
  letter-spacing: .8px;
  font-size: 2.75;
  color: white;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 56.355%;
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .main-content .hero h1 {
    font-size: 375%;
    font-size: 4.25rem;
  }
}

@media (max-width: 1023px) {
  .main-content .hero h1 {
    font-size: 282%;
    font-size: 3rem;
  }
}

.main-content .hero p {
  font-size: 138%;
  font-size: 1.6rem;
  letter-spacing: .8px;
  margin-bottom: 40px;
  color: white;
  font-weight: 900;
  width: 50%;
}

.main-content .hero p:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1400px) {
  .main-content .hero {
    height: auto;
    background: black;
    /* wsmith: removed, placed in html. background-image: url(../../media/img/header.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0;
  }
  .main-content .hero h1 {
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  .main-content .hero h1, .main-content .hero p {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .main-content .hero {
    background: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));/* wsmith: removed, placed in html. , url(../../media/img/header.jpg); */
    background-position: right;
    background-size: auto 100%;
    padding-bottom: 80px;
    padding-top: 60px;
  }
  .main-content .hero__content--inner {
    text-align: center;
  }
  .main-content .hero h1 {
    margin-left: auto;
    margin-right: auto;
    width: 81.333%;
  }
  .main-content .hero p {
    margin-left: auto;
    margin-right: auto;
    width: 81.333%;
  }
}

.main-content  {
  background-color: white;
}

.main-content .operating-costs, .main-content .results, .main-content .share {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: all .50s ease-in-out;
}


.main-content.calculated .operating-costs, .main-content.calculated .results, .main-content.calculated .share {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: all .50s ease-in-out;
}


.calculated .operating-costs {
	display: block;
	max-height: 1000px;
	overflow: visible;
	padding-top: 80px;
}

.calculated .results {
	display: block;
	max-height: 1000px;
	overflow: visible;
}

.calculated .share {
	display: block;
	max-height: 1000px;
	overflow: visible;
}

.main-content.calculated .results {
  transition-delay: .25s;
}

.main-content.calculated .share {
  transition-delay: .50s;
}

.main-content .operating-costs {
  overflow: hidden;
  position: relative;
  z-index: auto;
}

.main-content .operating-costs .module {
  max-width: 1180px;
  margin-left: auto;f
  margin-right: auto;
}

.main-content .operating-costs .module:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1023px) {
  .main-content .operating-costs .module {
    padding: 0 30px;
  }
}

.main-content .operating-costs h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 1023px) {
  .main-content .operating-costs h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.main-content .operating-costs h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .main-content .operating-costs h2 {
    font-size: 18px;
  }
}

.main-content .operating-costs .operating-costs__graph {
  width: 48.3870967742%;
  float: left;
  margin-right: 3.2258064516%;
  margin-right: 0;
}

.main-content .operating-costs .operating-costs__graph img {
  max-width: 100%;
}

@media (max-width: 1023px) {
  .main-content .operating-costs .operating-costs__graph {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.main-content .operating-costs .operating-costs__data {
  float: right;
  margin-right: 0;
  margin-left: 8.6021505376%;
  width: 39.7849462366%;
  float: left;
  margin-right: 3.2258064516%;
  background-color: white;
  margin-bottom: 70px;
  padding: 40px 50px;
  position: relative;
}

@media (max-width: 1023px) {
  .main-content .operating-costs .operating-costs__data {
    padding-top: 50px;
    margin-left: 0;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/* .operating-costs .operating-costs__data:after {
      bottom: 0;
      box-shadow: 0 0 100px rgba(0, 0, 0, 0.5);
      content: '';
      display: block;
      height: 30px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 60%;
      z-index: -1; } */

.main-content .operating-costs .operating-costs__date-line {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: left;
}

@media (max-width: 1023px) {
  .main-content .operating-costs .operating-costs__date-line {
    text-align: center;
  }
}

.main-content .operating-costs .operating-costs__data-value {
  color: #fbb726;
  font-weight: bold;
}

.main-content .operating-costs .operating-costs__email-cta {
  margin-right: 10px;
  font-size: 138%;
  font-size: 1.6rem;
  background: black;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
  border: 1px solid black;
}

@media (max-width: 670px) {
  .main-content .operating-costs .operating-costs__email-cta {
    margin: 0 auto;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

.main-content .operating-costs .operating-costs__email-cta:hover {
  background: #ffffff;
  color: #f7ae1f;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

@media (max-width: 670px) {
  .main-content .operating-costs .operating-costs__email-cta:hover {
    margin: 0 auto 30px;
  }
}

@media (max-width: 1023px) {
 /* .main-content .operating-costs {
    padding: 60px 0 90px;
  } */ 
  .main-content .operating-costs .operating-costs__data {
    padding: 50px;
    text-align: center;
  }
  .main-content .operating-costs .operating-costs__email-cta {
    margin: 0 auto;
    margin-right: 10px;
    margin-bottom: 12px;
  }
}

@media (max-width: 670px) {
  .main-content .operating-costs .operating-costs__date-line {
    font-size: 15px;
  }
}

.main-content .results {
  /* wsmith: removed, placed in html. background-image: url(../../media/img/results-bg.jpg); */
  background: black;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

/* .results:after {
    background-color: #f7f7f7;
    content: '';
    display: block;
    height: 84px;
    left: calc(50% - 42px);
    position: absolute;
    top: calc(0% - 42px);
    transform: rotateZ(45deg);
    width: 84px; } */

/* @media (max-width: 1023px) {
      .results:after {
        height: 44px;
        left: calc(50% - 22px);
        top: calc(0% - 22px);
        width: 44px; } } */

.main-content .results__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
}

.main-content .results__content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .results__content--outer {
  display: table;
  height: 100%;
  width: 100%;
}

.main-content .results__content--inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 40px;
}

.main-content .results__items {
  padding-bottom: 20px;
  clear: both;
  display: block;
  overflow: hidden;
}

.main-content .results__block {
  display: block;
  float: left;
  margin: 0 20px;
  overflow: hidden;
  width: calc(25% - 40px);
}

.main-content .results__block:first-child {
  clear: left;
}

.main-content .results__block:last-child {
  clear: right;
  margin-bottom: 40px;
}

.main-content .results h1 {
  font-size: 250%;
  font-size: 3rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  color: #ffffff;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .main-content .results h1 {
    font-size: 188%;
    font-size: 1.875rem;
  }
}

.main-content .results h2 {
  color: white;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 219%;
  font-size: 3srem;
}

.main-content .results hr {
  border: 1.3px solid grey;
  opacity: .2;
  background: grey;
}

@media (max-width: 1023px) {
  .main-content .results h2 {
    font-size: 188%;
    font-size: 1.875rem;
  }
}

.main-content .results h2 span {
  font-size: 125%;
  font-size: 1.25rem;
  text-transform: none;
}

.main-content .results p {
  font-size: 1.6rem;
  color: grey;
  margin-top: 8px;
}

.main-content .results input[type="checkbox"], .main-content .results input[type="radio"] {
  margin: 0 10px 0 0;
  line-height: normal;
  vertical-align: middle;
}

.main-content .results .cta-block {
  font-size: 138%;
  font-size: 1.375rem;
  background: #f7ae1f;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

@media (max-width: 670px) {
  .main-content .results .cta-block {
    margin: 0 auto 30px;
  }
}

@media (max-width: 1023px) {

  .main-content .results h1 {
    margin-left: auto;
    margin-right: auto;
    width: 81.333%;
  }
  .main-content .results__block {
    float: none;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    display: inline-block;
  }
  .main-content .results__block:last-child {
    margin-bottom: 40px;
  }
  .main-content .results p {
    margin-bottom: 0;
  }
  .main-content .results .cta-block {
    display: inline-block;
    margin: 0 auto 30px auto;
  }
}

.main-content .checkboxModel {
  padding-bottom: 40px;
}

.main-content .share {}

.main-content .share__content {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
}

.main-content .share__content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .share__content--outer {
  display: table;
  height: 100%;
  width: 100%;
}

.main-content .share__content--inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 40px;
}

.main-content .share__content--inner h1 {
  padding-top: 20px;
}

.main-content .share h1 {
  font-size: 250%;
  letter-spacing: .8px;
  font-size: 3rem;
  color: #ffffff;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .main-content .share h1 {
    font-size: 188%;
    font-size: 1.875rem;
  }
}

.main-content .share a {
  font-size: 100%;
  font-size: 1.6rem;
  background: black;
  color: white;
  letter-spacing: .8px;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
  border: 1px solid #ffffff;
  margin-right: 60px;
}

@media (max-width: 670px) {
  .main-content .share a {
    margin: 0 auto 30px;
  }
}

.main-content .share a:last-child {
  margin-right: 0;
}

.main-content .share a:hover {
  background: #f7ae1f;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .5s ease-in-out;
}

@media (max-width: 670px) {
  .main-content .share a:hover {
    margin: 0 auto 30px;
  }
}

@media (max-width: 1023px) {
  .main-content .share {
    height: auto;
  }
  .main-content .share__content--inner {
    padding: 0 10%;
  }
}

.main-content .touts {
  background-color: #ffffff;
  padding: 80px 0;
}

.main-content .touts__content {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
}

.main-content .touts__content:after {
  content: " ";
  display: block;
  clear: both;
}

.main-content .touts__content--outer {
  display: table;
  height: 100%;
  width: 100%;
}

.main-content .touts__content--inner {
  display: table-cell;
  vertical-align: middle;
}

.main-content .touts__block {
  width: calc(50% - 10px);
  display: block;
  overflow: hidden;
}

.main-content .touts__block:nth-child(odd) {
  float: left;
  clear: left;
}

.main-content .touts__block:nth-child(even) {
  float: right;
  clear: right;
}

.main-content .touts__block:nth-child(n+3) {
  margin-top: 20px;
}

.main-content .touts img {
  display: block;
  height: auto;
  margin-bottom: 40px;
  width: 100%;
}

.main-content .touts h2 {
  font-size: 163%;
  font-size: 2.6rem;
  color: #000000;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.main-content .touts p {
  font-size: 100%;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 38px;
}

.main-content .touts a {
  letter-spacing: 1.3px;
  font-size: 1.5rem;
  color: grey;
  display: block;
  font-family: "Roboto", Arial Black, Arial Bold, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s ease-in-out;
}

.main-content .touts a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .main-content .touts__content--inner {
    padding: 0 10%;
  }
  .main-content .touts__block {
    width: 100%;
    margin-bottom: 40px;
  }
  .main-content .touts__block:nth-child(odd) {
    float: none;
  }
  .main-content .touts__block:nth-child(even) {
    float: none;
  }
  .main-content .touts__block:last-child {
    margin-bottom: 0px;
  }
  .main-content .touts p {
    margin-bottom: 20px;
  }
}

@media (min-width: 670px) {
  .main-content .col-md-offset;
}