@import url(https://fonts.googleapis.com/css?family=Hind);
@import url(https://fonts.googleapis.com/css?family=Roboto);
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }
/* Sections
 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }
/**
 * 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
 ========================================================================== */
/**
 * 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
 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }
/**
 * 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 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; }
/* Forms
 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 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; }
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }
/**
 * 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 */ }
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }
/* Misc
 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }

  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }

  .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }

  .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/*************************************************
 * Reset & Basics
 *************************************************/
@media all {
  /*************************************************
   * Typography
   *************************************************/
  /* Titles */
  /* Text */
  /* Links */
  /* Tables */
  /* Lists Ordered */
  /*necessary in frontend but buggy in rte*/
  /* Lists Unordered - Special Symbol */
  /*necessary in frontend but buggy in rte*/
  /* line */
  /*************************************************
   * RTE Configuration (class definition has to be in styles.css)
   *************************************************/
  /* Align Classes for RTE*/
  /*************************************************
   * Recordtyp
   *************************************************/
  /* Rulers Before / After */
  /* Accordion */
  /* Zoom Image (Plus +) */
  /* Text mit Bild */
  /* Image hover effect */
  /* Textpic with border */
  /*************************************************
   * Page
   *************************************************/
    html {
      width: 100%;
      height: 100%;
      font-size: 16px; }
    body {
      width: 100%;
      height: 100%;
      font-size: 0.8em;
      line-height: 1.5em; }
    html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      vertical-align: baseline; }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
      display: block; }
    address {
      font-style: normal; }
    table {
      border-collapse: collapse;
      border-spacing: 0; }
    ol, ul {
      list-style: none;
      list-style-image: none;
      list-style-type: none;
      list-style-position: inside; }
    strong, b {
      font-weight: 700; }
    em, i {
      font-style: italic; }
    img {
      line-height: 0; }
    .clearfix:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .clearfix {
      display: inline-block; }
    html[xmlns] .clearfix {
      display: block; }
    * html .clearfix {
      height: 1%; }
    img + h2, p + h2, table + h2, ol + h2, ul + h2, form + h2, img + h3, p + h3, table + h3, ol + h3, ul + h3, form + h3 {
      margin: 2em 0 1em 0; }
    p {
      margin: 0 0 1em 0; }
    sup {
      font-size: 0.75em;
      position: relative;
      top: -0.4em; }
    sub {
      font-size: 0.75em;
      position: relative;
      top: 0.4em; }
    a[href^=tel] {
      color: inherit;
      text-decoration: none; }
    table {
      margin: 0 0 1em 0;
      vertical-align: top;
      font-size: 1em;
      /* Bugfix RTE */
      border-collapse: collapse;
      border-spacing: 0; }
      table.border th, table.border td {
        padding: 0.3em 0.6em;
        border: 1px solid #666; }
        table.border img {
          display: block; }
        table.border th.no-padding, table.border td.no-padding {
          padding: 0; }
    th {
      font-weight: 700; }
    th, td {
      vertical-align: top;
      padding: 0 1em 1em 0; }
      th:last-child, td:last-child {
        padding: 0 0 1em 0; }
    td p:last-child {
      margin: 0; }
    caption {
      margin: 0 0 1em 0;
      font-weight: 700; }
    ol {
      list-style-type: decimal;
      margin: 0 0 1em 1.4em; }
      ol li {
        text-indent: -1.4em; }
      ol ol {
        margin: 0 0 0 1.4em; }
    td > ol {
      margin: -1.2em 0 -1.2em 1.5em; }
    .content ul {
      margin: 0 0 1em 1.5em; }
      .content ul li {
        text-indent: -1.31em; }
        .content ul li:before {
          content: "-";
          padding: 0 1em 0 0; }
      .content ul ul {
        margin: 0 0 0 1.5em; }
    .content td > ul {
      margin: -1.2em 0 -1.2em 1.5em; }
    hr {
      border: none; }
    h1.align-left, h2.align-left, h3.align-left, p.align-left, img.align-left, th.align-left, td.align-left, caption.align-left {
      text-align: left; }
      h1.align-center, h2.align-center, h3.align-center, p.align-center, img.align-center, th.align-center, td.align-center, caption.align-center {
        text-align: center; }
      h1.align-right, h2.align-right, h3.align-right, p.align-right, img.align-right, th.align-right, td.align-right, caption.align-right {
        text-align: right; }
      h1.align-justify, h2.align-justify, h3.align-justify, p.align-justify, img.align-justify, th.align-justify, td.align-justify, caption.align-justify {
        text-align: justify; }
    div.rulerAfter {
      margin: 0 0 2.5em 0;
      padding: 0 0 1.8em 0;
      border: none;
      border-bottom: 1px solid #666; }
      div.rulerBefore {
        margin: 2em 0 0 0;
        padding: 1.2em 0 0 0;
        border: none;
        border-top: 1px solid #666; }
    .accordion {
      margin-bottom: 5px; }
    .accordion > div > h2 {
      padding: 0 1em 0 0;
      color: #fff;
      background: #05305d;
      font-size: 1.2em;
      line-height: 2em;
      cursor: pointer;
      margin: 0; }
      .accordion > div > h2:before {
        content: url(../img/accordion-arrow.png);
        float: left;
        height: 30px;
        padding: 0 10px 0 4px; }
      .accordion > div > h2:hover {
        text-decoration: none;
        background: #074485; }
      .accordion > div > h2:focus {
        border: none; }
    .accordion .opened > h2:before {
      padding: 0 4px 0 10px; }
    .accordion > div > div {
      padding: 1em 1em 0 1em;
      border: 1px solid #eee;
      border-top: none; }
    .ce-gallery a {
      position: relative;
      display: inline-block; }
      .ce-gallery a:hover .img-overlay {
        opacity: 1; }
    .img-overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: all 0.3s ease; }
      .img-overlay:after {
        position: absolute;
        content: "";
        background-image: url(/fileadmin/kmi_images/icon-img-link.png);
        width: 33px;
        height: 35px;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin: -16.5px 0 0 -17.5px; }
    a.kmi-lightbox {
      display: block; }
      a.kmi-lightbox:after {
        position: absolute;
        background: #000;
        height: 12px;
        width: 12px; }
    figcaption.csc-textpic-caption {
      font-size: 0.9em;
      text-align: justify; }
    div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
      background: #000; }
    figure.csc-textpic-image a img {
      opacity: 1;
      -webkit-transition: all 1s ease;
      -moz-transition: all 1s ease;
      transition: all 1s ease; }
      figure.csc-textpic-image a img:hover {
        opacity: 0.65; }
    div.csc-textpic-border div.csc-textpic-imagewrap img {
      border: 1px solid #444; }
    #mobile-nav-button {
      display: none; } }
/*************************************************
 * Font Import
 *************************************************/
@media all {
  /*************************************************
   * Variables
   *************************************************/
  /*************************************************
   * Mixins
   *************************************************/
  /*************************************************
   * Specific Colors and Sizes
   *************************************************/
  /* Titles */
  /* Links */
  /* Lines */
  /* Color Classes for RTE */
  /*************************************************
   * Page
   *************************************************/
  /*************************************************
   * Header
   *************************************************/
  /* Top Navigation */
  /* Logo */
  /*************************************************
   * Header Image
   *************************************************/
  /*************************************************
   * Main
   *************************************************/
  /*************************************************
   * Gridelements
   *************************************************/
  /*************************************************
   * Footer
   *************************************************/
    #header, .elevation-1 {
      box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important; }
    .elevation-2, .grid-container.card-list .row.card-list__content > div > div {
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }
    .elevation-3 {
      box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }
    .elevation-4 {
      box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12) !important; }
    .elevation-5, .grid-container.card-list .row.card-list__content > div > div:hover, #footer__cta .card {
      box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12) !important; }
    #header .row, #title .row {
      width: 100%;
      max-width: 1250px;
      margin: 0 auto;
      padding: 0 50px; }
    h1 {
      font-weight: 300;
      font-size: 2.5em;
      line-height: 1.25em;
      margin: 0; }
    h2 {
      font-weight: 300;
      font-size: 1.8em;
      line-height: 1.25em;
      margin: 0 0 1em 0;
      text-transform: uppercase; }
    h3 {
      font-weight: 700;
      font-size: 1.5em;
      line-height: 1.25em;
      margin: 0 0 1em 0; }
    a {
      color: #333;
      text-decoration: underline;
      font-weight: bold; }
      a:hover, a:focus, a.activ {
        color: #111;
        text-decoration: underline; }
    hr {
      border-bottom: 1px solid #666;
      margin: 0; }
    div.rulerAfter, div.rulerBefore {
      border-color: #666; }
    span.red {
      color: #ffa691; }
      span.green {
        color: #6ec18f; }
      span.blue {
        color: #6697ad; }
      span.yellow {
        color: #ffe091; }
    body {
      background-color: #fafafa;
      color: #333;
      font-family: 'Roboto', Arial, Helvetica, sans-serif;
      font-weight: 300;
      font-size: 1em; }
    #page-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      left: 0; }
    #page {
      width: 100%;
      max-width: 100%;
      margin: 0 auto; }
    #header {
      position: fixed;
      width: 100%;
      height: 100px;
      background: #fff;
      display: flex;
      justify-content: center;
      z-index: 100; }
      #header .row {
        display: flex; }
    #topnav {
      font-size: 1rem;
      line-height: 1em;
      display: flex;
      align-items: center;
      width: calc(100% - 250px);
      margin-top: 22px; }
      #topnav ul li {
        float: left;
        text-indent: 0;
        margin: 0 10px; }
        #topnav ul li span {
          border-bottom: 3px solid #fff;
          padding: 5px; }
        #topnav ul li-first {
          margin-left: 0; }
        #topnav ul li:before {
          content: none; }
        #topnav ul li:hover span, #topnav ul li.current span {
          border-bottom: 3px solid #6697ad; }
        #topnav ul li a {
          display: block;
          text-align: center;
          font-weight: 400;
          text-decoration: none;
          padding-bottom: 3px; }
    #logo {
      display: flex;
      width: 250px;
      height: auto;
      align-items: center; }
      #logo img {
        width: 100%;
        height: auto; }
    #langnav {
      position: absolute;
      font-size: 0.9em;
      text-transform: uppercase;
      margin: 3px 0 0 5px; }
      #langnav ul li {
        float: left;
        margin-left: 10px; }
        #langnav ul li a {
          font-weight: normal;
          text-decoration: none; }
          #langnav ul li a:hover, #langnav ul li a.current {
            text-decoration: underline; }
    #header-image {
      width: 100%;
      height: auto;
      padding-top: 100px; }
      #header-image img {
        width: 100%;
        height: auto; }
    #content-container {
      width: 100%;
      padding: 20px 0 20px 0;
      font-size: 1rem;
      line-height: 1.5rem; }
    #title {
      margin-top: 50px; }
      #content {
        padding: 0 !important; }
      #content .frame-bg {
        position: relative; }
        #content .frame-bg:before {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          height: 100%;
          z-index: -1; }
        #content .frame-bg.bg--red:before {
          background-color: #ffa691;
          opacity: 1; }
        #content .frame-bg.bg--blue {
          color: #fff; }
          #content .frame-bg.bg--blue:before {
            background-color: #6697ad;
            opacity: 1; }
        #content .frame-bg.bg--green:before {
          background-color: #6ec18f;
          opacity: 1; }
        #content .frame-bg.bg--grey:before {
          background: rgba(0, 0, 0, 0.05); }
        #content .frame-bg.bg--black {
          color: #fff; }
          #content .frame-bg.bg--black:before {
            background: rgba(34, 34, 34, 1); }
      #content > .frame-default, #content > .frame-bg > .frame-default {
        padding: 90px 50px; }
        #content > .frame-default > *, #content > .frame-bg > .frame-default > * {
          width: 100%;
          max-width: calc(1150px - 1rem);
          margin-left: auto;
          margin-right: auto;
          padding-right: 0.5rem;
          padding-left: 0.5rem; }
      #content .grid-container {
        padding: 90px 50px; }
        #content .grid-container > .row {
          width: 100%;
          max-width: 1150px;
          margin: 0 auto; }
        #content .grid-container > .row--title {
          display: block;
          width: 100%; }
      #content > .card {
        max-width: 1150px;
        margin: 90px auto; }
      #content > .frame-type-div {
        padding: 0; }
        #content > .frame-type-div > * {
          max-width: 100%; }
      #content .frame-space {
        padding: 90px 0; }
        #content .frame-space-before-extra-small {
          margin-top: 0;
          padding-top: 30px !important; }
        #content .frame-space-before-small {
          margin-top: 0;
          padding-top: 60px !important; }
        #content .frame-space-before-medium {
          margin-top: 0;
          padding-top: 90px !important; }
        #content .frame-space-before-large {
          margin-top: 0;
          padding-top: 120px !important; }
        #content .frame-space-before-extra-large {
          margin-top: 0;
          padding-top: 150px !important; }
        #content .frame-space-after-extra-small {
          margin-bottom: 0;
          padding-bottom: 15px !important; }
        #content .frame-space-after-small {
          margin-bottom: 0;
          padding-bottom: 60px !important; }
        #content .frame-space-after-medium {
          margin-bottom: 0;
          padding-bottom: 90px !important; }
        #content .frame-space-after-large {
          margin-bottom: 0;
          padding-bottom: 120px !important; }
        #content .frame-space-after-extra-large {
          margin-bottom: 0;
          padding-bottom: 150px !important; }
      #content > div:last-child:not(.card):not(.frame-type-html) {
        padding-bottom: 190px; }
      #content > div.card:last-child {
        margin-bottom: 190px; }
      #content > .frame-default + .card {
        margin-top: 25px;
        margin-bottom: 90px; }
      #content > .frame-default + .grid-container {
        padding-top: 25px; }
      #content .home-cards__content {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%; }
        #content .home-cards__content > div {
          width: calc(100% / 3 - 2rem / 3); }
    .card {
      display: block;
      border-radius: 2px;
      background: #fff;
      color: #222; }
      .card > div {
        padding: 2em; }
      .card .ce-gallery {
        margin-bottom: 0 !important; }
      .card p:last-child {
        margin-bottom: 0; }
      .card:not(.card--lawyer) p > a {
        float: right;
        background: #6697ad;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
        padding: 0.5em 1.5em;
        margin-top: 0.5em;
        text-align: right;
        box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .card:not(.card--lawyer) p > a:hover {
          background: #86acbd;
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }
      .card--lawyer h3 {
        margin-top: -1.3em;
        margin-bottom: 1.2em;
        font-size: 1.1em;
        font-weight: 300; }
        .card--lawyer p.email {
          margin-top: -1.1em;
          padding-bottom: 1em;
          border-bottom: 1px solid #333; }
        .card--lawyer p.email a {
          text-decoration: none;
          font-size: 1.1em;
          font-weight: 300; }
        .card--lawyer .ce-gallery {
          position: relative;
          width: 300px;
          height: 300px; }
        .card--lawyer .ce-gallery .ce-row:nth-child(1) {
          position: absolute;
          left: 0;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .card--lawyer .ce-gallery .ce-row:nth-child(2) {
            position: absolute;
            left: 300px;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        .card--lawyer:hover .ce-gallery .ce-row:nth-child(1) {
          left: -300px; }
          .card--lawyer:hover .ce-gallery .ce-row:nth-child(2) {
            opacity: 1;
            left: 0; }
    #iframe__place {
      height: 500px;
      max-width: 100% !important;
      width: 100% !important; }
    .grid-container.card-list {
      background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3)), url(/fileadmin/dateien/bilder/buero/sitzungszimmer-kompetenzen.jpg);
      /* rgba(102, 151, 173, 0.8),
       rgba(102, 151, 173, 0.9) */
      background-repeat: no-repeat;
      background-size: cover; }
      .grid-container.card-list .row--title {
        text-align: center;
        color: #fff;
        color: #6697ad; }
      .grid-container.card-list .row.card-list__content {
        color: #fff; }
      .grid-container.card-list .row.card-list__content > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; }
        .grid-container.card-list .row.card-list__content > div > div {
          background: #fff;
          background: #6697ad;
          width: 305px;
          min-height: 180px;
          margin: 10px;
          padding: 25px;
          transition: all 0.3s; }
          .grid-container.card-list .row.card-list__content > div > div header h2 {
            border-bottom: 1px solid #6697ad;
            border-bottom: 1px solid #fff;
            font-size: 1.2em;
            line-height: 1.2em;
            padding: 0 0 10px 0;
            margin-bottom: 10px;
            text-align: center; }
          .grid-container.card-list .row.card-list__content > div > div > p {
            text-align: center; }
    #footer {
      position: relative;
      background: transparent;
      overflow: hidden;
      padding-top: 0;
      font-size: 1rem; }
      #footer:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: calc(100% + 500px);
        background: #e2eaee; }
      #footer__cta {
        position: relative;
        height: auto;
        min-height: 500px;
        z-index: 10;
        display: flex;
        justify-content: center;
        margin-bottom: 50px; }
      #footer__cta .card {
        width: 100%;
        max-width: 800px; }
      #footer__cta .card > div {
        padding: 0 50px 50px 50px; }
        #footer__cta .card > div h2 {
          text-align: center;
          line-height: 99px;
          border-bottom: 1px solid #e2eaee;
          margin: 0 0 50px 0; }
      #footer__content {
        position: relative;
        padding: 50px 0;
        z-index: 10;
        border-top: 1px solid #fff; }
      #footer__content .row {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; }
      #footer__content nav ul {
        margin: 0; }
      #footer__content nav li {
        text-align: right; }
        #footer__content nav li:before {
          content: none; }
      #footer__content a {
        color: #222;
        font-weight: normal;
        text-decoration: none; }
      #footer__content a:hover {
        text-decoration: underline; }
      #footer__address {
        color: #222; } }
