/****** FILE: mysite/style/normalize.css *****/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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; }

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

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

figure {
  margin: 0; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/**
 * 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 */ }

/**
 * 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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }


/****** FILE: mysite/style/typography.css *****/
.typography strong {
  font-weight: 600; }

.typography p {
  color: #5F5D6F;
  line-height: 1.5;
  margin: 0 0 1.5em 0; }

.typography hr {
  border: 0;
  border-bottom: 1px solid #e9e9ea;
  clear: both;
  height: 0px;
  padding: 4px 0 0 0;
  margin: 0 0 0.75em 0; }

.typography a {
  text-decoration: none;
  color: #28b828;
  font-weight: 600; }
  .typography a:hover {
    color: #2dd12d; }

.typography ol,
.typography ul {
  color: #5F5D6F;
  margin: 0 0 1.065em 1.5em;
  padding: 0; }
  .typography ol li,
  .typography ul li {
    line-height: 1.5;
    padding: 0 0 0.5em 0; }

.typography h1,
.typography h2 {
  color: #5F5D6F;
  margin: 0 0 0.15em 0;
  font-weight: 600;
  line-height: 1.5; }

.typography h1 {
  font-size: 2em; }

.typography h2 {
  font-size: 1.41em;
  font-weight: 600; }

.typography h3 {
  font-size: 1.41em;
  font-weight: 400; }

.typography h4 {
  color: #5F5D6F;
  margin: 0 0 0.75em 0;
  font-weight: 600;
  line-height: 1.5;
  clear: both; }

.typography h5 {
  color: #5F5D6F;
  font-weight: 600;
  margin: 0.75em 0 0.75em 0; }

.typography h6 {
  color: #5F5D6F;
  font-weight: 600;
  margin: 15px 0 5px 0; }

.typography pre {
  font-family: "Courier New", Courier;
  display: block;
  margin: 2em 5em;
  padding: 0.5em;
  border: 1px #ccc solid;
  background: #eee; }

.typography table {
  margin: 0 0 1.5em 0;
  color: #5F5D6F;
  border-collapse: collapse; }
  .typography table td {
    border: 1px solid #fff;
    padding: 0 5px 8px 5px;
    vertical-align: top; }

.typography .left {
  text-align: left; }

.typography .center {
  text-align: center; }

.typography .right {
  text-align: right; }

.typography img {
  border: none;
  max-width: 100%;
  height: auto; }
  .typography img.right {
    text-align: right;
    margin-left: 1.5em; }
  .typography img.left {
    text-align: left;
    margin-right: 1.5em; }
  .typography img.leftAlone {
    float: left;
    margin-right: 100%;
    display: table; }
  .typography img.rightAlone {
    float: right;
    margin-left: 100%;
    display: table; }
  .typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: table; }


/****** FILE: mysite/style/form.css *****/
form#Form_Form {
  padding: 0px 0 50px 0;
  width: 100%; }

