/* Variables */
/*Responsive Breakpoints*/
@font-face {
  font-family: 'Klavika-Regular';
  src: url("../font/Klavika-Regular.eot");
  src: url("../font/Klavika-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Klavika-Regular.woff2") format("woff2"), url("../font/Klavika-Regular.woff") format("woff"), url("../font/Klavika-Regular.ttf") format("truetype"), url("../font/Klavika-Regular.svg#Klavika-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Klavika-Bold';
  src: url("../font/Klavika-Bold.eot");
  src: url("../font/Klavika-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Klavika-Bold.woff2") format("woff2"), url("../font/Klavika-Bold.woff") format("woff"), url("../font/Klavika-Bold.ttf") format("truetype"), url("../font/Klavika-Bold.svg#Klavika-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Klavika-Light';
  src: url("../font/Klavika-Light.eot");
  src: url("../font/Klavika-Light.eot?#iefix") format("embedded-opentype"), url("../font/Klavika-Light.woff2") format("woff2"), url("../font/Klavika-Light.woff") format("woff"), url("../font/Klavika-Light.ttf") format("truetype"), url("../font/Klavika-Light.svg#Klavika-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: visible; }

.delay {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@keyframes slideInUp {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden; } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: hidden; } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden; } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden; } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden; } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden; } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden; } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden; } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@keyframes slideOutUp {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible; }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body, html {
  overflow-x: hidden; }
  body.locked, html.locked {
    overflow: hidden;
    height: 100vh; }

body {
  font-family: "effra",sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #000;
  color: #fff; }

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .container {
      width: 90%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

h1, h2, h3, h4, h5, h6 {
  color: #dc0733;
  font-weight: 400; }

a {
  color: inherit; }

a.cta {
  font-family: "effra",sans-serif;
  font-weight: 500;
  display: table;
  background: #dc0733;
  color: #fff;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 1em;
  -webkit-transition: 500ms ease background;
  -o-transition: 500ms ease background;
  transition: 500ms ease background; }
  a.cta:hover {
    background: #c3062d; }

a.cta1 {
  font-family: "effra",sans-serif;
  font-weight: 700;
  display: table;
  background: #999;
  color: #fff;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  text-decoration: none;
  margin-top: 1em;
  -webkit-transition: 500ms ease background;
  -o-transition: 500ms ease background;
  transition: 500ms ease background; }
  a.cta1:hover {
    background: #ccc; }



p {
  font-size: 17px;
  line-height: 1.5; }

p.large {
  font-size: 21px;
  line-height: 30px; }

div.padding {
  padding: 2em 10em; }
  @media (max-width: 1200px) {
    div.padding {
      padding: 2em 5em; } }
  @media (max-width: 1200px) {
    div.padding {
      padding: 2em; } }

header#masthead {
  position: relative; }
  header#masthead img {
    display: block; }
  header#masthead img.main-header {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 1200px) {
      header#masthead img.main-header {
        -o-object-fit: unset;
        object-fit: unset;
        max-height: 9999px; } }
  header#masthead a.logo {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    width: 58px; }
  header#masthead .text-header {
    position: absolute;
    top: 7em;
    left: 2em;
    width: 50%;
    max-width: 600px; }
    header#masthead .text-header h1 {
      font-family: "effra",sans-serif;
      font-weight: 700;
      color: #fff;
      font-size: 4em;
      margin: 0; }
      header#masthead .text-header h1 > span {
        display: block;
        height: 0px; }
    header#masthead .text-header p {
      font-size: 2em;
      color: #dc0733;
      line-height: 1.5;
      margin: 0; }
      header#masthead .text-header p > span {
        display: block;
        height: 0px; }
    @media (max-width: 1200px) {
      header#masthead .text-header {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 2em;
        top: 0;
        left: 0; }
        header#masthead .text-header h1 {
          font-size: 2.5em;
          text-align: center; }
          header#masthead .text-header h1 > span {
            display: inline-block; }
        header#masthead .text-header p {
          font-size: 1.8em;
          text-align: center; }
          header#masthead .text-header p > span {
            display: inline-block; }
        header#masthead .text-header:after {
          display: block;
          content: "";
          height: 2px;
          background: url(../images/border.jpg) top center;
          position: relative;
          top: 1.5em;
          background-size: 100%; } }

section.introduction {
  padding: 3em 0; }
  section.introduction h1 {
    font-size: 2em;
    color: #fff; }
  section.introduction h2#title {
    font-weight: 600;
    text-transform: uppercase;
    color: #dc0733;
    margin: 0;
    padding-left: 3em;
    text-align: left;
    font-size: 4em; }
  @media (max-width: 1200px) {
    section.introduction h2#title {
      padding: 5% 0; } }
  section.introduction h2 + p {
    margin-top: 0.5em; }
  section.introduction #intro_text {
    padding: 0 10em 2em;
    text-align: left; }
  @media (max-width: 1200px) {
    section.introduction #intro_text {
      padding: 5%; } }
  section.introduction img {
    padding-top: 15px; }
  @media (max-width: 1200px) {
    section.introduction img {
      display: block;
      margin: 0 auto; } }

