@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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, input[type=submit] > .caret,
  button > .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: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.846;
  color: #666;
  background-color: #fff;
}

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

a {
  color: #2196F3;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
  color: rgb(10.2307692308, 109.9807692308, 189.2692307692);
  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: 3px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.846;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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 rgb(238.425, 238.425, 238.425);
}

.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,
.section-heading, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #444;
}
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,
.section-heading small,
.h1 .small,
.section-heading .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: #bbb;
}

h1, .h1, .section-heading,
h2, .h2,
h3, .h3 {
  margin-top: 23px;
  margin-bottom: 11.5px;
}
h1 small,
h1 .small, .h1 small, .section-heading small,
.h1 .small,
.section-heading .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, .section-heading {
  font-size: 56px;
}

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

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

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

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

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

p {
  margin: 0 0 11.5px;
}

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

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

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

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

.text-muted {
  color: #bbb;
}

.text-primary {
  color: #2196F3;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}

.text-success {
  color: #4CAF50;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(60.5577689243, 139.4422310757, 63.7450199203);
}

.text-info {
  color: #9C27B0;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(118.9953488372, 29.7488372093, 134.2511627907);
}

.text-warning {
  color: #ff9800;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(204, 121.6, 0);
}

.text-danger {
  color: #e51c23;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(184.8300395257, 21.1699604743, 26.8695652174);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #2196F3;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(11.5384615385, 124.0384615385, 213.4615384615);
}

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

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

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(207.808988764, 152.7528089888, 217.2471910112);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(255, 203.4675324675, 127);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(244.8648648649, 143.5135135135, 140.1351351351);
}

.page-header {
  padding-bottom: 10.5px;
  margin: 46px 0 23px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11.5px 23px;
  margin: 0 0 23px;
  font-size: 16.25px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
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.846;
  color: #bbb;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  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,
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: " —";
}

address {
  margin-bottom: 23px;
  font-style: normal;
  line-height: 1.846;
}

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

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: 12px;
  line-height: 1.846;
  word-break: break-all;
  word-wrap: break-word;
  color: #212121;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #bbb;
  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.846;
  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: 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: #e1bee7;
}

.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(216.404494382, 171.3764044944, 224.1235955056);
}

.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: #ffe0b2;
}

.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(255, 213.7337662338, 152.5);
}

.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: #f9bdbb;
}

.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(246.9324324324, 166.2567567568, 163.5675675676);
}

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

.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;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  display: inline;
}

/*--------------------------------------------------------------
	Generic
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

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

ol, ul {
  list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a:focus {
  outline: thin dotted;
}

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

a img {
  border: 0;
}

/*--------------------------------------------------------------
	Base Styles
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #2D2D2D;
  font-family: proxima-nova, sans-serif;
  font-size: 1.125em;
  line-height: 1.83;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: 1.5em;
  }
}

body,
html {
  background-color: #f5f5f5;
}

#page {
  background-color: white;
}

h1, .h1, .section-heading,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  font-weight: 900;
  font-family: proxima-nova, sans-serif;
  line-height: 1.27;
  color: #002145;
}
h1 + p.wp-block-subhead, .h1 + p.wp-block-subhead, .section-heading + p.wp-block-subhead,
h2 + p.wp-block-subhead, .h2 + p.wp-block-subhead,
h3 + p.wp-block-subhead, .h3 + p.wp-block-subhead,
h4 + p.wp-block-subhead, .h4 + p.wp-block-subhead,
h5 + p.wp-block-subhead, .h5 + p.wp-block-subhead,
h6 + p.wp-block-subhead, .h6 + p.wp-block-subhead {
  margin-top: -0.9em;
}

h1, .h1, .section-heading {
  font-size: 1.667em;
  margin: 1.9em 0 0.6em;
}
@media screen and (min-width: 1280px) {
  h1, .h1, .section-heading {
    font-size: 1.4em;
    margin-top: 2.15em;
    margin-bottom: 0.45em;
  }
}
@media screen and (min-width: 1800px) {
  h1, .h1, .section-heading {
    font-size: 1.34em;
  }
}

h2, .h2 {
  font-size: 1.2em;
  margin: 2.06em 0 0.5em;
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 1.29em;
    margin-top: 1.8em;
    margin-bottom: 0.63em;
  }
}

h3, .h3 {
  font-size: 1.2em;
  margin: 1.75em 0 0.4em;
}
@media screen and (min-width: 1280px) {
  h3, .h3 {
    font-size: 1.2em;
  }
}

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 1em;
  margin: 2.14em 0 0.56em;
}
@media screen and (min-width: 1280px) {
  h4, .h4,
  h5, .h5,
  h6, .h6 {
    font-size: 1em;
  }
}

p {
  margin-bottom: 1.4em;
}

p.larger {
  font-size: 1.1em;
}

p.small {
  font-size: 0.9em;
}

b, strong {
  font-weight: bold;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 1em;
  margin-top: 2.3em;
  margin-bottom: 2.3em;
  padding-left: 1.2em;
  padding-right: 1.2em;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
  border-left: 3px solid #0A7698;
  background-color: #f5f5f5;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  padding-left: 1.6em;
  padding-right: 1.6em;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.1em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
 Elements
--------------------------------------------------------------*/
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

ul, ol, dl {
  margin-top: 1.4em;
  margin-bottom: 1.4em;
  padding-left: 1.6em;
}
.entry-content ul, ul[data-type="core/list"], .entry-header ul, .entry-content ol, ol[data-type="core/list"], .entry-header ol, .entry-content dl, dl[data-type="core/list"], .entry-header dl {
  position: relative;
}
.entry-content ul li, .entry-content ul dd, .entry-content ul dt, ul[data-type="core/list"] li, ul[data-type="core/list"] dd, ul[data-type="core/list"] dt, .entry-header ul li, .entry-header ul dd, .entry-header ul dt, .entry-content ol li, .entry-content ol dd, .entry-content ol dt, ol[data-type="core/list"] li, ol[data-type="core/list"] dd, ol[data-type="core/list"] dt, .entry-header ol li, .entry-header ol dd, .entry-header ol dt, .entry-content dl li, .entry-content dl dd, .entry-content dl dt, dl[data-type="core/list"] li, dl[data-type="core/list"] dd, dl[data-type="core/list"] dt, .entry-header dl li, .entry-header dl dd, .entry-header dl dt {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 0.3em;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

.entry-content ul li::marker {
  color: #0A7698;
  content: "■ ";
  font-weight: 900;
}
.entry-content ul li {
  padding-left: 0.3em;
  margin-bottom: 0.5em;
}

dt {
  font-weight: bold;
  margin-top: 0.5em;
  text-transform: uppercase;
}
dt:first-child {
  margin-top: 0;
}

dd {
  margin: 0 0 1.5em;
  font-weight: normal;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

hr:before, hr:after {
  content: "";
  display: block;
  width: 2.5em;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 auto;
}
hr:before {
  position: relative;
  top: -11px;
}
hr:after {
  position: relative;
  top: 10px;
}

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

.clear:after {
  clear: both;
}

@media screen and (min-width: 1280px) {
  #main {
    font-size: 0.84em;
  }
}
@media screen and (min-width: 1800px) {
  #main {
    font-size: 1em;
  }
}

@media screen and (min-width: 1280px) {
  .page-nav-container {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1800px) {
  .page-nav-container {
    font-size: 1em;
  }
}

.wrap-inner {
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 992px) {
  .wrap-inner {
    padding-left: 65px;
    padding-right: 65px;
  }
}

.icon-cont {
  position: relative;
  padding-left: 1.4em;
}
.icon-cont .icon {
  position: absolute;
  left: 0em;
  top: 0em;
  font-size: 1em;
}

.post-separator {
  margin-top: 4em;
  margin-bottom: 4em;
}
.post-type-archive-case_study .post-separator {
  position: relative;
  top: -0.35em;
}

.container-fluid {
  max-width: 1846px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1280px) {
  .container-fluid {
    padding-left: 103px;
    padding-right: 103px;
  }
}
@media screen and (min-width: 1800px) {
  .container-fluid {
    padding-left: 140px;
    padding-right: 140px;
  }
}

@media screen and (min-width: 1280px) {
  .content-wrap {
    max-width: 1285px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-content-wrap {
  padding-top: 1.5em;
  padding-bottom: 5.6em;
}
@media screen and (min-width: 1280px) {
  .main-content-wrap {
    padding-top: 2.9em;
    padding-bottom: 6.7em;
  }
}

.breadcrumbs-wrap {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

#breadcrumbs {
  max-width: 1846px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1280px) {
  #breadcrumbs {
    padding-left: 103px;
    padding-right: 103px;
  }
}
@media screen and (min-width: 1800px) {
  #breadcrumbs {
    padding-left: 140px;
    padding-right: 140px;
  }
}
#breadcrumbs {
  color: #002145;
  font-size: 0.72em;
  line-height: 1.9;
  margin-bottom: 0;
  padding-top: 1.1em;
  padding-bottom: 1em;
}
#breadcrumbs a {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#breadcrumbs .breadcrumb_last {
  padding-left: 0.3em;
}
#breadcrumbs a:link,
#breadcrumbs a:visited {
  color: #6D6C4A;
  text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:active,
#breadcrumbs a:focus {
  color: #6D6C4A;
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  #breadcrumbs {
    font-size: 0.67em;
  }
}

#breadcrumbs > span > span > a {
  padding-left: 0;
}

.entry-meta {
  color: #6D6D6D;
  font-weight: bold;
}

.entry-header-title {
  margin-top: 0;
  text-transform: uppercase;
  padding-bottom: 0.67em;
  position: relative;
  margin-bottom: 1.4em;
}

[data-link-click] {
  cursor: pointer;
}

.tag-list .tag-item {
  white-space: nowrap;
  color: #002145;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  background-color: #C0C9D4;
  border-radius: 16px;
  transition: none;
}
.tag-list .tag-item:not(:last-child) {
  margin-right: 0.6em;
}
.tag-list a.tag-item:hover, .tag-list a.tag-item:active {
  background-color: #BEBD9C;
  color: #002145;
}
.tag-list a.tag-item:visited {
  color: #002145;
}
@media screen and (min-width: 1280px) {
  .tag-list > *,
  .tag-list .tag-item {
    font-size: 0.75em;
  }
}

.svg-icons-sheet path {
  fill: inherit;
}

.svg-icons-sheet #icon-icon_menu path,
.svg-icons-sheet #icon-icon_menu line,
.svg-icons-sheet #icon-icon_menu circle {
  stroke: inherit;
  fill: inherit;
}

.svg-icons-sheet #icon-icon_search path,
.svg-icons-sheet #icon-icon_search line,
.svg-icons-sheet #icon-icon_search circle {
  stroke: inherit;
}

.svg-icons-sheet #icon-icon_double-caret path,
.svg-icons-sheet #icon-icon_double-caret line {
  stroke: inherit;
  fill: none;
}

.svg-icons-sheet #icon-icon_close path,
.svg-icons-sheet #icon-icon_close line {
  stroke: inherit;
}

.svg-icons-sheet #icon-icon_map #icon_map-Group_1388 {
  fill: white;
}

/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
	Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}

