@charset "UTF-8";
/* BOOTSTRAP CUSTOM VARIABLES
------------------------------------------------------------------------*/
/* VARIABLES
------------------------------------------------------------------------*/
/**
 * @file
 * Global Variables
 */
/* Custom typography settings for prose (See _prose.scss for explanation). */
/* Establish custom spacing variables based on line height to facilitate vertical rhythm */
/* Black/white colour variables */
/* Brand visited & focused styles */
/* Brand border */
/* Brand gray */
/* COMPASS
------------------------------------------------------------------------*/
/* BOOTSTRAP
------------------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

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

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .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;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4375;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  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.4375;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

hr {
  margin-top: 23px;
  margin-bottom: 23px;
  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: 23px;
  margin-bottom: 11.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: 11.5px;
  margin-bottom: 11.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: 40px;
}

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

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

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

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

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

p {
  margin: 0 0 11.5px;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid #eeeeee;
}

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

dt,
dd {
  line-height: 1.4375;
}

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: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 20px;
  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.4375;
  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: 23px;
  font-style: normal;
  line-height: 1.4375;
}

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: 11px;
  margin: 0 0 11.5px;
  font-size: 15px;
  line-height: 1.4375;
  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: 15px;
  padding-right: 15px;
}
.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: 750px;
  }
}
@media (min-width: 992px) {
  .container, .site__inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .site__inner {
    width: 1170px;
  }
}

.container-fluid, .site-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.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: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}

.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: 23px;
}
.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.4375;
  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: 17.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: 23px;
  font-size: 24px;
  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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4375;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4375;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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::-ms-expand {
  border: 0;
  background-color: transparent;
}
.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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 37px;
  }
  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: 33px;
  }
  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: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 23px;
  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: 39px;
}
.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, .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 {
  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 {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}

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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  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: 49px;
  line-height: 49px;
}

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: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  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,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 28px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@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: 30px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  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: 16px;
  line-height: 1.4375;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  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:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  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: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

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

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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 .form-control:focus {
  z-index: 3;
}

.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: 16px;
  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 {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.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: inherit;
}
.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: inherit;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 10.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.4375;
  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: #337ab7;
}

.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: 23px;
  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: 23px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.4375;
  text-decoration: none;
  color: #337ab7;
  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 {
  z-index: 2;
  color: #23527c;
  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: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: 20px;
  line-height: 1.33333;
}
.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: 14px;
  line-height: 1.5;
}
.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: 23px 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: 23px;
  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;
}

.close {
  float: right;
  font-size: 24px;
  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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

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

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

.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 {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  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;
  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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 16px;
  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;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  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;
  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 {
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .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 !important;
  }

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

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

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

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

  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
------------------------------------------------------------------------*/
/**
 * @file
 * 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, .social-share > div > a:before, .btn-arrow:after, .field-name-body a[href^="http://"]:after,
.field-name-body a[href^="https://"]:after,
.field-name-body a[rel*='external']:after {
  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 {
  content: "\e606";
}

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

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

/**
 * @file
 * 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
 */
/**
 * Here we establish our Susy defaults
 * http://www.zell-weekeat.com/susy2-tutorial/
 * http://susy.readthedocs.org/en/latest/toolkit/
 */
/**
 * @file
 * Custom mixins
 */
/* Intrinsic ratios (eg: Used by _responsive-ratio) */
/* Cross browser opacity */
/* Font smoothing */
/* Px to Em https://web-design-weekly.com/snippets/converts-pixels-to-ems-with-sass/ */
/* WebKit-style focus */
/**
 * @file
 * Map Bootstrap breakpoints to nice mixins.
 */
/**
 * @file
 * OOCSS Helpers & BEM modifiers
 */
/* Useful within Display suite for removing margin from headings. */
.has-no-margin-top {
  margin-top: 0 !important;
}

/**
 * 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
*/
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

/**
 * 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.
 */
/*.list-unstyled {}*/
/**
 * Responsive margin top OOCSS spacing helpers.
 * Ideally always using margin above your site building blocks for consistency.
 */
.has-margin-top-base {
  margin-top: 0.71875em;
}
@media (min-width: 992px) {
  .has-margin-top-base {
    margin-top: 1.4375em;
  }
}

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

.has-margin-top-double, .footer {
  margin-top: 1.4375em;
}
@media (min-width: 992px) {
  .has-margin-top-double, .footer {
    margin-top: 2.875em;
  }
}

.has-margin-top-triple {
  margin-top: 1.4375em;
}
@media (min-width: 480px) {
  .has-margin-top-triple {
    margin-top: 2.875em;
  }
}
@media (min-width: 992px) {
  .has-margin-top-triple {
    margin-top: 4.3125em;
  }
}

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

/**
 * Responsive padding top OOCSS spacing helpers.
 * If a border is required above your site building block then use padding instead.
 */
.has-padding-top-base {
  padding-top: 0.71875em;
}
@media (min-width: 992px) {
  .has-padding-top-base {
    padding-top: 1.4375em;
  }
}

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

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

.has-padding-top-triple {
  padding-top: 1.4375em;
}
@media (min-width: 480px) {
  .has-padding-top-triple {
    padding-top: 2.875em;
  }
}
@media (min-width: 992px) {
  .has-padding-top-triple {
    padding-top: 4.3125em;
  }
}

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

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

/* Use to offset elements 'right' within main body area. */
.has-offset-right {
  position: relative;
}
@media (min-width: 1201px) and (max-width: 1299px) {
  .has-offset-right {
    margin-right: -80px !important;
  }
}
@media (min-width: 1300px) {
  .has-offset-right {
    margin-right: -120px !important;
  }
}

/* Use to offset elements 'left' within main body area. */
.has-offset-left {
  position: relative;
}
@media (min-width: 1201px) and (max-width: 1299px) {
  .has-offset-left {
    margin-left: -80px !important;
  }
}
@media (min-width: 1300px) {
  .has-offset-left {
    margin-left: -120px !important;
  }
}

/**
 * @file
 * Ignite includes exaggerated focus styles inspired by https://www.gov.uk/
 *
 * If your site doesn't require these accessibility features simply comment
 * out the only place where this partial is SASS @imported (scss/global.styles.scss).
 */
p a:focus {
  outline-offset: 0;
}

a:focus {
  background-color: rgba(38, 183, 234, 0.2);
  outline: 3px solid rgba(38, 183, 234, 0.2);
  outline-offset: -3px;
}

.breadcrumb__item > a:focus {
  outline-offset: 0;
}

.btn-default > a:focus {
  background-color: transparent;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.logo--secondary .logo__link:focus {
  outline-offset: 0;
}

.nav > li > a:focus {
  background-color: rgba(38, 183, 234, 0.2);
}

.navigation--secondary .menu__link:focus {
  background-color: rgba(38, 183, 234, 0.2);
}

@media (min-width: 480px) {
  .prose a:focus {
    outline-offset: 0;
  }
}

.contextual-links-wrapper a:focus {
  background-color: transparent;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#admin-menu a:focus {
  background-color: transparent;
  outline: none;
  outline-offset: 0;
}

/**
 * @file
 * Custom tweaks to admin elements
 */
.alert {
  margin-top: 1.4375em;
}
.alert .close {
  line-height: 0.8em;
}

.tabs--primary {
  margin: 1.4375em 0;
}

/* BASE
------------------------------------------------------------------------*/
@media (max-width: 991px) {
  #admin-menu,
  html.js div.contextual-links-wrapper,
  html.js div.contextual-links-wrapper + #tabs {
    display: none;
  }
}
a {
  color: #26b7ea;
}
a:hover, a:focus {
  color: #f58d52;
}

.accordion-toggle:focus {
  color: #26b7ea;
}

.call {
  background-color: #f58d52;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 4px 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
}
.call:before {
  content: '';
  width: 14px;
  height: 16px;
  background: url('../images/phone.svg?1497581804');
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media (min-width: 768px) {
  .call {
    width: auto;
    display: inline-block;
  }
}
.call:hover, .call:focus {
  background-color: #26b7ea;
  color: #ffffff;
  text-decoration: none;
}

a[href*="sparksi.co"]:after,
a[href*="istudent.org.nz"]:after {
  content: none !important;
}

.list-unstyled {
  margin: 0;
  padding: 0;
}
.list-unstyled:before, .list-unstyled:after {
  content: " ";
  display: table;
}
.list-unstyled:after {
  clear: both;
}

ol.list--lower-alpha {
  list-style-type: lower-alpha;
}

/**
 * @file
 * Global typography
 */
body {
  font-size: 16px;
  line-height: 1.4375;
  color: #414042;
}

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: 40px;
}

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}

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

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

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

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

.special__title {
  background-color: rgba(255, 255, 0, 0.3);
  border-bottom: 1px solid #d5d5d5;
  padding: 11.5px;
}

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

hr {
  border-top: 1px solid #d5d5d5;
}

.lead {
  margin-bottom: 23px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}

blockquote {
  border-left: 10px solid #e6e7e8;
}
blockquote.featured {
  color: #ffffff;
  background-color: #333333;
  background-position: right 0;
  background-repeat: no-repeat;
  border-left: none;
}
@media (min-width: 1200px) {
  blockquote.featured {
    width: 400px;
  }
}
blockquote.featured a {
  color: #ffffff;
}

.blockquote-reverse {
  border-right: 10px solid #e6e7e8;
}

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

/* Legal style nested ordered lists */
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

p.help-block {
  display: none;
}

/* LAYOUT
------------------------------------------------------------------------*/
/**
 * @file
 * BEM block for content.
 */
.content {
  padding-top: 1.4375em;
}
.front .content {
  padding-top: 0;
}
@media (min-width: 992px) {
  .content {
    padding-top: 2.15625em;
  }
  .front .content {
    padding-top: 0;
  }
}

/**
 * @file
 * BEM block for footer.
 */
.footer {
  font-size: 14px;
  background-color: #414042;
  color: rgba(255, 255, 255, 0.75);
  padding-top: 1.4375em;
  padding-bottom: 1.4375em;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 2.875em;
    padding-bottom: 2.875em;
  }
}
.footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
}
.footer a:hover, .footer a:focus {
  color: #ffffff;
}

/**
 * @file
 * BEM block for header.
 */
