/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  *font-size: 100%;
  /* 3 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  *zoom: 1; }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
   * Addresses margins set differently in IE 6/7.
   */
p,
pre {
  *margin: 1em 0; }

/*
   * Addresses CSS quotes not supported in IE 6/7.
   */
q {
  *quotes: none; }

/*
   * Addresses `quotes` property not supported in Safari 4.
   */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
     Lists
     ========================================================================== */
/*
   * Addresses margins set differently in IE 6/7.
   */
dl,
menu,
ol,
ul {
  *margin: 1em 0; }

dd {
  *margin: 0 0 0 40px; }

/*
   * Addresses paddings set differently in IE 6/7.
   */
menu,
ol,
ul {
  *padding: 0 0 0 40px; }

/*
   * Corrects list images handled incorrectly in IE 7.
   */
nav ul,
nav ol {
  *list-style: none;
  *list-style-image: none; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  *-ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 3 */
  *margin-left: -7px;
  /* 4 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hidden {
  display: none; }

body {
  font-family: Arial, sans-serif;
  font-weight: 300; }
  html.wf-proximanova-n3-active body {
    font-family: "proxima-nova"; }

body.page, .single-artist {
  background-color: #f0f0f0; }

body.page-template-superstart {
  padding-bottom: 50px;
  background-color: #e93d4b; }
  body.page-template-superstart .inner {
    padding: 0 20px; }
  body.page-template-superstart img {
    width: 876px; }
  body.page-template-superstart .wrap-start {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px; }
    body.page-template-superstart .wrap-start:after {
      content: " ";
      display: block;
      clear: both; }
  body.page-template-superstart h1 {
    padding: 8px 0;
    margin: 0;
    line-height: 1;
    font-size: 28px; }
    body.page-template-superstart h1 a {
      color: white;
      text-decoration: none; }
      body.page-template-superstart h1 a span {
        color: black; }
  body.page-template-superstart h2 {
    font-size: 24px;
    color: white; }

a, a:visited {
  color: #e93d4b; }

img {
  max-width: 100%; }

.embed {
  position: relative;
  padding-bottom: 52.5%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 2em; }

.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

h1, h2, nav, .subnav {
  font-family: sans-serif;
  font-weight: 400; }
  html.wf-dincondensedweb-n4-active h1, html.wf-dincondensedweb-n4-active h2, html.wf-dincondensedweb-n4-active nav, html.wf-dincondensedweb-n4-active .subnav {
    font-family: "din-condensed-web"; }

h1, h2 {
  text-transform: uppercase; }

p {
  font-size: 16px;
  line-height: 140%; }

p.lead {
  font-size: 22px;
  line-height: 1.2; }

.site-switcher {
  background-color: #8cc368;
  font-size: 10px; }
  .site-switcher ul {
    margin: 0 auto;
    padding: 0;
    max-width: 970px;
    text-align: center;
    display: flex;
    flex: 1;
    justify-content: space-around; }
  .site-switcher li {
    list-style-type: none; }
  .site-switcher a {
    padding: 7px 5px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: block; }
  .wf-dincondensedweb-n4-active .site-switcher {
    font-size: 14px; }

.wrap {
  background-color: #e93d4b; }

.wrap-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
  transition: opacity 0.5s ease; }
  .wrap-header.active {
    background-color: #e93d4b;
    top: 0; }

.fixed-menu .logo {
  display: block;
  transition: opacity 0.5s ease; }

.fixed-menu .wrap-header {
  top: 0;
  background-color: black;
  transition: background-color 0.5s ease; }

.fixed-menu .c-hamburger--htx {
  background: black; }
  .fixed-menu .c-hamburger--htx.is-active {
    background: #e93d4b; }

.fixed-menu header nav ul li a:hover, .fixed-menu header nav ul li a:visited {
  color: white; }

.fixed-menu header nav ul li.current a {
  color: #e93d4b; }

header {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 50px;
  /* active state, i.e. menu open */ }
  header:after {
    content: " ";
    display: block;
    clear: both; }
  header .logo {
    width: 96px;
    margin: 0 auto;
    padding-top: 5px;
    display: none; }
    header .logo.show {
      display: block; }
  header nav {
    text-align: right;
    display: none; }
    header nav ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: block;
        padding: 0 5px; }
        header nav ul li a {
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 20px;
          transition: color 0.3s; }
          header nav ul li a:visited {
            color: white; }
          header nav ul li a:hover {
            color: black; }
        header nav ul li.current a {
          color: black; }
  header .c-hamburger {
    background: none;
    border: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s; }
  header .c-hamburger:focus {
    outline: none; }
  header .c-hamburger span {
    display: block;
    position: absolute;
    top: 22px;
    left: 14px;
    right: 14px;
    height: 3px;
    background: white; }
  header .c-hamburger span::before,
  header .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: ""; }
  header .c-hamburger span::before {
    top: -8px; }
  header .c-hamburger span::after {
    bottom: -8px; }
  header .c-hamburger--htx {
    background-color: #e93d4b; }
  header .c-hamburger--htx span {
    transition: background 0s 0.3s; }
  header .c-hamburger--htx span::before,
  header .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s; }
  header .c-hamburger--htx span::before {
    transition-property: top, transform; }
  header .c-hamburger--htx span::after {
    transition-property: bottom, transform; }
  header .c-hamburger--htx.is-active span {
    background: none; }
  header .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg); }
  header .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg); }
  header .c-hamburger--htx.is-active span::before,
  header .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s; }