/*--------------------------------------------------------------
	Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
	Posts and pages
--------------------------------------------------------------*/
.byline {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-title .icon {
  font-size: 2em;
  vertical-align: middle;
  padding-right: 0.2em;
  vertical-align: -0.13em;
}

.entry-title {
  margin-top: 0;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
	Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

/*--------------------------------------------------------------
	Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
	Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
	Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
  margin: 0 0 0.8075em;
}

/*--------------------------------------------------------------
    Alignments
--------------------------------------------------------------*/
.wp-caption .wp-caption-text {
  font-size: 0.7em;
  text-align: left;
  background-color: #e6e6e6;
  margin: 0;
  padding: 1em 1.5em;
  font-style: italic;
}

.wp-caption img[class*=wp-image-] {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .alignnone,
  .alignright,
  .alignleft {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  .wp-caption {
    margin-top: 0.45em;
  }
  .alignleft {
    display: inline;
    float: left;
    margin-right: 2em;
    width: auto;
  }
  .alignright {
    display: inline;
    float: right;
    margin-left: 2em;
    width: 45% !important;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}
.alignwide {
  width: calc(100% + 44px);
  margin-left: -22px;
}
@media screen and (min-width: 768px) {
  .alignwide {
    width: calc(100% + 130px);
    margin-left: -65px;
  }
}
@media screen and (min-width: 1280px) {
  .alignwide {
    width: calc(100% + 200px);
    margin-left: -100px;
  }
}
@media screen and (min-width: 1800px) {
  .alignwide {
    width: calc(100% + 568px);
    margin-left: -284px;
  }
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

#page {
  overflow-x: hidden;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.updated {
  display: none;
}

.published.updated {
  display: inline;
}

.wp-block-buttons {
  margin-top: 1.4em;
  margin-bottom: 1.6em;
}

figcaption {
  font-size: 0.8em !important;
  line-height: 1.2 !important;
  margin-top: 1em !important;
  color: #757575;
  text-align: center !important;
}

.wp-block-spacer {
  height: 50px !important;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: #0A7698;
  font-family: proxima-nova, sans-serif;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  text-decoration: underline;
}

a:visited {
  color: #0A7698;
}

a:hover,
a:focus,
a:active {
  color: #126078;
  -webkit-transition: color 50ms ease-out;
  -moz-transition: color 50ms ease-out;
  -ms-transition: color 50ms ease-out;
  -o-transition: color 50ms ease-out;
  transition: color 50ms ease-out;
}

a.more:link,
a.more:visited,
a.more:hover,
a.more:active {
  font-weight: 900;
  font-family: proxima-nova, sans-serif;
  color: #6D6C4A;
}

a:link .icon,
a:visited .icon {
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  position: relative;
}
a:link .icon use,
a:visited .icon use {
  fill: #0A7698;
  -webkit-transition: fill 200ms ease-out;
  -moz-transition: fill 200ms ease-out;
  -ms-transition: fill 200ms ease-out;
  -o-transition: fill 200ms ease-out;
  transition: fill 200ms ease-out;
}

a:hover .icon use,
a:active .icon use {
  fill: #126078;
  -webkit-transition: fill 50ms ease-out;
  -moz-transition: fill 50ms ease-out;
  -ms-transition: fill 50ms ease-out;
  -o-transition: fill 50ms ease-out;
  transition: fill 50ms ease-out;
}

input,
textarea {
  font-size: 0.9em;
  padding: 0.5em 0.7em;
  background-color: white;
  border: 1px solid #66788F;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline-color: #66788F;
  background-color: #F5F5F5;
}
input[disabled],
textarea[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  border-bottom-color: #CBC7BD;
}

body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction {
  color: #0A7698;
  font-weight: bold;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1em;
}

input[type=search] {
  -webkit-appearance: none;
}

select {
  background-color: white;
  border: none;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid #66788F;
  padding: 0.5em 0.7em;
  display: block;
  margin-top: 0.5em;
  border-radius: 0;
  background-image: url("../../images/svg/icon_double-caret.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 50%;
  appearance: none;
}
select[multiple=multiple] {
  background: none;
}
select:focus {
  outline-color: #66788F;
  background-color: #F5F5F5;
}

::-webkit-input-placeholder {
  color: rgba(90, 104, 115, 0.7);
  font-weight: 600;
}

:-moz-placeholder { /* Firefox 18- */
  color: rgba(90, 104, 115, 0.7);
  font-weight: 600;
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgba(90, 104, 115, 0.7);
  font-weight: 600;
}

:-ms-input-placeholder {
  color: rgba(90, 104, 115, 0.7);
  font-weight: 600;
}

label {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.label-sub {
  font-family: proxima-nova, sans-serif;
  font-size: 0.9em;
}

div.gform_wrapper ul.gform_fields li.gfield {
  margin-top: 2em !important;
}

div.gform_wrapper .gsection {
  border-bottom: none;
}

fieldset legend {
  font-weight: bold;
  margin-bottom: 0.3em;
}

.gform_wrapper form {
  max-width: 560px;
}

.input-list {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox label,
.radio label {
  font-size: 0.9em;
}

.radio input[type=radio],
.checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.radio,
.checkbox {
  margin-bottom: 0.6em;
  position: relative;
}
.radio label,
.checkbox label {
  padding-left: 1.9em;
}
.radio > .validation-message,
.checkbox > .validation-message {
  display: block;
}

.radio label,
.checkbox label {
  position: relative;
  display: inline-block;
  color: #2D2D2D;
  cursor: pointer;
}

.radio label::before,
.checkbox label::before {
  position: absolute;
  content: "";
  display: block;
  height: 1.2em;
  width: 1.2em;
  background-color: #fff;
  border: 1px solid #BEBD9C;
  top: 0.35em;
  left: 0;
}

.radio label::before {
  border-radius: 1.2em;
}

.checkbox input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1' data-name='Group 1' xmlns='http://www.w3.org/2000/svg' width='11.928' height='9.496' viewBox='0 0 11.928 9.496'%3E%3Cg id='icon_check' data-name='icon/check' transform='translate(0 0)'%3E%3Cpath id='check' d='M14.136,5.073A1.095,1.095,0,1,1,15.7,6.606L9.872,13.891a1.095,1.095,0,0,1-1.577.029L4.434,10.058A1.095,1.095,0,1,1,5.981,8.51l3.057,3.056,5.07-6.46a.344.344,0,0,1,.029-.032Z' transform='translate(-4.085 -4.745)' fill='%230D84AA' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.radio input[type=radio]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='40' fill='%230D84AA' /%3E%3C/svg%3E");
  background-size: 69%;
  background-repeat: no-repeat;
  background-position: center;
}

.radio input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.feedback-form .ginput_container_radio .gfield_radio {
  display: flex;
  gap: 2em;
}

.btn, input[type=submit],
button,
.btn-primary,
.btn-secondary,
.btn-ghost,
.btn-lg,
.btn-sm,
.wp-block-button__link {
  border: none;
  border-radius: 5px;
  color: white;
  padding: 0.5em 1.7em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #6D6C4A;
  cursor: pointer;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
.btn:link, input[type=submit]:link,
button:link, .btn:visited, input[type=submit]:visited,
button:visited,
.btn-primary:link,
.btn-primary:visited,
.btn-secondary:link,
.btn-secondary:visited,
.btn-ghost:link,
.btn-ghost:visited,
.btn-lg:link,
.btn-lg:visited,
.btn-sm:link,
.btn-sm:visited,
.wp-block-button__link:link,
.wp-block-button__link:visited {
  color: white;
}
.btn:hover, input[type=submit]:hover,
button:hover, .btn:active, input[type=submit]:active,
button:active, .btn:focus, input[type=submit]:focus,
button:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-ghost:hover,
.btn-ghost:active,
.btn-ghost:focus,
.btn-lg:hover,
.btn-lg:active,
.btn-lg:focus,
.btn-sm:hover,
.btn-sm:active,
.btn-sm:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
  color: #2D2D2D;
  background-color: #BEBD9C;
  text-decoration: none;
  -webkit-transition: background-color 50ms ease-out;
  -moz-transition: background-color 50ms ease-out;
  -ms-transition: background-color 50ms ease-out;
  -o-transition: background-color 50ms ease-out;
  transition: background-color 50ms ease-out;
}
.btn:focus, input[type=submit]:focus,
button:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-ghost:focus,
.btn-lg:focus,
.btn-sm:focus,
.wp-block-button__link:focus {
  outline: 3px solid #000000;
}
@media screen and (1280px) {
  .btn, input[type=submit],
  button,
  .btn-primary,
  .btn-secondary,
  .btn-ghost,
  .btn-lg,
  .btn-sm,
  .wp-block-button__link {
    font-size: 1.2em;
    padding: 0.4em 1em;
  }
}

.wp-block-button__link.has-blue-background-color {
  background-color: #0A7698;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:active, .wp-block-button__link.has-blue-background-color:focus {
  color: #2D2D2D;
  background-color: #ADCFD9 !important;
}
.wp-block-button__link.has-blue-background-color:focus {
  outline: 3px solid #000000;
}
.wp-block-button__link.has-navy-background-color {
  background-color: #002145;
}
.wp-block-button__link.has-navy-background-color:hover, .wp-block-button__link.has-navy-background-color:active, .wp-block-button__link.has-navy-background-color:focus {
  color: #FFFFFF;
  background-color: #638C99 !important;
}
.wp-block-button__link.has-navy-background-color:focus {
  outline: 3px solid #000000;
}
.wp-block-button__link.has-grey-background-color {
  background-color: #66788F;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:active, .wp-block-button__link.has-grey-background-color:focus {
  color: #2D2D2D;
  background-color: #C0C9D4 !important;
}
.wp-block-button__link.has-grey-background-color:focus {
  outline: 3px solid #000000;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:active, .wp-block-button__link.has-green-background-color:focus {
  color: #2D2D2D;
  background-color: #BEBD9C !important;
}
.wp-block-button__link.has-green-background-color:focus {
  outline: 3px solid #000000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:active, .wp-block-button__link.has-black-background-color:focus {
  color: #FFFFFF;
  background-color: #818181 !important;
}
.wp-block-button__link.has-black-background-color:focus {
  outline: 3px solid #000000;
}

.btn-primary {
  background-color: #6D6C4A;
  color: white;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #BEBD9C;
  color: white;
}

.btn-ghost,
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  border: 2px solid #6D6C4A;
  color: #6D6C4A;
}
.btn-ghost:link, .btn-ghost:visited,
.is-style-outline > .wp-block-button__link:not(.has-background):link,
.is-style-outline > .wp-block-button__link:not(.has-background):visited,
.wp-block-button__link.is-style-outline:not(.has-background):link,
.wp-block-button__link.is-style-outline:not(.has-background):visited {
  color: #6D6C4A;
}
.btn-ghost:hover, .btn-ghost:focus,
.is-style-outline > .wp-block-button__link:not(.has-background):hover,
.is-style-outline > .wp-block-button__link:not(.has-background):focus,
.wp-block-button__link.is-style-outline:not(.has-background):hover,
.wp-block-button__link.is-style-outline:not(.has-background):focus {
  background-color: #6D6C4A;
  color: white;
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.btn-ghost.btn-secondary,
.is-style-outline > .wp-block-button__link:not(.has-background).btn-secondary,
.wp-block-button__link.is-style-outline:not(.has-background).btn-secondary {
  border-color: #6D6C4A;
  color: #6D6C4A;
}
.btn-ghost.btn-secondary:link, .btn-ghost.btn-secondary:visited,
.is-style-outline > .wp-block-button__link:not(.has-background).btn-secondary:link,
.is-style-outline > .wp-block-button__link:not(.has-background).btn-secondary:visited,
.wp-block-button__link.is-style-outline:not(.has-background).btn-secondary:link,
.wp-block-button__link.is-style-outline:not(.has-background).btn-secondary:visited {
  color: #6D6C4A;
}
.btn-ghost.btn-secondary:hover, .btn-ghost.btn-secondary:focus,
.is-style-outline > .wp-block-button__link:not(.has-background).btn-secondary:hover,
.is-style-outline > .wp-block-button__link:not(.has-background).btn-secondary:focus,
.wp-block-button__link.is-style-outline:not(.has-background).btn-secondary:hover,
.wp-block-button__link.is-style-outline:not(.has-background).btn-secondary:focus {
  background-color: #6D6C4A;
  color: white;
}

input[type=submit],
button {
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
  background-color: #6D6C4A;
  color: white;
}
input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus {
  background-color: #BEBD9C;
  color: #2D2D2D;
}
input[type=submit]:focus,
button:focus {
  outline: 3px solid #000000;
}
input[type=submit]:hover, input[type=submit]:active,
button:hover,
button:active {
  -webkit-transition: background-color 50ms ease-out;
  -moz-transition: background-color 50ms ease-out;
  -ms-transition: background-color 50ms ease-out;
  -o-transition: background-color 50ms ease-out;
  transition: background-color 50ms ease-out;
}
input[type=submit][disabled],
button[disabled] {
  background: #F5F5F5;
  color: #CBC7BD;
  cursor: not-allowed;
}
input[type=submit][disabled]:hover, input[type=submit][disabled]:active,
button[disabled]:hover,
button[disabled]:active {
  background: #F5F5F5;
  color: #CBC7BD;
}

.btn-link {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
  display: inline;
  min-width: 0;
  text-transform: uppercase;
}
.btn-link:before, .btn-link:after {
  display: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  text-decoration: underline;
  background: none;
  color: #002145;
}

.site-main .entry-content .wp-block-sim-accordion .accordion-wrapper .sim__accordion-head {
  background-color: #F5F5F5;
}
.site-main .entry-content .wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_icon {
  display: flex;
  align-items: center;
  color: #6D6C4A;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main .entry-content .wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_icon .dashicons {
    width: 25px;
    height: 25px;
  }
}
.site-main .entry-content .wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .sim__accordion_title {
  color: #002145;
  font-weight: 900;
}
.site-main .entry-content .wp-block-sim-accordion .accordion-wrapper .sim__accordion-head .accordion-toggle:hover .dashicons:before {
  color: #126078;
}

.site-section {
  margin-top: 5.9em;
  margin-bottom: 5.9em;
}
.site-section > .container-fluid {
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 991px) {
  .site-section {
    margin-top: 4.75em;
    margin-bottom: 4.8em;
  }
  .site-section.no-pad-top-sm {
    padding-top: 0;
  }
}
.site-section.no-pad-top {
  padding-top: 0;
}
.site-section.no-pad-bottom {
  padding-bottom: 0;
}
.site-section.section-inner-wrap {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5.9em;
  padding-bottom: 5.9em;
}

.section-text {
  margin-bottom: 0.5em;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 0.79em;
}
.section-heading.section-heading-fancy:after {
  content: "";
  display: block;
  width: 2.3em;
  border-bottom: 4px solid #002145;
  margin-top: 0.325em;
}
@media screen and (min-width: 768px) {
  .section-heading {
    text-align: center;
  }
  .section-heading.section-heading-fancy:after {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-subheading {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 0.04em;
  display: block;
}

.section-center {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  float: none;
}
.section-center.section-center-tight {
  max-width: 545px;
}
.section-center.section-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section-center {
    text-align: center;
  }
}

.section-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  color: white;
  position: relative;
}
.section-background .section-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section-background.site-section:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 28, 31, 0.5);
  z-index: 11;
}
.section-background .section-content {
  position: relative;
  z-index: 11;
}
.section-background a:link,
.section-background a:visited {
  color: white;
  text-decoration: underline;
}
.section-background a:hover,
.section-background a:active {
  text-decoration: none;
  color: #cccccc;
}
.section-background .section-heading {
  color: white;
  margin-bottom: 0.35em;
}
.section-background .section-text {
  color: white;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .section-background {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .section-background {
    padding-top: 3.35em;
    padding-bottom: 3.35em;
  }
}
@media screen and (min-width: 992px) {
  .section-background:before, .section-background:after {
    content: "";
    display: table;
  }
  .section-background:after {
    clear: both;
  }
  .section-background {
    text-align: left;
  }
  .section-background .section-right-text {
    padding-left: 4em;
  }
  .section-background .section-right-text .section-heading,
  .section-background .section-right-text .section-text {
    text-align: left;
  }
}

.section-left :last-child {
  margin-bottom: 0;
}

.main-content > div:last-of-type {
  margin-bottom: 0;
}

.section-cta {
  margin-top: 3.5em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-button {
  margin-top: 1em;
}

/*--------------------------------------------------------------
	Patterns
--------------------------------------------------------------*/
.entry-content .blocks-gallery-grid {
  padding-left: 0;
}
.entry-content .blocks-gallery-grid:before {
  display: none;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-icon img {
  width: 100%;
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-1 .gallery-item:nth-child(1n) {
  margin-right: 0;
}
.gallery-columns-1 .gallery-item:nth-child(1n+2) {
  clear: left;
}

.gallery-columns-2 .gallery-item {
  width: 48.75%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-2 .gallery-item:nth-child(2n) {
  margin-right: 0;
}
.gallery-columns-2 .gallery-item:nth-child(2n+3) {
  clear: left;
}

.gallery-columns-3 .gallery-item {
  width: 31.6666666667%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-3 .gallery-item:nth-child(3n) {
  margin-right: 0;
}
.gallery-columns-3 .gallery-item:nth-child(3n+4) {
  clear: left;
}

.gallery-columns-4 .gallery-item {
  width: 23.125%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-4 .gallery-item:nth-child(4n) {
  margin-right: 0;
}
.gallery-columns-4 .gallery-item:nth-child(4n+5) {
  clear: left;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-5 .gallery-item:nth-child(5n) {
  margin-right: 0;
}
.gallery-columns-5 .gallery-item:nth-child(5n+6) {
  clear: left;
}

.gallery-columns-6 .gallery-item {
  width: 14.5833333333%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-6 .gallery-item:nth-child(6n) {
  margin-right: 0;
}
.gallery-columns-6 .gallery-item:nth-child(6n+7) {
  clear: left;
}

.gallery-columns-7 .gallery-item {
  width: 12.1428571429%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-7 .gallery-item:nth-child(7n) {
  margin-right: 0;
}
.gallery-columns-7 .gallery-item:nth-child(7n+8) {
  clear: left;
}

.gallery-columns-8 .gallery-item {
  width: 10.3125%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-8 .gallery-item:nth-child(8n) {
  margin-right: 0;
}
.gallery-columns-8 .gallery-item:nth-child(8n+9) {
  clear: left;
}

.gallery-columns-9 .gallery-item {
  width: 8.8888888889%;
  margin-bottom: 2.5%;
  margin-right: 2.5%;
  padding: 0;
}
.gallery-columns-9 .gallery-item:nth-child(9n) {
  margin-right: 0;
}
.gallery-columns-9 .gallery-item:nth-child(9n+10) {
  clear: left;
}

@media screen and (max-width: 767px) {
  .gallery .gallery-item {
    width: 48.75%;
    margin-left: 0;
  }
  .gallery .gallery-item:nth-child(1n) {
    margin-right: 2.5%;
  }
  .gallery .gallery-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 399px) {
  .gallery .gallery-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .gallery .gallery-item:nth-child(1n) {
    margin-left: 0;
  }
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0;
  position: relative;
  width: 100%;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 1em;
  font-weight: bold;
  color: #e32700;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  border: none;
  background: none;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1em;
}
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme [aria-invalid=true] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #e32700;
}
body .gform_wrapper.gravity-theme .validation_message {
  color: #e32700 !important;
}
body .gform_wrapper.gravity-theme .gfield_error .ginput_container_checkbox label,
body .gform_wrapper.gravity-theme .gfield_error .ginput_container_radio label {
  color: inherit;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  padding: 0;
  font-size: 0.9em;
  margin-top: 0.4em;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  padding-top: 0;
  padding-bottom: 0;
}
body .ginput_container_checkbox button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  color: #002145;
  font-size: 0.8em;
}
body .ginput_container_checkbox button:hover, body .ginput_container_checkbox button:focus {
  color: black;
}
body .gform_wrapper.gravity-theme .gfield_checkbox button,
body .gform_wrapper.gravity-theme .gfield_checkbox input[type=text],
body .gform_wrapper.gravity-theme .gfield_radio button,
body .gform_wrapper.gravity-theme .gfield_radio input[type=text] {
  margin-top: 0.5em;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: inherit;
  line-height: inherit;
}
body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 0.9em;
}
body .gform_wrapper.gravity-theme .gfield_radio,
body .gform_wrapper.gravity-theme .gfield_checkbox {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield_radio input[type=radio],
body .gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  margin-bottom: 0.6em;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  padding-left: 1.9em;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice > .validation-message,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice > .validation-message {
  display: block;
}
body .gfield_checkbox .gchoice label,
body .gfield_radio .gchoice label {
  position: relative;
  display: inline-block;
  color: black;
  cursor: pointer;
}
body .gfield_checkbox .gchoice label::before,
body .gfield_radio .gchoice label::before {
  position: absolute;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid;
  top: 0.2em;
  left: 0;
}
@media screen and (min-width: 1280px) {
  body .gfield_checkbox .gchoice label::before,
  body .gfield_radio .gchoice label::before {
    top: 0.3em;
  }
}
@media screen and (min-width: 1800px) {
  body .gfield_checkbox .gchoice label::before,
  body .gfield_radio .gchoice label::before {
    top: 0.3em;
    height: 24px;
    width: 24px;
  }
}
body .gfield_radio label::before {
  border-radius: 1.2em;
}
body .gfield_checkbox input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1' data-name='Group 1' xmlns='http://www.w3.org/2000/svg' width='11.928' height='9.496' viewBox='0 0 11.928 9.496'%3E%3Cg id='icon_check' data-name='icon/check' transform='translate(0 0)'%3E%3Cpath id='check' d='M14.136,5.073A1.095,1.095,0,1,1,15.7,6.606L9.872,13.891a1.095,1.095,0,0,1-1.577.029L4.434,10.058A1.095,1.095,0,1,1,5.981,8.51l3.057,3.056,5.07-6.46a.344.344,0,0,1,.029-.032Z' transform='translate(-4.085 -4.745)' fill='%230D84AA' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  background-position: center;
}
body .gfield_checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
body .gfield_radio input[type=radio]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='40' fill='%230D84AA' /%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1800px) {
  body .gfield_radio input[type=radio]:checked + label::before {
    background-size: 12px;
  }
}
body .gfield_radio input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

body .gform_wrapper.gravity-theme .gform_fields {
  margin-top: 2.1em;
  margin-bottom: 2.1em;
  grid-row-gap: 2.1em;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  padding: 0.4em 0.9em;
}
body .gform_wrapper.gravity-theme textarea {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
body .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0.2em;
  font-weight: 600;
  font-size: 1.11em;
}
body .gform_wrapper.gravity-theme .gfield_validation_message {
  font-size: 0.8em;
  font-weight: bold;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 3px solid #e32700;
  background-color: #FFF0EB;
}
body .gfield_checkbox input[type=checkbox] + label::before,
body .gfield_radio input[type=radio] + label::before {
  border-color: #CBC7BD;
}
body .gfield_checkbox input[type=checkbox]:checked + label::before,
body .gfield_radio input[type=radio]:checked + label::before {
  background-color: white;
  border-color: #BEBD9C;
}
body .gform_wrapper.gravity-theme .gfield select {
  padding: 0.4em 3.3em 0.4em 0.7em;
}
body .gform_wrapper.gravity-theme .gfield select[multiple=multiple] {
  padding: 0.4em 0.7em;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: 0.9em;
}

body .gform_wrapper.gravity-theme .description, body .gform_wrapper.gravity-theme .gfield_description, body .gform_wrapper.gravity-theme .gsection_description, body .gform_wrapper.gravity-theme .instruction {
  color: #0A7698;
  font-weight: bold;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1em;
}

.gform-body .gfield_fileupload_progress .gfield_fileupload_progressbar {
  bottom: 20px;
  background: #EEEEEE;
  display: block;
  height: 10px;
  position: relative;
}

.gform-body .gfield_fileupload_progress .gfield_fileupload_progressbar_progress {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #33879E;
}

.gform-body span.gfield_fileupload_filesize {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 35px;
  padding: 0px !important;
}

.gform-body button.gform_delete_file.gform-theme-button.gform-theme-button--simple {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 35px;
  padding-top: 0 !important;
}

.gform-body div.ginput_preview {
  font-size: 0.8em;
  position: relative;
  height: 75px;
  text-align: right;
  padding-top: 20px;
}

.gform-body span.gfield_fileupload_filename {
  position: absolute;
  top: 10px;
  left: 0;
}

.gform-body span.gfield_fileupload_percent {
  position: absolute;
  right: 0;
  top: 10px;
}

.gform-body .gfield_fileupload_progress_complete .gfield_fileupload_percent {
  color: #33879E;
}

.gform-body a.gfield_fileupload_cancel.gform-theme-button.gform-theme-button--simple {
  color: #6D6C4A;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 35px;
}

.gform-body .dashicons-trash:before {
  content: "Delete" !important;
  color: #6D6C4A;
  font-weight: 600;
  text-decoration: underline;
}

.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file {
  background-color: unset !important;
  margin-right: 1em !important;
}

.gform-body .gfield_fileupload_progress_complete span.gfield_fileupload_percent:after {
  content: " Completed";
}

@media screen and (max-width: 320px) {
  .gform-body span.gfield_fileupload_filename {
    font-size: 0.7em;
  }
}
.menu {
  display: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  margin: 0;
  list-style: none;
}
.menu li {
  margin: 0;
  border-top: 2px solid none;
  position: relative;
}
.menu a,
.menu .empty-menu-item {
  display: block;
  font-weight: bold;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 22px;
  padding-right: 22px;
  color: #0A7698;
}
.menu a:link {
  text-decoration: none;
  color: #0A7698;
}
.menu a:visited {
  color: #0A7698;
}
.menu a:hover {
  color: #126078;
}
.menu a:active {
  color: rgb(11.347826087, 60.5217391304, 75.652173913);
}
.menu > ul > li > ul {
  display: none;
}
.menu > ul > li > ul > li {
  padding-left: 1em;
}
@media screen and (min-width: 1280px) {
  .menu {
    display: block !important;
  }
  .menu ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu ul li a,
  .menu ul li a:link {
    text-decoration: none;
    color: #0A7698;
  }
  .menu ul li a:visited {
    color: #0A7698;
  }
  .menu ul li a:hover {
    color: #126078;
  }
  .menu ul li a:active {
    color: #126078;
  }
  .menu > li > ul {
    display: none;
  }
  .menu li {
    border: none;
    display: inline-block;
    margin-right: 24px;
    position: relative;
  }
  .menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  .menu li ul {
    display: none !important;
  }
  .menu li:hover ul, .menu li.open ul {
    display: block !important;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: white;
  }
}

.menu-toggle {
  left: 15px;
  height: 41px;
  width: 41px;
  padding: 0;
  text-align: center;
  min-width: 0;
  color: white;
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
}
.menu-toggle .close-icon {
  display: none;
}
.menu-toggle.toggled-on .close-icon {
  display: inline;
}
.menu-toggle.toggled-on .open-icon {
  display: none;
}
.menu-toggle .icon-menu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  text-indent: 0;
  width: 28px;
  height: 28px;
  text-align: center;
  color: white;
  line-height: 41px;
}
.menu-toggle .icon-menu:before {
  display: block;
}
.menu-toggle {
  display: block;
}
@media screen and (min-width: 1280px) {
  .menu-toggle {
    display: none !important;
  }
}

.menu .dropdown-toggle {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0.3em;
  background: none;
  border: none;
  min-width: 0px;
  width: 42px;
  height: 42px;
  color: white;
  cursor: pointer;
  box-shadow: none;
}
.menu .dropdown-toggle .icon {
  width: 0.8em;
  height: 0.8em;
  display: block;
}
.menu .dropdown-toggle .screen-reader-text {
  left: -10000px;
}
.menu .dropdown-toggle .close-icon {
  display: none;
}
.menu .dropdown-toggle.toggled-on .close-icon {
  display: block;
}
.menu .dropdown-toggle.toggled-on .open-icon {
  display: none;
}
@media screen and (min-width: 1280px) {
  .menu .dropdown-toggle {
    display: none !important;
  }
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.reveal-modal {
  visibility: hidden;
  top: 2%;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eee;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 768px) {
  .reveal-modal {
    top: 10%;
  }
}
.reveal-modal.opened-modal {
  position: fixed;
  top: 2% !important;
}
@media only screen and (min-width: 768px) {
  .reveal-modal.opened-modal {
    top: 10% !important;
  }
}

.reveal-modal.small {
  width: 320px;
  margin-left: -140px;
}

.reveal-modal.medium {
  width: 480px;
  margin-left: -240px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: 1.5;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.reveal-modal .close-reveal-modal .icon {
  display: block;
  height: 25px;
  width: 25px;
}

/*

NOTES

Close button entity is &#215;

Example markup

<div id="myModal" class="reveal-modal">
	<h2>Awesome. I have it.</h2>
	<p class="lead">Your couch.  I it's mine.</p>
	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
	<a class="close-reveal-modal">&#215;</a>
</div>

*/
.reveal-modal {
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 30.2em;
  z-index: 10000001;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.reveal-modal .content :last-child {
  margin-bottom: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}

.omni-back-top {
  background-color: #0A7698;
  color: white;
  border-radius: 10px;
  bottom: 60px;
  opacity: 0;
  padding: 13px 18.25px;
  position: fixed;
  right: -60px;
  transition: all 0.2s ease-in-out 0s;
  z-index: 100;
  font-size: 18px;
  cursor: pointer;
}
.omni-back-top .icon {
  width: 1.2em;
  height: 1.2em;
  left: -0.06em;
  position: relative;
  top: 0.15em;
  fill: white;
}
.omni-back-top.present {
  right: 22px;
  opacity: 0.95;
}
.omni-back-top.present:hover {
  background-color: #126078;
  opacity: 0.95;
}

@media screen and (max-width: 768px) {
  .omni-back-top {
    bottom: 15px;
  }
  .omni-back-top.present {
    right: 15px;
    opacity: 0.95;
  }
}
@media screen and (min-width: 1280px) {
  .omni-back-top {
    padding: 15px 20px;
    bottom: 50px;
  }
  .omni-back-top.present {
    right: 50px;
    opacity: 0.95;
  }
  .omni-back-top .icon {
    width: 1.5em;
    height: 1.5em;
  }
}
/*--------------------------------------------------------------
	Objects
--------------------------------------------------------------*/
.search-form {
  position: relative;
}
.search-form input[type=search] {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #66788F;
  background-color: white;
  padding-left: 2.6em;
  padding-right: 22px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
  border-radius: 8px;
}
.search-form .search-submit {
  width: 2.5em;
  height: 100%;
  position: absolute;
  left: 0;
  padding: 0.7em;
  padding-right: 0.5em;
  padding-left: 0.9em;
  top: 0em;
  bottom: 0;
  margin: auto;
}
.search-form .search-submit .icon {
  width: 100%;
  height: 100%;
}
.search-form .search-submit .icon use {
  stroke: #002145;
}
.search-form .search-submit:hover .icon use, .search-form .search-submit:focus .icon use {
  stroke: #0A7698;
}

.header {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.header-top-inner {
  background-color: #002145;
  color: white;
  font-size: 0.85em;
  text-align: right;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}
.header-top-inner a:link,
.header-top-inner a:visited,
.header-top-inner .empty-menu-item {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}
.header-top-inner a:hover,
.header-top-inner a:active,
.header-top-inner a:focus {
  color: #BEBD9C;
  text-decoration: none;
}
.header-top-inner .lang-switcher {
  font-weight: 900;
}
.header-top-inner .secondary-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.header-top-inner .secondary-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 1em;
}
.header-top-inner .secondary-menu ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1279px) {
  .header-top-inner .secondary-menu ul li {
    display: none;
  }
  .header-top-inner .secondary-menu ul li.lang-switcher {
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .header-top-inner {
    font-size: 0.75em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media screen and (min-width: 1800px) {
  .header-top-inner {
    font-size: 0.85em;
  }
  .header-top-inner .secondary-menu ul li {
    margin-right: 2em;
  }
}

.header-inner {
  padding-top: 1em;
  position: relative;
}
.header-inner .logo {
  width: 7.389em;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 768px) {
  .header-inner .logo {
    width: 9.278em;
  }
}
@media screen and (min-width: 1280px) {
  .header-inner .logo {
    width: 10.042em;
    float: left;
    margin-top: 0.8em;
  }
}
@media screen and (min-width: 1800px) {
  .header-inner .logo {
    width: 11.72em;
  }
}
@media screen and (min-width: 1280px) {
  .header-inner {
    padding-top: 1.2em;
  }
  .header-inner .search-desktop {
    margin-left: auto;
  }
  .header-inner .primary-menu-container {
    text-align: right;
    width: calc(100% - 11em);
    margin-left: auto;
    z-index: 100;
    position: relative;
    margin-top: 1em;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 1800px) {
  .header-inner .primary-menu-container {
    font-size: 1.05em;
  }
}
.header-inner .menu-toggle {
  position: absolute;
  top: 1.2em;
  right: 0;
  left: auto;
}
@media screen and (min-width: 768px) {
  .header-inner .menu-toggle {
    top: 1.6em;
  }
}

.search-mobile #search-toggle {
  background-color: transparent;
  position: absolute;
  top: 1.2em;
  right: 3.5em;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .search-mobile #search-toggle {
    top: 1.6em;
  }
}
.search-mobile #search-toggle .icon {
  width: 2.1em;
  height: 2.2em;
  stroke: #002145;
}
.search-mobile #search-toggle:hover .icon, .search-mobile #search-toggle:focus .icon {
  stroke: #0A7698;
}
@media screen and (min-width: 1280px) {
  .search-mobile {
    display: none;
  }
}

.search-mobile-expand {
  width: calc(100% + 44px);
  margin-left: -22px;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  .search-mobile-expand {
    width: calc(100% + 130px);
    margin-left: -65px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
.search-mobile-expand {
  background-color: #002145;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
}

.search-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .search-desktop {
    display: block;
    font-size: 0.85em;
    max-width: 350px;
  }
}
@media screen and (min-width: 1800px) {
  .search-desktop {
    font-size: 1em;
    max-width: 400px;
  }
}

.primary-menu-container .menu-toggle .menu-text {
  color: black;
}
.primary-menu-container .menu-toggle {
  height: auto;
  width: 2em;
  padding-top: 1.5em;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 1;
}
.primary-menu-container .menu-toggle:hover, .primary-menu-container .menu-toggle:focus {
  background-color: transparent;
}
.primary-menu-container .menu-toggle .icon {
  top: 0;
  bottom: auto;
}
.primary-menu-container .menu-toggle .icon-menu {
  width: 2em;
  height: 1.5em;
  stroke: #002145;
}
.primary-menu-container .menu-toggle .icon-icon_close {
  stroke: none;
}
.primary-menu-container .menu-toggle:hover .menu-text, .primary-menu-container .menu-toggle:focus .menu-text {
  color: #0A7698;
}
.primary-menu-container .menu-toggle:hover .icon-menu, .primary-menu-container .menu-toggle:focus .icon-menu {
  stroke: #0A7698;
}
.primary-menu-container .menu-toggle:hover .icon-icon_close, .primary-menu-container .menu-toggle:focus .icon-icon_close {
  stroke: none;
  fill: #0A7698;
}
.primary-menu-container .menu-toggle .menu-text {
  font-size: 0.68em;
}
@media screen and (max-width: 1279px) {
  .primary-menu-container {
    background-color: #F5F5F5;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .primary-menu-container {
    width: calc(100% + 130px);
    margin-left: -65px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 1279px) {
  .primary-menu-container ul .open-icon {
    transform: rotate(-90deg);
  }
  .primary-menu-container a,
  .primary-menu-container .empty-menu-item {
    color: #2D2D2D;
    font-weight: 900;
  }
  .primary-menu-container a:link, .primary-menu-container a:visited {
    color: #2D2D2D;
  }
  .primary-menu-container .menu a, .primary-menu-container .menu .empty-menu-item {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .primary-menu-container .menu .dropdown-toggle .icon {
    width: 1.5em;
    height: 1.5em;
    stroke: #0A7698;
  }
  .primary-menu-container .menu .dropdown-toggle:hover .icon, .primary-menu-container .menu .dropdown-toggle:focus .icon {
    stroke: #002145;
  }
  .primary-menu-container .primary-menu > li {
    border-bottom: 1px solid #C0C9D4;
  }
  .primary-menu-container .primary-menu > li > a,
  .primary-menu-container .primary-menu > li > .empty-menu-item {
    position: relative;
  }
  .primary-menu-container .primary-menu > li > a {
    background-color: #F5F5F5;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -ms-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
  }
  .primary-menu-container .primary-menu > li > a:hover, .primary-menu-container .primary-menu > li > a:focus {
    color: white !important;
    background-color: #0A7698;
    -webkit-transition: background-color 50ms ease-out;
    -moz-transition: background-color 50ms ease-out;
    -ms-transition: background-color 50ms ease-out;
    -o-transition: background-color 50ms ease-out;
    transition: background-color 50ms ease-out;
  }
  .primary-menu-container .primary-menu > li > a:hover + .dropdown-toggle .icon, .primary-menu-container .primary-menu > li > a:focus + .dropdown-toggle .icon {
    stroke: white;
  }
  .primary-menu-container .primary-menu > li.open {
    position: relative;
  }
  .primary-menu-container .primary-menu > li > ul a:link,
  .primary-menu-container .primary-menu > li > ul a:visited,
  .primary-menu-container .primary-menu > li > ul .empty-menu-item {
    font-size: 0.85em;
    text-transform: none;
    font-weight: normal;
    color: #002145;
    text-decoration: none;
    color: #002145;
  }
  .primary-menu-container .primary-menu > li > ul a:hover,
  .primary-menu-container .primary-menu > li > ul a:active,
  .primary-menu-container .primary-menu > li > ul a:focus {
    text-decoration: none;
    color: #0A7698;
  }
  .primary-menu-container .primary-menu > li > ul > li:first-child a:link {
    padding-top: 0.3em;
  }
  .primary-menu-container .primary-menu > li > ul {
    padding-bottom: 0.5em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 1280px) {
  .primary-menu-container .primary-menu > li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 2.8em;
  }
  .primary-menu-container .primary-menu > li:before {
    content: "";
    display: block;
    height: 1.1em;
    width: 1px;
    background-color: rgba(213, 213, 213, 0.8);
    position: absolute;
    left: calc(-1.4em - 2px);
    top: 0.4em;
  }
  .primary-menu-container .primary-menu > li:first-child:before {
    display: none;
  }
  .primary-menu-container .primary-menu > li:hover:after,
  .primary-menu-container .primary-menu > li.open:after {
    content: "";
    position: absolute;
    left: -1.4em;
    bottom: 0;
    width: calc(100% + 2.8em);
    height: 0.2em;
    background-color: #0A7698;
  }
  .primary-menu-container .primary-menu > li > a,
  .primary-menu-container .primary-menu > li > .empty-menu-item {
    display: block;
    color: #2D2D2D;
    padding: 0;
    padding-bottom: 1.5em;
    font-weight: 900;
  }
  .primary-menu-container .primary-menu > li > a:link, .primary-menu-container .primary-menu > li > a:visited {
    color: #2D2D2D;
  }
  .primary-menu-container .primary-menu > li > a:hover, .primary-menu-container .primary-menu > li > a:active, .primary-menu-container .primary-menu > li > a:focus {
    color: #0A7698;
  }
  .primary-menu-container .primary-menu > li > .empty-menu-item {
    cursor: default;
  }
  .primary-menu-container .menu li:hover ul,
  .primary-menu-container .menu li.open ul {
    min-width: 16em;
    text-align: left;
    z-index: 101;
    left: -1.4em;
  }
  .primary-menu-container .menu li:hover ul > li,
  .primary-menu-container .menu li.open ul > li {
    font-size: 0.8em;
    width: 100%;
    margin-right: 0;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .primary-menu-container .menu li:hover ul > li a:before,
  .primary-menu-container .menu li:hover ul > li .empty-menu-item:before,
  .primary-menu-container .menu li.open ul > li a:before,
  .primary-menu-container .menu li.open ul > li .empty-menu-item:before {
    content: "";
    position: absolute;
    width: calc(100% - 2.2em);
    height: 1px;
    background-color: rgba(102, 120, 143, 0.3);
    bottom: 0;
    left: 1.1em;
  }
  .primary-menu-container .menu li:hover ul > li:last-child a:before, .primary-menu-container .menu li:hover ul > li:last-child .empty-menu-item:before,
  .primary-menu-container .menu li.open ul > li:last-child a:before,
  .primary-menu-container .menu li.open ul > li:last-child .empty-menu-item:before {
    display: none;
  }
  .primary-menu-container .menu li:hover ul > li a:link,
  .primary-menu-container .menu li:hover ul > li a:visited,
  .primary-menu-container .menu li:hover ul > li .empty-menu-item,
  .primary-menu-container .menu li.open ul > li a:link,
  .primary-menu-container .menu li.open ul > li a:visited,
  .primary-menu-container .menu li.open ul > li .empty-menu-item {
    display: block;
    padding: 0.65em 1.8em;
    color: #002145;
    font-weight: 900;
    background-color: #F5F5F5;
    transition: color 200ms ease-out, background-color 200ms ease-out;
  }
  .primary-menu-container .menu li:hover ul > li a:hover,
  .primary-menu-container .menu li:hover ul > li a:active,
  .primary-menu-container .menu li:hover ul > li a:focus,
  .primary-menu-container .menu li.open ul > li a:hover,
  .primary-menu-container .menu li.open ul > li a:active,
  .primary-menu-container .menu li.open ul > li a:focus {
    color: white;
    background-color: #0A7698;
    transition: color 50ms ease-out, background-color 50ms ease-out;
  }
}
@media screen and (min-width: 1800px) {
  .primary-menu-container .primary-menu > li > a,
  .primary-menu-container .primary-menu > li > .empty-menu-item {
    padding-bottom: 1.8em;
  }
}

.menu .secondary-menu-mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  .menu .secondary-menu-mobile {
    display: block;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .menu .secondary-menu-mobile a,
  .menu .secondary-menu-mobile .empty-menu-item {
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: normal;
  }
  .menu .secondary-menu-mobile a:link, .menu .secondary-menu-mobile a:visited,
  .menu .secondary-menu-mobile .empty-menu-item:link,
  .menu .secondary-menu-mobile .empty-menu-item:visited {
    color: #002145;
  }
  .menu .secondary-menu-mobile a:hover, .menu .secondary-menu-mobile a:active, .menu .secondary-menu-mobile a:focus {
    color: #0A7698;
  }
}

.footer-section {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
}

.footer-heading {
  font-size: 1em;
  font-weight: 900;
  color: #002145;
  margin-bottom: 0.8em;
}

.footer {
  font-size: 0.89em;
  display: block;
}
.footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 0.3em;
}
.footer ul .sub-menu li {
  margin-bottom: 1em;
}
.footer ul .sub-menu li:first-of-type {
  margin-top: 0.8em;
}
.footer ul .sub-menu li a {
  color: #2D2D2D;
  text-decoration: none;
}
.footer ul .sub-menu li a:hover {
  color: #6D6C4A;
  text-decoration: underline;
}
.footer .footer-left .logo-section {
  margin-top: 3em;
}
.footer .footer-left .social-section {
  margin-top: 0;
  margin-bottom: 0;
}
.footer .footer-left .social-section .social-icon {
  font-size: 3.2em;
  text-decoration: none;
}
.footer .footer-left .social-section .social-icon .icon {
  margin-left: 0;
  margin-right: 0.4em;
}
.footer .footer-left .social-section .social-icon .icon use {
  fill: #002145;
}
.footer .footer-left .social-section .social-icon:hover .icon use {
  fill: #6D6C4A;
}
.footer .footer-left .copy-privacy-links {
  color: #002145;
  font-size: 0.9em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.footer .footer-left .copy-privacy-links p {
  margin-bottom: 0;
}
.footer .footer-left .copy-privacy-links .footer-section {
  margin-top: 0;
}
.footer .footer-left .copy-privacy-links .footer-section #menu-footer-privacy-menu {
  display: flex;
}
.footer .footer-left .copy-privacy-links .footer-section #menu-footer-privacy-menu li:not(:last-child):after {
  content: "|";
  padding: 0.5em;
}
.footer .footer-left .copy-privacy-links .footer-section #menu-footer-privacy-menu li a {
  color: #002145;
  text-decoration: none;
}
.footer .footer-left .copy-privacy-links .footer-section #menu-footer-privacy-menu li a:hover {
  color: #6D6C4A;
  text-decoration: underline;
}
.footer .footer-right {
  margin-bottom: 3em;
}
.footer .footer-right .footer-menu > ul > li {
  margin-top: 3em;
  line-height: 1.5;
}
.footer .footer-right .footer-menu > ul > li > a {
  color: #002145;
  font-weight: 900;
  font-size: 1em;
  margin-bottom: 0.8em;
  text-decoration: none;
}
.footer .footer-right .footer-menu > ul > li > a:hover {
  color: #6D6C4A;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .footer .footer-section {
    margin-bottom: 2.7em;
  }
  .footer .footer-heading {
    margin-top: 0;
  }
  .footer .footer-menu {
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer .footer-left {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer-left .logo-section {
    width: 100%;
  }
  .footer .footer-left .address-section {
    width: 50%;
    margin-top: 0;
  }
  .footer .footer-left .social-privacy-section {
    width: 50%;
    margin-top: 0;
  }
  .footer .footer-right .footer-menu > ul > li {
    float: left;
    width: 33.333%;
    padding-right: 1.7em;
    margin-top: 1em;
    margin-bottom: 3em;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(3n+2) {
    width: 33.333%;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(3n+3) {
    width: 33.333%;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(3n+1) {
    clear: left;
  }
  .footer .footer-menu .menu-item-has-children {
    margin-top: 1.6em;
  }
  .footer .bottom-foooter {
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    font-size: 0.83em;
  }
  .footer .footer-left {
    width: 440px;
    float: left;
  }
  .footer .footer-right {
    width: calc(100% - 440px);
    float: right;
  }
  .footer .footer-right .footer-menu > ul > li {
    float: left;
    width: 50%;
    padding-right: 1.7em;
    margin-top: 1.2em;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(2n) {
    width: 50%;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 1800px) {
  .footer .footer-right .footer-section {
    margin-top: 0.8em;
  }
  .footer .footer-right .footer-menu > ul > li {
    width: 25%;
    margin-top: 2em;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(2n+1) {
    clear: none;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(4n+1) {
    width: 25%;
    clear: left;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(4n+2) {
    width: 25%;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(4n+3) {
    width: 25%;
  }
  .footer .footer-right .footer-menu > ul > li:nth-child(4n) {
    width: 25%;
  }
}

.sidebar-menu-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 0.3em;
}
.sidebar-menu-controls .sidebar-menu-main-heading-wrap svg {
  fill: #6D6C4A;
}
.sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading {
  max-width: 250px;
  color: #6D6C4A;
  margin-top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading {
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading {
    font-size: 1.01em;
  }
}
.sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a {
  color: #6D6C4A;
  text-decoration: none;
}
.sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a:hover, .sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a:focus, .sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a:active {
  text-decoration: underline;
}
.sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a svg.icon-icon_arrow {
  width: 0.8em;
  height: 0.5em;
  margin-left: 0;
  margin-right: 0.2em;
  margin-bottom: 0.04em;
}
.sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a svg.icon-icon_arrow use {
  fill: #6D6C4A;
}
@media screen and (min-width: 1280px) {
  .sidebar-menu-controls .sidebar-menu-main-heading-wrap .sidebar-menu-main-heading a svg.icon-icon_arrow {
    width: 1em;
    height: 0.65em;
    margin-bottom: 0em;
  }
}
.sidebar-menu-controls button.expand-button {
  padding: 0.1em 0.5em;
  border-radius: 16px;
  margin-bottom: 0.9em;
}
.sidebar-menu-controls button.expand-button .collapse-text:before {
  content: "-";
  margin-right: 0.3em;
}
.sidebar-menu-controls button.expand-button .expand-text:before {
  content: "+";
  margin-right: 0.3em;
}
@media screen and (min-width: 1280px) {
  .sidebar-menu-controls button.expand-button {
    display: none;
  }
}

.sidebar-menu {
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.sidebar-menu .active {
  background-color: #F5F5F5;
}
.sidebar-menu > li {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .sidebar-menu > li {
    padding-left: 0em;
  }
}
.sidebar-menu > li:first-child {
  border-top: 1px solid #C0C9D4;
}
.sidebar-menu > li a {
  text-decoration: none;
  color: #002145;
  max-width: 220px;
}
.sidebar-menu > li a:hover, .sidebar-menu > li a:focus, .sidebar-menu > li a:active {
  color: #0A7698;
}
@media screen and (min-width: 370px) and (max-width: 767px) {
  .sidebar-menu > li a {
    max-width: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar-menu > li a {
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1799px) {
  .sidebar-menu > li a {
    max-width: 170px;
  }
}
@media screen and (min-width: 1800px) {
  .sidebar-menu > li a {
    max-width: 300px;
  }
}
.sidebar-menu > li [data-link-click]:hover a {
  color: #0A7698;
}
.sidebar-menu > li .sidebar-menu-handle-wrap {
  font-size: 0.89em;
  color: #002145;
  font-weight: 900;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #C0C9D4;
  padding-top: 0.5em;
  padding-bottom: 0.6em;
  padding-left: 1.3em;
  padding-right: 0.6em;
  margin-bottom: 0;
}
.sidebar-menu > li .sidebar-menu-handle-wrap:hover, .sidebar-menu > li .sidebar-menu-handle-wrap:focus {
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar-menu > li .sidebar-menu-handle-wrap {
    font-size: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar-menu > li .sidebar-menu-handle-wrap {
    font-size: 0.85em;
  }
}
.sidebar-menu > li .sidebar-menu-handle-wrap .parent-title {
  order: 1;
}
@media screen and (min-width: 370px) and (max-width: 767px) {
  .sidebar-menu > li .sidebar-menu-handle-wrap .parent-title {
    max-width: 270px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .sidebar-menu > li .sidebar-menu-handle-wrap .parent-title {
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1799px) {
  .sidebar-menu > li .sidebar-menu-handle-wrap .parent-title {
    max-width: 170px;
  }
}
@media screen and (min-width: 1800px) {
  .sidebar-menu > li .sidebar-menu-handle-wrap .parent-title {
    max-width: 300px;
  }
}
.sidebar-menu > li .sidebar-menu-handle-wrap .expand-button {
  order: 2;
  background: transparent;
  padding: 0 0 0 2em;
  display: flex;
  align-items: center;
}
.sidebar-menu > li .sidebar-menu-handle-wrap .expand-button[aria-expanded=false] .icon {
  transform: rotate(-90deg);
}
.sidebar-menu > li .sidebar-menu-handle-wrap .expand-button .icon {
  width: 1.3em;
  height: 1.3em;
  stroke: #0A7698;
  fill: none;
}
.sidebar-menu > li .sidebar-menu-handle-wrap .expand-button:hover use {
  stroke: #002145;
}
.sidebar-menu > li .sidebar-menu-handle-wrap .expand-button:hover + a {
  color: #002145;
}
.sidebar-menu > li .sidebar-sub-menu {
  margin-left: 0;
  margin-top: 0;
  padding-left: 1.3em;
  background-color: #fff;
  border-bottom: 1px solid #C0C9D4;
}
@media screen and (min-width: 1280px) {
  .sidebar-menu > li .sidebar-sub-menu {
    padding-left: 1.05em;
  }
}
.sidebar-menu > li .sidebar-sub-menu li {
  list-style: none;
  font-size: 0.89em;
  padding-top: 0.5em;
}
.sidebar-menu > li .sidebar-sub-menu li:last-child {
  margin-bottom: 1em;
}
@media screen and (min-width: 1280px) {
  .sidebar-menu > li .sidebar-sub-menu li {
    font-size: 0.85em;
  }
}
.sidebar-menu > li .sidebar-sub-menu .active {
  color: #0A7698;
  background-color: transparent;
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .primary-content-has-navigation {
    display: grid;
    grid-template-columns: minmax(50%, auto) minmax(13em, 13em);
    gap: 2.1em;
    max-width: 1846px;
    padding-left: 22px;
    padding-right: 22px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) and (min-width: 768px) {
  .primary-content-has-navigation {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280px) {
  .primary-content-has-navigation {
    padding-left: 103px;
    padding-right: 103px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1800px) {
  .primary-content-has-navigation {
    padding-left: 140px;
    padding-right: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .primary-content-has-navigation .page-nav-container {
    order: 2;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 270px;
  }
  .primary-content-has-navigation #main {
    order: 1;
  }
  .primary-content-has-navigation .container-fluid {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .primary-content-has-navigation .sidebar-menu-controls {
    padding-top: 0.3em;
  }
  .primary-content-has-navigation .sidebar-menu {
    margin-top: 0;
  }
}
@media screen and (min-width: 1800px) {
  .primary-content-has-navigation {
    grid-template-columns: minmax(50%, auto) minmax(16.5em, 16.5em);
    gap: 7.2em;
  }
  .primary-content-has-navigation .page-nav-container {
    width: 400px;
  }
}

.notification {
  background-color: #F5F5F5;
  font-size: 0.89em;
}
@media screen and (min-width: 1280px) {
  .notification {
    font-size: 0.75em;
  }
}
.notification .container-fluid .notice-name {
  font-weight: 900;
  color: #0A7698;
  display: block;
}
.notification .container-fluid .notification-wrap {
  position: relative;
  margin-left: auto;
  padding-top: 1em;
  padding-right: 2.7em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .notification .container-fluid .notification-wrap {
    padding-right: 5em;
  }
}
@media screen and (min-width: 1800px) {
  .notification .container-fluid .notification-wrap {
    padding-right: 7em;
  }
}
.notification .container-fluid .notification-wrap .btn-close {
  display: inline-block;
  position: absolute;
  background-color: #0A7698;
  padding: 1em;
  width: 2.4em;
  height: 2.4em;
  top: 0;
  bottom: 0;
  right: 0;
  margin-top: 1.4em;
  margin-bottom: auto;
}
.notification .container-fluid .notification-wrap .btn-close:hover {
  background-color: #126078;
}
@media screen and (min-width: 1280px) {
  .notification .container-fluid .notification-wrap .btn-close {
    width: 2.3em;
    height: 2.3em;
  }
}
.notification .container-fluid .notification-wrap .btn-close .icon-icon_close {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
}
.notification .container-fluid .notification-wrap .btn-close .icon-icon_close use {
  fill: white;
}

.hero {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.hero:before, .hero:after {
  display: none;
}
.hero .hero-image-wrap {
  position: relative;
  padding-top: 39%;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .hero-text {
  position: relative;
  padding-top: 1.2em;
  padding-bottom: 1.6em;
}
.hero .hero-heading {
  margin-top: 0;
}
.hero .hero-description {
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .hero {
    display: flex;
    min-height: 400px;
  }
  .hero .hero-image-wrap {
    width: 50%;
  }
  .hero .hero-text {
    width: 50%;
  }
  .hero .hero-image-wrap {
    order: 2;
    padding-top: 0;
    flex: 1;
  }
  .hero .hero-text {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .hero .hero-text-wrap {
    flex: 1;
    padding-right: 2em;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .hero {
    min-height: 485px;
  }
  .hero .hero-image-wrap {
    width: auto;
  }
  .hero .hero-text {
    width: calc(50% - 154px);
  }
  .hero .hero-text-wrap {
    max-width: 768px;
  }
}
.hero-fullscreen .hero-text {
  padding-top: 1.666667em;
  padding-bottom: 1.666667em;
}
@media screen and (min-width: 768px) {
  .hero-fullscreen {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .hero-fullscreen .hero-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #002145;
    z-index: 1;
    padding-top: 2.777778em;
    padding-bottom: 2.777778em;
  }
}
@media screen and (min-width: 1280px) {
  .hero-fullscreen .hero-text {
    padding-top: 2.085em;
    padding-bottom: 2.085em;
  }
}
@media screen and (min-width: 1920px) {
  .hero-fullscreen {
    height: 740px;
  }
  .hero-fullscreen .hero-text {
    padding-top: 2em;
    padding-bottom: 4.2921em;
  }
}

.hero-blue-bar {
  background: rgb(3, 45, 91);
  background: linear-gradient(90deg, rgb(3, 45, 91) 0%, rgb(18, 76, 139) 100%);
  padding-top: 1em;
  padding-bottom: 1.4em;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.hero-blue-bar .hero-blue-bar-title,
.hero-blue-bar .hero-blue-bar-description {
  color: white;
  margin-bottom: 0;
}
.hero-blue-bar .hero-blue-bar-title {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.hero-blue-bar .hero-blue-bar-description {
  margin-top: 0.7em;
}
.hero-blue-bar a:hover,
.hero-blue-bar a:active,
.hero-blue-bar a:focus {
  text-decoration: none;
}
.hero-blue-bar .hero-blue-bar-description {
  font-size: 0.85em;
}
.hero-blue-bar .hero-blue-bar-description > :first-child {
  margin-top: 0;
}
.hero-blue-bar .hero-blue-bar-description > :last-child {
  margin-bottom: 0;
}
.hero-blue-bar.has-background-image {
  background-position: 80% center !important;
}
@media screen and (min-width: 992px) {
  .hero-blue-bar.has-background-image {
    background-color: #1B203A !important;
  }
}
@media screen and (max-width: 480px) {
  .hero-blue-bar.has-background-image {
    background-position: 75% center !important;
    background-size: cover !important;
  }
  .hero-blue-bar.has-background-image h2.hero-blue-bar-title {
    width: 75%;
  }
}
@media screen and (min-width: 1800px) {
  .hero-blue-bar .container-fluid.hero-inner-content {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-blue-bar .hero-blue-bar-title,
  .hero-blue-bar .hero-blue-bar-description {
    max-width: 803px;
  }
  .hero-blue-bar {
    padding-top: 2em;
    padding-bottom: 2.5em;
  }
}
@media screen and (min-width: 1800px) {
  .hero-blue-bar .hero-blue-bar-title,
  .hero-blue-bar .hero-blue-bar-description {
    max-width: 903px;
  }
}

.banner-medium .hero-inner-content {
  padding-top: 1.2em;
  padding-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  .banner-medium .hero-inner-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .banner-medium .container-fluid.hero-inner-content {
    margin-left: 0;
  }
}

.banner-fullscreen {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.banner-fullscreen .hero-inner-content {
  padding-top: 1.666667em;
  padding-bottom: 1.666667em;
}
.banner-fullscreen .container-fluid {
  margin-left: 0;
}
@media screen and (min-width: 1800px) {
  .banner-fullscreen .container-fluid {
    padding-left: 173px;
  }
}
@media screen and (min-width: 768px) {
  .banner-fullscreen .hero-inner-content {
    padding-top: 2.777778em;
    padding-bottom: 2.777778em;
  }
  .banner-fullscreen .container-fluid.hero-inner-content {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-fullscreen {
    height: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .banner-fullscreen {
    height: 740px;
  }
}

.banner-short.has-background-image {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: initial;
  flex-wrap: wrap;
}
.banner-short .container-fluid.hero-inner-content {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .banner-short.has-background-image {
    min-height: 170px;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .banner-short.has-background-image {
    min-height: 170px;
  }
}

.newsletter-signup {
  background-color: #F5F5F5;
  padding-top: 1.9em;
  padding-bottom: 2.5em;
}
.newsletter-signup .newsletter-signup-text-wrap {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-signup .newsletter-signup-text-wrap > :first-child {
  margin-top: 0;
}
.newsletter-signup .newsletter-signup-text-wrap > :last-child {
  margin-bottom: 0;
}
.newsletter-signup .newsletter-signup-text-wrap .newsletter-signup-heading {
  color: #2D2D2D;
}
@media screen and (min-width: 768px) {
  .newsletter-signup {
    text-align: center;
  }
  .newsletter-signup .newsletter-signup-text-wrap {
    max-width: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .newsletter-signup .newsletter-signup-text-wrap {
    max-width: 900px;
  }
}
@media screen and (min-width: 1800px) {
  .newsletter-signup .newsletter-signup-text-wrap {
    max-width: 1100px;
  }
}
.newsletter-signup .newsletter-input-wrap .newsletter-input {
  margin-bottom: 1em;
  display: block;
}
.newsletter-signup .newsletter-input-wrap .newsletter-input input {
  width: 100%;
  border-radius: 5px;
}
.newsletter-signup .newsletter-input-wrap .newsletter-input {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .newsletter-signup .newsletter-input-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .newsletter-signup .newsletter-input-wrap .newsletter-input {
    width: 250px;
    margin-bottom: 0;
    margin-right: 0.7em;
    align-self: stretch;
  }
}
@media screen and (min-width: 1280px) {
  .newsletter-signup .newsletter-input-wrap .newsletter-input {
    width: 450px;
  }
}
.newsletter-signup .investor-input-wrap {
  display: block;
}
.newsletter-signup .investor-input-wrap input[type=text],
.newsletter-signup .investor-input-wrap input[type=email] {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 1em;
}
.newsletter-signup .investor-input-wrap input[type=submit] {
  display: inline-block;
  margin-top: 2em;
}
.newsletter-signup .investor-input-wrap .investor-input .input-list > li {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .newsletter-signup .investor-input-wrap {
    text-align: justify;
    align-items: center;
  }
  .newsletter-signup .investor-input-wrap .input-list {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter-signup .investor-input-wrap .input-list li {
    display: inline-block;
    margin-right: 2em;
  }
  .newsletter-signup .investor-input-wrap input[type=submit] {
    justify-self: end;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .newsletter-signup .investor-input-wrap input[type=text],
  .newsletter-signup .investor-input-wrap input[type=email] {
    width: 340px;
  }
}
@media screen and (min-width: 1800px) {
  .newsletter-signup .investor-input-wrap input[type=text],
  .newsletter-signup .investor-input-wrap input[type=email] {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-signup .text-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.7em;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-signup .checkbox-submit {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 0.7em;
  }
}

.newsletter-signup.newsletter-investor-alerts {
  background-color: #C0C9D4;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.validation-message {
  color: red;
  margin-bottom: 1em;
}

.success-message {
  color: #0A7698;
  margin-bottom: 1em;
}

.heading-table {
  margin-top: 2.7em;
  margin-bottom: 2.7em;
}
.heading-table .heading-table-heading {
  background-color: #f5f5f5;
}
.heading-table .heading-table-heading h2,
.heading-table .heading-table-heading h3,
.heading-table .heading-table-heading h4,
.heading-table .heading-table-heading h5,
.heading-table .heading-table-heading h6 {
  font-size: 1em;
  width: 100%;
  padding: 1em;
  color: #002145;
  font-weight: 900;
  margin: 0;
  line-height: 1.83;
}
.heading-table .heading-table-heading > :first-child {
  margin-top: 0;
}
.heading-table .heading-table-heading > :last-child {
  margin-bottom: 0;
}
.heading-table .heading-table-content {
  font-size: 1em;
  margin: 0;
  padding: 1em;
  line-height: 1.83;
}
.heading-table .heading-table-content > :first-child {
  margin-top: 0;
}
.heading-table .heading-table-content > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .heading-table .heading-table-item {
    border-bottom: 1px solid grey;
    display: flex;
  }
  .heading-table .heading-table-item:last-child {
    border-bottom: none;
  }
  .heading-table .heading-table-heading {
    flex: 0 0 14em;
  }
}
@media screen and (min-width: 1280px) {
  .heading-table .heading-table-heading {
    flex: 0 0 18em;
  }
}

.wp-block-csa-heading-table .heading-table-content {
  flex-grow: 100;
}
.wp-block-csa-heading-table .heading-table-item-controls {
  padding-top: 0.6em;
}
.wp-block-csa-heading-table .heading-table {
  margin-bottom: 0.7em;
}
.wp-block-csa-heading-table .heading-table-controls {
  margin-bottom: 2.7em;
}

h1 + .heading-table, h2 + .heading-table, h3 + .heading-table, h4 + .heading-table, h5 + .heading-table, h6 + .heading-table {
  margin-top: 0;
}

[data-type="core/heading"] + [data-type="csa/heading-table"] .heading-table {
  margin-top: 0;
}

.wp-block-file .wp-block-file__button {
  color: #002145;
  background-color: #F5F5F5;
}
.wp-block-file a.wp-block-file__button:hover {
  color: white;
  background-color: #002145;
  opacity: 1;
}

.simpletoc {
  font-weight: bold;
  background-color: #F5F5F5;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  margin: 0;
  border-left: 3px solid #0A7698;
}
.simpletoc ul {
  margin-top: 0.5em;
  margin-left: 0;
  list-style: circle;
}
.simpletoc ul li::marker {
  content: "●";
}
.simpletoc ul li {
  list-style-type: square;
}

/*--------------------------------------------------------------
	Pages
--------------------------------------------------------------*/
.homepage-goals > .wp-block-column:first-child {
  max-width: 170px !important;
}
.homepage-goals > .wp-block-column:first-child img {
  margin-bottom: 0;
}
.homepage-goals > .wp-block-column:nth-child(2) {
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.homepage-goals > .wp-block-column:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.homepage-goals > .wp-block-column:nth-child(2) > * {
  width: 100%;
}
.homepage-goals > .wp-block-column:nth-child(2) > :first-child {
  margin-top: 0em;
}

.home .main-content-wrap > :first-child {
  margin-top: 0;
}
.home .main-content-wrap > h2,
.home .main-content-wrap .homepage-heading {
  padding-bottom: 0.67em;
  position: relative;
  margin-bottom: 0.9em;
}
.home .main-content-wrap > h2:after,
.home .main-content-wrap .homepage-heading:after {
  content: "";
  display: block;
  height: 3px;
  width: 1.2em;
  background-color: #002145;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .home .main-content-wrap > h2,
  .home .main-content-wrap .homepage-heading {
    padding-bottom: 0.37em;
    margin-bottom: 1.1em;
  }
  .home .main-content-wrap > h2:after,
  .home .main-content-wrap .homepage-heading:after {
    height: 5px;
  }
}
.home .main-content-wrap {
  padding-top: 0em;
}

.homepage-heading-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
.homepage-heading-wrap .homepage-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.homepage-heading-wrap .homepage-link {
  font-weight: bold;
  margin-top: 0.7em;
}
.homepage-heading-wrap .homepage-link:hover, .homepage-heading-wrap .homepage-link:focus {
  color: #126078;
}

.homepage-listing .homepage-heading-wrap {
  margin-top: 2em;
}
.homepage-listing .homepage-heading-wrap .homepage-heading {
  margin: 0;
}
.homepage-listing .homepage-heading-wrap .homepage-heading:after {
  display: none;
}
.homepage-listing .homepage-heading-wrap a {
  color: #6D6C4A;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 0.67em;
}
@media screen and (min-width: 768px) {
  .homepage-listing .homepage-listing-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
  }
  .homepage-listing .homepage-listing-wrap article.listing-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .homepage-listing.homepage-news .homepage-heading-wrap .homepage-link {
    font-size: 0.834em;
  }
}
.homepage-listing.homepage-news .listing-title {
  margin-bottom: 0;
}
.homepage-listing.homepage-news .tag-list {
  margin-top: 0.5em;
}
.homepage-listing.homepage-events .listing-title {
  margin-bottom: 0;
}
.homepage-listing.homepage-events .tag-list {
  margin-top: 0.5em;
}

.page-template-tmpl-home .header .search-desktop, .page-template-tmpl-home .search-mobile {
  visibility: hidden;
}

.homepage-search {
  background-color: #C0C9D4;
  padding: 1.5em 0;
}
.homepage-search .search-form-button-right {
  margin-bottom: 0;
}
.homepage-search input[type=search] {
  border: 1px solid #0A7698;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.homepage-search .homepage-database-links {
  padding: 0;
}

@media screen and (min-width: 1280px) {
  .homepage-database-links {
    background-color: #F5F5F5;
    border-bottom: 1px solid #C0C9D4;
  }
}

.homepage-fluid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.homepage-database-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .homepage-database-list.homepage-tiles-total-5 .homepage-database-item {
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-database-list.homepage-tiles-total-5 .homepage-database-item {
    width: 20%;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-database-list.homepage-tiles-total-6 .homepage-database-item {
    width: 16.66%;
  }
}
.homepage-database-list .homepage-database-item {
  width: 50%;
  margin-top: 2em;
  margin-bottom: 0;
}
.homepage-database-list .homepage-database-item .homepage-database-image {
  background-color: #F5F5F5;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.homepage-database-list .homepage-database-item .homepage-database-image svg,
.homepage-database-list .homepage-database-item .homepage-database-image img {
  display: block;
  height: 50px;
  margin: 0 auto;
  align-items: center;
}
.homepage-database-list .homepage-database-item .homepage-database-link {
  text-align: center;
  line-height: 1;
  width: 100px;
  margin: 0 auto;
  padding-top: 0.5em;
}
.homepage-database-list .homepage-database-item .homepage-database-link a {
  font-size: 0.89em;
  text-decoration: none;
  color: #002145;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .homepage-database-list .homepage-database-item {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-database-list .homepage-database-item {
    width: 25%;
    border-right: 1px solid #C0C9D4;
  }
  .homepage-database-list .homepage-database-item .homepage-database-image {
    border-radius: 0px;
    width: auto;
  }
  .homepage-database-list .homepage-database-item .homepage-database-image svg,
  .homepage-database-list .homepage-database-item .homepage-database-image img {
    height: 110px;
    padding-top: 1.5em;
  }
  .homepage-database-list .homepage-database-item .homepage-database-link {
    width: 100%;
    padding: 1.3em 1em;
  }
  .homepage-database-list .homepage-database-item .homepage-database-link > a {
    font-size: 0.75em;
  }
}
.homepage-database-list .homepage-database-item:hover .homepage-database-image, .homepage-database-list .homepage-database-item:focus .homepage-database-image {
  background-color: rgb(241, 240, 224);
}
.homepage-database-list .homepage-database-item:hover .homepage-database-link > a, .homepage-database-list .homepage-database-item:focus .homepage-database-link > a {
  text-decoration: underline;
  color: #0A7698;
}
@media screen and (min-width: 1280px) {
  .homepage-database-list .homepage-database-item:hover .homepage-database-link > a, .homepage-database-list .homepage-database-item:focus .homepage-database-link > a {
    color: #002145;
    text-decoration: none;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-database-list .homepage-database-item {
    margin-top: 0;
  }
  .homepage-database-list .homepage-database-item:hover, .homepage-database-list .homepage-database-item:active {
    background-color: #F1F0E0;
  }
}
@media screen and (min-width: 1280px) {
  .homepage-database-list .homepage-database-item:first-child {
    border-left: 1px solid #C0C9D4;
  }
}

.homepage-section-title {
  border-bottom: 2px solid #66788F;
  padding-bottom: 0.3em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .homepage-section-title {
    margin-top: 3em;
  }
}

.quick-refrence-items {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .quick-refrence-items p.quick-refrence-text {
    font-size: 0.834em;
  }
}
@media screen and (min-width: 1280px) {
  .quick-refrence-items .quick-refrence-heading {
    font-size: 1em;
  }
}
@media screen and (min-width: 768px) {
  .quick-refrence-items .quick-refrence-heading {
    margin-top: 0;
  }
}
.quick-refrence-items .quick-refrence-heading a {
  text-decoration: none;
  color: #002145;
}
.quick-refrence-items .quick-refrence-heading a:hover, .quick-refrence-items .quick-refrence-heading a:focus {
  color: #0A7698;
  text-decoration: underline;
}
.quick-refrence-items .quick-refrence-heading a:hover svg rect,
.quick-refrence-items .quick-refrence-heading a:hover svg .cls-3, .quick-refrence-items .quick-refrence-heading a:focus svg rect,
.quick-refrence-items .quick-refrence-heading a:focus svg .cls-3 {
  fill: #F1F0E0;
}
.quick-refrence-items .quick-refrence-heading a svg {
  display: block;
  margin-bottom: 1em;
}
.quick-refrence-items .quick-refrence-heading a svg rect,
.quick-refrence-items .quick-refrence-heading a svg .cls-3 {
  fill: #F5F5F5;
}
.quick-refrence-items .quick-refrence-text {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .quick-refrence-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
  }
}

.sedar-plus-items .listing-item {
  padding: 0;
}
.sedar-plus-items .listing-item .sedar-plus-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .sedar-plus-items .listing-item .sedar-plus-image-wrap img {
    height: 300px;
  }
}
.sedar-plus-items .listing-item .sedar-plus-text-wrap {
  padding: 15px 20px 20px 20px;
}
@media screen and (min-width: 1280px) {
  .sedar-plus-items .listing-item .sedar-plus-text-wrap {
    padding: 20px 33px 35px 33px;
  }
}
.sedar-plus-items .listing-item .sedar-plus-text-wrap .sedar-plus-text {
  font-size: 0.89em;
  margin-bottom: 1em;
}
.sedar-plus-items .listing-item .sedar-plus-text-wrap .sedar-cta-link {
  font-size: 0.89em;
  color: #6D6C4A;
  font-weight: bold;
}
.sedar-plus-items .listing-item .sedar-plus-text-wrap .sedar-cta-link:hover, .sedar-plus-items .listing-item .sedar-plus-text-wrap .sedar-cta-link:focus {
  color: #126078;
}

@media screen and (min-width: 768px) {
  .sedar-plus-items {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
}
.about-us-item .about-us-image-wrap > img {
  width: 100%;
}
.about-us-item .about-us-text-wrap {
  margin-top: 1.5em;
}
.about-us-item .about-us-cta-link {
  font-size: 0.89em;
  color: #6D6C4A;
  font-weight: bold;
}
.about-us-item .about-us-cta-link:hover, .about-us-item .about-us-cta-link:focus {
  color: #126078;
}
@media screen and (min-width: 1280px) {
  .about-us-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
  .about-us-item .about-us-text-wrap {
    margin-top: 0;
  }
}

.homepage-events .listing-item {
  padding: 0;
}
.homepage-events .listing-item .event-listing-image-wrap {
  background-color: white;
}
.homepage-events .listing-item .event-listing-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.homepage-events .listing-item .event-listing-text-wrap {
  padding: 15px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .homepage-events .listing-item .event-listing-text-wrap {
    padding: 20px 33px 35px 33px;
  }
}
.homepage-events .listing-item .event-listing-text-wrap p {
  font-size: 0.89em;
  margin-bottom: 1em;
}
.homepage-events .listing-item .event-listing-text-wrap .more {
  font-size: 0.89em;
  color: #6D6C4A;
  font-weight: bold;
}
.homepage-events .listing-item .event-listing-text-wrap .more:hover, .homepage-events .listing-item .event-listing-text-wrap .more:focus {
  color: #126078;
}
.homepage-events .listing-item .event-listing-text-wrap .tag-list {
  order: 3;
}

.single .entry-header {
  padding-bottom: 1.8em;
  border-bottom: 2px solid #002145;
}
.single .entry-header .tag-list {
  margin-bottom: 0.5em;
}
.single .entry-header .entry-title {
  margin-bottom: 0.4em;
}
.single .entry-header > :first-child {
  margin-top: 0;
}
.single .entry-header > :last-child {
  margin-bottom: 0;
}
.single .entry-header .entry-meta {
  color: #66788F;
  margin-bottom: 1em;
  font-size: 0.89em;
}
@media screen and (min-width: 768px) {
  .single .entry-header {
    padding-bottom: 1.1em;
  }
  .single .entry-header .entry-meta {
    display: inline-block;
    margin-bottom: 0;
  }
  .single .entry-header .tag-list {
    display: inline-block;
    float: right;
    right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .single .entry-header {
    border-bottom-width: 3px;
  }
  .single .entry-header .entry-meta {
    font-size: 0.89em;
  }
}
.single .entry-content {
  margin-top: 2.5em;
}
.single .entry-content table {
  width: 100%;
  border-collapse: collapse;
}
.single .entry-content table td, .single .entry-content table th {
  display: block;
  width: 50%;
  font-size: 0.89em;
}
.single .entry-content table td {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .single .entry-content table td, .single .entry-content table th {
    display: table-cell;
  }
}
@media screen and (min-width: 1280px) {
  .single .entry-content table td, .single .entry-content table th {
    font-size: 0.85em;
  }
}
.single .entry-content .contact-details {
  margin-top: 3em;
}
.single .entry-content .contact-details ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.single .entry-content .contact-details ul > li::marker {
  content: "";
}
.single .entry-content .contact-details ul > li {
  padding-left: 0;
  width: 100%;
  font-size: 0.89em;
}
.single .entry-content .contact-details ul > li .contact-details-name {
  font-weight: 900;
  color: #002145;
}
@media screen and (min-width: 768px) {
  .single .entry-content .contact-details ul > li {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .single .entry-content .contact-details ul > li {
    width: 50%;
  }
}
.single .entry-content .investor-alert-details-table th {
  background-color: #F5F5F5;
  width: 100%;
  padding: 1em;
  color: #002145;
  font-weight: 900;
}
.single .entry-content .investor-alert-details-table td {
  margin: 0;
  padding: 1em 1em 1.5em 1em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .single .entry-content .investor-alert-details-table th {
    width: 40%;
  }
  .single .entry-content .investor-alert-details-table tr:not(:last-of-type) {
    border-bottom: 0.5px solid #66788F;
  }
}
@media screen and (min-width: 1280px) {
  .single .entry-content .investor-alert-details-table th {
    width: 30%;
  }
}

.post-naviation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  padding-top: 3em;
  margin-top: 3em;
  margin-bottom: 1.8em;
  border-top: 2px solid #002145;
}
@media screen and (max-width: 767px) {
  .post-naviation {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .post-naviation .back-to-posts {
    order: 1;
    flex: 0 1 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .post-naviation .prev-posts {
    order: 2;
    flex: 1 0 50%;
  }
  .post-naviation .next-posts {
    order: 3;
    flex: 1 0 50%;
    text-align: right;
  }
}
@media screen and (min-width: 1280px) {
  .post-naviation {
    border-top-width: 3px;
  }
}
.post-naviation a {
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
}
.post-naviation .prev-icon,
.post-naviation .next-icon {
  background-color: #F5F5F5;
  font-size: 1.25em;
  width: 1.6em;
  height: 1.6em;
  position: relative;
  display: inline-block;
  border-radius: 100%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}
.post-naviation .prev-icon .icon,
.post-naviation .next-icon .icon {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.post-naviation .prev-icon {
  transform: rotate(-90deg);
  margin-right: 0.4em;
}
.post-naviation .next-icon {
  transform: rotate(90deg);
  margin-left: 0.4em;
}
.post-naviation .back-to-posts {
  position: relative;
  top: 0.18em;
  font-size: 1.15em;
}

.related-items .related-items-list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.4em 0.8em;
}
@media screen and (min-width: 1280px) {
  .related-items .related-items-list {
    grid-template-columns: 1fr 1fr;
  }
}

.hero.hero-no-text {
  display: block;
  height: 250px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.hero.hero-no-text img {
  position: static;
}
@media screen and (min-width: 768px) {
  .hero.hero-no-text {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .hero.hero-no-text {
    height: 400px;
  }
}

.social-sharing-wrapper {
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  padding: 0.3em 1em;
  align-items: center;
  margin-top: 3em;
}
.social-sharing-wrapper .entry-meta-sharing-text {
  font-weight: 900;
}
.social-sharing-wrapper .social-sharing {
  margin-left: 0.5em;
}
.social-sharing-wrapper a:link .icon {
  width: 1.5em;
  height: 1.5em;
  padding-top: 0.5em;
}

.csa_article-template-default .social-sharing,
.csa_news-template-default .social-sharing {
  margin-top: 1em;
}
.csa_article-template-default .social-sharing a,
.csa_news-template-default .social-sharing a {
  padding-right: 1em;
}
.csa_article-template-default .social-sharing a .icon,
.csa_news-template-default .social-sharing a .icon {
  margin: 0;
  width: 20px;
  height: 20px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .csa_article-template-default .social-sharing,
  .csa_news-template-default .social-sharing {
    display: inline;
    position: relative;
    padding-left: 15px;
  }
  .csa_article-template-default .social-sharing a,
  .csa_news-template-default .social-sharing a {
    padding-right: 0.5em;
  }
  .csa_article-template-default .social-sharing a > .icon,
  .csa_news-template-default .social-sharing a > .icon {
    width: 25px;
    height: 20px;
    padding: 2px 2px 0 2px;
  }
}

.related-content-section .related-content-items img {
  display: none;
}
.related-content-section .related-content-items .icon {
  display: none;
}
.related-content-section .related-content-items .document-name {
  display: block;
}
.related-content-section .related-content-items .posted-on {
  font-size: 0.89em;
}
.related-content-section .related-content-items p {
  display: none;
}
.related-content-section .related-content-items .tag-list {
  display: none;
}
.related-content-section .related-content-items .listing-footer {
  margin-top: 0.5em;
}
.related-content-section .related-content-items .resource-listing-wrap {
  padding: 0;
}
.related-content-section .related-content-items .resource-listing-wrap .listing-title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .related-content-section .related-content-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
  .related-content-section .related-content-items .listing-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .related-content-section .related-content-items .listing-item {
    padding: 15px 20px 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .related-content-section .related-content-items .listing-item {
    padding: 17px 25px 25px 25px;
  }
}

.error404 .breadcrumbs-wrap,
.error404 .social-sharing-wrapper {
  display: none;
}

.wp-block-csa-jurisdiction-link-box .wp-block-quote span:after {
  content: ",";
  margin-right: 5px;
}

.wp-block-csa-jurisdiction-link-box .wp-block-quote span:last-child:after {
  content: none;
}

.visualizer-front-container .visualizer-front text {
  font-family: proxima-nova, sans-serif !important;
}

.listing-item, .contact-information {
  margin-bottom: 1.3em;
  background-color: #F5F5F5;
  border: 1px solid #C0C9D4;
  padding: 15px 20px 20px 20px;
  -webkit-transition: background-color 200ms ease-out;
  -moz-transition: background-color 200ms ease-out;
  -ms-transition: background-color 200ms ease-out;
  -o-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .listing-item, .contact-information {
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .listing-item, .contact-information {
    padding: 20px 33px 35px 33px;
  }
}
.listing-item .entry-meta, .contact-information .entry-meta {
  color: #0A7698;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
@media screen and (min-width: 1800px) {
  .listing-item .entry-meta, .contact-information .entry-meta {
    font-size: 0.834em;
  }
}
.listing-item .listing-title, .contact-information .listing-title {
  margin-top: 0.6em;
  margin-bottom: 1em;
  font-size: 1em;
}
.listing-item .listing-title a, .contact-information .listing-title a {
  color: #2D2D2D;
  text-decoration: none;
}
.listing-item.type-csa_investor_alerts .listing-title, .contact-information.type-csa_investor_alerts .listing-title {
  margin-bottom: 0;
}
.listing-item.type-csa_investor_alerts .investor-alert-types, .contact-information.type-csa_investor_alerts .investor-alert-types {
  margin-top: 0.6em;
}
.listing-item.type-csa_investor_alerts .investor-alert-types .issued-by, .contact-information.type-csa_investor_alerts .investor-alert-types .issued-by {
  margin-bottom: 1em;
  font-size: 0.89em;
}
.listing-item.type-csa_investor_alerts .investor-alert-types .alert-title, .contact-information.type-csa_investor_alerts .investor-alert-types .alert-title {
  color: #002145;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .listing-item.type-csa_investor_alerts .investor-alert-types .issued-by, .contact-information.type-csa_investor_alerts .investor-alert-types .issued-by {
    font-size: 0.834em;
  }
}
.listing-item .alert-icon, .contact-information .alert-icon {
  padding-right: 0.13em;
  position: relative;
  top: 0.17em;
}
.listing-item .alert-icon svg, .contact-information .alert-icon svg {
  height: 0.84em;
  width: 0.84em;
}

.listing-item[data-link-click]:hover {
  background-color: #002145;
  -webkit-transition: background-color 50ms ease-out;
  -moz-transition: background-color 50ms ease-out;
  -ms-transition: background-color 50ms ease-out;
  -o-transition: background-color 50ms ease-out;
  transition: background-color 50ms ease-out;
}
.listing-item[data-link-click]:hover a {
  color: white;
  text-decoration: underline;
  -webkit-transition: color 50ms ease-out;
  -moz-transition: color 50ms ease-out;
  -ms-transition: color 50ms ease-out;
  -o-transition: color 50ms ease-out;
  transition: color 50ms ease-out;
}
.listing-item[data-link-click]:hover .entry-meta {
  color: #C0C9D4;
  -webkit-transition: color 50ms ease-out;
  -moz-transition: color 50ms ease-out;
  -ms-transition: color 50ms ease-out;
  -o-transition: color 50ms ease-out;
  transition: color 50ms ease-out;
}
.listing-item[data-link-click]:hover .tag-list a {
  color: #002145;
  text-decoration: none;
}
.listing-item[data-link-click]:hover .alert-icon,
.listing-item[data-link-click]:hover .investor-alert-types {
  color: white;
}
.listing-item[data-link-click]:hover .alert-icon .alert-title,
.listing-item[data-link-click]:hover .investor-alert-types .alert-title {
  color: white;
}
.listing-item[data-link-click]:hover .listing-footer {
  color: #C0C9D4;
  -webkit-transition: color 50ms ease-out;
  -moz-transition: color 50ms ease-out;
  -ms-transition: color 50ms ease-out;
  -o-transition: color 50ms ease-out;
  transition: color 50ms ease-out;
}
.listing-item .sedar-plus-text {
  font-size: 0.89em;
}
.listing-item .search-excerpt .excerpt_part {
  font-size: 0.89em;
}

.listing-footer {
  font-size: 0.89em;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5em;
  padding-top: 0.5em;
  border-top: 1px solid #66788F;
  font-weight: 700;
}
.listing-footer .posted-on:after {
  content: " ";
}
.listing-footer .posted-on + .listing-content-type:before {
  content: " | ";
}
@media screen and (min-width: 768px) {
  .listing-footer .tag-list {
    margin-left: auto;
  }
}

.archive-listing-standard .listing-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .archive-listing-standard {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
  }
  .archive-listing-standard .listing-item.has-listing-image {
    padding-left: 220px;
    min-height: 190px;
  }
  .archive-listing-standard .listing-item.has-listing-image .listing-image-cont {
    width: 190px;
    height: 190px;
    padding-top: 0;
    float: left;
    margin-left: -220px;
  }
}
@media screen and (min-width: 1280px) {
  .archive-listing-standard .listing-item {
    height: 100%;
  }
  .archive-listing-standard .listing-item .listing-image-cont {
    padding-top: 100%;
  }
  .archive-listing-standard {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}

.archive-listing-card-style .listing-card-style {
  margin-top: 2.8em;
  margin-bottom: 2.8em;
}
.archive-listing-card-style .listing-card-style:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .archive-listing-card-style {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.4em 0.8em;
  }
  .archive-listing-card-style .listing-card-style {
    margin-top: 0em;
    margin-bottom: 0em;
  }
}

.search-form-button-right {
  margin-bottom: 2em;
}
.search-form-button-right input[type=search] {
  padding-left: 1em;
  border-radius: 5px;
}
.search-form-button-right input[type=search]:focus {
  background-color: #F5F5F5;
}
.search-form-button-right .search-submit {
  width: 3em;
  background-color: #0A7698;
  border-radius: 0 5px 5px 0;
  left: auto;
  right: 0;
  padding: 0.8em;
}
.search-form-button-right .search-submit .icon use {
  stroke: white;
}
.search-form-button-right .search-submit:hover, .search-form-button-right .search-submit:focus {
  background-color: #126078;
}
.search-form-button-right .search-submit:hover .icon use, .search-form-button-right .search-submit:focus .icon use {
  stroke: white;
}

.showing-text {
  font-weight: 700;
  margin-top: 2em;
  margin-bottom: 1em;
}

.showing-text-top {
  margin-top: 3em;
  margin-bottom: 2em;
}

.pagination {
  margin: 1em auto 0;
  text-align: center;
}
.pagination .prev a, .pagination .next a {
  background-color: #6D6C4A;
  font-weight: 900;
  text-decoration: none;
  color: white;
  margin-left: 0;
  margin-right: 0;
  border-radius: 5px;
  padding: 0.2em 0.7em;
}
.pagination .prev a:hover, .pagination .prev a:focus, .pagination .prev a:active, .pagination .next a:hover, .pagination .next a:focus, .pagination .next a:active {
  color: white;
  background-color: #0A7698;
  color: white;
}
.pagination .current {
  font-weight: 900;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pagination .current {
    margin-right: 0.6em;
    margin-left: 0.6em;
  }
}
@media screen and (min-width: 1280px) {
  .pagination .current {
    font-size: 0.85em;
    margin-right: 0.8em;
    margin-left: 0.8em;
  }
}
.pagination a {
  color: #6D6C4A;
  margin-right: 0.5em;
  margin-left: 0.5em;
  text-decoration: none;
  font-weight: 700;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  color: #0A7698;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pagination a {
    margin-right: 0.6em;
    margin-left: 0.6em;
  }
}
@media screen and (min-width: 1280px) {
  .pagination a {
    font-size: 0.85em;
    margin-right: 0.8em;
    margin-left: 0.8em;
  }
}

.pagination-per-page {
  display: flex;
}
.pagination-per-page label {
  margin: 0;
  align-self: center;
}
.pagination-per-page select {
  padding: 0.2em 1em;
  margin-top: 0;
  margin-left: 0.7em;
  min-width: 120px;
  background-image: linear-gradient(45deg, transparent 50%, #002145 50%), linear-gradient(135deg, #002145 50%, transparent 50%), linear-gradient(to right, #C0C9D4, #C0C9D4);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 3em;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .pagination-per-page select {
    font-size: 0.85em;
    min-width: 140px;
    background-position: calc(100% - 25px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px), 100% 0;
  }
}

.advanced-filters .advanced-filters-container {
  background-color: #F5F5F5;
  border: 1px solid #C0C9D4;
  padding: 1em;
}
@media screen and (min-width: 1280px) {
  .advanced-filters .advanced-filters-container {
    padding: 1em 1.5em 1.5em 1.5em;
  }
}
.advanced-filters .advanced-filters-container label {
  color: #002145;
}
.advanced-filters .advanced-filters-container select {
  border: 1px solid #66788F;
  width: 100%;
  margin-bottom: 1.5em;
  font-size: 0.89em;
  background-color: white;
  background-image: linear-gradient(45deg, transparent 50%, #002145 50%), linear-gradient(135deg, #002145 50%, transparent 50%), linear-gradient(to right, #C0C9D4, #C0C9D4);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 3em;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .advanced-filters .advanced-filters-container select {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .advanced-filters .advanced-filters-container select {
    font-size: 0.85em;
    width: 20%;
    background-position: calc(100% - 25px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px), 100% 0;
  }
}
.advanced-filters .advanced-filters-container .advanced-filters-input-wrap legend {
  color: #002145;
  font-weight: 900;
  margin-top: 1em;
}
.advanced-filters .advanced-filters-container .advanced-filters-input-wrap ul > li > label {
  font-size: 0.9em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .advanced-filters .advanced-filters-container .advanced-filters-input-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .advanced-filters .advanced-filters-container .advanced-filters-input-wrap ul > li {
    width: 47%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1280px) {
  .advanced-filters .advanced-filters-container .advanced-filters-input-wrap ul > li {
    font-size: 0.93em;
    margin-bottom: 0.7em;
  }
}
.advanced-filters .advanced-filters-container .topic-wrap {
  margin-top: 0.7em;
}
.advanced-filters .advanced-filters-container .topic-wrap label {
  color: #002145;
  font-weight: 900;
}
.advanced-filters .advanced-filters-container input {
  margin-bottom: 1.5em;
}
.advanced-filters .advanced-filters-container #date-start-field {
  width: 40%;
  margin-right: 0.5em;
  margin-left: 0.5em;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .advanced-filters .advanced-filters-container #date-start-field {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .advanced-filters .advanced-filters-container #date-start-field {
    width: 20%;
  }
}
.advanced-filters .advanced-filters-container #date-start-field:first-of-type {
  margin-left: 0;
}
.advanced-filters .advanced-filters-container #date-start-field:last-of-type {
  margin-right: 0;
}
.advanced-filters .filter-controls {
  margin-bottom: 0.5em;
}
.advanced-filters .filter-controls .advanced-filters-submit {
  border-radius: 30px;
  margin-top: 1em;
}
.advanced-filters .filter-controls .advanced-filters-submit:hover, .advanced-filters .filter-controls .advanced-filters-submit:active, .advanced-filters .filter-controls .advanced-filters-submit:focus {
  background-color: #C0C9D4;
  color: #002145;
}
.advanced-filters .filter-controls .advanced-filters-clear {
  background-color: transparent;
  color: #6D6C4A;
  text-decoration: underline;
  text-transform: none;
  font-weight: 900;
}
.advanced-filters .filter-controls .advanced-filters-clear:hover, .advanced-filters .filter-controls .advanced-filters-clear:active, .advanced-filters .filter-controls .advanced-filters-clear:focus {
  color: #002145;
}
.advanced-filters .advanced-filters-toggle-button {
  width: 100%;
  background-color: #C0C9D4;
  color: #002145;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.advanced-filters .advanced-filters-toggle-button:hover {
  opacity: 0.9;
}
.advanced-filters .advanced-filters-toggle-button svg {
  stroke: #002145;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
}
.advanced-filters .advanced-filters-toggle-button[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.investor-alert-listing-table {
  border-top: 1px solid #66788F;
  border-bottom: 1px solid #66788F;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
.investor-alert-listing-table th {
  display: none;
}
.investor-alert-listing-table tr {
  left: 20px;
}
.investor-alert-listing-table tr td {
  display: block;
  margin-left: 22px;
  margin-right: 22px;
  margin-top: 1em;
}
.investor-alert-listing-table tr td:before {
  content: attr(data-th);
  color: #2D2D2D;
  font-weight: 900;
  display: flex;
  text-transform: none;
}
.investor-alert-listing-table tr td a:hover {
  color: #6D6C4A;
}
.investor-alert-listing-table tr td:last-child {
  margin-bottom: 1em;
}
.investor-alert-listing-table tr td:nth-child(4) {
  color: #002145;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .investor-alert-listing-table tr td:nth-child(4) {
    color: #002145;
    font-size: 0.794em;
  }
}
@media screen and (max-width: 768px) {
  .investor-alert-listing-table tr .alert-title {
    font-size: 0.8em;
  }
}
.investor-alert-listing-table tr:nth-child(2n):not(.pinned-row) {
  background-color: #F5F5F5;
}
.investor-alert-listing-table .pinned-row {
  background-color: #f0f0df;
}
@media screen and (max-width: 767px) {
  .investor-alert-listing-table {
    border-collapse: collapse;
  }
  .investor-alert-listing-table tr {
    border-bottom: 1px solid white;
  }
}
@media screen and (min-width: 768px) {
  .investor-alert-listing-table .pinned-row td {
    border-bottom: 1px solid white;
  }
}
@media screen and (min-width: 768px) {
  .investor-alert-listing-table {
    width: 100%;
    margin-left: auto;
  }
  .investor-alert-listing-table thead > tr > th {
    display: block;
    display: table-cell;
    margin: 0;
    padding: 1em 0.5em;
    color: #002145;
    font-weight: 900;
    border-bottom: 1px solid #66788F;
  }
  .investor-alert-listing-table tr > td {
    display: table-cell;
    padding: 1em 0.5em;
  }
  .investor-alert-listing-table tr > td:before {
    display: none;
  }
  .investor-alert-listing-table tr > td:first-of-type {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .investor-alert-listing-table tr > td:first-of-type {
    width: 45%;
  }
}
.investor-alert-listing-table .alert-icon {
  padding-right: 0.16em;
  position: relative;
  top: 0.16em;
}
.investor-alert-listing-table .alert-icon svg {
  height: 1em;
  width: 1em;
}

@media screen and (min-width: 1280px) {
  .post-type-archive-csa_investor_alerts .showing-text-bottom {
    float: left;
  }
  .post-type-archive-csa_investor_alerts .pagination-per-page {
    float: right;
    margin-top: 0.9em;
  }
}
.post-type-archive-csa_investor_alerts .pinned-icon {
  width: 1.1em;
  height: 1.1em;
  fill: #6d6c4a;
  margin-right: 0.7em;
  position: relative;
  top: 0.2em;
}

.case-studies-description {
  max-width: 1100px;
}

.page-nav-container {
  margin-bottom: 3em;
}
.page-nav-container button {
  border-radius: 30px;
}
.page-nav-container button:hover, .page-nav-container button:active, .page-nav-container button:focus {
  background-color: #C0C9D4;
  color: #002145;
}

.search-filter {
  margin-bottom: 1em;
}
.search-filter fieldset legend {
  font-weight: 900;
}
@media screen and (min-width: 1280px) {
  .search-filter fieldset .input-list {
    font-size: 0.94em;
  }
}
.search-filter label {
  font-weight: 900;
}
.search-filter #search-sort {
  padding: 0.5em 4em 0.5em 0.7em;
  margin-top: 0.3em;
  min-width: 120px;
  margin-bottom: 1.5em;
  font-size: 0.9em;
  background-image: linear-gradient(45deg, transparent 50%, #002145 50%), linear-gradient(135deg, #002145 50%, transparent 50%), linear-gradient(to right, #C0C9D4, #C0C9D4);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 3em;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .search-filter #search-sort {
    font-size: 0.85em;
    min-width: 140px;
    background-position: calc(100% - 25px) calc(1em + 2px), calc(100% - 20px) calc(1em + 2px), 100% 0;
  }
}
.search-filter ul > li > label {
  font-size: 0.9em;
  font-weight: 500;
}

.search-result-wrapper .listing-item .listing-title > a {
  color: #002145;
}
.search-result-wrapper .listing-item .listing-title > a:hover, .search-result-wrapper .listing-item .listing-title > a:focus {
  color: #126078;
  text-decoration: underline;
}
.search-result-wrapper .listing-item .search-excerpt .excerpt_part {
  font-size: 0.89em;
}
.search-result-wrapper .listing-item .search-excerpt .excerpt_part strong {
  color: #0A7698;
}
.search-result-wrapper .listing-item .listing-content-type:after {
  content: "|";
}
.search-result-wrapper .listing-item .posted-on {
  margin-left: 0.3em;
}

.tag-list .tag-item:link .remove-tag use, .tag-list .tag-item:visited .remove-tag use {
  fill: #002145;
}
.tag-list .tag-item:hover .remove-tag use, .tag-list .tag-item:active .remove-tag use {
  fill: white;
}

.selected-search-tags a {
  color: #6D6C4A;
  font-weight: 900;
  display: inline-block;
  margin-bottom: 1.5em;
}
.selected-search-tags a:hover, .selected-search-tags a:active {
  color: #126078;
}
.selected-search-tags a:last-child {
  margin-top: 0.5em;
  margin-left: 0.5em;
}

.jurisdiction-has-member-title .entry-title {
  color: #66788F;
  font-size: 1em;
}
.jurisdiction-has-member-title .member-title {
  margin: 0.5em 0 0.5em;
  padding-bottom: 1em;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .jurisdiction-has-member-image .entry-title, .jurisdiction-has-member-image .member-title {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1280px) {
  .jurisdiction-has-member-image .entry-title, .jurisdiction-has-member-image .member-title {
    width: calc(100% - 400px);
  }
}

.member-image-wrap {
  margin: 1em 0;
}
.member-image-wrap img {
  width: 270px;
  height: 270px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .member-image-wrap img {
    display: float;
    float: right;
    margin-top: -180px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .member-image-wrap img {
    width: 370px;
    height: 370px;
    margin-top: -200px;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .member-image-wrap img {
    margin-top: -230px;
  }
}

.page-template-tmpl-jurisdiction .listing-item {
  margin-left: -22px;
  margin-right: -22px;
  font-size: 0.89em;
}
.page-template-tmpl-jurisdiction .listing-item .listing-title {
  margin-bottom: 0.5em;
}
.page-template-tmpl-jurisdiction .listing-item .jurisdiction-phone {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-jurisdiction .listing-item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.5em;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-jurisdiction .listing-item {
    font-size: 0.83em;
  }
}
.page-template-tmpl-jurisdiction .entry-header {
  border-bottom: 2px solid #002145;
}
.page-template-tmpl-jurisdiction .entry-content {
  margin-top: 2.5em;
}

.contact-information,
.jurisdiction-listing {
  margin-left: -22px;
  margin-right: -22px;
  font-size: 0.89em;
}
@media screen and (min-width: 768px) {
  .contact-information,
  .jurisdiction-listing {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  .contact-information,
  .jurisdiction-listing {
    font-size: 0.84em;
  }
}
.contact-information .contact-right .social-icons,
.jurisdiction-listing .contact-right .social-icons {
  font-size: 3.2em;
  text-decoration: none;
  height: 80px;
}
.contact-information .contact-right .social-icons .icon,
.jurisdiction-listing .contact-right .social-icons .icon {
  margin-left: 0;
  margin-right: 0.3em;
}
.contact-information .contact-right .social-icons .icon use,
.jurisdiction-listing .contact-right .social-icons .icon use {
  fill: #0A7698;
}
.contact-information .contact-right .social-icons a,
.jurisdiction-listing .contact-right .social-icons a {
  text-decoration: none;
}
.contact-information .contact-right .social-icons a:hover .icon use,
.jurisdiction-listing .contact-right .social-icons a:hover .icon use {
  fill: #6D6C4A;
}
@media screen and (min-width: 768px) {
  .contact-information .contact-right .social-icons,
  .jurisdiction-listing .contact-right .social-icons {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-information .contact-right .social-icons,
  .jurisdiction-listing .contact-right .social-icons {
    font-size: 2.8em;
    margin-left: 33px;
  }
}
@media screen and (min-width: 768px) {
  .contact-information .contact-right .contact-hours,
  .jurisdiction-listing .contact-right .contact-hours {
    margin-top: 0.6em;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-information .contact-right .contact-hours,
  .jurisdiction-listing .contact-right .contact-hours {
    margin-left: 33px;
  }
}

.contact-information .listing-item .listing-title a,
.jurisdiction-listing .listing-item .listing-title a {
  font-size: 1.25em;
  margin-bottom: 0.5em;
  color: #002145;
}
.contact-information .listing-item:hover .listing-title a,
.jurisdiction-listing .listing-item:hover .listing-title a {
  color: #126078;
  text-decoration: underline;
  cursor: pointer;
}
.contact-information .jurisdiction-name2,
.jurisdiction-listing .jurisdiction-name2 {
  font-weight: 900;
}
.contact-information .address-section-address,
.jurisdiction-listing .address-section-address {
  margin-bottom: 1em;
}
.contact-information .jurisdiction-phone,
.jurisdiction-listing .jurisdiction-phone {
  margin-top: 1em;
}
.contact-information .jurisdiction-website,
.jurisdiction-listing .jurisdiction-website {
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  .contact-information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}

@media screen and (min-width: 768px) {
  .jurisdiction-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
}

.post-type-archive-csa_event .archive-listing-standard {
  display: block;
}
.post-type-archive-csa_event .archive-listing-standard .listing-item {
  padding: 0;
  border: 0px solid transparent;
  border-bottom: 3px solid #002145;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item {
    display: grid;
    grid-template-columns: 320px 1fr;
    border-bottom: 5px solid #002145;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-image-wrap img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-image-wrap img {
    width: 300px;
    height: 300px;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap {
  padding: 15px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap {
    padding: 20px 33px 35px 33px;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .listing-title {
  color: #002145;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .listing-title {
    font-size: 1.22em;
  }
}
@media screen and (min-width: 1280px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .listing-title {
    font-size: 1.29em;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .more {
  font-size: 0.89em;
  color: #6D6C4A;
  font-weight: bold;
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .more:hover, .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .more:focus {
  color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .more {
    margin-bottom: 1em;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap p {
  margin-bottom: 0.8em;
  font-size: 0.89em;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap p {
    font-size: 1em;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .tag-list {
  order: 5;
  margin-top: 1.2em;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .tag-list {
    order: initial;
    display: flex;
    justify-content: right;
    margin-top: 0.4em;
    margin-bottom: 0;
  }
  .post-type-archive-csa_event .archive-listing-standard .listing-item .event-listing-text-wrap .tag-list .tag-item {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.post-type-archive-csa_event .archive-listing-standard .listing-item:hover p, .post-type-archive-csa_event .archive-listing-standard .listing-item:focus p {
  color: white;
}
.post-type-archive-csa_event .archive-listing-standard .listing-item:hover .more, .post-type-archive-csa_event .archive-listing-standard .listing-item:focus .more {
  color: #C0C9D4;
}

@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .showing-text.showing-text-bottom,
  .page-template-tmpl-comment-letter .showing-text.showing-text-bottom {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_event .pagination,
  .page-template-tmpl-comment-letter .pagination {
    width: 50%;
    margin: 0;
    text-align: right;
    display: inline-block;
  }
}

.resource-listing .listing-item {
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0;
  border-bottom: 1px solid #66788F;
  margin-bottom: 0;
}
.resource-listing .listing-item:hover, .resource-listing .listing-item:focus {
  background-color: #F5F5F5;
}
.resource-listing .listing-item:hover .entry-meta, .resource-listing .listing-item:focus .entry-meta {
  color: #0A7698;
}
.resource-listing .listing-item:hover .listing-title > a, .resource-listing .listing-item:focus .listing-title > a {
  color: #126078;
  text-decoration: underline;
}
.resource-listing .listing-item:first-of-type {
  border-top: 1px solid #66788F;
}

.resource-listing {
  display: block;
}

.resource-listing-wrap {
  padding-top: 0.8em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.resource-listing-wrap .document-name {
  display: grid;
  grid-template-columns: 30px 1fr;
  margin-top: 0.7em;
}
@media screen and (min-width: 1800px) {
  .resource-listing-wrap .document-name {
    grid-gap: 10px;
  }
}
.resource-listing-wrap .document-name .document-icon {
  width: 1.1em;
  height: 1.1em;
  fill: #002145;
  margin-right: 0.7em;
  position: relative;
  top: 0.2em;
  margin-top: 0;
}
.resource-listing-wrap .document-name .listing-title {
  margin-top: 0;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px) {
  .resource-listing-wrap .document-name .listing-title {
    margin-top: 0.15em;
  }
}
.resource-listing-wrap p {
  margin-bottom: 0.8em;
  font-size: 0.89em;
  line-height: 1.6;
}
.resource-listing-wrap .tag-list {
  margin-bottom: 1.5em;
}

.post-type-archive-csa_article .csa_article {
  padding: 0;
}

.archive-post-wrapper .csa_article .article-listing-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media screen and (min-width: 1280px) {
  .archive-post-wrapper .csa_article .article-listing-image-wrap img {
    height: 300px;
  }
}
.archive-post-wrapper .csa_article .article-listing-text-wrap {
  padding: 15px 20px 20px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .archive-post-wrapper .csa_article .article-listing-text-wrap {
    padding: 20px 33px 35px 33px;
  }
}
.archive-post-wrapper .csa_article .article-listing-text-wrap p {
  font-size: 0.89em;
  margin-bottom: 1em;
}
.archive-post-wrapper .csa_article .article-listing-text-wrap .more {
  font-size: 0.89em;
  color: #6D6C4A;
  font-weight: bold;
}
.archive-post-wrapper .csa_article .article-listing-text-wrap .more:hover, .archive-post-wrapper .csa_article .article-listing-text-wrap .more:focus {
  color: #126078;
}
.archive-post-wrapper .csa_article .article-listing-text-wrap .tag-list {
  order: 3;
}
.archive-post-wrapper .csa_article:hover p, .archive-post-wrapper .csa_article:focus p {
  color: white;
}

.csa_article-template-default .site-main {
  padding-top: 0;
}
.csa_article-template-default .tag-list {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .csa_article-template-default .tag-list {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .post-type-archive-csa_case_study .archive-post-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .post-type-archive-csa_case_study .archive-post-wrapper .listing-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1800px) {
  .post-type-archive-csa_case_study .archive-post-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-type-archive-csa_case_study .featured-tag {
  margin-bottom: 0.5em;
}
.post-type-archive-csa_case_study .csa_case_study {
  padding: 0;
}
.post-type-archive-csa_case_study .csa_case_study .case-study-listing-image-wrap img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_case_study .csa_case_study .case-study-listing-image-wrap img {
    height: 300px;
  }
}
@media screen and (min-width: 1280px) {
  .post-type-archive-csa_case_study .csa_case_study .case-study-listing-image-wrap img {
    height: 400px;
  }
}
.post-type-archive-csa_case_study .csa_case_study .case-study-listing-text-wrap {
  padding: 15px 20px 18px 20px;
}
@media screen and (min-width: 1280px) {
  .post-type-archive-csa_case_study .csa_case_study .case-study-listing-text-wrap {
    padding: 20px 33px 25px 33px;
  }
}
.post-type-archive-csa_case_study .csa_case_study .case-study-listing-text-wrap .listing-title {
  margin-bottom: 0;
  margin-top: 0.8em;
}
.post-type-archive-csa_case_study .csa_case_study .case-study-listing-text-wrap .csa-study-excerpt {
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 0.89em;
}
.post-type-archive-csa_case_study .csa_case_study:hover p, .post-type-archive-csa_case_study .csa_case_study:focus p {
  color: white;
}
.post-type-archive-csa_case_study .case-studies-featured-item {
  margin-bottom: 1.3em;
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_case_study .case-studies-featured-item .listing-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .post-type-archive-csa_case_study .case-studies-featured-item .listing-item .case-study-listing-text-wrap {
    padding: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-csa_case_study .case-studies-featured-item {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1280px) {
  .post-type-archive-csa_case_study .case-studies-featured-item {
    margin-bottom: 2em;
  }
}
.post-type-archive-csa_case_study .showing-text {
  display: none;
}

.csa_case_study-template-default .entry-header > .entry-meta {
  display: none;
}

.decision-listing-item {
  background-color: transparent;
  border: 0px solid transparent;
  padding: 0;
  border-bottom: 1px solid #66788F;
  margin-bottom: 0;
}
.decision-listing-item .entry-meta {
  color: #0A7698;
}
.decision-listing-item:hover .listing-title > a, .decision-listing-item:focus .listing-title > a {
  color: #126078;
  text-decoration: underline;
}
.decision-listing-item:first-of-type {
  border-top: 1px solid #66788F;
}
.decision-listing-item .decision-title {
  margin-top: 0.2em;
  color: #002145;
  font-size: 1em;
  margin-bottom: 1em;
}
.decision-listing-item .firm-name {
  margin-top: 0;
}

.decision-listing-item {
  padding: 0.8em 0.5em 1.5em 0.5em;
}
.decision-listing-item .document-name {
  display: grid;
  grid-template-columns: 30px 1fr;
  margin-top: 0.7em;
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  .decision-listing-item .document-name {
    grid-gap: 10px;
  }
}
.decision-listing-item .document-name svg.document-icon {
  position: relative;
  width: 1.1em;
  height: 1.1em;
  fill: #002145;
  margin-right: 0.7em;
  margin-top: 0.4em;
}
@media screen and (min-width: 1280px) {
  .decision-listing-item .document-name svg.document-icon {
    margin-top: 0.3em;
  }
}
.decision-listing-item .document-name .decision-doc-label {
  font-size: 0.89em;
}
.decision-listing-item .decision-doc-desc {
  margin-left: 30px;
  font-size: 0.89em;
  line-height: 1.6;
}
@media screen and (min-width: 1280px) {
  .decision-listing-item .decision-doc-desc {
    margin-left: 40px;
  }
}
.decision-listing-item p {
  margin-bottom: 0;
}

.site-map-listing .children {
  margin: 0;
  list-style: circle;
}
.site-map-listing .children .children {
  list-style-type: square;
  margin-bottom: 0.5em;
}
.site-map-listing * > a {
  font-size: 0.89em;
}
.site-map-listing * > a:hover, .site-map-listing * > a:focus {
  color: #6D6C4A;
}
.site-map-listing * > li {
  margin-bottom: 0;
}

.csa-onboarding-login .social-sharing-wrapper {
  display: none;
}
.csa-onboarding-login .entry-header h1 {
  margin-top: 1em;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.csa-onboarding-login .entry-content {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.csa-onboarding-login .gform_title {
  display: none;
}
.csa-onboarding-login .gform_body .gform_fields {
  grid-row-gap: 1em !important;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}
.csa-onboarding-login .gform_body .gform_fields .ginput_container input {
  width: 100% !important;
  border-radius: 5px;
}
@media screen and (min-width: 1800px) {
  .csa-onboarding-login .gform_body .gform_fields .ginput_container input {
    border-radius: 10px;
  }
}
.csa-onboarding-login .gform_button {
  width: 100%;
}
.csa-onboarding-login .gf_login_links {
  margin-top: 1.5em !important;
  text-align: center;
}
@media screen and (min-width: 1800px) {
  .csa-onboarding-login .gf_login_links {
    font-size: 0.9em;
  }
}
.logged-in .avatar {
  display: none;
}

#login {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5em;
  padding-bottom: 5.6em;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 768px) {
  #login {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1280px) {
  #login {
    padding-top: 2.9em;
    padding-bottom: 6.7em;
  }
}
#login h1 {
  display: none;
}
#login h1.entry-title {
  display: block;
  margin-top: 1em;
}
#login #loginform::before {
  content: "Login";
  text-align: center;
  font-weight: 900;
  font-size: 1.667em;
  color: #002145;
}
#login #loginform, #login #lostpasswordform {
  display: grid;
  grid-row-gap: 1em !important;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  grid-column-gap: 0;
}
#login #loginform p label, #login #lostpasswordform p label {
  margin-bottom: 0.2em !important;
}
@media screen and (min-width: 1280px) {
  #login #loginform p label, #login #lostpasswordform p label {
    font-size: 0.84em !important;
  }
}
#login #loginform .forgetmenot, #login #lostpasswordform .forgetmenot {
  margin-bottom: 0.6em;
  font-size: 0.9em;
}
#login #loginform .submit, #login #lostpasswordform .submit {
  margin-bottom: 8px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#login #loginform input, #login #lostpasswordform input {
  margin-top: 0;
}
#login #loginform input[type=text], #login #loginform input[type=password], #login #lostpasswordform input[type=text], #login #lostpasswordform input[type=password] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #66788F;
  padding: 0.4em 0.9em;
  margin-top: 0.2em;
}
@media screen and (min-width: 1280px) {
  #login #loginform input[type=text], #login #loginform input[type=password], #login #lostpasswordform input[type=text], #login #lostpasswordform input[type=password] {
    font-size: 0.756em !important;
  }
}
#login #loginform input[type=submit], #login #lostpasswordform input[type=submit] {
  width: 100%;
  padding: 0.5em 1.7em;
}
@media screen and (min-width: 1280px) {
  #login #loginform input[type=submit], #login #lostpasswordform input[type=submit] {
    font-size: 0.756em !important;
  }
}
#login #loginform input[type=checkbox], #login #lostpasswordform input[type=checkbox] {
  height: 20px;
  width: 20px;
  border: 1px #cbc7bd solid;
  border-radius: 0;
}
#login #loginform .wp-pwd, #login #lostpasswordform .wp-pwd {
  margin-top: 0;
  position: relative;
}
#login #loginform button.wp-hide-pw, #login #lostpasswordform button.wp-hide-pw {
  background-color: #6D6C4A;
  margin-top: 0.2em;
  right: 0;
  border-radius: 0 5px 5px 0;
  height: 47.31px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  #login #loginform button.wp-hide-pw, #login #lostpasswordform button.wp-hide-pw {
    height: 52.78px;
    width: 45px !important;
    padding-top: 0.5em;
  }
}
#login #login_error {
  margin: 1.9em 0 0.6em;
  color: #e32700 !important;
  line-height: 1.5 !important;
}
@media screen and (min-width: 1280px) {
  #login #login_error {
    font-size: 0.84em !important;
  }
}
#login p.message {
  margin: 1.9em 0 0.6em;
}
@media screen and (min-width: 1280px) {
  #login p.message {
    font-size: 0.84em !important;
  }
}
#login #backtoblog {
  display: none;
}
#login #nav {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  #login #nav {
    font-size: 0.84em !important;
  }
}

.site-content #language-switcher {
  display: none !important;
}

.csa-onboarding-login .social-sharing-wrapper {
  display: none;
  visibility: hidden;
}

.csa-onboarding-login h1, .csa-onboarding-register h1 {
  margin-top: 1em;
}
.csa-onboarding-login .breadcrumbs-wrap, .csa-onboarding-register .breadcrumbs-wrap {
  display: none;
}

#login {
  max-width: 400px;
}
#login .user-pass1-wrap .wp-pwd {
  margin-top: 0.2em;
  position: relative;
}
#login .user-pass1-wrap .wp-pwd input[type=text], #login .user-pass1-wrap .wp-pwd input[type=password] {
  height: 47px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 1280px) {
  #login .user-pass1-wrap .wp-pwd input[type=text], #login .user-pass1-wrap .wp-pwd input[type=password] {
    font-size: 0.756em !important;
    padding: 0.4em 0.9em;
    height: 53px;
  }
}
#login .user-pass1-wrap .wp-pwd .wp-hide-pw {
  color: #2d2d2d;
  right: 0.5rem !important;
  top: 0.1rem !important;
  background-color: transparent;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #login .user-pass1-wrap .wp-pwd .wp-hide-pw {
    padding: 0.2em 0.3em;
    top: 0.3rem !important;
  }
}
@media screen and (min-width: 1280px) {
  #login .user-pass1-wrap label {
    font-size: 0.84em !important;
  }
}
#login #pass-strength-result {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #login #pass-strength-result {
    font-size: 0.84em !important;
  }
}
#login .pw-weak {
  margin-top: 1em;
  display: none !important;
}
#login .indicator-hint {
  color: #66788F;
}
@media screen and (min-width: 1280px) {
  #login .indicator-hint {
    font-size: 0.84em;
  }
}
#login .reset-pass-submit .wp-generate-pw, #login .reset-pass-submit input[type=submit] {
  width: 100%;
}
#login .reset-pass-submit .wp-generate-pw {
  margin-bottom: 1em;
  margin-top: 0;
  background-color: transparent;
  color: #6D6C4A;
}
#login .reset-pass-submit .wp-generate-pw:hover, #login .reset-pass-submit .wp-generate-pw:active, #login .reset-pass-submit .wp-generate-pw:focus {
  text-decoration: underline;
  color: #54543d;
}
#login .reset-pass-submit {
  margin-bottom: 2em !important;
}

.gf_login_form .gform_description {
  color: green;
}

@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .header-inner {
    padding-top: 0.8em;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .header-inner {
    padding-top: 1em;
    padding-bottom: 1.5em;
  }
}
.page-template-tmpl-sedar-dashboard .ctp-no-entries {
  margin-top: 1em;
  margin-bottom: 1em;
}
.page-template-tmpl-sedar-dashboard .ctp-title-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.page-template-tmpl-sedar-dashboard .ctp-heading {
  margin-top: 0;
}
.page-template-tmpl-sedar-dashboard .entry-content {
  margin-top: 0;
}
.page-template-tmpl-sedar-dashboard .entry-content h2 {
  margin-top: 3em;
}
.page-template-tmpl-sedar-dashboard .entry-content h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-notice {
  font-size: 0.9em;
  padding: 0.5em 0.9em;
  margin: 1em 0;
  background-color: #e7fcd9;
  border: 1px solid #ddd;
}
.page-template-tmpl-sedar-dashboard .entry-content .gv-notice {
  display: none;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table {
  border-top: 1px solid #66788F;
  border-bottom: 1px solid #66788F;
  line-height: 1.5;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #C0C9D4;
  padding: 0.5em;
  font-weight: 900;
  min-width: 100px;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table td {
  display: table-cell;
  padding: 0.5em;
  border-bottom: 1px solid #CBC7BD;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table td a:hover {
  color: #6D6C4A;
}
@media screen and (max-width: 767px) {
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table th {
    display: none;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table tr {
    left: 20px;
    border-bottom: 1px solid #CBC7BD;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table tr td {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 10px;
    border-bottom: none;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table tr td:before {
    content: attr(data-th);
    font-weight: 900;
    display: flex;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table tr td:last-child {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .entry-content .dashboard-container table {
    font-size: 0.9em;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1em;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing .pagination-showing-text {
  font-weight: 700;
  margin-bottom: 0;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing .pagination-showing-text p {
  line-height: 1.4;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing .pagination-per-page {
  margin-bottom: 1.5em;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing .pagination-per-page label {
  line-height: 1.4;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing .pagination-per-page #maxRows {
  width: 150px;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing .pagination-per-page #maxRows {
    padding: 0.2em 1em 0.2em 0.5em;
  }
}
@media screen and (min-width: 480px) {
  .page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing {
    margin-left: -27px;
    margin-right: -27px;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .entry-content .pagination-container-showing {
    font-size: 0.9em;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav {
  margin-left: -27px;
  margin-right: -27px;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav ul {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav ul li {
  padding: 0 1em;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav ul li::marker {
  content: none;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav ul li:hover {
  cursor: pointer;
  color: #0A7698;
  text-decoration: underline;
}
.page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav ul .active {
  color: #0A7698;
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .entry-content .pagination-container-nav {
    font-size: 0.9em;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container {
  border: 1px solid #66788F;
  padding: 0.5em 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container {
    padding: 1.5em;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading h4 {
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100vw - 130px);
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading h4 {
    width: auto;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading .dashboard-toggle-button {
  background-color: transparent;
  color: #002145;
  border-radius: 0;
  padding: 0;
  padding-left: 1em;
  margin-bottom: 0;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading .dashboard-toggle-button:hover {
  opacity: 0.9;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading .dashboard-toggle-button svg {
  stroke: #002145;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading .dashboard-toggle-button[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .collapsible-container-heading .dashboard-toggle-button[aria-expanded=false] .icon {
  transform: rotate(0deg);
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-info {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-info {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-info p {
  margin-left: -27px;
  margin-right: -27px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-info p {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-info p:first-of-type {
  color: #2B312B;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container table {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button {
  background-color: #0A7698;
  width: 1.5em;
  height: 1.5em;
  padding: 0;
  border-radius: 0.75em;
  margin-right: 0.5em;
  bottom: 0;
  display: inline-block;
  top: 4.5px;
  position: relative;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button[aria-expanded=true] .open-ifm {
  display: none;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button[aria-expanded=true] .close-ifm {
  display: inline;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button[aria-expanded=false] .open-ifm {
  display: inline;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button[aria-expanded=false] .close-ifm {
  display: none;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button svg {
  width: 1.5em;
  height: 1.5em;
  padding: 0.4em;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button svg use {
  fill: white;
}
.page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button:hover, .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button:focus, .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .ifg-row .table-toggle-button:active {
  background-color: #002145;
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .if-row td:first-of-type {
    text-align: right;
    padding-right: 35px;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .if-row-type {
    width: 100px;
    position: relative;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container .ifm-table .if-row-type:before {
    content: "";
    position: absolute;
    left: 15px;
    width: 60px;
    height: 15px;
    border-bottom: 1px solid #869bb5;
    border-left: 1px solid #869bb5;
  }
}
@media screen and (max-width: 767px) {
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container {
    border: 0;
  }
  .page-template-tmpl-sedar-dashboard .entry-content .collapsible-container h4 {
    margin-left: -27px;
    margin-right: -27px;
    margin-bottom: 1em;
  }
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-warning {
  border: 1px solid #66788F;
  padding: 1.5em;
  margin-bottom: 2em;
  text-align: center;
  background-color: #F5F5F5;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-warning p {
  font-weight: 600;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-warning .dashboard-new-issuer-form-text {
  margin-bottom: 1.4em;
  font-weight: 600;
}
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-warning .btn, .page-template-tmpl-sedar-dashboard .entry-content .dashboard-warning input[type=submit],
.page-template-tmpl-sedar-dashboard .entry-content .dashboard-warning button {
  margin-bottom: 0.5em;
}
.page-template-tmpl-sedar-dashboard .entry-content .ifm-container {
  display: flex;
  flex-direction: column;
}
.page-template-tmpl-sedar-dashboard .entry-content .ifm-container .ifm-info-wrap {
  order: 1000;
}
.page-template-tmpl-sedar-dashboard .social-sharing-wrapper {
  display: none;
  visibility: hidden;
}
.page-template-tmpl-sedar-dashboard .main-navigation .menu-text {
  color: black;
}
@media screen and (max-width: 1279px) {
  .page-template-tmpl-sedar-dashboard .main-navigation {
    background-color: #F5F5F5;
    width: calc(100% + 44px);
    margin-left: -22px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .main-navigation {
    width: calc(100% + 130px);
    margin-left: -65px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 1279px) {
  .page-template-tmpl-sedar-dashboard .main-navigation ul .open-icon {
    transform: rotate(-90deg);
  }
  .page-template-tmpl-sedar-dashboard .main-navigation a,
  .page-template-tmpl-sedar-dashboard .main-navigation .empty-menu-item {
    color: #2D2D2D;
    font-weight: 900;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation a:link, .page-template-tmpl-sedar-dashboard .main-navigation a:visited {
    color: #2D2D2D;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu a, .page-template-tmpl-sedar-dashboard .main-navigation .menu .empty-menu-item {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li {
    border-bottom: 1px solid #C0C9D4;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a,
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > .empty-menu-item {
    position: relative;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a {
    background-color: #F5F5F5;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -ms-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:hover, .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:focus {
    color: white !important;
    background-color: #0A7698;
    -webkit-transition: background-color 50ms ease-out;
    -moz-transition: background-color 50ms ease-out;
    -ms-transition: background-color 50ms ease-out;
    -o-transition: background-color 50ms ease-out;
    transition: background-color 50ms ease-out;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > ul a:hover,
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > ul a:active,
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > ul a:focus {
    text-decoration: none;
    color: #0A7698;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > ul > li:first-child a:link {
    padding-top: 0.3em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > ul {
    padding-bottom: 0.5em;
    padding-left: 0.4em;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .main-navigation {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .btn-dashboard-signout {
    background: #6D6C4A;
    color: white;
    padding: 0.4em 1em 0.6em 1em;
    border-radius: 5px;
    font-size: 0.9em;
    display: inline-block;
    margin-left: 2.8em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .btn-dashboard-signout:hover, .page-template-tmpl-sedar-dashboard .main-navigation .btn-dashboard-signout:focus, .page-template-tmpl-sedar-dashboard .main-navigation .btn-dashboard-signout:active {
    background-color: #54543d;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 2.8em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li:before {
    content: "";
    display: block;
    height: 1.1em;
    width: 1px;
    background-color: rgba(213, 213, 213, 0.8);
    position: absolute;
    left: calc(-1.4em - 2px);
    top: 0.4em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li:first-child:before {
    display: none;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a,
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > .empty-menu-item {
    display: block;
    color: #2D2D2D;
    padding: 0;
    font-weight: 900;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:link, .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:visited {
    color: #2D2D2D;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:hover, .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:active, .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > a:focus {
    color: #0A7698;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .dashboard-menu > li > .empty-menu-item {
    cursor: default;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul {
    min-width: 16em;
    text-align: left;
    z-index: 101;
    left: -1.4em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li {
    font-size: 0.8em;
    width: 100%;
    margin-right: 0;
    display: block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li a:before,
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li .empty-menu-item:before {
    content: "";
    position: absolute;
    width: calc(100% - 2.2em);
    height: 1px;
    background-color: rgba(102, 120, 143, 0.3);
    bottom: 0;
    left: 1.1em;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li:last-child a:before, .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li:last-child .empty-menu-item:before {
    display: none;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li a:link,
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li a:visited,
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li .empty-menu-item {
    display: block;
    padding: 0.65em 1.8em;
    color: #002145;
    font-weight: 900;
    background-color: #F5F5F5;
    transition: color 200ms ease-out, background-color 200ms ease-out;
  }
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li a:hover,
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li a:active,
  .page-template-tmpl-sedar-dashboard .main-navigation .menu li:hover ul > li a:focus {
    color: white;
    background-color: #0A7698;
    transition: color 50ms ease-out, background-color 50ms ease-out;
  }
}
.page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile {
  display: none;
}
@media screen and (max-width: 1279px) {
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile {
    display: block;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.2em;
    padding-right: 0.2em;
  }
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile a,
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile .empty-menu-item {
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: normal;
  }
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile a:link, .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile a:visited,
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile .empty-menu-item:link,
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile .empty-menu-item:visited {
    color: #002145;
  }
  .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile a:hover, .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile a:active, .page-template-tmpl-sedar-dashboard .menu .secondary-menu-mobile a:focus {
    color: #0A7698;
  }
}
.page-template-tmpl-sedar-dashboard .footer {
  background-color: #F5F5F5;
}
.page-template-tmpl-sedar-dashboard .scroll-indicator {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
.page-template-tmpl-sedar-dashboard .scroll-indicator h2 {
  text-align: center;
}
.page-template-tmpl-sedar-dashboard .progress-container {
  width: 100%;
  height: 10px;
  background: #002145;
}
.page-template-tmpl-sedar-dashboard .progress-bar {
  height: 10px;
  background: #0E77BE;
  width: 0%;
}

.page-template-tmpl-sedar-dashboard .dashboard-new-issuer-form-buttons a {
  display: inline-block;
  font-size: 0.7em;
  margin-bottom: 1.5em !important;
  margin-right: 1em;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .dashboard-new-issuer-form-buttons a {
    margin-bottom: 0.5em;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .dashboard-new-issuer-form-buttons a {
    font-size: 0.6em;
  }
}
.page-template-tmpl-sedar-dashboard .dashboard-new-issuer-form-buttons a:last-of-type {
  margin-bottom: 0.5em !important;
  margin-right: 0;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .dashboard-new-issuer-form-buttons a:last-of-type {
    margin-right: 0;
  }
}

.page-template-tmpl-sedar-dashboard .entry-title {
  margin-bottom: 1em;
}
.page-template-tmpl-sedar-dashboard .gv-edit-entry-title {
  display: none;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper.gravity-theme .gform_fields {
  margin-top: 0;
}
.page-template-tmpl-sedar-dashboard .btn, .page-template-tmpl-sedar-dashboard input[type=submit],
.page-template-tmpl-sedar-dashboard button {
  font-size: 0.8em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper {
  max-width: 800px;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper form {
  max-width: 800px;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper form .gf_page_steps {
  border-bottom: none;
  margin-bottom: 1em;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper form .gf_page_steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2em;
    margin-bottom: 3em;
  }
  .page-template-tmpl-sedar-dashboard .gform_wrapper form .gf_page_steps .gf_step {
    display: grid;
    grid-template-rows: 40px auto;
    row-gap: 1em;
    margin: 0;
  }
  .page-template-tmpl-sedar-dashboard .gform_wrapper form .gf_page_steps .gf_step_number {
    display: block;
    justify-self: center;
    line-height: 38px;
    color: #2D2D2D;
    font-weight: 500;
  }
  .page-template-tmpl-sedar-dashboard .gform_wrapper form .gf_page_steps .gf_step_label {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_validation_errors h2 {
  line-height: 1.4;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_heading {
  display: none;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 1.5em !important;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield_html_formatted {
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield_html_formatted h4 {
  font-weight: 900;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 0.9em;
  line-height: 1.5;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ginput_full label, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ginput_left label, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ginput_right label {
  font-weight: 400;
  padding-top: 3px;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
  margin-bottom: 0.3em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .gchoice label {
  font-weight: 400;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .small {
  width: 50% !important;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .large {
  width: 100%;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .instruction {
  font-size: 0.8em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection {
  font-size: 0.9em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table {
  border-top: 1px solid #66788F;
  border-bottom: 1px solid #66788F;
  line-height: 1.5;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #C0C9D4;
  padding: 0.5em;
  font-weight: 900;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table td {
  display: table-cell;
  padding: 0.5em;
  border-bottom: 1px solid #CBC7BD;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table td a:hover {
  color: #6D6C4A;
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .checkboxes-type .gfield_checkbox,
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .checkboxes-type .gfield_radio {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-column-gap: 2%;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gsection {
  border-bottom: 2px solid #ccc !important;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
  margin-top: 2em;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 1.4em !important;
  }
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields {
    font-size: 0.85em;
    grid-row-gap: 1.5em !important;
  }
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields .gsection_title {
    margin-top: 3em;
  }
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gform_fields h4 {
    margin-top: 2em;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gsection_title {
  margin-top: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .gsection_title {
    margin-top: 2em;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body h4 {
  margin-bottom: 0;
  margin-top: 1em;
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body h4 {
    margin-top: 1.5em;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body h3 {
  margin-top: 2em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .ginput_preview_control {
  font-size: 1.5rem;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .ginput_preview_control:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .ginput_preview_control:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .ginput_preview_control:active {
  filter: brightness(75%);
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file {
  background-color: #6D6C4A;
  padding: 0.5em 0.7em;
  margin-right: 0.5em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file .dashicons {
  font-size: 1.3em;
  font-weight: 400;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file .dashicons-trash {
  padding: 0;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview .gform_delete_file:active {
  background-color: #54543d;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_body .ginput_preview strong {
  font-size: 0.9em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer,
.page-template-tmpl-sedar-dashboard .gform_wrapper #publishing-action {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button] {
  margin-bottom: 2em !important;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button,
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_previous_button {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border: none;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button:before {
  content: "<";
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit] {
    float: right;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer button {
  margin-bottom: 0 !important;
  border: 2px solid #6D6C4A;
  background-color: transparent;
  color: #6D6C4A;
  padding: 0.5em 1.7em;
  width: 100%;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer button:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer button:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer button:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer button:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer button:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer button:focus {
  background-color: #F1F0E0;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer button {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer button {
    padding: 0.3em 1.7em;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=submit], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=button], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button] {
  margin-bottom: 0;
  margin-left: 0;
  border: 2px solid #6D6C4A;
  border-radius: 5px;
  padding: 0.5em 1.7em;
  width: 100%;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=submit]:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=submit]:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=submit]:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=button]:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=button]:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=button]:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit]:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit]:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit]:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button]:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button]:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button]:active {
  background-color: #54543d;
  border: 2px solid #54543d;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=submit], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=button], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button] {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=submit], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer input[type=button], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=submit], .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer input[type=button] {
    padding: 0.3em 1.7em;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gv-button-cancel, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gv-button-cancel {
  background-color: transparent;
  color: #002145;
  text-decoration: underline;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gv-button-cancel:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gv-button-cancel:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gv-button-cancel:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gv-button-cancel:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gv-button-cancel:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gv-button-cancel:active {
  color: #6D6C4A;
}
@media screen and (min-width: 768px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gv-button-cancel, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gv-button-cancel {
    margin: 0;
    margin-left: auto;
    padding-top: 0.5em;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_next_button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button {
  font-size: 0.8em;
  border: 2px solid #6D6C4A;
  background-color: #6D6C4A;
  color: white;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_next_button:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_next_button:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_next_button:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button:focus {
  background-color: #54543d;
  border: 2px solid #54543d;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_next_button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_next_button {
    width: auto;
    float: right;
  }
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_previous_button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_previous_button {
  font-size: 0.8em;
  border: 2px solid #6D6C4A;
  background-color: transparent;
  color: #6D6C4A !important;
}
.page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_previous_button:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_previous_button:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_previous_button:focus, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_previous_button:hover, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_previous_button:active, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_previous_button:focus {
  background-color: #F1F0E0 !important;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_footer .gform_previous_button, .page-template-tmpl-sedar-dashboard .gform_wrapper .gform_page_footer .gform_previous_button {
    width: auto;
  }
}
.page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-nested-entries {
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  .page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-nested-entries td, .page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-nested-entries th {
    font-size: 0.9em;
  }
}
.page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-add-entry {
  background-color: #F1F0E0 !important;
  color: #2D2D2D;
}
.page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-add-entry:hover, .page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-add-entry:active, .page-template-tmpl-sedar-dashboard .gpnf-nested-entries-container .gpnf-add-entry:focus {
  background-color: #BEBD9C !important;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__content {
  font-weight: 0.9em !important;
}
.page-template-tmpl-sedar-dashboard .swal-modal {
  will-change: unset;
}
.page-template-tmpl-sedar-dashboard .swal-button {
  font-size: 14px;
}
.page-template-tmpl-sedar-dashboard .swal-button--confirm {
  background-color: #6D6C4A;
}
.page-template-tmpl-sedar-dashboard .swal-button--confirm:hover, .page-template-tmpl-sedar-dashboard .swal-button--confirm:active, .page-template-tmpl-sedar-dashboard .swal-button--confirm:focus {
  background-color: #54543d;
}
.page-template-tmpl-sedar-dashboard .swal-button--cancel {
  background: none;
  color: #2D2D2D;
  text-decoration: underline;
}
.page-template-tmpl-sedar-dashboard .swal-button--cancel:hover {
  background: none;
  color: #6D6C4A;
}
.page-template-tmpl-sedar-dashboard .swal-title {
  padding: 13px 31px 0px;
  text-align: left;
  color: #002145;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  letter-spacing: -0.1px;
}
.page-template-tmpl-sedar-dashboard .swal-text {
  padding: 0 22px;
  color: #2D2D2D;
  font-family: proxima-nova, sans-serif;
}
.page-template-tmpl-sedar-dashboard .swal-footer {
  padding: 22px 22px 13px;
}
.page-template-tmpl-sedar-dashboard #field_8_167,
.page-template-tmpl-sedar-dashboard #field_9_142,
.page-template-tmpl-sedar-dashboard #field_10_155 {
  display: none;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box .gpnf-modal-header {
  background-color: #002145 !important;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__footer {
  background-color: #F5F5F5 !important;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .tingle-btn {
  border-radius: 5px !important;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-cancel {
  border: 2px solid #6D6C4A !important;
  background-color: white;
  color: #6D6C4A !important;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-cancel:hover, .page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-cancel:active, .page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-cancel:focus {
  background-color: #F1F0E0;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-submit {
  background-color: #6D6C4A !important;
}
.page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-submit:hover, .page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-submit:focus, .page-template-tmpl-sedar-dashboard .tingle-modal-box__footer .gpnf-btn-submit:active {
  filter: brightness(120%);
}
.page-template-tmpl-sedar-dashboard #gform_wrapper_16 .gform_heading {
  display: block;
}
.page-template-tmpl-sedar-dashboard #gform_wrapper_16 .gform_heading .gform_title {
  display: none;
}

.page-id-6537 .entry-title {
  margin-bottom: 1em;
}
.page-id-6537 .gv-edit-entry-title {
  display: none;
}
.page-id-6537 .gform_wrapper.gravity-theme .gform_fields {
  margin-top: 0;
}
.page-id-6537 .btn, .page-id-6537 input[type=submit],
.page-id-6537 button {
  font-size: 0.8em;
}
.page-id-6537 .gform_wrapper {
  max-width: 800px;
}
.page-id-6537 .gform_wrapper form {
  max-width: 800px;
}
.page-id-6537 .gform_wrapper form .gf_page_steps {
  border-bottom: none;
  margin-bottom: 1em;
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper form .gf_page_steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2em;
    margin-bottom: 3em;
  }
  .page-id-6537 .gform_wrapper form .gf_page_steps .gf_step {
    display: grid;
    grid-template-rows: 40px auto;
    row-gap: 1em;
    margin: 0;
  }
  .page-id-6537 .gform_wrapper form .gf_page_steps .gf_step_number {
    display: block;
    justify-self: center;
    line-height: 38px;
    color: #2D2D2D;
    font-weight: 500;
  }
  .page-id-6537 .gform_wrapper form .gf_page_steps .gf_step_label {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.page-id-6537 .gform_wrapper .gform_validation_errors h2 {
  line-height: 1.4;
}
.page-id-6537 .gform_wrapper .gform_heading {
  display: none;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields {
  grid-row-gap: 1.5em !important;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield_html_formatted {
  font-size: 0.9em;
  margin-bottom: 0.2em;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield_html_formatted h4 {
  font-weight: 900;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 0.9em;
  line-height: 1.5;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ginput_full label, .page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ginput_left label, .page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ginput_right label {
  font-weight: 400;
  padding-top: 3px;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
  margin-bottom: 0.3em;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .gchoice label {
  font-weight: 400;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .small {
  width: 50% !important;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .large {
  width: 100%;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .instruction {
  font-size: 0.8em;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection {
  font-size: 0.9em;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table {
  border-top: 1px solid #66788F;
  border-bottom: 1px solid #66788F;
  line-height: 1.5;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 5px;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table th {
  background-color: #f5f5f5;
  border-bottom: 1px solid #C0C9D4;
  padding: 0.5em;
  font-weight: 900;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table td {
  display: table-cell;
  padding: 0.5em;
  border-bottom: 1px solid #CBC7BD;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table td a:hover {
  color: #6D6C4A;
}
@media screen and (min-width: 1800px) {
  .page-id-6537 .gform_wrapper .gform_body .gform_fields .gfield .ifm-ifg-ifg-selection table {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper .gform_body .gform_fields .checkboxes-type .gfield_checkbox {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    grid-column-gap: 2%;
  }
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gsection {
  border-bottom: 2px solid #ccc !important;
}
.page-id-6537 .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {
  margin-top: 2em;
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 1.4em !important;
  }
}
@media screen and (min-width: 1800px) {
  .page-id-6537 .gform_wrapper .gform_body .gform_fields {
    font-size: 0.85em;
    grid-row-gap: 1.5em !important;
  }
  .page-id-6537 .gform_wrapper .gform_body .gform_fields .gsection_title {
    margin-top: 3em;
  }
  .page-id-6537 .gform_wrapper .gform_body .gform_fields h4 {
    margin-top: 2em;
  }
}
.page-id-6537 .gform_wrapper .gform_body .gsection_title {
  margin-top: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper .gform_body .gsection_title {
    margin-top: 2em;
  }
}
.page-id-6537 .gform_wrapper .gform_body h4 {
  margin-bottom: 0;
  margin-top: 1em;
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper .gform_body h4 {
    margin-top: 1.5em;
  }
}
.page-id-6537 .gform_wrapper .gform_body h3 {
  margin-top: 2em;
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview .ginput_preview_control {
  font-size: 1.5rem;
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview .ginput_preview_control:hover, .page-id-6537 .gform_wrapper .gform_body .ginput_preview .ginput_preview_control:focus, .page-id-6537 .gform_wrapper .gform_body .ginput_preview .ginput_preview_control:active {
  filter: brightness(75%);
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview .gform_delete_file {
  background-color: #6D6C4A;
  padding: 0.5em 0.7em;
  margin-right: 0.5em;
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview .gform_delete_file .dashicons {
  font-size: 1.3em;
  font-weight: 400;
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview .gform_delete_file .dashicons-trash {
  padding: 0;
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview .gform_delete_file:hover, .page-id-6537 .gform_wrapper .gform_body .ginput_preview .gform_delete_file:focus, .page-id-6537 .gform_wrapper .gform_body .ginput_preview .gform_delete_file:active {
  background-color: #54543d;
}
.page-id-6537 .gform_wrapper .gform_body .ginput_preview strong {
  font-size: 0.9em;
}
.page-id-6537 .gform_wrapper .gform_footer,
.page-id-6537 .gform_wrapper #publishing-action {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-top: 2em;
}
.page-id-6537 .gform_wrapper .gform_page_footer input[type=button] {
  margin-bottom: 2em !important;
}
.page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button,
.page-id-6537 .gform_wrapper .gform_page_footer .gform_previous_button {
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  border: none;
}
.page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button:before {
  content: "<";
}
@media screen and (min-width: 600px) {
  .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit] {
    float: right;
  }
}
.page-id-6537 .gform_wrapper .gform_footer button, .page-id-6537 .gform_wrapper .gform_page_footer button {
  margin-bottom: 0 !important;
  border: 2px solid #6D6C4A;
  background-color: transparent;
  color: #6D6C4A;
  padding: 0.5em 1.7em;
  width: 100%;
}
.page-id-6537 .gform_wrapper .gform_footer button:hover, .page-id-6537 .gform_wrapper .gform_footer button:active, .page-id-6537 .gform_wrapper .gform_footer button:focus, .page-id-6537 .gform_wrapper .gform_page_footer button:hover, .page-id-6537 .gform_wrapper .gform_page_footer button:active, .page-id-6537 .gform_wrapper .gform_page_footer button:focus {
  background-color: #F1F0E0;
}
@media screen and (min-width: 600px) {
  .page-id-6537 .gform_wrapper .gform_footer button, .page-id-6537 .gform_wrapper .gform_page_footer button {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper .gform_footer button, .page-id-6537 .gform_wrapper .gform_page_footer button {
    padding: 0.3em 1.7em;
  }
}
.page-id-6537 .gform_wrapper .gform_footer input[type=submit], .page-id-6537 .gform_wrapper .gform_footer input[type=button], .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit], .page-id-6537 .gform_wrapper .gform_page_footer input[type=button] {
  margin-bottom: 0;
  margin-left: 0;
  border: 2px solid #6D6C4A;
  border-radius: 5px;
  padding: 0.5em 1.7em;
  width: 100%;
}
.page-id-6537 .gform_wrapper .gform_footer input[type=submit]:hover, .page-id-6537 .gform_wrapper .gform_footer input[type=submit]:focus, .page-id-6537 .gform_wrapper .gform_footer input[type=submit]:active, .page-id-6537 .gform_wrapper .gform_footer input[type=button]:hover, .page-id-6537 .gform_wrapper .gform_footer input[type=button]:focus, .page-id-6537 .gform_wrapper .gform_footer input[type=button]:active, .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit]:hover, .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit]:focus, .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit]:active, .page-id-6537 .gform_wrapper .gform_page_footer input[type=button]:hover, .page-id-6537 .gform_wrapper .gform_page_footer input[type=button]:focus, .page-id-6537 .gform_wrapper .gform_page_footer input[type=button]:active {
  background-color: #54543d;
  border: 2px solid #54543d;
}
@media screen and (min-width: 600px) {
  .page-id-6537 .gform_wrapper .gform_footer input[type=submit], .page-id-6537 .gform_wrapper .gform_footer input[type=button], .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit], .page-id-6537 .gform_wrapper .gform_page_footer input[type=button] {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-id-6537 .gform_wrapper .gform_footer input[type=submit], .page-id-6537 .gform_wrapper .gform_footer input[type=button], .page-id-6537 .gform_wrapper .gform_page_footer input[type=submit], .page-id-6537 .gform_wrapper .gform_page_footer input[type=button] {
    padding: 0.3em 1.7em;
  }
}
.page-id-6537 .gform_wrapper .gform_footer .gv-button-cancel, .page-id-6537 .gform_wrapper .gform_page_footer .gv-button-cancel {
  background-color: transparent;
  color: #002145;
  text-decoration: underline;
  padding: 0;
  text-align: center;
  margin: 0 auto;
}
.page-id-6537 .gform_wrapper .gform_footer .gv-button-cancel:hover, .page-id-6537 .gform_wrapper .gform_footer .gv-button-cancel:focus, .page-id-6537 .gform_wrapper .gform_footer .gv-button-cancel:active, .page-id-6537 .gform_wrapper .gform_page_footer .gv-button-cancel:hover, .page-id-6537 .gform_wrapper .gform_page_footer .gv-button-cancel:focus, .page-id-6537 .gform_wrapper .gform_page_footer .gv-button-cancel:active {
  color: #6D6C4A;
}
@media screen and (min-width: 768px) {
  .page-id-6537 .gform_wrapper .gform_footer .gv-button-cancel, .page-id-6537 .gform_wrapper .gform_page_footer .gv-button-cancel {
    margin: 0;
    margin-left: auto;
    padding-top: 0.5em;
  }
}
.page-id-6537 .gform_wrapper .gform_footer .gform_next_button, .page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button {
  font-size: 0.8em;
  border: 2px solid #6D6C4A;
  background-color: #6D6C4A;
  color: white;
}
.page-id-6537 .gform_wrapper .gform_footer .gform_next_button:hover, .page-id-6537 .gform_wrapper .gform_footer .gform_next_button:active, .page-id-6537 .gform_wrapper .gform_footer .gform_next_button:focus, .page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button:hover, .page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button:active, .page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button:focus {
  background-color: #54543d;
  border: 2px solid #54543d;
}
@media screen and (min-width: 600px) {
  .page-id-6537 .gform_wrapper .gform_footer .gform_next_button, .page-id-6537 .gform_wrapper .gform_page_footer .gform_next_button {
    width: auto;
    float: right;
  }
}
.page-id-6537 .gform_wrapper .gform_footer .gform_previous_button, .page-id-6537 .gform_wrapper .gform_page_footer .gform_previous_button {
  font-size: 0.8em;
  border: 2px solid #6D6C4A;
  background-color: transparent;
  color: #6D6C4A !important;
}
.page-id-6537 .gform_wrapper .gform_footer .gform_previous_button:hover, .page-id-6537 .gform_wrapper .gform_footer .gform_previous_button:active, .page-id-6537 .gform_wrapper .gform_footer .gform_previous_button:focus, .page-id-6537 .gform_wrapper .gform_page_footer .gform_previous_button:hover, .page-id-6537 .gform_wrapper .gform_page_footer .gform_previous_button:active, .page-id-6537 .gform_wrapper .gform_page_footer .gform_previous_button:focus {
  background-color: #F1F0E0 !important;
}
@media screen and (min-width: 600px) {
  .page-id-6537 .gform_wrapper .gform_footer .gform_previous_button, .page-id-6537 .gform_wrapper .gform_page_footer .gform_previous_button {
    width: auto;
  }
}
.page-id-6537 .gform_wrapper .gform_drop_instructions {
  font-size: 0.9em !important;
}
.page-id-6537 .gform_wrapper .gsection_description {
  color: #2D2D2D !important;
  font-weight: 400 !important;
}
.page-id-6537 .gform_wrapper .gfield_description {
  font-weight: 400 !important;
  font-size: 15px !important;
}
.page-id-6537 .gpnf-nested-entries-container .gpnf-nested-entries {
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  .page-id-6537 .gpnf-nested-entries-container .gpnf-nested-entries td, .page-id-6537 .gpnf-nested-entries-container .gpnf-nested-entries th {
    font-size: 0.9em;
  }
}
.page-id-6537 .gpnf-nested-entries-container .gpnf-add-entry {
  background-color: #F1F0E0 !important;
  color: #2D2D2D;
}
.page-id-6537 .gpnf-nested-entries-container .gpnf-add-entry:hover, .page-id-6537 .gpnf-nested-entries-container .gpnf-add-entry:active, .page-id-6537 .gpnf-nested-entries-container .gpnf-add-entry:focus {
  background-color: #BEBD9C !important;
}
.page-id-6537 .tingle-modal-box__content {
  font-weight: 0.9em !important;
}
.page-id-6537 .swal-modal {
  will-change: unset;
}
.page-id-6537 .swal-button {
  font-size: 14px;
}
.page-id-6537 .swal-button--confirm {
  background-color: #6D6C4A;
}
.page-id-6537 .swal-button--confirm:hover, .page-id-6537 .swal-button--confirm:active, .page-id-6537 .swal-button--confirm:focus {
  background-color: #54543d;
}
.page-id-6537 .swal-button--cancel {
  background: none;
  color: #2D2D2D;
  text-decoration: underline;
}
.page-id-6537 .swal-button--cancel:hover {
  background: none;
  color: #6D6C4A;
}
.page-id-6537 .swal-title {
  padding: 13px 31px 0px;
  text-align: left;
  color: #002145;
  font-family: proxima-nova, sans-serif;
  font-weight: 900;
  letter-spacing: -0.1px;
}
.page-id-6537 .swal-text {
  padding: 0 22px;
  color: #2D2D2D;
  font-family: proxima-nova, sans-serif;
}
.page-id-6537 .swal-footer {
  padding: 22px 22px 13px;
}
.page-id-6537 #field_16_167,
.page-id-6537 #field_17_142,
.page-id-6537 #field_18_155 {
  display: none;
}
.page-id-6537 .tingle-modal-box .gpnf-modal-header {
  background-color: #002145 !important;
}
.page-id-6537 .tingle-modal-box__footer {
  background-color: #F5F5F5 !important;
}
.page-id-6537 .tingle-modal-box__footer .tingle-btn {
  border-radius: 5px !important;
}
.page-id-6537 .tingle-modal-box__footer .gpnf-btn-cancel {
  border: 2px solid #6D6C4A !important;
  background-color: white;
  color: #6D6C4A !important;
}
.page-id-6537 .tingle-modal-box__footer .gpnf-btn-cancel:hover, .page-id-6537 .tingle-modal-box__footer .gpnf-btn-cancel:active, .page-id-6537 .tingle-modal-box__footer .gpnf-btn-cancel:focus {
  background-color: #F1F0E0;
}
.page-id-6537 .tingle-modal-box__footer .gpnf-btn-submit {
  background-color: #6D6C4A !important;
}
.page-id-6537 .tingle-modal-box__footer .gpnf-btn-submit:hover, .page-id-6537 .tingle-modal-box__footer .gpnf-btn-submit:focus, .page-id-6537 .tingle-modal-box__footer .gpnf-btn-submit:active {
  filter: brightness(120%);
}
.page-id-6537 .social-sharing-wrapper {
  display: none;
}
.page-id-6537 .feedback-form {
  display: none;
}

.main-content-wrap-fee-guide .fee-guide-wrapper {
  background-color: #F5F5F5;
  padding: 1.875em 1.725em 2.535em 1.725em;
}
@media screen and (min-width: 768px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .field-inline-select select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .field-inline-select select {
    width: 80%;
  }
  .main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .field-inline-select select#jurisdiction {
    width: 50%;
  }
}
.main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .fee-guide-filter-select .field-inline-select {
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .fee-guide-filter-select .form-content-left {
    padding-bottom: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .fee-guide-filter-select .field-wrap {
    padding-bottom: 2.5rem;
  }
  .main-content-wrap-fee-guide .fee-guide-wrapper .fee-guide-form-grid .fee-guide-filter-select:nth-child(2) .form-content-right .field-wrap {
    padding-bottom: 0;
  }
}
.main-content-wrap-fee-guide .fee-guide-wrapper .field-wrap .field-label {
  font-size: 1em;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .field-wrap select {
  background-image: url("../../images/svg/icon_dropdown_arrow.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-right: 1.9em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper {
  padding-top: 2.875rem;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper legend {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  margin-bottom: 0.3em;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap input[type=checkbox]:checked + label::before {
  background-image: url(../../images/svg/icon_tick.svg);
  background-size: 0.8em 0.8em;
  background-repeat: no-repeat;
  background-position: center;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap input[type=checkbox]:focus + label::before {
  outline: #3b99fc auto 5px;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap label {
  font-size: 0.85em;
  font-weight: 500;
  position: relative;
  padding-left: 2.4em;
  padding-top: 4px;
}
@media screen and (min-width: 1800px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap label {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap label {
    padding-left: 1.9em;
  }
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .checkbox-wrap label:before {
  position: absolute;
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #66788F;
  top: 0.2em;
  left: 0;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-form-grid {
  padding-bottom: 2.875rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-form-grid#jurisdiction {
    grid-auto-flow: column;
    grid-template-rows: repeat(7, auto);
  }
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper #fee-guide-specific-document {
  padding-bottom: 2.25rem;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-jurisdiction {
  padding-bottom: 2.875rem;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-jurisdiction .fee-guide-form-grid {
  padding-bottom: 1rem;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-jurisdiction .jurisdiction-filter-container .filter-controls .feeguide-advanced-filters-submit,
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-jurisdiction .jurisdiction-filter-container .filter-controls .feeguide-advanced-filters-clear {
  background-color: transparent;
  color: #6D6C4A;
  text-decoration: underline;
  text-transform: none;
  font-weight: 900;
  padding: 2px;
  margin-left: 1.25rem;
}
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-jurisdiction .jurisdiction-filter-container .filter-controls .feeguide-advanced-filters-submit:hover,
.main-content-wrap-fee-guide .fee-guide-wrapper .specific-document-wrapper .fee-guide-jurisdiction .jurisdiction-filter-container .filter-controls .feeguide-advanced-filters-clear:hover {
  color: #126078;
}
.main-content-wrap-fee-guide .button-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
}
.main-content-wrap-fee-guide .button-wrapper .loader-wrapper {
  display: none;
}
.main-content-wrap-fee-guide .button-wrapper .loader-wrapper .loader {
  border: 6px solid #C0C9D4;
  border-radius: 50%;
  border-top: 6px solid #0A7698;
  border-bottom: 6px solid #0A7698;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-content-wrap-fee-guide .submit button {
  text-transform: none;
}
.main-content-wrap-fee-guide .submit button.disable-button {
  background-color: #BEBD9C;
  pointer-events: none;
}
.main-content-wrap-fee-guide .submit button:hover, .main-content-wrap-fee-guide .submit button:active, .main-content-wrap-fee-guide .submit button:focus {
  color: #2D2D2D;
  background-color: #BEBD9C !important;
}
.main-content-wrap-fee-guide .submit button:focus {
  outline: 3px solid #000000;
}
.main-content-wrap-fee-guide .filter-data-wrapper-ajax {
  padding-top: 5em;
}
.main-content-wrap-fee-guide .filter-data-wrapper-ajax .result-info {
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .result-info {
    margin-bottom: 2em;
  }
}
.main-content-wrap-fee-guide .filter-data-wrapper-ajax .specific-doc-title {
  font-size: 1.35em;
  font-weight: 600;
  line-height: 1.5em;
}
@media screen and (min-width: 992px) {
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .specific-doc-title {
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .fee-guide-listing-table {
    margin-left: calc(50% - 47vw);
  }
}
@media screen and (min-width: 992px) {
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .fee-guide-listing-table {
    margin-bottom: 4em;
  }
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .fee-guide-listing-table:last-of-type {
    margin-bottom: 1.5em;
  }
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .fee-guide-listing-table tr > td:first-of-type {
    width: 35%;
  }
  .main-content-wrap-fee-guide .filter-data-wrapper-ajax .fee-guide-listing-table tr > td:last-of-type {
    width: 25%;
  }
}

/* Style the tab */
.main-content-wrap-comment-letter.csa-container-wrapper .listing-title {
  margin-bottom: 0.8em;
}
.main-content-wrap-comment-letter.csa-container-wrapper .listing-item {
  padding-bottom: 25px;
}
.main-content-wrap-comment-letter.csa-container-wrapper .comment-letter-expired .comment-period-expires {
  font-weight: 400;
  color: #2d2d2d;
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper {
  margin-top: 2.5rem;
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab {
  overflow: hidden;
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab .tablinks:first-child {
  margin-bottom: 0.635rem;
}
@media screen and (min-width: 480px) {
  .main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab {
    display: flex;
    gap: 0.625rem;
    justify-content: stretch;
    align-items: center;
  }
  .main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab .tablinks:first-child {
    margin-bottom: 0;
  }
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper {
  /* Style the buttons inside the tab */
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #000;
  border-radius: 5px;
  text-transform: capitalize;
  background-color: #F5F5F5;
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper {
  /* Change background color of buttons on hover */
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab button:hover, .main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab button:focus {
  background-color: #C0C9D4;
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper {
  /* Create an active/current tablink class */
}
.main-content-wrap-comment-letter.csa-container-wrapper .csa-comment-letter-tab-wrapper.tab button.active {
  background-color: #C0C9D4;
}
.main-content-wrap-comment-letter.csa-container-wrapper {
  /* Style the tab content */
}
.main-content-wrap-comment-letter.csa-container-wrapper .tabcontent {
  display: none;
  padding: 1.8rem 0px;
  border-top: none;
}
.main-content-wrap-comment-letter.csa-container-wrapper .tabcontent.active {
  display: block;
}
.main-content-wrap-comment-letter.csa-container-wrapper .article-listing-text-wrap .entry-meta span {
  font-size: 1.25rem;
}

.comment-letter-wrapper-lists-close .listing-item {
  padding: 1.7rem 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #C0C9D4;
  margin-bottom: 0;
}

.csa-loader-button-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
}
.csa-loader-button-wrapper .loader-wrapper {
  display: none;
}
.csa-loader-button-wrapper .loader-wrapper .loader {
  border: 6px solid #C0C9D4;
  border-radius: 50%;
  border-top: 6px solid #0A7698;
  border-bottom: 6px solid #0A7698;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body.single-csa_comment_letter .gform_wrapper form {
  max-width: 100%;
}
body.single-csa_comment_letter .gform_wrapper .csa-gravity-form-default-width,
body.single-csa_comment_letter .gform_wrapper .gf_progressbar_wrapper {
  max-width: 560px;
}
body.single-csa_comment_letter .gform_wrapper .ginput_container {
  max-width: 700px;
}
body.single-csa_comment_letter .gform_wrapper.gravity-theme .gfield_description {
  font-weight: 500;
}

/*--------------------------------------------------------------
	Pages
--------------------------------------------------------------*/
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  footer, nav, .footer-left, .footer-right, #search-toggle, #menu-toggle {
    display: none;
  }
  .newsletter-signup, .breadcrumbs-wrap, .omni-back-top {
    display: none;
  }
  .hero-blue-bar {
    border-bottom: 1px solid black;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-size: 15px;
  }
  .contact-social {
    display: inline-block;
  }
  .tag-item:after {
    display: none;
  }
  .fee-guide-wrapper {
    display: none;
  }
  #print-fee-guide {
    display: none;
  }
  .container-fluid {
    max-width: 1280px;
  }
  body {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
  }
  .investor-alert-listing-table thead > tr > th {
    display: block;
    display: table-cell;
    margin: 0;
    padding: 1em 0.5em;
    color: #002145;
    font-weight: 900;
    border-bottom: 1px solid #66788F;
  }
  .investor-alert-listing-table tr {
    left: 20px;
  }
  .investor-alert-listing-table {
    border-top: 1px solid #66788F;
    border-bottom: 1px solid #66788F;
    width: 100%;
    margin-left: auto;
    margin-bottom: 4em;
    max-width: 1846px;
    font-size: 80%;
  }
  .investor-alert-listing-table th {
    display: none;
  }
  .investor-alert-listing-table tr {
    left: 20px;
  }
  .investor-alert-listing-table tr td {
    display: block;
    margin-left: 22px;
    margin-right: 22px;
    margin-top: 1em;
  }
  .investor-alert-listing-table tr td:before {
    content: attr(data-th);
    color: #2D2D2D;
    font-weight: 900;
    display: flex;
    text-transform: none;
  }
  .investor-alert-listing-table tr td a:hover {
    color: #6D6C4A;
  }
  .investor-alert-listing-table tr td:last-child {
    margin-bottom: 1em;
  }
  .investor-alert-listing-table tr:nth-child(even) {
    background-color: #F5F5F5 !important;
  }
  .investor-alert-listing-table thead > tr > th {
    display: block;
    display: table-cell;
    margin: 0;
    padding: 0.5em;
    color: #002145;
    font-weight: 900;
    border-bottom: 1px solid #66788F;
  }
  .investor-alert-listing-table tr > td {
    display: table-cell;
    padding: 0.5em;
  }
  .investor-alert-listing-table tr > td:before {
    display: none;
  }
  .investor-alert-listing-table tr > td:first-of-type {
    width: 50%;
  }
  .otgs-development-site-front-end {
    display: none;
  }
  .page-template-tmpl-fee-guide header,
  .page-template-tmpl-fee-guide .entry-content,
  .page-template-tmpl-fee-guide .fee-guide-wrapper,
  .page-template-tmpl-fee-guide .site-content > section {
    display: none;
  }
  .page-template-tmpl-fee-guide .main-content-wrap-fee-guide .filter-data-wrapper-ajax {
    padding-top: 0;
  }
}

/*# sourceMappingURL=style.css.map */