/*************************************************
 * TYPO3 Form
 *************************************************/
@media all {
  /*************************************************
   * Powermail
   *************************************************/
    form legend {
      font-weight: bold;
      margin-bottom: 1em; }
      form .form-group {
        margin-bottom: 0.5em; }
        form .form-group .input input, form .form-group .input select, form .form-group .input textarea {
          padding: 1em;
          border: 1px solid #ccc;
          font-family: inherit;
          border-radius: 5px;
          width: calc(100% - 2em);
          -webkit-transition: border 0.3s;
          transition: border 0.3s; }
          form .form-group .input input:focus, form .form-group .input select:focus, form .form-group .input textarea:focus {
            outline: none;
            border: 1px solid #6697ad; }
          form .form-group .input select {
            width: 100%; }
          form .form-group .input textarea {
            resize: vertical;
            width: calc(100% - 2em);
            -webkit-transition: border 0.3s;
            transition: border 0.3s; }
          form .form-group .input textarea:focus {
            outline: none;
            border: 1px solid #6697ad; }
      form .actions {
        margin-top: 2em; }
        form .actions .btn-group {
          display: flex;
          justify-content: flex-end; }
        form .actions button {
          background: #6697ad;
          color: #fff;
          cursor: pointer;
          padding: 1em 3em;
          border: none;
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          form .actions button:hover {
            background: #86acbd;
            box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }
    .tx-powermail h3 {
      display: none; }
      .tx-powermail .container-fluid {
        padding: 0; }
      .tx-powermail .powermail_fieldset {
        position: relative;
        font-size: 1rem; }
        .tx-powermail .powermail_fieldset > legend {
          display: none; }
        .tx-powermail .powermail_fieldwrap {
          margin-top: 0.5rem; }
        .tx-powermail .powermail_input, .tx-powermail .powermail_select, .tx-powermail .powermail_textarea {
          padding: 1em;
          border: 1px solid #ccc;
          font-family: inherit;
          border-radius: 5px;
          width: calc(100% - 2em);
          -webkit-transition: border 0.3s;
          transition: border 0.3s; }
        .tx-powermail .powermail_input:focus, .tx-powermail .powermail_select:focus, .tx-powermail .powermail_textarea:focus {
          outline: none;
          border: 1px solid #000; }
        .tx-powermail .powermail_input.parsley-error, .tx-powermail .powermail_select.parsley-error, .tx-powermail .powermail_textarea.parsley-error {
          border: 1px solid red; }
        .tx-powermail .powermail_select {
          width: 100%; }
        .tx-powermail .powermail_fieldwrap_type_submit {
          margin-top: 1rem;
          display: flex;
          justify-content: flex-end; }
        .tx-powermail .powermail_fieldwrap_type_submit .powermail_submit {
          background: #6697ad;
          color: #fff;
          cursor: pointer;
          padding: 1em 3em;
          border: none;
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12) !important; }
        .tx-powermail .powermail_fieldwrap_type_submit .powermail_submit:hover {
          background: #86acbd;
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important; }
      .tx-powermail .parsley-errors-list {
        display: none;
        color: red; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media print {
  #page-wrapper, #page, #content-container, #center-wrapper, #center {
    width: 100%; }

  #header-image, #metanav, #topnav, #subnav-wrapper, #sidebar-wrapper {
    display: none; }

  #center-wrapper {
    margin: 0; }

  #logo {
    left: 0; }

  .content ul li:before {
    content: none;
    padding: 0 1em 0 0; }

  ul {
    list-style-type: disc; }

  .accordion > div {
    display: inline !important; } }

@media only screen and (max-width: 1200px) {
  #content > .card {
    margin-right: 2.5rem;
    margin-left: 2.5rem; } }

