/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #595959;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #004565;
}
a:hover,
a:focus {
  color: #001118;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Rubik', Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8c8c8c;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #8c8c8c;
}
.text-primary {
  color: #004565;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #002232;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #004565;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #002232;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #d9d9d9;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8c8c8c;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 18px;
  border-left: 5px solid #d9d9d9;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #8c8c8c;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #d9d9d9;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #8c8c8c;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #595959;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #737373;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #737373;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #d9d9d9;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 36px;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.3333333;
}
.input-lg {
  height: 49px;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 25px;
  font-size: 20px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999999;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 14px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #004565;
  border-color: #00344b;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #002232;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #002232;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #002232;
  border-color: #000a0e;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #000a0e;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #004565;
  border-color: #00344b;
}
.btn-primary .badge {
  color: #004565;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #86C6B6;
  border-color: #75beac;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #63b6a1;
  border-color: #397a6a;
}
.btn-success:hover {
  color: #fff;
  background-color: #63b6a1;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #63b6a1;
  border-color: #4fa791;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #4fa791;
  border-color: #397a6a;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #86C6B6;
  border-color: #75beac;
}
.btn-success .badge {
  color: #86C6B6;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #CFE8E2;
  border-color: #bee0d8;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #add7cd;
  border-color: #68b6a4;
}
.btn-info:hover {
  color: #fff;
  background-color: #add7cd;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #add7cd;
  border-color: #94ccbf;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #94ccbf;
  border-color: #68b6a4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #CFE8E2;
  border-color: #bee0d8;
}
.btn-info .badge {
  color: #CFE8E2;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #004565;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #001118;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #8c8c8c;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 25px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #737373;
  text-align: center;
  background-color: #d9d9d9;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 25px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 6px;
  //font-family: Unna, Georgia, serif;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 5px;
}
h1 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
}
h2 {
  font-size: 36px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  font-weight: 400;
}
/* Element heights */
/*Logo*/
/* Content widths */
.container-fluid {
  max-width: 1160px;
}
body.admin-bar #doc {
  margin-top: 32px;
}
body.admin-bar #doc #main-menu-wrapper {
  top: 32px;
}
/*Admin bar*/
@media screen and (max-width: 782px) {
  body.admin-bar #doc {
    margin-top: 0;
  }
  #wpadminbar {
    display: none;
  }
}
/*
* ___vars_and_mixins.less
*/
body,
html {
  height: 100%;
  width: 100%;
}
#doc {
  height: auto;
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden;
}
#site-header {
  background-color: #fff;
}
@media (min-width: 1200px) {
  #site-header {
    height: 78px;
    background-color: #fff;
    padding-bottom: 125px;
  }
  #site-header:before,
  #site-header:after {
    content: " ";
    display: table;
  }
  #site-header:after {
    clear: both;
  }
  #site-header:before,
  #site-header:after {
    content: " ";
    display: table;
  }
  #site-header:after {
    clear: both;
  }
}
@media (min-width: 1200px) {
  #site-header-inner {
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
  }
}
#mobile-top-bar {
  width: 100%;
  height: 70px;
  background-color: #fff;
  padding: 20px/2;
}
#mobile-top-bar:before,
#mobile-top-bar:after {
  content: " ";
  display: table;
}
#mobile-top-bar:after {
  clear: both;
}
#mobile-top-bar:before,
#mobile-top-bar:after {
  content: " ";
  display: table;
}
#mobile-top-bar:after {
  clear: both;
}
@media (min-width: 1200px) {
  #mobile-top-bar {
    position: static;
    float: left;
    width: auto;
    height: auto;
    padding: 0;
    border-bottom: none;
    background-color: transparent;
    box-shadow: none;
  }
}
#main-menu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0px;
  right: -300px;
  width: 300px;
  padding: 0;
  margin-left: 300px;
  background-color: #ffffff;
  overflow: visible;
  transition: transform 0.4s ease-out;
}
#main-menu-wrapper.menu-out {
  transform: translateX(-300px);
}
@media (min-width: 768px) {
  #main-menu-wrapper {
    right: -300px;
    width: 300px;
    margin-left: 300px;
  }
  #main-menu-wrapper.menu-out {
    transform: translateX(-300px);
  }
}
@media (min-width: 1200px) {
  #main-menu-wrapper {
    position: static;
    height: 78px;
    float: right;
    top: auto;
    bottom: auto;
    right: auto;
    width: auto;
    z-index: auto;
    transition: none;
    margin: 0px 0 0 0;
    background-color: transparent;
  }
  #main-menu-wrapper.menu-out {
    transform: none;
  }
  #main-menu-wrapper .main-menu-inner {
    position: static;
    overflow: visible;
  }
}
#site-header-inner:after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 54;
  transition: background 0.5s ease-out;
}
@media (min-width: 1200px) {
  #site-header-inner:after {
    display: none;
  }
}
body.menu-out #site-header-inner:after {
  background: rgba(0, 0, 0, 0.5);
  right: 0px;
  z-index: 54;
}
.main-menu-inner {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
}
#content {
  position: relative;
}
@media (max-width: 1199px) {
  #content {
    margin-top: 70px;
  }
}
/*z-indexes*/
#mobile-top-bar {
  z-index: 60;
}
#main-menu-wrapper {
  z-index: 55;
}
#content {
  position: relative;
  z-index: 30;
}
#site-footer {
  position: relative;
  z-index: 29;
}
@media (min-width: 1200px) {
  #site-header {
    position: relative;
    z-index: 600;
  }
  #mobile-top-bar,
  #main-menu-wrapper {
    z-index: auto;
  }
}
/*Footer stuff and pusher
* Variablene settes i ___vars_and_mixins.less
*/
#doc {
  padding-bottom: 525px;
}
#site-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #86C6B6;
  height: 525px;
}
@media (min-width: 1200px) {
  #doc {
    padding-bottom: 460px;
  }
  #site-footer {
    height: 460px;
  }
}
.zorem-layout.popupwrapper {
  display: none;
}
/**
* based on:
* http://typecast.com/blog/a-more-modern-scale-for-web-typography
*/
h1 + ul,
h2 + ul,
h3 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h1 + table,
h2 + table,
h3 + table {
  margin-top: -4px;
}
h1 + p,
h2 + p,
h3 + p {
  margin-top: -4px;
}
h4 + ul,
h5 + ul,
h6 + ul,
h4 + ol,
h5 + ol,
h6 + ol,
h4 + table,
h5 + table,
h6 + table {
  margin-top: -4px;
}
h4 + p,
h5 + p,
h6 + p {
  margin-top: -4px;
}
h2 + h3,
h3 + h4 {
  margin-top: 16px;
}
@media print {
  body {
    font-size: 12pt;
  }
  h1 {
    font-size: 36pt;
  }
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
#imagelightbox {
  background-color: #fff;
  position: fixed;
  z-index: 9999;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
#imagelightbox-overlay {
  background-color: #FFF;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#imagelightbox-close {
  width: 2.5em;
  height: 2.5em;
  text-align: left;
  text-indent: -9999px;
  background-color: #CFE8E2;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  transition: color 0.3s ease;
}
#imagelightbox-close:hover {
  background-color: #f0ad4e;
}
#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 5px;
  background-color: #FFF;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}
