/* Generated by less 2.5.1 */
/*
Theme Name: Tracfone
Theme URI: 
Version: 1.0
Description:
Author: Basecraft
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
html {
  overflow-x: hidden;
}
html,
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
img.block {
  display: block;
  width: 100%;
}
table,
iframe {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vert-align-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.vert-align-middle > * {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.vert-align-bottom {
  display: table;
  width: 100%;
  height: 100%;
}
.vert-align-bottom > * {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
.vert-align-top {
  display: table;
  width: 100%;
  height: 100%;
}
.vert-align-top > * {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}
.wrapper {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .wrapper {
    padding: 0 15px;
  }
}
body {
  font-size: 14px;
  font-family: 'Lato', 'Arial', sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: white;
  background-color: #262626;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 12px;
  }
}
header {
  padding: 35px 0;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1000px) {
  header {
    padding: 0;
  }
  header .wrapper {
    padding: 0;
  }
}
header .header-logo {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1000px) {
  header .header-logo {
    float: none;
    margin-top: 20px;
  }
}
header .header-logo a {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #da4c4a;
}
@media only screen and (max-width: 1200px) {
  header .header-logo a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-logo a {
    text-align: center;
    font-size: 16px;
  }
}
header .header-logo img {
  float: left;
  width: 40px;
  margin-top: -10px;
  margin-right: 15px;
}
@media only screen and (max-width: 1000px) {
  header .header-logo img {
    width: 32px;
    margin-top: -4px;
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
}
header .header-menu {
  float: right;
}
@media only screen and (max-width: 1000px) {
  header .header-menu {
    float: none;
  }
}
header .header-menu .header-menu-text {
  float: left;
  padding: 10px 15px 10px 5px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  header .header-menu .header-menu-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-menu .header-menu-text {
    float: none;
    display: block;
    width: 100%;
    padding: 0.8em 5px;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    text-align: center;
    background-color: #323232;
  }
}
header .header-menu .header-menu-container {
  float: left;
  width: 42px;
  height: 42px;
  overflow: hidden;
  position: relative;
  border: 3px solid white;
  border-radius: 21px;
}
@media only screen and (max-width: 1000px) {
  header .header-menu .header-menu-container {
    float: none;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
  }
}
header .header-menu .header-menu-container.animate {
  transition: width 0.4s ease-in-out;
}
header .header-menu .header-menu-container .header-menu-toggle {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}
@media only screen and (max-width: 1000px) {
  header .header-menu .header-menu-container .header-menu-toggle {
    display: none;
  }
}
header .header-menu .header-menu-container .header-menu-toggle::before {
  content: '';
  display: block;
  height: 2px;
  width: 50%;
  position: absolute;
  left: 25%;
  right: 25%;
  top: 50%;
  margin-top: -1px;
  background-color: white;
}
header .header-menu .header-menu-container .header-menu-toggle::after {
  content: '';
  display: block;
  width: 2px;
  height: 50%;
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 50%;
  margin-left: -1px;
  background-color: white;
}
header .header-menu .header-menu-container .header-menu-nav {
  display: block;
  margin: 0;
  padding: 0 5px 0 0;
  list-style: none;
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  header .header-menu .header-menu-container .header-menu-nav {
    display: none;
    position: static;
  }
}
header .header-menu .header-menu-container .header-menu-nav li {
  float: left;
  display: block;
  height: 100%;
  margin-left: 10px;
  padding: 8px 5px;
}
header .header-menu .header-menu-container .header-menu-nav li.mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .header-menu .header-menu-container .header-menu-nav li.mobile {
    display: block;
  }
}
header .header-menu .header-menu-container .header-menu-nav li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 1200px) {
  header .header-menu .header-menu-container .header-menu-nav li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-menu.menu-open .header-menu-container {
    position: absolute;
    width: 100% !important;
    transition: none;
  }
}
header .header-menu.menu-open .header-menu-container .header-menu-toggle {
  transform: rotate(-225deg);
}
@media only screen and (max-width: 1000px) {
  header .header-menu.menu-open .header-menu-container .header-menu-nav {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  header .header-menu.menu-open .header-menu-container .header-menu-nav li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #323232;
  }
  header .header-menu.menu-open .header-menu-container .header-menu-nav li a {
    padding: 1em 5px;
    font-size: 18px;
    text-align: center;
    background-color: #424242;
  }
  header .header-menu.menu-open .header-menu-container .header-menu-nav li a:hover {
    background-color: #555555;
  }
}
footer .footer-upper {
  padding: 25px 0;
  background-color: #f1f1f1;
}
footer .footer-upper .footer-upper-header {
  font-size: 16px;
  color: #444444;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  footer .footer-upper .footer-upper-header {
    font-size: 14px;
  }
}
footer .footer-upper .footer-sponsors {
  text-align: center;
  margin-top: 25px;
}
footer .footer-upper .footer-sponsors .sponsor {
  display: inline-block;
  margin: 0 10px;
}
footer .footer-upper .footer-sponsors .sponsor img {
  height: 60px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  footer .footer-upper .footer-sponsors .sponsor {
    display: block;
    margin: 0;
    padding: 10px 0;
  }
  footer .footer-upper .footer-sponsors .sponsor img {
    margin: 0 auto;
  }
}
footer .footer-lower {
  padding: 25px 0;
  text-align: center;
  background-color: #262626;
}
footer .footer-lower .footer-lower-entry {
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  footer .footer-lower .footer-lower-entry {
    display: block;
    margin: 0;
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-lower .footer-lower-entry {
    font-size: 14px;
  }
}
footer .footer-lower .footer-lower-entry a {
  font-weight: 900;
  text-decoration: none;
  color: white;
}
footer .footer-lower .footer-lower-entry a:hover {
  text-decoration: underline;
}
.callout-report {
  padding-top: 125px;
  position: relative;
  padding-bottom: 100px;
  background-color: white;
}
@media only screen and (max-width: 1000px) {
  .callout-report {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  .callout-report {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.callout-report .content-container {
  max-width: 1000px;
  margin: 0 auto;
  border: 3px solid #fc5c5e;
  padding: 75px 25px 50px;
}
@media only screen and (max-width: 1200px) {
  .callout-report .content-container {
    padding: 60px 25px 40px;
  }
}
@media only screen and (max-width: 800px) {
  .callout-report .content-container {
    padding: 45px 25px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .callout-report .content-container {
    padding: 30px 25px 20px;
  }
}
.callout-report .content-container::before {
  content: '!';
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
  border: 3px solid #fc5c5e;
  border-radius: 50%;
  background-color: white;
  font-size: 60px;
  color: #fc5c5e;
  font-weight: 700;
  line-height: 74px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .callout-report .content-container::before {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    top: -32px;
    font-size: 45px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 800px) {
  .callout-report .content-container::before {
    width: 48px;
    height: 48px;
    margin-left: -24px;
    top: -24px;
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .callout-report .content-container::before {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    top: -18px;
    font-size: 24px;
    line-height: 30px;
  }
}
.callout-report .content-container .content-title {
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #262626;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .callout-report .content-container .content-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 800px) {
  .callout-report .content-container .content-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .callout-report .content-container .content-title {
    font-size: 16px;
  }
}
.callout-report .content-container .content-subtitle {
  padding-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #262626;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .callout-report .content-container .content-subtitle {
    font-size: 14px;
  }
}
.callout-report .content-container .content-lower {
  padding-top: 1em;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
  color: #262626;
  text-align: center;
}
.callout-report .content-container .content-lower a {
  color: inherit;
  text-decoration: none;
}
.callout-report .content-container .content-lower a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  .callout-report .content-container .content-lower {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  .callout-report .content-container .content-lower {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .callout-report .content-container .content-lower {
    font-size: 14px;
  }
}
.callout-columns {
  position: relative;
  height: 600px;
}
@media only screen and (max-width: 1000px) {
  .callout-columns {
    height: auto;
  }
}
.callout-columns .wrapper {
  padding: 0;
  height: 100%;
}
.callout-columns .column-number {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 2;
  border: 3px solid #fc5c5e;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  line-height: 64px;
  color: #fc5c5e;
}
.callout-columns .column-number.color-white {
  border-color: white;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .column-number {
    display: none;
  }
}
.callout-columns .column-number::before {
  content: '';
  display: block;
  height: 0;
  width: 3px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 67px;
  z-index: 1;
  background-color: #b1b1b1;
  opacity: 0.5;
  transition: height 2s linear;
}
.callout-columns .column-number.active::before {
  height: 565px;
}
.callout-columns .column-left {
  float: left;
  width: 42.5%;
  padding-left: 5%;
  height: 100%;
  padding-top: 75px;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .column-left {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.callout-columns .column-right {
  float: right;
  width: 42.5%;
  padding-right: 5%;
  height: 100%;
  padding-top: 75px;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .column-right {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 0;
  }
}
.callout-columns .content-image.column-left {
  width: 47.5%;
  background-position: left bottom;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
.callout-columns .content-image.column-left.background-centered {
  background-position: center center;
  background-size: 50% auto;
}
.callout-columns .content-image.column-left.background-covered {
  background-position: center center;
  background-size: cover !important;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-image.column-left {
    width: 100%;
    height: 400px;
    background-size: auto 80% !important;
  }
}
@media only screen and (max-width: 480px) {
  .callout-columns .content-image.column-left {
    height: 300px;
  }
}
.callout-columns .content-image.column-left.background-covered {
  background-position: center center;
  background-size: cover !important;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-image.column-left.background-covered {
    height: 25px;
    padding: 0 !important;
    background-image: none !important;
  }
}
.callout-columns .content-image.column-right {
  width: 47.5%;
  background-position: right bottom;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
.callout-columns .content-image.column-right.background-centered {
  background-position: center center;
  background-size: 50% auto;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-image.column-right {
    width: 100%;
    height: 400px;
    background-size: auto 80% !important;
  }
}
@media only screen and (max-width: 480px) {
  .callout-columns .content-image.column-right {
    height: 300px;
  }
}
.callout-columns .content-image.column-right.background-covered {
  background-position: center center;
  background-size: cover !important;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-image.column-right.background-covered {
    height: 25px;
    padding: 0 !important;
    background-image: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-image.background-none {
    height: 75px;
    padding: 0 !important;
  }
}
.callout-columns .content-text {
  text-align: left;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-text {
    max-width: 650px;
    margin: 0 auto 0;
    padding-top: 75px;
  }
}
.callout-columns .content-text.text-dark {
  color: #262626;
}
.callout-columns .content-text .text-large {
  margin: 0;
  padding: 0;
  padding: 0 25px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .callout-columns .content-text .text-large {
    font-size: 40px;
    padding: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-text .text-large {
    font-size: 36px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 480px) {
  .callout-columns .content-text .text-large {
    font-size: 32px;
  }
}
.callout-columns .content-text .text-small {
  padding: 1em 25px 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .callout-columns .content-text .text-small {
    padding: 1em 0 0;
  }
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-text .text-small {
    padding: 1em 25px 0;
  }
}
@media only screen and (max-width: 480px) {
  .callout-columns .content-text .text-small {
    font-size: 14px;
  }
}
.callout-columns .content-link {
  float: left;
  margin-top: 25px;
  padding: 0 25px;
}
.callout-columns .content-link a {
  display: inline-block;
  padding: 0.2em;
  border-bottom: 3px solid white;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-link a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1000px) {
  .callout-columns .content-link a {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .callout-columns .content-link a {
    font-size: 20px;
  }
}
.callout-columns .content-link a:hover {
  border-bottom-color: transparent;
}
body.page-template-home .section-nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 12px;
  font-size: 0;
  line-height: 1;
  text-align: center;
  position: absolute;
  z-index: 5;
  top: 36%;
  right: 4%;
}
@media only screen and (max-width: 1400px) {
  body.page-template-home .section-nav {
    right: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section-nav {
    right: 7px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section-nav {
    display: none;
  }
}
body.page-template-home .section-nav li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 0;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
  background-color: #515151;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out;
}
body.page-template-home .section-nav li:hover,
body.page-template-home .section-nav li.active {
  background-color: white;
}
body.page-template-home .section1 {
  padding-top: 200px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section1 {
    padding-top: 175px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 {
    padding-top: 150px;
    padding-bottom: 25px;
  }
}
body.page-template-home .section1 .wrapper {
  padding: 0;
}
body.page-template-home .section1 .section-nav li {
  background-color: #363636;
}
body.page-template-home .section1 .section-nav li:hover,
body.page-template-home .section1 .section-nav li.active {
  background-color: #da4c4a;
}
body.page-template-home .section1 .content-feature {
  position: relative;
}
body.page-template-home .section1 .content-feature .feature1,
body.page-template-home .section1 .content-feature .feature3 {
  top: 25%;
  font-size: 90px;
  line-height: 1.1;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px) {
  body.page-template-home .section1 .content-feature .feature1,
  body.page-template-home .section1 .content-feature .feature3 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section1 .content-feature .feature1,
  body.page-template-home .section1 .content-feature .feature3 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section1 .content-feature .feature1,
  body.page-template-home .section1 .content-feature .feature3 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature1,
  body.page-template-home .section1 .content-feature .feature3 {
    font-size: 56px;
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .section1 .content-feature .feature1,
  body.page-template-home .section1 .content-feature .feature3 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section1 .content-feature .feature1,
  body.page-template-home .section1 .content-feature .feature3 {
    font-size: 40px;
  }
}
body.page-template-home .section1 .content-feature .feature1 span,
body.page-template-home .section1 .content-feature .feature3 span {
  display: block;
  padding-bottom: 0.1em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  text-align: center;
  color: #da4c4a;
  font-size: 30%;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature1 span,
  body.page-template-home .section1 .content-feature .feature3 span {
    font-size: 33.333%;
    padding-bottom: 0.2em;
  }
}
body.page-template-home .section1 .content-feature .feature1 {
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 3;
  left: 10%;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature1 {
    position: relative;
    width: 80%;
    top: 35px;
  }
}
body.page-template-home .section1 .content-feature .feature2 {
  position: relative;
  z-index: 2;
  margin-left: 40%;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature2 {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
  }
}
body.page-template-home .section1 .content-feature .feature3 {
  position: absolute;
  z-index: 1;
  right: 19%;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section1 .content-feature .feature3 {
    right: 17%;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section1 .content-feature .feature3 {
    right: 15%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature3 {
    position: relative;
    width: 80%;
    right: auto;
    left: 10%;
    bottom: 25px;
  }
}
body.page-template-home .section1 .content-feature .feature4 {
  position: absolute;
  z-index: 0;
  left: 12.5%;
  top: 65%;
  width: 30%;
  padding: 20px 25px;
  border: 3px solid #515151;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section1 .content-feature .feature4 {
    top: 75%;
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature4 {
    position: relative;
    width: 90%;
    max-width: 400px;
    right: auto;
    left: auto;
    margin: 25px auto;
  }
}
body.page-template-home .section1 .content-feature .feature4::before {
  content: '';
  display: block;
  width: 90%;
  height: 3px;
  position: absolute;
  left: 100%;
  top: -3px;
  background-color: #515151;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section1 .content-feature .feature4::before {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-feature .feature4::before {
    display: none;
  }
}
body.page-template-home .section1 .content-alert {
  float: right;
  width: 300px;
  max-width: 100%;
  margin-top: 25px;
  margin-right: 50px;
  position: relative;
  padding: 35px 30px 25px;
  border: 3px solid #da4c4a;
  background-color: #262626;
  color: white;
  font-size: 12px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section1 .content-alert {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .content-alert {
    float: none;
    width: 90%;
    max-width: 400px;
    margin: 35px auto;
  }
}
body.page-template-home .section1 .content-alert::before {
  content: '!';
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -3px;
  top: -22px;
  border: 3px solid #da4c4a;
  border-radius: 50%;
  background-color: #262626;
  font-size: 32px;
  color: #da4c4a;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
body.page-template-home .section1 .content-alert .content-wysiwyg > *:last-child {
  margin-bottom: 0;
}
body.page-template-home .section1 .content-alert .content-wysiwyg h1,
body.page-template-home .section1 .content-alert .content-wysiwyg h2,
body.page-template-home .section1 .content-alert .content-wysiwyg h3,
body.page-template-home .section1 .content-alert .content-wysiwyg h4,
body.page-template-home .section1 .content-alert .content-wysiwyg h5,
body.page-template-home .section1 .content-alert .content-wysiwyg h6 {
  margin: 0 auto 0.5em;
}
body.page-template-home .section1 .content-alert .content-wysiwyg p {
  margin: 0 auto 0.667em;
}
body.page-template-home .section1 .content-alert .content-wysiwyg a {
  text-decoration: none;
  font-weight: 900;
  color: inherit;
}
body.page-template-home .section1 .content-alert .content-wysiwyg a:hover {
  text-decoration: underline;
}
body.page-template-home .section1 .content-alert .content-wysiwyg strong {
  font-weight: 900;
}
body.page-template-home .section1 .learn-more-container {
  text-align: center;
  clear: both;
  position: relative;
  top: -25px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section1 .learn-more-container {
    top: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section1 .learn-more-container {
    top: 50px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section1 .learn-more-container {
    display: none;
  }
}
body.page-template-home .section1 .learn-more-container .learn-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: white;
}
body.page-template-home .section1 .learn-more-container .learn-more span {
  display: block;
  padding-bottom: 0.75em;
}
body.page-template-home .section1 .learn-more-container .learn-more img {
  display: inline-block;
  width: 42px;
}
body.page-template-home .section2 {
  padding-top: 125px;
  position: relative;
  padding-bottom: 100px;
  background-color: #323232;
  background-image: url(/wp-content/themes/tracfone/images/home-section2.png);
  background-position: right bottom;
  background-size: auto 550px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1400px) {
  body.page-template-home .section2 {
    background-size: 33% auto;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 {
    background-image: none;
  }
}
body.page-template-home .section2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background-color: #262626;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2::before {
    height: 175px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2::before {
    height: 150px;
  }
}
body.page-template-home .section2::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 200px;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to right bottom, #262626 50%, transparent 50%);
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2::after {
    top: 175px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2::after {
    top: 150px;
  }
}
body.page-template-home .section2 .section-nav {
  top: 50%;
}
body.page-template-home .section2 .section-nav li {
  background-color: #4b4b4b;
}
body.page-template-home .section2 .section-nav li:hover,
body.page-template-home .section2 .section-nav li.active {
  background-color: #da4c4a;
}
body.page-template-home .section2 .section-container {
  padding-left: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section2 .section-container {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .section-container {
    padding-left: 0;
  }
}
body.page-template-home .section2 .content-header {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .content-header {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section2 .content-header {
    font-size: 32px;
  }
}
body.page-template-home .section2 .content-feature1 {
  width: 50%;
  float: left;
  margin-top: 160px;
  margin-left: 50px;
  position: relative;
  padding: 25px;
  border: 3px solid #515151;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-feature1 {
    margin-top: 135px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .content-feature1 {
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-home .section2 .content-feature1::before {
  content: '';
  display: block;
  width: 3px;
  height: 145px;
  position: absolute;
  bottom: 100%;
  left: -3px;
  background-color: #515151;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-feature1::before {
    height: 120px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .content-feature1::before {
    height: 95px;
  }
}
body.page-template-home .section2 .content-feature1::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-bottom: 145px;
  position: absolute;
  bottom: 100%;
  left: -5px;
  background-color: #515151;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-feature1::after {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .content-feature1::after {
    margin-bottom: 95px;
  }
}
body.page-template-home .section2 .content-feature2 {
  width: 50%;
  float: left;
  margin-left: 50px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-feature2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .content-feature2 {
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section2 .content-feature2 {
    font-size: 16px;
  }
}
body.page-template-home .section2 .content-feature2 .content-upper {
  margin-top: 25px;
}
body.page-template-home .section2 .content-feature2 .content-lower {
  margin-top: 25px;
  columns: 50px 2;
}
body.page-template-home .section2 .content-feature2 .content-lower ul li,
body.page-template-home .section2 .content-feature2 .content-lower ol li {
  padding: 0.1em 0.25em;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-feature2 .content-lower {
    columns: auto;
  }
}
body.page-template-home .section2 .content-link {
  float: left;
  margin-left: 25px;
  margin-top: 50px;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section2 .content-link {
    float: none;
    text-align: center;
    margin-left: 0;
  }
}
body.page-template-home .section2 .content-link a {
  display: inline-block;
  padding: 0.2em;
  border-bottom: 3px solid #da4c4a;
  font-size: 24px;
  color: #da4c4a;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section2 .content-link a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section2 .content-link a {
    font-size: 20px;
  }
}
body.page-template-home .section2 .content-link a:hover {
  border-bottom-color: transparent;
}
body.page-template-home .section3 {
  padding-top: 100px;
  position: relative;
  padding-bottom: 200px;
  background-color: #da4c4a;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section3 {
    padding-top: 75px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3 {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
body.page-template-home .section3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to left bottom, transparent 50%, #262626 50%);
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3::after {
    height: 75px;
  }
}
body.page-template-home .section3 .section-nav li {
  background-color: #ffadb0;
}
body.page-template-home .section3 .section-nav li:hover,
body.page-template-home .section3 .section-nav li.active {
  background-color: #ffffff;
}
body.page-template-home .section3 .section-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page-template-home .section3 .content-header {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section3 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3 .content-header {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section3 .content-header {
    font-size: 32px;
  }
}
body.page-template-home .section3 .content-feature1 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3 .content-feature1 {
    padding: 0 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section3 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-home .section3 .content-feature1 .content-upper {
  margin-top: 25px;
}
body.page-template-home .section3 .content-feature1 .content-lower {
  margin-top: 25px;
  columns: 50px 2;
}
body.page-template-home .section3 .content-feature1 .content-lower ul li,
body.page-template-home .section3 .content-feature1 .content-lower ol li {
  padding: 0.1em 0.25em;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section3 .content-feature1 .content-lower {
    columns: auto;
  }
}
body.page-template-home .section3 .content-columns {
  margin-top: 100px;
}
body.page-template-home .section3 .content-columns .content-column {
  width: 48%;
  float: left;
  margin-right: 4%;
  position: relative;
  border: 3px solid white;
  padding: 75px 25px 25px;
  text-align: center;
}
body.page-template-home .section3 .content-columns .content-column:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3 .content-columns .content-column {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 75px;
    height: auto !important;
  }
}
body.page-template-home .section3 .content-columns .content-column > .icon {
  display: block;
  width: 120px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 0;
  margin-top: -60px;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3 .content-columns .content-column > .icon {
    width: 100px;
    margin-left: -50px;
    margin-top: -50px;
  }
}
body.page-template-home .section3 .content-columns .content-column .content-title {
  padding-bottom: 0.5em;
  font-size: 36px;
  line-height: 1.2;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section3 .content-columns .content-column .content-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section3 .content-columns .content-column .content-title {
    font-size: 28px;
  }
}
body.page-template-home .section3 .content-columns .content-column .content-subtitle {
  padding-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
  color: white;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section3 .content-columns .content-column .content-subtitle {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section3 .content-columns .content-column .content-subtitle {
    font-size: 14px;
  }
}
body.page-template-home .section3 .content-columns .content-column .content-link {
  text-align: center;
}
body.page-template-home .section3 .content-columns .content-column .content-link a {
  display: inline-block;
  margin: 10px 20px;
  font-size: 14px;
  line-height: 1.2;
  color: white;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
body.page-template-home .section3 .content-columns .content-column .content-link a:hover {
  text-decoration: none;
}
body.page-template-home .section4 {
  padding-top: 150px;
  position: relative;
  padding-bottom: 100px;
  background-color: #262626;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section4 {
    padding-top: 125px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
body.page-template-home .section4 .section-nav li {
  background-color: #363636;
}
body.page-template-home .section4 .section-nav li:hover,
body.page-template-home .section4 .section-nav li.active {
  background-color: #da4c4a;
}
body.page-template-home .section4 .section-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section4 .section-container {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .section-container {
    padding-right: 0;
    padding-left: 0;
  }
}
body.page-template-home .section4 .content-header {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
  font-size: 72px;
  line-height: 1.4;
  font-weight: 900;
  color: #da4c4a;
  text-transform: uppercase;
  text-align: right;
}
@media only screen and (max-width: 1200px) {
  body.page-template-home .section4 .content-header {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section4 .content-header {
    font-size: 56px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-header {
    font-size: 48px;
    float: none;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .section4 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section4 .content-header {
    font-size: 32px;
  }
}
body.page-template-home .section4 .content-feature {
  float: left;
  width: 45%;
  position: relative;
  margin-right: 5%;
  border: 3px solid #515151;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature {
    float: none;
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
  }
}
body.page-template-home .section4 .content-feature::before {
  content: '';
  display: block;
  height: 3px;
  width: 165%;
  position: absolute;
  top: -55px;
  left: 95px;
  background-color: #515151;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature::before {
    display: none;
  }
}
body.page-template-home .section4 .content-feature::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -57px;
  left: 165%;
  margin-left: 95px;
  background-color: #515151;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature::after {
    display: none;
  }
}
body.page-template-home .section4 .content-feature .line {
  display: block;
  width: 3px;
  height: 55px;
  position: absolute;
  top: -55px;
  left: 95px;
  background-color: #515151;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .line {
    display: none;
  }
}
body.page-template-home .section4 .content-feature .content-slide {
  padding: 75px 35px 35px;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .content-slide {
    padding: 70px 25px 30px;
  }
}
body.page-template-home .section4 .content-feature .content-slide > .icon {
  display: block;
  width: 120px;
  height: auto;
  position: absolute;
  left: 35px;
  top: 0;
  margin-top: -60px;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .content-slide > .icon {
    left: 50%;
    margin-left: -50px;
    width: 100px;
    margin-top: -50px;
  }
}
body.page-template-home .section4 .content-feature .content-slide .content-slide-upper {
  padding-left: 25px;
  padding-bottom: 0.5em;
  font-size: 14px;
  font-weight: 900;
  color: #da4c4a;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .content-slide .content-slide-upper {
    padding-left: 0;
    text-align: center;
  }
}
body.page-template-home .section4 .content-feature .content-slide .content-slide-title {
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  color: white;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section4 .content-feature .content-slide .content-slide-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section4 .content-feature .content-slide .content-slide-title {
    font-size: 24px;
  }
}
body.page-template-home .section4 .content-feature .content-slide .content-slide-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: white;
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section4 .content-feature .content-slide .content-slide-text {
    font-size: 14px;
  }
}
body.page-template-home .section4 .content-feature .content-slides-buttons {
  position: absolute;
  top: 100%;
  padding-top: 20px;
  padding-left: 5px;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .content-slides-buttons {
    display: none;
  }
}
body.page-template-home .section4 .content-feature .slider-next {
  display: block;
  width: 51px;
  height: 50px;
  position: absolute;
  right: 100%;
  bottom: 20px;
  border: 3px solid #515151;
}
body.page-template-home .section4 .content-feature .slider-next img {
  width: 45px;
  height: auto;
}
body.page-template-home .section4 .content-feature .slider-next:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .slider-next {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 67px;
  }
}
body.page-template-home .section4 .content-feature .slider-prev {
  display: block;
  width: 51px;
  height: 50px;
  position: absolute;
  right: 100%;
  bottom: 67px;
  border: 3px solid #515151;
}
body.page-template-home .section4 .content-feature .slider-prev img {
  width: 45px;
  height: auto;
}
body.page-template-home .section4 .content-feature .slider-prev:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-feature .slider-prev {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 20px;
  }
}
body.page-template-home .section4 .content-link {
  float: right;
  clear: right;
  margin-top: 25px;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section4 .content-link {
    float: none;
    text-align: center;
    margin-left: 0;
    margin-top: 75px;
  }
}
body.page-template-home .section4 .content-link a {
  display: inline-block;
  padding: 0.2em;
  border-bottom: 3px solid white;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section4 .content-link a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section4 .content-link a {
    font-size: 20px;
  }
}
body.page-template-home .section4 .content-link a:hover {
  border-bottom-color: transparent;
}
body.page-template-home .section5 {
  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
  background-color: #dedede;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-home .section5 .section-nav li {
  background-color: #f7f7f7;
}
body.page-template-home .section5 .section-nav li:hover,
body.page-template-home .section5 .section-nav li.active {
  background-color: #da4c4a;
}
body.page-template-home .section5 .section-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page-template-home .section5 .content-header {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #da4c4a;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section5 .content-header {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section5 .content-header {
    font-size: 32px;
  }
}
body.page-template-home .section5 .content-feature1 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #262626;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section5 .content-feature1 {
    padding: 0 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section5 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-home .section5 .content-blocks {
  float: left;
  width: 100%;
  margin-top: 150px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks {
    margin-top: 50px;
  }
}
body.page-template-home .section5 .content-blocks::before {
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: -40px;
  left: 12%;
  right: 12%;
  background-color: #c1c1c1;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks::before {
    display: none;
  }
}
body.page-template-home .section5 .content-blocks .line {
  display: block;
  width: 3px;
  height: 65px;
  position: absolute;
  top: -105px;
  left: 50%;
  margin-left: -1px;
  background-color: #c1c1c1;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks .line {
    display: none;
  }
}
body.page-template-home .section5 .content-blocks::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  top: -107px;
  left: 50%;
  margin-left: -3px;
  background-color: #c1c1c1;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks::after {
    display: none;
  }
}
body.page-template-home .section5 .content-blocks .content-block {
  float: left;
  width: 24%;
  margin-right: 1.333%;
  text-align: center;
  position: relative;
  border: 3px solid #c1c1c1;
  padding: 25px;
}
body.page-template-home .section5 .content-blocks .content-block:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks .content-block {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks .content-block:nth-child(2n+1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .section5 .content-blocks .content-block {
    width: 100%;
    margin-right: 0;
  }
}
body.page-template-home .section5 .content-blocks .content-block::before {
  content: '';
  display: block;
  width: 3px;
  height: 43px;
  position: absolute;
  top: -43px;
  left: 50%;
  margin-left: -1px;
  background-color: #c1c1c1;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks .content-block::before {
    display: none;
  }
}
body.page-template-home .section5 .content-blocks .content-block .content-block-top {
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: black;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 1em;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-blocks .content-block .content-block-top {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .section5 .content-blocks .content-block .content-block-top {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section5 .content-blocks .content-block .content-block-top {
    font-size: 20px;
  }
}
body.page-template-home .section5 .content-blocks .content-block .content-block-bottom {
  font-size: 16px;
  color: black;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 1em;
}
@media only screen and (max-width: 600px) {
  body.page-template-home .section5 .content-blocks .content-block .content-block-bottom {
    height: auto !important;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section5 .content-blocks .content-block .content-block-bottom {
    font-size: 14px;
  }
}
body.page-template-home .section5 .content-link {
  float: left;
  width: 100%;
  margin-top: 75px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section5 .content-link {
    margin-top: 50px;
  }
}
body.page-template-home .section5 .content-link a {
  display: inline-block;
  padding: 0.2em;
  border-bottom: 3px solid #da4c4a;
  font-size: 24px;
  color: #da4c4a;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section5 .content-link a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section5 .content-link a {
    font-size: 20px;
  }
}
body.page-template-home .section5 .content-link a:hover {
  border-bottom-color: transparent;
}
body.page-template-home .section6 {
  padding-top: 100px;
  position: relative;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-home .section6 .section-nav {
  top: 42%;
}
body.page-template-home .section6 .section-nav li {
  background-color: #e9e9e9;
}
body.page-template-home .section6 .section-nav li:hover,
body.page-template-home .section6 .section-nav li.active {
  background-color: #da4c4a;
}
body.page-template-home .section6 .section-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page-template-home .section6 .content-header {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section6 .content-header {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section6 .content-header {
    font-size: 32px;
  }
}
body.page-template-home .section6 .content-feature1 {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #262626;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section6 .content-feature1 {
    padding: 0 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section6 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-home .section6 .content-news {
  margin: 50px auto 0;
}
body.page-template-home .section6 .content-news .content-news-entry {
  width: 32.333%;
  float: left;
  margin-right: 1.5%;
  text-align: left;
  background-color: #f0f0f0;
}
body.page-template-home .section6 .content-news .content-news-entry:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 .content-news .content-news-entry:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 .content-news .content-news-entry {
    float: none;
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
}
body.page-template-home .section6 .content-news .content-news-entry .news-date {
  padding: 20px 25px;
  border-bottom: 3px solid #da4c4a;
  font-size: 13px;
  color: #444444;
  font-weight: 700;
}
body.page-template-home .section6 .content-news .content-news-entry .news-title {
  padding: 25px 25px 20px;
  font-size: 26px;
  font-weight: 300;
  color: #262626;
  line-height: 1.4;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 .content-news .content-news-entry .news-title {
    font-size: 24px;
    height: auto !important;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-home .section6 .content-news .content-news-entry .news-title {
    font-size: 22px;
  }
}
body.page-template-home .section6 .content-news .content-news-entry .news-text {
  padding: 0 25px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 .content-news .content-news-entry .news-text {
    height: auto !important;
  }
}
body.page-template-home .section6 .content-news .content-news-entry .news-more {
  text-align: center;
  padding: 10px 25px 25px;
}
body.page-template-home .section6 .content-news .content-news-entry .news-more a {
  font-size: 14px;
  color: #da4c4a;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
body.page-template-home .section6 .content-news .content-news-entry .news-more a:hover {
  text-decoration: none;
}
body.page-template-home .section6 .content-link {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  body.page-template-home .section6 .content-link {
    margin-top: 25px;
  }
}
body.page-template-home .section6 .content-link a {
  display: inline-block;
  padding: 0.2em;
  border-bottom: 3px solid #da4c4a;
  font-size: 24px;
  color: #da4c4a;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  body.page-template-home .section6 .content-link a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-home .section6 .content-link a {
    font-size: 20px;
  }
}
body.page-template-home .section6 .content-link a:hover {
  border-bottom-color: transparent;
}
body.page-template-issue .section1 {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section1 {
    padding-top: 175px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section1 {
    padding-top: 175px;
    padding-bottom: 300px;
  }
}
body.page-template-issue .section1 .content-header {
  margin: 0;
  padding: 0;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  body.page-template-issue .section1 .content-header {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section1 .content-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-issue .section1 .content-header {
    font-size: 40px;
  }
}
body.page-template-issue .section1 .content-feature1 {
  width: 50%;
  float: right;
  margin-top: 150px;
  margin-left: 50px;
  position: relative;
  padding: 25px;
  border: 3px solid #515151;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section1 .content-feature1 {
    margin-top: 125px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section1 .content-feature1 {
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section1 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-issue .section1 .content-feature1::before {
  content: '';
  display: block;
  height: 3px;
  width: 65%;
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-bottom: -3px;
  background-color: #515151;
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section1 .content-feature1::before {
    width: 3px;
    height: 100px;
    bottom: auto;
    top: 100%;
    left: 50%;
    right: auto;
    margin-left: -1px;
    margin-bottom: 0;
  }
}
body.page-template-issue .section1 .content-image {
  width: 33.33%;
  position: absolute;
  left: 7.5%;
  bottom: 0;
  margin-bottom: -250px;
}
@media only screen and (max-width: 1200px) {
  body.page-template-issue .section1 .content-image {
    margin-bottom: -200px;
    width: 38%;
    left: 6%;
  }
}
@media only screen and (max-width: 1100px) {
  body.page-template-issue .section1 .content-image {
    margin-bottom: -175px;
    width: 42%;
    left: 4.5%;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section1 .content-image {
    margin-bottom: -150px;
    width: 45%;
    left: 3%;
  }
}
@media only screen and (max-width: 900px) {
  body.page-template-issue .section1 .content-image {
    margin-bottom: -125px;
    width: 48%;
    left: 1.5%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section1 .content-image {
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 50px;
  }
  body.page-template-issue .section1 .content-image img {
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }
}
body.page-template-issue .section2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #323232;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section2 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section2 {
    padding-top: 250px;
    padding-bottom: 125px;
  }
}
body.page-template-issue .section2 .section-container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  body.page-template-issue .section2 .section-container {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section2 .section-container {
    padding-right: 0;
    padding-left: 0;
  }
}
body.page-template-issue .section2 .content-header {
  margin: 0;
  padding: 0;
  max-width: 1000px;
  margin: 25px auto;
  padding-top: 25px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 900;
  color: #da4c4a;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section2 .content-header {
    font-size: 27px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-issue .section2 .content-header {
    font-size: 24px;
  }
}
body.page-template-issue .section2 .content-feature {
  max-width: 1200px;
  margin: 25px auto 0;
  text-align: center;
}
body.page-template-issue .section2 .content-feature .content-slide {
  padding: 50px 0;
}
body.page-template-issue .section2 .content-feature .content-slide .content-slide-text {
  padding-bottom: 1em 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  color: white;
}
@media only screen and (max-width: 1200px) {
  body.page-template-issue .section2 .content-feature .content-slide .content-slide-text {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section2 .content-feature .content-slide .content-slide-text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section2 .content-feature .content-slide .content-slide-text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-issue .section2 .content-feature .content-slide .content-slide-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-issue .section2 .content-feature .content-slide .content-slide-text {
    font-size: 28px;
  }
}
body.page-template-issue .section2 .content-feature .content-slides-buttons {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 20px;
  padding-left: 5px;
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section2 .content-feature .content-slides-buttons {
    display: none;
  }
}
body.page-template-issue .section2 .content-feature .slider-next {
  display: block;
  width: 61px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  margin-left: 0;
  border: 3px solid #515151;
}
body.page-template-issue .section2 .content-feature .slider-next:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
body.page-template-issue .section2 .content-feature .slider-next img {
  width: 55px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section2 .content-feature .slider-next {
    width: 51px;
    height: 50px;
    bottom: -50px;
  }
  body.page-template-issue .section2 .content-feature .slider-next img {
    width: 45px;
  }
}
body.page-template-issue .section2 .content-feature .slider-prev {
  display: block;
  width: 61px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -65px;
  margin-left: -58px;
  border: 3px solid #515151;
}
body.page-template-issue .section2 .content-feature .slider-prev:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
body.page-template-issue .section2 .content-feature .slider-prev img {
  width: 55px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section2 .content-feature .slider-prev {
    width: 51px;
    height: 50px;
    bottom: -50px;
    margin-left: -48px;
  }
  body.page-template-issue .section2 .content-feature .slider-prev img {
    width: 45px;
  }
}
body.page-template-issue .section3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #da4c4a;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-issue .section3 .content-header {
  margin: 0;
  padding: 0;
  width: 65%;
  float: left;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section3 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section3 .content-header {
    float: none;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-issue .section3 .content-header {
    font-size: 32px;
  }
}
body.page-template-issue .section3 .content-feature1 {
  width: 65%;
  float: left;
  clear: left;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section3 .content-feature1 {
    width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section3 .content-feature1 {
    float: none;
    clear: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-issue .section3 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-issue .section3 .content-feature1 a {
  color: black;
}
body.page-template-issue .section3 .content-alert {
  float: right;
  width: 30%;
  margin-top: 35px;
  position: relative;
  padding: 35px 30px 25px;
  border: 3px solid black;
  background-color: #da4c4a;
  color: black;
  font-size: 12px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-issue .section3 .content-alert {
    width: 35%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-issue .section3 .content-alert {
    display: none;
  }
}
body.page-template-issue .section3 .content-alert::before {
  content: '!';
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: -22px;
  margin-left: -22px;
  border: 3px solid black;
  border-radius: 50%;
  background-color: #da4c4a;
  font-size: 32px;
  color: black;
  font-weight: 700;
  line-height: 38px;
  text-align: center;
}
body.page-template-issue .section3 .content-alert .content-wysiwyg > *:last-child {
  margin-bottom: 0;
}
body.page-template-issue .section3 .content-alert .content-wysiwyg h1,
body.page-template-issue .section3 .content-alert .content-wysiwyg h2,
body.page-template-issue .section3 .content-alert .content-wysiwyg h3,
body.page-template-issue .section3 .content-alert .content-wysiwyg h4,
body.page-template-issue .section3 .content-alert .content-wysiwyg h5,
body.page-template-issue .section3 .content-alert .content-wysiwyg h6 {
  margin: 0 auto 0.5em;
}
body.page-template-issue .section3 .content-alert .content-wysiwyg p {
  margin: 0 auto 0.667em;
}
body.page-template-issue .section3 .content-alert .content-wysiwyg a {
  text-decoration: none;
  font-weight: 900;
  color: inherit;
}
body.page-template-issue .section3 .content-alert .content-wysiwyg a:hover {
  text-decoration: underline;
}
body.page-template-issue .section3 .content-alert .content-wysiwyg strong {
  font-weight: 900;
}
body.page-template-trafficking .section1 {
  padding-top: 200px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-trafficking .section1 {
    padding-top: 175px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-trafficking .section1 {
    padding-top: 175px;
    padding-bottom: 50px;
  }
}
body.page-template-trafficking .section1 .content-header {
  margin: 0;
  padding: 0;
  padding-bottom: 0.5em;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  body.page-template-trafficking .section1 .content-header {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-trafficking .section1 .content-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-trafficking .section1 .content-header {
    font-size: 40px;
  }
}
body.page-template-trafficking .section1 .content-subheader {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  body.page-template-trafficking .section1 .content-subheader {
    font-size: 14px;
  }
}
body.page-template-risks .section1 {
  padding-top: 200px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section1 {
    padding-top: 175px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section1 {
    padding-top: 175px;
    padding-bottom: 0;
  }
}
body.page-template-risks .section1 .content-header {
  margin: 0;
  padding: 0;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  body.page-template-risks .section1 .content-header {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section1 .content-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-risks .section1 .content-header {
    font-size: 40px;
  }
}
body.page-template-risks .section1 .content-feature1 {
  width: 50%;
  float: right;
  clear: right;
  margin-top: 75px;
  padding-right: 50px;
  padding-bottom: 0.25em;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  body.page-template-risks .section1 .content-feature1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section1 .content-feature1 {
    font-size: 32px;
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-risks .section1 .content-feature1 {
    font-size: 24px;
  }
}
body.page-template-risks .section1 .content-feature2 {
  width: 50%;
  float: right;
  clear: right;
  padding-right: 50px;
  margin-bottom: 75px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section1 .content-feature2 {
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-risks .section1 .content-feature2 {
    font-size: 14px;
  }
}
body.page-template-risks .section1 .content-image {
  width: 27.5%;
  position: absolute;
  left: 10%;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section1 .content-image {
    width: 30%;
    left: 7.5%;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section1 .content-image {
    position: static;
    width: 100%;
    margin-top: 25px;
  }
  body.page-template-risks .section1 .content-image img {
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
  }
}
body.page-template-risks .section2 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #323232;
}
body.page-template-risks .section2 .content-header {
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section2 .content-header {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-risks .section2 .content-header {
    font-size: 28px;
  }
}
body.page-template-risks .section3 {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.page-template-risks .section3 .section-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page-template-risks .section3 .content-feature1 {
  margin: 0 auto 50px;
  padding: 0 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #262626;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section3 .content-feature1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-risks .section3 .content-feature1 {
    margin: 0 auto 25px;
    padding: 25px;
  }
}
body.page-template-risks .section3 .content-lawsuit {
  margin: 0 auto;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-page {
  display: none;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-pagination {
  text-align: center;
  padding: 25px 0;
  margin: 25px auto 0;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-pagination a {
  display: inline-block;
  padding: 0.5em;
  margin: 0 0.25em;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #262626;
  text-align: left;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-pagination a.active {
  color: #da4c4a;
  text-decoration: underline;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-pagination a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-pagination a {
    font-size: 14px;
  }
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry {
  width: 32.333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  text-align: left;
  background-color: #f0f0f0;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry:nth-child(3n) {
    margin-right: 2%;
  }
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry {
    float: none;
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry:nth-child(3n) {
    margin-right: auto;
  }
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry:nth-child(2n) {
    margin-right: auto;
  }
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-title {
  padding: 30px 25px 0;
  font-size: 26px;
  font-weight: 300;
  color: #262626;
  line-height: 1.4;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-title {
    font-size: 22px;
    height: auto !important;
  }
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-date {
  padding: 10px 25px;
  font-size: 13px;
  color: #444444;
  font-weight: 700;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-text {
  padding: 0 25px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-text {
    height: auto !important;
  }
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-download a {
  display: block;
  text-align: center;
  padding: 25px 25px 25px;
  font-size: 14px;
  color: white;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  background-color: #da4c4a;
}
body.page-template-risks .section3 .content-lawsuit .content-lawsuit-entry .lawsuit-download a:hover {
  text-decoration: none;
}
body.page-template-risks .section4.callout-columns .content-text {
  padding-top: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-risks .section4.callout-columns .content-text {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-risks .section4.callout-columns .content-text {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
body.page-template-news .section1,
body.single-news_media .section1 {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section1,
  body.single-news_media .section1 {
    padding-top: 175px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-news .section1,
  body.single-news_media .section1 {
    padding-top: 175px;
    padding-bottom: 75px;
  }
}
body.page-template-news .section1 .content-header,
body.single-news_media .section1 .content-header {
  margin: 0;
  padding: 0;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  body.page-template-news .section1 .content-header,
  body.single-news_media .section1 .content-header {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-news .section1 .content-header,
  body.single-news_media .section1 .content-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-news .section1 .content-header,
  body.single-news_media .section1 .content-header {
    font-size: 40px;
  }
}
body.page-template-news .section2,
body.single-news_media .section2 {
  padding-top: 50px;
  position: relative;
  padding-bottom: 50px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section2,
  body.single-news_media .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-news .section2,
  body.single-news_media .section2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.page-template-news .section2 .section-container,
body.single-news_media .section2 .section-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
body.page-template-news .section2 .content-header,
body.single-news_media .section2 .content-header {
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  color: #262626;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section2 .content-header,
  body.single-news_media .section2 .content-header {
    font-size: 40px;
  }
}
@media only screen and (max-width: 800px) {
  body.page-template-news .section2 .content-header,
  body.single-news_media .section2 .content-header {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-news .section2 .content-header,
  body.single-news_media .section2 .content-header {
    font-size: 32px;
  }
}
body.page-template-news .section2 .content-feature1,
body.single-news_media .section2 .content-feature1 {
  margin-top: 25px;
  padding-bottom: 25px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #262626;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  body.page-template-news .section2 .content-feature1,
  body.single-news_media .section2 .content-feature1 {
    padding: 0 25px;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-news .section2 .content-feature1,
  body.single-news_media .section2 .content-feature1 {
    font-size: 14px;
  }
}
body.page-template-news .section2 .content-feature1 .content-upper,
body.single-news_media .section2 .content-feature1 .content-upper {
  margin-top: 25px;
}
body.page-template-news .section2 .content-feature1 .content-lower,
body.single-news_media .section2 .content-feature1 .content-lower {
  margin-top: 25px;
  columns: 50px 2;
}
body.page-template-news .section2 .content-feature1 .content-lower ul li,
body.single-news_media .section2 .content-feature1 .content-lower ul li,
body.page-template-news .section2 .content-feature1 .content-lower ol li,
body.single-news_media .section2 .content-feature1 .content-lower ol li {
  padding: 0.1em 0.25em;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section2 .content-feature1 .content-lower,
  body.single-news_media .section2 .content-feature1 .content-lower {
    columns: auto;
  }
}
body.page-template-news .section2 .content-news,
body.single-news_media .section2 .content-news {
  margin: 25px auto;
}
body.page-template-news .section2 .content-news .content-news-entry,
body.single-news_media .section2 .content-news .content-news-entry {
  width: 32.333%;
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  text-align: left;
  background-color: #f0f0f0;
}
body.page-template-news .section2 .content-news .content-news-entry:nth-child(3n),
body.single-news_media .section2 .content-news .content-news-entry:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section2 .content-news .content-news-entry,
  body.single-news_media .section2 .content-news .content-news-entry {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  body.page-template-news .section2 .content-news .content-news-entry:nth-child(3n),
  body.single-news_media .section2 .content-news .content-news-entry:nth-child(3n) {
    margin-right: 2%;
  }
  body.page-template-news .section2 .content-news .content-news-entry:nth-child(2n),
  body.single-news_media .section2 .content-news .content-news-entry:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-news .section2 .content-news .content-news-entry,
  body.single-news_media .section2 .content-news .content-news-entry {
    float: none;
    max-width: 400px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  body.page-template-news .section2 .content-news .content-news-entry:nth-child(3n),
  body.single-news_media .section2 .content-news .content-news-entry:nth-child(3n) {
    margin-right: auto;
  }
  body.page-template-news .section2 .content-news .content-news-entry:nth-child(2n),
  body.single-news_media .section2 .content-news .content-news-entry:nth-child(2n) {
    margin-right: auto;
  }
}
body.page-template-news .section2 .content-news .content-news-entry .news-date,
body.single-news_media .section2 .content-news .content-news-entry .news-date {
  padding: 20px 25px;
  border-bottom: 3px solid #da4c4a;
  font-size: 13px;
  color: #444444;
  font-weight: 700;
}
body.page-template-news .section2 .content-news .content-news-entry .news-title,
body.single-news_media .section2 .content-news .content-news-entry .news-title {
  padding: 25px 25px 20px;
  font-size: 26px;
  font-weight: 300;
  color: #262626;
  line-height: 1.4;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section2 .content-news .content-news-entry .news-title,
  body.single-news_media .section2 .content-news .content-news-entry .news-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 600px) {
  body.page-template-news .section2 .content-news .content-news-entry .news-title,
  body.single-news_media .section2 .content-news .content-news-entry .news-title {
    font-size: 22px;
    height: auto !important;
  }
}
body.page-template-news .section2 .content-news .content-news-entry .news-text,
body.single-news_media .section2 .content-news .content-news-entry .news-text {
  padding: 0 25px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
}
@media only screen and (max-width: 600px) {
  body.page-template-news .section2 .content-news .content-news-entry .news-text,
  body.single-news_media .section2 .content-news .content-news-entry .news-text {
    height: auto !important;
  }
}
body.page-template-news .section2 .content-news .content-news-entry .news-more,
body.single-news_media .section2 .content-news .content-news-entry .news-more {
  text-align: center;
  padding: 10px 25px 25px;
}
body.page-template-news .section2 .content-news .content-news-entry .news-more a,
body.single-news_media .section2 .content-news .content-news-entry .news-more a {
  font-size: 14px;
  color: #da4c4a;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
}
body.page-template-news .section2 .content-news .content-news-entry .news-more a:hover,
body.single-news_media .section2 .content-news .content-news-entry .news-more a:hover {
  text-decoration: none;
}
body.page-template-news .section2 .content-single,
body.single-news_media .section2 .content-single {
  max-width: 800px;
  margin: 25px auto;
  position: relative;
  z-index: 1;
}
body.page-template-news .section2 .content-single .content-title,
body.single-news_media .section2 .content-single .content-title {
  padding-bottom: 0.25em;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  body.page-template-news .section2 .content-single .content-title,
  body.single-news_media .section2 .content-single .content-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  body.page-template-news .section2 .content-single .content-title,
  body.single-news_media .section2 .content-single .content-title {
    font-size: 32px;
  }
}
body.page-template-news .section2 .content-single .content-date,
body.single-news_media .section2 .content-single .content-date {
  text-align: center;
  font-size: 13px;
  color: #b3b3b3;
  font-weight: 700;
}
body.page-template-news .section2 .content-single .content-content,
body.single-news_media .section2 .content-single .content-content {
  margin-top: 50px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #262626;
  line-height: 1.6;
}
@media only screen and (max-width: 480px) {
  body.page-template-news .section2 .content-single .content-content,
  body.single-news_media .section2 .content-single .content-content {
    font-size: 14px;
    margin-top: 25px;
  }
}
body.page-template-news .section2 .content-single .content-content a,
body.single-news_media .section2 .content-single .content-content a {
  color: #da4c4a;
  text-decoration: underline;
}
body.page-template-news .section2 .content-single .content-content a:hover,
body.single-news_media .section2 .content-single .content-content a:hover {
  text-decoration: none;
}
body.error404 .section1 {
  padding-top: 200px;
  padding-bottom: 100px;
  padding-left: 50px;
}
@media only screen and (max-width: 1000px) {
  body.error404 .section1 {
    padding-top: 175px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 800px) {
  body.error404 .section1 {
    padding-top: 175px;
    padding-bottom: 300px;
    padding-left: 0;
  }
}
body.error404 .section1 .content-header {
  width: 50%;
  float: left;
  margin-top: 75px;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 900;
  color: #FF5A5A;
  text-transform: uppercase;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  body.error404 .section1 .content-header {
    font-size: 60px;
  }
}
@media only screen and (max-width: 800px) {
  body.error404 .section1 .content-header {
    font-size: 50px;
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  body.error404 .section1 .content-header {
    font-size: 40px;
  }
}
body.error404 .section1 .content-feature1 {
  width: 50%;
  float: left;
  margin-top: 10px;
  margin-right: 50px;
  position: relative;
  padding: 25px;
  border: 3px solid #515151;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: white;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  body.error404 .section1 .content-feature1 {
    float: none;
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1000px) {
  body.error404 .section1 .content-feature1 {
    font-size: 14px;
  }
}
body.error404 .section1 .content-feature1::before {
  content: '';
  display: block;
  height: 3px;
  width: 65%;
  position: absolute;
  bottom: 0;
  left: 100%;
  margin-bottom: -3px;
  background-color: #515151;
}
@media only screen and (max-width: 800px) {
  body.error404 .section1 .content-feature1::before {
    width: 3px;
    height: 100px;
    bottom: auto;
    top: 100%;
    left: 50%;
    right: auto;
    margin-left: -1px;
    margin-bottom: 0;
  }
}
body.error404 .section1 .content-image {
  width: 320px;
  position: absolute;
  right: 10%;
  top: 12.5%;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  body.error404 .section1 .content-image {
    width: 280px;
    top: 15%;
  }
}
@media only screen and (max-width: 1000px) {
  body.error404 .section1 .content-image {
    width: 240px;
    top: 20%;
  }
}
@media only screen and (max-width: 800px) {
  body.error404 .section1 .content-image {
    left: 0;
    right: 0;
    width: 100%;
    top: 100%;
    bottom: auto;
    margin-bottom: 0;
    margin-top: 50px;
  }
  body.error404 .section1 .content-image img {
    width: 160px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.content-slider {
  position: relative;
}
.content-slide {
  display: none;
}
.content-slides-buttons {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.content-slides-buttons li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  font-size: 1px;
  line-height: 1;
  cursor: pointer;
  background-color: #515151;
  border-radius: 50%;
  transition: background-color 0.15s ease-in-out;
}
.content-slides-buttons li:hover,
.content-slides-buttons li.active {
  background-color: white;
}
.content-wysiwyg {
  line-height: 1.4;
  /*
    @media only screen and (max-width: 480px) {
        table {
            tbody, thead, tr, th, td { display: block; width: 100%; }
            tr { padding: 10px 0; }
            td, th { text-align: left; }
        }
    }
    */
}
.content-wysiwyg > *:first-child {
  margin-top: 0;
}
.content-wysiwyg > *:last-child {
  margin-bottom: 0;
}
.content-wysiwyg h1 {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.1;
  margin: 1em auto;
}
.content-wysiwyg h2 {
  font-size: 180%;
  font-weight: 900;
  line-height: 1.1;
  margin: 1em auto;
}
.content-wysiwyg h3 {
  font-size: 160%;
  font-weight: 900;
  line-height: 1.1;
  margin: 1em auto;
}
.content-wysiwyg h4 {
  font-size: 140%;
  font-weight: 900;
  line-height: 1.2;
  margin: 1em auto;
}
.content-wysiwyg h5 {
  font-size: 120%;
  font-weight: 900;
  line-height: 1.2;
  margin: 1em auto;
}
.content-wysiwyg h6 {
  font-size: 110%;
  font-weight: 900;
  line-height: 1.2;
  margin: 1em auto;
}
.content-wysiwyg h1 a,
.content-wysiwyg h2 a,
.content-wysiwyg h3 a,
.content-wysiwyg h4 a,
.content-wysiwyg h5 a,
.content-wysiwyg h6 a {
  color: inherit;
  text-decoration: none;
}
.content-wysiwyg h1 a:hover,
.content-wysiwyg h2 a:hover,
.content-wysiwyg h3 a:hover,
.content-wysiwyg h4 a:hover,
.content-wysiwyg h5 a:hover,
.content-wysiwyg h6 a:hover {
  text-decoration: underline;
}
.content-wysiwyg a {
  text-decoration: underline;
  color: inherit;
}
.content-wysiwyg a:hover {
  text-decoration: none;
}
.content-wysiwyg p {
  margin: 1em auto;
}
.content-wysiwyg p img {
  margin-bottom: 1em;
}
.content-wysiwyg p img.alignleft {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.content-wysiwyg p img.alignright {
  float: right;
  margin-left: 2em;
  margin-bottom: 1em;
  margin-top: 1em;
}
.content-wysiwyg p img.block {
  margin-top: 1em;
}
.content-wysiwyg p small {
  font-size: 80%;
}
.content-wysiwyg ol,
.content-wysiwyg ul {
  margin: 1em auto;
  padding-left: 2.5em;
}
.content-wysiwyg ol li,
.content-wysiwyg ul li {
  padding: 0.25em;
}
.content-wysiwyg hr {
  display: block;
  width: 100%;
  height: 0;
  margin: 25px auto;
  border: 0;
  border-top: 1px solid #3c3c3c;
}