form fieldset,
form .userform-fields {
  border: 0;
  margin: 0;
  padding: 0; }
  form fieldset .field,
  form .userform-fields .field {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 1em 0; }
    form fieldset .field label,
    form .userform-fields .field label {
      color: #5F5D6F;
      margin-bottom: 5px;
      font-size: 22px; }
      form fieldset .field label.left,
      form .userform-fields .field label.left {
        display: inline-block;
        float: none; }
      form fieldset .field label.required,
      form .userform-fields .field label.required {
        display: none !important; }
    form fieldset .field .middleColumn,
    form .userform-fields .field .middleColumn {
      float: left;
      width: 100% !important;
      background: none; }
      form fieldset .field .middleColumn input.text,
      form fieldset .field .middleColumn textarea,
      form fieldset .field .middleColumn .textajaxuniquetext,
      form fieldset .field .middleColumn select,
      form .userform-fields .field .middleColumn input.text,
      form .userform-fields .field .middleColumn textarea,
      form .userform-fields .field .middleColumn .textajaxuniquetext,
      form .userform-fields .field .middleColumn select {
        width: 100%;
        max-width: 700px;
        padding: 6px 5px;
        font-size: 22px;
        background-color: transparent;
        border: 1px solid #e9e9ea;
        color: #5F5D6F; }
      form fieldset .field .middleColumn input.text:focus,
      form fieldset .field .middleColumn textarea:focus,
      form fieldset .field .middleColumn .textajaxuniquetext:focus,
      form fieldset .field .middleColumn select:focus,
      form .userform-fields .field .middleColumn input.text:focus,
      form .userform-fields .field .middleColumn textarea:focus,
      form .userform-fields .field .middleColumn .textajaxuniquetext:focus,
      form .userform-fields .field .middleColumn select:focus {
        outline: none; }
      form fieldset .field .middleColumn input[disabled], form fieldset .field .middleColumn form textarea[disabled],
      form .userform-fields .field .middleColumn input[disabled],
      form .userform-fields .field .middleColumn form textarea[disabled] {
        background-color: #f7f7f7;
        border: 1px solid #dad9d9; }
      form fieldset .field .middleColumn textarea,
      form .userform-fields .field .middleColumn textarea {
        resize: vertical; }
      form fieldset .field .middleColumn .checkbox input, form fieldset .field .middleColumn .radio input,
      form .userform-fields .field .middleColumn .checkbox input,
      form .userform-fields .field .middleColumn .radio input {
        float: left;
        width: 13px;
        height: 13px;
        margin-right: 6px;
        margin-top: 6px;
        padding: 0; }
      form fieldset .field .middleColumn .checkbox label.right, form fieldset .field .middleColumn .radio label.right,
      form .userform-fields .field .middleColumn .checkbox label.right,
      form .userform-fields .field .middleColumn .radio label.right {
        float: left; }

form .message {
  background-color: #fef4ba;
  padding: 5px 10px;
  border: 1px solid #e8c805;
  border-radius: 3px; }

form .good {
  background-color: #ecf9d0;
  border-color: #8fbe00; }

form .bad, form .required {
  background-color: #ff80bf !important;
  border-color: #b20059 !important;
  color: #5F5D6F !important; }

.Actions {
  margin-bottom: 20px;
  text-align: center; }
  .Actions a.btn, .Actions button, .Actions input[type="submit"], .Actions .Actions .action {
    background: #b20059;
    color: white;
    display: inline-block;
    border-radius: 4px;
    padding: 6px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    border: none;
    font-size: 22px;
    margin-right: 10px; }
  .Actions a.btn:hover, .Actions button, .Actions input[type="submit"]:hover, .Actions .Actions .action:hover {
    background: #ff007f;
    color: white; }
  .Actions a.btn {
    line-height: 18px;
    margin-bottom: 10px; }
  .Actions a.btn:after {
    content: '\2192';
    padding-left: 10px; }
  .Actions .ie7 input.action {
    width: 0;
    overflow: visible; }
  .Actions input.action[class] {
    width: auto; }
  .Actions .ie7 .Actions .action {
    float: left; }
  .Actions .Actions:after {
    color: #B94A48;
    content: "* Pflichtfeld";
    display: inline-block;
    font-weight: normal;
    margin-top: 9px; }
  .Actions #MemberLoginForm_LoginForm .Actions:after {
    display: none; }

#Remember {
  min-height: 20px; }

#ForgotPassword {
  clear: left; }

#MemberLoginForm_LostPasswordForm .Actions:after {
  display: none; }

.FormHeading {
  clear: both;
  padding-top: 15px; }