#imagelightbox-close:before {
  transform: rotate(45deg);
}
#imagelightbox-close:after {
  transform: rotate(-45deg);
}
#imagelightbox-caption {
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
}
/* WITH ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: #004565;
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
}
#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  -moz-animation: imagelightbox-loading 0.5s ease infinite;
  -o-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}
@-moz-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -moz-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -moz-transform: scale(0.75);
  }
}
@-o-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -o-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -o-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#imagelightbox-nav a {
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 0.313em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#imagelightbox-nav a.active {
  background-color: #fff;
}
#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav {
  -webkit-animation: fade-in 0.25s linear;
  -moz-animation: fade-in 0.25s linear;
  -o-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #imagelightbox-close {
    top: 1.25em;
    right: 1.25em;
  }
  #imagelightbox-nav {
    bottom: 1.25em;
  }
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  max-width: 100%;
}
blockquote {
  padding: 0;
  border: none;
  font-style: italic;
}
body {
  color: #004565;
  font-size: 18px;
}
blockquote {
  font-family: Unna, Georgia, serif;
  font-size: 28px;
}
b,
strong {
  font-weight: 400;
}
.cookie-notice-container a {
  color: #fff;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.site-title {
  float: left;
  display: block;
  margin: 4px 0 0 0;
  padding: 12px;
  width: 175px;
  height: 57px;
  font-size: 18px;
  line-height: 1em;
}
.site-title span {
  display: block;
  position: absolute;
  overflow: hidden;
  height: 0px;
  width: 0px;
}
@media (min-width: 1200px) {
  .site-title {
    margin-top: 30px;
    width: 175px;
    height: 57px;
    padding: 0;
  }
}
.site-title img {
  width: 100%;
}
#main-menu-toggle {
  position: absolute;
  width: 62px;
  top: -5px;
  right: 10px;
  padding: 17px 6px;
  color: #8c8c8c;
  text-transform: uppercase;
  text-decoration: none;
  text-align: right;
  font-size: 14px;
  line-height: 1;
  z-index: 200;
}
#main-menu-toggle:active,
#main-menu-toggle:visited {
  color: #8c8c8c;
}
#main-menu-toggle:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  #main-menu-toggle {
    display: none;
  }
}
.menu-out #main-menu-toggle {
  width: 86px;
  padding-left: 30px;
}
.menu-out #main-menu-toggle:before {
  content: 'X';
  position: absolute;
  left: 10px;
  font-size: 16px;
  font-weight: 300;
  color: #004565;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.main-menu-inner {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#main-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#main-menu .menu-item {
  position: relative;
}
#main-menu .menu-item a {
  padding: 10px;
  color: #004565;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: background 0.4s ease-out;
  -o-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
  text-decoration: none;
  line-height: 32px;
}
#main-menu > .menu-item > a {
  font-weight: normal;
}
#main-menu > .menu-item.menu-item-has-children {
  position: relative;
}
@media (min-width: 1200px) {
  #main-menu > .menu-item.menu-item-has-children a:after {
    content: '<';
    display: inline-block;
    transform: rotate(-90deg);
    margin-left: 5px;
    font-weight: 300;
  }
}
#main-menu > .menu-item.menu-item-has-children > .sub-menu {
  display: none;
}
#main-menu > .menu-item.menu-item-has-children > .sub-menu a:after {
  content: '';
}
#main-menu > .menu-item.menu-item-has-children.active .sub-menu {
  display: block;
}
#main-menu .sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 14px;
}
#main-menu > .menu-item > .sub-menu > .menu-item > a {
  padding: 5px 10px 6px 10px;
}
#main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
  margin-top: -2px;
  padding-bottom: 5px;
}
#main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item a {
  padding: 3px 10px 4px 20px;
}
#main-menu > .menu-item > .sub-menu > .menu-item > .sub-menu .menu-item a:before {
  content: '- ';
}
.sub-menu-toggle {
  position: absolute;
  top: 3px;
  right: 0px;
  width: 30px;
  padding: 10px 10px;
  text-align: center;
  height: auto;
}
.sub-menu-toggle:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  padding-right: 2px;
  border-bottom: 3px solid gray;
  border-right: 3px solid gray;
}
@media (min-width: 1200px) {
  .main-menu-inner {
    padding: 0;
  }
  #main-menu {
    float: right;
  }
  #main-menu .menu-item {
    position: relative;
  }
  #main-menu .menu-item a {
    padding: 5px 15px;
    white-space: nowrap;
  }
  #main-menu .menu-item a:hover,
  #main-menu .menu-item a:focus {
    color: #00AFE2;
  }
  #main-menu > .menu-item {
    float: left;
  }
  #main-menu > .menu-item > a {
    height: 0px;
    line-height: 120px;
    padding: 0px 25px 5px 5px;
    color: #004565;
    font-size: 18px;
    font-weight: 300;
    border-top: none;
  }
  #main-menu > .menu-item.menu-item-has-children > .sub-menu {
    display: block;
  }
  #main-menu > .menu-item > .sub-menu {
    top: -600px;
    left: 0px;
    position: absolute;
    background-color: #fff;
    opacity: 0;
    min-width: 100%;
    border: 1px solid #00AFE2;
    padding-top: 5px;
    top: 78px;
    -webkit-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
  #main-menu > .menu-item > .sub-menu .menu-item {
    max-width: 360px;
    min-width: 180px;
  }
  #main-menu > .menu-item > .sub-menu .menu-item a {
    padding: 5px 10px 5px;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    white-space: normal;
    display: inline-block;
    width: 100%;
  }
  #main-menu > .menu-item > .sub-menu .sub-menu {
    position: relative;
  }
  #main-menu > .menu-item-has-children.active > .sub-menu,
  #main-menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    top: 78px;
  }
  #main-menu > .menu-item:last-child .sub-menu {
    right: 0px;
    left: auto;
  }
  .sub-menu-toggle {
    z-index: -1;
    top: auto;
    bottom: 28px;
    padding: 0;
    right: 50%;
    width: 20px;
    margin-right: -16px;
    border-top: none;
  }
  .sub-menu-toggle:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
@media (min-width: 1200px) {
  .menu-right-first {
    margin-left: 40px;
  }
}
.mobile-close-menu {
  text-align: left;
  margin: 20px 30px;
}
.mobile-close-menu span {
  cursor: pointer;
  color: brand-primary;
}
.mobile-close-menu span:hover {
  color: #86C6B6;
}
.mobile-close-menu span:before {
  content: 'X';
  padding-right: 5px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .mobile-close-menu {
    display: none;
  }
}
.sidebar-container {
  margin-top: 72px;
}
.sidebar-container-inner {
  background: transparent;
}
.sidebar-single {
  margin-top: 72px;
  padding-top: 16px;
  border: 1px solid #00AFE2;
  border-width: 1px 0 0 0;
  font-size: 18px;
  font-weight: 300;
}
.sidebar-module {
  margin-bottom: 25px;
}
.sidebar-module:before,
.sidebar-module:after {
  content: " ";
  display: table;
}
.sidebar-module:after {
  clear: both;
}
.sidebar-module:before,
.sidebar-module:after {
  content: " ";
  display: table;
}
.sidebar-module:after {
  clear: both;
}
/*Link module*/
.sidebar-module-links {
  background: #F3F3F3;
  padding: 20px/2 20px/2 0;
}
.sidebar-module-links-header {
  margin-top: 0px;
  padding-top: 3px;
  padding-bottom: 7px;
}
.sidebar-module-links-header a {
  text-decoration: none;
  color: inherit;
}
.sidebar-module-link-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sidebar-module-link-list .page_item,
.sidebar-module-link-list .sidebar-module-link-item {
  margin-right: -20px/2;
  margin-left: -20px/2;
  line-height: 1.15;
}
.sidebar-module-link-list .page_item a,
.sidebar-module-link-list .sidebar-module-link-item a {
  display: block;
  padding: 7px 10px 7px 10px;
  border-top: 1px solid #fff;
  transition: background 0.4s ease-out;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar-module-link-list .page_item a:hover,
.sidebar-module-link-list .sidebar-module-link-item a:hover {
  background: #fff;
}
.sidebar-module-link-list .page_item_has_children .children {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-module-link-list .page_item_has_children .children .page_item {
  margin: 0;
}
.sidebar-module-link-list .page_item_has_children .children .page_item a {
  display: block;
  text-transform: none;
  font-size: 0.9rem;
}
.sidebar-module-link-list .page_item_has_children .children .page_item a:before {
  content: '– ';
  text-decoration: none;
}
.sidebar-contacts-content + .sidebar-contacts-contact {
  margin-top: 0px;
}
/*Styling facts sidebar*/
.facts-sidebar {
  padding-left: 20px/2;
  padding-right: 20px/2;
}
.facts-sidebar:before,
.facts-sidebar:after {
  content: " ";
  display: table;
}
.facts-sidebar:after {
  clear: both;
}
.facts-sidebar:before,
.facts-sidebar:after {
  content: " ";
  display: table;
}
.facts-sidebar:after {
  clear: both;
}
.facts-sidebar .sidebar-container-inner {
  margin-left: -20px/2;
  margin-right: -20px/2;
}
.facts-sidebar .sidebar-module {
  margin-bottom: 20px;
}
.facts-sidebar .col-3-on-large {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px/2;
  padding-right: 20px/2;
}
@media (min-width: 640px) {
  .facts-sidebar .col-3-on-large {
    float: left;
    width: 50%;
  }
  .facts-sidebar .col-3-on-large:nth-of-type(2n+3) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .facts-sidebar .col-3-on-large {
    float: left;
    width: 25%;
  }
  .facts-sidebar .col-3-on-large:nth-of-type(2n+3) {
    clear: none;
  }
  .facts-sidebar .col-3-on-large:nth-of-type(3n+4) {
    clear: left;
  }
}
/*Sidebar contacts*/
.sidebar-module .sidebar-contacts-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 15px;
}
.sidebar-module .sidebar-contact-name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Rubik', Arial, sans-serif;
}
.sidebar-module .sidebar-contact-name a {
  text-decoration: none;
}
.sidebar-module .contact-box-line {
  font-size: 18px;
  font-weight: 300;
}
.sidebar-module .contact-box-line a {
  text-decoration: none;
}
.sidebar-module .contact-box-line a:hover {
  text-decoration: underline;
}
.sidebar-module .contact-box-line-pos {
  padding-bottom: 20px;
}
.sidebar-module .sidebar-contacts-content {
  margin-bottom: 10px;
  line-height: 1.2;
}
.sidebar-module .sidebar-contacts-content *:last-child {
  margin-bottom: 0;
}
/*Heading sisez*/
.sidebar-module h1 {
  font-size: 30px;
  margin-bottom: 5px;
}
.sidebar-module h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.sidebar-module h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.sidebar-module h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
#site-footer-row1-wrapper {
  padding: 20px/2;
  background: #86C6B6;
}
#site-footer-row1-wrapper:before,
#site-footer-row1-wrapper:after {
  content: " ";
  display: table;
}
#site-footer-row1-wrapper:after {
  clear: both;
}
#site-footer-row1-wrapper:before,
#site-footer-row1-wrapper:after {
  content: " ";
  display: table;
}
#site-footer-row1-wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  #footer-email-form-input-label {
    float: right;
    margin-right: -10px;
    padding-top: 5px;
  }
}
#footer-email-form-input-group {
  max-width: 350px;
}
#site-footer-row1 {
  padding-bottom: 40px;
}
#site-footer-row2 {
  padding-top: 40px;
  padding-bottom: 140px;
  max-width: 1160px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-contact-title {
  font-weight: 600;
}
.footer-contact-title,
.footer-addr-wrapper,
.footer-tel-wrapper,
.footer-vat-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .footer-tel-wrapper {
    width: 20%;
  }
}
#site-footer .some-icons {
  list-style-type: none;
  padding: 5px 0 0 0;
}
#site-footer .some-icons:before,
#site-footer .some-icons:after {
  content: " ";
  display: table;
}
#site-footer .some-icons:after {
  clear: both;
}
#site-footer .some-icons:before,
#site-footer .some-icons:after {
  content: " ";
  display: table;
}
#site-footer .some-icons:after {
  clear: both;
}
#site-footer .some-icons li {
  float: left;
  margin-left: 5px;
}
#site-footer .some-icons li:before,
#site-footer .some-icons li:after {
  content: " ";
  display: table;
}
#site-footer .some-icons li:after {
  clear: both;
}
#site-footer .some-icons li:before,
#site-footer .some-icons li:after {
  content: " ";
  display: table;
}
#site-footer .some-icons li:after {
  clear: both;
}
#site-footer .some-icons li:first-child {
  margin-left: 0px;
}
#site-footer .some-icons-icon {
  display: block;
  color: #8c8c8c;
  text-decoration: none;
}
#site-footer .some-icons-icon:hover {
  text-decoration: none;
  cursor: pointer;
}
#site-footer .some-icons-icon:hover:after {
  cursor: pointer;
}
#site-footer .some-icons-icon:after {
  content: '';
  display: block;
  font-family: "custom-icons";
  padding-right: 2px;
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#site-footer .some-icons-icon:after:hover {
  cursor: pointer;
}
#site-footer .some-icons-Twitter:after {
  content: '\E00C';
}
#site-footer .some-icons-Linkedin:after {
  content: '\E008';
}
#site-footer .some-icons-Facebook:after {
  content: '\E005';
}
.cdp-footer-link {
  display: block;
  width: 145px;
  height: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .cdp-footer-link {
    float: right;
    margin-top: 0px;
  }
}
.footer-returntotop {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
}
.footer-returntotop svg {
  margin-bottom: -3px;
}
.footer-returntotop:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer-links-wrapper .footer-links .footer-link a {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
.footer-links-wrapper .footer-links .footer-link a:hover {
  text-decoration: underline;
  color: #004565;
}
.contact-footer .footer-contact-header {
  font-weight: 500;
  font-size: 20px;
}
.contact-footer .footer-contact-linkedin {
  padding-top: 10px;
}
.contact-footer .footer-contact-linkedin a svg {
  width: 20px;
  height: auto;
  margin-bottom: -2px;
  margin-right: 5px;
}
.contact-footer .footer-contact-linkedin a svg path.st0 {
  fill: #004565;
}
.contact-footer .footer-contact-linkedin a svg path.st1 {
  fill: #86C6B6;
}
.contact-footer a {
  font-weight: 300;
  font-size: 20px;
}
#site-footer .logo-container img {
  width: 239px;
  height: auto;
}
/*Footer form*/
#site-footer .gform_wrapper {
  position: relative;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  /*Styling elements*/
}
#site-footer .gform_wrapper form.newsletter:before,
#site-footer .gform_wrapper form.newsletter:after {
  content: " ";
  display: table;
}
#site-footer .gform_wrapper form.newsletter:after {
  clear: both;
}
#site-footer .gform_wrapper form.newsletter:before,
#site-footer .gform_wrapper form.newsletter:after {
  content: " ";
  display: table;
}
#site-footer .gform_wrapper form.newsletter:after {
  clear: both;
}
#site-footer .gform_wrapper form.newsletter .gform_body {
  margin-right: 89px;
}
#site-footer .gform_wrapper form.newsletter .gform_footer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 90px;
}
#site-footer .gform_wrapper .gfield_label {
  display: block;
}
@media (min-width: 768px) {
  #site-footer .gform_wrapper .gfield_label {
    width: 50%;
    float: left;
    text-align: right;
    line-height: 24px;
    padding-top: 3px;
  }
}
#site-footer .gform_wrapper .ginput_container {
  display: block;
}
@media (min-width: 768px) {
  #site-footer .gform_wrapper .ginput_container {
    float: left;
    width: 49%;
    margin-left: 5px;
  }
}
#site-footer .gform_wrapper input[type="email"] {
  float: right;
  width: 100%;
}
#site-footer .gform_wrapper .gform_fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#site-footer .gform_wrapper .gform_fields li:before,
#site-footer .gform_wrapper .gform_fields li:after {
  content: " ";
  display: table;
}
#site-footer .gform_wrapper .gform_fields li:after {
  clear: both;
}
#site-footer .gform_wrapper .gform_fields li:before,
#site-footer .gform_wrapper .gform_fields li:after {
  content: " ";
  display: table;
}
#site-footer .gform_wrapper .gform_fields li:after {
  clear: both;
}
#site-footer .gform_wrapper input[type="email"] {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #737373;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 28px;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#site-footer .gform_wrapper input[type="email"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#site-footer .gform_wrapper input[type="email"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#site-footer .gform_wrapper input[type="email"]:-ms-input-placeholder {
  color: #999;
}
#site-footer .gform_wrapper input[type="email"]::-webkit-input-placeholder {
  color: #999;
}
#site-footer .gform_wrapper input[type="email"][disabled],
#site-footer .gform_wrapper input[type="email"][readonly],
fieldset[disabled] #site-footer .gform_wrapper input[type="email"] {
  background-color: #d9d9d9;
  opacity: 1;
}
#site-footer .gform_wrapper input[type="email"][disabled],
fieldset[disabled] #site-footer .gform_wrapper input[type="email"] {
  cursor: not-allowed;
}
textarea#site-footer .gform_wrapper input[type="email"] {
  height: auto;
}
select#site-footer .gform_wrapper input[type="email"] {
  height: 28px;
  line-height: 28px;
}
textarea#site-footer .gform_wrapper input[type="email"],
select[multiple]#site-footer .gform_wrapper input[type="email"] {
  height: auto;
}
#site-footer .gform_wrapper .gform_button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
  color: #fff;
  background-color: #004565;
  border-color: #00344b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#site-footer .gform_wrapper .gform_button:focus,