section.border-bottom {
  border-bottom: 2px solid #dc0733; }

section.margin-bottom {
  margin-bottom: 3em; }

section.padding-top {
  padding-top: 3em; }

section.padding-bottom {
  padding-bottom: 3em; }

section.grunge {
  background: url("../images/grunge_bg.jpg") center no-repeat;
  background-size: cover; }

section.grunge_dark {
  background: url("../images/dark_grung_bg.jpg") center no-repeat;
  background-size: cover; }

.double-block .flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 1200px) {
    .double-block .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .double-block .flex > div {
    width: 50%; }
    @media (max-width: 1200px) {
      .double-block .flex > div {
        width: 100%; } }
    .double-block .flex > div.image-block {
      min-height: 350px; }
    .double-block .flex > div.video-block {
      min-height: 350px; }
    @media (max-width: 1200px) {
      .double-block .flex > div.image-block, .double-block .flex > div.video-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-height: 100px; } }
  .double-block .flex .text-content {
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 10; }
    .double-block .flex .text-content h2:first-child {
      margin-top: 0; }
    .double-block .flex .text-content p:first-child {
      margin-top: 0; }
    .double-block .flex .text-content p:last-child {
      margin-bottom: 0; }
    .double-block .flex .text-content h2 {
      font-size: 1.2em; }
    @media (max-width: 1200px) {
      .double-block .flex .text-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; } }
    .double-block .flex .text-content.centered {
      text-align: center; }
  @media (max-width: 1200px) {
    .double-block .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .double-block .flex .image-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; }
      .double-block .flex .video-block {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; }
      .double-block .flex .text-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%; } }

@media (max-width: 1200px) {
  .double-block.reversed .text-content {
    text-align: left; } }

.double-block.image .image-block {
  position: relative; }
  .double-block.image .image-block img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
    @media (max-width: 660px) {
      .double-block.image .image-block img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset; } }
  .double-block.image .image-block.overlay:before {
    content: "";
    border-right: 1px solid #dc0733;
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0;
    left: -140px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: url(../images/dark_grung_bg.jpg) center no-repeat;
    background-size: cover;
    z-index: 0; }
    @media (max-width: 1200px) {
      .double-block.image .image-block.overlay:before {
        display: none; } }

.double-block.image.reversed .image-block.overlay:before {
  content: "";
  border-left: 1px solid #dc0733;
  border-right: none;
  left: auto;
  right: -140px;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg); }

.double-block.video .video-block {
  position: relative; }
  .double-block.video .video-block.overlay:before {
    content: "";
    border-right: 1px solid #dc0733;
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0;
    left: -140px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg);
    background: url(../images/dark_grung_bg.jpg) center no-repeat;
    background-size: cover;
    z-index: 999; }
    @media (max-width: 1200px) {
      .double-block.video .video-block.overlay:before {
        display: none; } }
  .double-block.video .video-block .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0; }
    .double-block.video .video-block .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.double-block.video.reversed .video-block.overlay:before {
  content: "";
  border-left: 1px solid #dc0733;
  border-right: none;
  left: auto;
  right: -140px;
  -webkit-transform: skew(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg); }

.video-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.8em;
  font-size: 1.5em;
  color: #fff;
  display: block;
  background: url(../images/red_grunge.jpg) top center no-repeat;
  background-size: cover;
  text-align: center;
  z-index: 99; }
  @media (max-width: 1200px) {
    .video-caption {
      position: relative;
      font-size: 1.1em; } }

.reversed a.cta {
  margin-right: 0;
  margin-left: auto; }
  @media (max-width: 1200px) {
    .reversed a.cta {
      margin-left: 0; } }

.banner {
  width: 100%;
  padding: 1.5em 0;
  text-align: center; }
  .banner.red {
    background: #dc0733;
    color: #fff; }
    .banner.red h2 {
      color: #fff;
      margin: 0;
      font-size: 3rem;
      font-weight: 500; }
      @media (max-width: 1200px) {
        .banner.red h2 {
          font-size: 2rem; } }

.double-block.inset {
  padding: 2em 10em; }
  @media (max-width: 1200px) {
    .double-block.inset {
      padding: 1.5em; } }
  .double-block.inset .text-content {
    padding: 0; }
    @media (max-width: 1200px) {
      .double-block.inset .text-content {
        padding: 1.5em 0 0 0; } }

section.three-boxes {
  padding: 2em 10em; }
  @media (max-width: 1200px) {
    section.three-boxes {
      padding: 2em 0; } }
  section.three-boxes .container > .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1200px) {
      section.three-boxes .container > .flex {
        display: block; } }
  @media (max-width: 1200px) {
    section.three-boxes .box-single {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #d60531;
      padding-bottom: 2em;
      margin-bottom: 2em; }
      section.three-boxes .box-single:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 1em; }
      section.three-boxes .box-single .box-image.flex {
        display: block;
        margin: auto; } }
  section.three-boxes .box-single .cta_h {
    font-weight: 600;
    padding-left: 1em; }
  section.three-boxes .box-single span {
    display: block;
    padding-left: 1em; }
  section.three-boxes .box-single p {
    font-size: 13px; }
  /*section.three-boxes .box-single:nth-child(2) {
    border-left: 1px solid #dc0733;
    padding: 0 3%;
    width: 50%;
    margin: 0 2%; }*/
    @media (max-width: 1200px) {
      section.three-boxes .box-single:nth-child(2) {
        width: 100%;
        padding: 0 0 1.5em 0;
        margin: 1.5em 0;
        border-left: none;
        border-right: none; } }
  @media (max-width: 1200px) {
    section.three-boxes .box-single .cta_button a {
      margin: auto; }
    section.three-boxes .box-single .cta_button {
      margin-top: 2em; } }

footer {
  padding: 2em 0; }
  footer .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1200px) {
      footer .flex {
        display: block; }
        footer .flex > div {
          margin-bottom: 1.5em; } }
  footer p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3; }
