﻿@charset "UTF-8";
/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
@import "https://use.typekit.net/wqr8mto.css";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "gill-sans-nova", Gill Sans Nova, "Times New Roman", Times, serif;
  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: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.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: 9.5px;
  margin-bottom: 9.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: 41px;
}

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

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

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

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

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

p {
  margin: 0 0 9.5px;
}

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #00446B;
}

a.text-primary:hover {
  color: rgb(0, 35.5887850467, 56);
}

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

a.text-success:hover {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #00446B;
}

a.bg-primary:hover {
  background-color: rgb(0, 35.5887850467, 56);
}

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

a.bg-success:hover {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

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

dt,
dd {
  line-height: 1.188;
}

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: 720px) {
  .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 rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote, ul.cmsci-documentcentrecategorydocs {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 20px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child, ul.cmsci-documentcentrecategorydocs p:last-child,
blockquote ul:last-child,
ul.cmsci-documentcentrecategorydocs ul:last-child,
blockquote ol:last-child,
ul.cmsci-documentcentrecategorydocs ol:last-child {
  margin-bottom: 0;
}
blockquote footer, ul.cmsci-documentcentrecategorydocs footer,
blockquote small,
ul.cmsci-documentcentrecategorydocs small,
blockquote .small,
ul.cmsci-documentcentrecategorydocs .small {
  display: block;
  font-size: 80%;
  line-height: 1.188;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before, ul.cmsci-documentcentrecategorydocs footer:before,
blockquote small:before,
ul.cmsci-documentcentrecategorydocs small:before,
blockquote .small:before,
ul.cmsci-documentcentrecategorydocs .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right,
ul.pull-right.cmsci-documentcentrecategorydocs {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
ul.pull-right.cmsci-documentcentrecategorydocs footer:before,
blockquote.pull-right small:before,
ul.pull-right.cmsci-documentcentrecategorydocs small:before,
blockquote.pull-right .small:before,
ul.pull-right.cmsci-documentcentrecategorydocs .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
ul.pull-right.cmsci-documentcentrecategorydocs footer:after,
blockquote.pull-right small:after,
ul.pull-right.cmsci-documentcentrecategorydocs small:after,
blockquote.pull-right .small:after,
ul.pull-right.cmsci-documentcentrecategorydocs .small:after {
  content: " —";
}

address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.188;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
.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.188;
  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-child(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: rgb(232.25, 232.25, 232.25);
}

.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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.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;
  }
}

.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.188;
  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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #00446B;
  border-color: rgb(0, 51.7943925234, 81.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 35.5887850467, 56);
  border-color: rgb(0, 12.9009345794, 20.3);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #00446B;
  border-color: rgb(0, 51.7943925234, 81.5);
}
.btn-primary .badge {
  color: #00446B;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #00446B;
  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: rgb(0, 19.3831775701, 30.5);
  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: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  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%;
}

.alert, .fact-container {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4, .fact-container h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link, .fact-container .alert-link {
  font-weight: bold;
}
.alert > p, .fact-container > p,
.alert > ul,
.fact-container > ul {
  margin-bottom: 0;
}
.alert > p + p, .fact-container > 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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

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

.info-link {
  position: relative !important;
  background-color: #00446B;
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  height: 202px;
}
.info-link h3 {
  color: #fff !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 2.4em; /* (Number of lines you want visible) * (line-height) */
  line-height: 1.2em;
  -webkit-line-clamp: 2; /* Write the number of 
lines you want to be 
displayed */
  -webkit-box-orient: vertical;
}
.info-link .info-link-btn {
  color: #fff;
  background-color: rgb(0, 35.5887850467, 56);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.3s;
  text-decoration: none;
  border: 1px solid rgb(0, 35.5887850467, 56);
}
.info-link .info-link-btn:hover {
  background-color: #00446B;
  color: #fff;
}

.g-pa-25 {
  padding: 25px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.mce-content-body {
  font-family: "calibri", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.188;
  color: #333333;
  padding: 0.8em;
}
.mce-content-body .workflow-template .workflow-item h2::before {
  background-color: #00446B !important;
}
.mce-content-body .btn-default {
  text-decoration: none;
}
.mce-content-body .btn-primary {
  text-decoration: none;
  color: #fff;
}
.mce-content-body h1, .mce-content-body .h1 {
  color: #00446B;
  display: block;
  margin-bottom: 21px;
  padding-bottom: 21px;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #eee;
}
.mce-content-body h2, .mce-content-body .h2 {
  color: #00a5bc;
  font-weight: 600;
}
.mce-content-body h3, .mce-content-body .h3 {
  font-weight: 600;
  color: #001b35;
}
.mce-content-body p a, .mce-content-body blockquote a, .mce-content-body ul.cmsci-documentcentrecategorydocs a, .mce-content-body li a {
  color: #008099;
}
.mce-content-body table th[scope^=col] {
  background: #00446B;
  color: white;
}
.mce-content-body table th[scope^=row] {
  color: #00446B;
}
.mce-content-body .accordion {
  border: 1px solid #00446B !important;
}
.mce-content-body .accordion h2 {
  border-top: 1px solid #00446B !important;
}
.mce-content-body .accordion .accordion {
  border: 1px dashed #00446B !important;
}
.mce-content-body .editor-insert {
  border: 1px dashed #bbb;
  padding: 5px;
}
.mce-content-body .editor-insert:before, .mce-content-body .editor-insert:after {
  content: " ";
  display: table;
}
.mce-content-body .editor-insert:after {
  clear: both;
}
.mce-content-body .editor-insert img {
  max-height: 100%;
}
.mce-content-body .editor-insert.webpart .image-wrapper, .mce-content-body .editor-insert.webpart .text-wrapper, .mce-content-body .editor-insert.webpart .video-wrapper {
  border: 1px dashed #bbb;
}
.mce-content-body .editor-insert.webpart .image-wrapper, .mce-content-body .editor-insert.webpart .video-wrapper {
  width: calc(33.3% - 2px);
  float: left;
}
.mce-content-body .editor-insert.webpart .text-wrapper {
  width: calc(66.6% - 2px);
  float: left;
}
.mce-content-body .editor-insert.webpart .video-wrapper {
  position: relative;
  min-height: 300px;
}
.mce-content-body .editor-insert.webpart .video-wrapper:before {
  content: "Insert your video here.";
  position: absolute;
  top: 2px;
  left: 2px;
  color: #bbb;
  font-size: 12px;
}
.mce-content-body .editor-insert.webpart.text-left-image-right .image-wrapper, .mce-content-body .editor-insert.webpart.text-left-image-right .video-wrapper, .mce-content-body .editor-insert.webpart.text-left-video-right .image-wrapper, .mce-content-body .editor-insert.webpart.text-left-video-right .video-wrapper {
  float: right;
}
.mce-content-body .editor-insert.card .image {
  border: 1px dashed #bbb;
  margin-bottom: 5px;
}
.mce-content-body .editor-insert.card .text {
  border: 1px dashed #bbb;
  padding: 10px;
  background: #f7f7f7;
}
.mce-content-body .editor-insert.card.card-wide .image {
  width: calc(33.3% - 4px);
  float: left;
}
.mce-content-body .editor-insert.card.card-wide .text {
  width: calc(66.6% - 19px);
  float: left;
}
.mce-content-body .editor-insert.card.card-wide.reversed .image {
  float: right;
}
.mce-content-body .landingtile-row {
  background: #ffc;
  padding: 10px;
  border: 1px solid #333;
}
.mce-content-body .landingtile-row .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.mce-content-body .landingtile-row .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform ease-in-out 0.3s;
}
.mce-content-body .landing-page-items {
  background: #ffc;
  padding: 10px;
  border: 1px solid #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 -5px;
}
@media (min-width: 720px) {
  .mce-content-body .landing-page-items {
    flex-direction: row;
  }
}
.mce-content-body .landing-page-items .item {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0 5px;
}
@media (min-width: 720px) {
  .mce-content-body .landing-page-items .item {
    flex: 0 0 50%;
  }
}
@media (min-width: 1279px) {
  .mce-content-body .landing-page-items .item {
    flex: 0 0 calc(33.33% - 10px);
  }
}
.mce-content-body .landing-page-items .item a {
  flex: 1 1 auto;
  background: #00446B;
  color: white;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  min-height: 250px;
}
.mce-content-body .landing-page-items .item a:hover {
  background: rgba(0, 68, 107, 0.8);
}
.mce-content-body .landing-page-items .item a:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.mce-content-body .landing-page-items .item a .image-wrapper {
  overflow: hidden;
  height: 200px;
}
.mce-content-body .landing-page-items .item a img {
  transition: all 0.2s ease-in-out;
  max-width: none;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.mce-content-body .landing-page-items .item a .details {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: column;
  text-align: center;
}
.mce-content-body .landing-page-items .item a .details span {
  display: block;
  margin: 0.5em 0.5em 0;
}
.mce-content-body .landing-page-items .item a .details .title {
  font-weight: bold;
  font-size: 1.125em;
  padding-bottom: 10px;
}

blockquote p:first-child, ul.cmsci-documentcentrecategorydocs p:first-child {
  margin-top: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

/*Form elements*/
textarea {
  font-family: Sans-Serif;
}

/*Other Random Elements*/
img {
  border: 0;
}

*:focus {
  outline-color: transparent;
}

.main-content img,
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
.main-content img[style*="float: left"],
.mce-content-body img[style*="float: left"] {
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main-content img[style*="float: right"],
.mce-content-body img[style*="float: right"] {
  margin-left: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

ul.cmsci-documentcentrecategorydocs li {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}
ul.cmsci-documentcentrecategorydocs li:last-child {
  margin-bottom: 0;
}

ul.cmsci-documentcentrecategorydocs li a:before,
.dc-items-table tr td a:before,
.meeting-documents-summary a:before, .meeting-documents a:before,
blockquote a:before,
ul.cmsci-documentcentrecategorydocs a:before {
  content: "\f0c1";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  padding-right: 0.7em;
}
ul.cmsci-documentcentrecategorydocs li a[href^=http]:before, ul.cmsci-documentcentrecategorydocs li a[href^=HTTP]:before, ul.cmsci-documentcentrecategorydocs li a[href^=https]:before, ul.cmsci-documentcentrecategorydocs li a[href^=HTTPS]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-link:before, ul.cmsci-documentcentrecategorydocs li a.doc-trim:before,
.dc-items-table tr td a[href^=http]:before,
.dc-items-table tr td a[href^=HTTP]:before,
.dc-items-table tr td a[href^=https]:before,
.dc-items-table tr td a[href^=HTTPS]:before,
.dc-items-table tr td a.doc-link:before,
.dc-items-table tr td a.doc-trim:before,
.meeting-documents-summary a[href^=http]:before,
.meeting-documents-summary a[href^=HTTP]:before,
.meeting-documents-summary a[href^=https]:before,
.meeting-documents-summary a[href^=HTTPS]:before,
.meeting-documents-summary a.doc-link:before,
.meeting-documents-summary a.doc-trim:before, .meeting-documents a[href^=http]:before, .meeting-documents a[href^=HTTP]:before, .meeting-documents a[href^=https]:before, .meeting-documents a[href^=HTTPS]:before,
.meeting-documents a.doc-link:before, .meeting-documents a.doc-trim:before,
blockquote a[href^=http]:before,
ul.cmsci-documentcentrecategorydocs a[href^=http]:before,
blockquote a[href^=HTTP]:before,
ul.cmsci-documentcentrecategorydocs a[href^=HTTP]:before,
blockquote a[href^=https]:before,
ul.cmsci-documentcentrecategorydocs a[href^=https]:before,
blockquote a[href^=HTTPS]:before,
ul.cmsci-documentcentrecategorydocs a[href^=HTTPS]:before,
blockquote a.doc-link:before,
ul.cmsci-documentcentrecategorydocs a.doc-link:before,
blockquote a.doc-trim:before,
ul.cmsci-documentcentrecategorydocs a.doc-trim:before {
  content: "\f08e";
}
ul.cmsci-documentcentrecategorydocs li a.link-readspeaker:before,
.dc-items-table tr td a.link-readspeaker:before,
.meeting-documents-summary a.link-readspeaker:before, .meeting-documents a.link-readspeaker:before,
blockquote a.link-readspeaker:before,
ul.cmsci-documentcentrecategorydocs a.link-readspeaker:before {
  display: none !important;
}
ul.cmsci-documentcentrecategorydocs li a[href$=".pdf"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".PDF"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".Pdf"]:before, ul.cmsci-documentcentrecategorydocs li a.doc-pdf:before,
.dc-items-table tr td a[href$=".pdf"]:before,
.dc-items-table tr td a[href$=".PDF"]:before,
.dc-items-table tr td a[href$=".Pdf"]:before,
.dc-items-table tr td a.doc-pdf:before,
.meeting-documents-summary a[href$=".pdf"]:before,
.meeting-documents-summary a[href$=".PDF"]:before,
.meeting-documents-summary a[href$=".Pdf"]:before,
.meeting-documents-summary a.doc-pdf:before, .meeting-documents a[href$=".pdf"]:before, .meeting-documents a[href$=".PDF"]:before, .meeting-documents a[href$=".Pdf"]:before, .meeting-documents a.doc-pdf:before,
blockquote a[href$=".pdf"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".pdf"]:before,
blockquote a[href$=".PDF"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".PDF"]:before,
blockquote a[href$=".Pdf"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".Pdf"]:before,
blockquote a.doc-pdf:before,
ul.cmsci-documentcentrecategorydocs a.doc-pdf:before {
  content: "\f1c1";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".txt"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".TXT"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".Txt"]:before, ul.cmsci-documentcentrecategorydocs li a.doc-txt:before,
.dc-items-table tr td a[href$=".txt"]:before,
.dc-items-table tr td a[href$=".TXT"]:before,
.dc-items-table tr td a[href$=".Txt"]:before,
.dc-items-table tr td a.doc-txt:before,
.meeting-documents-summary a[href$=".txt"]:before,
.meeting-documents-summary a[href$=".TXT"]:before,
.meeting-documents-summary a[href$=".Txt"]:before,
.meeting-documents-summary a.doc-txt:before, .meeting-documents a[href$=".txt"]:before, .meeting-documents a[href$=".TXT"]:before, .meeting-documents a[href$=".Txt"]:before, .meeting-documents a.doc-txt:before,
blockquote a[href$=".txt"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".txt"]:before,
blockquote a[href$=".TXT"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".TXT"]:before,
blockquote a[href$=".Txt"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".Txt"]:before,
blockquote a.doc-txt:before,
ul.cmsci-documentcentrecategorydocs a.doc-txt:before {
  content: "\f15c";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".jpg"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".JPG"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".png"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".PNG"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".GIF"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".gif"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".jpeg"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".JPEG"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-image:before,
.dc-items-table tr td a[href$=".jpg"]:before,
.dc-items-table tr td a[href$=".JPG"]:before,
.dc-items-table tr td a[href$=".png"]:before,
.dc-items-table tr td a[href$=".PNG"]:before,
.dc-items-table tr td a[href$=".GIF"]:before,
.dc-items-table tr td a[href$=".gif"]:before,
.dc-items-table tr td a[href$=".jpeg"]:before,
.dc-items-table tr td a[href$=".JPEG"]:before,
.dc-items-table tr td a.doc-image:before,
.meeting-documents-summary a[href$=".jpg"]:before,
.meeting-documents-summary a[href$=".JPG"]:before,
.meeting-documents-summary a[href$=".png"]:before,
.meeting-documents-summary a[href$=".PNG"]:before,
.meeting-documents-summary a[href$=".GIF"]:before,
.meeting-documents-summary a[href$=".gif"]:before,
.meeting-documents-summary a[href$=".jpeg"]:before,
.meeting-documents-summary a[href$=".JPEG"]:before,
.meeting-documents-summary a.doc-image:before, .meeting-documents a[href$=".jpg"]:before, .meeting-documents a[href$=".JPG"]:before,
.meeting-documents a[href$=".png"]:before, .meeting-documents a[href$=".PNG"]:before,
.meeting-documents a[href$=".GIF"]:before, .meeting-documents a[href$=".gif"]:before,
.meeting-documents a[href$=".jpeg"]:before, .meeting-documents a[href$=".JPEG"]:before,
.meeting-documents a.doc-image:before,
blockquote a[href$=".jpg"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".jpg"]:before,
blockquote a[href$=".JPG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".JPG"]:before,
blockquote a[href$=".png"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".png"]:before,
blockquote a[href$=".PNG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".PNG"]:before,
blockquote a[href$=".GIF"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".GIF"]:before,
blockquote a[href$=".gif"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".gif"]:before,
blockquote a[href$=".jpeg"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".jpeg"]:before,
blockquote a[href$=".JPEG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".JPEG"]:before,
blockquote a.doc-image:before,
ul.cmsci-documentcentrecategorydocs a.doc-image:before {
  content: "\f1c5";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".xls"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".xlsx"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".XLS"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".XLSX"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-excel:before,
.dc-items-table tr td a[href$=".xls"]:before,
.dc-items-table tr td a[href$=".xlsx"]:before,
.dc-items-table tr td a[href$=".XLS"]:before,
.dc-items-table tr td a[href$=".XLSX"]:before,
.dc-items-table tr td a.doc-excel:before,
.meeting-documents-summary a[href$=".xls"]:before,
.meeting-documents-summary a[href$=".xlsx"]:before,
.meeting-documents-summary a[href$=".XLS"]:before,
.meeting-documents-summary a[href$=".XLSX"]:before,
.meeting-documents-summary a.doc-excel:before, .meeting-documents a[href$=".xls"]:before, .meeting-documents a[href$=".xlsx"]:before,
.meeting-documents a[href$=".XLS"]:before, .meeting-documents a[href$=".XLSX"]:before,
.meeting-documents a.doc-excel:before,
blockquote a[href$=".xls"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".xls"]:before,
blockquote a[href$=".xlsx"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".xlsx"]:before,
blockquote a[href$=".XLS"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".XLS"]:before,
blockquote a[href$=".XLSX"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".XLSX"]:before,
blockquote a.doc-excel:before,
ul.cmsci-documentcentrecategorydocs a.doc-excel:before {
  content: "\f1c3";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".doc"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".docx"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".DOC"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".DOCX"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-worddoc:before,
.dc-items-table tr td a[href$=".doc"]:before,
.dc-items-table tr td a[href$=".docx"]:before,
.dc-items-table tr td a[href$=".DOC"]:before,
.dc-items-table tr td a[href$=".DOCX"]:before,
.dc-items-table tr td a.doc-worddoc:before,
.meeting-documents-summary a[href$=".doc"]:before,
.meeting-documents-summary a[href$=".docx"]:before,
.meeting-documents-summary a[href$=".DOC"]:before,
.meeting-documents-summary a[href$=".DOCX"]:before,
.meeting-documents-summary a.doc-worddoc:before, .meeting-documents a[href$=".doc"]:before, .meeting-documents a[href$=".docx"]:before,
.meeting-documents a[href$=".DOC"]:before, .meeting-documents a[href$=".DOCX"]:before,
.meeting-documents a.doc-worddoc:before,
blockquote a[href$=".doc"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".doc"]:before,
blockquote a[href$=".docx"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".docx"]:before,
blockquote a[href$=".DOC"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".DOC"]:before,
blockquote a[href$=".DOCX"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".DOCX"]:before,
blockquote a.doc-worddoc:before,
ul.cmsci-documentcentrecategorydocs a.doc-worddoc:before {
  content: "\f1c2";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".ppt"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".pptx"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".PPT"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".PPTX"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-powerpoint:before,
.dc-items-table tr td a[href$=".ppt"]:before,
.dc-items-table tr td a[href$=".pptx"]:before,
.dc-items-table tr td a[href$=".PPT"]:before,
.dc-items-table tr td a[href$=".PPTX"]:before,
.dc-items-table tr td a.doc-powerpoint:before,
.meeting-documents-summary a[href$=".ppt"]:before,
.meeting-documents-summary a[href$=".pptx"]:before,
.meeting-documents-summary a[href$=".PPT"]:before,
.meeting-documents-summary a[href$=".PPTX"]:before,
.meeting-documents-summary a.doc-powerpoint:before, .meeting-documents a[href$=".ppt"]:before, .meeting-documents a[href$=".pptx"]:before,
.meeting-documents a[href$=".PPT"]:before, .meeting-documents a[href$=".PPTX"]:before,
.meeting-documents a.doc-powerpoint:before,
blockquote a[href$=".ppt"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".ppt"]:before,
blockquote a[href$=".pptx"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".pptx"]:before,
blockquote a[href$=".PPT"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".PPT"]:before,
blockquote a[href$=".PPTX"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".PPTX"]:before,
blockquote a.doc-powerpoint:before,
ul.cmsci-documentcentrecategorydocs a.doc-powerpoint:before {
  content: "\f1c8";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".mp3"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".MP3"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".wma"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".WMA"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-audio:before,
.dc-items-table tr td a[href$=".mp3"]:before,
.dc-items-table tr td a[href$=".MP3"]:before,
.dc-items-table tr td a[href$=".wma"]:before,
.dc-items-table tr td a[href$=".WMA"]:before,
.dc-items-table tr td a.doc-audio:before,
.meeting-documents-summary a[href$=".mp3"]:before,
.meeting-documents-summary a[href$=".MP3"]:before,
.meeting-documents-summary a[href$=".wma"]:before,
.meeting-documents-summary a[href$=".WMA"]:before,
.meeting-documents-summary a.doc-audio:before, .meeting-documents a[href$=".mp3"]:before, .meeting-documents a[href$=".MP3"]:before,
.meeting-documents a[href$=".wma"]:before, .meeting-documents a[href$=".WMA"]:before,
.meeting-documents a.doc-audio:before,
blockquote a[href$=".mp3"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".mp3"]:before,
blockquote a[href$=".MP3"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".MP3"]:before,
blockquote a[href$=".wma"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".wma"]:before,
blockquote a[href$=".WMA"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".WMA"]:before,
blockquote a.doc-audio:before,
ul.cmsci-documentcentrecategorydocs a.doc-audio:before {
  content: "\f1c7";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".msg"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".MSG"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-msg:before,
.dc-items-table tr td a[href$=".msg"]:before,
.dc-items-table tr td a[href$=".MSG"]:before,
.dc-items-table tr td a.doc-msg:before,
.meeting-documents-summary a[href$=".msg"]:before,
.meeting-documents-summary a[href$=".MSG"]:before,
.meeting-documents-summary a.doc-msg:before, .meeting-documents a[href$=".msg"]:before, .meeting-documents a[href$=".MSG"]:before,
.meeting-documents a.doc-msg:before,
blockquote a[href$=".msg"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".msg"]:before,
blockquote a[href$=".MSG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".MSG"]:before,
blockquote a.doc-msg:before,
ul.cmsci-documentcentrecategorydocs a.doc-msg:before {
  content: "\f199";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".htm"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".HTM"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".html"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".HTML"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-html:before,
.dc-items-table tr td a[href$=".htm"]:before,
.dc-items-table tr td a[href$=".HTM"]:before,
.dc-items-table tr td a[href$=".html"]:before,
.dc-items-table tr td a[href$=".HTML"]:before,
.dc-items-table tr td a.doc-html:before,
.meeting-documents-summary a[href$=".htm"]:before,
.meeting-documents-summary a[href$=".HTM"]:before,
.meeting-documents-summary a[href$=".html"]:before,
.meeting-documents-summary a[href$=".HTML"]:before,
.meeting-documents-summary a.doc-html:before, .meeting-documents a[href$=".htm"]:before, .meeting-documents a[href$=".HTM"]:before, .meeting-documents a[href$=".html"]:before, .meeting-documents a[href$=".HTML"]:before,
.meeting-documents a.doc-html:before,
blockquote a[href$=".htm"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".htm"]:before,
blockquote a[href$=".HTM"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".HTM"]:before,
blockquote a[href$=".html"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".html"]:before,
blockquote a[href$=".HTML"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".HTML"]:before,
blockquote a.doc-html:before,
ul.cmsci-documentcentrecategorydocs a.doc-html:before {
  content: "\f15b";
}
ul.cmsci-documentcentrecategorydocs li a[href$=".zip"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".ZIP"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".rar"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".RAR"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-archive:before,
.dc-items-table tr td a[href$=".zip"]:before,
.dc-items-table tr td a[href$=".ZIP"]:before,
.dc-items-table tr td a[href$=".rar"]:before,
.dc-items-table tr td a[href$=".RAR"]:before,
.dc-items-table tr td a.doc-archive:before,
.meeting-documents-summary a[href$=".zip"]:before,
.meeting-documents-summary a[href$=".ZIP"]:before,
.meeting-documents-summary a[href$=".rar"]:before,
.meeting-documents-summary a[href$=".RAR"]:before,
.meeting-documents-summary a.doc-archive:before, .meeting-documents a[href$=".zip"]:before, .meeting-documents a[href$=".ZIP"]:before,
.meeting-documents a[href$=".rar"]:before, .meeting-documents a[href$=".RAR"]:before,
.meeting-documents a.doc-archive:before,
blockquote a[href$=".zip"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".zip"]:before,
blockquote a[href$=".ZIP"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".ZIP"]:before,
blockquote a[href$=".rar"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".rar"]:before,
blockquote a[href$=".RAR"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".RAR"]:before,
blockquote a.doc-archive:before,
ul.cmsci-documentcentrecategorydocs a.doc-archive:before {
  content: "\f1c6";
}
ul.cmsci-documentcentrecategorydocs li a [href$=".mpg"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".MPG"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".mov"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".MOV"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".mpeg"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".MPEG"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".mp4"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".MP4"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".ogg"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".OGG"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".webm"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".WEBM"]:before,
ul.cmsci-documentcentrecategorydocs li a[href$=".avi"]:before, ul.cmsci-documentcentrecategorydocs li a[href$=".AVI"]:before,
ul.cmsci-documentcentrecategorydocs li a.doc-movie:before,
.dc-items-table tr td a [href$=".mpg"]:before,
.dc-items-table tr td a[href$=".MPG"]:before,
.dc-items-table tr td a[href$=".mov"]:before,
.dc-items-table tr td a[href$=".MOV"]:before,
.dc-items-table tr td a[href$=".mpeg"]:before,
.dc-items-table tr td a[href$=".MPEG"]:before,
.dc-items-table tr td a[href$=".mp4"]:before,
.dc-items-table tr td a[href$=".MP4"]:before,
.dc-items-table tr td a[href$=".ogg"]:before,
.dc-items-table tr td a[href$=".OGG"]:before,
.dc-items-table tr td a[href$=".webm"]:before,
.dc-items-table tr td a[href$=".WEBM"]:before,
.dc-items-table tr td a[href$=".avi"]:before,
.dc-items-table tr td a[href$=".AVI"]:before,
.dc-items-table tr td a.doc-movie:before,
.meeting-documents-summary a [href$=".mpg"]:before,
.meeting-documents-summary a[href$=".MPG"]:before,
.meeting-documents-summary a[href$=".mov"]:before,
.meeting-documents-summary a[href$=".MOV"]:before,
.meeting-documents-summary a[href$=".mpeg"]:before,
.meeting-documents-summary a[href$=".MPEG"]:before,
.meeting-documents-summary a[href$=".mp4"]:before,
.meeting-documents-summary a[href$=".MP4"]:before,
.meeting-documents-summary a[href$=".ogg"]:before,
.meeting-documents-summary a[href$=".OGG"]:before,
.meeting-documents-summary a[href$=".webm"]:before,
.meeting-documents-summary a[href$=".WEBM"]:before,
.meeting-documents-summary a[href$=".avi"]:before,
.meeting-documents-summary a[href$=".AVI"]:before,
.meeting-documents-summary a.doc-movie:before, .meeting-documents a [href$=".mpg"]:before, .meeting-documents a[href$=".MPG"]:before,
.meeting-documents a[href$=".mov"]:before, .meeting-documents a[href$=".MOV"]:before,
.meeting-documents a[href$=".mpeg"]:before, .meeting-documents a[href$=".MPEG"]:before,
.meeting-documents a[href$=".mp4"]:before, .meeting-documents a[href$=".MP4"]:before,
.meeting-documents a[href$=".ogg"]:before, .meeting-documents a[href$=".OGG"]:before,
.meeting-documents a[href$=".webm"]:before, .meeting-documents a[href$=".WEBM"]:before,
.meeting-documents a[href$=".avi"]:before, .meeting-documents a[href$=".AVI"]:before,
.meeting-documents a.doc-movie:before,
blockquote a [href$=".mpg"]:before,
ul.cmsci-documentcentrecategorydocs a [href$=".mpg"]:before,
blockquote a[href$=".MPG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".MPG"]:before,
blockquote a[href$=".mov"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".mov"]:before,
blockquote a[href$=".MOV"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".MOV"]:before,
blockquote a[href$=".mpeg"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".mpeg"]:before,
blockquote a[href$=".MPEG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".MPEG"]:before,
blockquote a[href$=".mp4"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".mp4"]:before,
blockquote a[href$=".MP4"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".MP4"]:before,
blockquote a[href$=".ogg"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".ogg"]:before,
blockquote a[href$=".OGG"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".OGG"]:before,
blockquote a[href$=".webm"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".webm"]:before,
blockquote a[href$=".WEBM"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".WEBM"]:before,
blockquote a[href$=".avi"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".avi"]:before,
blockquote a[href$=".AVI"]:before,
ul.cmsci-documentcentrecategorydocs a[href$=".AVI"]:before,
blockquote a.doc-movie:before,
ul.cmsci-documentcentrecategorydocs a.doc-movie:before {
  content: "\f03d";
}
ul.cmsci-documentcentrecategorydocs li a[href^=mailto]:before, ul.cmsci-documentcentrecategorydocs li a[href^=MAILTO]:before,
ul.cmsci-documentcentrecategorydocs li a.link-email:before,
.dc-items-table tr td a[href^=mailto]:before,
.dc-items-table tr td a[href^=MAILTO]:before,
.dc-items-table tr td a.link-email:before,
.meeting-documents-summary a[href^=mailto]:before,
.meeting-documents-summary a[href^=MAILTO]:before,
.meeting-documents-summary a.link-email:before, .meeting-documents a[href^=mailto]:before, .meeting-documents a[href^=MAILTO]:before,
.meeting-documents a.link-email:before,
blockquote a[href^=mailto]:before,
ul.cmsci-documentcentrecategorydocs a[href^=mailto]:before,
blockquote a[href^=MAILTO]:before,
ul.cmsci-documentcentrecategorydocs a[href^=MAILTO]:before,
blockquote a.link-email:before,
ul.cmsci-documentcentrecategorydocs a.link-email:before {
  content: "\f1fa";
}
ul.cmsci-documentcentrecategorydocs li a[href^=tel]:before, ul.cmsci-documentcentrecategorydocs li a[href^=TEL]:before,
ul.cmsci-documentcentrecategorydocs li a.link-phone:before,
.dc-items-table tr td a[href^=tel]:before,
.dc-items-table tr td a[href^=TEL]:before,
.dc-items-table tr td a.link-phone:before,
.meeting-documents-summary a[href^=tel]:before,
.meeting-documents-summary a[href^=TEL]:before,
.meeting-documents-summary a.link-phone:before, .meeting-documents a[href^=tel]:before, .meeting-documents a[href^=TEL]:before,
.meeting-documents a.link-phone:before,
blockquote a[href^=tel]:before,
ul.cmsci-documentcentrecategorydocs a[href^=tel]:before,
blockquote a[href^=TEL]:before,
ul.cmsci-documentcentrecategorydocs a[href^=TEL]:before,
blockquote a.link-phone:before,
ul.cmsci-documentcentrecategorydocs a.link-phone:before {
  content: "\f095";
  font-weight: 700;
}
ul.cmsci-documentcentrecategorydocs li a[href^="https://www.facebook.com"]:before, ul.cmsci-documentcentrecategorydocs li a[href^="http://www.facebook.com"]:before,
ul.cmsci-documentcentrecategorydocs li a.link-facebook:before,
.dc-items-table tr td a[href^="https://www.facebook.com"]:before,
.dc-items-table tr td a[href^="http://www.facebook.com"]:before,
.dc-items-table tr td a.link-facebook:before,
.meeting-documents-summary a[href^="https://www.facebook.com"]:before,
.meeting-documents-summary a[href^="http://www.facebook.com"]:before,
.meeting-documents-summary a.link-facebook:before, .meeting-documents a[href^="https://www.facebook.com"]:before, .meeting-documents a[href^="http://www.facebook.com"]:before,
.meeting-documents a.link-facebook:before,
blockquote a[href^="https://www.facebook.com"]:before,
ul.cmsci-documentcentrecategorydocs a[href^="https://www.facebook.com"]:before,
blockquote a[href^="http://www.facebook.com"]:before,
ul.cmsci-documentcentrecategorydocs a[href^="http://www.facebook.com"]:before,
blockquote a.link-facebook:before,
ul.cmsci-documentcentrecategorydocs a.link-facebook:before {
  content: "\f09a";
  font-family: "Font Awesome 5 Brands";
}
ul.cmsci-documentcentrecategorydocs li a[href^="https://www.instagram.com"]:before, ul.cmsci-documentcentrecategorydocs li a[href^="http://www.instagram.com"]:before,
ul.cmsci-documentcentrecategorydocs li a.link-instagram:before,
.dc-items-table tr td a[href^="https://www.instagram.com"]:before,
.dc-items-table tr td a[href^="http://www.instagram.com"]:before,
.dc-items-table tr td a.link-instagram:before,
.meeting-documents-summary a[href^="https://www.instagram.com"]:before,
.meeting-documents-summary a[href^="http://www.instagram.com"]:before,
.meeting-documents-summary a.link-instagram:before, .meeting-documents a[href^="https://www.instagram.com"]:before, .meeting-documents a[href^="http://www.instagram.com"]:before,
.meeting-documents a.link-instagram:before,
blockquote a[href^="https://www.instagram.com"]:before,
ul.cmsci-documentcentrecategorydocs a[href^="https://www.instagram.com"]:before,
blockquote a[href^="http://www.instagram.com"]:before,
ul.cmsci-documentcentrecategorydocs a[href^="http://www.instagram.com"]:before,
blockquote a.link-instagram:before,
ul.cmsci-documentcentrecategorydocs a.link-instagram:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
}
ul.cmsci-documentcentrecategorydocs li .meeting-documents-summary a.no-icon:before, ul.cmsci-documentcentrecategorydocs li .meeting-documents a.no-icon:before, ul.cmsci-documentcentrecategorydocs li blockquote a.no-icon:before,
.dc-items-table tr td .meeting-documents-summary a.no-icon:before,
.dc-items-table tr td .meeting-documents a.no-icon:before,
.dc-items-table tr td blockquote a.no-icon:before,
.dc-items-table tr td ul.cmsci-documentcentrecategorydocs a.no-icon:before,
.meeting-documents-summary .meeting-documents-summary a.no-icon:before,
.meeting-documents-summary .meeting-documents a.no-icon:before,
.meeting-documents-summary blockquote a.no-icon:before,
.meeting-documents-summary ul.cmsci-documentcentrecategorydocs a.no-icon:before, .meeting-documents .meeting-documents-summary a.no-icon:before, .meeting-documents .meeting-documents a.no-icon:before, .meeting-documents blockquote a.no-icon:before, .meeting-documents ul.cmsci-documentcentrecategorydocs a.no-icon:before,
blockquote .meeting-documents-summary a.no-icon:before,
ul.cmsci-documentcentrecategorydocs .meeting-documents-summary a.no-icon:before,
blockquote .meeting-documents a.no-icon:before,
ul.cmsci-documentcentrecategorydocs .meeting-documents a.no-icon:before,
blockquote blockquote a.no-icon:before,
ul.cmsci-documentcentrecategorydocs blockquote a.no-icon:before,
blockquote ul.cmsci-documentcentrecategorydocs a.no-icon:before,
ul.cmsci-documentcentrecategorydocs ul.cmsci-documentcentrecategorydocs a.no-icon:before {
  content: none !important;
}

.fact-container {
  background-color: #00446B;
  border-color: rgb(0, 35.5887850467, 56);
  color: #fff;
  border-radius: 0;
}
.fact-container hr {
  border-top-color: rgb(0, 19.3831775701, 30.5);
}
.fact-container .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}
.fact-container::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 4em;
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 720px) {
  .fact-container::before {
    padding-bottom: 0;
    width: 70px;
    float: left;
    margin-top: -5px;
  }
}
@media (min-width: 720px) {
  .fact-container .tip-inner {
    padding-left: 80px;
  }
}
.fact-container .tip-inner a {
  color: #fff !important;
  text-decoration: underline;
}
.fact-container .tip-inner a:hover {
  text-decoration: none;
}
.fact-container .title {
  font-weight: bold;
  font-size: 1.313em;
}
.fact-container.fact-type-tip::before {
  content: "\f0eb";
}
.fact-container.fact-type-question::before {
  content: "\f059";
}
.fact-container .mce-content-body .spark-cmsplaceholder {
  background: #FFC;
  display: block;
  width: 100% !important;
  height: 250px;
}
.fact-container body:not(.mce-content-body) .spark-cmsplaceholder {
  background: #FFC;
  display: block;
  width: 100% !important;
  height: 250px;
}

.mce-content-body div.webpart .video-wrapper > span {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.mce-content-body div.webpart .video-wrapper > span > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .mce-content-body div.webpart.image-left-text-right, .mce-content-body div.webpart.text-left-image-right, .mce-content-body div.webpart.video-left-text-right, .mce-content-body div.webpart.text-left-video-right {
    display: flex;
    flex-direction: row;
  }
  .mce-content-body div.webpart.image-left-text-right > div, .mce-content-body div.webpart.text-left-image-right > div, .mce-content-body div.webpart.video-left-text-right > div, .mce-content-body div.webpart.text-left-video-right > div {
    flex: 0 0 50%;
  }
  .mce-content-body div.webpart.image-left-text-right img, .mce-content-body div.webpart.text-left-image-right img, .mce-content-body div.webpart.video-left-text-right img, .mce-content-body div.webpart.text-left-video-right img {
    border: 1px solid #000;
  }
  .mce-content-body div.webpart .image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mce-content-body div.webpart.text-left-image-right {
    flex-direction: row-reverse;
  }
  .mce-content-body div.webpart.text-left-image-right .image-wrapper {
    align-items: flex-end;
  }
  .mce-content-body div.webpart.image-left-text-right .text-wrapper, .mce-content-body div.webpart.text-left-image-right .text-wrapper, .mce-content-body div.webpart.video-left-text-right .text-wrapper, .mce-content-body div.webpart.text-left-video-right .text-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mce-content-body div.webpart.image-left-text-right .text-wrapper > div, .mce-content-body div.webpart.text-left-image-right .text-wrapper > div, .mce-content-body div.webpart.video-left-text-right .text-wrapper > div, .mce-content-body div.webpart.text-left-video-right .text-wrapper > div {
    margin-left: -4em;
    margin-right: 4em;
    border-radius: 25px;
    background: aliceblue;
    border: 1px solid #546d83;
    padding: 1em;
  }
  .mce-content-body div.webpart.text-left-image-right .text-wrapper > div, .mce-content-body div.webpart.text-left-video-right .text-wrapper > div {
    margin-left: 4em;
    margin-right: -4em;
  }
  .mce-content-body div.webpart.video-left-text-right > div:first-child, .mce-content-body div.webpart.text-left-video-right > div:first-child {
    flex: 0 0 66%;
  }
  .mce-content-body div.webpart.video-left-text-right > div, .mce-content-body div.webpart.text-left-video-right > div {
    flex: 0 0 33%;
  }
  .mce-content-body div.webpart.video-left-text-right .video-wrapper > span, .mce-content-body div.webpart.text-left-video-right .video-wrapper > span {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .mce-content-body div.webpart.video-left-text-right .video-wrapper > span > iframe, .mce-content-body div.webpart.text-left-video-right .video-wrapper > span > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .mce-content-body div.webpart.video-left-text-right .text-wrapper, .mce-content-body div.webpart.text-left-video-right .text-wrapper {
    z-index: 2;
  }
  .mce-content-body div.webpart.text-left-video-right {
    flex-direction: row-reverse;
  }
}

body:not(.mce-content-body) div.webpart .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
body:not(.mce-content-body) div.webpart .video-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  body:not(.mce-content-body) div.webpart.image-left-text-right, body:not(.mce-content-body) div.webpart.text-left-image-right, body:not(.mce-content-body) div.webpart.video-left-text-right, body:not(.mce-content-body) div.webpart.text-left-video-right {
    display: flex;
    flex-direction: row;
  }
  body:not(.mce-content-body) div.webpart.image-left-text-right > div, body:not(.mce-content-body) div.webpart.text-left-image-right > div, body:not(.mce-content-body) div.webpart.video-left-text-right > div, body:not(.mce-content-body) div.webpart.text-left-video-right > div {
    flex: 0 0 50%;
  }
  body:not(.mce-content-body) div.webpart.image-left-text-right img, body:not(.mce-content-body) div.webpart.text-left-image-right img, body:not(.mce-content-body) div.webpart.video-left-text-right img, body:not(.mce-content-body) div.webpart.text-left-video-right img {
    border: 1px solid #000;
  }
  body:not(.mce-content-body) div.webpart .image-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  body:not(.mce-content-body) div.webpart.text-left-image-right {
    flex-direction: row-reverse;
  }
  body:not(.mce-content-body) div.webpart.text-left-image-right .image-wrapper {
    align-items: flex-end;
  }
  body:not(.mce-content-body) div.webpart.image-left-text-right .text-wrapper, body:not(.mce-content-body) div.webpart.text-left-image-right .text-wrapper, body:not(.mce-content-body) div.webpart.video-left-text-right .text-wrapper, body:not(.mce-content-body) div.webpart.text-left-video-right .text-wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body:not(.mce-content-body) div.webpart.image-left-text-right .text-wrapper > div, body:not(.mce-content-body) div.webpart.text-left-image-right .text-wrapper > div, body:not(.mce-content-body) div.webpart.video-left-text-right .text-wrapper > div, body:not(.mce-content-body) div.webpart.text-left-video-right .text-wrapper > div {
    margin-left: -4em;
    margin-right: 4em;
    border-radius: 25px;
    background: aliceblue;
    border: 1px solid #546d83;
    padding: 1em;
  }
  body:not(.mce-content-body) div.webpart.text-left-image-right .text-wrapper > div, body:not(.mce-content-body) div.webpart.text-left-video-right .text-wrapper > div {
    margin-left: 4em;
    margin-right: -4em;
  }
  body:not(.mce-content-body) div.webpart.video-left-text-right > div:first-child, body:not(.mce-content-body) div.webpart.text-left-video-right > div:first-child {
    flex: 0 0 66%;
  }
  body:not(.mce-content-body) div.webpart.video-left-text-right > div, body:not(.mce-content-body) div.webpart.text-left-video-right > div {
    flex: 0 0 33%;
  }
  body:not(.mce-content-body) div.webpart.video-left-text-right .video-wrapper, body:not(.mce-content-body) div.webpart.text-left-video-right .video-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 37.125%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  body:not(.mce-content-body) div.webpart.video-left-text-right .video-wrapper > iframe, body:not(.mce-content-body) div.webpart.text-left-video-right .video-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  body:not(.mce-content-body) div.webpart.video-left-text-right .text-wrapper, body:not(.mce-content-body) div.webpart.text-left-video-right .text-wrapper {
    z-index: 2;
  }
  body:not(.mce-content-body) div.webpart.text-left-video-right {
    flex-direction: row-reverse;
  }
}

.mce-content-body .spark-cmsplaceholder {
  background: #FFC;
  display: block;
  width: 100% !important;
  height: 250px;
}

body:not(.mce-content-body) .spark-cmsplaceholder {
  background: #FFC;
  display: block;
  width: 100% !important;
  height: 250px;
}

/* SPARK-BLOCK: modals-import START */
.spark-content .spark-content-main .ck-editor__editable_inline .modal-open, .mce-content-body .modal-open {
  overflow: hidden;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal, .mce-content-body .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal.fade .modal-dialog, .mce-content-body .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;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal.in .modal-dialog, .mce-content-body .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-open .modal, .mce-content-body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-dialog, .mce-content-body .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-content, .mce-content-body .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;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-backdrop, .mce-content-body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  z-index: 997;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-backdrop.fade, .mce-content-body .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-backdrop.in, .mce-content-body .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-header, .mce-content-body .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.188px;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-header .close, .mce-content-body .modal-header .close {
  margin-top: -2px;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-title, .mce-content-body .modal-title {
  margin: 0;
  line-height: 1.188;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-body, .mce-content-body .modal-body {
  position: relative;
  padding: 15px;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-footer, .mce-content-body .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-footer:before, .spark-content .spark-content-main .ck-editor__editable_inline .modal-footer:after, .mce-content-body .modal-footer:before, .mce-content-body .modal-footer:after {
  content: " ";
  display: table;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-footer:after, .mce-content-body .modal-footer:after {
  clear: both;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-footer .btn + .btn, .mce-content-body .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-footer .btn-group .btn + .btn, .mce-content-body .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-footer .btn-block + .btn-block, .mce-content-body .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal-scrollbar-measure, .mce-content-body .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 720px) {
  .spark-content .spark-content-main .ck-editor__editable_inline .modal-dialog, .mce-content-body .modal-dialog {
    width: 600px;
    margin: 30px auto;
    z-index: 999;
  }
  .spark-content .spark-content-main .ck-editor__editable_inline .modal-content, .mce-content-body .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);
  }
  .spark-content .spark-content-main .ck-editor__editable_inline .modal-sm, .mce-content-body .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .spark-content .spark-content-main .ck-editor__editable_inline .modal-lg, .mce-content-body .modal-lg {
    width: 900px;
  }
}

/* SPARK-BLOCK: modals-import END */
/* SPARK-BLOCK: modal-editor-styles START */
.spark-content .spark-content-main .ck-editor__editable_inline .modal, .mce-content-body .modal {
  display: block;
  position: static;
  padding: 15px;
  background: #ffc;
  border: 1px solid #333;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal .modal-dialog, .mce-content-body .modal .modal-dialog {
  width: 100%;
  transform: none !important;
  margin: 0;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal .modal-content, .mce-content-body .modal .modal-content {
  box-shadow: none;
}
.spark-content .spark-content-main .ck-editor__editable_inline .modal .close, .mce-content-body .modal .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);
}

/* SPARK-BLOCK: modal-editor-styles END */
/* SPARK-BLOCK: img-object-fit-fix START */
.main-content img:not([style*="object-fit: cover"]),
.mce-content-body img:not([style*="object-fit: cover"]) {
  max-width: 100%;
  height: auto;
}

/* SPARK-BLOCK: img-object-fit-fix END */

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/busselton/Includes/CSS/_variables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/busselton/Includes/CSS/aEditor.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_normalize.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_type.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_text-emphasis.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_background-variant.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_clearfix.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_text-overflow.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_tables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_table-row.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_buttons.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_buttons.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_vendor-prefixes.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_tab-focus.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_opacity.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_alerts.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_alerts.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_responsive-embed.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/spark/_info-link.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/WALGA/busselton.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_modals.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%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AAA;IAEE;;EAEF;AAAA;AAAA;AAAA;AAAA;AAAA;IAEE;;EAWF;AAAA;AAAA;AAAA;IAEE;;;;AE1NZ;EACE;EACA;EACA,aVkL+B;EUjL/B;EACA;EACA;EACA;EACA;EACA;EACA;EC6BA;EACA,WX4CwB;EW3CxB,aXuD0B;EWtD1B,eXmG0B;EYoE1B,qBFrMqB;EEsMlB,kBFtMkB;EEuMjB,iBFvMiB;EEwMb,aFxMa;;AAKnB;EGrBF;EAEA;EACA;;AHwBA;EAGE,OV6J6B;EU5J7B;;AAGF;EAEE;EACA;EE2BF,oBF1BE;EE2BM,YF3BN;;AAGF;EAGE,QVsN6B;EUrN7B;EI9CF,SJ+CmB;EI5CnB;EF8DA,oBFjBE;EEkBM,YFlBN;;;AAQJ;ECrDE,OXyL+B;EWxL/B,kBXyL+B;EWxL/B,cXyL+B;;AWvL/B;EAME,OX+K6B;EW9K7B;EACI;;AAEN;EAGE;;AAKA;EAME,kBX8J2B;EW7JvB,cX8JuB;;AW1J/B;EACE,OXwJ6B;EWvJ7B,kBXsJ6B;;;AUjIjC;ECxDE,OX6L+B;EW5L/B,kBXeU;EWdV,cX6L+B;;AW3L/B;EAME,OXmL6B;EWlL7B;EACI;;AAEN;EAGE;;AAKA;EAME,kBXZM;EWaF,cXkKuB;;AW9J/B;EACE,OXlBQ;EWmBR,kBX0J6B;;;AUjIjC;EC5DE,OXiM+B;EWhM/B,kBX4BsB;EW3BtB,cXiM+B;;AW/L/B;EAME,OXuL6B;EWtL7B;EACI;;AAEN;EAGE;;AAKA;EAME,kBXCkB;EWAd,cXsKuB;;AWlK/B;EACE,OXLoB;EWMpB,kBX8J6B;;;AUjIjC;EChEE,OXqM+B;EWpM/B,kBX6BsB;EW5BtB,cXqM+B;;AWnM/B;EAME,OX2L6B;EW1L7B;EACI;;AAEN;EAGE;;AAKA;EAME,kBXEkB;EWDd,cX0KuB;;AWtK/B;EACE,OXJoB;EWKpB,kBXkK6B;;;AUjIjC;ECpEE,OXyM+B;EWxM/B,kBX8BsB;EW7BtB,cXyM+B;;AWvM/B;EAME,OX+L6B;EW9L7B;EACI;;AAEN;EAGE;;AAKA;EAME,kBXGkB;EWFd,cX8KuB;;AW1K/B;EACE,OXHoB;EWIpB,kBXsK6B;;;AUjIjC;ECxEE,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VM;EC2VN,YD3VM;EC4VN,eD5VM;;AC+VV;AAAA;EACI,aDhWM;ECiWN,YDjWM;ECkWN,eDlWM;;;ACyWV;EACI;EACA;EACA;;AAGJ;EACI;;;AAQJ;AAAA;AAAA;AAAA;AAAA;EACI;EACA;EACA,aDzSkB;EC0SlB;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAKI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAGI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;EACA;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEI;EACA;;AAIA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACI;;;AAKZ;Ee9eE,kBhBmBU;EgBlBV,cf+eyC;Ee9ezC,Of8esE;EACpE;;Ae7eF;EACE;;AAEF;EACE;;Af2eA;EACI,aD7ZkB;EC8ZlB;EACA;EACA;EACA;EACA;;AAEA;EARJ;IASQ;IACA;IACA;IACA;;;AAKJ;EADJ;IAEQ;;;AAGJ;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;;AAIA;EACI;;AAKJ;EACI;;AAKJ;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;;AAMJ;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAIR;IACI;IACA;IACA;;EAGJ;IACI;;EAEA;IACI;;EAIJ;IAEI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAMJ;IACI;IACA;;EAMR;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;;EAIR;IACI;;;;AAOR;EACI;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAIR;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAEA;IACI;;EAIJ;IAEI;IACA;IACA;IACA;;EAEA;IACI;IACA;IACA;IACA;IACA;IACA;;EAMJ;IACI;IACA;;EAMR;IACI;;EAGJ;IACI;;EAGJ;IACI;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;IACA;IACA;IACA;IACA;IACA;IACA;;EAIR;IACI;;EAIR;IACI;;;;AAMR;EACI;EACA;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;AkB1xBA;EACE;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,SnBiSyB;EmBhSzB;EAIA;;AAGA;EP0GA;EACI;EACC;EACG;EAkER;EACG;EACE;EACG;;AO9KR;EPsGA;EACI;EACC;EACG;;AOvGV;EACE;EACA;;AAIF;EACE;EACA;EACA;;AAIF;EACE;EACA,kBnBokB6C;EmBnkB7C;EACA;EACA,enB+F0B;EYlF1B,oBOZA;EPaQ,YObR;EACA;EAEA;;AAIF;EACI;EACA;EACA;EACA;EACA;EACA,kBnB0jB0B;EmBzjB1B;;AAEA;ELrEF,SKsEuB;ELnEvB;;AKsEE;ELzEF,Sd8nB4B;Ec3nB5B;;AK6EF;EACE,SnB+hB4B;EmB9hB5B;EACA;;AAGF;EACE;;AAIF;EACE;EACA,anBQ0B;;AmBH5B;EACE;EACA,SnBygB4B;;AmBrgB9B;EACE,SnBogB4B;EmBngB5B;EACA;;AbjGA;EAEE;EACA;;AAEF;EACE;;Aa+FF;EACE;EACA;;AAGF;EACE;;AAGF;EACE;;AAKJ;EACE;EACA;EACA;EACA;EACA;;AAIF;EAEI;IACI,OnB2fsB;ImB1ftB;IACA;;EAEN;IP7EA,oBO8EE;IP7EM,YO6EN;;EAIF;IAAY,OnBmfgB;;;AmBhf9B;EACE;IAAY,OnB6egB;;;;ACiK9B;AAEA;AAEI;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIZ;AACA;AAGI;AAAA;EACI;EACA;;;AAGR%22%7D */