.header {
  padding-top: 0.71875em;
  padding-bottom: 0.71875em;
  -webkit-transition: padding 0.1s linear;
  -o-transition: padding 0.1s linear;
  transition: padding 0.1s linear;
  background-color: #414042;
  color: #ffffff;
}
.header:before, .header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
@media (min-width: 768px) {
  .header {
    padding-top: 1.4375em;
    padding-bottom: 1.4375em;
  }
}
@media (min-width: 992px) {
  .header.js-scrolled {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 499;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    padding-top: 0.71875em;
    padding-bottom: 0.71875em;
  }
  .header.js-scrolled + div {
    margin-top: 105px;
  }
}
.header .region {
  *zoom: 1;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
.header .region:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .header .region {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  .header .region {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .header .region {
    float: right;
  }
}

.region-header {
  position: relative;
  margin-bottom: 0.71875em;
}
@media (min-width: 768px) {
  .region-header .block {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .region-header .block {
    margin-left: 15px;
  }
}

.hero {
  background-color: #26b7ea;
}

.front .region-hero {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
}
.front .region-hero .block {
  z-index: 10;
  position: relative;
}

/*.front .region-hero:before {
  content:none;
  width: 86rem;
  height: 86rem;
  @include border-radius(50%);
  position: absolute;
  background-color: rgba($brand-blue, .8);
  display: block;
  @include transform(translateY(-50%) translateX(-20%));
  top: 50%;
  left: 0;
  z-index: 1;
  
  @include respond-to(desktop-and-up){
    content:'';
  }
}*/
/**
 * @file
 * BEM block for pre-content.
 */
.post-hero {
  margin: 0.71875em 0 0;
  background-color: #f58d52;
}
@media (min-width: 992px) {
  .post-hero {
    margin: 0;
  }
}

/**
 * @file
 * BEM block for site wrapper.
 */
/**
 * @file
 * BEM block for site.
 */
@media (min-width: 1300px) {
  .site__inner {
    width: 1280px;
  }
}

.site__content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site__content {
    float: left;
    width: 100%;
  }
}
.site__content.has-sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@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 {
    padding: 0 80px 0 15px;
  }
}
@media (min-width: 1201px) and (max-width: 1299px) {
  .site__content.has-sidebar {
    padding: 0 7.5em 0 15px;
  }
}
@media (min-width: 1300px) {
  .site__content.has-sidebar {
    padding: 0 8.75em 0 15px;
  }
}

.site__sidebar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .site__sidebar {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .site__sidebar {
    float: left;
    width: 25%;
  }
}
.site__sidebar .view-content {
  margin-bottom: 1.4375em;
}
.site__sidebar .block:first-child > .block-title {
  margin-top: 0;
}

.site__sidebar-inner .block {
  padding-bottom: 2.875em;
}
@media (min-width: 992px) {
  .site__sidebar-inner {
    padding: 0 0 0 1.4375em;
  }
}

/* THEME
------------------------------------------------------------------------*/
/* No files to import found in ../scss/theme/* */
/* COMPONENT
------------------------------------------------------------------------*/
.views-bootstrap-accordion-plugin-style .panel {
  border-bottom: 1px solid #e6e7e8;
  padding: 10px 0;
  background-color: #ffffff;
}
.views-bootstrap-accordion-plugin-style .panel .panel-title {
  margin: 0;
}
.views-bootstrap-accordion-plugin-style .panel .panel-title a {
  display: block;
  position: relative;
  padding-right: 50px;
}
.views-bootstrap-accordion-plugin-style .panel .panel-title a:focus {
  background-color: transparent;
  outline: none;
}
.views-bootstrap-accordion-plugin-style .panel .panel-title a:after {
  content: '';
  position: absolute;
  right: 0;
  width: 40px;
  height: 18px;
  background: url('../images/accordion.svg?1497581804') no-repeat center;
  background-size: cover;
  top: 50%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.views-bootstrap-accordion-plugin-style .panel .panel-title a[aria-expanded="true"]:after {
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.views-bootstrap-accordion-plugin-style .panel .panel-body {
  margin: 10px 0 0 0;
}

/**
 * @file
 * Override Bootstrap breadcrumb styles
 */
.breadcrumb {
  font-size: 1.3rem;
  background-color: transparent;
  margin: 0;
  color: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: underline;
}
.breadcrumb > .breadcrumb__item + li:before {
  padding: 0 0.35938em 0 0.71875em;
}

/**
 * @file
 * Override Bootstrap button styles
 */
.btn-primary {
  background-color: transparent;
  color: #26b7ea;
  border-color: #26b7ea;
  border-width: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #26b7ea;
  border-color: #26b7ea;
  color: #ffffff;
}

div.btn-primary {
  padding: 0;
}
div.btn-primary > a, div.btn-primary > p {
  padding: 6px 12px;
  display: inline-block;
}
div.btn-primary > a:hover, div.btn-primary > a:focus, div.btn-primary > p:hover, div.btn-primary > p:focus {
  color: #ffffff;
  text-decoration: none;
}

.btn-arrow {
  position: absolute;
  background: #e5f8fd url('../images/arrow--right.svg?1497581804') no-repeat center;
  margin: 0 !important;
  text-indent: -5000rem;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5rem;
}
@media (min-width: 768px) {
  .btn-arrow {
    height: 100%;
    width: 7rem;
    top: 0;
    bottom: inherit;
  }
}
.btn-arrow:after {
  content: "\f054";
  display: block;
  width: 100%;
  color: #26b7ea;
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
a:hover .btn-arrow, a:focus .btn-arrow {
  background-color: rgba(245, 141, 82, 0.2);
}
a:hover .btn-arrow:after, a:focus .btn-arrow:after {
  color: #f58d52;
}

/**
 * @file
 * BEM block for controls.
 */
.control--menu {
  position: absolute;
  right: 15px;
  top: -48px;
}
@media (min-width: 768px) {
  .control--menu {
    position: static;
    top: inherit;
    right: inherit;
    margin-top: 0;
  }
  .control--menu .btn {
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
  }
}
@media (min-width: 992px) {
  .control--menu {
    display: none !important;
  }
}

/**
 * @file
 * BEM block for date.
 */
.date, .node__date, .slat__date {
  font-size: 0.875em;
  color: #919191;
}

/**
 * @file
 * BEM block for element.
 *
 */
.element {
  margin: 0 0 1.4375em 0;
}
@media (min-width: 480px) {
  .element {
    margin: 0 0 26px 0;
  }
}
.element.has-caption > p {
  color: #595959;
  padding: 1.4375em 0 0.35938em;
  font-size: 85%;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 480px) {
  .element.has-caption > p {
    padding: 26px 0 6.5px;
  }
}
@media (min-width: 1200px) {
  .element.has-featured-caption {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .element.has-featured-caption > div {
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 275px;
    background-color: #ffffff;
  }
}
.element.has-featured-caption p {
  color: #595959;
  padding: 1.4375em 0 0.35938em;
  font-size: 85%;
  border-bottom: 1px solid #d5d5d5;
}
@media (min-width: 1200px) {
  .element.has-featured-caption p {
    padding: 1.4375em 1.4375em 0.35938em 1.4375em;
    border-bottom: none;
  }
}
.element.pull-left, .element.pull-right {
  width: 100%;
}
@media (min-width: 480px) {
  .element.pull-left, .element.pull-right {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .element.pull-left, .element.pull-right {
    width: auto;
  }
}
.element.pull-left {
  margin: 0.25em 0 1.4375em 0;
}
@media (min-width: 480px) {
  .element.pull-left {
    margin: 0.5em 52px 26px 0;
  }
}
.element.pull-right {
  margin: 0.25em 0 1.4375em 0;
}
@media (min-width: 480px) {
  .element.pull-right {
    margin: 0.5em 0 26px 52px;
  }
}

.element--featured {
  margin: 0.71875em 0 1.4375em;
}
@media (min-width: 480px) {
  .element--featured {
    margin: 26px 0 26px;
  }
}

/**
 * @file
 * Extend Drupal's field class
 */
.field-group-fieldset {
  margin-top: 0.71875em;
}
@media (min-width: 480px) {
  .field-group-fieldset {
    margin-top: 1.4375em;
  }
}

/* Responsive images within the main content areas */
.field-name-body img,
.field-name-field-page-banner img {
  max-width: 100%;
  height: auto;
}

/* Add external link icon to links within the main content areas */
.field-name-body .btn {
  text-decoration: none;
}
.field-name-body a[href^="http://"]:after,
.field-name-body a[href^="https://"]:after,
.field-name-body a[rel*='external']:after {
  content: " \e602";
  font-size: 1.4rem;
}
.field-name-body a[href*='<yourdomain>']:after,
.field-name-body a[href*='sparksinteractive']:after {
  content: none;
}

.field-name-field-file-attachment .file .meta {
  font-size: 0.875em;
  text-transform: uppercase;
  color: #777777;
}

.flowchart:before, .flowchart:after {
  content: " ";
  display: table;
}
.flowchart:after {
  clear: both;
}

.flowchart__row {
  position: relative;
}

.flowchart__step {
  border: 2px transparent solid;
  padding: 15px;
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .flowchart__step {
    padding: 30px;
  }
}
.flowchart__step h3, .flowchart__step p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flowchart .flowchart__step h3 {
  margin: 0 0 10px 0;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .flowchart .flowchart__step h3 {
    font-size: 2.6rem;
  }
}
.flowchart .flowchart__step p {
  font-weight: bolder;
  margin: 0;
  font-size: 2rem;
}
.flowchart .flowchart__step ul {
  font-weight: 200;
  margin: 0;
  padding-left: 20px;
}

.follow {
  font-size: 11px;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}
.footer .follow {
  color: #ffffff;
  text-decoration: none;
}
.footer .follow:hover, .footer .follow:focus {
  color: #f58d52;
}
.follow > svg {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.follow > svg > path, .follow > svg > circle {
  fill: #ffffff;
}
.follow[href*="facebook"] > svg {
  height: 100%;
  width: auto;
}
.follow:hover > svg > *, .follow:focus > svg > * {
  fill: #f58d52;
}
@media (min-width: 768px) {
  .follow {
    margin-right: 20px;
  }
}

/**
 * @file
 * 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 {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.views-exposed-form {
  background-color: #e6e7e8;
  padding: 0.71875em 1.4375em 1.4375em;
  margin: 0.71875em 0;
}
@media (min-width: 480px) {
  .views-exposed-form {
    margin: 1.4375em 0;
  }
}
.views-exposed-form .form-select {
  width: auto;
}

.form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #ffffff url('../images/form-select.svg?1497581804') no-repeat right center;
  background-size: auto 100%;
  padding-right: 40px;
}
.form-select::-ms-expand {
  display: none;
}
.form-select + .help-block {
  font-size: 1.4rem;
  margin-top: 7px;
}
.no-cssgradients .form-select {
  background-image: none;
  padding-right: 0;
}

.language-select {
  margin-bottom: 5px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .language-select {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.language-select .form-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: none;
  font-weight: 200;
  font-size: 1.45rem;
  background: #373638 url('../images/language-select.svg?1497581804') no-repeat right 10px center;
  background-size: 12px auto;
  color: rgba(255, 255, 255, 0.75);
  padding: 0 30px 0 18px;
  height: 36px;
  width: 100% !important;
}
.language-select .form-select:focus, .language-select .form-select:hover {
  color: #ffffff;
  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%2014.25%208.66%22%20width%3D%2214.25%22%20height%3D%228.66%22%3E%3Cpolygon%20points%3D%2214.25%200%207.13%208.66%200%200%2014.25%200%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
}
@media (min-width: 992px) {
  .language-select .form-select {
    width: auto !important;
  }
}
.no-csstransitions .language-select .form-select {
  padding-right: 0;
  background-image: none;
}

/**
 * @file
 * List group item
 * Override Bootstrap list group item styles
 */
.list-group-item {
  padding: 0.71875em;
}
.list-group-item:first-child {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 480px) {
  .list-group-item {
    padding: 1.4375em;
  }
}

/**
 * @file
 * BEM block for logo.
 */
.logo__link {
  display: block;
  line-height: 0;
}
.logo__link:hover, .logo__link:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.logo--primary .logo__link {
  width: 150px;
  height: 56px;
  background: url('../images/istudent-logo.svg?1497581804') no-repeat center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .logo--primary .logo__link {
    width: 220px;
    height: 84px;
    margin-left: 0;
    margin-right: 0;
  }
}

.logo--secondary {
  float: right;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}

.logo--secondary .logo__link {
  overflow: hidden;
  width: 84px;
  height: 84px;
  background: url('../images/istudent-logo--small.svg?1497581804') no-repeat center;
  background-size: 32% auto;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-color: #585858;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: transform 0.6s linear;
  -o-transition: transform 0.6s linear;
  transition: transform 0.6s linear;
}
@media (min-width: 768px) {
  .logo--secondary .logo__link {
    margin: 0;
  }
}

/**
 * @file
 * BEM block for menu.
 */
/**
 * @file
 * BEM block for navigation
 */
@media (max-width: 991px) {
  .header .navigation--primary {
    display: none;
  }
}
.navigation--primary .menu {
  font-size: 1.6rem;
}
.header .navigation--primary .menu {
  float: right;
  font-weight: bolder;
}
.header .navigation--primary .menu .menu {
  display: none;
}
@media (min-width: 992px) {
  .header .navigation--primary .menu .menu__item {
    display: inline-block;
  }
}
.header .navigation--primary .menu .menu__link {
  padding-left: .4rem;
}
@media (min-width: 1200px) {
  .header .navigation--primary .menu .menu__link {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
.navigation--primary .menu__link {
  color: rgba(255, 255, 255, 0.75);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation--primary .menu__link:hover, .navigation--primary .menu__link:focus, .navigation--primary .menu__link.is-active, .navigation--primary .menu__link.is-active-trail {
  color: #ffffff;
}

.navigation--secondary .menu {
  font-size: 1.6rem;
  font-weight: bolder;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navigation--secondary .menu .menu {
  font-size: 1.4rem;
  font-weight: 200;
}
.navigation--secondary .menu .menu .menu__link {
  border-bottom: none;
  padding: 5px 0 5px 37px;
  position: relative;
}
.navigation--secondary .menu .menu .menu__link:before {
  content: '\2014';
  position: absolute;
  left: 19px;
  top: 4px;
}
.navigation--secondary .menu .menu .menu .menu__link {
  padding: 0.35938em 0 0.35938em 1.4375em;
}
.navigation--secondary .menu .menu .menu .menu .menu__link {
  padding: 0.35938em 0 0.35938em 2.15625em;
}
.navigation--secondary .menu__item {
  float: none;
}
.navigation--secondary .menu__link {
  background-color: transparent;
  padding: 8px 20px;
  border-left: 6px solid #cbeaed;
  -webkit-transition: border-left 0.1s linear;
  -o-transition: border-left 0.1s linear;
  transition: border-left 0.1s linear;
  color: #414042;
}
.navigation--secondary .menu__link:hover, .navigation--secondary .menu__link:focus, .navigation--secondary .menu__link.active {
  background-color: transparent;
  color: #26b7ea;
  border-color: #26b7ea;
  border-width: 8px;
}
.navigation--secondary .menu__link.active {
  font-weight: bold;
}

.navigation--tertiary {
  padding-top: 6px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navigation--tertiary {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .navigation--tertiary {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  .navigation--tertiary {
    margin-left: 8.33333%;
  }
}
@media (min-width: 1200px) {
  .navigation--tertiary {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .navigation--tertiary {
    margin-left: 16.66667%;
  }
}
.navigation--tertiary .menu {
  padding: 0;
}
@media (min-width: 481px) and (max-width: 991px) {
  .navigation--tertiary .menu {
    padding: 0 0 1.4375em;
  }
}
@media (min-width: 480px) {
  .navigation--tertiary .menu__item {
    float: right;
  }
}
.navigation--tertiary .menu__link {
  padding: 0.35938em 0;
}
@media (min-width: 480px) {
  .navigation--tertiary .menu__link {
    padding: 0.1875em;
    margin: 0 1.4375em 0 0;
  }
}
.navigation--tertiary .menu__link:hover, .navigation--tertiary .menu__link:focus {
  color: #337ab7;
}
.navigation--tertiary .menu__link.active {
  text-decoration: underline;
}
.navigation--tertiary .menu__link:hover {
  background-color: transparent;
}

.block + .navigation--quaternary .menu {
  border-top: 2px rgba(255, 255, 255, 0.5) solid;
}
.navigation--quaternary .menu .menu__item {
  display: inline-block;
  vertical-align: top;
  max-width: 128px;
}
@media (min-width: 992px) {
  .navigation--quaternary .menu {
    height: 52px;
    display: table;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bolder;
  }
  .navigation--quaternary .menu .menu__item {
    display: table-cell;
    vertical-align: middle;
    max-width: inherit;
  }
}
.navigation--quaternary .menu__link {
  color: rgba(255, 255, 255, 0.75);
  padding: 0.35938em 0;
  text-decoration: none;
  padding: 0.1875em;
}
@media (min-width: 992px) {
  .navigation--quaternary .menu__link {
    margin: 0 1.4375em 0 0;
  }
}
.navigation--quaternary .menu__link:hover, .navigation--quaternary .menu__link:focus, .navigation--quaternary .menu__link.active {
  color: #ffffff;
}
.navigation--quaternary .menu__link.active {
  text-decoration: underline;
}
.navigation--quaternary .menu__link:hover {
  background-color: transparent;
}

@media (min-width: 480px) {
  .navigation--site-map .menu-name-main-menu > .menu > .menu__item {
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    margin-bottom: 1.4375em;
  }
}

.navigation--site-map .menu > .menu__item > .menu__link {
  font-size: 26px;
  border-bottom: 1px solid #777777;
  padding: 0.71875em 0.71875em 0.71875em 0;
}
.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 > .menu > .menu__item > .menu__link {
  font-size: 0.875em;
  border-bottom: none;
  margin-top: 0.71875em;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item .menu .menu__item > .menu__link:before {
  content: '\2014';
  margin-right: 8px;
}
.navigation--site-map .menu > .menu__item > .menu > .menu__item > .menu {
  border-top: 1px solid #d5d5d5;
}
@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__link:before {
  content: '\2014';
  margin-right: 8px;
}
.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.875em;
  margin-left: 0.71875em;
  border-left: 1px solid #d5d5d5;
  padding: 0.35938em 0.71875em;
}

.navigation--site-map .menu__link {
  color: #333333;
}

/**
 * @file
 * Bem block for node.
 */
.node__title .title {
  margin-top: 0;
}

.view-mode-full > .node__date {
  margin-bottom: 1.4375em;
}

/**
 * @file
 * BEM block for promoted content.
 */
.promotion .block-title {
  margin-top: 0;
}

.promotion--copyright {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.07813em;
  padding-bottom: 1.07813em;
}
@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.71875em;
    padding-bottom: 0.71875em;
  }
}

.promotion--brand {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .promotion--brand {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  .promotion--brand {
    float: left;
    width: 25%;
  }
}

.promotion--associated-organisation {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 1.4375em;
  padding-bottom: 1.4375em;
}
@media (min-width: 992px) {
  .promotion--associated-organisation {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .promotion--associated-organisation {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .promotion--associated-organisation {
    margin-left: 8.33333%;
  }
}
@media (min-width: 480px) {
  .promotion--associated-organisation {
    padding-top: 0.71875em;
    padding-bottom: 0.71875em;
  }
}

.promotion--social-share {
  position: fixed;
  top: 50%;
  left: 0;
  line-height: 0;
  width: 38px;
  background-color: #ffffff;
  z-index: 499;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*.promotion--in-this-section {
  border-top: 1px solid $brand-border;
  > .block-title {
    font-size: $font-size-h4;
  }
}*/
.promotion--resources .view-footer,
.promotion--news .view-footer {
  text-align: center;
}

/**
 * @file
 * Optimized typographic spacing in roughly 700px wide setting.
 *
 * (Classic node body area - Add .prose via display suite as required)
 * http://www.pearsonified.com/typography/
 */
@media (min-width: 480px) {
  .prose {
    line-height: 1.625;
  }
  .prose ul,
  .prose ol,
  .prose dt,
  .prose dd {
    line-height: 1.625;
  }
  .prose ul,
  .prose ol {
    margin-bottom: 13px;
  }
  .prose ul ul,
  .prose ul ol,
  .prose ol ul,
  .prose ol ol {
    margin-bottom: 0;
  }
  .prose dl {
    margin-bottom: 26px;
  }
  .prose dl.dl-horizontal dt {
    margin-top: 0;
  }
  .prose blockquote {
    padding: 13px 26px;
    margin: 0 0 26px;
    line-height: 1.4375;
  }
  .prose blockquote.featured {
    padding: 26px 26px;
  }
  .prose address {
    margin-bottom: 26px;
  }
  .prose h1, .prose .h1,
  .prose h2, .prose .h2,
  .prose h3, .prose .h3 {
    margin-top: 26px;
    margin-bottom: 13px;
  }
  .prose h4, .prose .h4,
  .prose h5, .prose .h5,
  .prose h6, .prose .h6 {
    margin-top: 26px;
    margin-bottom: 13px;
  }
  .prose p {
    margin: 0 0 13px;
  }
}
.prose .lead {
  margin-bottom: 26px;
  font-size: 18px;
}
@media (min-width: 480px) {
  .prose .lead {
    font-size: 24px;
  }
}

/**
 * @file
 * BEM block for related content.
 */
.related {
  margin: 0.71875em 0 0 0;
  border-top: 1px solid #d5d5d5;
  clear: both;
  float: left;
  width: 100%;
}
.related + .related {
  margin-top: 1.4375em;
}
@media (min-width: 768px) {
  .related > .field:nth-child(even) {
    width: 48.83721%;
    float: left;
    margin-left: 0;
    clear: both;
  }
  .related > .field:nth-child(odd) {
    width: 48.83721%;
    float: right;
    margin-left: 2.32558%;
  }
}
.related .field-label {
  margin: 0.71875em 0 0 0;
}
.related .field-items {
  margin: 0.35938em 0 0 0;
}

/**
 * @file
 * BEM block for gallery style lists
 */
/**
 * t2-d3
 *
 * 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
 */
.responsive-layout--t2-d3 {
  /* [1] */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  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%;
  }
}

.responsive-layout--t1-d3 {
  /* [1] */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.responsive-layout--t1-d3:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .responsive-layout--t1-d3 .responsive-layout--item,
  .responsive-layout--t1-d3 .responsive-layout__item {
    width: 31.78295%;
    float: left;
    margin-left: 2.32558%;
  }
  .responsive-layout--t1-d3 .responsive-layout--item:nth-child(3n+1),
  .responsive-layout--t1-d3 .responsive-layout__item:nth-child(3n+1) {
    width: 31.78295%;
    float: left;
    margin-left: 0;
    clear: both;
  }
  .responsive-layout--t1-d3 .responsive-layout--item:nth-child(3n+3),
  .responsive-layout--t1-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%;
  }
}

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

/**
 * @file
 * Search
 */
/**
 * 1. Hide the search (tablet and down) within the site header context but
 *    not the javascript cloned mmenu copy
 */
.header .search--small {
  z-index: 100;
  overflow: hidden;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .header .search--small {
    max-width: 250px;
    margin-bottom: 0;
  }
}
.mm-list .search--small {
  display: none;
}
.search--small input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search--small .input-group-btn > .btn {
  border-radius: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  text-indent: -5000rem;
  margin-left: 0 !important;
  background: #373638 url('../images/search.svg?1497581804') no-repeat center;
  background-size: 55% auto;
  border: none;
  outline: none;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.search--small .input-group-btn > .btn:hover, .search--small .input-group-btn > .btn:focus {
  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%2019.06%2018.54%22%20width%3D%2219.06%22%20height%3D%2218.54%22%3E%3Ccircle%20cx%3D%2211.99%22%20cy%3D%227.07%22%20r%3D%226.07%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A2px%22%2F%3E%3Cline%20x1%3D%227.26%22%20y1%3D%2211.28%22%20x2%3D%221.06%22%20y2%3D%2217.48%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A3px%22%2F%3E%3C%2Fsvg%3E');
}
.search--small .element-invisible {
  left: -5000rem;
}
.search--small .input-group-btn {
  z-index: 200;
}
.search--small .form-text {
  float: right;
  height: 36px;
  padding: 0 18px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.45rem;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  border: none;
  outline: none;
  font-weight: 200;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: #373638;
}
.search--small .form-text:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search--small .form-text::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.search--small .form-text:-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.search--small .form-text::-moz-placeholder {
  color: rgba(255, 255, 255, 0.35);
}
.search--small .form-text:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.35);
}

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

.search-result {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0;
}
.search-result .title {
  margin: 0 0 10px 0;
}
.search-result .search-snippet {
  margin: 0;
}

.search-info {
  display: none;
}

/**
 * @file
 * Accessibility skip link
 */
.skip-link {
  text-align: center;
}
.skip-link > a {
  display: inline-block;
  outline-offset: 0;
  padding: 0.35938em;
}

/**
 * @file
 * BEM block for Slats.
 *
 * A slat is 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 elements like teasers eg: via Display Suite.
 * or apply to Drupal views.
 */
.slat--teaser .slat__title {
  margin: 0;
}
.slat--teaser .slat__title ~ .field {
  margin-top: 13px;
}
.slat--teaser .slat__body > * {
  font-size: 1.7rem;
  font-weight: 200;
}
.slat--teaser .slat__link {
  outline: none;
  padding: 25px;
  border: 3px #cbeaed solid;
}
.slat--teaser .slat__link:hover, .slat--teaser .slat__link:focus {
  border-color: rgba(245, 141, 82, 0.3);
}
@media (min-width: 768px) {
  .slat--teaser.slat--has-icon .slat__link:hover:before, .slat--teaser.slat--has-icon .slat__link:focus:before {
    background-color: rgba(245, 141, 82, 0.3);
  }
}
.slat--teaser.slat--has-arrow-link .slat__link {
  padding-bottom: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .slat--teaser.slat--has-arrow-link .slat__link {
    padding-right: 100px;
    padding-bottom: 25px;
    text-align: left;
  }
}
.slat--teaser.slat--has-icon .slat__link {
  padding-top: 110px;
}
.slat--teaser.slat--has-icon .slat__link:before {
  content: '';
  top: 10px;
  left: 0;
  height: 90px;
  position: relative;
  width: 100%;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px 75px;
}
@media (min-width: 768px) {
  .slat--teaser.slat--has-icon .slat__link {
    padding-left: 150px;
    padding-top: 25px;
    min-height: 80px;
  }
  .slat--teaser.slat--has-icon .slat__link:before {
    background-color: #cbeaed;
    height: 100%;
    width: 120px;
    border: none;
    top: 0;
  }
  .slat--teaser.slat--has-icon .slat__link .slat__title {
    padding: 20px 0;
    line-height: 1;
  }
}
.slat--teaser .slat__link:hover .btn-primary, .slat--teaser .slat__link:focus .btn-primary {
  background-color: #f58d52;
  border-color: #f58d52;
  color: #ffffff;
}
.slat--teaser .slat__link:hover .slat__title, .slat--teaser .slat__link:focus .slat__title {
  text-decoration: underline;
}

.slat--teaser.sparks-ds-2col {
  padding-top: 4%;
}
.slat--teaser.sparks-ds-2col img {
  max-width: 100%;
  height: auto;
}
.slat--teaser.sparks-ds-2col .group-left {
  margin-bottom: 2%;
}
@media (min-width: 768px) {
  .slat--teaser.sparks-ds-2col .group-left,
  .slat--teaser.sparks-ds-2col .group-right {
    display: inline-block;
    vertical-align: top;
  }
  .slat--teaser.sparks-ds-2col .group-left {
    width: 25%;
    margin-bottom: 0;
  }
  .slat--teaser.sparks-ds-2col .group-left + .group-right {
    margin-left: 4%;
    width: 71%;
  }
  .slat--teaser.sparks-ds-2col .group-left:empty + .group-right {
    width: 100%;
    margin-left: 0;
  }
}
.slat--teaser.sparks-ds-2col .slat__title > h2 {
  margin: 0 0 10px 0;
}

.slat--feature {
  text-align: center;
  /*> .slat__link {
    @include respond-to(desktop-and-up){min-height: 300px}
    @include respond-to(wide-and-up){min-height: 270px}
    @include respond-to(wide-large-and-up){min-height: 250px}
  }*/
}
.views-row ~ .views-row .slat--feature {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .views-row ~ .views-row .slat--feature {
    margin-top: 0;
  }
}
.slat--feature .slat__title {
  font-size: 2.4rem;
}
.slat--feature .slat__title ~ .field {
  margin-top: 13px;
}
.slat--feature .slat__body {
  font-size: 2rem;
  font-weight: 200;
}
.slat--feature .slat__link, .slat--feature .slat__link .slat__title {
  color: #414042;
}
.slat--feature .slat__link:focus {
  background-color: rgba(245, 141, 82, 0.2);
}

.slat__media > a {
  display: block;
}

.slat__title a {
  color: #26b7ea;
}
.slat__title a:hover, .slat__title a:focus {
  color: #f58d52;
}
@media (max-width: 480px) {
  .slat__title {
    font-size: 20px;
  }
}
.site__sidebar .slat__title {
  font-size: 20px;
}

.slat__read-more {
  margin-top: 0.71875em;
  /*> a {
    color: $gray-dark;
    &:hover,
    &:focus {
      text-decoration: none;
    }
  }*/
}

.slat__date + .slat__body {
  margin-top: 0.71875em;
}

.slat__term {
  font-size: 1.3rem;
  background-color: #f58d52;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 6px;
  line-height: 1;
  color: #ffffff;
  display: inline-block;
}
.slat__term > a:focus {
  outline-offset: 0;
}
.slat__term + .slat__date {
  display: inline-block;
  margin-left: 8px;
  font-size: 1.3rem;
}
.slat__term + .slat__body {
  margin-top: 0.71875em;
}

.slat__link {
  position: relative;
  float: left;
  width: 100%;
  display: block;
}
.slat__link .slat__title {
  -webkit-transition: none 1s;
  -o-transition: none 1s;
  transition: none 1s;
}
.slat__link .slat__body {
  color: #333333;
}
.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 {
  -webkit-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
.slat__link:focus {
  background-color: transparent;
}

.slat--has-top-border.view-mode-short_teaser {
  margin-top: 1.4375em;
}

.slat--has-top-margin {
  margin-top: 1.4375em;
}
@media (min-width: 480px) {
  .slat--has-top-margin {
    margin-top: 2.15625em;
  }
}
.views-row-first > .slat--has-top-margin {
  margin-top: 0 !important;
}

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

.slat--sometimes-has-left-aligned-media .slat__media,
.slat--sometimes-has-right-aligned-media .slat__media {
  margin-bottom: 1.4375em;
}
.slat--sometimes-has-left-aligned-media .slat__content,
.slat--sometimes-has-right-aligned-media .slat__content {
  padding: 0 0 0.71875em 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.71875em 0.71875em;
}
@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.07813em 0.71875em 0;
  }
}

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

@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.15625em;
  }
}
@media (min-width: 992px) {
  .slat--sometimes-has-right-aligned-media .slat__media {
    width: 40.31008%;
    float: left;
    margin-left: 0;
    margin-left: 2.15625em;
  }
}

.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.71875em 0.71875em;
}
@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.07813em 0.71875em 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.71875em 1.4375em;
}

.slat--has-icon > .slat__link[href*="process"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3Anone%3B%7D%0A%09.st5%7Bfont-family%3A%27FuturaPT-Heavy%27%3B%7D%0A%09.st6%7Bfont-size%3A22.3279px%3B%7D%0A%09.st7%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st8%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st9%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2249.8%22%20cy%3D%2224%22%20r%3D%2217.2%22%2F%3E%0A%3Ccircle%20class%3D%22st3%22%20cx%3D%2221.6%22%20cy%3D%2274.7%22%20r%3D%2217.2%22%2F%3E%0A%3Ccircle%20class%3D%22st2%22%20cx%3D%2278.4%22%20cy%3D%2274.7%22%20r%3D%2217.2%22%2F%3E%0A%3Crect%20x%3D%2230.1%22%20y%3D%2216.1%22%20class%3D%22st4%22%20width%3D%2239.4%22%20height%3D%2220.5%22%2F%3E%0A%3Ctext%20transform%3D%22matrix%281%200%200%201%2043.1411%2032.4081%29%22%20class%3D%22st1%20st5%20st6%22%3E1%3C%2Ftext%3E%0A%3Crect%20x%3D%221.9%22%20y%3D%2264.4%22%20class%3D%22st4%22%20width%3D%2239.4%22%20height%3D%2220.5%22%2F%3E%0A%3Ctext%20transform%3D%22matrix%281%200%200%201%2014.9311%2080.701%29%22%20class%3D%22st1%20st5%20st6%22%3E2%3C%2Ftext%3E%0A%3Crect%20x%3D%2258.7%22%20y%3D%2265.6%22%20class%3D%22st4%22%20width%3D%2239.4%22%20height%3D%2220.5%22%2F%3E%0A%3Ctext%20transform%3D%22matrix%281%200%200%201%2071.6723%2081.8592%29%22%20class%3D%22st1%20st5%20st6%22%3E3%3C%2Ftext%3E%0A%3Cline%20class%3D%22st7%22%20x1%3D%2238.7%22%20y1%3D%2244.7%22%20x2%3D%2231.8%22%20y2%3D%2254.8%22%2F%3E%0A%3Cline%20class%3D%22st8%22%20x1%3D%2244.3%22%20y1%3D%2275.8%22%20x2%3D%2256.3%22%20y2%3D%2275.8%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="outcomes"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st5%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st6%7Bfill%3Anone%3B%7D%0A%09.st7%7Bfont-family%3A%27FuturaPT-Heavy%27%3B%7D%0A%09.st8%7Bfont-size%3A16px%3B%7D%0A%09.st9%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Ccircle%20class%3D%22st2%22%20cx%3D%2284.4%22%20cy%3D%2213.1%22%20r%3D%2210.8%22%2F%3E%0A%3Ccircle%20class%3D%22st3%22%20cx%3D%2284.4%22%20cy%3D%2285.9%22%20r%3D%2210.8%22%2F%3E%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M71.4%2C22.9c-0.4%2C0.4-0.7%2C1-0.7%2C1.6c0%2C0.6%2C0.2%2C1.2%2C0.7%2C1.6c0.4%2C0.4%2C1%2C0.7%2C1.6%2C0.7s1.2-0.2%2C1.6-0.7%0A%09c0.4-0.4%2C0.7-1%2C0.7-1.6c0-0.6-0.2-1.2-0.7-1.6C73.8%2C22%2C72.2%2C22%2C71.4%2C22.9z%22%2F%3E%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M54.1%2C45.7c0.6%2C0%2C1.2-0.2%2C1.6-0.7c0.9-0.9%2C0.9-2.3%2C0-3.2c-0.9-0.9-2.3-0.9-3.2%2C0c-0.9%2C0.9-0.9%2C2.3%2C0%2C3.2%0A%09C52.9%2C45.5%2C53.5%2C45.7%2C54.1%2C45.7z%22%2F%3E%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M65.1%2C29.2c-0.9%2C0.9-0.9%2C2.3%2C0%2C3.2c0.4%2C0.4%2C1%2C0.7%2C1.6%2C0.7c0.6%2C0%2C1.2-0.2%2C1.6-0.7c0.9-0.9%2C0.9-2.3%2C0-3.2%0A%09C67.4%2C28.3%2C66%2C28.3%2C65.1%2C29.2z%22%2F%3E%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M58.8%2C35.5c-0.9%2C0.9-0.9%2C2.3%2C0%2C3.2c0.4%2C0.4%2C1%2C0.7%2C1.6%2C0.7c0.6%2C0%2C1.2-0.2%2C1.6-0.7c0.9-0.9%2C0.9-2.3%2C0-3.2%0A%09C61.1%2C34.6%2C59.7%2C34.6%2C58.8%2C35.5z%22%2F%3E%0A%3Cpolygon%20class%3D%22st1%22%20points%3D%2283.4%2C12.6%2081.1%2C10.3%2078.6%2C12.8%2083.4%2C17.6%2089.9%2C11%2087.4%2C8.5%20%22%2F%3E%0A%3Cpolygon%20class%3D%22st1%22%20points%3D%2286.6%2C81.3%2084.4%2C83.6%2082.1%2C81.3%2079.8%2C83.6%2082.1%2C85.9%2079.8%2C88.2%2082.1%2C90.4%2084.4%2C88.2%2086.6%2C90.4%20%0A%0988.9%2C88.2%2086.6%2C85.9%2088.9%2C83.6%20%22%2F%3E%0A%3Cpath%20class%3D%22st3%22%20d%3D%22M49.4%2C48.1C49.4%2C48.1%2C49.4%2C48.1%2C49.4%2C48.1C49.4%2C48.1%2C49.4%2C48.1%2C49.4%2C48.1l-0.7-0.7H30.8V52h16L73%2C78.2l3.2-3.2%0A%09L49.4%2C48.1z%22%2F%3E%0A%3Ccircle%20class%3D%22st0%22%20cx%3D%2216.5%22%20cy%3D%2250%22%20r%3D%2210.8%22%2F%3E%0A%3Crect%20x%3D%224.2%22%20y%3D%2244.1%22%20class%3D%22st6%22%20width%3D%2224.7%22%20height%3D%2212.9%22%2F%3E%0A%3Ctext%20transform%3D%22matrix%281%200%200%201%2012.3484%2055.744%29%22%20class%3D%22st1%20st7%20st8%22%3E%3F%3C%2Ftext%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="privacy"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st5%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st6%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M59.1%2C78.6c0-8.8%2C7.1-15.9%2C15.9-15.9c1.2%2C0%2C2.4%2C0.2%2C3.6%2C0.4V8.5H19.8v81.9h44.6C61.1%2C87.5%2C59.1%2C83.3%2C59.1%2C78.6z%0A%09%22%2F%3E%0A%3Ccircle%20class%3D%22st1%22%20cx%3D%2249.7%22%20cy%3D%2237.7%22%20r%3D%2215.4%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M33.8%2C60.1c0%2C0.5%2C0%2C1.1%2C0%2C1.6h25.3v-1.6H33.8z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M33.8%2C66.4c0%2C0.5%2C0%2C1.1%2C0%2C1.6h21.7c0.5-0.6%2C1.1-1.1%2C1.7-1.6H33.8z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M33.8%2C72.6c0%2C0.5%2C0%2C1.1%2C0%2C1.6H52c0.2-0.5%2C0.3-1.1%2C0.6-1.6H33.8z%22%2F%3E%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M75%2C65.8c-7.1%2C0-12.8%2C5.7-12.8%2C12.8c0%2C0%2C0%2C0%2C0%2C0c0%2C7.1%2C5.7%2C12.8%2C12.8%2C12.8c7.1%2C0%2C12.8-5.7%2C12.8-12.8%0A%09C87.8%2C71.6%2C82.1%2C65.8%2C75%2C65.8C75%2C65.8%2C75%2C65.8%2C75%2C65.8L75%2C65.8z%20M72.4%2C74h5.2v2.6h2v6.5h-9.1v-6.5h2V74L72.4%2C74z%20M73.7%2C75.3v1.4h2.7%0A%09v-1.4H73.7z%22%2F%3E%0A%3Cpath%20class%3D%22st3%22%20d%3D%22M49.7%2C25.1c-7%2C0-12.7%2C5.7-12.7%2C12.7s5.7%2C12.7%2C12.7%2C12.7c7%2C0%2C12.7-5.7%2C12.7-12.7S56.7%2C25.1%2C49.7%2C25.1z%0A%09%20M49.7%2C31.5c1.9%2C0%2C3.5%2C1.6%2C3.5%2C3.5s-1.6%2C3.5-3.5%2C3.5c-1.9%2C0-3.5-1.6-3.5-3.5S47.8%2C31.5%2C49.7%2C31.5z%20M49.7%2C33.5%0A%09c-0.9%2C0-1.5%2C0.7-1.5%2C1.5s0.7%2C1.5%2C1.5%2C1.5c0.9%2C0%2C1.5-0.7%2C1.5-1.5S50.5%2C33.5%2C49.7%2C33.5z%20M43.7%2C37.9h2v4.2h8.1v-4.2h2v6.2H43.7v-6%0A%09C43.7%2C38.1%2C43.7%2C37.9%2C43.7%2C37.9z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="whats-new"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st5%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st6%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M83.8%2C13.5H36.9c-3.5%2C0-6.3%2C0-6.3%2C0v65.7c0%2C4.6-3.4%2C8.5-7.8%2C9.2c0.5%2C0.1%2C1%2C0.2%2C1.6%2C0.2h59.4%0A%09c3.5%2C0%2C6.3-2.8%2C6.3-6.3V13.5C90%2C13.5%2C87.2%2C13.5%2C83.8%2C13.5z%22%2F%3E%0A%3Cpath%20class%3D%22st3%22%20d%3D%22M21.2%2C85.4c3.4%2C0%2C6.3-2.8%2C6.3-6.3V22.8h-6.3c-3.5%2C0-6.3%2C0-6.3%2C0v56.3c0%2C2.4%2C0.9%2C4.6%2C2.4%2C6.3H21.2z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M65%2C26h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6c0%2C0.9-0.7%2C1.6-1.6%2C1.6H65c-0.9%2C0-1.6-0.7-1.6-1.6C63.4%2C26.7%2C64.1%2C26%2C65%2C26z%22%0A%09%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M55.6%2C76H40c-0.9%2C0-1.6-0.7-1.6-1.6s0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6S56.5%2C76%2C55.6%2C76z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M55.6%2C66.6H40c-0.9%2C0-1.6-0.7-1.6-1.6s0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6S56.5%2C66.6%2C55.6%2C66.6z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M55.6%2C57.2H40c-0.9%2C0-1.6-0.7-1.6-1.6c0-0.9%2C0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0A%09C57.2%2C56.5%2C56.5%2C57.2%2C55.6%2C57.2z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M55.6%2C47.9H40c-0.9%2C0-1.6-0.7-1.6-1.6c0-0.9%2C0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0A%09C57.2%2C47.2%2C56.5%2C47.9%2C55.6%2C47.9z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M80.6%2C38.5H65c-0.9%2C0-1.6-0.7-1.6-1.6c0-0.9%2C0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6%0A%09C82.2%2C37.8%2C81.5%2C38.5%2C80.6%2C38.5z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M80.6%2C76H65c-0.9%2C0-1.6-0.7-1.6-1.6s0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6S81.5%2C76%2C80.6%2C76z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M80.6%2C66.6H65c-0.9%2C0-1.6-0.7-1.6-1.6s0.7-1.6%2C1.6-1.6h15.6c0.9%2C0%2C1.6%2C0.7%2C1.6%2C1.6S81.5%2C66.6%2C80.6%2C66.6z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M57.2%2C37.6c0%2C0.5-0.6%2C0.9-1.3%2C0.9H39.8c-0.7%2C0-1.3-0.4-1.3-0.9V26.9c0-0.5%2C0.6-0.9%2C1.3-0.9h16.1%0A%09c0.7%2C0%2C1.3%2C0.4%2C1.3%2C0.9V37.6z%22%2F%3E%0A%3Cpath%20class%3D%22st1%22%20d%3D%22M82.2%2C56.3c0%2C0.5-0.6%2C0.9-1.3%2C0.9H64.8c-0.7%2C0-1.3-0.4-1.3-0.9V45.6c0-0.5%2C0.6-0.9%2C1.3-0.9h16.1%0A%09c0.7%2C0%2C1.3%2C0.4%2C1.3%2C0.9V56.3z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="decisions"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st5%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st6%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st2%22%20d%3D%22M70.4%2C45.6l-9.1%2C0c0%2C3.2%2C0%2C6.4%2C0%2C9.6c1.3%2C0-1.3%2C0%2C0%2C0c0%2C1.4%2C0%2C2.8%2C0%2C4.2c0%2C0.7%2C0%2C1.2%2C0%2C1.9H38.7v-6.6%0A%09c0-0.5-0.2-0.4-0.7-0.4H22.8V23.7H38c0.5%2C0%2C0.7-0.7%2C0.7-1.2v-7.9c0-0.5-0.2-1.1-0.7-1.1H14.1c-0.5%2C0-0.9%2C0.6-0.9%2C1.1v71.7%0A%09c0%2C0.5%2C0.4%2C1.1%2C0.9%2C1.1h32.2c0.5%2C0%2C0.6-0.6%2C0.6-1.1v-7.5c0-0.5-0.1-1-0.6-1H22.8V63.2h6.3v7.2c0%2C0.5%2C0.4%2C0.4%2C0.9%2C0.4h40.4%0A%09c0.5%2C0%2C0.9%2C0%2C0.9-0.4V46.5C71.3%2C46%2C70.9%2C45.6%2C70.4%2C45.6z%22%2F%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M76.3%2C23.7h0.6v54.1H54.5c-0.5%2C0-0.4%2C0.5-0.4%2C1v7.5c0%2C0.5-0.1%2C1.1%2C0.4%2C1.1h31.4c0.5%2C0%2C1.3-0.6%2C1.3-1.1V14.5%0A%09c0-0.5-0.8-1.1-1.3-1.1H46.3c-0.5%2C0-1.1%2C0.6-1.1%2C1.1v0.7c0%2C2.1%2C0.1%2C4.3%2C0.1%2C6.5c0%2C2.5%2C0%2C5%2C0%2C7.5c0%2C0%2C0%2C0.1%2C0%2C0.1%0A%09c-3.5%2C0-7.1%2C0-10.4%2C0H30c-0.5%2C0-0.9%2C0.2-0.9%2C0.7v16.3c0%2C0.5%2C0.4%2C0.2%2C0.9%2C0.2H38c0.5%2C0%2C0.7%2C0.3%2C0.7-0.2v-7.4h31.7%0A%09c0.5%2C0%2C0.9%2C0%2C0.9-0.5V30c0-0.5-0.4-0.7-0.9-0.7h-1.1c-4.4%2C0-8.8-0.1-13.1%2C0l-1.2%2C0.2c0-2.1%2C0.2-4.5%2C0.1-5.8H76.3z%22%2F%3E%0A%3Crect%20x%3D%2245.5%22%20y%3D%2245.6%22%20class%3D%22st3%22%20width%3D%229.6%22%20height%3D%229.6%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="case-studies"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st5%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st6%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpath%20class%3D%22st0%22%20d%3D%22M65.3%2C68h19.9V13.5H31.9v19.4c0%2C0%2C0%2C0%2C0%2C0c10.1%2C0%2C18.3%2C8.2%2C18.3%2C18.3S42%2C69.4%2C31.9%2C69.4c0%2C0%2C0%2C0%2C0%2C0v19.1h33.4%0A%09V68z%22%2F%3E%0A%3Cpolygon%20class%3D%22st2%22%20points%3D%2269.2%2C88.5%2069.2%2C72.5%2085.2%2C72.5%20%22%2F%3E%0A%3Cg%3E%0A%09%3Ccircle%20class%3D%22st6%22%20cx%3D%2231.3%22%20cy%3D%2251%22%20r%3D%2211.7%22%2F%3E%0A%09%3Cpath%20class%3D%22st6%22%20d%3D%22M23%2C59.4l-9.9%2C9.9L23%2C59.4z%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="useful-links"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.2.1%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20width%3D%22100px%22%20height%3D%22100px%22%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2325B6EA%3B%7D%0A%09.st1%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st2%7Bfill%3A%2320A2A2%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3A%2325B6EA%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st5%7Bfill%3Anone%3Bstroke%3A%2329B6EA%3Bstroke-width%3A2%3Bstroke-miterlimit%3A10%3B%7D%0A%09.st6%7Bfill%3Anone%3Bstroke%3A%236F2A81%3Bstroke-width%3A4%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cpolygon%20class%3D%22st2%22%20points%3D%2233.2%2C13.5%2033.2%2C29.5%2017.2%2C29.5%20%22%2F%3E%0A%3Cpolygon%20class%3D%22st0%22%20points%3D%2237.1%2C13.5%2037.1%2C34%2017.2%2C34%2017.2%2C88.5%2070.5%2C88.5%2070.5%2C77.1%2070.5%2C69.1%2070.5%2C32.6%2070.5%2C22.9%2070.5%2C13.5%20%22%2F%3E%0A%3Ccircle%20class%3D%22st1%22%20cx%3D%2243.9%22%20cy%3D%2256.9%22%20r%3D%2215.4%22%2F%3E%0A%3Cpath%20class%3D%22st3%22%20d%3D%22M43.9%2C44.4c-6.9%2C0-12.5%2C5.6-12.5%2C12.5c0%2C6.9%2C5.6%2C12.5%2C12.5%2C12.5s12.5-5.6%2C12.5-12.5%0A%09C56.4%2C50%2C50.8%2C44.4%2C43.9%2C44.4L43.9%2C44.4z%20M42.1%2C56.7l-0.9-0.9c-0.3-0.3-0.3-0.8%2C0-1.1c0.3-0.3%2C0.8-0.3%2C1.1%2C0l0.9%2C0.9l0.2-0.2%0A%09c0.2-0.2%2C0.3-0.4%2C0.3-0.7c0-0.2-0.1-0.5-0.3-0.6l-1.9-1.9C41.2%2C52.1%2C41%2C52%2C40.8%2C52c-0.2%2C0-0.5%2C0.1-0.7%2C0.3l-1.4%2C1.4%0A%09c-0.2%2C0.2-0.3%2C0.4-0.3%2C0.7c0%2C0.3%2C0.1%2C0.5%2C0.3%2C0.7l1.9%2C1.9c0.3%2C0.4%2C1%2C0.4%2C1.3%2C0L42.1%2C56.7z%20M49.4%2C60.6c0-0.2-0.1-0.5-0.3-0.6L47.2%2C58%0A%09c-0.2-0.2-0.4-0.3-0.7-0.3c-0.2%2C0-0.5%2C0.1-0.7%2C0.3l-0.2%2C0.2c0%2C0%2C0.9%2C0.9%2C0.9%2C0.9c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1c-0.3%2C0.3-0.8%2C0.3-1.1%2C0%0A%09c-0.1-0.1-0.9-0.9-0.9-0.9l-0.1%2C0.2c-0.2%2C0.2-0.3%2C0.4-0.3%2C0.7s0.1%2C0.5%2C0.3%2C0.6l1.9%2C1.9c0.4%2C0.4%2C1%2C0.4%2C1.3%2C0l1.4-1.4%0A%09C49.3%2C61.1%2C49.4%2C60.8%2C49.4%2C60.6L49.4%2C60.6z%20M50.2%2C58.8c0.5%2C0.5%2C0.7%2C1.1%2C0.7%2C1.7c0%2C0.7-0.3%2C1.3-0.7%2C1.7l-1.4%2C1.4%0A%09c-0.5%2C0.5-1.1%2C0.7-1.7%2C0.7c-0.7%2C0-1.3-0.2-1.7-0.7l-1.9-1.9c-0.4-0.5-0.7-1.1-0.7-1.7s0.3-1.3%2C0.7-1.7l0.2-0.2l-0.4-0.4L43%2C58%0A%09c-0.5%2C0.4-1.1%2C0.7-1.7%2C0.7c-0.7%2C0-1.3-0.3-1.7-0.7L37.6%2C56c-0.5-0.5-0.7-1.1-0.7-1.7s0.2-1.3%2C0.7-1.7l1.4-1.4%0A%09c0.5-0.5%2C1.1-0.7%2C1.7-0.7c0.7%2C0%2C1.3%2C0.2%2C1.7%2C0.7l1.9%2C1.9c0.5%2C0.5%2C0.7%2C1.1%2C0.7%2C1.7c0%2C0.7-0.3%2C1.3-0.7%2C1.7l-0.2%2C0.2l0.4%2C0.4l0.2-0.2%0A%09c0.4-0.5%2C1.1-0.7%2C1.7-0.7c0.7%2C0%2C1.3%2C0.3%2C1.7%2C0.7L50.2%2C58.8z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.slat--has-icon > .slat__link[href*="annual-report"]:before {
  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%2053.35%2075.04%22%3E%3Ctitle%3Eentry--annual-report%3C%2Ftitle%3E%3Cpolygon%20points%3D%2219.93%200%2019.93%2020.52%200%2020.52%200%2075.04%2053.35%2075.04%2053.35%2063.66%2053.35%2055.68%2053.35%2019.12%2053.35%209.42%2053.35%200%2019.93%200%22%20style%3D%22fill%3A%2325b6ea%22%2F%3E%3Ccircle%20cx%3D%2226.5%22%20cy%3D%2242.42%22%20r%3D%2214.88%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpolygon%20points%3D%2216.02%200%2016.02%2016.03%200%2016.03%2016.02%200%22%20style%3D%22fill%3A%2320a2a2%22%2F%3E%3Cpath%20d%3D%22M56.54%2C45.41l-3%2C5.11L53%2C51.5l-3.48%2C6-9.85-6.19-1.81-1.14A12.12%2C12.12%2C0%2C0%2C0%2C38.7%2C61.3q0.28%2C0.45.6%2C0.87a12.09%2C12.09%2C0%2C0%2C0%2C2.47%2C2.45%2C11.91%2C11.91%2C0%2C0%2C0%2C1.3.85A12.12%2C12.12%2C0%2C0%2C0%2C56.54%2C45.41Z%22%20transform%3D%22translate%28-22.49%20-12.48%29%22%20style%3D%22fill%3A%236f2a81%22%2F%3E%3Cpath%20d%3D%22M48.21%2C53.44l4.68-8.16h0l0.65-1.14%2C0.16-.28-0.16-.06L53%2C43.58h0A12.2%2C12.2%2C0%2C0%2C0%2C46.85%2C43a11.9%2C11.9%2C0%2C0%2C0-2.48.66L45%2C45.15Z%22%20transform%3D%22translate%28-22.49%20-12.48%29%22%20style%3D%22fill%3A%236f2a81%22%2F%3E%3Cline%20x1%3D%2226.67%22%20y1%3D%2218.12%22%20x2%3D%2246.51%22%20y2%3D%2218.12%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%22%2F%3E%3Cline%20x1%3D%226.65%22%20y1%3D%2266.12%22%20x2%3D%2246.51%22%20y2%3D%2266.12%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%22%2F%3E%3Cline%20x1%3D%2225.97%22%20y1%3D%228.03%22%20x2%3D%2246.51%22%20y2%3D%228.03%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%3Bstroke-width%3A4px%22%2F%3E%3C%2Fsvg%3E');
}

.slat--has-icon > .slat__link[href*="faqs"]:before {
  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%2081.2%2081.2%22%3E%3Ctitle%3Eentry--faq%3C%2Ftitle%3E%3Ccircle%20cx%3D%2240.6%22%20cy%3D%2240.6%22%20r%3D%2240.6%22%20style%3D%22fill%3A%2325b6ea%22%2F%3E%3Cpath%20d%3D%22M58%2C49.1A17.25%2C17.25%2C0%2C0%2C1%2C30.6%2C63c-1-.7%2C0%2C0-4.5.5-3.4.4%2C0.1-5.2-.6-6.5a17%2C17%2C0%2C0%2C1-1.9-7.8A17.2%2C17.2%2C0%2C0%2C1%2C58%2C49.1Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%2320a2a2%22%2F%3E%3Cpath%20d%3D%22M75.7%2C53.3a13.16%2C13.16%2C0%2C0%2C1-1.3%2C5.6c-0.3.7%2C0%2C4-.5%2C4.7-0.7%2C1-2.3-.8-3.3%2C0a13.28%2C13.28%2C0%2C0%2C1-7.8%2C2.6A12.9%2C12.9%2C0%2C1%2C1%2C75.7%2C53.3Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%236f2a81%22%2F%3E%3Cpath%20d%3D%22M39.7%2C39.9c-3.2%2C0-5.9%2C2.2-5.9%2C4.8a1.76%2C1.76%2C0%2C0%2C0%2C1.9%2C1.8%2C2.3%2C2.3%2C0%2C0%2C0%2C2.1-1.6%2C2%2C2%2C0%2C0%2C1%2C2.1-1.5%2C1.64%2C1.64%2C0%2C0%2C1%2C1.9%2C1.7c0%2C0.9-.8%2C1.6-1.8%2C2.3-1.1.9-2.4%2C1.8-2.4%2C3.5a1.92%2C1.92%2C0%2C0%2C0%2C1.9%2C2%2C1.73%2C1.73%2C0%2C0%2C0%2C1.9-1.5c0.1-.2.2-0.5%2C0.3-0.7a6.94%2C6.94%2C0%2C0%2C1%2C1.2-1c1.3-1%2C3.2-2.3%2C3.2-4.6C46.1%2C41.2%2C42.7%2C39.9%2C39.7%2C39.9Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M39.6%2C53.6a2.3%2C2.3%2C0%2C1%2C0%2C2.3%2C2.3A2.26%2C2.26%2C0%2C0%2C0%2C39.6%2C53.6Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M58%2C51.4a1.7%2C1.7%2C0%2C1%2C0%2C1.7%2C1.7A1.75%2C1.75%2C0%2C0%2C0%2C58%2C51.4Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Ccircle%20cx%3D%2255.4%22%20cy%3D%2242.5%22%20r%3D%221.7%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M67.3%2C51.4A1.7%2C1.7%2C0%2C1%2C0%2C69%2C53.1%2C1.75%2C1.75%2C0%2C0%2C0%2C67.3%2C51.4Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M75.7%2C59.8A14.48%2C14.48%2C0%2C0%2C0%2C62.9%2C38.3a14.36%2C14.36%2C0%2C0%2C0-5.4%2C1H57.4a22.6%2C22.6%2C0%2C0%2C0-2.3-3.1%2C19.64%2C19.64%2C0%2C0%2C0-14.5-6.5A18.67%2C18.67%2C0%2C0%2C0%2C28%2C34.5a19.27%2C19.27%2C0%2C0%2C0-3.8%2C23.3l-1.7%2C5.7a1.79%2C1.79%2C0%2C0%2C0%2C.4%2C1.7%2C1.83%2C1.83%2C0%2C0%2C0%2C1.7.6l5.8-1.1a19.57%2C19.57%2C0%2C0%2C0%2C11%2C3.4%2C18.42%2C18.42%2C0%2C0%2C0%2C11.1-3.6l0.2-.2a14.3%2C14.3%2C0%2C0%2C0%2C9.5%2C3.5%2C15.12%2C15.12%2C0%2C0%2C0%2C8.4-2.6L74.8%2C66h0.3a1.61%2C1.61%2C0%2C0%2C0%2C1.3-.6%2C1.79%2C1.79%2C0%2C0%2C0%2C.4-1.7ZM41.5%2C64.6A15.55%2C15.55%2C0%2C0%2C1%2C32%2C61.4a1.74%2C1.74%2C0%2C0%2C0-1.4-.3l-3.7.7L28%2C58.2a1.7%2C1.7%2C0%2C0%2C0-.2-1.4%2C15.61%2C15.61%2C0%2C0%2C1%2C2.7-19.5%2C15.27%2C15.27%2C0%2C0%2C1%2C10.2-3.9%2C15.71%2C15.71%2C0%2C0%2C1%2C11.8%2C5.3%2C10.77%2C10.77%2C0%2C0%2C1%2C1.8%2C2.4%2C18.63%2C18.63%2C0%2C0%2C0-2.6%2C2.3%2C15.07%2C15.07%2C0%2C0%2C0-1.5%2C18.3%2C0.38%2C0.38%2C0%2C0%2C0%2C.2.2H50.3A15.77%2C15.77%2C0%2C0%2C1%2C41.5%2C64.6Zm30.6-4.5%2C0.6%2C2-2-.4a1.74%2C1.74%2C0%2C0%2C0-1.4.3%2C11.45%2C11.45%2C0%2C0%2C1-6.9%2C2.3A11.17%2C11.17%2C0%2C0%2C1%2C55%2C61.5l-0.3-.3a10%2C10%2C0%2C0%2C1-1.6-2%2C11.31%2C11.31%2C0%2C0%2C1%2C1.3-13.6%2C13.68%2C13.68%2C0%2C0%2C1%2C2.2-1.9%2C10.08%2C10.08%2C0%2C0%2C1%2C2.3-1.2A11.09%2C11.09%2C0%2C0%2C1%2C72.3%2C58.7%2C1.7%2C1.7%2C0%2C0%2C0%2C72.1%2C60.1Z%22%20transform%3D%22translate%28-7.2%20-10.6%29%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fsvg%3E');
}

.slat--has-icon > .slat__link[href*="glossary"]:before {
  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%2055.7%2078%22%3E%3Ctitle%3Eentry--glossary%3C%2Ftitle%3E%3Cpath%20d%3D%22M23.2%2C75.5a9.59%2C9.59%2C0%2C0%2C1%2C6.3-2.3H78.8V11.4h-47a8.56%2C8.56%2C0%2C0%2C0-8.5%2C8.5L23.2%2C75.5h0Z%22%20transform%3D%22translate%28-23.2%20-11.4%29%22%20style%3D%22fill%3A%2325b6ea%22%2F%3E%3Cpath%20d%3D%22M78.7%2C85H32.5V81.3H78.8V76.8H29.6a6.3%2C6.3%2C0%2C0%2C0%2C0%2C12.6H78.9V85H78.7Z%22%20transform%3D%22translate%28-23.2%20-11.4%29%22%20style%3D%22fill%3A%236f2a81%22%2F%3E%3Ccircle%20cx%3D%2227.9%22%20cy%3D%2231.7%22%20r%3D%2220.1%22%20style%3D%22fill%3A%23fff%22%2F%3E%3Cpath%20d%3D%22M40.8%2C49.5l7.5-16.9a2.92%2C2.92%2C0%2C0%2C1%2C2.8-1.9h0.3a2.79%2C2.79%2C0%2C0%2C1%2C2.7%2C1.9l7.5%2C16.9a1.64%2C1.64%2C0%2C0%2C1%2C.2%2C1%2C2.24%2C2.24%2C0%2C0%2C1-2.2%2C2.3%2C2.47%2C2.47%2C0%2C0%2C1-2.3-1.6l-1.4-3.4H46.4l-1.5%2C3.5a2.39%2C2.39%2C0%2C0%2C1-2.2%2C1.5%2C2.22%2C2.22%2C0%2C0%2C1-2.2-2.2A2.28%2C2.28%2C0%2C0%2C1%2C40.8%2C49.5Zm13.3-5.9-3-7.1-3%2C7.1h6Z%22%20transform%3D%22translate%28-23.2%20-11.4%29%22%20style%3D%22fill%3A%2320a2a2%22%2F%3E%3C%2Fsvg%3E');
}

.slat--has-icon > .slat__link[href*="complaint-form"]:before {
  background-image: url('data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2020.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%20100%20100%22%20style%3D%22enable-background%3Anew%200%200%20100%20100%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0A%09.st0%7Bfill%3A%2320A2A2%3B%7D%0A%09.st1%7Bfill%3A%2325B6EA%3B%7D%0A%09.st2%7Bfill%3A%23FFFFFF%3B%7D%0A%09.st3%7Bfill%3A%236F2A81%3B%7D%0A%09.st4%7Bfill%3Anone%3Bstroke%3A%23FFFFFF%3Bstroke-width%3A4%3Bstroke-miterlimit%3A10%3B%7D%0A%3C%2Fstyle%3E%0A%3Cg%3E%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M14.3%2C47.4V82c0%2C2.4%2C1.8%2C3.9%2C4.2%2C3.9H41l7.3%2C10.6c0.4%2C0.4%2C0.7%2C0.7%2C1.4%2C0.7c0.6%2C0%2C1.1-0.4%2C1.4-0.7l7.5-10.6%0A%09%09h22.5c2.3%2C0%2C3.9-1.7%2C3.9-3.9V47.4C85.2%2C47.4%2C14.3%2C47.4%2C14.3%2C47.4z%22%2F%3E%0A%09%3Cpath%20class%3D%22st1%22%20d%3D%22M84.8%2C7.9c0-2.3-1.8-4.2-3.9-4.2H18.3c-2.4%2C0-4.2%2C1.9-4.2%2C4.2v34.5h70.6V7.9H84.8z%22%2F%3E%0A%09%3Ccircle%20class%3D%22st2%22%20cx%3D%2249.9%22%20cy%3D%2238.3%22%20r%3D%2224.7%22%2F%3E%0A%09%3Cg%3E%0A%09%09%3Cg%3E%0A%09%09%09%3Cpath%20class%3D%22st3%22%20d%3D%22M44.3%2C25.7c-0.1-1.8%2C0.7-3.1%2C2.5-3.1h6c1.7%2C0%2C2.6%2C1.4%2C2.5%2C3.1l-2.6%2C11.5c-0.1%2C1.7-1.2%2C2.7-2.9%2C2.7%0A%09%09%09%09c-1.6%2C0-2.6-1-2.9-2.7L44.3%2C25.7z%22%2F%3E%0A%09%09%09%3Cpath%20class%3D%22st3%22%20d%3D%22M49.9%2C43.9c3.1%2C0%2C5.4%2C2.3%2C5.4%2C5.2v0.1c0%2C3-2.3%2C5.2-5.4%2C5.2c-3.1%2C0-5.4-2.3-5.4-5.2v-0.1%0A%09%09%09%09C44.5%2C46.2%2C46.7%2C43.9%2C49.9%2C43.9z%22%2F%3E%0A%09%09%3C%2Fg%3E%0A%09%3C%2Fg%3E%0A%09%3Cline%20class%3D%22st4%22%20x1%3D%2238.2%22%20y1%3D%2273.3%22%20x2%3D%2274.3%22%20y2%3D%2273.3%22%2F%3E%0A%09%3Cline%20class%3D%22st4%22%20x1%3D%2225.7%22%20y1%3D%2273.3%22%20x2%3D%2233.1%22%20y2%3D%2273.3%22%2F%3E%0A%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
}

/**
 * @file
 * Override the CSS from the social_share module
 */
.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: 28px;
  height: 32px;
  position: relative;
  color: #414042;
  padding: 0;
  margin: 0 0 1px 5px;
  border-top: 1px solid #e6e7e8;
}
.social-share > div > a:before {
  top: 50%;
  left: 50%;
  font-size: 16px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.social-share > div > a:hover, .social-share > div > a:focus {
  color: #26b7ea;
  text-decoration: none;
}

.step {
  position: relative;
  z-index: 100;
}

.step--blue {
  border-color: #26b7ea;
  background-color: #cbeaed;
  text-align: center;
}
@media (min-width: 992px) {
  .step--blue {
    max-width: 66.66667%;
    margin-left: auto;
    margin-right: auto;
  }
}

.step--green-fill {
  background-color: #22a2a2;
  border-color: #22a2a2;
  color: #ffffff;
}

.step--orange-fill {
  background-color: #f58d52;
  border-color: #f58d52;
  color: #ffffff;
}

.step--green-fill,
.step--orange-fill {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  text-align: center;
  margin-right: 2%;
  height: 120px;
}
.flowchart .step--green-fill p, .flowchart
.step--orange-fill p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .flowchart .step--green-fill p, .flowchart
  .step--orange-fill p {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .step--green-fill,
  .step--orange-fill {
    height: auto;
  }
  .flowchart .step--green-fill p, .flowchart
  .step--orange-fill p {
    font-size: 1.5rem;
  }
}

.step--orange-fill {
  margin-right: 0;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .step--green,
  .step--purple {
    display: inline-block;
    vertical-align: middle;
  }
}

.step--green {
  background-color: rgba(34, 162, 162, 0.1);
  border-color: #22a2a2;
}
@media (min-width: 992px) {
  .step--green {
    width: 58%;
    margin-right: 6%;
  }
}

.step--purple {
  background-color: rgba(112, 32, 130, 0.1);
  border-color: #702082;
  margin-left: 15%;
}
@media (min-width: 992px) {
  .step--purple {
    width: 36%;
    margin-left: 0;
  }
}

.arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
}
.arrow:before, .arrow:after {
  content: '';
  display: block;
  position: absolute;
}
.arrow:before {
  background-color: #595959;
}
.arrow:after {
  background: url('../images/arrow.svg?1497581804') no-repeat top center;
  background-size: 3rem auto;
  width: 30px;
  height: 25px;
}

.arrow--right {
  left: 70%;
  width: 30px;
  top: 100%;
  height: 63px;
}
.arrow--right:before {
  height: 43px;
  width: 3px;
  left: 50%;
  background-color: #702082;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.arrow--right:after {
  bottom: 0;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url('../images/arrow--purple.svg?1497581804');
  width: 33px;
  height: 32px;
}
@media (min-width: 992px) {
  .arrow--right {
    left: 100%;
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    bottom: inherit;
    top: 50%;
    height: 26px;
    width: 36px;
  }
  .arrow--right:before {
    left: 0;
    width: 30px;
    height: 3px;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
  .arrow--right:after {
    right: 0;
    top: inherit;
    width: 25px;
    height: 35px;
    bottom: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .arrow--right {
    width: 48px;
  }
}
@media (min-width: 1300px) {
  .arrow--right {
    width: 52px;
  }
}

.arrow--down {
  left: 5px;
  width: 30px;
}
.arrow--down:before {
  width: 3px;
  top: 0;
  left: 50%;
  background-color: #22a2a2;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.arrow--down:after {
  bottom: 0;
  background-image: url('../images/arrow--down.svg?1497581804');
}
@media (min-width: 768px) {
  .arrow--down {
    left: 35px;
  }
}
@media (min-width: 992px) {
  .arrow--down {
    top: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .arrow--down:after {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.step--1 .arrow {
  width: 30px;
  height: 62px;
  left: 15%;
}
.step--1 .arrow:before, .step--1 .arrow:after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.step--1 .arrow:before {
  width: 3px;
  height: 4rem;
  top: 0;
  background-color: #595959;
}
.step--1 .arrow:after {
  bottom: 0;
  background-image: url('../images/arrow.svg?1497581804');
}
.step--1 .arrow + .arrow {
  left: inherit;
  right: 15%;
}

.step--2 .arrow--down {
  height: 62px;
}
.step--2 .arrow--down:before {
  height: 42px;
}
@media (min-width: 992px) {
  .step--2 .arrow--down {
    height: 86px;
  }
  .step--2 .arrow--down:before {
    height: 66px;
  }
}

@media (max-width: 991px) {
  .step--3.step--purple {
    height: 166px;
  }
}

.step--3 .arrow--down {
  height: 288px;
}
.step--3 .arrow--down:before {
  height: 268px;
}
@media (min-width: 992px) {
  .step--3 .arrow--down {
    height: 62px;
  }
  .step--3 .arrow--down:before {
    height: 42px;
  }
}

@media (max-width: 991px) {
  .step--4.step--purple,
  .step--5.step--purple {
    height: 140px;
  }
}

.step--4 .arrow--down {
  height: 262px;
}
.step--4 .arrow--down:before {
  height: 242px;
}
@media (min-width: 992px) {
  .step--4 .arrow--down {
    height: 65px;
  }
  .step--4 .arrow--down:before {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .step--4 .arrow--down {
    height: 62px;
  }
  .step--4 .arrow--down:before {
    height: 42px;
  }
}

.step--5 .arrow--down {
  height: 262px;
}
.step--5 .arrow--down:before {
  height: 242px;
}
@media (min-width: 992px) {
  .step--5 .arrow--down {
    height: 78px;
  }
  .step--5 .arrow--down:before {
    height: 58px;
  }
}
@media (min-width: 1200px) {
  .step--5 .arrow--down {
    height: 62px;
  }
  .step--5 .arrow--down:before {
    height: 42px;
  }
}

.telephone {
  overflow-x: hidden;
}
.telephone .call {
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
}

.telephone--footer p {
  text-transform: uppercase;
  vertical-align: top;
  display: block;
  margin: 0 0 18px 0;
  color: #ffffff;
  font-weight: bolder;
  font-size: 17px;
  line-height: 1;
}
@media (min-width: 992px) {
  .telephone--footer p {
    height: 52px;
    line-height: 52px;
    margin-bottom: 0;
  }
}
.telephone--footer p > a[href^="tel"] {
  color: #f58d52;
  text-decoration: none;
}
.telephone--footer p > a[href^="tel"]:before {
  content: ':';
  margin: 0 6px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

.hero .title--main,
.hero .title--subtitle {
  color: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.title--main {
  padding: 0 0 20px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.title--main > .title {
  margin: 0;
}
.title--main + .title--subtitle {
  margin-top: -10px;
  padding-bottom: 30px;
}
.hero .title--main {
  padding-top: 30px;
  padding-bottom: 30px;
}
.hero .title--main + .title--subtitle {
  margin-top: -20px;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .hero .title--main {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .hero .title--main + .title--subtitle {
    margin-top: -30px;
    padding-bottom: 20px;
  }
}

.title--subtitle {
  font-size: 1.7rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  .title--subtitle {
    font-size: 2rem;
    max-width: 64%;
  }
}
.title--subtitle a {
  color: #ffffff;
  border-bottom: 1px #ffffff dotted;
}
.title--subtitle a:hover, .title--subtitle a:focus {
  border-bottom-style: solid;
  text-decoration: none;
}

@media (min-width: 992px) {
  .front .hero .title--main,
  .front .hero .title--subtitle {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .front .hero .title--main,
  .front .hero .title--subtitle {
    max-width: 46%;
  }
}

.front .hero .title--main {
  padding: 40px 20px;
  text-align: center;
  background-color: rgba(38, 183, 234, 0.8);
}
@media (min-width: 992px) {
  .front .hero .title--main {
    padding: 100px 40px;
    text-align: left;
    background-color: transparent;
  }
}

.front .hero .title--main + .title--subtitle {
  padding: 0 20px 40px;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .front .hero .title--main + .title--subtitle {
    padding: 0 40px 80px;
    max-width: 68%;
    margin-top: -65px;
  }
}
@media (min-width: 1200px) {
  .front .hero .title--main + .title--subtitle {
    max-width: 54%;
  }
}

/**
 * @file
 * BEM block for toggles.
 */
.toggle {
  float: right;
  clear: both;
  color: #333333;
  background-color: #eeeeee;
  position: relative;
}
.control--search .toggle {
  background-color: transparent;
}
.control--search .toggle:hover, .control--search .toggle:focus {
  background-color: transparent;
}
.toggle:hover, .toggle:focus {
  color: #ffffff;
  background-color: #555555;
  text-decoration: none;
}
.toggle.active {
  color: #ffffff;
  background-color: #333333;
}
.control--search .toggle.active {
  background-color: transparent;
}
.toggle .icon--close {
  display: none;
}
.toggle.active .icon--close {
  display: inline-block;
}

.toggle--navigation {
  color: rgba(255, 255, 255, 0.5);
  background-color: #373638;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  font-size: 22px;
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.toggle--navigation:focus, .toggle--navigation:active, .toggle--navigation:hover {
  color: #ffffff;
  line-height: 48px;
}
.mm-opened .toggle--navigation .icon--menu {
  display: none;
}
.mm-opened .toggle--navigation .icon--close {
  display: block;
  line-height: 46px;
}

.views-exposed-form {
  padding: 20px;
}

.views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.views-exposed-form .views-exposed-widget.views-submit-button {
  vertical-align: bottom;
}

.views-exposed-form .container-inline-date > .form-item, .views-exposed-form .container-inline-date > .form-item select {
  margin: 0;
}

.webform-client-form legend {
  margin-bottom: 14px;
  font-weight: 200;
  text-indent: 15px;
}

.webform-component {
  margin-bottom: 20px;
  margin-top: 20px;
}
.webform-component:first-child {
  margin-top: 0;
}
.webform-component:last-child {
  margin-bottom: 0;
}

.webform-component-fieldset {
  margin-bottom: 30px;
}
.webform-component-fieldset .panel-heading {
  border: none;
}
.webform-component-fieldset .panel-title {
  color: #ffffff;
  background-color: #f58d52;
  font-size: 1.9rem;
  padding: 5px 0;
  display: block;
}
.webform-component-fieldset .webform-component-fieldset {
  margin-bottom: 20px;
}
.webform-component-fieldset .webform-component-fieldset legend {
  text-indent: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.webform-component-fieldset .webform-component-fieldset:last-child {
  margin-bottom: 0;
}
.webform-component-fieldset .webform-component-fieldset .panel-title {
  font-size: 1.7rem;
  text-decoration: underline;
}
.webform-component-fieldset .webform-component-fieldset .panel-title {
  color: #414042;
  background-color: transparent;
  padding: 0;
}
.webform-component-fieldset .row .webform-component, .webform-component-fieldset .site-wrapper__row .webform-component, .webform-component-fieldset .site__row .webform-component {
  margin-top: 0;
}

.webform-component-textfield > .form-control,
.webform-component-email > .form-control,
.webform-component-textarea .form-control,
.webform-component-number .form-control,
input.year {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.webform-component-checkboxes,
.webform-component-radios {
  overflow: hidden;
}
.webform-component-checkboxes > label,
.webform-component-radios > label {
  margin-bottom: 0;
}
.webform-component-checkboxes .form-checkbox,
.webform-component-checkboxes .form-radio,
.webform-component-radios .form-checkbox,
.webform-component-radios .form-radio {
  position: absolute;
  left: -1000px;
  height: 0;
}
.webform-component-checkboxes .form-checkbox + label,
.webform-component-checkboxes .form-radio + label,
.webform-component-radios .form-checkbox + label,
.webform-component-radios .form-radio + label {
  padding-left: 0;
}
.webform-component-checkboxes .form-checkbox + label:before,
.webform-component-checkboxes .form-radio + label:before,
.webform-component-radios .form-checkbox + label:before,
.webform-component-radios .form-radio + label:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 6px;
  margin-top: -3px;
  border: 1px #585858 solid;
  vertical-align: middle;
}

.webform-component-checkboxes .form-checkbox:checked + label:before {
  background: url('../images/tick.svg?1497581804') no-repeat center;
  background-size: 78% auto;
}

.webform-component-radios .form-radio + label:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.webform-component-radios .form-radio:checked + label:before {
  background-color: #26b7ea;
  border-color: #26b7ea;
}

.webform-component-date .webform-container-inline > .form-item {
  display: inline-block;
  vertical-align: top;
}

.webform-component-file .form-file {
  display: inline-block;
  width: auto;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  vertical-align: top;
  max-width: 60%;
}
.webform-component-file .form-file + button {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: -1px;
}

.form-managed-file + .description {
  font-size: 1.4rem;
  margin-top: 5px;
}

.form-checkbox.error + label:before {
  background: rgba(234, 89, 80, 0.5);
}

.form-checkbox.error + label:after {
  content: '!';
  color: #ea5950;
  font-weight: bold;
}

.form-checkbox.error:checked + label:after {
  content: none;
}

.webform-client-form > div > .form-submit[disabled] {
  text-indent: -44px;
  border: none;
  color: #ffffff;
  font-size: 13px;
  padding: 0;
  opacity: 1;
}
.webform-client-form > div > .form-submit[disabled]:hover, .webform-client-form > div > .form-submit[disabled]:focus {
  background-color: transparent;
}

.webform-client-form > div > .form-submit[disabled]:after {
  content: 'Please agree to both parts of Part 4 Disclosure of information and Complainant’s Declaration before submitting your complaint';
  color: #414042;
}

.form-required {
  color: red;
  font-size: 1em;
  top: 0.15em;
  position: relative;
}