#site-footer .gform_wrapper .gform_button:active:focus,
#site-footer .gform_wrapper .gform_button.active:focus,
#site-footer .gform_wrapper .gform_button.focus,
#site-footer .gform_wrapper .gform_button:active.focus,
#site-footer .gform_wrapper .gform_button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#site-footer .gform_wrapper .gform_button:hover,
#site-footer .gform_wrapper .gform_button:focus,
#site-footer .gform_wrapper .gform_button.focus {
  color: #333;
  text-decoration: none;
}
#site-footer .gform_wrapper .gform_button:active,
#site-footer .gform_wrapper .gform_button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#site-footer .gform_wrapper .gform_button.disabled,
#site-footer .gform_wrapper .gform_button[disabled],
fieldset[disabled] #site-footer .gform_wrapper .gform_button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a#site-footer .gform_wrapper .gform_button.disabled,
fieldset[disabled] a#site-footer .gform_wrapper .gform_button {
  pointer-events: none;
}
#site-footer .gform_wrapper .gform_button:focus,
#site-footer .gform_wrapper .gform_button.focus {
  color: #fff;
  background-color: #002232;
  border-color: #000000;
}
#site-footer .gform_wrapper .gform_button:hover {
  color: #fff;
  background-color: #002232;
}
#site-footer .gform_wrapper .gform_button:active,
#site-footer .gform_wrapper .gform_button.active,
.open > .dropdown-toggle#site-footer .gform_wrapper .gform_button {
  color: #fff;
  background-color: #002232;
  border-color: #000a0e;
}
#site-footer .gform_wrapper .gform_button:active:hover,
#site-footer .gform_wrapper .gform_button.active:hover,
.open > .dropdown-toggle#site-footer .gform_wrapper .gform_button:hover,
#site-footer .gform_wrapper .gform_button:active:focus,
#site-footer .gform_wrapper .gform_button.active:focus,
.open > .dropdown-toggle#site-footer .gform_wrapper .gform_button:focus,
#site-footer .gform_wrapper .gform_button:active.focus,
#site-footer .gform_wrapper .gform_button.active.focus,
.open > .dropdown-toggle#site-footer .gform_wrapper .gform_button.focus {
  color: #fff;
  background-color: #000a0e;
  border-color: #000000;
}
#site-footer .gform_wrapper .gform_button:active,
#site-footer .gform_wrapper .gform_button.active,
.open > .dropdown-toggle#site-footer .gform_wrapper .gform_button {
  background-image: none;
}
#site-footer .gform_wrapper .gform_button.disabled,
#site-footer .gform_wrapper .gform_button[disabled],
fieldset[disabled] #site-footer .gform_wrapper .gform_button,
#site-footer .gform_wrapper .gform_button.disabled:hover,
#site-footer .gform_wrapper .gform_button[disabled]:hover,
fieldset[disabled] #site-footer .gform_wrapper .gform_button:hover,
#site-footer .gform_wrapper .gform_button.disabled:focus,
#site-footer .gform_wrapper .gform_button[disabled]:focus,
fieldset[disabled] #site-footer .gform_wrapper .gform_button:focus,
#site-footer .gform_wrapper .gform_button.disabled.focus,
#site-footer .gform_wrapper .gform_button[disabled].focus,
fieldset[disabled] #site-footer .gform_wrapper .gform_button.focus,
#site-footer .gform_wrapper .gform_button.disabled:active,
#site-footer .gform_wrapper .gform_button[disabled]:active,
fieldset[disabled] #site-footer .gform_wrapper .gform_button:active,
#site-footer .gform_wrapper .gform_button.disabled.active,
#site-footer .gform_wrapper .gform_button[disabled].active,
fieldset[disabled] #site-footer .gform_wrapper .gform_button.active {
  background-color: #004565;
  border-color: #00344b;
}
#site-footer .gform_wrapper .gform_button .badge {
  color: #004565;
  background-color: #fff;
}
#site-footer .gform_wrapper .gfield_required {
  display: none;
}
.page-section-newsletter-signup {
  background-color: #004565;
  padding: 40px 0;
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-response {
  padding: 20px 0 0;
  color: #86C6B6;
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner label {
  display: block;
  color: #86C6B6;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=email] {
  border: 1px solid #86C6B6;
  background-color: #004565;
  color: #86C6B6;
  border-radius: 0;
  width: 100%;
  padding: 2px 22px;
  height: 35px;
  transform: translate(0, 2px);
  margin-top: 0;
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=email]::placeholder {
  color: #86C6B6;
  font-weight: 400;
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=email]:focus-visible {
  outline: 1px solid white;
}
@media (min-width: 768px) {
  .page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=email] {
    max-width: 650px;
    width: 70%;
  }
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=submit] {
  background-color: #86C6B6;
  color: #004565;
  border: 1px solid #86C6B6;
  border-radius: 0;
  width: 170px;
  height: 35px;
  max-width: 170px;
  margin-top: 20px;
  float: right;
  display: inline-block;
}
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=submit]:focus-visible,
.page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=submit]:focus {
  outline: 1px solid white;
}
@media (min-width: 768px) {
  .page-section-newsletter-signup .nlsu-outer .nlsu-wrapper .mc4wp-form .mc4wp-form-fields .mc-form-innner input[type=submit] {
    width: 30%;
    margin-top: 0;
    float: none;
    margin-left: 2%;
  }
}
.archive-header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px/2;
}
.archive-header-referanser .archive-header-inner {
  max-width: 1160px;
}
.archive-title {
  margin: 0;
  padding: 80px 0 40px;
}
.archive-list {
  max-width: 754px;
  margin: 0 auto 40px;
  padding: 0 20px/2;
}
.archive-list-wide {
  max-width: 1160px;
  margin: 0 auto 40px;
  padding: 0 20px/2;
}
.archive-list-referanser {
  max-width: 1160px;
}
.archive-item {
  clear: both;
  padding: 20px 0;
  overflow: auto;
}
.archive-item h2 {
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 26px;
}
.archive-item h2 a {
  color: #004565;
  text-decoration: none;
}
.archive-item-content {
  width: 70%;
  float: left;
  padding-left: 20px;
}
.archive-item-content .archive-item-txt a svg {
  width: auto;
  height: 20px;
}
.archive-item-media {
  width: 30%;
  float: left;
}
.archive-item-media .archive-item-media-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #dddddd;
}
.archive-item-media .archive-item-media-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
.archive-item-media .archive-item-media-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.archive-thumbnail-wrapper {
  width: 120px;
  flex-basis: 120px;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 10px;
}
.readmore {
  white-space: nowrap;
}
.archive-list-referanser .archive-list-referanser-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px/2;
}
.archive-list-referanser .archive-referanse {
  padding: 20px/2;
  margin-bottom: 10px;
  flex-shrink: 1;
  max-width: 350px;
  width: 100%;
}
.archive-list-referanser .archive-referanse h2 {
  font-size: 18px;
  padding: 0;
  margin: 0 0 5px 0;
}
.archive-list-referanser .archive-referanse a.archive-item-inner {
  display: block;
  padding: 5px;
  margin: -5px;
  color: inherit;
  text-decoration: none;
}
.archive-list-referanser .archive-referanse a.archive-item-inner:hover {
  background-color: #f2f2f2;
}
@media (min-width: 550px) {
  .archive-list-referanser .archive-referanse {
    width: 50%;
  }
}
@media (min-width: 820px) {
  .archive-list-referanser .archive-referanse {
    width: 33%;
  }
}
@media (min-width: 1090px) {
  .archive-list-referanser .archive-referanse {
    width: 25%;
  }
}
.archive-list-referanser .archive-item-content {
  position: relative;
  padding-top: 71%;
}
.archive-list-referanser .archive-thumbnail-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0px;
  width: 100%;
  padding-top: 67%;
  flex-shrink: 1;
  margin-top: 0px;
  margin-bottom: 6px;
  margin-right: 0px;
}
.archive-list-referanser .archive-thumbnail-wrapper img {
  position: absolute;
  top: 0px;
}
/*Ansatte*/
.post-type-archive-gandalf_employee .contact-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.archive-header-inner-ansatte {
  max-width: none;
}
body.archive .sidebar-contacts-contact {
  width: 100%;
}
@media (min-width: 768px) {
  body.archive .sidebar-contacts-contact {
    padding-right: 15px;
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  body.archive .sidebar-contacts-contact {
    width: 33%;
  }
}
/*Events*/
.archive-event-list-section-header {
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 40px;
  font-size: 20px;
}
.readmore {
  color: #00AFE2;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}
.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}
blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}
.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}
.wp-caption {
  margin-bottom: 24px;
}
.wp-caption a {
  display: block;
}
.wp-caption a img[class*="wp-image-"]:hover {
  cursor: pointer;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}
