/**
* This file is included on loading the page (through a regular <link href>). Other
* css is included using JavaScript/webpack. Make sure this file only contains elements
* that are important to load the basic format of the page. Details are loaded async
*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
a {
  color: #0275d8;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
[role=button] {
  cursor: pointer;
}
[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
  background-color: transparent;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: left;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
select,
textarea {
  line-height: inherit;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  cursor: not-allowed;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
input[type=search] {
  -webkit-appearance: none;
}
output {
  display: inline-block;
}
[hidden] {
  display: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1268px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/** Reusable classes **/
.kpsrl_pay_off {
  font-size: 12px;
  text-transform: uppercase;
}
.kpsrl_pay_off a {
  color: #92c1c5;
  padding-bottom: 4px;
  border-bottom: 1px solid #92c1c5;
  text-decoration: none;
  font-weight: bold;
}
.kpsrl_pay_off a:hover {
  color: #014c8c;
}
/** CUSTOM TABS STYLING - A title with some tabs on the right side **/
.kpsrl_block_tabs header {
  border-bottom: 1px solid #d5d5d5;
  overflow: hidden;
  display: block;
  margin-bottom: 40px;
}
.kpsrl_block_tabs header h3 {
  margin: 0 0 20px 0;
  float: left;
  font-size: 24px;
}
.kpsrl_block_tabs header div.tabs {
  float: right;
}
.kpsrl_block_tabs header div.tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kpsrl_block_tabs header div.tabs ul li {
  float: left;
  font-size: 16px;
  margin-left: 40px;
}
.kpsrl_block_tabs header div.tabs ul li a {
  color: #353535;
  display: block;
  height: 100%;
  line-height: 46px;
  text-decoration: none;
}
.kpsrl_block_tabs header div.tabs ul li a.active {
  font-weight: bold;
  border-bottom: 4px solid #ded200;
}
.kpsrl_stats div.stats {
  overflow: hidden;
}
.kpsrl_stats div.stats div {
  margin-right: 25px;
  float: left;
}
.kpsrl_stats div.stats div i.icon {
  display: block;
  float: left;
  margin-right: 15px;
}
.kpsrl_stats div.stats div span {
  display: block;
  float: left;
  line-height: 18px;
  font-size: 14px;
}
.kpsrl_stats div.stats div.date {
  color: #c5c5c5;
  line-height: 18px;
  font-size: 14px;
}
.kpsrl_stats div.stats div.author-picture {
  margin-top: -10px;
  position: absolute;
  right: 0;
  padding: 0;
  width: 32px;
}
.kpsrl_stats div.stats div.author-picture img {
  border-radius: 100%;
  width: 32px;
  height: 32px;
}
.kpsrl_image_transition {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
html,
body {
  font-family: "TheSansOffice", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.66;
  letter-spacing: 0.025em;
}
a {
  text-decoration: none;
  color: #006e73;
}
a:hover {
  text-decoration: none;
}
p a {
  color: #37b1cf;
  text-decoration: underline;
}
p a:hover {
  color: #014c8c;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TheSerifOffice", serif;
  line-height: normal;
}
section,
article {
  display: block;
}
.msg {
  padding: 25px;
  border: 1px solid #000;
  display: none;
}
.msg.info {
  display: block;
  background: #d9edf7;
  color: #31708f;
  border-color: #bce8f1;
}
.msg.success {
  display: block;
  background: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
}
.msg.warning {
  display: block;
  background: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.msg.danger {
  display: block;
  background: #f2dede;
  color: #a94442;
  border-color: #ebccd1;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
/** btns **/
.btn {
  display: inline-block;
  line-height: 45px;
  padding: 0 30px;
  text-align: center;
  border: 0;
  border-radius: 2px;
  border: 1px solid transparent;
}
.btn.btn-primary {
  background: #ded200;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #353535;
  text-decoration: none;
}
.btn.btn-primary:hover {
  border: 1px solid #ded200;
  background: none;
}
.region-highlighted {
  position: absolute;
  z-index: 10;
  max-width: 1300px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.block-page-title-block h1 {
  margin: 60px 0 40px;
}
.route-glossary-item-canonical .block-system-main-block {
  margin-bottom: 60px;
}
/** tabs **/
#block-kpsrl-local-tasks {
  padding: 10px 0;
}
#block-kpsrl-local-tasks.contextual-region {
  margin: 0 auto;
  max-width: 1300px;
  padding: 10px 20px;
}
#block-kpsrl-local-tasks ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d5d5d5;
}
#block-kpsrl-local-tasks ul li {
  display: inline-block;
}
#block-kpsrl-local-tasks ul li a {
  display: inline-block;
  border: 1px solid #d5d5d5;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  padding: 2px 8px;
  font-size: 14px;
}
#block-kpsrl-local-tasks ul li a.is-active,
#block-kpsrl-local-tasks ul li a:hover {
  background: #006e73;
  color: #FFF;
}
/*** Missing Grid styling ***/
.row::after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1300px;
  width: 100%;
}
.download-pdf-wrapper {
  min-height: 110px;
  width: 100%;
  background: #37b1cf url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAP0AAABzCAMAAABkUfRmAAAAqFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8j1z1tAAAAN3RSTlMAAwET+uYQVAb06i1NCfGXDOLKvrEXazwjrI1bxKOI3Ng3MSfUn4F2RhzuuZFwQc6ne9/3XmQe4z1aXAAABU5JREFUeNrl3Am2mkAQBdCHTKKIiCgiOM/z9PXtf2fR5JyMJvErQrfeHRQ0XdVVrQDcIeM8ZOePcJ/GnCNILtIN3GlKTiC12tzG3eqkDZn5IzygTKsPeX3oBh6gLFipQVaz+RQPMbr0SpBTrlrGgxpz+gqkVO+4eFRwYBkyGlg9PM6UM+/lN2MkYUVGkE4zVpCIJbU1JDN1GkiGEtIpQiqqHiEppZh6AxLJLVpIjjFkZwZ5TDouElTrcGhAFr2k6/OGzliWos/Y15GwosOFHM2OnB/mkLTgIEnNO+kYSN5aY0uC8IMnHcptja0cBFfTj3gOkywLHr5SHeFZInIJoTU3JTzNkWyK/Paj+QlPVBd68RedNX7xTuGr+wme7Chs+Ep1m8OzRaKGv0ylARtRyLLnqM+Qhoj0hav511YP6bA1LgQ78Q3mEdKyPjAW6ryvdsdIT8/hRoUw8pftPkXFArsnCCI3SnveNqhQF6XTO97XkLLZkI4Yff6PwgCpM2JqJrI3dQJkoBSSdWStPzeRCaVMNhVkqqGvkJUdGZaQoVqnjexEGr0aMuNuRjlkKJhzP0BG8tWsu+yDDp0pMqH41cyPG2pMrY4M5FqeAIeNfIss55G65VCMo8aEjGtIWXsvylTddljpI1Xjijg3KgZdWiZSNBHqOomxSLXuWxVEOWB+o7TJag3pqAsW/JlpUQ9wzRsEDwyGf8n87xA84Ibk1sVv3iR4ILfS2OnjqSaiBn/Wqzx59Y+FaSdeo/pkaOBZ2gIVOX9b/fsAT5FbdsQO/qy3pzZWkDyl1RWltv8HY0vGDSQt73tinOr+J3LofCBZbrUqwHn+JqeY3KpIkOr5mXdybqbsNOo2EtPojAS8M/F3vS45cpGMvt4W8r7M35WaZGWKJKydFaQTdMiyi4d9WCJMDD/NLSfx+nfzAHJa78mWigfkR/sBZHX5+gsP5H6j6sn7Q/Cz3pBcnHCfRjeUJ81fld8deNjlcYegIFumu2JQJbvrezb7D7yAXFQgWzV8irIsyLrZ/84ok85Kwe3U6kaYW3GP63vkcIpbFTtbyfe7Xyn1Auk3cBPT2cm/3/3KWGrU2u4ND6o5n+L1DBakflT+/8kL38C7j90lh/Z/+uKtl/rkf5ZfFchqD3+1srK/BflERvtAbht/m4ftZf6Dq1vMRqRWnl3Lix1flublA4oL8rCs/TELsSavluiuC6qk1TZ+nYN1engXU490xuqP51HZvsGq/8HeXN6/iot82znivSjmJf7L9z/wPHk7WHfL2R55KO+ctnC/cUzHNCZZffUs/1emUyFZnb5HsvuVutVtFFsaOfx4u9Vv66GKs1PTIgtjqfvXn3/xBfN7/T+pkFrrfQoes9BSf0mAMUkveosP4OT/OePvjzSy0Hz53K+snKsT3truawYwX3oBFL1hgOsU2+dlAYh8M/EhbtP653BrNq6Q9OpyXNP6JLOyaODfFDvUSC20pbqwc4PGQjdxA3W1IVlYBi9UBLptq+niRsVmgWSl/SJbQC7SFwN8gjIdOSS7uxd4AP14b+Kz8mZ4INlt96T+BGYta1fCPdwP/0CyslzLugm6Y2tUw91cc2uRnG8jCdOgctQf7mDk7VGBZ7Fsm4DdHdpIgNIbb3imtz6kOQwHceWoICmzo2/xbNi0XQivv5hPSkhUft32eKZ5TVvoIcAptMYGnkA1yx1ebJamsL9ZOTVVPM0sKnd5oYeT4GWn/v9eA0tP45m2Kdd77/gISsEkrPCrYWu1liYdJGhmjn2dX83jcn0tYVX0qNp0EnY1Xuh4T/liNA67C3zeF93khRLyhg28AAAAAElFTkSuQmCC) top -60px right -60px no-repeat;
  padding: 40px;
  margin-bottom: 20px;
  position: relative;
}
.download-pdf-wrapper .pdf-title {
  display: inline-block;
  margin: 0;
  width: 70%;
  vertical-align: middle;
}
.download-pdf-wrapper .pdf-title.link {
  color: #000000;
}
.download-pdf-btn {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #353535;
}
.download-pdf-btn:before {
  content: '';
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAPFBMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTXZGDj+AAAAE3RSTlMAqeT3Qz/yw+o81tCdkWBINy4IvfqdqgAAAHtJREFUKM/tzkkOAzEIRNFygxv3PNT97xrcg+KFLeUA+RsWDwlQNo5olVKTuu5POY1filrKadSXlHaWtonEm1Rkw92yXiO6OfnsB+TWBbTnmnCfpp2+cWUEAx5j7/H9IRTkRoqiRhjynTrhONAg72ea6zQ7pVAtEcZG9gEKngYV6R+eRgAAAABJRU5ErkJggg==);
  height: 26px;
  width: 26px;
  margin: 0 20px -5px 0;
}
.download-pdf-btn.view-link:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAP1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTWSyoJSAAAAFHRSTlMAqaGlnvkH8ufCq5uDI8W0fDEYD6lutuQAAACASURBVCjP1dBbDsMgDETRMQ8DJelz9r/WIiWqaeIN5H6BjtBIoGVaHwDbvZQ7WOVX0EF9HKKQGUxwWsgCyhlU+BS6FBnQXQpDcNvp9MYlFSb4FDfBezWynT0j2/FIxcTIdjzSeQfra6I/wYMTLR1Thz+8HiWf0qAqbpVomW65fQEVmwk0h50icQAAAABJRU5ErkJggg==);
  margin: 0 20px 2px 0;
  vertical-align: middle;
}
.download-pdf-btn:hover {
  color: #006e73;
}
.download-pdf-btn:hover:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAQlBMVEUAAAAAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnN397x+AAAAFXRSTlMAqeNDPvX58enEwdbQnZFgSDcuCAILeQygAAAAfUlEQVQoz+3OSw7DIAxFURMbAuSf9O1/q3WhCAYgdQG9Ew+OLJvaloVGeT+kafqT9mKpJNzSE8CFGOFp7XRWMrGzJ+X2Iw2xakriZqFPx06IlGKHa10v2CwUQTD0Ncwayg+mUtqDK1Kp3usT3TcNSPuZtj5tSt5086CAQfENZbgGoJkxDrcAAAAASUVORK5CYII=) !important;
}
.download-pdf-btn:hover.view-link:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAP1BMVEUAAAAAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnMAbnP0YuBpAAAAFHRSTlMAqaGlngfy58Krm/mDI8W0fDEYD/k8jMoAAAB/SURBVCjP1dBbDoMwDETRcR4kDdDn7H+ttdQKG/AGuF+RjqyRgk7XB8BMatN0B5tspao09JGFnMGCoEXvQDlDFT6FIWUmjJCSCm6e/I0nv1MQU/4J3quR7fwzsp2IqpgY2U5E1e9gfTnaCR50tAy4Dn94PSoxFaUmYY3oZFz/AjxGCVmWN7jeAAAAAElFTkSuQmCC) !important;
}
blockquote {
  margin: 30px;
  font-size: 22px;
  font-style: italic;
  color: #006e73;
  font-family: "TheSerifOffice", serif;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.6em;
  }
}
.eq-element {
  overflow: hidden;
}
div.header-wrapper.expanded {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
}
div.header-wrapper div.header-container header.main section.top {
  display: block;
  height: 142px;
}
div.header-wrapper div.header-container header.main section.top a.logo {
  display: block;
  float: left;
  margin-right: 40px;
  margin-top: 19px;
}
div.header-wrapper div.header-container header.main section.top a.logo img {
  height: 105px;
  width: 104px;
}
div.header-wrapper div.header-container header.main section.top div.extra {
  float: left;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle {
  cursor: pointer;
  float: left;
  margin-right: 40px;
  margin-top: 54px;
  color: #006e73;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  line-height: 18px;
  padding: 6px 0;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle div.close {
  display: none;
  overflow: hidden;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle div.open {
  overflow: hidden;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle span {
  display: inline-block;
  vertical-align: middle;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger {
  padding: 0;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger.hamburger--spring.is-active .hamburger-box .hamburger-inner:before {
  top: 0px;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger.hamburger--spring.is-active .hamburger-box .hamburger-inner:after {
  top: 0px;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box {
  width: 30px;
  padding-left: 2px;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box .hamburger-inner {
  width: 30px;
  height: 3px;
  background-color: #006e73;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box .hamburger-inner:before {
  width: 30px;
  height: 3px;
  top: 8px;
  background-color: #006e73;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box .hamburger-inner:after {
  width: 30px;
  height: 3px;
  top: 16px;
  background-color: #006e73;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .menu-label {
  margin-top: 4px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "TheSansOfficeBold", sans-serif;
}
div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle span.icon {
  margin-right: 10px;
}
div.header-wrapper div.header-container header.main section.top div.extra div.search-wrapper {
  float: left;
  margin-top: 60px;
}
div.header-wrapper div.header-container header.main section.top div.extra div.search-wrapper:hover {
  cursor: pointer;
  opacity: 0.7;
}
div.header-wrapper div.header-container header.main section.top div.profile-links {
  position: relative;
  float: right;
  margin-top: 40px;
}
div.header-wrapper div.header-container header.main section.top div.profile-links .btn {
  line-height: 50px;
}
div.header-wrapper div.header-container header.main section.top div.profile-links a.btn-primary {
  margin-right: 20px;
  font-family: "TheSansOfficeBold", sans-serif;
  font-size: 14px;
  letter-spacing: 0.025em;
  height: 50px;
}
div.header-wrapper div.header-container header.main section.top div.profile-links a.login-btn {
  font-family: "TheSansOfficeBold", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: 0.025em;
}
div.header-wrapper div.header-container header.main section.top div.profile-links a.icon {
  margin-right: 10px;
  margin-top: 9px;
  float: left;
  background: none;
  position: relative;
}
div.header-wrapper div.header-container header.main section.top div.profile-links a.icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
div.header-wrapper div.header-container header.main section.top div.profile-links a.icon.icon-more-dots {
  margin-top: 30px;
}
div.header-wrapper div.header-container header.main section.top div.profile-links a.icon.open-profile-overlay {
  margin-right: 0;
}
div.header-wrapper div.header-container header.main section.top div.profile-links div.avatar {
  border-radius: 100%;
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
div.header-wrapper div.header-container header.main section.top div.profile-links div.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
div.header-wrapper div.header-container div.nav {
  /*position: absolute;
      top: @header_height + 70;
      left: 0;*/
  display: none;
  padding: 70px 0 0;
}
div.header-wrapper div.header-container div.nav ul.menu {
  list-style: none;
}
div.header-wrapper div.header-container div.nav ul.menu li {
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
}
div.header-wrapper div.header-container div.nav ul.menu li a {
  color: #353535;
}
div.header-wrapper div.header-container div.nav ul.menu li a:hover {
  color: #014c8c;
}
div.header-wrapper div.header-container div.nav ul.menu li a.is-active {
  color: #014c8c;
}
div.header-wrapper div.header-container div.nav ul.menu li.enlarge {
  font-size: 30px;
  line-height: 60px;
}
div.header-wrapper div.header-container div.nav section.nav-footer {
  padding-top: 40px;
  border-top: 1px solid #d5d5d5;
  overflow: hidden;
}
div.header-wrapper div.header-container div.nav section.nav-footer address {
  font-style: normal;
  font-size: 14px;
  color: #959595;
  display: block;
  float: left;
}
div.header-wrapper div.header-container div.nav section.nav-footer a.contact {
  display: block;
  float: right;
  color: #006e73;
  font-size: 14px;
}
@media (max-width: 991px) {
  div.header-wrapper div.header-container header.main section.top {
    height: 110px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle {
    margin-right: 20px;
    margin-top: 30px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra div.search-wrapper {
    margin-top: 35px;
  }
  div.header-wrapper div.header-container header.main section.top div.profile-links {
    margin-top: 17px;
  }
  div.header-wrapper div.header-container header.main section.top div.profile-links div.avatar {
    margin-top: 10px;
    height: 50px;
    width: 50px;
  }
  div.header-wrapper div.header-container header.main section.top a.logo {
    margin-right: 25px;
    margin-top: 19px;
  }
  div.header-wrapper div.header-container header.main section.top a.logo img.desktop {
    height: 75px;
    width: 74px;
  }
}
@media screen and (max-width: 700px) {
  div.header-wrapper div.header-container header.main section.top div.profile-links .hide-mobile {
    display: none;
  }
  div.header-wrapper div.header-container header.main section.top div.profile-links .login-btn {
    display: block;
    margin-top: 27px;
  }
  div.header-wrapper div.header-container header.main section.top div.profile-links .avatar {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  div.header-wrapper div.header-container header.main section.top div.profile-links a.btn-primary {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .menu-text {
    display: none;
  }
  div.header-wrapper div.header-container div.nav {
    padding: 10px 0 0;
  }
  div.header-wrapper div.header-container div.nav ul.menu li.enlarge {
    font-size: 24px;
    line-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  div.header-wrapper div.header-container header.main section.top a.logo {
    margin-right: 25px;
  }
  div.header-wrapper div.header-container header.main section.top a.logo img.desktop {
    height: 65px;
    width: 64px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle {
    margin-right: 25px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box .hamburger-inner {
    width: 26px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box .hamburger-inner:before,
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .hamburger-box .hamburger-inner:after {
    width: 26px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra div.nav-toggle .hamburger .menu-label {
    font-size: 10px;
  }
  div.header-wrapper div.header-container header.main section.top div.extra .search-wrapper .icon-search {
    width: 23px;
    height: 24px;
  }
  div.header-wrapper div.header-container header.main section.top div.profile-links a.icon {
    width: 30px;
  }
  div.header-wrapper div.header-container header.main section.top div.profile-links div.avatar {
    margin-top: 15px;
    height: 40px;
    width: 40px;
    margin-right: 10px;
  }
}
footer.main {
  background: #4a4748;
  overflow: hidden;
}
footer.main .container section.contact {
  overflow: hidden;
}
footer.main .container section.contact div.block-newsletter div.newsletter {
  padding-left: 20px;
  background: #423f40;
  padding-top: 80px;
  padding-right: 20px;
}
footer.main .container section.contact div.block-newsletter div.newsletter h5 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 20px 0;
}
footer.main .container section.contact div.block-newsletter div.newsletter div.msg {
  margin-bottom: 20px;
}
footer.main .container section.contact div.block-newsletter div.newsletter form {
  overflow: hidden;
}
footer.main .container section.contact div.block-newsletter div.newsletter form div.row {
  padding-left: 20px;
  overflow: hidden;
}
footer.main .container section.contact div.block-newsletter div.newsletter form div.row div {
  padding: 0;
}
footer.main .container section.contact div.block-newsletter div.newsletter form div.row div label {
  display: none;
}
footer.main .container section.contact div.block-newsletter div.newsletter form div.row div input {
  line-height: 50px;
  background: #595657;
  color: #a5a5a5;
  border: 0;
  width: 95%;
  padding: 0 5%;
  margin-bottom: 20px;
  font-size: 14px;
}
footer.main .container section.contact div.block-newsletter div.newsletter form div.footer-text {
  color: #e5e5e5;
  font-size: 14px;
  padding-top: 5px;
  line-height: 55px;
  margin-bottom: 100px;
}
footer.main .container section.contact div.block-newsletter div.newsletter form div.footer-text .description-text {
  margin-bottom: 20px;
}
footer.main .container section.contact div.block-newsletter div.newsletter form input.form-submit {
  float: right;
  padding: 5px 40px;
  color: #353535;
  border: 1px solid #ded200;
  background-color: #ded200;
}
footer.main .container section.contact div.block-newsletter div.newsletter form input.form-submit:focus {
  outline: none;
}
footer.main .container section.contact div.block-newsletter div.newsletter form input.form-submit:hover {
  color: #353535;
  background-color: #f6f6f6;
}
footer.main .container section.contact div.address {
  padding: 80px 0 0 40px;
}
footer.main .container section.contact div.address h5 {
  font-size: 24px;
  color: #fff;
  margin: 0 0 40px 0;
}
footer.main .container section.contact div.address address {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
footer.main .container section.contact div.address address div.icons a {
  display: block;
  margin: 40px 30px 20px 0;
  float: left;
}
footer.main .container section.copyright {
  line-height: 100px;
  color: #858585;
  font-size: 16px;
}
footer.main .container section.copyright div.region-copyright-menu {
  float: right;
}
footer.main .container section.copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.main .container section.copyright ul li {
  float: left;
  margin-left: 40px;
}
footer.main .container section.copyright ul li a {
  color: #858585;
}
@media (max-width: 991px) {
  footer.main .container section.contact {
    margin: 0 -20px;
  }
  footer.main .container section.contact div.newsletter {
    padding-right: 20px;
    padding-top: 40px;
  }
  footer.main .container section.contact div.newsletter div.block-newsletter div.newsletter h5 {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  footer.main .container section.contact div.newsletter div.block-newsletter div.newsletter form {
    overflow: hidden;
  }
  footer.main .container section.contact div.newsletter div.block-newsletter div.newsletter form div.footer-text .description-text {
    line-height: 1.8;
  }
  footer.main .container section.contact div.newsletter div.block-newsletter div.newsletter form div.row div input {
    width: 100%;
  }
  footer.main .container section.contact div.address {
    display: none !important;
  }
  footer.main .container section.copyright {
    font-size: 14px;
    text-align: center;
    line-height: inherit;
    margin: 20px 0;
  }
  footer.main .container section.copyright ul.menu {
    display: none !important;
  }
}
