@charset "UTF-8";
/* BOOTSTRAP CUSTOM VARIABLES
------------------------------------------------------------------------*/
/* VARIABLES
------------------------------------------------------------------------*/
/*
 * Global Ignite Variables
 *
 * 1. Ignite custom typography settings for prose (See _prose.scss for explanation).
 *
 * 2. Establish custom spacing variables based on line height to
 *    facilitate vertical rhythm
 *
 * 3. Black/white colour variables
 *
 * 4. Brand visited & focused styles
 *
 * 5. Brand border
 *
 */
/* [1] */
/* [2] */
/* [3] */
/* [4] */
/* [5] */
/* COMPASS
------------------------------------------------------------------------*/
/* BOOTSTRAP
------------------------------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret, .view .pager-load-more > li > a > .caret,
  .dropup > .btn > .caret,
  .view .pager-load-more > li.dropup > a > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "grota-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #1f2c33;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0033a0;
  text-decoration: none;
}
a:hover, a:focus {
  color: #001b53;
  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 {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.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: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 49px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 29px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 13.5px;
}

.lead {
  margin-bottom: 27px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #0033a0;
}

a.text-primary:hover {
  color: #00236d;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #0033a0;
}

a.bg-primary:hover {
  background-color: #00236d;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12.5px;
  margin: 54px 0 27px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13.5px;
}
ul ul,
ul ol,
ol ul,
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: 27px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 13.5px 27px;
  margin: 0 0 27px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
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.5;
  color: #777777;
}
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 #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.5;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 17px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .site__inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container:before, .site__inner:before, .container:after, .site__inner:after {
  content: " ";
  display: table;
}
.container:after, .site__inner:after {
  clear: both;
}
@media (min-width: 768px) {
  .container, .site__inner {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .site__inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container, .site__inner {
    width: 1140px;
  }
}

.container-fluid, .site-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
.container-fluid:before, .site-wrapper:before, .container-fluid:after, .site-wrapper:after {
  content: " ";
  display: table;
}
.container-fluid:after, .site-wrapper:after {
  clear: both;
}

.row, .site-wrapper__row, .site__row {
  margin-left: 0;
  margin-right: 0;
}
.row:before, .site-wrapper__row:before, .site__row:before, .row:after, .site-wrapper__row:after, .site__row:after {
  content: " ";
  display: table;
}
.row:after, .site-wrapper__row:after, .site__row:after {
  clear: both;
}

.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: 0;
  padding-right: 0;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

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

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

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

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

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

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

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

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

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

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

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

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

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

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

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

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

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

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

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

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

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

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

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

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 27px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 20.25px;
    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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 27px;
  font-size: 27px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  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: 18px;
  line-height: 1.5;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 41px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 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: #eeeeee;
  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: 41px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 36px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 27px;
  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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 45px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.view .pager-load-more.input-group-lg > li.input-group-btn > a.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.view .pager-load-more.input-group-sm > li.input-group-btn > a.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.view .pager-load-more.input-group-sm > li.input-group-btn > a {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 36px;
  line-height: 36px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 36px;
  line-height: 36px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 36px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 43px;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.view .pager-load-more.input-group-lg > li.input-group-btn > a {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 53px;
  line-height: 53px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  min-height: 50px;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 51.25px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.view .pager-load-more.input-group-lg > li.input-group-btn > a + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.view .pager-load-more.input-group-sm > li.input-group-btn > a + .form-control-feedback {
  width: 36px;
  height: 36px;
  line-height: 36px;
}

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  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: 32px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #4f7082;
}

@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: 34px;
}
.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn, .view .pager-load-more > li > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .view .pager-load-more > li > a:focus, .btn.focus, .view .pager-load-more > li > a.focus, .btn:active:focus, .view .pager-load-more > li > a:active:focus, .btn:active.focus, .view .pager-load-more > li > a:active.focus, .btn.active:focus, .view .pager-load-more > li > a.active:focus, .btn.active.focus, .view .pager-load-more > li > a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .view .pager-load-more > li > a:hover, .btn:focus, .view .pager-load-more > li > a:focus, .btn.focus, .view .pager-load-more > li > a.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .view .pager-load-more > li > a:active, .btn.active, .view .pager-load-more > li > a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .view .pager-load-more > li > a.disabled, .btn[disabled], .view .pager-load-more > li > a[disabled], fieldset[disabled] .btn, fieldset[disabled] .view .pager-load-more > li > a, .view fieldset[disabled] .pager-load-more > li > a {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .view .pager-load-more > li > a {
  color: #fff;
  background-color: #0033a0;
  border-color: #002b87;
}
.btn-primary:hover, .view .pager-load-more > li > a:hover, .btn-primary:focus, .view .pager-load-more > li > a:focus, .btn-primary.focus, .view .pager-load-more > li > a.focus, .btn-primary:active, .view .pager-load-more > li > a:active, .btn-primary.active, .view .pager-load-more > li > a.active, .open > .btn-primary.dropdown-toggle, .view .pager-load-more > li.open > a.dropdown-toggle {
  color: #fff;
  background-color: #00236d;
  border-color: #001749;
}
.btn-primary:active, .view .pager-load-more > li > a:active, .btn-primary.active, .view .pager-load-more > li > a.active, .open > .btn-primary.dropdown-toggle, .view .pager-load-more > li.open > a.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .view .pager-load-more > li > a.disabled, .btn-primary.disabled:hover, .view .pager-load-more > li > a.disabled:hover, .btn-primary.disabled:focus, .view .pager-load-more > li > a.disabled:focus, .btn-primary.disabled.focus, .view .pager-load-more > li > a.disabled.focus, .btn-primary.disabled:active, .view .pager-load-more > li > a.disabled:active, .btn-primary.disabled.active, .view .pager-load-more > li > a.disabled.active, .btn-primary[disabled], .view .pager-load-more > li > a[disabled], .btn-primary[disabled]:hover, .view .pager-load-more > li > a[disabled]:hover, .btn-primary[disabled]:focus, .view .pager-load-more > li > a[disabled]:focus, .btn-primary[disabled].focus, .view .pager-load-more > li > a[disabled].focus, .btn-primary[disabled]:active, .view .pager-load-more > li > a[disabled]:active, .btn-primary[disabled].active, .view .pager-load-more > li > a[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .view .pager-load-more > li > a, .view fieldset[disabled] .pager-load-more > li > a, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .view .pager-load-more > li > a:hover, .view fieldset[disabled] .pager-load-more > li > a:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .view .pager-load-more > li > a:focus, .view fieldset[disabled] .pager-load-more > li > a:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .view .pager-load-more > li > a.focus, .view fieldset[disabled] .pager-load-more > li > a.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .view .pager-load-more > li > a:active, .view fieldset[disabled] .pager-load-more > li > a:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .view .pager-load-more > li > a.active, .view fieldset[disabled] .pager-load-more > li > a.active {
  background-color: #0033a0;
  border-color: #002b87;
}
.btn-primary .badge, .view .pager-load-more > li > a .badge {
  color: #0033a0;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #4e9d2d;
  border-color: #448927;
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a7522;
  border-color: #2d5a1a;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #4e9d2d;
  border-color: #448927;
}
.btn-success .badge {
  color: #4e9d2d;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning: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:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #0033a0;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #001b53;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 23px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  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%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.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-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 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.view .pager-load-more.input-group-sm > li.input-group-btn > a.input-group-addon {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.view .pager-load-more.input-group-lg > li.input-group-btn > a.input-group-addon {
  padding: 10px 16px;
  font-size: 23px;
  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,
.view .pager-load-more > li.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group > .btn,
.view .pager-load-more.input-group-btn:first-child > li.btn-group > a,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.view .pager-load-more > li.input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.view .pager-load-more.input-group-btn:last-child > li.btn-group:not(:last-child) > a {
  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,
.view .pager-load-more > li.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group > .btn,
.view .pager-load-more.input-group-btn:last-child > li.btn-group > a,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.view .pager-load-more > li.input-group-btn:first-child > a:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.view .pager-load-more.input-group-btn:first-child > li.btn-group:not(:first-child) > a {
  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, .view .pager-load-more > li.input-group-btn > a {
  position: relative;
}
.input-group-btn > .btn + .btn, .view .pager-load-more > li.input-group-btn > a + .btn, .view .pager-load-more > li.input-group-btn > .btn + a, .view .pager-load-more > li.input-group-btn > a + a {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .view .pager-load-more > li.input-group-btn > a:hover, .input-group-btn > .btn:focus, .view .pager-load-more > li.input-group-btn > a:focus, .input-group-btn > .btn:active, .view .pager-load-more > li.input-group-btn > a:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .view .pager-load-more > li.input-group-btn:first-child > a,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .view .pager-load-more > li.input-group-btn:last-child > a,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0033a0;
}
.nav .nav-divider {
  height: 1px;
  margin: 12.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0033a0;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 27px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 27px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #0033a0;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #001b53;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0033a0;
  border-color: #0033a0;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 23px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 27px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .view .pager-load-more > li > a + .btn, .view .modal-footer .pager-load-more > li > a + .btn, .modal-footer .view .pager-load-more > li > .btn + a, .view .modal-footer .pager-load-more > li > .btn + a, .modal-footer .view .pager-load-more > li > a + a, .view .modal-footer .pager-load-more > li > a + a {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .view .pager-load-more > li > a + .btn, .view .modal-footer .btn-group .pager-load-more > li > a + .btn, .modal-footer .btn-group .view .pager-load-more > li > .btn + a, .view .modal-footer .btn-group .pager-load-more > li > .btn + a, .modal-footer .btn-group .view .pager-load-more > li > a + a, .view .modal-footer .btn-group .pager-load-more > li > a + a {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "grota-sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "grota-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    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: 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: 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: transparent;
}
.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, .carousel-caption .view .pager-load-more > li > a, .view .carousel-caption .pager-load-more > li > a {
  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 {
  content: " ";
  display: table;
}
.clearfix: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;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* SUSY
------------------------------------------------------------------------*/
/* BREAKPOINT
------------------------------------------------------------------------*/
/* GENERIC
------------------------------------------------------------------------*/
/*
 * Icon Fonts
 *
 * Ignites custom icon font for social icons and UI features.
 *
 * See ../../fonts/ignite-icons/README.md for details
 */