@media only screen and (max-width: 1100px) {
  #content > .frame-default, #content > .frame-bg > .frame-default, #content > .grid-container {
    padding-top: 45px;
    padding-bottom: 45px; } }

@media only screen and (max-width: 1100px) {
  #footer__content nav li {
    text-align: left; } }

@media only screen and (max-width: 1024px) {
  .grid-container--three-columns .card {
    margin-bottom: 1rem; }

  #content .home-cards__content  > div {
    width: calc(50% - 2rem / 3);
    margin-bottom: calc(2rem / 3); } }

@media only screen and (max-width: 825px) {
  #footer .card {
    margin: 0 0.5rem; }
    #footer .card > div {
      padding: 0 25px 25px 25px; } }

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 1.5em; }

  h2 {
    font-size: 1.25em; }

  h3 {
    font-size: 1em; }

  #header {
    position: absolute; }
    #header .row {
      width: 100%;
      padding: 0 2.5rem;
      margin: 0;
      justify-content: flex-end; }

  #logo {
    width: 200px;
    margin-top: 18px; }

  #mobile-nav-button {
    position: absolute;
    top: 35px;
    left: 2.5rem;
    display: block;
    cursor: pointer; }
    #mobile-nav-button .bar1, #mobile-nav-button .bar2, #mobile-nav-button .bar3 {
      width: 35px;
      height: 5px;
      background-color: #333;
      margin: 6px 0;
      transition: 0.4s; }
    #mobile-nav-button.active .bar1 {
      -webkit-transform: rotate(-45deg) translate(-9px, 6px);
      transform: rotate(-45deg) translate(-9px, 6px); }
      #mobile-nav-button.active .bar2 {
        opacity: 0; }
      #mobile-nav-button.active .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px); }

  #topnav {
    position: absolute;
    opacity: 0;
    display: block;
    background: #fff;
    width: calc(100% - 1rem);
    top: 100px;
    left: 0;
    border: 0.5rem solid #6697ad;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12) !important;
    transition: 0.4s;
    margin: 0;
    height: 0; }
    #topnav.active {
      opacity: 1;
      height: auto; }
    #topnav ul {
      margin: 25px 0; }
      #topnav ul li {
        float: none;
        margin: 0; }
        #topnav ul li.current {
          border-bottom: none; }
        #topnav ul li a {
          line-height: 40px;
          padding: 0; }

  #title .row {
    width: calc(100% - 5rem);
    padding: 0;
    margin-right: 2.5rem;
    margin-left: 2.5rem; }

  .frame-type-textmedia .ce-right {
    display: flex;
    flex-direction: column-reverse; }
    .frame-type-textmedia .ce-gallery {
      float: none !important;
      margin: 1rem 0 0 0 !important; }
      .frame-type-textmedia .ce-gallery .ce-row {
        display: flex;
        justify-content: center; }

  #content > .frame-default, #content > .frame-bg > .frame-default, #content .grid-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
    #content > .grid-container--two-columns .row {
      width: 100%; }
    #content > .grid-container .row > div .card {
      margin-bottom: 25px; }
    #content .card--lawyer h3 {
      margin-top: -0.8em;
      margin-bottom: 1.2em;
      font-size: 1em; }

  #footer .row {
    width: calc(100% - 1rem);
    margin: 0 0.5rem; }
    #footer .row nav li {
      text-align: left; }
    #footer #footer__address > div > div {
      display: flex;
      flex-direction: column-reverse; }
      #footer #footer__address > div > div .ce-gallery {
        float: none !important;
        margin-left: 0 !important;
        margin-bottom: 1em !important; } }

@media only screen and (max-width: 600px) {
  #content .home-cards__content  > div {
    width: 100%; } }

@media only screen and (max-width: 500px) {
  #content .grid-container.card-list {
    padding-left: 1rem;
    padding-right: 1rem; }
    #content .grid-container.card-list .row.card-list__content > div > div {
      width: 100%; }
    #content > .card {
      margin-left: 1rem;
      margin-right: 1rem; } }

@media only screen and (max-width: 350px) {
  #header .row {
    padding: 0 1rem; }

  #title .row {
    margin-right: 1rem;
    margin-left: 1rem; }

  #content > .frame-default, #content > .frame-bg > .frame-default, #content .grid-container {
    padding-left: 1rem;
    padding-right: 1rem; }
    #content > .card {
      margin-right: 1rem;
      margin-left: 1rem; }

  #mobile-nav-button {
    position: absolute;
    top: 26px;
    left: 1rem; } }
