/*# sourceMappingURL=main.scss.map */
@media (min-width: 768px) {
  .hide-tablet {
    display: none !important; } }

.show-tablet {
  display: none !important; }
  @media (min-width: 768px) {
    .show-tablet.show-tablet--block {
      display: block !important; }
    .show-tablet.show-tablet--flex {
      display: flex !important; } }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'INGMe-Regular';
  src: url("../fonts/Regular/INGMeWeb-Regular.eot");
  src: url("../fonts/Regular/INGMeWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Regular/INGMeWeb-Regular.woff2") format("woff2"), url("../fonts/Regular/INGMeWeb-Regular.woff") format("woff"), url("../fonts/Regular/INGMeWeb-Regular.ttf") format("truetype"), url("../fonts/Regular/INGMeWeb-Regular.svg#webfont") format("svg"); }

@font-face {
  font-family: 'INGMe-Italic';
  src: url("../fonts/Italic/INGMeWeb-Italic.eot");
  src: url("../fonts/Italic/INGMeWeb-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Italic/INGMeWeb-Italic.woff2") format("woff2"), url("../fonts/Italic/INGMeWeb-Italic.woff") format("woff"), url("../fonts/Italic/INGMeWeb-Italic.ttf") format("truetype"), url("../fonts/Italic/INGMeWeb-Italic.svg#webfont") format("svg"); }

@font-face {
  font-family: 'INGMe-Bold';
  src: url("../fonts/Bold/INGMeWeb-Bold.eot");
  src: url("../fonts/Bold/INGMeWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bold/INGMeWeb-Bold.woff2") format("woff2"), url("../fonts/Bold/INGMeWeb-Bold.woff") format("woff"), url("../fonts/Bold/INGMeWeb-Bold.ttf") format("truetype"), url("../fonts/Bold/INGMeWeb-Bold.svg#webfont") format("svg"); }

@font-face {
  font-family: 'INGMe-BoldItalic';
  src: url("../fonts/BoldItalic/INGMeWeb-BoldItalic.eot");
  src: url("../fonts/BoldItalic/INGMeWeb-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BoldItalic/INGMeWeb-BoldItalic.woff2") format("woff2"), url("../fonts/BoldItalic/INGMeWeb-BoldItalic.woff") format("woff"), url("../fonts/BoldItalic/INGMeWeb-BoldItalic.ttf") format("truetype"), url("../fonts/BoldItalic/INGMeWeb-BoldItalic.svg#webfont") format("svg"); }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }
  *:before, *:after {
    box-sizing: border-box; }

body {
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column; }

#header {
  align-items: center;
  background-color: white;
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 28px; }
  @media (max-width: 519px) {
    #header {
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px;
      flex-direction: column; }
      #header .logo-primary {
        margin-bottom: 10px; } }

#content {
  flex: 1 0 auto;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    #content {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    #content {
      padding-left: 28px;
      padding-right: 28px; } }

#footer {
  align-items: center;
  background-color: white;
  display: flex;
  height: 54px;
  justify-content: center;
  margin-top: 90px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mt30 {
  margin-top: 30px; }

.mb30 {
  margin-bottom: 30px; }

.mt40 {
  margin-top: 40px; }

.mb40 {
  margin-bottom: 40px; }

.mt50 {
  margin-top: 50px; }

.mb50 {
  margin-bottom: 50px; }

.mt60 {
  margin-top: 60px; }

.mb60 {
  margin-bottom: 60px; }

.box {
  background-color: white;
  margin-top: 20px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }
  .box .box-content-wrapper {
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .box .box-content-wrapper {
        padding-left: 48px;
        padding-right: 48px; } }
    .box .box-content-wrapper.small {
      max-width: 370px;
      padding-left: 20px;
      padding-right: 20px; }
  .box.box--title {
    border-radius: 12px;
    padding: 40px 0px 40px 0px; }
  .box.box--form {
    border-radius: 12px;
    padding: 40px 0px 60px 0px; }