@font-face {
  font-family: 'ignite-icons';
  src: url("../fonts/ignite-icons/ignite-icons.eot");
  src: url("../fonts/ignite-icons/ignite-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/ignite-icons/ignite-icons.woff") format("woff"), url("../fonts/ignite-icons/ignite-icons.ttf") format("truetype"), url("../fonts/ignite-icons/ignite-icons.svg#ignite-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon--inline, .icon--pseudo:before, .search-form .btn:before, .search-form .view .pager-load-more > li > a:before, .view .search-form .pager-load-more > li > a:before, .search--small .btn:before, .search--small .view .pager-load-more > li > a:before, .view .search--small .pager-load-more > li > a:before, .social-share > div > a:before {
  font-family: 'ignite-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--absolute, .social-share > div > a {
  position: relative;
}
.icon--absolute:before, .social-share > div > a:before {
  position: absolute;
}

.icon--close:before {
  content: "\e600";
}

.icon--envelope:before, .social-share-email:before {
  content: "\e601";
}

.icon--external:before {
  content: "\e602";
}

.icon--facebook:before, .social-share-facebook:before {
  content: "\e603";
}

.icon--linkedin:before, .social-share-linkedin:before {
  content: "\e604";
}

.icon--menu:before {
  content: "\e605";
}

.icon--search:before, .search-form .btn:before, .search-form .view .pager-load-more > li > a:before, .view .search-form .pager-load-more > li > a:before, .search--small .btn:before, .search--small .view .pager-load-more > li > a:before, .view .search--small .pager-load-more > li > a:before {
  content: "\e606";
}

.icon--twitter:before, .social-share-twitter:before {
  content: "\e607";
}

/*
 * Web fonts
*/
@font-face {
  font-family: "grota-sans";
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd-bold.eot?1498701117');
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd-bold.eot?&1498701117#iefix') format('embedded-opentype'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-bold.woff?1498701118') format('woff'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-bold.svg?1498701118') format('svg'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-bold.ttf?1498701118') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "grota-sans";
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd-boldit.eot?1498701118');
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd-boldit.eot?&1498701118#iefix') format('embedded-opentype'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-boldit.woff?1498701118') format('woff'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-boldit.svg?1498701118') format('svg'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-boldit.ttf?1498701118') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "grota-sans";
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd-it.eot?1498701118');
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd-it.eot?&1498701118#iefix') format('embedded-opentype'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-it.woff?1498701118') format('woff'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-it.svg?1498701118') format('svg'), url('../fonts/grotasansrd/latinotype_-_grotasansrd-it.ttf?1498701118') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "grota-sans";
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd.eot?1498701118');
  src: url('../fonts/grotasansrd/latinotype_-_grotasansrd.eot?&1498701118#iefix') format('embedded-opentype'), url('../fonts/grotasansrd/latinotype_-_grotasansrd.woff?1498701118') format('woff'), url('../fonts/grotasansrd/latinotype_-_grotasansrd.svg?1498701118') format('svg'), url('../fonts/grotasansrd/latinotype_-_grotasansrd.ttf?1498701118') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SmokefreeIcon";
  src: url('../fonts/smokefree-icon/smokefree-icon-font.eot?1498701118');
  src: url('../fonts/smokefree-icon/smokefree-icon-font.eot?&1498701118#iefix') format('embedded-opentype'), url('../fonts/smokefree-icon/smokefree-icon-font.woff?1498701118') format('woff'), url('../fonts/smokefree-icon/smokefree-icon-font.svg?1498701118') format('svg'), url('../fonts/smokefree-icon/smokefree-icon-font.ttf?1498701118') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*
 * Susy
 *
 * Ignite utilises Susy to as a powerful/flexible utility grid.
 *
 * Susy is not used as the sites main frame as Bootstrap handles this.
 * Bootstrap is chosen as the mainframe to provide the option to site builders
 * to apply Bootstrap classes such as col-md-* to custom blocks/elements etc.
 * Susy is useful when we need close control of elements such as _slat layout
 * or when we need gallery style layouts of variable items. (Bootstrap requires
 * an empty clearing div to achieve gallery style layouts).
 *
 * 1. Here we establish our Susy defaults
 *    http://www.zell-weekeat.com/susy2-tutorial/
 *    http://susy.readthedocs.org/en/latest/toolkit/
 *
 * 2. Uses Bootstrap gutter variable for consistent gutters
 *
 */
/*
 * Mixins
 *
 * 1. Intrinsic ratios (eg: Used by _responsive-ratio)
 *
 * 2. Cross browser opacity
 *
 * 3. Font smoothing
 *
 * 4. Px to Em https://web-design-weekly.com/snippets/converts-pixels-to-ems-with-sass/
 *
 * 5. WebKit-style focus
 */
/*
 * Breakpoints
 *
 * Map Bootstrap breakpoints to nice mixins
 */
/*
 * Helpers
 *
 * 1. Useful within Display suite for removing margin from headings.
 *
 * 2. https://github.com/twbs/bootstrap/pull/12679
 *    Use in conjunction with .sr-only to only display content when it's focused.
 *    Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 *
 * 3. Bootstrap gutter killer
 *
 * 4. See Bootstrap. http://getbootstrap.com/css/#type-lists. Repeated here
 *    because it is a common 'helper'.
 *    Remove the default list-style and left margin on list items
 *    (immediate children only). This only applies to immediate children list
 *    items, meaning you will need to add the class for any nested lists as well.
 *
 * 5. Responsive margin top OOCSS spacing helpers.
 *    Ideally always using margin above your site building blocks for consistency.
 *
 * 6. Responsive padding top OOCSS spacing helpers.
 *    If a border is required above your site building block then use padding instead.
 *
 * 7. Use to offset elements within main body area.
 *
 */
.has-no-margin-top, .navigation--secondary > .block-title {
  /* [1] */
  margin-top: 0 !important;
}

.sr-only-focusable {
  /* [2] */
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.no-gutter {
  /* [3] */
}
.no-gutter[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* [4] */
/* [5] */
.has-margin-top-base, .field-name-body, .on-this-page {
  margin-top: 0.75em;
}
@media (min-width: 992px) {
  .has-margin-top-base, .field-name-body, .on-this-page {
    margin-top: 1.5em;
  }
}

.has-margin-top-and-half {
  margin-top: 1.5em;
}
@media (min-width: 992px) {
  .has-margin-top-and-half {
    margin-top: 2.25em;
  }
}

.has-margin-top-double, .front .content {
  margin-top: 1.5em;
}
@media (min-width: 992px) {
  .has-margin-top-double, .front .content {
    margin-top: 3em;
  }
}

.has-margin-top-triple {
  margin-top: 1.5em;
}
@media (min-width: 480px) {
  .has-margin-top-triple {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  .has-margin-top-triple {
    margin-top: 4.5em;
  }
}

.has-margin-top-half {
  margin-top: 0.75em;
}

/* [6] */
.has-padding-top-base {
  padding-top: 0.75em;
}
@media (min-width: 992px) {
  .has-padding-top-base {
    padding-top: 1.5em;
  }
}

.has-margin-top-and-half {
  padding-top: 1.5em;
}
@media (min-width: 992px) {
  .has-margin-top-and-half {
    padding-top: 2.25em;
  }
}

.has-padding-top-double {
  padding-top: 1.5em;
}
@media (min-width: 992px) {
  .has-padding-top-double {
    padding-top: 3em;
  }
}

.has-padding-top-triple {
  padding-top: 1.5em;
}
@media (min-width: 480px) {
  .has-padding-top-triple {
    padding-top: 3em;
  }
}
@media (min-width: 992px) {
  .has-padding-top-triple {
    padding-top: 4.5em;
  }
}

.has-padding-top-half {
  padding-top: 0.75em;
}

.has-border-top, .slat--has-top-border {
  border-top: 1px solid #dddfe0;
}

.has-border-bottom, .block--short-teasers .views-row-last .slat--has-top-border {
  border-bottom: 1px solid #dddfe0;
}

.has-offset-right {
  position: relative;
}
@media (min-width: 1201px) and (max-width: 1419px) {
  .has-offset-right {
    margin-right: -40px !important;
  }
}
@media (min-width: 1420px) {
  .has-offset-right {
    margin-right: -60px !important;
  }
}

.has-offset-left {
  position: relative;
}
@media (min-width: 1201px) and (max-width: 1419px) {
  .has-offset-left {
    margin-left: -40px !important;
  }
}
@media (min-width: 1420px) {
  .has-offset-left {
    margin-left: -60px !important;
  }
}

/*
 * Drupal
 *
 * Custom tweaks to admin elements
 */
.alert {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  margin-top: 1.5em;
}
.alert .close {
  line-height: 0.8em;
}

.tabs--primary {
  margin: 1.5em 0;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.contextual-links {
  font-size: 16px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* BASE
------------------------------------------------------------------------*/
.site__sidebar .block--short-teasers {
  padding-bottom: 0;
}
.block--short-teasers .views-row-first .slat--has-top-margin {
  margin-top: 0;
}

.block--short-teasers .block-title {
  font-size: 1.8rem;
  margin: 0;
  padding: 0.75em;
}
@media (min-width: 992px) {
  .block--short-teasers .block-title {
    border-right: 1px solid #e4eaed;
  }
}

.block--short-teasers .teaser {
  padding: 2rem;
}
.block--short-teasers .teaser .field-name-title > * {
  margin: 0;
  font-size: 2.4rem;
}
.block--short-teasers .teaser .field-name-title > * > a {
  color: #0033a0;
}
@media (min-width: 992px) {
  .block--short-teasers .teaser {
    border-right: 1px solid #e4eaed;
  }
}

.block-smokefree-utils {
  float: right;
}

.img--reversed {
  background-color: #1f2c33;
}

.img--bordered {
  border: 1px solid #e4eaed;
}

.field-name-body a {
  text-decoration: underline;
}
a.btn-success {
  text-decoration: none;
}

.prose a[href^="http://"]:after,
.prose a[href^="https://"]:after,
.prose a[rel*='external']:after,
.field > a[rel*='external']:after,
a.link--external:after,
.link--external a:after {
  content: '';
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2013.98%22%20width%3D%2214%22%20height%3D%2213.97%22%3E%3Cpath%20d%3D%22M7757.27%2C5686.79a4.11%2C4.11%2C0%2C0%2C1%2C0%2C.47%2C4.18%2C4.18%2C0%2C1%2C1-3.64-4.11l1.64-1.64a6.18%2C6.18%2C0%2C1%2C0%2C3.62%2C3.64Z%22%20transform%3D%22translate%28-7747%20-5679.45%29%22%20style%3D%22fill%3A%230033a0%22%2F%3E%3Cpolygon%20points%3D%2214%200%207.28%200%209.93%202.65%206.25%206.33%207.67%207.75%2011.35%204.07%2014%206.72%2014%200%22%20style%3D%22fill%3A%230033a0%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: 1.4rem auto;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-block;
  margin-left: .3rem;
}

.prose a[href^="http://"]:hover:after,
.prose a[href^="https://"]:hover:after,
.prose a[rel*='external']:hover:after {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22Layer_1%22%20data-name%3D%22Layer%201%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2013.98%22%20width%3D%2214%22%20height%3D%2213.97%22%3E%3Cpath%20d%3D%22M7757.27%2C5686.79a4.11%2C4.11%2C0%2C0%2C1%2C0%2C.47%2C4.18%2C4.18%2C0%2C1%2C1-3.64-4.11l1.64-1.64a6.18%2C6.18%2C0%2C1%2C0%2C3.62%2C3.64Z%22%20transform%3D%22translate%28-7747%20-5679.45%29%22%20style%3D%22fill%3A%23001b53%22%2F%3E%3Cpolygon%20points%3D%2214%200%207.28%200%209.93%202.65%206.25%206.33%207.67%207.75%2011.35%204.07%2014%206.72%2014%200%22%20style%3D%22fill%3A%23001b53%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}

.field > a[rel*='external']:hover:after {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2013.98%22%20width%3D%2214%22%20height%3D%2213.97%22%3E%3Cpath%20d%3D%22M7757.27%2C5686.79a4.11%2C4.11%2C0%2C0%2C1%2C0%2C.47%2C4.18%2C4.18%2C0%2C1%2C1-3.64-4.11l1.64-1.64a6.18%2C6.18%2C0%2C1%2C0%2C3.62%2C3.64Z%22%20transform%3D%22translate%28-7747%20-5679.45%29%22%20style%3D%22fill%3A%23ffffff%22%2F%3E%3Cpolygon%20points%3D%2214%200%207.28%200%209.93%202.65%206.25%206.33%207.67%207.75%2011.35%204.07%2014%206.72%2014%200%22%20style%3D%22fill%3A%23ffffff%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
}

.prose a[href*='sparksinteractive']:after,
.prose a[href*='smokefree.sparksi.co/']:after,
.prose a[href*='smokefree.co.nz']:after,
.prose a[href*='smokefree.org.nz']:after {
  content: none;
}

.file-icon + a:before {
  font-family: "SmokefreeIcon";
  margin-right: .8rem;
}

.file-icon + a[href$="jpg"]:before,
.file-icon + a[href$="png"]:before {
  content: '\e801';
}

.file-icon + a[href$="pdf"]:before,
.file-icon + a[href$="docx"]:before,
.file-icon + a[href$="doc"]:before,
.file-icon + a[href$="xls"]:before,
.file-icon + a[href$="xlsx"]:before,
.file-icon + a[href$="txt"]:before {
  content: '\e800';
}

.fullclear {
  clear: both;
  width: 100%;
  float: left;
}

.clear {
  clear: both;
  width: 100%;
}

.prose .table {
  font-size: 1.75rem;
  max-width: 100%;
  table-layout: fixed;
}
.prose .table th, .prose .table td {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.prose .table p, .prose .table ul, .prose .table ol {
  color: #1f2c33;
}

.prose .table-striped > tbody > tr:nth-of-type(even) {
  background-color: rgba(203, 234, 237, 0.2);
}

.prose .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(228, 234, 237, 0.5);
}

body {
  font-family: "grota-sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 700;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 > a:focus, .h1 > a:focus,
h2 > a:focus, .h2 > a:focus,
h3 > a:focus, .h3 > a:focus,
h4 > a:focus, .h4 > a:focus,
h5 > a:focus, .h5 > a:focus,
h6 > a:focus, .h6 > a:focus {
  outline-offset: 0;
}

h1, .h1 {
  font-size: 49px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 29px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 15px;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 27px;
  margin-bottom: 13.5px;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
}

@media (max-width: 480px) {
  h1, .h1 {
    font-size: 29px;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
  }
}

.view-mode-full .field > h1 {
  margin: 0;
}

@media (max-width: 480px) {
  h2, .h2 {
    font-size: 23px;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  h2, .h2 {
    font-size: 29px;
  }
}

@media (max-width: 480px) {
  h3, .h3 {
    font-size: 23px;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  h3, .h3 {
    font-size: 23px;
  }
}

p {
  margin: 0 0 13.5px;
}
p:last-child {
  margin: 0;
}

.lead {
  margin-bottom: 27px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .lead {
    font-size: 27px;
  }
}

blockquote {
  border-left: 10px solid #CCCCCC;
}

.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  font-style: italic;
}

p, ul, ol table, dl, blockquote {
  color: #526773;
}

cite {
  border-bottom: 1px dotted #526773;
  cursor: pointer;
}

b.b--blue {
  color: #0033a0;
  text-transform: uppercase;
}
b.b--green {
  color: #4e9d2d;
  text-transform: uppercase;
}

sup {
  font-size: .5em;
  top: -1em;
  margin-left: .3rem;
  font-style: normal;
  font-weight: normal;
}

.views-exposed-form {
  background-color: #e4eaed;
}
.views-exposed-form .views-exposed-widgets {
  margin-bottom: 0;
}
.views-exposed-form .views-exposed-widget {
  float: none;
  width: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .views-exposed-form .views-exposed-widget {
    width: auto;
    padding-right: 1.4rem;
    display: inline-block;
  }
}
.views-exposed-form .views-exposed-widget > label {
  font-size: 1.8rem;
  margin: 0;
  height: 4rem;
  line-height: 4rem;
  color: #526773;
}
.views-exposed-form .form-control {
  border: none;
  background-color: #ffffff;
}
.views-exposed-form .form-select {
  padding: 0 4.5rem 0 1rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.8rem;
  background-size: 4rem 4rem;
  outline: none;
}
.views-exposed-form .form-select::-ms-expand {
  display: none;
}
.views-exposed-form .views-exposed-widget > .btn, .views-exposed-form .view .pager-load-more > li.views-exposed-widget > a, .view .views-exposed-form .pager-load-more > li.views-exposed-widget > a {
  padding: 0;
  height: 4rem;
  line-height: 4.4rem;
  margin-top: 0 !important;
  border-radius: 3px;
  border: none;
  background: none;
  text-decoration: underline;
  color: #0033a0;
}
.views-exposed-form .views-exposed-widget > .btn:hover, .views-exposed-form .view .pager-load-more > li.views-exposed-widget > a:hover, .view .views-exposed-form .pager-load-more > li.views-exposed-widget > a:hover, .views-exposed-form .views-exposed-widget > .btn:focus, .views-exposed-form .view .pager-load-more > li.views-exposed-widget > a:focus, .view .views-exposed-form .pager-load-more > li.views-exposed-widget > a:focus {
  color: #1f2c33;
}
.views-exposed-form .views-exposed-widget > .btn[value="Filter"], .views-exposed-form .view .pager-load-more > li.views-exposed-widget > a[value="Filter"], .view .views-exposed-form .pager-load-more > li.views-exposed-widget > a[value="Filter"] {
  background-color: #4e9d2d;
  color: #ffffff;
  text-decoration: none;
  padding: 0 2rem;
}
.views-exposed-form .views-exposed-widget > .btn[value="Filter"]:hover, .views-exposed-form .view .pager-load-more > li.views-exposed-widget > a[value="Filter"]:hover, .view .views-exposed-form .pager-load-more > li.views-exposed-widget > a[value="Filter"]:hover, .views-exposed-form .views-exposed-widget > .btn[value="Filter"]:focus, .views-exposed-form .view .pager-load-more > li.views-exposed-widget > a[value="Filter"]:focus, .view .views-exposed-form .pager-load-more > li.views-exposed-widget > a[value="Filter"]:focus {
  background-color: #0033a0;
}
.views-exposed-form .views-submit-button, .views-exposed-form .views-reset-button {
  width: auto;
}
.views-exposed-form .views-submit-button {
  margin-right: 1rem;
}
@media (min-width: 481px) and (max-width: 991px) {
  .views-exposed-form .views-reset-button > .btn, .views-exposed-form .view .pager-load-more > li.views-reset-button > a, .view .views-exposed-form .pager-load-more > li.views-reset-button > a {
    margin-top: 0 !important;
  }
}

.view-footer {
  text-align: center;
}
.view-footer > .slat__read-more {
  display: block;
  margin-top: 1rem;
}

.site__sidebar .views-exposed-form .views-exposed-widget {
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.site__sidebar .views-exposed-form .views-exposed-widget + .views-exposed-widget {
  margin-top: .66em;
}
.site__sidebar .views-exposed-form .views-exposed-widget > label {
  height: auto;
  line-height: 1;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site__sidebar .views-exposed-form .views-exposed-widget > label + .views-widget {
  margin-top: .33em;
}
.site__sidebar .views-exposed-form .views-exposed-widget.views-submit-button, .site__sidebar .views-exposed-form .views-exposed-widget.views-reset-button {
  float: left;
  margin-right: 0;
}
.site__sidebar .views-exposed-form .views-exposed-widget.views-submit-button {
  width: 66.66667%;
}
.site__sidebar .views-exposed-form .views-exposed-widget.views-reset-button {
  width: 33.33333%;
}

/* LAYOUT
------------------------------------------------------------------------*/
.view-mode-full__60x40 .group-left {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .view-mode-full__60x40 .group-left {
    width: 65.89147%;
    float: left;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .view-mode-full__60x40 .group-right {
    width: 31.78295%;
    float: right;
    margin-right: 0;
  }
}

.content {
  padding-top: 3rem;
}
.front .content {
  padding-top: 0;
}
@media (min-width: 992px) {
  .content {
    padding-top: 6.5rem;
  }
  .front .content {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .reverse-columns .content .site__row {
    display: flex;
    flex-direction: column-reverse;
  }
}

.reverse-columns .site__content.has-sidebar {
  border-right: none;
}

.footer {
  font-size: 14px;
  background-color: #cbeaed;
  color: #555555;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-top: 0;
  background-image: url('../images/pattern-motif-c.svg?1498701118');
  background-position: center right;
  background-repeat: no-repeat;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (max-width: 991px) {
  .footer {
    background-size: 390% 100%;
    background-position: -420px 0;
  }
}
@media (max-width: 480px) {
  .footer {
    background-size: 600% 100%;
  }
}
.footer a {
  color: #555555;
  text-decoration: underline;
}
.footer > .site__inner {
  position: relative;
}

@media (min-width: 768px) {
  .region-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .region-footer > .navigation--tertiary {
    width: 100%;
  }
  .region-footer > .navigation--quaternary {
    width: 100%;
  }
  .region-footer > .promotion--associated-organisation {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .region-footer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 3fr 1fr;
    grid-template-columns: 3fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .region-footer > .navigation--tertiary {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
  .region-footer > .navigation--quaternary {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    width: 100%;
  }
  .region-footer > .promotion--associated-organisation {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .header {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
.header .site__inner {
  position: relative;
}

.hero {
  background: #1f2c33;
  /* Hacks for section entry pages */
}
@media (min-width: 992px) {
  .hero {
    background: #1f2c33 url('../images/pattern-motif-e.svg?1498701118') no-repeat center center fixed;
    background-size: cover;
  }
}
.hero #page-title {
  color: #ffffff;
}
@media (min-width: 992px) {
  .hero #block-ignite-blocks-ignite-page-title:before, .hero #block-ignite-blocks-ignite-page-title:after {
    display: inline;
  }
}

.post-content {
  border-top: 1px solid #dddfe0;
}

.last-updated {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 1.6rem;
  color: #526773;
}
@media (min-width: 992px) {
  .last-updated {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .last-updated {
    float: left;
    width: 75%;
  }
}
.last-updated em {
  display: block;
  text-align: right;
  font-style: normal;
  line-height: 1;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .top {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .top {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .top {
    margin-left: -1px;
    border-left: 1px solid #dddfe0;
  }
}

.post-hero {
  background-color: #cbeaed;
  padding: 0.75em 0;
}
@media (min-width: 480px) {
  .post-hero {
    background-image: url('../images/pattern-motif-c.svg?1498701118');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .post-hero {
    padding: 1.5em 0;
    background-position: 500px center;
  }
}
@media (min-width: 1200px) {
  .post-hero {
    padding: 2.3em 0;
  }
}

.pre-content {
  background-color: #e4eaed;
}

.pre-footer {
  background-color: #1f2c33;
  padding: 1.5em 0;
}
@media (min-width: 768px) {
  .pre-footer {
    padding: 3em 0;
  }
}

.site-wrapper {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .site {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1420px) {
  .site__inner {
    width: 1360px;
  }
}

.site__content {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding: 0 0 1.5em 0;
}
@media (min-width: 992px) {
  .site__content {
    float: left;
    width: 100%;
  }
}
.site__content.has-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .site__content.has-sidebar {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .site__content.has-sidebar {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .site__content.has-sidebar {
    border-right: 1px solid #dddfe0;
    padding: 0 80px 1.5em 0;
  }
}
@media (min-width: 1201px) and (max-width: 1419px) {
  .site__content.has-sidebar {
    padding: 0 6em 1.5em 0;
  }
}
@media (min-width: 1420px) {
  .site__content.has-sidebar {
    padding: 0 7em 1.5em 0;
  }
}

.site__sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .site__sidebar {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .site__sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .site__sidebar {
    border-top: 1px solid #dddfe0;
  }
  .reverse-columns .site__sidebar {
    border-top: none;
  }
}

.site__sidebar-inner {
  /*@include respond-to(desktop-and-up) {
    padding: 0 0 0 $spacing-base;
  }*/
}
.site__sidebar-inner .block {
  padding-bottom: 3em;
}

/* THEME
------------------------------------------------------------------------*/
/* No files to import found in ../scss/theme/* */
/* COMPONENT
------------------------------------------------------------------------*/
.article {
  width: 100%;
  display: table;
  border-top: 1px solid #dddfe0;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .article {
    table-layout: fixed;
  }
}

@media (min-width: 768px) {
  .article__image,
  .article__body {
    display: table-cell;
    vertical-align: top;
  }
}

.article__image {
  width: 33.33333%;
}

.article__body {
  width: 66.66667%;
  padding-left: 25px;
  padding-right: 25px;
}
.article__body .btn--more {
  text-decoration: none;
}

.article__image:empty {
  display: none;
}
.article__image:empty + .article__body {
  width: 100%;
}

.article .article__body > h3 {
  margin: 0 0 12px 0;
}
.article .article__body > h3 ~ h3 {
  margin-top: 12px;
}
.article .article__body > h3 > a {
  text-decoration: none;
}

.article .article__body > *:last-child {
  margin-bottom: 0;
}

.article .article__body .btn--more:after, .article .article__body .btn--more:hover:after {
  content: '\bb';
  margin-left: 4px;
  display: inline-block;
  background: none;
}

.block--intro > .block-title {
  margin: 0;
  font-style: italic;
}
.block--intro > .block-title ~ * {
  margin-top: 1em;
}
.block--intro + .block {
  margin-top: 2em;
}

.breadcrumb {
  background-color: transparent;
  font-size: 0.7em;
  margin: 1.5rem 0;
  padding: 0;
}
.breadcrumb a {
  color: #1f2c33;
}
.breadcrumb:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url('../images/breadcrumb__logo.svg?1498701118') no-repeat right center;
  background-size: 116px auto;
  width: 116px;
  height: 92px;
  z-index: 499;
}
.breadcrumb > .breadcrumb__item + li:before {
  padding: 0 2rem;
  background: url('../images/breadcrumb__divide.svg?1498701118') no-repeat center 1px;
  background-size: .6rem auto;
  content: '';
}
.breadcrumb > .breadcrumb__item:first-child > a {
  background: url('../images/breadcrumb__home.svg?1498701118') no-repeat center;
  background-size: 1.2rem 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: middle;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  margin-top: -4px;
}

.btn, .view .pager-load-more > li > a {
  font-size: 18px;
  padding: 16px 18px 14px;
  line-height: 1;
  font-weight: bold;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.05s ease-in;
}
.btn.outline, .view .pager-load-more > li > a.outline {
  background: none;
  padding: 16px 16px 14px;
  text-decoration: none;
  border-style: solid;
  border-width: 1px;
}

.btn-primary, .view .pager-load-more > li > a {
  color: #ffffff;
}
.btn-primary:visited, .view .pager-load-more > li > a:visited {
  color: #ffffff;
}
.btn-primary.outline, .view .pager-load-more > li > a.outline {
  border-color: #0033a0;
  color: #0033a0;
}
.btn-primary.outline:hover, .view .pager-load-more > li > a.outline:hover, .btn-primary.outline:focus, .view .pager-load-more > li > a.outline:focus, .btn-primary.outline:active, .view .pager-load-more > li > a.outline:active, .btn-primary.outline.active, .view .pager-load-more > li > a.outline.active {
  border-color: #002b87;
  color: #002b87;
}

.btn-success {
  color: #ffffff;
}
.btn-success:visited {
  color: #ffffff;
}
.btn-success.outline {
  border-color: #4e9d2d;
  color: #4e9d2d;
}
.btn-success.outline:hover, .btn-success.outline:focus, .btn-success.outline:active, .btn-success.outline.active {
  border-color: #448927;
  color: #448927;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  background: rgba(31, 44, 51, 0.1);
}
.btn-default.outline {
  border-color: #749094;
  color: #1f2c33;
}
.btn-default.outline:hover, .btn-default.outline:focus, .btn-default.outline:active, .btn-default.outline.active {
  background: rgba(31, 44, 51, 0.1);
}
.btn-default.inverse {
  color: #ffffff;
}
.btn-default.inverse:hover, .btn-default.inverse:focus, .btn-default.inverse:active, .btn-default.inverse.active {
  background: rgba(255, 255, 255, 0.1);
}

.btn-sm {
  font-size: 16px;
  padding: 14px 16px 13px;
}
.btn-sm.outline {
  padding: 12px 14px 11px;
}

.btn--back {
  border: 1px #0033a0 solid;
  margin-bottom: 2rem;
}
.btn--back svg {
  max-width: 7px;
  margin-right: 1rem;
}
.btn--back polyline {
  fill: none;
  stroke: #0033a0;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.btn--back:hover, .btn--back:focus {
  color: #4e9d2d;
  border-color: #4e9d2d;
}
.btn--back:hover polyline, .btn--back:focus polyline {
  stroke: #4e9d2d;
}

.btn--top {
  background-color: transparent;
  padding: 0;
  margin: 1.6rem;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  outline: none;
}
.btn--top:focus, .btn--top:active {
  outline: none;
}
.btn--top:after {
  content: '';
  width: 1rem;
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.12%2013.62%22%20width%3D%2212.12%22%20height%3D%2213.62%22%3E%3Cpolyline%20points%3D%221.06%207.12%206.06%202.12%2011.06%207.12%22%20style%3D%22fill%3Anone%3Bstroke%3A%231f2c33%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%226.06%22%20y1%3D%2213.62%22%20x2%3D%226.06%22%20y2%3D%223.62%22%20style%3D%22fill%3Anone%3Bstroke%3A%231f2c33%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
  background-size: cover;
  height: 1.4rem;
  margin-left: .5rem;
  display: inline-block;
}
.btn--top:hover {
  color: #0033a0;
}
.btn--top:hover:after {
  background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012.12%2013.62%22%20width%3D%2212.12%22%20heigth%3D%2213.62%22%3E%3Cpolyline%20points%3D%221.06%207.12%206.06%202.12%2011.06%207.12%22%20style%3D%22fill%3Anone%3Bstroke%3A%230033a0%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3Cline%20x1%3D%226.06%22%20y1%3D%2213.62%22%20x2%3D%226.06%22%20y2%3D%223.62%22%20style%3D%22fill%3Anone%3Bstroke%3A%230033a0%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3C%2Fsvg%3E');
}

.btn--close:after {
  content: '';
  display: block;
  width: 31px;
  height: 31px;
  background: url("../images/close-white.svg") no-repeat center;
  background-size: cover;
}

.btn--more {
  font-weight: 600;
  font-style: italic;
  text-decoration: none;
  display: inline-block;
}

.js table.chart {
  display: none;
}

.highchart {
  border: 1px solid #e4eaed;
  margin-bottom: 1.5em;
}

.highcharts-legend-item > span,
.highcharts-title {
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-family: "grota-sans", Helvetica, Arial, sans-serif !important;
}

.control--menu {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .control--menu {
    display: none;
  }
}

.date, .node__date {
  font-size: 0.7em;
  color: #919191;
}

/*
 * Field
 *
 * [1] Responsive images within the main content areas
 *
 * [2] Add external link icon to links within the WYSIWYG
 *
 * [3] Add your site url here.
 */
.label-inline {
  display: inline-block;
}

.field-group-fieldset {
  margin-top: 0.75em;
}
@media (min-width: 480px) {
  .field-group-fieldset {
    margin-top: 1.5em;
  }
}

.field-name-body img,
.field-name-field-page-banner img {
  max-width: 100%;
  height: auto;
}

.field-name-body {
  /* [2] */
}
.section-entry .field-name-body {
  margin-top: 0;
}
@media (min-width: 992px) {
  .section-entry .field-name-body {
    margin-top: 0;
  }
}

.field-name-field-file-attachment .file .meta {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #777777;
}
.teaser .field-name-field-file-attachment .file {
  display: block;
}
.teaser .field-name-field-file-attachment .file .file-icon {
  display: none;
}

.field--meta {
  display: inline;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top;
}
.field--meta + .field--meta {
  margin-left: .6rem;
}
.field--meta + .field--meta:before {
  content: '/';
  margin-right: .6rem;
  vertical-align: top;
  display: inline-block;
}

.field-name-field-teaser-image img {
  max-width: 100%;
  height: auto;
}

.field-name-field-coordinatior > div[class*="label"],
.field-name-field-material > div[class*="label"] {
  font-style: italic;
  font-weight: bold;
  font-size: 2rem;
}

.field-name-field-coordinatior .field {
  display: block;
  font-size: 1.7rem;
  margin: .5rem 0;
}
.field-name-field-coordinatior .field > div[class*="label"] {
  font-weight: bold;
}

.field + .field-name-field-material {
  margin-top: 1.5em;
}

.field-name-field-material > div[class*="label"] {
  border: 1px #1f2c33 solid;
  border-bottom-color: #ffffff;
  border-left: none;
  display: inline-block;
  padding: .6rem 1rem .3rem 1rem;
}
.field-name-field-material > div[class*="label"] + .file {
  margin-top: -1px;
  padding-top: 2rem;
  border-top: 1px #1f2c33 solid;
}

.field-name-field-material .file {
  display: block;
  font-size: 1.7rem;
  margin: .5rem 0;
}
.field-name-field-material .file .file-icon {
  display: none;
}

.field--profile {
  border-left: 3px #1f2c33 solid;
  padding-left: 0.75em;
  margin: 1.5em;
}
.field--profile > .taxonomy-term + .taxonomy-term {
  border-top: 1px solid #e4eaed;
  padding-top: 1rem;
  margin-top: 1rem;
}

/*
 * Forms
 *
 * Drupal forms are time consuming to inject with nice BEM like classes
 * so we just style them the old fashioned way...
 */
.input-group .form-control:first-child {
  border-radius: 0;
}

.views-exposed-form {
  padding: 0.75em 1.5em 1.5em;
  margin: 0.75em 0;
}
@media (min-width: 480px) {
  .views-exposed-form {
    margin: 1.5em 0;
  }
}

.form-select {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #0033a0;
  box-shadow: none;
  background: url('../images/form-select.svg?1498701118') no-repeat right center;
}
.no-csstransitions .form-select {
  background-image: none;
  padding-right: 0;
}

.help-block {
  display: none;
}

.grid {
  *zoom: 1;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid__item {
  border-bottom: 1px #e4eaed solid;
  padding: 1.5rem;
  background-color: rgba(228, 234, 237, 0.3);
}
.grid__item.media {
  margin-bottom: 0;
}
.grid__item.media.image-caption > p {
  border: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

.grid > .col-sm-6 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .grid > .col-sm-6 {
    padding-right: 1rem;
  }
  .grid > .col-sm-6:nth-child(2n) {
    padding-right: 0;
    padding-left: 1rem;
  }
  .grid > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}

.grid > .col-sm-4 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .grid > .col-sm-4 {
    padding-right: 1rem;
  }
  .grid > .col-sm-4:nth-child(3n) {
    padding-right: 0;
  }
  .grid > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
}

.grid > .col-sm-3 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .grid > .col-sm-3 {
    padding-right: 1rem;
  }
  .grid > .col-sm-3:nth-child(4n) {
    padding-right: 0;
  }
  .grid > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
}

.highlight {
  font-size: 2.5rem;
  border: none;
  position: relative;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .highlight {
    font-size: 3rem;
  }
}
.prose .highlight {
  padding: 1.8rem 0;
  margin: 1.5em 0;
}
.highlight:before, .highlight:after {
  content: '';
  width: 5rem;
  height: .6rem;
  background-color: #e4eaed;
  display: block;
  position: absolute;
}
.highlight:before {
  top: 0;
}
.highlight:after {
  bottom: 0;
}

.highlight--right,
.highlight--left {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .highlight--right,
  .highlight--left {
    float: left;
    width: 41.66667%;
  }
}

.prose .highlight--right {
  float: right;
  margin-left: 1.5em;
}

.prose .highlight--left {
  float: left;
  margin-right: 1.5em;
}

.list-group-item {
  padding: 0.75em;
}
.list-group-item:first-child {
  border-radius: 0;
}
@media (min-width: 480px) {
  .list-group-item {
    padding: 1.5em;
  }
}

.logo__link {
  display: block;
  line-height: 0;
}

@media (min-width: 992px) {
  .logo--primary {
    padding-top: 1.75em;
  }
}
.logo--primary .logo__link {
  width: 159px;
  height: 41px;
}
@media (min-width: 1200px) {
  .logo--primary .logo__link {
    width: 210px;
    height: 55px;
  }
}
.logo--primary .logo__link > svg {
  width: 159px;
  height: 41px;
}
@media (min-width: 1200px) {
  .logo--primary .logo__link > svg {
    width: 210px;
    height: 55px;
  }
}

.logo--secondary .logo__brand {
  fill: #1f2c33;
}
.logo--secondary .logo__link {
  width: 240px;
  min-height: 58px;
}
.logo--secondary .logo__link:hover .logo__brand, .logo--secondary .logo__link:focus .logo__brand {
  fill: #0c1113;
}
@media (min-width: 768px) {
  .logo--secondary .logo__link {
    text-align: right;
  }
}
.logo--secondary .logo__link[href*="hpa.org.nz"] > svg {
  width: 200px;
  height: 58px;
  overflow: hidden;
}
.logo--secondary + .logo--secondary {
  margin-top: 1.8rem;
}
.logo--secondary svg {
  max-width: 100%;
  vertical-align: top;
}
.logo--secondary .svg__primary,
.logo--secondary .svg__secondary {
  fill: #0033a0;
}
.logo--secondary .svg__white {
  fill: #cbeaed;
}

.logo--tertiary .logo__link {
  width: 100px;
  height: 77px;
}
@media (min-width: 1420px) {
  .logo--tertiary .logo__link {
    width: 172px;
    height: 132px;
  }
}
.logo--tertiary .logo__link .logo__brand {
  width: 100px;
  height: 77px;
}
@media (min-width: 1420px) {
  .logo--tertiary .logo__link .logo__brand {
    width: 172px;
    height: 132px;
  }
}

/*
 * Media
 *
 * Media elements can be added via WYSIWYG templates.
 *
 */
.media {
  margin: 0 0 1.5em 0;
}
@media (min-width: 480px) {
  .media {
    margin: 0 0 30px 0;
  }
}
.media.image-caption > p {
  color: #595959;
  padding: 1rem 0;
  font-size: 85%;
  border-bottom: 1px solid #dddfe0;
}
@media (min-width: 480px) {
  .media.image-caption > p {
    padding: 1.5rem 0;
  }
}
@media (min-width: 480px) {
  .media.pull-left, .media--float-left {
    margin: 0.4em 60px 30px 0;
    float: left;
    max-width: 60%;
  }
}
@media (min-width: 480px) {
  .media.pull-right, .media--float-right {
    margin: 0.4em 0 30px 60px;
    float: right;
    max-width: 60%;
  }
}
.media.field .label-inline,
.media.field .label-above {
  font-weight: bold;
  font-style: italic;
}
.teaser .media {
  margin-bottom: 0;
}

.media--featured {
  margin: 0.75em 0 1.5em;
}
@media (min-width: 480px) {
  .media--featured {
    margin: 30px 0 30px;
  }
}

.media--audio {
  background-color: #e4eaed;
  padding: 2.5rem 3rem;
  display: inline-block;
}
.prose .media--audio > p {
  margin: 0 0 .5rem 0;
  color: #526773;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: bold;
}

.menu__link {
  font-size: 14px;
}

.navigation--primary {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  /* Conditional on header class so as not to target js cloned mobile mmenu */
}
@media (min-width: 992px) {
  .navigation--primary {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .navigation--primary {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 991px) {
  .header .navigation--primary {
    display: none;
  }
}
@media (min-width: 480px) {
  .header .navigation--primary {
    padding-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .navigation--primary .menu-block-wrapper > .menu {
    padding-left: 1.5em;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .navigation--primary .menu-block-wrapper > .menu {
    padding-left: 0;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item {
  margin: 0;
}
@media (min-width: 768px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item ~ .menu__item {
    margin-left: 0.75em;
  }
}
@media (min-width: 992px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item ~ .menu__item {
    margin-left: 1.5em;
  }
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item ~ .menu__item {
    margin-left: 2.25em;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link {
  position: relative;
  color: #1f2c33;
}
@media (min-width: 480px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link {
    /* Create the text wrapping to double line effect */
    max-width: 88px;
    padding: 2.25em 0 1em 0;
  }
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link {
    font-size: 18px;
    max-width: 98px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link:hover, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link:focus, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active-trail {
  background-color: transparent;
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link:hover, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link:focus {
  color: #526773;
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active-trail, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active:focus, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active-trail:focus {
  color: #ffffff;
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active-trail:before {
  content: '';
  position: absolute;
  z-index: 100;
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item > .menu__link.is-active-trail:after {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  border-style: solid;
  border-color: #4e9d2d transparent;
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active-trail:before {
  width: 0;
  height: 0;
  bottom: -28px;
  left: -16px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 48px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 43px;
  border-top-color: #4e9d2d;
  border-top-style: solid;
  border-top-width: 10px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active-trail:before {
    bottom: -28px;
    left: -21px;
    border-right-width: 53px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active-trail:after {
  left: -27px;
  width: 115px;
  border-width: 114px 10px 0;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(2) > .menu__link.is-active-trail:after {
    left: -32px;
    width: 120px;
    border-width: 125px 10px 0;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active-trail:before {
  width: 0;
  height: 0;
  bottom: -33px;
  left: -29px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 89px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 43px;
  border-top-color: #4e9d2d;
  border-top-style: solid;
  border-top-width: 15px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active-trail:before {
    bottom: -33px;
    left: -31px;
    border-right-width: 53px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active-trail:after {
  left: -27px;
  width: 130px;
  border-width: 0 10px 114px 10px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(3) > .menu__link.is-active-trail:after {
    left: -32px;
    width: 145px;
    border-width: 0 10px 125px 10px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active-trail:before {
  width: 0;
  height: 0;
  bottom: -28px;
  left: -16px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 38px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 73px;
  border-top-color: #4e9d2d;
  border-top-style: solid;
  border-top-width: 10px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active-trail:before {
    bottom: -28px;
    left: -21px;
    border-right-width: 83px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active-trail:after {
  left: -27px;
  width: 134px;
  border-width: 114px 10px 0;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(4) > .menu__link.is-active-trail:after {
    left: -32px;
    width: 144px;
    border-width: 125px 10px 0;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active-trail:before {
  width: 0;
  height: 0;
  bottom: -33px;
  left: -29px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 99px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 43px;
  border-top-color: #4e9d2d;
  border-top-style: solid;
  border-top-width: 15px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active-trail:before {
    bottom: -33px;
    left: -26px;
    border-right-width: 53px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active-trail:after {
  left: -27px;
  width: 140px;
  border-width: 0 10px 114px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(5) > .menu__link.is-active-trail:after {
    left: -26px;
    width: 155px;
    border-width: 0 10px 125px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active-trail:before {
  width: 0;
  height: 0;
  bottom: -28px;
  left: -10px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 38px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 73px;
  border-top-color: #4e9d2d;
  border-top-style: solid;
  border-top-width: 10px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active-trail:before {
    bottom: -28px;
    left: -20px;
    border-right-width: 83px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active-trail:after {
  left: -18px;
  width: 122px;
  border-width: 114px 10px 0;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(6) > .menu__link.is-active-trail:after {
    left: -32px;
    width: 144px;
    border-width: 125px 10px 0;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active-trail:before {
  width: 0;
  height: 0;
  bottom: -28px;
  left: -16px;
  border-left-style: solid;
  border-left-color: transparent;
  border-left-width: 48px;
  border-right-style: solid;
  border-right-color: transparent;
  border-right-width: 43px;
  border-top-color: #4e9d2d;
  border-top-style: solid;
  border-top-width: 10px;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active:before, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active-trail:before {
    bottom: -28px;
    left: -16px;
    border-right-width: 53px;
  }
}
.header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active-trail:after {
  left: -27px;
  width: 115px;
  border-width: 114px 10px 0;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active:after, .header .navigation--primary .menu-block-wrapper > .menu > .menu__item:nth-child(7) > .menu__link.is-active-trail:after {
    left: -26px;
    width: 120px;
    border-width: 125px 10px 0;
  }
}
.navigation--primary .menu {
  background-color: transparent;
}
.navigation--primary .menu .menu {
  z-index: -1;
  display: block;
  /* [2] */
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -100px;
  background-color: #004aa6;
  min-width: 250px;
  padding: 25px 25px 20px;
}
.navigation--primary .menu .menu:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 118px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #004aa6;
}
.navigation--primary .menu .menu .menu {
  display: none;
}
.navigation--primary .menu .menu .menu__item {
  display: block;
}
.navigation--primary .menu .menu .menu__item:first-child .menu__link {
  border-top: none;
}
.navigation--primary .menu .menu .menu__link {
  color: #ffffff;
  display: block;
  padding: 16px 10px 14px;
  border-top: 1px solid #1b5aaf;
}
.navigation--primary .menu .menu .menu__link:hover, .navigation--primary .menu .menu .menu__link:focus, .navigation--primary .menu .menu .menu__link.is-active, .navigation--primary .menu .menu .menu__link.is-active-trail {
  background-color: #003373;
}
.navigation--primary .menu > li:nth-child(2) .menu {
  left: -90px;
}
.navigation--primary .menu > li:nth-child(3) .menu {
  left: -100px;
}
.navigation--primary .menu > li:nth-child(4) .menu {
  left: -80px;
}
@media (min-width: 992px) {
  .navigation--primary .menu__item {
    position: relative;
    display: inline-block;
  }
  .navigation--primary .menu__item:nth-child(1) {
    display: none;
  }
}
.header .navigation--primary .menu__item {
  /* On hover display the sub menu */
}
@media (min-width: 992px) {
  .header .navigation--primary .menu__item:hover > .menu {
    /* [2] */
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 499;
  }
}
.navigation--primary .menu__link {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all, 0.4s, ease-in-out;
}

.navigation--secondary > .block-title {
  font-size: 18px;
  padding: 0.75em 20px;
  margin-bottom: 0;
  border-right: 1px solid #dddfe0;
}
.navigation--secondary .menu {
  border-bottom: 1px solid #dddfe0;
  border-right: 1px solid #dddfe0;
}
.navigation--secondary .menu .menu {
  border-right: none;
  border-bottom: none;
}
.navigation--secondary .menu .menu .menu__link {
  border-bottom: none;
  padding: 1.2rem 2.25em;
}
.navigation--secondary .menu .menu .menu .menu__link {
  padding: 0.375em 0 0.375em 1.5em;
}
.navigation--secondary .menu .menu .menu .menu .menu__link {
  padding: 0.375em 0 0.375em 2.25em;
}
.navigation--secondary .menu__item {
  float: none;
}
.navigation--secondary .menu__item.is-collapsed > .menu__link:before, .navigation--secondary .menu__item.is-active-trail > .menu__link:before {
  content: '';
  margin-right: .6rem;
  width: .6rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.navigation--secondary .menu__item.is-collapsed > .menu__link:before, .navigation--secondary .menu__item.is-expanded.is-active-trail > .menu__link:before {
  background: url('../images/li.svg?1498701118') no-repeat center;
  background-size: .6rem 1rem;
}
.navigation--secondary .menu__item.is-expanded.is-active-trail > .menu__link:before {
  background: url('../images/li--down.svg?1498701118') no-repeat center;
  width: 1.2rem;
  height: .6rem;
}
.navigation--secondary .menu__item.is-expanded.is-active > .menu__link:before {
  background: url('../images/li--white.svg?1498701118') no-repeat center;
}
.navigation--secondary .menu__link {
  background-color: transparent;
  font-size: 15px;
  padding: 1.2rem 20px;
  text-decoration: none;
  border-top: 1px solid #dddfe0;
  color: #526773;
}
.navigation--secondary .menu__link:hover, .navigation--secondary .menu__link:focus, .navigation--secondary .menu__link.active {
  background-color: #e4eaed;
  text-decoration: none;
}
.navigation--secondary .menu__link.active {
  background-color: #1f2c33;
  color: #ffffff;
}

.navigation--tertiary .menu {
  padding: 0;
}
@media (min-width: 481px) and (max-width: 991px) {
  .navigation--tertiary .menu {
    padding: 0 0 1.5em;
  }
}
@media (min-width: 768px) {
  .navigation--tertiary .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.navigation--tertiary .menu__item.first {
  display: none;
}
.navigation--tertiary .menu__link {
  font-size: 16px;
  line-height: 1.3;
  padding: 0.375em 0;
  text-decoration: none;
}
@media (min-width: 480px) {
  .navigation--tertiary .menu__link {
    font-size: 18px;
    padding: 0.375em 0;
    margin: 0 1.5em 0 0;
  }
}
@media (min-width: 992px) {
  .navigation--tertiary .menu__link {
    /* Create the text wrapping to double line effect */
    margin: 0 2.25em 0 0;
    max-width: 90px;
  }
}
@media (min-width: 1200px) {
  .navigation--tertiary .menu__link {
    margin: 0 4.5em 0 0;
  }
}
.navigation--tertiary .menu__link:hover, .navigation--tertiary .menu__link:focus, .navigation--tertiary .menu__link.active {
  color: #222222;
  background-color: transparent;
  text-decoration: underline;
}

.navigation--quaternary .menu {
  padding: 1.5em 0 0;
}
@media (max-width: 480px) {
  .navigation--quaternary .menu {
    border-top: 1px solid #749093;
    margin-top: 1.5em;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .navigation--quaternary .menu {
    padding: 0 0 1.5em;
  }
}
@media (min-width: 480px) {
  .navigation--quaternary .menu__item {
    float: left;
    border-top: 1px solid #749093;
    padding-top: 0.375em;
  }
}
.navigation--quaternary .menu__link {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0.375em 0;
  background-color: transparent;
  text-decoration: none;
}
@media (min-width: 480px) {
  .navigation--quaternary .menu__link {
    font-size: 1.6rem;
    padding: 0.375em 0.15em;
    margin: 0 1.5em 0 0;
  }
}
.navigation--quaternary .menu__link:hover, .navigation--quaternary .menu__link:focus, .navigation--quaternary .menu__link.active {
  color: #222222;
  background-color: transparent;
  text-decoration: underline;
}

.navigation--site-map .menu > .menu__item > .menu__link {
  font-size: 29px;
  margin-top: 2rem;
  border-bottom: 1px solid #777777;
  padding: 0.75em 0.75em 0.75em 0;
}
@media (min-width: 480px) {
  .navigation--site-map .menu > .menu__item > .menu__link {
    margin-top: 3rem;
  }
}
.navigation--site-map .menu > .menu__item > .menu__link:hover, .navigation--site-map .menu > .menu__item > .menu__link:focus {
  background-color: transparent;
  text-decoration: underline;
}
.navigation--site-map .menu > .menu__item:first-child > .menu__link {
  margin-top: 0;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5rem;
  font-weight: bold;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu__link {
  font-size: 0.7em;
  border-bottom: none;
  margin-top: 2rem;
  padding-bottom: 0;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu .menu__item {
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  font-weight: normal;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu .menu__item > .menu__link {
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
  .navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded {
    width: 30.15873%;
    float: left;
  }
  .navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded {
    width: 14.72868%;
    float: left;
  }
  .navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded:nth-child(3n+1) {
    clear: none;
  }
  .navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded:nth-child(6n+1) {
    clear: both;
  }
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded .menu__link {
  margin-top: 0;
  color: #666666;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded > .menu {
  border-top: none;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu > .menu__item.is-expanded > .menu .menu__link {
  font-size: 0.7em;
  margin-left: 0.75em;
  border-left: 1px solid #dddfe0;
}
.navigation--site-map .menu__link {
  color: #333333;
}

.wide .node__title {
  text-align: center;
}
.node__title .title {
  margin-top: 0;
  font-style: italic;
}
.hero .node__title {
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .hero .node__title {
    margin-top: 5rem;
  }
}
.hero .node__title .title {
  font-size: 3.4rem;
}
@media (min-width: 1420px) {
  .hero .node__title .title {
    font-size: 5rem;
  }
}

.node__banner {
  overflow: hidden;
  margin-bottom: 2rem;
  display: none;
}
.node__banner:after {
  visibility: visible;
}
@media (min-width: 480px) {
  .node__banner {
    display: block;
  }
}
@media (min-width: 992px) {
  .node__banner {
    position: relative;
    float: right;
    width: 50%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 3em;
  }
  .node__banner:before, .node__banner:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 30%;
    z-index: 10;
    display: block;
  }
  .node__banner:before {
    left: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmMmMzMyIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: linear-gradient(to right, rgba(31, 44, 51, 0.5), rgba(0, 0, 0, 0));
  }
  .node__banner:after {
    right: 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjJjMzMiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(31, 44, 51, 0.5));
  }
}
@media (min-width: 1420px) {
  .node__banner {
    width: 58.33333%;
    margin-right: -8.33333%;
  }
}
@media (min-width: 992px) {
  .node__banner > .field:before, .node__banner > .field:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    font-size: 0;
    line-height: 0;
  }
  .node__banner > .field:before {
    border-bottom: 98px solid transparent;
    border-top: 0 solid transparent;
    border-left: 26px solid #1f2c33;
    top: 0;
  }
  .node__banner > .field:after {
    border-bottom: 0 solid transparent;
    border-top: 202px solid transparent;
    border-left: 20px solid #1f2c33;
    bottom: 0;
  }
}

.node__subtitle {
  font-style: italic;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.node__title + .node__subtitle {
  margin-bottom: 3rem;
}
.content .node__title + .node__subtitle {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .node__title + .node__subtitle {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .node__subtitle {
    font-size: 1em;
    line-height: 1.3;
  }
}
@media (min-width: 1420px) {
  .node__subtitle {
    font-size: 30px;
  }
}
.hero .node__subtitle {
  color: #91a7aa;
  font-style: normal;
}
.wide .node__subtitle {
  text-align: center;
}

.node-project.view-mode-full .group-right > .field {
  margin-bottom: 1.5em;
}

.on-this-page {
  border: 0.6rem #cbeaed solid;
  position: relative;
  margin-bottom: 3rem;
  margin-top: 0;
}
.node__title + .on-this-page, .node__subtitle + .on-this-page {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .on-this-page {
    margin-bottom: 4rem;
  }
}
.on-this-page > .block-title {
  background-color: #ffffff;
  display: inline-block;
  font-size: 1.8rem;
  font-style: italic;
  color: #526773;
  padding: 0 1rem;
  line-height: 1;
  margin: 0;
  transform: translateY(-1.8rem) translateX(1.6rem);
}
@media (min-width: 768px) {
  .on-this-page > .block-title {
    transform: translateY(-1.8rem) translateX(3rem);
  }
}
.no-js .on-this-page {
  display: none;
}

.on-this-page__list {
  padding: 0 2rem 2rem 3rem;
  font-style: italic;
}
@media (min-width: 768px) {
  .on-this-page__list {
    padding: 0 2rem 3rem 4.4rem;
  }
}

.on-this-page__item {
  line-height: 1;
  margin-bottom: 2rem;
  font-size: 18px;
}
.on-this-page__item:last-child {
  margin-bottom: 0;
}
.on-this-page__item:before {
  content: '';
  background: url('../images/li.svg?1498701118') no-repeat center;
  background-size: .8rem 1.6rem;
  vertical-align: middle;
  width: .8rem;
  height: 1.6rem;
  display: inline-block;
  margin-right: 1rem;
  margin-top: -.5rem;
}
.on-this-page__item > a {
  color: #1f2c33;
}

.pagination {
  font-size: 1.6rem;
  font-weight: bold;
}
.pagination .pager-first,
.pagination .pager-last {
  display: none;
}
.pagination > li {
  display: inline-block;
  margin: 0 .7rem;
}
.pagination > li.first {
  margin-left: 0;
}
.pagination > li.last {
  margin-right: 0;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
  padding: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #0033a0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  text-decoration: underline;
}
.pagination > li.active > a, .pagination > li.active > span {
  background-color: transparent;
  color: #1f2c33;
  text-decoration: underline;
  cursor: default;
}
.pagination > li.active > a:hover, .pagination > li.active > a:focus, .pagination > li.active > span:hover, .pagination > li.active > span:focus {
  background-color: transparent;
  color: #1f2c33;
}
.pagination > li.active > span {
  color: #1f2c33;
  text-decoration: underline;
}
.pagination > li.active > span:hover, .pagination > li.active > span:focus {
  color: #1f2c33;
  text-decoration: underline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
.pagination > li.prev, .pagination > li.next {
  text-transform: uppercase;
}
.view .pagination a.progress-disabled {
  float: left;
}

/*
 * Promotion
 *
 * BEM component for promoted content.
 *
 */
.promotion--billboard .promotion__body {
  padding: 1.5em 0;
}
.promotion--billboard .promotion__body > h1 {
  color: #ffffff;
  font-style: italic;
}
@media (max-width: 1199px) {
  .promotion--billboard .promotion__body > h1 {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .promotion--billboard .promotion__body > h1 {
    font-size: 36px;
  }
}
@media (min-width: 1420px) {
  .promotion--billboard .promotion__body > h1 {
    font-size: 49px;
  }
}
.promotion--billboard .promotion__body > p {
  font-size: 20px;
  color: #91a7aa;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .promotion--billboard .promotion__body > p {
    font-size: 26px;
  }
}
.promotion--billboard .sticker {
  display: none;
  position: absolute;
  right: 0;
  z-index: 499;
}
@media (min-width: 992px) {
  .promotion--billboard .sticker {
    top: inherit;
    bottom: -75%;
    display: block;
  }
  .promotion--billboard .sticker svg {
    width: 224px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .promotion--billboard .sticker {
    bottom: -58%;
  }
}
@media (min-width: 1420px) {
  .promotion--billboard .sticker {
    bottom: -56px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .promotion--billboard .promotion__media {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 992px) {
  .promotion--billboard .promotion__media {
    position: relative;
    margin-right: -140px;
  }
  .promotion--billboard .promotion__media:before, .promotion--billboard .promotion__media:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
  }
  .promotion--billboard .promotion__media:before {
    top: 0;
    border-left: 50px solid #1f2c33;
    border-bottom: 300px solid transparent;
  }
  .promotion--billboard .promotion__media:after {
    bottom: 0;
    border-left: 50px solid #1f2c33;
    border-top: 160px solid transparent;
  }
}

.promotion--copyright {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.125em;
  padding-bottom: 1.125em;
}
@media (min-width: 768px) {
  .promotion--copyright {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .promotion--copyright {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 480px) {
  .promotion--copyright {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}

.promotion--brand {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .promotion--brand {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .promotion--brand {
    float: left;
    width: 25%;
  }
}

.promotion--associated-organisation {
  float: left;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 992px) {
  .promotion--associated-organisation {
    float: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}

.promotion--social-share {
  position: fixed;
  top: 50%;
  left: 3px;
  line-height: 0;
  transform: translateY(-50%);
}

.promotion--in-this-section {
  border-top: 1px solid #dddfe0;
}
.promotion--in-this-section > .block-title {
  font-size: 23px;
}

.promotion--quitting-smoking.wide .promotion__sub-title > a {
  color: #1f2c33;
  text-decoration: underline;
}
.promotion--quitting-smoking.wide .promotion__sub-title > a.tel {
  text-decoration: none;
}
.promotion--quitting-smoking.wide .promotion__container {
  float: left;
  clear: both;
  margin: 0.375em 0 0 0;
  width: 100%;
}
@media (min-width: 992px) {
  .promotion--quitting-smoking.wide .promotion__container {
    width: inherit;
    margin: 0.75em 0 0 0;
  }
}
@media (min-width: 1420px) {
  .promotion--quitting-smoking.wide .promotion__container {
    margin: 0 0 0 30px;
    clear: none;
  }
}
.promotion--quitting-smoking.wide .promotion__container.first {
  margin: 0;
}
.promotion--quitting-smoking.wide .btn, .promotion--quitting-smoking.wide .view .pager-load-more > li > a, .view .promotion--quitting-smoking.wide .pager-load-more > li > a {
  display: block;
  background-color: #cbeaed;
}
@media (min-width: 768px) {
  .promotion--quitting-smoking.wide .btn, .promotion--quitting-smoking.wide .view .pager-load-more > li > a, .view .promotion--quitting-smoking.wide .pager-load-more > li > a {
    display: inline-block;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .promotion--quitting-smoking.wide .btn:first-child, .promotion--quitting-smoking.wide .view .pager-load-more > li > a:first-child, .view .promotion--quitting-smoking.wide .pager-load-more > li > a:first-child {
    margin-left: 0;
  }
}
.promotion--quitting-smoking.wide .btn.outline:hover, .promotion--quitting-smoking.wide .view .pager-load-more > li > a.outline:hover, .view .promotion--quitting-smoking.wide .pager-load-more > li > a.outline:hover, .promotion--quitting-smoking.wide .btn.outline:focus, .promotion--quitting-smoking.wide .view .pager-load-more > li > a.outline:focus, .view .promotion--quitting-smoking.wide .pager-load-more > li > a.outline:focus, .promotion--quitting-smoking.wide .btn.outline:active, .promotion--quitting-smoking.wide .view .pager-load-more > li > a.outline:active, .view .promotion--quitting-smoking.wide .pager-load-more > li > a.outline:active, .promotion--quitting-smoking.wide .btn.outline.active, .promotion--quitting-smoking.wide .view .pager-load-more > li > a.outline.active, .view .promotion--quitting-smoking.wide .pager-load-more > li > a.outline.active {
  background: #bad7db;
}
.promotion--quitting-smoking.wide .btn + .btn, .promotion--quitting-smoking.wide .view .pager-load-more > li > a + .btn, .view .promotion--quitting-smoking.wide .pager-load-more > li > a + .btn, .promotion--quitting-smoking.wide .view .pager-load-more > li > .btn + a, .view .promotion--quitting-smoking.wide .pager-load-more > li > .btn + a, .promotion--quitting-smoking.wide .view .pager-load-more > li > a + a, .view .promotion--quitting-smoking.wide .pager-load-more > li > a + a {
  margin-top: 0.75em;
}
@media (min-width: 768px) {
  .promotion--quitting-smoking.wide .btn + .btn, .promotion--quitting-smoking.wide .view .pager-load-more > li > a + .btn, .view .promotion--quitting-smoking.wide .pager-load-more > li > a + .btn, .promotion--quitting-smoking.wide .view .pager-load-more > li > .btn + a, .view .promotion--quitting-smoking.wide .pager-load-more > li > .btn + a, .promotion--quitting-smoking.wide .view .pager-load-more > li > a + a, .view .promotion--quitting-smoking.wide .pager-load-more > li > a + a {
    margin-top: 0;
  }
}
.promotion--quitting-smoking.wide .promotion__title,
.promotion--quitting-smoking.wide .promotion__sub-title {
  font-style: italic;
}
@media (min-width: 992px) {
  .promotion--quitting-smoking.wide .promotion__title,
  .promotion--quitting-smoking.wide .promotion__sub-title {
    margin-bottom: 0;
  }
}
.promotion--quitting-smoking.wide .promotion__title {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion--quitting-smoking.wide .promotion__title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .promotion--quitting-smoking.wide .promotion__title {
    margin-bottom: inherit;
  }
}
.promotion--quitting-smoking.wide .promotion__sub-title {
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
}
@media (min-width: 768px) {
  .promotion--quitting-smoking.wide .promotion__sub-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .promotion--quitting-smoking.wide .promotion__sub-title {
    margin-top: 11px;
    margin-bottom: inherit;
  }
}
.promotion--quitting-smoking.compact {
  padding: 2.5rem 2.5rem 5.5rem 2.5rem;
  background: #cbeaed url('../images/pattern-motif.svg?1498701118') no-repeat center bottom;
  background-size: 140% auto;
  position: relative;
}
.promotion--quitting-smoking.compact:after {
  content: none;
  width: 0;
  height: 0;
  position: absolute;
  visibility: visible;
  left: 0;
  bottom: 0;
  border: 1.0px solid transparent;
  /* arrow size */
  border-left: 340px solid transparent;
  /* left arrow slant */
  border-right: 0 solid transparent;
  /* right arrow slant */
  border-bottom: 30px solid #ffffff;
  /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
}
.promotion--quitting-smoking.compact .promotion__title,
.promotion--quitting-smoking.compact .promotion__sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
}
.promotion--quitting-smoking.compact .promotion__title {
  margin: 0 0 1.5rem 0;
}
.promotion--quitting-smoking.compact .promotion__sub-title {
  margin: 2.5rem 0 0 0;
  color: #1f2c33;
}
.promotion--quitting-smoking.compact .promotion__sub-title > a {
  color: #1f2c33;
  text-decoration: underline;
}
.promotion--quitting-smoking.compact .promotion__sub-title > a.tel {
  text-decoration: none;
}
.promotion--quitting-smoking.compact .btn, .promotion--quitting-smoking.compact .view .pager-load-more > li > a, .view .promotion--quitting-smoking.compact .pager-load-more > li > a {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.promotion--quitting-smoking.compact .btn + .btn, .promotion--quitting-smoking.compact .view .pager-load-more > li > a + .btn, .view .promotion--quitting-smoking.compact .pager-load-more > li > a + .btn, .promotion--quitting-smoking.compact .view .pager-load-more > li > .btn + a, .view .promotion--quitting-smoking.compact .pager-load-more > li > .btn + a, .promotion--quitting-smoking.compact .view .pager-load-more > li > a + a, .view .promotion--quitting-smoking.compact .pager-load-more > li > a + a {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .promotion--quitting-smoking.compact:after {
    content: '';
  }
  .promotion--quitting-smoking.compact .promotion__sub-title {
    margin: 3.5rem 0 2rem 0;
  }
}
.site__sidebar .promotion--quitting-smoking {
  margin-bottom: 3em;
}

.promotion--tool {
  background-color: #e4eaed;
  padding: 20px;
  font-style: italic;
  font-weight: bold;
  font-size: 28px;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.1;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.field-name-body .promotion--tool {
  text-decoration: none;
}
@media (min-width: 992px) {
  .promotion--tool {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
    max-width: 54%;
    padding: 30px 30px 50px 30px;
    text-align: left;
  }
  .view-mode-full .field-name-body .promotion--tool:after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 100%;
    margin: 0;
    background: none;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 372px solid transparent;
    border-right: 300px solid transparent;
    border-bottom: 30px solid #ffffff;
    font-size: 0;
    line-height: 0;
  }
}
@media (min-width: 1200px) {
  .promotion--tool {
    max-width: 44%;
  }
}
@media (min-width: 1420px) {
  .view-mode-full .field-name-body .promotion--tool:after {
    border-left: 472px solid transparent;
    border-right: 400px solid transparent;
  }
}
.promotion--tool:before {
  content: '';
  display: block;
  width: 100%;
  min-height: 120px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-bottom: 15px;
}
.promotion--tool > svg {
  display: inline-block;
  top: 3px;
  position: relative;
}
.promotion--tool polyline {
  stroke: #0033a0;
}
.promotion--tool path {
  fill: #0033a0;
}
.promotion--tool > small {
  font-size: 15px;
  color: #526773;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 1rem;
}
.promotion--tool:hover, .promotion--tool:focus {
  background-color: #526773;
  color: #ffffff;
}
.promotion--tool:hover polyline, .promotion--tool:focus polyline {
  stroke: #001b53;
}
.promotion--tool:hover path, .promotion--tool:focus path {
  fill: #001b53;
}
.promotion--tool:hover > small, .promotion--tool:focus > small {
  color: #ffffff;
}
.promotion--tool.promotion--tool-cost:before {
  background-image: url('../images/tool-teaser--calculator-alt.svg?1498701118');
}
.promotion--tool.promotion--tool-additives:before {
  background-image: url('../images/tool-teaser--cigarette.svg?1498701118');
  background-size: 80% auto;
}
.promotion--tool.promotion--tool-body:before {
  background-image: url('../images/tool-teaser--bodyeffects.svg?1498701118');
}
.promotion--tool.promotion--tool-history:before {
  background-image: url('../images/tool-teaser--history.svg?1498701118');
}

.promotion--standout {
  background-color: rgba(228, 234, 237, 0.5);
  padding: 30px;
  font-size: 1.35em;
  margin: 25px 0;
}
.promotion--standout:before, .promotion--standout:after {
  content: " ";
  display: table;
}
.promotion--standout:after {
  clear: both;
}
@media (min-width: 768px) {
  .promotion--standout {
    padding: 45px 30px;
  }
}
.promotion--standout > img {
  display: block;
  height: auto;
}
@media (min-width: 768px) {
  .promotion--standout > img {
    max-width: 200px;
    float: left;
    margin-right: 25px;
  }
}

.prompt {
  text-align: center;
  margin-top: 0.75em;
}
@media (min-width: 992px) {
  .prompt {
    margin-top: 3em;
  }
}
.prompt > h2 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #86949d;
  border-left: 1px solid #86949d;
  transition: opacity 0.2s ease;
}
.prompt.js-hide h2 {
  opacity: 0;
}

.prompt--give-it-a-try {
  border-top: 1px solid #86949d;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .prompt--give-it-a-try {
    margin-bottom: 3em;
  }
}
.prompt--give-it-a-try > h2 {
  border-top: 3px solid #ffffff;
  border-bottom: 1px solid #86949d;
  margin: -2px 0 0 0;
  padding: 8px 25px 12px 25px;
}

.prompt--reversed {
  border-bottom: 1px solid #86949d;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .prompt--reversed {
    margin-bottom: 50px;
  }
}
.prompt--reversed > h2 {
  border-top: 1px solid #86949d;
  border-bottom: 1px solid #ffffff;
  padding: 15px 25px 6px 25px;
  margin: 0 0 -1px 0;
}

/*
 * Prose
 *
 * Optimized typographic spacing in roughly 700px wide setting
 * (Classic node body area - Add .prose via display suite as required)
 * http://www.pearsonified.com/typography/
 *
 */
.prose > h2:first-child,
.prose > h3:first-child {
  margin-top: 0;
}
@media (min-width: 480px) {
  .prose {
    line-height: 1.7;
  }
  .prose ul,
  .prose ol,
  .prose dt,
  .prose dd {
    line-height: 1.7;
  }
  .prose ul,
  .prose ol {
    overflow: hidden;
    margin-bottom: 15px;
  }
  .prose ul ul,
  .prose ul ol,
  .prose ol ul,
  .prose ol ol {
    margin-bottom: 0;
  }
  .prose dl {
    margin-bottom: 30px;
  }
  .prose blockquote {
    padding: 15px 30px;
    margin: 0 0 30px;
  }
  .prose address {
    margin-bottom: 30px;
  }
  .prose h1, .prose .h1,
  .prose h2, .prose .h2,
  .prose h3, .prose .h3 {
    margin-top: 45px;
    margin-bottom: 20px;
  }
  .prose h4, .prose .h4,
  .prose h5, .prose .h5,
  .prose h6, .prose .h6 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .prose p {
    margin: 0 0 15px;
  }
}
.prose .lead {
  margin-bottom: 30px;
  font-size: 20px;
}
@media (min-width: 480px) {
  .prose .lead {
    font-size: 27px;
  }
}
.prose .embed-responsive + .embed-responsive {
  margin-top: 2rem;
}
.prose .center {
  text-align: center;
}

.related {
  margin: 0.75em 0 0 0;
  border-top: 1px solid #dddfe0;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .related {
    float: left;
    width: 100%;
  }
}
.related .field-label {
  margin: 0.75em 0 0 0;
}
.related .field-items {
  margin: 0.375em 0 0 0;
}

/*
 * Responsive layout
 *
 * responsive-layout is the site BEM component for gallery style lists.
 *
 * 1. Naming convention for modifiers. For example:
 *    .responsive-layout--t2-d3 translates to layout of 2 columns for
 *    tablet breakpoint ('t' for tablet) and 3 columns for desktop and up
 *    ('d' for desktop).
 *
 * 2. We add and additional class (responsive-layout--item) because
 *    views converts the correct class (responsive-layout__slat).
 *    See https://www.drupal.org/node/1371118
 */
/* t2-d3 */
.responsive-layout--t2-d3 {
  /* [1] */
  box-sizing: content-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.responsive-layout--t2-d3:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 481px) and (max-width: 991px) {
  .responsive-layout--t2-d3 .responsive-layout--item:nth-child(odd),
  .responsive-layout--t2-d3 .responsive-layout__item:nth-child(odd) {
    width: 47.61905%;
    float: left;
    margin-left: 0;
    clear: both;
  }
  .responsive-layout--t2-d3 .responsive-layout--item:nth-child(even),
  .responsive-layout--t2-d3 .responsive-layout__item:nth-child(even) {
    width: 47.61905%;
    float: right;
    margin-left: 4.7619%;
  }
}
@media (min-width: 992px) {
  .responsive-layout--t2-d3 .responsive-layout--item,
  .responsive-layout--t2-d3 .responsive-layout__item {
    width: 31.78295%;
    float: left;
    margin-left: 2.32558%;
  }
  .responsive-layout--t2-d3 .responsive-layout--item:nth-child(3n+1),
  .responsive-layout--t2-d3 .responsive-layout__item:nth-child(3n+1) {
    width: 31.78295%;
    float: left;
    margin-left: 0;
    clear: both;
  }
  .responsive-layout--t2-d3 .responsive-layout--item:nth-child(3n+3),
  .responsive-layout--t2-d3 .responsive-layout__item:nth-child(3n+3) {
    width: 31.78295%;
    float: right;
    margin-left: 2.32558%;
  }
}

/* d2 */
@media (min-width: 768px) {
  .responsive-layout--d2 .responsive-layout--item:nth-child(odd),
  .responsive-layout--d2 .responsive-layout__item:nth-child(odd) {
    width: 47.61905%;
    float: left;
    margin-left: 0;
    clear: both;
  }
  .responsive-layout--d2 .responsive-layout--item:nth-child(even),
  .responsive-layout--d2 .responsive-layout__item:nth-child(even) {
    width: 47.61905%;
    float: right;
    margin-left: 4.7619%;
  }
}

/**
 * Responsive media (images, videos)
 *
 * 1. Give the block an initial ratio of 3/2 to prevent reflow:
 * http://andmag.se/2012/10/responsive-images-how-to-prevent-reflow/
 * 2. Stretch the contained media to the dimensions of its container
 */
.responsive-ratio {
  width: 100%;
  padding-bottom: 66.66667%;
  position: relative;
  overflow: hidden;
  /* [1] */
  /* [2] */
}
.responsive-ratio img,
.responsive-ratio object,
.responsive-ratio embed,
.responsive-ratio iframe,
.responsive-ratio video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.responsive-ratio--2-1 {
  padding-bottom: 50%;
}

.responsive-ratio--1-2 {
  padding-bottom: 200%;
}

.responsive-ratio--2-3 {
  padding-bottom: 150%;
}

.responsive-ratio--3-2 {
  padding-bottom: 66.66667%;
}

.responsive-ratio--4-3 {
  padding-bottom: 75%;
}

.responsive-ratio--3-4 {
  padding-bottom: 133.33333%;
}

.responsive-ratio--5-3 {
  padding-bottom: 60%;
}

.responsive-ratio--16-6 {
  padding-bottom: 37.5%;
}

.responsive-ratio--16-9 {
  padding-bottom: 56.25%;
}

/*
 * Search
 *
 */
.search-form .form-text {
  height: 56px;
  background-color: #e4eaed;
}
.search-form .btn, .search-form .view .pager-load-more > li > a, .view .search-form .pager-load-more > li > a {
  border: none;
  border-radius: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.search-form .btn:before, .search-form .view .pager-load-more > li > a:before, .view .search-form .pager-load-more > li > a:before {
  font-size: 20px;
  color: #333333;
}
.search-form .btn:hover, .search-form .view .pager-load-more > li > a:hover, .view .search-form .pager-load-more > li > a:hover, .search-form .btn:focus, .search-form .view .pager-load-more > li > a:focus, .view .search-form .pager-load-more > li > a:focus {
  background-color: transparent;
}
.search-form .input-group-btn {
  position: absolute;
  top: 2px;
  right: 45px;
  z-index: 2;
}
.search-form .input-group {
  width: 100%;
}

.search--small {
  display: none;
  position: absolute;
  top: -10px;
  right: 30px;
  width: 82.5%;
  background-color: #ffffff;
  z-index: 200;
}
.search--small.search-is-active {
  display: block;
}
@media (min-width: 480px) {
  .search--small {
    width: 72.5%;
  }
}
@media (min-width: 992px) {
  .search--small {
    width: 80%;
    background-color: #ffffff;
    padding: 28px 0;
    padding-bottom: 11px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .search--small {
    padding: 34px 0px;
    padding-bottom: 18px;
  }
}
.search--small .btn, .search--small .view .pager-load-more > li > a, .view .search--small .pager-load-more > li > a {
  border: none;
  border-radius: 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.search--small .btn:before, .search--small .view .pager-load-more > li > a:before, .view .search--small .pager-load-more > li > a:before {
  font-size: 20px;
  color: #333333;
}
.search--small .btn:hover, .search--small .view .pager-load-more > li > a:hover, .view .search--small .pager-load-more > li > a:hover, .search--small .btn:focus, .search--small .view .pager-load-more > li > a:focus, .view .search--small .pager-load-more > li > a:focus {
  background-color: transparent;
}
.search--small .form-text {
  height: 56px;
  background-color: #e4eaed;
}
.search--small .input-group {
  width: 100%;
}
.search--small .input-group-btn {
  position: absolute;
  top: 2px;
  right: 45px;
  z-index: 2;
}

.search-results {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-result {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px dotted #e4eaed;
}
.search-result:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.search-result .title {
  margin: 0 0 1rem 0;
  font-size: 2.6rem;
}
.search-result .search-snippet {
  margin: 0;
}
.search-result .search-info {
  display: none;
}

.skip-link {
  text-align: center;
}
.skip-link > a {
  display: inline-block;
  outline-offset: 0;
  padding: 0.375em;
}

/*
 * Slat
 *
 * A slat is kind of like a Drupal teaser (view mode) but the ambiguous name
 * means it is more versatile and can be used outside of the view mode context.
 *
 * The 'slat' idea was derived from http://pea.rs/content/slats-html5
 *
 * Here we establish some base level BEM-style slat behaviour
 * Use these classes to theme slat like elements like teasers eg: via Display Suite.
 * or apply to Drupal views.
 *
 */
.slat__media > a {
  display: block;
}

.slat__title a {
  color: #1f2c33;
}
.slat__title a:hover, .slat__title a:focus {
  color: #1f2c33;
  text-decoration: underline;
  transition: all 0.05s ease-in;
}
.slat__title a:visited {
  color: #3c56b4;
}
@media (max-width: 480px) {
  .slat__title {
    font-size: 23px;
  }
}
.site__sidebar .slat__title {
  font-size: 23px;
}

.slat__read-more {
  margin-top: 0.375em;
  font-weight: bold;
  font-style: italic;
}
.slat__read-more > a {
  color: #0033a0;
}
.slat__read-more > a:after {
  content: '\bb';
  margin-left: .4rem;
}
.slat__read-more > a:hover, .slat__read-more > a:focus {
  text-decoration: none;
  color: #4e9d2d;
}

.slat__term {
  font-size: 0.7em;
}
.slat__term > a:focus {
  outline-offset: 0;
}

.slat__link {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.slat__link .slat__title {
  color: #1f2c33;
  transition: none 1s;
}
.slat__link .slat__body {
  color: #1f2c33;
}
.slat__link .slat__date {
  color: #919191;
}
.slat__link:hover, .slat__link:focus {
  text-decoration: none;
}
.slat__link:hover .slat__title, .slat__link:focus .slat__title {
  color: #1f2c33;
  text-decoration: underline;
  transition: all 0.05s ease-in;
}
.slat__link:hover .slat__body, .slat__link:focus .slat__body {
  color: #1f2c33;
}
.slat__link:hover .slat__date, .slat__link:focus .slat__date {
  color: #919191;
}
.slat__link:focus {
  background-color: transparent;
}
.slat__link:visited .slat__title {
  color: #3c56b4;
}

.slat--has-top-margin {
  margin-top: 1.5em;
}

.slat--has-top-padding {
  padding-top: 1.5em;
}

.slat--has-background-colour {
  background-color: #eeeeee;
}
.slat--has-background-colour .slat__content {
  padding: 0 1.5em 1.5em;
}

.slat--sometimes-has-left-aligned-media .slat__media,
.slat--sometimes-has-right-aligned-media .slat__media {
  margin-bottom: 1.5em;
}
.slat--sometimes-has-left-aligned-media .slat__content,
.slat--sometimes-has-right-aligned-media .slat__content {
  padding: 0 0 0.75em 0;
}
.slat--sometimes-has-left-aligned-media.slat--has-background-colour .slat__content,
.slat--sometimes-has-right-aligned-media.slat--has-background-colour .slat__content {
  padding: 0 0.75em 0.75em;
}
@media (min-width: 480px) {
  .slat--sometimes-has-left-aligned-media.slat--has-background-colour .slat__content,
  .slat--sometimes-has-right-aligned-media.slat--has-background-colour .slat__content {
    padding: 0 1.125em 0.75em 0;
  }
}

@media (min-width: 480px) {
  .slat--sometimes-has-left-aligned-media .slat__media {
    width: 30.15873%;
    float: left;
    margin-left: 0;
    margin-right: 1.5em;
  }
}
@media (min-width: 992px) {
  .slat--sometimes-has-left-aligned-media .slat__media {
    width: 31.78295%;
    float: left;
    margin-left: 0;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .slat--sometimes-has-right-aligned-media .slat__media {
    width: 47.61905%;
    float: left;
    margin-left: 0;
    margin-left: 2.25em;
  }
}
@media (min-width: 992px) {
  .slat--sometimes-has-right-aligned-media .slat__media {
    width: 40.31008%;
    float: left;
    margin-left: 0;
    margin-left: 2.25em;
  }
}

.slat--always-has-left-aligned-media.slat--has-background-colour:before, .slat--always-has-left-aligned-media.slat--has-background-colour:after,
.slat--always-has-right-aligned-media.slat--has-background-colour:before,
.slat--always-has-right-aligned-media.slat--has-background-colour:after {
  content: " ";
  display: table;
}
.slat--always-has-left-aligned-media.slat--has-background-colour:after,
.slat--always-has-right-aligned-media.slat--has-background-colour:after {
  clear: both;
}
.slat--always-has-left-aligned-media.slat--has-background-colour .slat__content,
.slat--always-has-right-aligned-media.slat--has-background-colour .slat__content {
  padding: 0 0.75em 0.75em;
}
@media (min-width: 480px) {
  .slat--always-has-left-aligned-media.slat--has-background-colour .slat__content,
  .slat--always-has-right-aligned-media.slat--has-background-colour .slat__content {
    padding: 0 1.125em 0.75em 0;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .slat--always-has-left-aligned-media .slat__media {
    width: 47.61905%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .slat--always-has-left-aligned-media .slat__media {
    width: 40.31008%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .slat--always-has-left-aligned-media .slat__content {
    width: 47.61905%;
    float: right;
    margin-left: 4.7619%;
  }
}
@media (min-width: 992px) {
  .slat--always-has-left-aligned-media .slat__content {
    width: 57.36434%;
    float: right;
    margin-left: 2.32558%;
  }
}

@media (min-width: 481px) and (max-width: 991px) {
  .slat--always-has-right-aligned-media .slat__media {
    width: 47.61905%;
    float: right;
    margin-left: 4.7619%;
  }
}
@media (min-width: 992px) {
  .slat--always-has-right-aligned-media .slat__media {
    width: 40.31008%;
    float: right;
    margin-left: 2.32558%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .slat--always-has-right-aligned-media .slat__content {
    width: 47.61905%;
    float: left;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .slat--always-has-right-aligned-media .slat__content {
    width: 57.36434%;
    float: left;
    margin-left: 0;
  }
}
.slat--always-has-right-aligned-media.slat--has-background-colour .slat__content {
  padding: 0 0 0.75em 1.5em;
}

.slat--jaunty {
  position: relative;
  overflow: hidden;
}
.slat--jaunty .slat__link {
  display: block;
  height: 100%;
}
.slat--jaunty .slat__link .slat__title {
  color: #ffffff;
}
@media (min-width: 992px) {
  .slat--jaunty .slat__link .slat__title {
    padding-top: 0;
    padding-bottom: 0;
    display: table-cell;
  }
}
.slat--jaunty .slat__link:hover .slat__title-wrapper, .slat--jaunty .slat__link:focus .slat__title-wrapper {
  background-color: #0c1113;
}
.slat--jaunty .slat__link:hover .slat__title, .slat--jaunty .slat__link:focus .slat__title {
  text-decoration: none;
}
.slat--jaunty .slat__link:hover .slat__content, .slat--jaunty .slat__link:focus .slat__content {
  /* [2] */
  opacity: 1;
  filter: alpha(opacity=100);
}
.slat--jaunty .slat__title-wrapper {
  position: relative;
  z-index: 1;
  background-color: #1f2c33;
  transition: all, 0.4s, ease-in-out;
}
.slat--jaunty .slat__title-wrapper:before {
  transition: all, 0.4s, ease-in-out;
}
@media (min-width: 992px) {
  .slat--jaunty .slat__title-wrapper {
    position: absolute;
  }
}
.slat--jaunty .slat__title {
  font-style: italic;
  text-align: center;
  margin: 0;
}
.slat--jaunty .slat__content {
  text-align: center;
  height: 100%;
}
.slat--jaunty .slat__content p {
  color: #ffffff;
  font-size: 24px;
  font-style: italic;
}
.slat--jaunty .slat__content .btn, .slat--jaunty .slat__content .view .pager-load-more > li > a, .view .slat--jaunty .slat__content .pager-load-more > li > a {
  border-color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}
@media (min-width: 992px) {
  .slat--jaunty .slat__content {
    /* [2] */
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity, 0.4s, ease-in-out;
  }
}

.teaser .slat__title--has-angle {
  background-color: #1f2c33;
}
.teaser .slat__title--has-angle:before {
  content: none;
  position: absolute;
  top: -14px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 430px solid transparent;
  border-bottom: 15px solid #1f2c33;
}
@media (min-width: 1200px) {
  .teaser .slat__title--has-angle {
    background-color: #1f2c33;
  }
  .teaser .slat__title--has-angle:before {
    content: '';
  }
}

.social-share > div > a {
  display: block;
  float: left;
  clear: both;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  background-color: #0033a0;
  position: relative;
  color: #ffffff;
  padding: 5px;
  margin: 0 0 0 1px;
}
.social-share > div > a ~ a {
  margin-top: 4px;
}
.social-share > div > a:before {
  top: 0;
  left: 6px;
  font-size: 20px;
  line-height: 32px;
}
.social-share > div > a:hover, .social-share > div > a:focus {
  background-color: #1f2c33;
  text-decoration: none;
}

.sticky {
  background-color: #1f2c33;
  color: #ffffff;
  padding: 3rem;
  position: relative;
}

@media (min-width: 480px) {
  .sticky.teaser .group-left {
    margin-top: 3.5rem;
  }
  .sticky.teaser .group-left:empty {
    margin-top: 0;
  }
  .sticky.teaser .group-left:empty + .group-right {
    margin-top: 3.5rem;
  }
}
.sticky.teaser .field-name-title > * > a,
.sticky.teaser .field-name-title > * > a:hover,
.sticky.teaser .field-name-title > * > a:focus {
  color: #ffffff;
}
.sticky.teaser .field-name-body > * {
  color: #cbeaed;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sticky.teaser .field-name-node-link > a {
  position: absolute;
  display: inline-block;
  bottom: -2px;
  right: 0;
  background: url('../images/angle.svg?1498701118') no-repeat 0 0;
  color: #1f2c33;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 9px 22px 8px;
  line-height: 1.1;
}

.sticky__indicator {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  background-color: #0033a0;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 1.8rem 1.8rem .8rem 1.8rem;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sticky__indicator:after, .sticky__indicator:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
}
.sticky__indicator:after {
  bottom: -8px;
  left: 0;
  border-right: 143px solid transparent;
  border-top: 8px solid #0033a0;
}
.sticky__indicator:before {
  right: -9px;
  top: 0;
  border-left: 10px solid #0033a0;
  border-bottom: 48px solid transparent;
}

.story {
  padding: 3rem 1rem;
  position: relative;
  display: none;
}
.story:before {
  content: '';
  background: url('../images/story.svg?1498701118') no-repeat top center;
  background-size: cover;
  width: 32rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 30.5rem;
  left: -2.7rem;
}
@media (min-width: 992px) {
  .story {
    padding: 4rem 1.7rem;
    display: block;
  }
  .story:before {
    width: 35rem;
    height: 33.5rem;
    left: -2.7rem;
  }
}
@media (min-width: 1200px) {
  .story {
    padding: 3rem 1rem;
  }
  .story:before {
    width: 32rem;
    height: 30.5rem;
  }
}
@media (min-width: 1420px) {
  .story {
    padding: 5rem 2rem;
  }
  .story:before {
    width: 38rem;
    height: 36.5rem;
    left: -3.1rem;
  }
}

.story__content {
  position: relative;
  z-index: 499;
}
.story__content > h2 {
  margin: 0 11rem 1.8rem 0;
  padding-bottom: 1.8rem;
  font-size: 1.8rem;
  position: relative;
}
.story__content > h2:after {
  content: '';
  height: 3px;
  background-color: #1f2c33;
  width: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.story__content > h2 b {
  font-size: 3rem;
}
.story__content > blockquote {
  border: none;
  padding: 0;
  font-style: italic;
  font-size: 2.4rem;
  color: #1f2c33;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.story__content > blockquote:before {
  content: '\201c';
  display: inline-block;
  margin-left: -1rem;
  margin-right: .3rem;
}
.story__content > blockquote:after {
  content: '\201d';
  display: inline-block;
  margin-left: .3rem;
}
.story__content > a {
  display: block;
  color: #0033a0;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-top: .6rem;
}
.story__content > a:hover, .story__content > a:focus {
  color: #1f2c33;
}

.tag {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  /* [3] */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: .3rem .8rem;
  background-color: #e4eaed;
  line-height: 1.4;
  vertical-align: top;
  color: #1f2c33;
}
.tag.vocabulary-regions {
  background-color: #cbeaed;
}
.sticky .tag.vocabulary-regions {
  background-color: #519493;
}
.teaser .tag {
  margin-bottom: .4rem;
}
.teaser .tag + .field-name-body {
  margin-top: .6rem;
}
.sticky .tag {
  background-color: #4C565C;
  color: #ffffff;
}

.teaser:before, .teaser:after {
  content: " ";
  display: table;
}
.teaser:after {
  clear: both;
}
.teaser .group-link {
  color: #ffffff;
  transition: all 0.3s ease;
}
.teaser .slat__title {
  background-color: #1f2c33;
  font-style: italic;
  margin: 0;
  padding: 2rem;
  position: relative;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .teaser .slat__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 480px) {
  .teaser .group-left,
  .teaser .group-right {
    display: inline-block;
    vertical-align: top;
  }
  .teaser .group-left:empty,
  .teaser .group-right:empty {
    display: none;
  }
  .teaser .group-left {
    width: 30%;
    margin-right: 3%;
  }
  .teaser .group-left + .group-right {
    width: 66%;
  }
  .teaser .group-left:empty + .group-right {
    width: 100%;
  }
  .teaser .field-name-field-teaser-image img {
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  .teaser.teaser--col-sm-2 .field-name-field-teaser-image img {
    margin-bottom: 6.2rem;
  }
  .teaser.teaser--col-sm-2 .has-no-margin-bottom img {
    margin-bottom: 0;
  }
}
.teaser .field-name-title > * {
  margin: 0 0 .8rem 0;
  font-size: 3.2rem;
  font-style: italic;
}
.teaser .field-name-title > * > a {
  color: #0033a0;
}
.teaser .field-name-title > * > a:hover, .teaser .field-name-title > * > a:focus {
  color: #4e9d2d;
}
.teaser .field-name-body {
  margin: 0;
}

.teaser--col-sm-2 {
  margin-bottom: 3rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 480px) {
  .teaser--col-sm-2 {
    margin-bottom: 4rem;
    width: 47.61905%;
    float: left;
    margin-left: 0;
  }
  .views-row:nth-child(2n) .teaser--col-sm-2 {
    width: 47.61905%;
    float: right;
    margin-left: 4.7619%;
  }
  .views-row:nth-child(2n+1) .teaser--col-sm-2 {
    clear: left;
  }
}

.teaser__reveal {
  width: 100%;
  transition: all 0.2s ease;
}
.field + .teaser__reveal {
  position: absolute;
  bottom: 0;
}
.group-link:hover .teaser__reveal {
  bottom: 0 !important;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .group-link:hover .teaser__reveal .slat__title {
    padding-bottom: .7rem;
  }
}
.group-link:hover .teaser__reveal .field-name-body {
  position: relative;
}
.teaser__reveal .field-name-body {
  background-color: rgba(31, 44, 51, 0.8);
  padding: 0 2rem 4rem 2rem;
  display: none;
}
.teaser__reveal .field-name-body > * {
  color: #91a7aa;
  font-size: 1.5rem;
  margin: 0;
}
.teaser__reveal .read-more--unlinked {
  position: absolute;
  bottom: -2px;
  right: 0;
  font-size: 1.4rem;
  background: url('../images/angle.svg?1498701118') no-repeat 0 0;
  color: #1f2c33;
  padding: 9px 22px 8px;
  line-height: 1.1;
  font-weight: bold;
  display: none;
}
@media (max-width: 1199px) {
  .teaser__reveal {
    bottom: 0 !important;
  }
}
@media (min-width: 1200px) {
  .teaser__reveal {
    transform: translateY(100%);
  }
  .teaser__reveal .field-name-body {
    background-color: #1f2c33;
    display: block;
  }
  .teaser__reveal .read-more--unlinked {
    bottom: -2px;
    display: block;
  }
}
.teaser__reveal .field-name-read-more-unlinked {
  display: none;
}
.teaser__reveal .field-name-body + .field-name-read-more-unlinked {
  display: block;
}

.toggle {
  float: right;
  clear: both;
  color: #333333;
  background-color: transparent;
  position: relative;
  outline: none;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  padding: 0;
}
.toggle .icon {
  color: #333333;
}
.toggle:hover, .toggle:focus {
  text-decoration: none;
}
.toggle .icon--close {
  display: none;
}
.toggle.active .icon--close {
  display: block;
}
.toggle.active .icon--search, .toggle.active .search-form .btn, .search-form .toggle.active .btn, .toggle.active .search-form .view .pager-load-more > li > a, .search-form .view .toggle.active .pager-load-more > li > a, .toggle.active .view .search-form .pager-load-more > li > a, .view .search-form .toggle.active .pager-load-more > li > a, .toggle.active .search--small .btn, .search--small .toggle.active .btn, .toggle.active .search--small .view .pager-load-more > li > a, .search--small .view .toggle.active .pager-load-more > li > a, .toggle.active .view .search--small .pager-load-more > li > a, .view .search--small .toggle.active .pager-load-more > li > a {
  display: none;
}

.toggle--search {
  position: absolute;
  right: 0;
  top: 22px;
}
@media (min-width: 480px) {
  .toggle--search {
    display: block;
  }
}
@media (min-width: 992px) {
  .toggle--search {
    top: 44px;
  }
}
@media (min-width: 1200px) {
  .toggle--search {
    top: 52px;
  }
}
.toggle--search .icon--inline {
  font-size: 20px;
}

.tooltip {
  font-size: 1.3rem;
  text-overflow: ellipsis;
  text-align: left;
}
