/* 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: 900px) {
    .container {
      width: 90%; } }
  .container.slim {
    max-width: 1100px;
    padding:2% 0; }
  .container.slim_full {
    max-width: 1100px;
    text-align: center;
  }
  .container.slim_full h2 {
    text-transform: uppercase;
    font-weight: bold;
  }
  .container.slim_full .flex {
    margin-top: 3%;
  }
  .container.centered {
    text-align: center; }

.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;
  line-height: 1.5em;
  -webkit-transition: 500ms ease background;
  -o-transition: 500ms ease background;
  transition: 500ms ease background; }
  a.cta:hover {
    background: #c3062d; }
  @media (max-width: 900px) {
  a.cta {margin: 2% auto 0 auto;}
  }


p {
  font-size: 17px;
  line-height: 1.5; }

p.large {
  font-size: 21px;
  line-height: 30px; }

div.padding {
  padding: 2em 10em; }
  @media (max-width: 900px) {
    div.padding {
      padding: 2em 5em; } }
  @media (max-width: 769px) {
    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;
    max-height: 90  0px; }
    @media (max-width: 769px) {
      header#masthead img.main-header {
        -o-object-fit: unset;
        object-fit: unset;
        max-height: 9999px; } }
  header#masthead img.amd-logo {
    position: absolute;
    top: 2em;
    right: 2em; }
    @media (max-width: 769px) {
      header#masthead img.amd-logo {
        top: 1em;
        right: 1em; } }
  header#masthead img.header-logo {
    position: absolute;
    bottom: 4em;
    right: 2em; }
    @media (max-width: 769px) {
      header#masthead img.header-logo {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto; } }

section.introduction {
    background-image: url("../images/intro_bg.png");
    background-repeat: no-repeat;
    background-position: bottom right; 
    padding: 0 2%;
}

section.introduction h1 {
  font-size: 2.3em;
  color: #fff; }
section.introduction h2 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0; }
section.introduction h2 + p {
  margin-top: 0.5em; }
section.introduction p {
  font-size: 1em;
  line-height: 1.1em }
section.introduction img{
  display: block;
  margin: 5% auto 0 auto;}

.section.three-boxes {
  padding: 2em 0;
  margin:0 auto; 
  max-width: 900px; }
  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: 769px) {
      section.three-boxes .container > .flex {
        display: block; } }
  section.three-boxes .box-single {
  margin:0 auto; }
    @media (max-width: 769px) {
      section.three-boxes .box-single {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #d60531;
        padding-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 span {
      display: block;
      padding-left: 1em; }
    section.three-boxes .box-single p {
      font-size: 13px; }
      @media (max-width: 769px) {
        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; } }


section.border-bottom {
  border-bottom: 1px 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: 769px) {
    .double-block .flex {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .double-block .flex > div {
    width: 50%; }
    @media (max-width: 769px) {
      .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: 769px) {
      .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; }
    .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 {
      text-transform: uppercase;
      font-weight: bold;
    }
    @media (max-width: 769px) {
      .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: 769px) {
    .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%; } }

.double-block.reversed .text-content {
  text-align: right; }
  @media (max-width: 769px) {
    .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: 999; }
    @media (max-width: 769px) {
      .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(20deg);
  -ms-transform: skew(20deg);
  transform: skew(20deg); }

.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(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    background: url(../images/dark_grung_bg.jpg) center no-repeat;
    background-size: cover;
    z-index: 999; }
    @media (max-width: 769px) {
      .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); }

.reversed a.cta {
  margin-right: 0;
  margin-left: auto; }
  @media (max-width: 769px) {
    .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: 769px) {
        .banner.red h2 {
          font-size: 2rem; } }

.double-block.inset {
  padding: 2em 10em; }
  @media (max-width: 769px) {
    .double-block.inset {
      padding: 1.5em; } }
  .double-block.inset .text-content {
    padding: 0; }
    @media (max-width: 769px) {
      .double-block.inset .text-content {
        padding: 1.5em 0 0 0; } }

section.three-boxes {
  padding: 2em 0;
  margin:0 auto; }
  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: 769px) {
      section.three-boxes .container > .flex {
        display: block; } }
  section.three-boxes .box-single {
  margin:0 auto; }
    @media (max-width: 769px) {
      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 span {
      display: block;
      padding-left: 1em; }
    section.three-boxes .box-single p {
      font-size: 13px; }
      @media (max-width: 769px) {
        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; } }

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: 769px) {
      footer .flex {
        display: block; }
        footer .flex > div {
          margin-bottom: 1.5em; } }
  footer .copy {
    margin: 2em 0; }
  footer p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3; }

section.intro_header {
  margin: 5% 0 2% 0;
}

section.intro_header h1 {
  font-size: 4em;
  color: #ffffff; 
  text-transform: uppercase;
  font-weight: bold;
  margin: 2% 0;
  line-height: 0.9em;
  }
section.intro_header h1 span {
  color:#dc0733;
  font-size: 0.9em;
  }

section.intro_header h2 {
  font-size: 1.4em;
  color: #fff;
  margin: 0; }

  section.intro_header img{
  display: block;
  margin: 0 auto;
}

section.intro_header #ih_copy {
  width:50%;
}
@media (max-width: 769px) {
  section.intro_header #ih_copy {
    text-align: center;
    width: 100%;
  }
  section.intro_header img {
    margin:4% auto 0 auto;
    text-align: center;
  }
}

ul.l_style {  padding-left: 3%;
  line-height: 1.5em;}
ul.l_style li { color: #dc0733;}
ul.l_style li span {color: #ffffff;}


#fullimage img {
  margin: 0 auto;
  display: block;
  width:100%;
}