.Actions input.resetformaction {
  float: left;
  background-color: #888; }

.Actions input.resetformaction:hover {
  background-color: #aaa; }

.checkbox label.right {
  font-size: 22px;
  color: #5F5D6F; }

#MemberLoginForm_LoginForm_Remember_Holder label {
  float: none; }

form .requiredField label.left:after {
  color: #5F5D6F;
  content: "*";
  font-size: 22px;
  font-weight: normal;
  padding-left: 3px; }

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
  margin: 0; }

form .checkboxset li,
form .optionset li {
  margin-bottom: 5px;
  list-style-type: none; }

form div.checkbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

form .checkbox .checkbox {
  clear: both; }

span.message {
  margin: 10px 0;
  display: block;
  max-width: 390px;
  clear: left;
  display: none !important; }

div.holder-required {
  background-color: #f9d0d0;
  border: 1px solid #cf0000;
  padding: 10px;
  margin-left: -11px; }

form input.holder-required {
  border: 1px solid #cf0000; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

.ss-uploadfield-item-info button {
  margin-top: 4px !important;
  float: left; }

form .file {
  color: #5F5D6F; }

@media only screen and (max-width: 700px) {
  .header form .middleColumn {
    float: none;
    width: 100% !important; }
  form label.left,
  #MemberLoginForm_LoginForm label {
    margin-bottom: 8px; } }

@media only screen and (max-width: 900px) {
  form {
    max-width: 100%; } }


/****** FILE: mysite/style/layout.css *****/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100vh;
  width: 100%; }

html {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 22px; }
  @media only screen and (max-width: 800px) {
    html {
      font-size: 21.12px; } }
  @media only screen and (max-width: 640px) {
    html {
      font-size: 20.24px; } }
  @media only screen and (max-width: 480px) {
    html {
      font-size: 18.48px; } }

body {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: none;
  /* The text size is not adjusted for Safari on iPhone */ }

svg {
  shape-rendering: geometricPrecision; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

a img {
  border: none; }

a:visited,
a:focus,
a, a img {
  outline: none;
  text-decoration: none; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto; }
  .lt-ie9 .inner {
    min-width: 1100px; }
  @media only screen and (max-width: 1100px) {
    .inner {
      padding-left: 10px;
      padding-right: 10px; } }

.back,
.forth {
  clear: both;
  display: table;
  color: #28b828;
  font-weight: 600;
  margin-top: 1.5em;
  background-size: .5em;
  padding-left: .8em;
  background-repeat: no-repeat;
  background-position: top 40% left 0%; }
  .back:hover,
  .forth:hover {
    text-decoration: none;
    color: #46d746; }

.back {
  background-image: url('data:image/svg+xml;charset=utf-8,\a 						%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22260px%22%20width%3D%22130px%22%20viewBox%3D%220%200%20130%20260%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%5Ca%20%09%09%09%09%09%09%09%3Cpolygon%20fill%3D%22%2328b828%22%20points%3D%22130%2C0%20130%2C260%200%2C130%22%2F%3E%5Ca%20%09%09%09%09%09%09%3C%2Fsvg%3E'); }
  .back:hover {
    background-image: url('data:image/svg+xml;charset=utf-8,\a 						%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22260px%22%20width%3D%22130px%22%20viewBox%3D%220%200%20130%20260%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%5Ca%20%09%09%09%09%09%09%09%3Cpolygon%20fill%3D%22%232dd12d%22%20points%3D%22130%2C0%20130%2C260%200%2C130%22%2F%3E%5Ca%20%09%09%09%09%09%09%3C%2Fsvg%3E'); }

.forth {
  background-image: url('data:image/svg+xml;charset=utf-8,\a 						%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22260px%22%20width%3D%22130px%22%20viewBox%3D%220%200%20130%20260%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%5Ca%20%09%09%09%09%09%09%09%3Cpolygon%20fill%3D%22%2328b828%22%20points%3D%220%2C0%200%2C260%20130%2C130%22%2F%3E%5Ca%20%09%09%09%09%09%09%3C%2Fsvg%3E'); }
  .forth:hover {
    background-image: url('data:image/svg+xml;charset=utf-8,\a 						%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%22260px%22%20width%3D%22130px%22%20viewBox%3D%220%200%20130%20260%22%20xml%3Aspace%3D%22preserve%22%20preserveAspectRatio%3D%22xMinYMin%20meet%22%3E%5Ca%20%09%09%09%09%09%09%09%3Cpolygon%20fill%3D%22%232dd12d%22%20points%3D%220%2C0%200%2C260%20130%2C130%22%2F%3E%5Ca%20%09%09%09%09%09%09%3C%2Fsvg%3E'); }

/* MAIN LAYOUT */
#container {
  -webkit-flex: 1;
  flex: 1; }

.main {
  display: table;
  width: 100%;
  margin-bottom: 1em; }

/* HEADER */
.service-nav {
  display: table;
  width: 100%;
  background-color: rgba(249, 249, 249, 0.94);
  border-bottom: 1px solid #e9e9ea;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.7em;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.7em;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0.7em; }
  .service-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .service-nav ul li {
      float: left;
      margin-right: 2em;
      padding: .2em 0;
      border-top: .1em solid transparent; }
      @media only screen and (max-width: 640px) {
        .service-nav ul li {
          margin-right: 1em; } }
      .service-nav ul li:last-of-type {
        margin: 0; }
      .service-nav ul li a {
        color: #5F5D6F; }
      .service-nav ul li.current {
        border-color: #28b828; }
        .service-nav ul li.current a {
          color: #28b828; }

.header {
  display: table;
  width: 100%;
  float: left;
  /* Brand */ }
  .header .brand {
    display: table;
    with: 100%;
    margin: 2em 0 0; }
    .header .brand img {
      width: 100%;
      padding: 0 10% 6% 10%; }
      @media only screen and (max-width: 800px) {
        .header .brand img {
          padding: 0; } }

.menu2 {
  margin: 1em auto;
  max-width: 1100px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center; }
  @media only screen and (min-width: 800px) {
    .menu2 {
      margin-top: 0; } }
  .menu2 li {
    padding: .25em .5em;
    margin: .35em .35em;
    border: #e9e9ea 1px solid;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em; }
    .menu2 li a {
      display: -webkit-flex;
      display: flex;
      color: #5F5D6F;
      line-height: 50px; }
      .menu2 li a img {
        padding-right: .3em;
        margin-right: .3em;
        border-right: .12em solid transparent;
        width: calc(50px + .5em);
        height: 50px; }
    .menu2 li.current {
      border-color: #bfbfc2; }
      .menu2 li.current a {
        color: #28b828; }
      .menu2 li.current img {
        border-color: #28b828; }
    .menu2 li:hover {
      background-color: #f9f9f9; }
      .menu2 li:hover a {
        color: #28b828; }

.footer {
  display: table;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #e9e9ea;
  background-color: #e9e9ea;
  background-image: -owg-linear-gradient(#f3f3f4, #d4d4d6);
  background-image: -webkit-linear-gradient(#f3f3f4, #d4d4d6);
  background-image: -moz-linear-gradient(#f3f3f4, #d4d4d6);
  background-image: -o-linear-gradient(#f3f3f4, #d4d4d6);
  background-image: linear-gradient(#f3f3f4, #d4d4d6); }
  .footer .inner {
    display: table; }
  .footer p {
    margin: 0;
    color: #5F5D6F; }
    .footer p a,
    .footer p span,
    .footer p strong {
      margin-right: 1em;
      display: inline-block; }
      .footer p a:last-child,
      .footer p span:last-child,
      .footer p strong:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 640px) {
        .footer p a:not(.inline),
        .footer p span:not(.inline),
        .footer p strong:not(.inline) {
          display: block; } }

/* PAGE SPECIFIC LAYOUT */
/* Homepage ---------------------------------------------------------------*/
header .brand img {
  width: 100%; }

.claim {
  background-color: #e9e9ea;
  margin: 2% 0;
  display: table;
  width: 100%;
  background-image: -owg-linear-gradient(#e9e9ea, #e1e1e3);
  background-image: -webkit-linear-gradient(#e9e9ea, #e1e1e3);
  background-image: -moz-linear-gradient(#e9e9ea, #e1e1e3);
  background-image: -o-linear-gradient(#e9e9ea, #e1e1e3);
  background-image: linear-gradient(#e9e9ea, #e1e1e3); }
  .claim h2 {
    color: #5F5D6F;
    margin: 0 0 0.75em 0; }
  .claim .inner > h2 {
    text-align: center;
    margin: 1.35em 0 1.5em 0; }

/* Home Page------------------------------*/
.HomePage .main .inner {
  text-align: center; }

.HomePage .topIcon {
  width: 230px;
  display: inline-block;
  margin: 6% 6% 0 6%;
  color: #5F5D6F; }
  .HomePage .topIcon img {
    width: 100%; }
  .HomePage .topIcon h2 {
    text-align: center;
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: 400; }
  .HomePage .topIcon:hover img {
    transform: scale(1.1);
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
  .HomePage .topIcon:hover h2 {
    color: #393843; }

/* Process Holder---------------------------*/
.OverviewImage img {
  width: 100%; }

.process {
  width: 100%;
  float: left;
  padding: 10px;
  text-align: center; }
  .process img {
    width: 30%;
    float: left;
    padding: 3em 1em 1em 0; }
    @media only screen and (max-width: 800px) {
      .process img {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding: 0 0 1em 0;
        width: auto;
        max-width: 100%; } }
  .process .txt {
    text-align: left;
    width: 66.66667%;
    float: right;
    margin-right: 0;
    margin-bottom: 1em; }
    @media only screen and (max-width: 800px) {
      .process .txt {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.process-service {
  background-color: #e9e9ea;
  padding: 1em 0;
  display: table;
  width: 100%;
  text-align: center; }
  .process-service .txt {
    text-align: left;
    width: 66.66667%;
    float: left; }
    @media only screen and (max-width: 800px) {
      .process-service .txt {
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .process-service img {
    float: left;
    padding-right: 1.6em; }
    @media only screen and (max-width: 800px) {
      .process-service img {
        float: none;
        maring-left: auto;
        margin-right: auto;
        padding-right: 0;
        padding-bottom: 1em; } }

.AboutUs img {
  float: right;
  padding: 0;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
  width: 30%; }

/* Based on HTML5 boilerplate print styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /* Simple theme custom print styles */
  .header,
  .footer,
  .nav-open-button,
  .search-bar,
  .search-dropdown-icon,
  nav.primary {
    display: none; } }