form label {
  color: #333333;
  display: block;
  display: inline-block;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 6px; }

form input, form textarea {
  background-color: white;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  padding-left: 14px;
  padding-right: 14px;
  width: 100%; }
  form input::placeholder, form textarea::placeholder {
    color: #9B9B9B; }
  form input:focus, form textarea:focus {
    outline: none; }
  form input[disabled], form textarea[disabled] {
    background-color: #F7F7F7;
    cursor: not-allowed; }

form textarea {
  padding: 8px;
  resize: vertical;
  height: 200px; }

form .error label {
  color: #f10000;
  font-weight: bold;
  font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif; }

form .error .field-headline {
  color: #f10000; }
  form .error .field-headline + label {
    color: #333333;
    font-weight: bold;
    font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif; }

form .error input, form .error textarea {
  border: 2px solid #f10000; }

form .error .input-list-wrapper input {
  border: 1px solid #D9D9D9; }

form .error .field-error {
  color: #f10000;
  margin-top: 6px;
  display: inline-block;
  font-weight: bold;
  font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif; }

form .input-group + .input-group, form .input-group + .input-double, form .input-double + .input-group, form .input-double + .input-double {
  margin-top: 20px; }

form .input-group .field-headline, form .input-double .field-headline {
  margin-bottom: 10px; }

form .field-headline {
  font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px; }

form .input-group-big + .input-group-big {
  margin-top: 40px; }

form .input-group-big label {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px; }

form .input-group-big ol {
  padding-left: 22px; }
  form .input-group-big ol li {
    font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif; }

@media (min-width: 650px) {
  form .input-double {
    display: flex; }
    form .input-double .input-group {
      margin-right: 10px;
      max-width: 240px; }
    form .input-double .input-group + .input-group {
      margin-left: 10px;
      margin-right: 0;
      margin-top: 0; }
    form .input-double.small .input-group {
      margin-right: 5px; }
    form .input-double.small .input-group + .input-group {
      margin-left: 5px;
      margin-right: 0; } }

form .form-message {
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  margin-top: 10px; }
  form .form-message.error {
    color: #f10000; }

form a {
  margin-top: 25px; }
  form a.link--right {
    text-align: right;
    display: block; }

form .list {
  counter-reset: inputnumber; }
  form .list .input-list-wrapper.error input {
    border: 2px solid #f10000; }
  form .list .input-list-wrapper .input-wrapper {
    align-items: baseline;
    display: flex;
    margin-top: 10px; }
    form .list .input-list-wrapper .input-wrapper:before {
      content: counter(inputnumber) ".";
      counter-increment: inputnumber;
      font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      margin-right: 10px; }
  form .list .input-list-wrapper .field-error {
    margin-left: 22px; }

form .file-upload .field-headline {
  margin-bottom: 6px; }

form .file-upload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

form .file-upload input + label {
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #666666;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  z-index: 1;
  display: block; }

form .file-upload .button-delete {
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #666666;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  z-index: 1;
  display: none;
  width: 90%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); }
  form .file-upload .button-delete span {
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    padding: 0;
    text-align: center;
    width: 100% !important;
    display: block;
    margin-bottom: 0;
    position: static !important;
    transform: none !important; }

form .file-upload .wrapper {
  align-items: center;
  background-color: #F7F7F7;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  height: 200px;
  justify-content: center;
  padding: 43px 20px;
  position: relative;
  width: 200px; }
  @media screen and (min-width: 0\0) {
    form .file-upload .wrapper span {
      top: 10px;
      display: block; }
    form .file-upload .wrapper label {
      overflow: hidden;
      bottom: 10px; }
    form .file-upload .wrapper span, form .file-upload .wrapper label {
      width: 80%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%); } }

form .file-upload span {
  color: #666666;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 20px;
  text-align: center;
  width: 145px;
  z-index: 1; }

form .file-upload img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

form .file-upload.has-image .wrapper > span {
  visibility: hidden; }

form .file-upload.has-image .wrapper input + label {
  display: none; }
  @media (min-width: 1024px) {
    form .file-upload.has-image .wrapper input + label {
      opacity: 0;
      transition-duration: 200ms;
      transition-delay: 100ms; } }

form .file-upload.has-image .wrapper img {
  visibility: visible; }

form .file-upload.has-image .wrapper:hover input + label {
  opacity: 1;
  transition-delay: 0ms; }

form .file-upload.has-image .wrapper:hover .button-delete {
  opacity: 1;
  transition-delay: 0ms; }

form .file-upload.has-image .wrapper .button-delete {
  display: block; }
  @media (min-width: 1024px) {
    form .file-upload.has-image .wrapper .button-delete {
      opacity: 0;
      transition-duration: 200ms;
      transition-delay: 100ms; } }

form .file-upload .field-error {
  width: 200px;
  text-align: left;
  font-size: 13px; }

form .check-boxes {
  margin-top: 40px; }
  form .check-boxes .checkbox + .checkbox {
    margin-top: 15px; }

form .checkbox {
  display: flex;
  flex-wrap: wrap; }
  form .checkbox a {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline; }
    form .checkbox a:before {
      content: none; }
  form .checkbox label {
    margin-bottom: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  form .checkbox [type="checkbox"]:checked,
  form .checkbox [type="checkbox"]:not(:checked) {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0; }
  form .checkbox [type="checkbox"]:checked + label,
  form .checkbox [type="checkbox"]:not(:checked) + label {
    position: relative;
    padding-left: 27px;
    cursor: pointer;
    flex-basis: 100%; }
  form .checkbox [type="checkbox"]:checked + label:before,
  form .checkbox [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #666666;
    border-radius: 3px; }
  form .checkbox [type="checkbox"]:checked + label:after,
  form .checkbox [type="checkbox"]:not(:checked) + label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 22px;
    width: 7px;
    height: 11px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: rotateZ(36deg); }
  form .checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0; }
  form .checkbox [type="checkbox"]:checked + label:after {
    opacity: 1; }
  form .checkbox [type="checkbox"]:disabled:checked + label:before,
  form .checkbox [type="checkbox"]:disabled:not(:checked) + label:before {
    border-color: #bbb;
    background-color: #ddd; }
  form .checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999; }
  form .checkbox [type="checkbox"]:disabled + label {
    color: #aaa; }

form .message {
  margin-top: 20px;
  color: #f10000;
  font-weight: bold;
  font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif; }

button:not(.gm-control-active) {
  background-color: #FF6200;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 7px 19px 7px 19px;
  cursor: pointer;
  font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  height: 40px; }
  button:not(.gm-control-active):before {
    content: "\203A";
    font-size: 1.375rem;
    line-height: 1;
    margin-right: 8px;
    margin-top: 0; }
  button:not(.gm-control-active):hover {
    background-color: #FF8900; }
  button:not(.gm-control-active):focus {
    outline: none; }
  button:not(.gm-control-active):disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.grid {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .grid.grid--row {
      flex-direction: row; } }
  .grid .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline; }
    .grid .row.row--submit {
      margin-top: 30px; }
  .grid > a {
    display: block;
    text-align: right; }
    .grid > a.grid--left {
      text-align: left; }
  .grid.grid--text p {
    font-size: 14px;
    line-height: 22px; }
  .grid.grid--text h1, .grid.grid--text h2, .grid.grid--text h3, .grid.grid--text h4, .grid.grid--text h5, .grid.grid--text h6 {
    margin-bottom: 10px; }
  .grid.grid--text .link-group {
    margin-top: 30px; }
  .grid.grid--text a {
    display: block; }
    .grid.grid--text a + a {
      margin-top: 10px; }

a {
  color: #333333;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none; }
  a.link-primary {
    color: #FF6200;
    font-family: "INGMe-Bold",Helvetica,"Verdana",Arial,sans-serif; }
  a:before {
    color: #FF6200;
    content: "\203A";
    font-family: "INGMe-Bold",Helvetica,"Verdana",Arial,sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 0px;
    margin-right: 9px;
    position: relative;
    top: 1px; }
  a.small {
    font-size: 14px;
    line-height: 16px;
    color: #767676; }
    a.small:before {
      content: normal; }
  a:hover {
    color: #FF6200; }

p {
  color: #333333;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px; }
  p.error {
    color: #f10000; }

ul {
  padding-left: 20px; }
  ul li {
    color: #333333;
    font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }

.footnote {
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666666; }

h1 {
  color: #FF6200;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 40px; }

h2 {
  color: #FF6200;
  font-family: "INGMe-Regular", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 32px; }

h5 {
  color: #333333;
  font-family: "INGMe-Bold", Helvetica, "Verdana", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px; }

.headline-pair h1, .headline-pair h2, .headline-pair h3,
.headline-pair h4, .headline-pair h5, .headline-pair h6 {
  display: inline; }

@media (max-width: 519px) {
  .headline-pair h1, .headline-pair h2, .headline-pair h3,
  .headline-pair h4, .headline-pair h5, .headline-pair h6 {
    display: block; }
    .headline-pair h1 + h1, .headline-pair h1 + h2, .headline-pair h1 + h3,
    .headline-pair h1 + h4, .headline-pair h1 + h4, .headline-pair h1 + h6, .headline-pair h2 + h1, .headline-pair h2 + h2, .headline-pair h2 + h3,
    .headline-pair h2 + h4, .headline-pair h2 + h4, .headline-pair h2 + h6, .headline-pair h3 + h1, .headline-pair h3 + h2, .headline-pair h3 + h3,
    .headline-pair h3 + h4, .headline-pair h3 + h4, .headline-pair h3 + h6,
    .headline-pair h4 + h1,
    .headline-pair h4 + h2,
    .headline-pair h4 + h3,
    .headline-pair h4 + h4,
    .headline-pair h4 + h4,
    .headline-pair h4 + h6, .headline-pair h5 + h1, .headline-pair h5 + h2, .headline-pair h5 + h3,
    .headline-pair h5 + h4, .headline-pair h5 + h4, .headline-pair h5 + h6, .headline-pair h6 + h1, .headline-pair h6 + h2, .headline-pair h6 + h3,
    .headline-pair h6 + h4, .headline-pair h6 + h4, .headline-pair h6 + h6 {
      display: block;
      font-size: 17px; } }

#profile-edit-form .sidebar {
  order: -1;
  margin-top: 20px; }

#profile-edit-form .main {
  order: -2; }

#profile-edit-form #profile_pic {
  margin-bottom: 40px; }
  #profile-edit-form #profile_pic .error .wrapper {
    border-color: #f10000; }
    #profile-edit-form #profile_pic .error .wrapper span, #profile-edit-form #profile_pic .error .wrapper label {
      color: #f10000; }
    #profile-edit-form #profile_pic .error .wrapper label {
      border-color: #f10000 !important; }

@media (min-width: 768px) {
  #profile-edit-form .sidebar {
    margin-right: 25px;
    order: -2;
    margin-top: 0;
    flex-basis: 33%; }
  #profile-edit-form .main {
    margin-left: 25px;
    order: -1;
    flex-basis: 67%; } }

#profile_header .message {
  order: -1; }

#profile_header .profile_preview {
  order: -1; }

@media (min-width: 768px) {
  #profile_header {
    margin-bottom: 25px; }
    #profile_header .message {
      margin-right: 25px;
      order: -2;
      margin-top: 0;
      flex-basis: 67%; }
    #profile_header .profile_preview {
      margin-left: 25px;
      order: -1;
      flex-basis: 33%;
      text-align: right; } }

#footer a {
  margin-right: 1em; }
  #footer a:last-child {
    margin-right: 0; }

.php_error {
  display: none; }