.wp-caption,
.caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
}
.wp-caption-text {
  padding: 5px 10px;
}
.wp-caption-text:not(.gallery-caption) {
  border-bottom: 4px solid #d9d9d9;
}
.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.more-link {
  white-space: nowrap;
}
.entry-content {
  font-weight: 300;
}
.entry-content .intro {
  font-weight: 700;
}
.entry-content em strong {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-element {
  position: relative;
}
.image-element:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  background-image: url(/wp-content/themes/lifecare/assets/img/lc-gradient.jpg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}
.image-element-slim {
  position: relative;
}
.image-element-slim:after {
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-image: url(/wp-content/themes/lifecare/assets/img/lc-gradient2.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: repeat-y;
}
.module-container:before,
.module-container:after {
  content: " ";
  display: table;
}
.module-container:after {
  clear: both;
}
.module-container:before,
.module-container:after {
  content: " ";
  display: table;
}
.module-container:after {
  clear: both;
}
.module-container-content {
  max-width: 850px;
  font-size: 18px;
}
.module-container-btn {
  padding-top: 11px;
  padding-right: 20px/2;
  width: 280px;
  float: right;
}
@media (min-width: 768px) {
  .module-container-btn {
    margin: 0;
  }
}
.module-container-inner {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
  padding: 20px 20px/2 40px 20px/2;
}
.page-section-topvideo-inner {
  max-width: 100%;
}
.page-section-topvideo-inner video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.module-spacer-1 {
  height: 20px;
}
.module-spacer-2 {
  height: 40px;
}
.module-spacer-3 {
  height: 60px;
}
.module-spacer-4 {
  height: 80px;
}
.module-spacer-5 {
  height: 100px;
}
.module-spacer-6 {
  height: 120px;
}
.module-spacer-7 {
  height: 140px;
}
.module-spacer-8 {
  height: 160px;
}
.module-spacer-9 {
  height: 180px;
}
.module-spacer-10 {
  height: 200px;
}
.single-container {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .single-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .single-container {
    padding-top: 50px;
  }
}
.single-container .main .entry-title:first-child {
  margin-top: 0;
}
.single-container .main {
  position: relative;
  min-height: 1px;
  padding-left: 20px/2;
  padding-right: 20px/2;
  padding-bottom: 20px;
}
.single-container .main:before,
.single-container .main:after {
  content: " ";
  display: table;
}
.single-container .main:after {
  clear: both;
}
.single-container .main:before,
.single-container .main:after {
  content: " ";
  display: table;
}
.single-container .main:after {
  clear: both;
}
@media (min-width: 992px) {
  .single-container .main.have-sidebar {
    float: left;
    width: 75%;
    padding-right: 30px;
    padding-left: 180px;
  }
}
.single-container .main.no-sidebar {
  padding-left: 10px;
}
@media (min-width: 680px) {
  .single-container .main.no-sidebar {
    padding-left: 180px;
  }
}
.featured-image-container {
  margin-bottom: 20px;
}
.single-featured-image-caption {
  padding-top: 3px;
  font-size: 14px;
}
.entry-title {
  margin-top: 0;
}
/*
* Publishdate & Author stuff
****************************
*/
.entry-author-container {
  margin-bottom: 11px;
  font-size: 14px;
}
.entry-author-container:before,
.entry-author-container:after {
  content: " ";
  display: table;
}
.entry-author-container:after {
  clear: both;
}
.entry-author-container:before,
.entry-author-container:after {
  content: " ";
  display: table;
}
.entry-author-container:after {
  clear: both;
}
.entry-title + .entry-author-container {
  margin-top: -4px;
}
.entry-author-container-inner {
  display: flex;
}
.entry-author-image-container {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.entry-author-info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.entry-author-name {
  text-transform: uppercase;
  font-weight: 600;
}
.reference-meta {
  margin-bottom: 1rem;
}
/* REPORTS */
.reports-download-box {
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #004565;
  background-color: none;
  color: #004565;
}
.reports-download-box .infobox-content-entry {
  border: 1x solid #CFE8E2;
  padding: 10px;
}
.reports-download-box .infobox-content-entry .infobox-content-entry-link a {
  color: #004565;
}
.reports-download-box .infobox-content-entry .infobox-content-entry-link a:hover {
  text-decoration: underline;
}
.reports-download-box .infobox-content-entry .infobox-content-entry-link a img {
  margin-right: 20px;
}
.reports-download-box .documentdl-registertext {
  padding-bottom: 20px;
  font-weight: 400;
}
.reports-download-box .download-link {
  color: #00AFE2;
}
.reports-download-box .download-link a {
  color: #00AFE2;
}
.reports-download-box .gform_wrapper input[type=email] {
  border: 1px solid #004565;
  background-color: #fff;
  color: #004565;
  border-radius: 0;
  width: 100%;
  padding: 2px 22px;
  height: 35px;
  transform: translate(0, 2px);
  margin-top: 0;
}
.reports-download-box .gform_wrapper input[type=email]::placeholder {
  color: #86C6B6;
  font-weight: 400;
}
.reports-download-box .gform_wrapper input[type=email]:focus-visible {
  outline: 1px solid white;
}
@media (min-width: 768px) {
  .reports-download-box .gform_wrapper input[type=email] {
    max-width: 650px;
    width: 70%;
  }
}
.reports-download-box .gform_wrapper input[type=submit] {
  background-color: #004565;
  color: #fff;
  border: 1px solid #004565;
  border-radius: 0;
  width: 170px;
  height: 35px;
  max-width: 170px;
  margin-top: 20px;
  float: right;
  display: inline-block;
}
.reports-download-box .gform_wrapper input[type=submit]:focus-visible,
.reports-download-box .gform_wrapper input[type=submit]:focus {
  outline: 1px solid white;
}
.reports-download-box .gform_wrapper input[type=submit]:hover {
  background-color: #86C6B6;
  color: #004565;
}
@media (min-width: 768px) {
  .reports-download-box .gform_wrapper input[type=submit] {
    width: 30%;
    margin-top: 0;
    float: none;
  }
}
.event-documents {
  margin-top: 80px;
  padding: 40px;
  border: 1px solid #004565;
  background-color: #fff;
}
.event-documents .event-documents-header {
  padding-bottom: 20px;
}
.event-documents .download-link {
  color: #00AFE2;
}
.event-documents .download-link a {
  color: #00AFE2;
}
.event-documents .document-description {
  padding-bottom: 20px;
}
.post-event-time {
  padding-bottom: 20px;
}
.presentation-container {
  margin-top: 40px;
  width: 100%;
  border: 1px solid #004565;
  padding: 20px;
}
.presentation-container .presentation-container-inner div {
  padding-bottom: 10px;
}
.presentation .entry-content iframe {
  width: 100%;
}
.single-employee {
  /*
	* Boxing
	*/
}
.single-employee .main {
  max-width: 850px;
  margin-left: auto;
  margin: auto;
}
.single-employee .main .single-employee-featured-image-container {
  float: left;
  overflow: hidden;
  width: 100px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .single-employee .main .single-employee-featured-image-container {
    width: 140px;
  }
}
.single-employee .main .single-employee-featured-image-container img {
  border-radius: 100%;
}
.single-employee .main .employee-info {
  margin-left: 120px;
}
@media (min-width: 768px) {
  .single-employee .main .employee-info {
    margin-left: 160px;
  }
}
.single-employee .main .entry-content {
  clear: both;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .single-employee .main .entry-content {
    margin-left: 160px;
  }
}
.single-employee .entry-title {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .single-employee .entry-title {
    font-size: 22px;
  }
  .single-employee .employee-info {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .page-section-top-image-container-inner {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 991px) {
  .page-section-top-image-container-inner {
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 767px) {
  .page-section-top-image-container-inner {
    margin-left: -100px;
    margin-right: -100px;
  }
}
/*Video embeder*/
.page-section-video-container {
  background-color: #000;
}
.page-section-video-container-inner {
  margin: auto;
  width: 100%;
  max-width: 960px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*Employee quote*/
.page-section-employee-quote-container-inner {
  max-width: 960px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-section-employee-quote-container-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .page-section-employee-quote-container-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .page-section-employee-quote-container-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .page-section-employee-quote-container-inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.page-section-employee-quote-img-wrap {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 20px;
}
.page-section-employee-quote-img-wrap img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .page-section-employee-quote-img-wrap {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .page-section-employee-quote-img-wrap {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 768px) {
  .page-section-employee-quote-txt {
    padding-left: 120px;
  }
}
@media (min-width: 992px) {
  .page-section-employee-quote-txt {
    padding-left: 160px;
  }
}
.page-section-employee-quote {
  padding-bottom: 11px;
  font-size: 18px;
  font-weight: 300;
}
.page-section-employee-info.employee-info {
  margin-left: 0px;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  .page-section-employee-info.employee-info {
    float: left;
  }
}
.page-section-employee-info.employee-info a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-section-employee-button {
    float: right;
  }
}
/*Promoted articles*/
.promoted-module-title {
  margin-top: 0;
}
.promoted-article-title {
  font-size: 24px;
}
.promoted-article-title a {
  text-decoration: none;
}
.promoted-module-title + .promoted-article-title {
  font-size: 20px;
}
.module-container-inner-promoted-articles {
  padding-top: 40px;
  max-width: 754px;
}
@media (min-width: 768px) {
  .module-container-inner-promoted-articles {
    padding-top: 50px;
  }
}
.promoted-article {
  margin: 0 auto;
  margin-bottom: 30px;
}
.promoted-article:before,
.promoted-article:after {
  content: " ";
  display: table;
}
.promoted-article:after {
  clear: both;
}
.promoted-article:before,
.promoted-article:after {
  content: " ";
  display: table;
}
.promoted-article:after {
  clear: both;
}
/*
* Image box styling
*
*/
.page-section-fp-top-image-container {
  position: relative;
  height: calc( 100vh -  70px  );
  background-size: cover;
  background-position: center;
}
@media (min-width: 1200px) {
  .page-section-fp-top-image-container {
    height: calc( 100vh -  78px  );
  }
}
@media (min-width: 781px) {
  body.admin-bar .page-section-fp-top-image-container {
    height: calc( 100vh - 32px -  70px  );
  }
}
@media (min-width: 1200px) {
  body.admin-bar .page-section-fp-top-image-container {
    height: calc( 100vh - 32px -  78px  );
  }
}
body.cookies-not-set .page-section-fp-top-image-container {
  height: calc( 100vh - 83px -  70px  );
}
@media (min-width: 470px) {
  body.cookies-not-set .page-section-fp-top-image-container {
    height: calc( 100vh - 63px -  70px  );
  }
}
@media (min-width: 900px) {
  body.cookies-not-set .page-section-fp-top-image-container {
    height: calc( 100vh - 43px -  70px  );
  }
}
@media (min-width: 1200px) {
  body.cookies-not-set .page-section-fp-top-image-container {
    height: calc( 100vh - 43px -  78px  );
  }
}
/*
* Text box styling
*
*/
.fp-top-all-txt-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
  background-color: rgba(0, 69, 101, 0.85);
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-section-fp-top-image-txt-wrapper {
  position: relative;
  padding: 20px;
  z-index: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .page-section-fp-top-image-txt-wrapper {
    width: 70%;
    max-width: 570px;
    margin: 0 auto;
    color: #fff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0px 0px 10px #004565;
  }
}
@media (min-width: 992px) {
  .page-section-fp-top-image-txt-wrapper {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .page-section-fp-top-image-txt-wrapper {
    max-width: 590px;
    font-size: 17px;
  }
}
.page-section-fp-top-image-txt-wrapper div *:last-child {
  margin-bottom: 0;
}
.page-section-fp-top-image-txt-wrapper .move-down {
  display: block;
  margin: auto;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  padding-right: 2px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
.page-section-fp-top-image-txt-wrapper .move-down span {
  display: none;
}
.fp-top-tag {
  font-size: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 69, 101, 0.9);
}
@media (min-width: 600px) {
  .fp-top-tag {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .fp-top-tag {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .fp-top-tag {
    font-size: 28px;
  }
}
.page-section-top-image {
  width: 100%;
  max-width: none;
}
.contact-inner {
  max-width: 1160px;
  margin: 20px auto 60px;
}
@media (min-width: 560px) {
  .contact-info-container {
    display: flex;
  }
  .contact-info-container .contact-persons-wrapper,
  .contact-info-container .contact-info-box {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .contact-info-container .contact-info-box {
    width: 33.333333%;
  }
  .contact-info-container .contact-persons-wrapper {
    width: 66.66%;
  }
}
.contact-persons-wrapper-inner {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contact-persons-wrapper-inner .sidebar-contacts-contact {
    width: 50%;
  }
}
.contact-box-line.space-after {
  padding-bottom: 20px/2;
}
/*@import "__module-employees.less";*/
.module-container-outer_news_and_references,
.module-container-_news_and_references {
  background-color: #e6e6e6;
}
.module-container-inner-_news_and_references {
  padding-bottom: 0;
  padding-top: 0;
}
.reference-list-col,
.news-list-col {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .module-container-inner-_news_and_references {
    display: flex;
  }
  .reference-list-col {
    margin-right: 20px/4;
    width: 100/12*6%;
  }
  .news-list-col {
    margin-left: 20px/4;
    width: 100/12*6%;
  }
}
@media (min-width: 992px) {
  .reference-list-col {
    width: 100/12*5%;
  }
  .news-list-col {
    width: 100/12*7%;
  }
}
.reference-list-heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  padding-top: 5px;
  line-height: 1;
}
.reference-list-title {
  margin: 0;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: normal;
}
#reference-list {
  margin-right: -20px/2;
  margin-left: -20px/2;
}
.reference-list-item a {
  display: flex;
  border-top: 1px solid #d9d9d9;
  padding-left: 20px/2;
  padding-right: 20px/2;
  padding-top: 10px;
  padding-bottom: 12px;
  color: inherit;
  line-height: 1.25;
  text-decoration: none;
}
.reference-list-item a:hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.ref_thumb {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  background-color: #d9d9d9;
}
.ref_module_title {
  margin: 0 0 3px 0;
  color: #004565;
  font-size: 18px;
}
.ref_txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sidebar-module-wysiwyg {
  position: relative;
}
.sidebar-module-wysiwyg .wysiwyg-content ul {
  padding-left: 14px;
}
.sidebar-module-wysiwyg-inner {
  position: relative;
  padding: 10px;
}
.sidebar-module-wysiwyg-inner *:last-child {
  margin-bottom: 0;
}
.sidebar-module-wysiwyg-inner.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-module-wysiwyg-inner.bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wysiwyg-content:before,
.wysiwyg-content:after {
  content: " ";
  display: table;
}
.wysiwyg-content:after {
  clear: both;
}
.wysiwyg-content:before,
.wysiwyg-content:after {
  content: " ";
  display: table;
}
.wysiwyg-content:after {
  clear: both;
}
.wysiwyg-content h1:first-of-type,
.wysiwyg-content h2:first-of-type,
.wysiwyg-content h3:first-of-type {
  margin-top: 0px;
}
.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.bg-image {
  background-size: 100%;
}
.ratio-16-9 {
  padding-top: 56.25%;
  overflow: hidden;
}
.ratio-16-9 .sidebar-module-wysiwyg-inner,
.ratio-16-9 .sidebar-module-linked-image-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/*Heading sisez*/
.sidebar-module-wysiwyg h1 {
  font-size: 30px;
  margin-bottom: 5px;
}
.sidebar-module-wysiwyg h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.sidebar-module-wysiwyg h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.sidebar-module-wysiwyg h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
.sidebar-module-linked-image {
  position: relative;
}
.module-container-left_image_right_txt {
  background-color: #004565;
}
.module-container-left_image_right_txt-inner {
  padding-right: 0px;
  padding-left: 0px;
}
.left_image_right_txt-image-outer {
  padding-top: 50%;
  padding-left: 0;
  padding-right: 0;
}
.left_image_right_txt-image {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  min-width: 100%;
  background-size: cover;
  background-position: center;
}
.left_image_right_txt-text {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 20px;
  background-color: #004565;
  color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.left_image_right_txt-text-inner > *:first-child {
  margin-top: 0px;
}
.left_image_right_txt-text-inner *:last-child {
  margin-bottom: 0px;
}
.left_image_right_txt-text-inner h2 {
  font-size: 32px;
}
.left_image_right_txt-image-outer {
  position: relative;
  padding-left: 20px/2;
  padding-right: 20px/2;
}
@media (min-width: 768px) {
  .module-container-left_image_right_txt-inner {
    display: flex;
    min-height: 350px;
  }
  .left_image_right_txt-image-outer {
    width: 100/12*6%;
  }
  .left_image_right_txt-text {
    width: 100/12*6%;
  }
  .left_image_right_txt-image {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    min-width: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 992px) {
  .left_image_right_txt-image-outer {
    width: 100/12*5%;
  }
  .left_image_right_txt-text {
    width: 100/12*7%;
  }
}
@media (min-width: 1160px) {
  .left_image_right_txt-image {
    left: calc( -1 * ( 100vw - 1160px ) / 2 );
  }
}
.vannkraftverk .left_image_right_txt-text .tjue-aar {
  position: absolute;
  width: 200px;
  top: 0px;
  right: 0px;
}
@media (min-width: 768px) {
  .vannkraftverk .left_image_right_txt-text .tjue-aar {
    width: 300px;
    top: 0px;
  }
}
.module-post-loop-item {
  margin-bottom: 20px;
  padding-left: 20px/2;
  padding-right: 20px/2;
}
.module-post-loop-item:before,
.module-post-loop-item:after {
  content: " ";
  display: table;
}
.module-post-loop-item:after {
  clear: both;
}
.module-post-loop-item:before,
.module-post-loop-item:after {
  content: " ";
  display: table;
}
.module-post-loop-item:after {
  clear: both;
}
@media (min-width: 768px) {
  .module-post-loop-item {
    width: 50%;
    float: left;
  }
  .module-post-loop-item:nth-child( 2n +3 ) {
    clear: left;
  }
}
.post-loop-item-title {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.post-loop-item-title a {
  text-decoration: none;
}
.module-post-loop-thumbnail {
  float: left;
  margin-right: 10px;
}
.module-post-loop-txt a[rel="bookmark"] {
  white-space: nowrap;
}
/*Heading*/
#testimonialCarousel {
  position: relative;
  min-height: 400px;
}
@media (min-width: 480px) {
  #testimonialCarousel {
    min-height: 300px;
  }
}
@media (min-width: 768px) {
  #testimonialCarousel {
    min-height: 200px;
  }
}
.module-container-inner-sustainabilityshapers {
  max-width: 960px;
  padding: 40px 10px 50px 10px;
}
.module-container-sustshape-header {
  text-align: center;
  text-transform: uppercase;
  color: #004565;
}
.module-container-sustshape-header h2 {
  font-size: 36px;
}
/*Layout carousel*/
.customer-carousel {
  margin-top: 40px;
  display: flex;
}
.customer-carousel .customer-carousel-control {
  position: relative;
  padding-top: 50px;
  width: 24px;
}
.customer-box-container {
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .customer-box-container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.carousel-control {
  top: 50px;
}
.carousel-control.left,
.carousel-control.right {
  width: 24px;
  background: transparent;
  opacity: 1;
  text-shadow: none;
}
@media (min-width: 992px) {
  .carousel-control.left,
  .carousel-control.right {
    width: 40px;
    height: 40px;
  }
}
.module-container-content-sustshape {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
.customer-carousel-control .carousel-control {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 7px solid #004565;
}
.customer-carousel-control .carousel-control span {
  display: block;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.customer-carousel-control .left {
  border-left: 7px solid #004565;
  transform: rotate(45deg);
}
.customer-carousel-control .right {
  border-right: 7px solid #004565;
  transform: rotate(-45deg);
}
/*Layout footer*/
.customer-footer .customer-logo-container {
  float: left;
  width: 100px;
  margin-right: 16px;
}
.customer-footer .customer-logo-container:before,
.customer-footer .customer-logo-container:after {
  content: " ";
  display: table;
}
.customer-footer .customer-logo-container:after {
  clear: both;
}
.customer-footer .customer-logo-container:before,
.customer-footer .customer-logo-container:after {
  content: " ";
  display: table;
}
.customer-footer .customer-logo-container:after {
  clear: both;
}
.customer-footer .customer-link {
  clear: both;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .customer-footer .customer-info {
    float: left;
  }
  .customer-footer .customer-link {
    clear: none;
    float: right;
    padding-top: 0px;
  }
}
.customer-quote-container,
.customer-quote-container blockquote {
  font-style: italic;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .customer-quote-container,
  .customer-quote-container blockquote {
    font-size: 15px;
  }
}
.customer-quote-container .quote_title,
.customer-quote-container blockquote .quote_title {
  margin-top: 0;
  font-weight: 300;
  font-size: 32px;
}
@media (max-width: 767px) {
  .customer-quote-container .quote_title,
  .customer-quote-container blockquote .quote_title {
    font-size: 20px;
  }
}
.customer-info {
  line-height: 1.2;
}
.customer-info .customer-person {
  font-weight: bold;
}
.customer-box-container.carousel-inner {
  min-height: 260px;
}
.page-section-fp-top-container {
  margin-top: 100px;
}
.page-section-fp-top-container .fp-top-intro-container {
  padding-bottom: 40px;
}
.page-section-fp-top-container .fp-top-intro-container h2 {
  font-size: 34px;
  font-weight: normal;
}
@media (min-width: 480px) {
  .page-section-fp-top-container .fp-top-intro-container h2 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-intro-container h2 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .page-section-fp-top-container .fp-top-intro-container h2 {
    font-size: 64px;
  }
}
.page-section-fp-top-container .fp-top-intro-container .fp-top-intro-left {
  width: 100%;
  float: left;
  position: relative;
  clear: both;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-intro-container .fp-top-intro-left {
    height: 140px;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-intro-container .fp-top-intro-left h2 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.page-section-fp-top-container .fp-top-intro-container .fp-top-intro-right {
  width: 100%;
  float: left;
  height: 140px;
  position: relative;
  line-height: 1.35;
  font-size: 22px;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-intro-container .fp-top-intro-right {
    width: 40%;
  }
}
.page-section-fp-top-container .fp-top-intro-container .fp-top-intro-right p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue {
  background-color: #004565;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left h2 a {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left h2 a:visited,
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left h2 a:hover,
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left h2 a:active {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left .fp-top-pres-left-desc {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left .fp-top-pres-left-desc a {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left .fp-top-pres-left-desc a:hover {
  color: #CFE8E2;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-blue .fp-top-pres-left .fp-top-pres-left-desc a:visited {
  color: #CFE8E2;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble {
  background-color: #fff;
  background: url('/wp-content/themes/lifecare/assets/svg-icons/bubblepattern.svg');
  background-repeat: no-repeat;
  background-size: 600px auto;
  background-position: right 10% top 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left h2 a {
  color: #004565;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left h2 a:visited,
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left h2 a:hover,
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left h2 a:active {
  color: #004f74;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left .fp-top-pres-left-desc {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left .fp-top-pres-left-desc a {
  color: #004565;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left .fp-top-pres-left-desc a:hover {
  color: #004f74;
}
.page-section-fp-top-container .fp-top-pres-ticker-container.design-bubble .fp-top-pres-left .fp-top-pres-left-desc a:visited {
  color: #004f74;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left {
  width: 100%;
  float: left;
  padding: 20px 0;
  position: relative;
  clear: both;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left h2 a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left {
    width: 60%;
    padding: 20px 60px 20px 0;
  }
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left h2 {
  color: #fff;
  margin: 0 0 20px;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-media {
  max-width: 100%;
  padding-top: 58%;
  position: relative;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-media {
    max-width: 90%;
  }
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-desc {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-desc a {
  color: #fff;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-desc a:hover {
  color: #CFE8E2;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-pres-left .fp-top-pres-left-desc a:visited {
  color: #CFE8E2;
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-ticker-right {
  width: 100%;
  float: none;
  line-height: 1.35;
  font-size: 22px;
  margin-top: 20px;
  clear: both;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-ticker-right {
    float: left;
    height: 140px;
    position: relative;
    clear: none;
  }
}
.page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-ticker-right .fp-irtop-ticker {
  float: none;
  max-width: 367px;
  z-index: 10;
  margin: 0 auto;
  top: 80%;
  right: 20px;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-ticker-right .fp-irtop-ticker {
    right: 20px;
    left: 55%;
    top: 40px;
    float: right;
  }
}
@media (min-width: 992px) {
  .page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-ticker-right .fp-irtop-ticker {
    width: 367px;
    left: 60%;
  }
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-pres-ticker-container .fp-top-ticker-right {
    width: 40%;
  }
}
.page-section-fp-top-container .fp-top-image-container {
  height: 420px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.page-section-fp-top-container .fp-top-txt-outer {
  background: #CFE8E2;
  padding: 140px 0;
}
.page-section-fp-top-container .fp-top-txt-outer .fp-top-txt-wrapper .fp-top-main-txt {
  font-size: 28px;
  font-family: Unna, Georgia, serif;
  padding-bottom: 120px;
}
@media (min-width: 480px) {
  .page-section-fp-top-container .fp-top-txt-outer .fp-top-txt-wrapper .fp-top-main-txt {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-txt-outer .fp-top-txt-wrapper .fp-top-main-txt {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .page-section-fp-top-container .fp-top-txt-outer .fp-top-txt-wrapper .fp-top-main-txt {
    font-size: 48px;
  }
}
.page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer {
    margin-left: 180px;
  }
}
.page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content {
  width: 100%;
  float: left;
  font-size: 22px;
  font-weight: 300;
  padding-right: 30px;
  padding-left: 0;
  padding-bottom: 60px;
}
.page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content:nth-of-type(2) {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content {
    width: 50%;
    padding-bottom: 0;
  }
  .page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content:nth-of-type(2) {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content {
    width: 50%;
  }
}
.page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content h4 {
  display: block;
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.page-section-fp-top-container .fp-top-txt-outer .fp-link-container-outer .fp-link-container .fp-link-container-content .fp-link {
  margin-top: 20px;
}
.page-section-wysiwyg-content-container .content-margin-left {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-section-wysiwyg-content-container .content-margin-left {
    margin-left: 180px;
  }
}
.page-section-wysiwyg-content-container .content-margin-right {
  margin-right: 0;
}
@media (min-width: 992px) {
  .page-section-wysiwyg-content-container .content-margin-right {
    margin-right: 180px;
  }
}
.page-section-wysiwyg-content-container.bgcolor-teal {
  background-color: #86C6B6;
}
.page-section-wysiwyg-content-container.bgcolor-pteal {
  background-color: #CFE8E2;
}
.page-section-wysiwyg-content-container.bgcolor-white {
  background-color: ;
}
.page-section-wysiwyg-content-container.bgcolor-blue {
  background-color: #004565;
  color: white;
}
.page-section-wysiwyg-content-container .wysiwyg-content-header {
  margin-bottom: 20px;
}
.page-section-wysiwyg-content-container .wysiwyg-content-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.page-section-wysiwyg-content-container .wysiwyg-content-container:before,
.page-section-wysiwyg-content-container .wysiwyg-content-container:after {
  content: " ";
  display: table;
}
.page-section-wysiwyg-content-container .wysiwyg-content-container:after {
  clear: both;
}
.page-section-wysiwyg-content-container .wysiwyg-content-container:before,
.page-section-wysiwyg-content-container .wysiwyg-content-container:after {
  content: " ";
  display: table;
}
.page-section-wysiwyg-content-container .wysiwyg-content-container:after {
  clear: both;
}
.page-section-wysiwyg-content-container .wysiwyg-content {
  font-size: 22px;
  font-weight: 300;
}
.page-section-wysiwyg-content-container .wysiwyg-content h2,
.page-section-wysiwyg-content-container .wysiwyg-content h3 {
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 40px;
}
.page-section-wysiwyg-content-container .wysiwyg-content ul {
  list-style-image: url(/wp-content/themes/lifecare/assets/img/listdotcirclesmall.png);
}
.page-section-wysiwyg-content-container .wysiwyg-content a {
  color: #00AFE2;
}
.page-section-wysiwyg-content-container .wysiwyg-content a.bottomlink {
  display: inline-block;
  color: #00AFE2;
  margin-right: 20px;
  padding-top: 20px;
}
.page-section-wysiwyg-content-container .wysiwyg-content.content-dual-col {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-section-wysiwyg-content-container .wysiwyg-content.content-dual-col {
    width: 50%;
    padding-right: 25px;
    padding-bottom: 0;
  }
}
.page-section-wysiwyg-content-container .wysiwyg-content.content-col-right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .page-section-wysiwyg-content-container .wysiwyg-content.content-col-right {
    padding-left: 25px;
    padding-right: 0;
  }
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner {
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner:before,
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner:after {
  content: " ";
  display: table;
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner:after {
  clear: both;
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner:before,
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner:after {
  content: " ";
  display: table;
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner:after {
  clear: both;
}
@media (min-width: 768px) {
  .page-section-infoboxvar-container .page-section-infoboxvar-container-inner {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-section-infoboxvar-container .page-section-infoboxvar-container-inner {
    margin-left: 180px;
  }
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner .boxc-info {
  display: none;
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-left {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-left {
    padding-right: 20px;
    padding-left: 0;
    width: 50%;
    padding-bottom: 0;
  }
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-right {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-right {
    padding-left: 20px;
    padding-right: 0;
    width: 50%;
    padding-bottom: 0;
  }
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-content {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-content {
    padding-bottom: 0;
  }
}
.page-section-infoboxvar-container .page-section-infoboxvar-container-inner .infobox-content .boxc-info {
  display: block;
}
.ticker-symbol {
  font-size: 24px;
  padding-bottom: 20px;
}
.page-section-irtop-container .page-section-irtop-container-top {
  position: relative;
}
.page-section-irtop-container .page-section-irtop-container-top .irtop-main {
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .page-section-irtop-container .page-section-irtop-container-top .irtop-main {
    width: 55%;
  }
}
@media (min-width: 992px) {
  .page-section-irtop-container .page-section-irtop-container-top .irtop-main {
    width: 60%;
  }
}
.page-section-irtop-container .page-section-irtop-container-top .irtop-main .ir-title {
  font-family: Unna, Georgia, serif;
  font-size: 42px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-section-irtop-container .page-section-irtop-container-top .irtop-main .ir-title {
    font-size: 64px;
  }
}
@media (min-width: 992px) {
  .page-section-irtop-container .page-section-irtop-container-top .irtop-main .ir-title {
    font-size: 64px;
  }
}
.page-section-irtop-container .page-section-irtop-container-top .irtop-main .ir-text {
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  padding-bottom: 40px;
}
.page-section-irtop-container .page-section-irtop-container-image {
  height: 420px;
}
.page-section-irtop-container .page-section-irtop-container-image .infobox-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.irtop-ticker {
  max-width: 367px;
  position: absolute;
  z-index: 10;
  top: 80%;
  right: 20px;
}
@media (min-width: 768px) {
  .irtop-ticker {
    right: 20px;
    left: 55%;
    top: 40px;
  }
}
@media (min-width: 992px) {
  .irtop-ticker {
    width: 367px;
    left: 60%;
  }
}
.irtop-ticker .infobox-inner {
  height: 364px;
}
.page-section-bubble-container {
  position: relative;
}
.page-section-bubble-container .page-section-bubble-container-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 680px;
}
@media (min-width: 768px) {
  .page-section-bubble-container .page-section-bubble-container-inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .page-section-bubble-container .page-section-bubble-container-inner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent {
  width: 100%;
  float: left;
}
@media (min-width: 480px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent {
    width: 60%;
  }
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtitle {
  margin-bottom: 40px;
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtitle h2 {
  font-size: 48px;
  font-weight: 400;
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext {
  margin-left: 0px;
  font-size: 22px;
  font-weight: 300;
}
@media (min-width: 600px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext {
    margin-left: 180px;
  }
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext.bubleft {
  margin-left: 0px;
}
@media (min-width: 600px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext.bubleft {
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext.bubleft {
    margin-left: 0px;
  }
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent .bubtext a {
  color: #00AFE2;
}
.page-section-bubble-container .page-section-bubble-container-inner .bubcontent.bubwide {
  width: 100%;
}
@media (min-width: 480px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent.bubwide {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent.bubwide {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubcontent.bubwide {
    width: 75%;
  }
}
.page-section-bubble-container .page-section-bubble-container-inner .bubgraphics .bubgraphics-inner {
  position: absolute;
  top: 0;
  left: 80%;
  bottom: 0;
  right: 0;
  z-index: -10;
  background: url('/wp-content/themes/lifecare/assets/svg-icons/bubblepattern.svg');
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media (min-width: 480px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubgraphics .bubgraphics-inner {
    left: 75%;
  }
}
@media (min-width: 768px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubgraphics .bubgraphics-inner {
    left: 70%;
  }
}
@media (min-width: 992px) {
  .page-section-bubble-container .page-section-bubble-container-inner .bubgraphics .bubgraphics-inner {
    left: 60%;
  }
}
.page-section-bubble-container .page-section-bubble-container-inner .bubgraphics.bubremove .bubgraphics-inner {
  background: none;
}
.page-section-topshare-container {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-section-topshare-container {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .page-section-topshare-container {
    margin-top: 160px;
    margin-bottom: 160px;
  }
}
.page-section-topshare-container .page-section-topshare-container-inner .top-title {
  margin-bottom: 40px;
  position: relative;
}
.page-section-topshare-container .page-section-topshare-container-inner .top-title h2 {
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
}
.page-section-topshare-container .page-section-topshare-container-inner .top-title .top-updated {
  font-weight: 300;
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-section-topshare-container .page-section-topshare-container-inner .top-title .top-updated {
    position: absolute;
    right: 0;
    top: 24px;
  }
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table-swipe-info {
  color: #86C6B6;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 650px) {
  .page-section-topshare-container .page-section-topshare-container-inner .top-table-swipe-info {
    display: none;
  }
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table {
  font-size: 18px;
  font-weight: 300;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
@media (min-width: 650px) {
  .page-section-topshare-container .page-section-topshare-container-inner .top-table {
    overflow-x: hidden;
  }
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table .top-table-inner {
  min-width: 650px;
  padding-bottom: 40px;
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table .top-table-inner .top-tab-row {
  clear: left;
  border: 1px solid #00AFE2;
  border-width: 0 0 1px 0;
  height: 40px;
  padding: 0 10px;
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table .top-table-inner .top-tab-header-row {
  font-size: 22px;
  font-weight: 400;
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table .top-table-inner .top-tab-cell {
  float: left;
  width: 16.66666667%;
  text-align: right;
  height: 40px;
  line-height: 40px;
}
.page-section-topshare-container .page-section-topshare-container-inner .top-table .top-table-inner .top-tab-name {
  width: 50%;
  text-align: left;
}
.page-section-bigwords-content-container .content-margin {
  margin-left: 180px;
}
.page-section-bigwords-content-container.bgcolor-teal {
  background-color: #86C6B6;
}
.page-section-bigwords-content-container.bgcolor-pteal {
  background-color: #CFE8E2;
}
.page-section-bigwords-content-container.bgcolor-white {
  background-color: #fff;
}
.page-section-bigwords-content-container.bgcolor-blue {
  background-color: #004565;
  color: white;
}
.page-section-bigwords-content-container .bigwords-content {
  margin: 40px auto;
  font-size: 28px;
  font-weight: 400;
  font-family: Unna, Georgia, serif;
  width: 80%;
}
@media (min-width: 480px) {
  .page-section-bigwords-content-container .bigwords-content {
    font-size: 36px;
    margin: 60px auto;
  }
}
@media (min-width: 768px) {
  .page-section-bigwords-content-container .bigwords-content {
    font-size: 40px;
    margin: 100px auto;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .page-section-bigwords-content-container .bigwords-content {
    font-size: 48px;
    margin: 140px auto;
    max-width: 100%;
  }
}
.page-section-lr-ic-container {
  position: relative;
  min-height: 600px;
}
.page-section-lr-ic-container .container-fluid.page-section-lr-ic-inner {
  padding-left: 0;
  padding-right: 0;
}
.page-section-lr-ic-container .lr-ic-image-outer {
  position: static;
  width: 100%;
  height: 460px;
}
@media (min-width: 768px) {
  .page-section-lr-ic-container .lr-ic-image-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 50%;
  }
}
.page-section-lr-ic-container .lr-ic-image-outer .lr-ic-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.page-section-lr-ic-container .lr-ic-image-left {
  left: 0;
  right: 50%;
}
.page-section-lr-ic-container .lr-ic-image-right {
  left: 50%;
  right: 0;
}
.page-section-lr-ic-container .lr-ic-text {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .page-section-lr-ic-container .lr-ic-text {
    width: 50%;
  }
}
.page-section-lr-ic-container .opposite-right {
  margin-left: 0;
}
.page-section-lr-ic-container .opposite-right .lr-ic-text-inner {
  margin-right: 0;
}
@media (min-width: 480px) {
  .page-section-lr-ic-container .opposite-right .lr-ic-text-inner {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .page-section-lr-ic-container .opposite-right .lr-ic-text-inner {
    margin-right: 40px;
  }
}
@media (min-width: 992px) {
  .page-section-lr-ic-container .opposite-right .lr-ic-text-inner {
    margin-right: 100px;
  }
}
.page-section-lr-ic-container .opposite-left {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page-section-lr-ic-container .opposite-left {
    margin-left: 50%;
  }
}
.page-section-lr-ic-container .opposite-left .lr-ic-text-inner {
  margin-left: 0;
}
@media (min-width: 480px) {
  .page-section-lr-ic-container .opposite-left .lr-ic-text-inner {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .page-section-lr-ic-container .opposite-left .lr-ic-text-inner {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .page-section-lr-ic-container .opposite-left .lr-ic-text-inner {
    margin-left: 100px;
  }
}
.page-section-lr-ic-container.bgcolor-teal {
  background-color: #86C6B6;
}
.page-section-lr-ic-container.bgcolor-pteal {
  background-color: #CFE8E2;
}
.page-section-lr-ic-container.bgcolor-white {
  background-color: #fff;
}
.page-section-lr-ic-container.bgcolor-blue {
  background-color: #004565;
  color: white;
}
.page-section-lr-ic-container .lr-ic-text-inner {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 22px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .page-section-lr-ic-container .lr-ic-text-inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .page-section-lr-ic-container .lr-ic-text-inner {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.page-section-lr-ic-container .lr-ic-text-inner h2,
.page-section-lr-ic-container .lr-ic-text-inner h3 {
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 40px;
}
.page-section-lr-ic-container .lr-ic-text-inner ul {
  list-style-image: url(/wp-content/themes/lifecare/assets/img/listdotcirclesmall.png);
}
.page-section-lr-ic-container .lr-ic-text-inner a {
  display: inline-block;
  color: #00AFE2;
  margin-right: 20px;
  padding-top: 20px;
}
.page-section-contactmod-container {
  margin-bottom: 60px;
  margin-top: 20px;
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-title {
  width: 100%;
  float: left;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-title {
    width: 60%;
  }
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-title h2 {
  font-size: 36px;
  font-weight: 400;
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-title h2 {
    font-size: 48px;
  }
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact {
  width: 80%;
  float: right;
}
@media (min-width: 768px) {
  .page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact {
    width: 40%;
  }
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact .contactmod-image-container {
  max-width: 465px;
  height: auto;
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact h3.contactmod-name {
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact .contactmod-line {
  font-size: 22px;
  font-weight: 300;
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact .contactmod-line a {
  text-decoration: none;
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact .contactmod-line a:hover {
  text-decoration: underline;
}
.page-section-contactmod-container .page-section-contactmod-container-inner .contactmod-contact .contactmod-position {
  padding-bottom: 20px;
}
.page-section-gcontact-container .page-section-gcontact-container-inner {
  width: 100%;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-title h1 {
  font-weight: normal;
  font-size: 48px;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts {
  margin-left: 0;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact {
  width: 100%;
  padding: 0 10px 80px;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact .gcontact-contact-heading h3 {
  font-weight: normal;
  font-size: 36px;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact .gcontact-image-container img {
  width: 100%;
  height: auto;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact h3.gcontact-name {
  font-family: 'Rubik', Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact .gcontact-line {
  font-size: 22px;
  font-weight: 300;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact .gcontact-line a {
  text-decoration: none;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact .gcontact-line a:hover {
  text-decoration: underline;
}
.page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact .gcontact-position {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts .gcontact-contact {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  .page-section-gcontact-container .page-section-gcontact-container-inner .gcontact-contacts {
    margin-left: 180px;
  }
}
.page-section-pbgrid-container.bgcolor-teal {
  background-color: #86C6B6;
}
.page-section-pbgrid-container.bgcolor-pteal {
  background-color: #CFE8E2;
}
.page-section-pbgrid-container.bgcolor-white {
  background-color: ;
}
.page-section-pbgrid-container.bgcolor-blue {
  background-color: #004565;
  color: white;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner {
  width: 100%;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-title {
  margin-bottom: 100px;
  margin-top: 100px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-title h1,
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-title h2 {
  font-weight: 400;
  font-size: 48px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid {
    margin-left: 180px;
  }
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity {
  width: 100%;
  float: left;
  padding: 0 0 80px 0;
}
@media (min-width: 550px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity {
    padding: 0 40px 80px 0;
  }
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .gcontact-contact-heading h3 {
  font-weight: normal;
  font-size: 36px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-image-container {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-image-container .pbgrid-name {
  font-family: 'Rubik', Arial, sans-serif;
  margin-top: 0;
  font-weight: 400;
  height: auto;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-image-container .pbgrid-position {
  padding-bottom: 15px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-line {
  font-size: 22px;
  font-weight: 300;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-line a {
  text-decoration: none;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-line a:hover {
  text-decoration: underline;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-position {
  padding-bottom: 20px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-content {
  border: 1px solid #00AFE2;
  border-width: 1px 0 0 0;
  padding-top: 15px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-content ul {
  padding: 0;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-content li {
  list-style-type: none;
  padding: 0;
  font-size: 15px;
  font-weight: 300;
  padding-bottom: 8px;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-content .pbgrid-bioswitch {
  height: 32px;
  position: relative;
  background-color: #CFE8E2;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-content .pbgrid-bioswitch:hover {
  background-color: #00AFE2;
  cursor: pointer;
}
.page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity .pbgrid-content .pbgrid-bioswitch:after {
  content: '<';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  transform: rotate(-90deg);
  transition: rotate 2s;
}
@media (min-width: 550px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 992px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity:nth-of-type(2n+1) {
    clear: none;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity:nth-of-type(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal {
    width: 100%;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-image-container {
    width: 30%;
    padding-top: 30%;
    float: left;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-info-container {
    float: left;
    width: 70%;
    padding-left: 40px;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-info-container .pbgrid-name {
    margin-top: 0;
    font-weight: 400;
    height: auto;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-info-container .pbgrid-position {
    padding-bottom: 15px;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-info-container .pbgrid-content {
    border: 1px solid #00AFE2;
    border-width: 1px 0 0 0;
    padding-top: 15px;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-info-container .pbgrid-content ul {
    padding: 0;
  }
  .page-section-pbgrid-container .page-section-pbgrid-container-inner .pbgrid-grid .pbgrid-entity.pbgrid-horizontal .pbgrid-info-container .pbgrid-content li {
    list-style-type: none;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 8px;
  }
}
.page-section-documentdl-content-container .content-margin-left {
  margin-left: 0;
}
@media (min-width: 992px) {
  .page-section-documentdl-content-container .content-margin-left {
    margin-left: 180px;
  }
}
.page-section-documentdl-content-container .content-margin-right {
  margin-right: 0;
}
@media (min-width: 992px) {
  .page-section-documentdl-content-container .content-margin-right {
    margin-right: 180px;
  }
}
.page-section-documentdl-content-container.bgcolor-teal {
  background-color: #86C6B6;
}
.page-section-documentdl-content-container.bgcolor-pteal {
  background-color: #CFE8E2;
}
.page-section-documentdl-content-container.bgcolor-white {
  background-color: ;
}
.page-section-documentdl-content-container.bgcolor-blue {
  background-color: #004565;
  color: white;
}
.page-section-documentdl-content-container .documentdl-content-header {
  margin-bottom: 20px;
}
.page-section-documentdl-content-container .documentdl-content-container {
  margin-top: 100px;
  margin-bottom: 100px;
}
.page-section-documentdl-content-container .documentdl-content-container:before,
.page-section-documentdl-content-container .documentdl-content-container:after {
  content: " ";
  display: table;
}
.page-section-documentdl-content-container .documentdl-content-container:after {
  clear: both;
}
.page-section-documentdl-content-container .documentdl-content-container:before,
.page-section-documentdl-content-container .documentdl-content-container:after {
  content: " ";
  display: table;
}
.page-section-documentdl-content-container .documentdl-content-container:after {
  clear: both;
}
.page-section-documentdl-content-container .documentdl-content-container .documentdl-registertext {
  padding-bottom: 10px;
}
.page-section-documentdl-content-container .documentdl-content-container .infobox-content-entry {
  border: 1px solid #CFE8E2;
  padding: 20px;
}
.page-section-documentdl-content-container .documentdl-content-container .infobox-content-entry .infobox-content-entry-link a {
  color: #fff;
}
.page-section-documentdl-content-container .documentdl-content-container .infobox-content-entry .infobox-content-entry-link a:hover {
  text-decoration: underline;
}
.page-section-documentdl-content-container .documentdl-content-container .infobox-content-entry .infobox-content-entry-link a img {
  margin-right: 20px;
}
.page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=email] {
  border: 1px solid #86C6B6;
  background-color: #004565;
  color: #86C6B6;
  border-radius: 0;
  width: 100%;
  padding: 2px 22px;
  height: 35px;
  transform: translate(0, 2px);
  margin-top: 0;
}
.page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=email]::placeholder {
  color: #86C6B6;
  font-weight: 400;
}
.page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=email]:focus-visible {
  outline: 1px solid white;
}
@media (min-width: 768px) {
  .page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=email] {
    max-width: 650px;
    width: 70%;
  }
}
.page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=submit] {
  background-color: #86C6B6;
  color: #004565;
  border: 1px solid #86C6B6;
  border-radius: 0;
  width: 170px;
  height: 35px;
  max-width: 170px;
  margin-top: 20px;
  float: right;
  display: inline-block;
}
.page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=submit]:focus-visible,
.page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=submit]:focus {
  outline: 1px solid white;
}
@media (min-width: 768px) {
  .page-section-documentdl-content-container .documentdl-content-container .gform_wrapper input[type=submit] {
    width: 30%;
    margin-top: 0;
    float: none;
  }
}
.page-section-documentdl-content-container .documentdl-content {
  font-size: 22px;
  font-weight: 300;
}
.page-section-documentdl-content-container .documentdl-content h2,
.page-section-documentdl-content-container .documentdl-content h3 {
  font-size: 48px;
  font-weight: 400;
  padding-bottom: 40px;
}
.page-section-documentdl-content-container .documentdl-content ul {
  list-style-image: url(/wp-content/themes/lifecare/assets/img/listdotcirclesmall.png);
}
.page-section-documentdl-content-container .documentdl-content a {
  color: #00AFE2;
}
.page-section-documentdl-content-container .documentdl-content a.bottomlink {
  display: inline-block;
  color: #00AFE2;
  margin-right: 20px;
  padding-top: 20px;
}
.page-section-documentdl-content-container .documentdl-content.content-dual-col {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-section-documentdl-content-container .documentdl-content.content-dual-col {
    width: 50%;
    padding-right: 25px;
    padding-bottom: 0;
  }
}
.page-section-documentdl-content-container .documentdl-content.content-col-right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .page-section-documentdl-content-container .documentdl-content.content-col-right {
    padding-left: 25px;
    padding-right: 0;
  }
}
.page-section-sharenews-container {
  margin-top: 0;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-section-sharenews-container {
    margin-top: 0;
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .page-section-sharenews-container {
    margin-top: 0;
    margin-bottom: 160px;
  }
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-title {
  margin-bottom: 40px;
  position: relative;
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-title h2 {
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-table {
  font-size: 18px;
  font-weight: 300;
  max-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
@media (min-width: 650px) {
  .page-section-sharenews-container .page-section-sharenews-container-inner .top-table {
    overflow-x: hidden;
  }
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-table .top-table-inner {
  min-width: 650px;
  padding-bottom: 40px;
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-table .top-table-inner .top-tab-row {
  clear: left;
  border: 1px solid #00AFE2;
  border-width: 0 0 1px 0;
  height: 40px;
  padding: 0 10px;
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-table .top-table-inner .top-tab-header-row {
  font-size: 22px;
  font-weight: 400;
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-table .top-table-inner .top-tab-cell {
  float: left;
  width: 16.66666667%;
  text-align: right;
  height: 40px;
  line-height: 40px;
}
.page-section-sharenews-container .page-section-sharenews-container-inner .top-table .top-table-inner .top-tab-name {
  width: 50%;
  text-align: left;
}
.infobox .infobox-inner {
  padding: 40px;
  border: 1px solid #004565;
  position: relative;
  height: 380px;
  background-color: #fff;
  overflow-y: hidden;
}
.infobox .infobox-inner-blank {
  position: relative;
  height: 380px;
  background-color: #fff;
  overflow-y: hidden;
  overflow-x: hidden;
}
.page-section-infoboxvar-container-inner.box-size-3 .infobox-inner {
  height: 380px;
}
.page-section-infoboxvar-container-inner.box-size-5 .infobox-inner {
  height: 580px;
}
/* Ticker */
.smw-root {
  font-size: 22px;
}
.smw-root .smw-field-symbol {
  display: block !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 20px;
}
.smw-root .smw-field-price {
  display: block !important;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  color: #86C6B6;
  padding-bottom: 20px;
}
.smw-root .smw-field-price .smw-currency-symbol:after {
  content: ' ';
}
.smw-root .smw-field-change-abs,
.smw-root .smw-field-change-pct {
  color: #004565 !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 20px;
}
.smw-root .smw-field-change-pct:before {
  content: '(';
}
.smw-root .smw-field-change-pct:after {
  content: ')';
}
.smw-root .smw-field-last-update {
  display: block !important;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}
.delaybox {
  color: #004565;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding-top: 20px;
}
.sharelinkbox {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.sharelinkbox a {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  color: #00AFE2;
}
/* Events */
.boxevents-content .events-header h4 {
  font-size: 18px;
  font-weight: 400;
  color: #004565;
  margin-bottom: 20px;
  margin-top: 0;
}
.boxevents-content .event-item {
  padding-bottom: 10px;
}
.boxevents-content .event-item .event-titlelink a {
  font-size: 18px;
  font-weight: 300;
  color: #00AFE2;
}
.boxevents-content .event-item .event-time {
  font-size: 18px;
  font-weight: 300;
}
/* News */
.boxnews-content .news-header h4 {
  font-size: 18px;
  font-weight: 400;
  color: #004565;
  margin-bottom: 20px;
  margin-top: 0;
}
.boxnews-content .news-item {
  padding-bottom: 10px;
}
.boxnews-content .news-item .news-titlelink a {
  font-size: 18px;
  font-weight: 300;
  color: #00AFE2;
  text-decoration: none;
}
.boxnews-content .news-item .news-titlelink a:hover {
  text-decoration: underline;
}
.boxnews-content .news-item .news-link {
  font-size: 18px;
  font-weight: 300;
}
.boxnews-content .news-item .news-link a {
  text-decoration: none;
  font-weight: 400;
}
.boxnews-content .news-item .news-link a:hover {
  text-decoration: underline;
}
/* Presentations */
.boxpres-content .pres-header h4 {
  font-size: 18px;
  font-weight: 400;
  color: #004565;
  margin-bottom: 20px;
  margin-top: 0;
}
.boxpres-content .pres-item {
  padding-bottom: 10px;
}
.boxpres-content .pres-item .pres-titlelink a {
  font-size: 18px;
  font-weight: 300;
  color: #00AFE2;
  text-decoration: none;
}
.boxpres-content .pres-item .pres-titlelink a:hover {
  text-decoration: underline;
}
.boxpres-content .pres-item .pres-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.boxpres-content .pres-item .pres-media img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}
.boxpres-content .pres-item .pres-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
}
.boxpres-content .pres-item .pres-link {
  font-size: 18px;
  font-weight: 300;
}
.boxpres-content .pres-item .pres-link a {
  text-decoration: none;
  font-weight: 400;
}
.boxpres-content .pres-item .pres-link a:hover {
  text-decoration: underline;
}
.boxreports-content .reports-header h4 {
  font-size: 18px;
  font-weight: 400;
  color: #004565;
  margin-bottom: 20px;
  margin-top: 0;
}
.boxreports-content .reports-item {
  padding-bottom: 10px;
}
.boxreports-content .reports-item .reports-titlelink a {
  font-size: 18px;
  font-weight: 300;
  color: #00AFE2;
  text-decoration: none;
}
.boxreports-content .reports-item .reports-titlelink a:hover {
  text-decoration: underline;
}
.boxreports-content .reports-item .reports-link {
  font-size: 18px;
  font-weight: 300;
}
.boxreports-content .reports-item .reports-link a {
  text-decoration: none;
  font-weight: 400;
}
.boxreports-content .reports-item .reports-link a:hover {
  text-decoration: underline;
}
.box-event-list-section-header {
  font-weight: 300;
  padding-bottom: 40px;
}
.gallery {
  margin: 1em 0px;
  padding: 1em 0 0 0;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #8c8c8c;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}
.gallery:after {
  clear: both;
}
.gallery > br {
  display: none;
}
.gallery .gallery-item {
  float: left;
  text-align: center;
  width: 50%;
  padding: 5px;
  margin-bottom: 10px;
}
.gallery .gallery-item:nth-of-type(2n+3) {
  clear: left;
}
.gallery img {
  border: 1px solid #cfcfcf;
}
.gallery .gallery-caption {
  margin-left: 0;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 450px) {
  .gallery .gallery-item {
    width: 33%;
  }
  .gallery .gallery-item:nth-of-type(2n+3) {
    clear: none;
  }
  .gallery .gallery-item:nth-of-type(3n+4) {
    clear: left;
  }
}
@media (min-width: 700px) {
  .gallery .gallery-item {
    width: 25%;
  }
  .gallery .gallery-item:nth-of-type(3n+4) {
    clear: none;
  }
  .gallery .gallery-item:nth-of-type(4n+5) {
    clear: left;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.pgntn-page-pagination.pgntn-bottom {
  width: 100%;
}
:root .pgntn-page-pagination-block {
  display: flex;
  align-items: stretch;
}
:root .pgntn-page-pagination-block .pgntn-page-pagination-intro,
:root .pgntn-page-pagination-block .pgntn-page-pagination a,
:root .pgntn-page-pagination-block .pgntn-page-pagination .current {
  padding: 0.3rem 1.5rem;
}
:root .pgntn-page-pagination-block .pgntn-page-pagination-intro {
  margin-left: 0;
}
.pagination {
  margin-top: 20px;
}
.page-numbers {
  border: none !important;
  color: #595959;
  padding: 0.5rem !important;
}
.page-numbers:hover {
  background-color: #a6a6a6 !important;
  color: #595959 !important;
}
.page-numbers.next,
.page-numbers.prev {
  width: initial;
}
.page-numbers.current:hover {
  background-color: transparent !important;
}
.social-share-buttons-wrapper {
  position: relative;
  z-index: 200;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}
.social-share-buttons {
  display: flex;
  padding-top: 10px;
  border-top: 1px solid #f4f4f4;
  min-height: 38px;
}
.social-btn {
  padding-right: 15px;
  position: relative;
  z-index: 2000;
}
.fb-btn .fb_iframe_widget span {
  display: block;
}
input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #004565;
  border-color: #00344b;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  border-radius: 3px;
}
input[type=submit]:focus,
input[type=submit]:active:focus,
input[type=submit].active:focus,
input[type=submit].focus,
input[type=submit]:active.focus,
input[type=submit].active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit].focus {
  color: #333;
  text-decoration: none;
}
input[type=submit]:active,
input[type=submit].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
input[type=submit].disabled,
input[type=submit][disabled],
fieldset[disabled] input[type=submit] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
ainput[type=submit].disabled,
fieldset[disabled] ainput[type=submit] {
  pointer-events: none;
}
input[type=submit]:focus,
input[type=submit].focus {
  color: #fff;
  background-color: #002232;
  border-color: #000000;
}
input[type=submit]:hover {
  color: #fff;
  background-color: #002232;
}
input[type=submit]:active,
input[type=submit].active,
.open > .dropdown-toggleinput[type=submit] {
  color: #fff;
  background-color: #002232;
  border-color: #000a0e;
}
input[type=submit]:active:hover,
input[type=submit].active:hover,
.open > .dropdown-toggleinput[type=submit]:hover,
input[type=submit]:active:focus,
input[type=submit].active:focus,
.open > .dropdown-toggleinput[type=submit]:focus,
input[type=submit]:active.focus,
input[type=submit].active.focus,
.open > .dropdown-toggleinput[type=submit].focus {
  color: #fff;
  background-color: #000a0e;
  border-color: #000000;
}
input[type=submit]:active,
input[type=submit].active,
.open > .dropdown-toggleinput[type=submit] {
  background-image: none;
}
input[type=submit].disabled,
input[type=submit][disabled],
fieldset[disabled] input[type=submit],
input[type=submit].disabled:hover,
input[type=submit][disabled]:hover,
fieldset[disabled] input[type=submit]:hover,
input[type=submit].disabled:focus,
input[type=submit][disabled]:focus,
fieldset[disabled] input[type=submit]:focus,
input[type=submit].disabled.focus,
input[type=submit][disabled].focus,
fieldset[disabled] input[type=submit].focus,
input[type=submit].disabled:active,
input[type=submit][disabled]:active,
fieldset[disabled] input[type=submit]:active,
input[type=submit].disabled.active,
input[type=submit][disabled].active,
fieldset[disabled] input[type=submit].active {
  background-color: #004565;
  border-color: #00344b;
}
input[type=submit] .badge {
  color: #004565;
  background-color: #fff;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
#cookie-notice .button.bootstrap {
  border-radius: 14px;
  border: 1px solid transparent;
  padding: 4px 15px;
  font-size: 14px;
  line-height: 1.3333333;
  color: #fff;
  background-color: #0095c8;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
}
@media print {
  body {
    font-size: 12px;
  }
  @page {
    margin: 1cm 2cm 1cm 2cm;
  }
  body #doc {
    margin-top: 0;
  }
  body:before {
    content: none;
  }
  body .row {
    margin: 0;
  }
  body .row:before,
  body .row:after {
    content: none;
  }
  body .main {
    padding-left: 0px;
    padding-right: 0px;
  }
  #wpadminbar,
  #main-menu-wrapper,
  #main-menu-toggle,
  .social-share-buttons-wrapper,
  #site-footer-row1-wrapper {
    display: none;
  }
  body.admin-bar #doc {
    margin-top: 0;
  }
  #mobile-top-bar {
    position: static;
  }
  a.site-title[href]:after {
    content: none;
  }
  .sidebar-module {
    page-break-inside: avoid;
  }
  #site-footer {
    position: static;
  }
  #doc {
    padding-bottom: 15px;
  }
  * {
    overflow: visible;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 12px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/*# sourceMappingURL=bcstyle.css.map */