.wrap-main main {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .wrap-main main:after {
    content: " ";
    display: block;
    clear: both; }
  .wrap-main main .inner {
    padding: 0 10px; }
  .wrap-main main h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px; }
  .wrap-main main ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .wrap-main main ul h2 {
      padding: 0;
      margin: 8px 0; }
    .wrap-main main ul img {
      display: block; }
    .wrap-main main ul li {
      width: 49.1525423729%;
      float: left; }
      .wrap-main main ul li:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .wrap-main main ul li:nth-child(2n + 2) {
        margin-left: 50.8474576271%;
        margin-right: -100%;
        clear: none; }
      .wrap-main main ul li h2 {
        font-size: 22px; }
      .wrap-main main ul li a {
        color: black;
        text-decoration: none; }

.wrap-hero {
  background-color: #e93d4b;
  padding-top: 30px; }
  .wrap-hero .hero {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .wrap-hero .hero:after {
      content: " ";
      display: block;
      clear: both; }
    .wrap-hero .hero .inner {
      padding: 0 20px; }
    .wrap-hero .hero img {
      display: block;
      width: 720px;
      margin: 0 auto; }
    .wrap-hero .hero h1 {
      color: white;
      font-size: 32px;
      padding: 0;
      padding-bottom: 16px;
      text-align: center; }
      .wrap-hero .hero h1 span {
        color: black; }

.wrap-hero-small {
  background-color: #e93d4b;
  padding-top: 30px; }
  .wrap-hero-small .hero {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }
    .wrap-hero-small .hero:after {
      content: " ";
      display: block;
      clear: both; }
    .wrap-hero-small .hero .inner {
      padding: 0 20px; }
    .wrap-hero-small .hero h1 {
      color: white;
      font-size: 32px; }
      .wrap-hero-small .hero h1 span {
        color: black; }
  .wrap-hero-small .left img {
    width: 370px;
    padding-bottom: 0;
    display: block;
    margin: 0 auto; }
  .wrap-hero-small .right {
    text-align: center; }
    .wrap-hero-small .right h1 {
      padding-bottom: 20px; }

.page .wrap-page, .single .wrap-page {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }
  .page .wrap-page:after, .single .wrap-page:after {
    content: " ";
    display: block;
    clear: both; }
  .page .wrap-page .inner, .single .wrap-page .inner {
    padding: 20px;
    background: white; }
    .page .wrap-page .inner h1, .single .wrap-page .inner h1 {
      text-align: center; }
    .page .wrap-page .inner ul li, .single .wrap-page .inner ul li {
      font-size: 18px; }

.page .subnav, .single .subnav {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .page .subnav:after, .single .subnav:after {
    content: " ";
    display: block;
    clear: both; }
  .page .subnav ul, .single .subnav ul {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    text-align: center; }
    .page .subnav ul li, .single .subnav ul li {
      display: inline;
      padding: 0 10px; }
      .page .subnav ul li.current a, .single .subnav ul li.current a {
        text-decoration: underline; }
      .page .subnav ul li a, .single .subnav ul li a {
        color: black;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 20px;
        transition: color 0.3s; }
        .page .subnav ul li a:hover, .single .subnav ul li a:hover {
          color: #e93d4b; }

.page .share, .single .share {
  padding: 20px 0; }
  .page .share ul, .single .share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center; }
    .page .share ul li, .single .share ul li {
      display: inline;
      padding: 0 10px; }
      .page .share ul li img, .single .share ul li img {
        width: 60px; }

.table thead {
  background-color: #e93d4b; }

.table tr {
  border-bottom: 1px solid;
  border-color: #f0f0f0; }

.table thead th {
  padding: 10px;
  font-size: 24px;
  text-align: left;
  color: white; }
  .wf-dincondensedweb-n4-active .table thead th {
    font-size: 30px;
    font-family: "din-condensed-web"; }

.table.partners td {
  padding: 17px 10px 15px;
  text-align: left;
  font-size: 0.875rem;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-color: #f0f0f0; }
  .table.partners td:last-child {
    border-right: 1px solid;
    border-color: #f0f0f0; }

.table.partners td:first-child {
  width: 25%;
  text-align: center; }

.table.partners h3 {
  font-size: 1.125rem;
  margin: 0;
  margin-bottom: 0.38em; }

.table.partners p {
  margin-bottom: 0; }

footer {
  background: #e93d4b;
  margin-top: 40px; }
  footer .inner {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    footer .inner:after {
      content: " ";
      display: block;
      clear: both; }
    footer .inner h2 {
      color: white; }

.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  height: 100%;
  padding-top: 50px;
  background: #e93d4b;
  width: 300px;
  z-index: 99;
  transition: 0.5s ease; }
  .mobile-menu button:focus {
    outline: none; }
  .mobile-menu.open {
    right: 0px; }
  .mobile-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .mobile-menu ul li ul {
      display: none; }
    .mobile-menu ul li ul li a {
      padding: 10px 20px; }
    .mobile-menu ul li a {
      color: white;
      text-transform: uppercase;
      text-decoration: none;
      display: block;
      padding: 10px;
      border-bottom: 1px solid white;
      font-size: 20px; }
      .mobile-menu ul li a button {
        background: none;
        border: 0;
        font-size: 32px;
        float: right;
        line-height: 0;
        margin-top: 6px; }

.overlay {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  transition: 0.5s ease;
  display: none; }
  .overlay.active {
    background: rgba(0, 0, 0, 0.75); }

@media (min-width: 940px) {
  header nav {
    text-align: center; } }

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 140%; }
  p.lead {
    font-size: 24px;
    line-height: 1.2; }
  body.page-template-superstart h1 {
    font-size: 64px; }
  body.page-template-superstart h2 {
    margin-top: -1em;
    font-size: 36px; }
  header {
    min-height: 80px; }
  header nav {
    display: block; }
    header nav ul {
      line-height: 80px; }
      header nav ul li {
        display: inline; }
  header .logo {
    position: absolute;
    width: 132px;
    padding-left: 20px;
    padding-top: 13px; }
  header .c-hamburger {
    display: none; }
  .wrap-hero, .wrap-hero-small {
    padding-top: 80px; }
  .wrap-hero .hero h1 {
    font-size: 48px;
    margin: 0; }
  .page .wrap-page .inner, .single .wrap-page .inner {
    padding: 20px 100px; }
  .wrap-main main .inner {
    padding: 0 20px; }
    .wrap-main main .inner ul li h2 {
      font-size: 30px; }
  .wrap-main main h2, .wrap-page .inner h1 {
    font-size: 48px; }
  .wrap-main main ul li {
    width: 32.2033898305%;
    float: left; }
    .wrap-main main ul li:nth-child(3n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .wrap-main main ul li:nth-child(3n + 2) {
      margin-left: 33.8983050847%;
      margin-right: -100%;
      clear: none; }
    .wrap-main main ul li:nth-child(3n + 3) {
      margin-left: 67.7966101695%;
      margin-right: -100%;
      clear: none; }
  .wrap-hero-small .hero h1 {
    font-size: 42px; }
  .wrap-hero-small .left {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%; }
    .wrap-hero-small .left img {
      padding-bottom: 40px;
      margin: 0; }
  .wrap-hero-small .right {
    width: 49.1525423729%;
    float: right;
    margin-right: 0; }
    .wrap-hero-small .right h1 {
      padding-bottom: 0;
      text-align: right;
      padding-top: 5px;
      font-size: 48px; } }
