@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0c2f54;
  font-size: 1.6rem;
  font-weight: 400;
}

#Form_switchTheme {
  background-color: #04427b;
}

#Form_switchTheme_theme_Holder {
  color: #0c2f54;
  padding-top: 1rem;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansIt";
  src: url("../fonts/OpenSans-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansB";
  src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansBi";
  src: url("../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansEB";
  src: url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansEBIt";
  src: url("../fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansL";
  src: url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansLIt";
  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansSB";
  src: url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open SansSBIt";
  src: url("../fonts/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WebSymbolsRegular";
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/websymbols-regular-webfont.eot");
  src: url("../fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/websymbols-regular-webfont.woff") format("woff"), url("../fonts/websymbols-regular-webfont.ttf") format("truetype"), url("../fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 2.8rem;
}
@media only screen and (min-width: 86em) {
  h1 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.h1-after {
  margin-bottom: 3rem;
  position: relative;
}
.h1-after::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #0fb5f4;
  position: absolute;
  top: 4rem;
  left: 0px;
}

h2 {
  font-size: 2.4rem;
}

.header-1 {
  padding-left: 15px;
}

h3,
.h3 {
  font-size: 2.1rem;
}

.h4,
h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.9rem;
}

a {
  color: #0fb5f4;
  text-decoration: none;
}
a:hover {
  color: #04427b;
  text-decoration: none;
}
a.active {
  color: #0fb5f4 !important;
}

ul {
  list-style-type: disc;
  padding-left: 5rem;
}
ul li {
  display: list-item;
}

ul.main-menu,
ul.link {
  list-style-type: none;
  padding-left: 0;
}
ul.main-menu li,
ul.link li {
  display: block;
}

ol {
  counter-reset: section;
  list-style-type: none;
}
ol li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
}

tr:hover {
  background-color: #04427b;
  color: rgba(255, 255, 255, 0.7);
}

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

.header {
  height: 110px;
  background-color: #04427b;
}
@media only screen and (max-width: 86em) {
  .header {
    height: 100px;
  }
}
.header-titletag {
  margin-top: -3rem;
}
.header-logo {
  margin-top: -3rem;
}
@media screen and (max-width: 86em) {
  .header-logo {
    margin-top: -2.5rem;
  }
}
.header-logo img {
  height: 90px;
  width: auto;
}
@media only screen and (max-width: 86em) {
  .header-logo img {
    height: 80px;
  }
}
.header-login {
  padding-right: 1rem;
  color: #ffffff !important;
}
.header-image {
  position: relative;
}
.header-image img {
  width: 100%;
}
.header-image-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  padding: 0 1rem;
}
.header-image-container {
  position: absolute;
  top: 35%;
  left: 22%;
  background-color: rgba(255, 255, 255, 0.7019607843);
  padding: 3rem 6rem 3rem 2rem;
  min-width: 220px;
}
@media only screen and (max-width: 86em) {
  .header-image-container {
    left: 18%;
  }
}
@media only screen and (max-width: 75em) {
  .header-image-container {
    top: 25%;
  }
}
@media only screen and (max-width: 68.75em) {
  .header-image-container {
    left: 15%;
  }
}
@media only screen and (max-width: 48em) {
  .header-image-container {
    left: 18%;
  }
}
@media only screen and (max-width: 51.25em) {
  .header-image-container {
    left: 12%;
  }
}
@media only screen and (max-width: 49em) {
  .header-image-container {
    left: 15%;
    top: 20%;
  }
}
@media only screen and (max-width: 43em) {
  .header-image-container {
    left: 14%;
  }
}
@media only screen and (max-width: 42em) {
  .header-image-container {
    top: 10%;
  }
}
@media only screen and (max-width: 39em) {
  .header-image-container {
    left: 12%;
    top: 10%;
    padding: 2rem 6rem 2rem 3rem;
  }
}
@media only screen and (max-width: 36em) {
  .header-image-container {
    left: 6%;
    top: 10%;
    padding: 1rem 6rem 1rem 3rem;
  }
}
.header-image-container h1 {
  top: 30%;
  left: 10%;
}
@media only screen and (max-width: 24em) {
  .header-image-container h1 {
    font-size: 2.5rem;
  }
}
.header-image-container h1::after {
  content: "";
  width: 180px;
  height: 5px;
  background: #0fb5f4;
  position: absolute;
  top: 8rem;
  left: 2rem;
}
@media only screen and (max-width: 39em) {
  .header-image-container h1::after {
    top: 6rem;
  }
}
@media screen and (max-width: 36em) {
  .header-image-container h1::after {
    top: 5rem;
    left: 3rem;
  }
}
@media only screen and (max-width: 24em) {
  .header-image-container h1::after {
    top: 4rem;
  }
}
.header-login {
  padding-right: 5px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 56.25em) {
  nav {
    justify-content: space-around;
  }
}
nav.secondary {
  flex-direction: column;
}
nav.secondary a.current {
  color: #ffffff;
}
nav ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 899px) {
  nav ul a {
    border-top: 1px solid;
  }
}

.navbar-brand {
  margin-right: 0px;
}

.fa-close {
  font-weight: 200;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .main-menu {
  display: none;
}
@media screen and (min-width: 900px) {
  #menu .main-menu .d-md-none {
    display: none !important;
  }
}
@media screen and (max-width: 899px) {
  #menu .main-menu .d-md-none {
    display: block !important;
  }
}

#menu input[type=checkbox],
#menu ul span.drop-icon {
  display: none;
}

#dropdown:checked + .main-menu {
  display: block;
  position: absolute;
  top: 100px;
  background: #04427b;
  width: 100%;
  z-index: 999;
}

#menu .sub-menu li {
  border-style: solid;
}

@media screen and (max-width: 57.5em) {
  #toggle-menu {
    padding-top: 2rem !important;
  }
}

#menu li,
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: #04427b;
  border-width: 1px 0 1px 0;
  margin: 0 0 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li,
#toggle-menu,
#menu a:not(.navbar-brand) {
  position: relative;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 68.75em) {
  #menu li,
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    font-size: 1.6rem;
  }
}

#toggle-menu {
  background: #04427b;
}

#toggle-menu,
#menu a {
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 75em) {
  #toggle-menu,
  #menu a {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 59em) {
  #toggle-menu,
  #menu a {
    padding: 1rem 0.5rem;
  }
}

#menu a {
  transition: all 0.125s ease-in-out;
  -webkit-transition: all 0.125s ease-in-out;
}

#menu a:hover {
  color: #0c2f54;
}
#menu a:hover:not(.navbar-brand) {
  background-color: #ffffff;
}

#menu .sub-menu {
  display: none;
}

#menu input[type=checkbox]:checked + .sub-menu {
  display: block;
}

#menu input[type=checkbox]:checked + .sub-menu {
  background-color: #ffffff;
}
#menu input[type=checkbox]:checked + .sub-menu a {
  color: #0c2f54;
}

#menu .sub-menu input[type=checkbox]:checked + .sub-menu {
  background-color: #0c2f54;
}
#menu .sub-menu input[type=checkbox]:checked + .sub-menu a {
  color: #ffffff;
}
#menu .sub-menu input[type=checkbox]:checked + .sub-menu a:hover {
  color: #0fb5f4;
}

#menu .sub-menu a:hover {
  color: #0c2f54;
}

#menu li label.drop-icon {
  border-left: 1px solid #0fb5f4;
  background-color: #0fb5f4;
}

#toggle-menu .drop-icon {
  position: absolute;
  transform: translate(-50%, -50%);
}

#menu label.drop-icon,
#toggle-menu span.drop-icon {
  padding: 1em;
  font-size: 1em;
  text-align: center;
  text-shadow: 0 0 0 transparent;
  color: #ffffff;
}

li.active {
  background-color: #04427b;
}

@media only screen and (max-width: 56.25em) {
  .fixed-top {
    position: absolute;
  }
}

#menu .main-menu a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 56.25em) {
  #menu .main-menu {
    display: block;
    padding-top: 0.5rem;
  }
  #toggle-menu,
  #menu label.drop-icon {
    display: none;
  }
  #menu li,
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    position: relative;
    display: block;
    color: #ffffff;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
  }
  #menu .sub-menu li {
    float: none;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 13em;
    z-index: 3000;
  }
  #menu .sub-menu,
  #menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }
  #menu .sub-menu.last {
    left: unset;
    right: 0;
  }
  #menu .sub-menu.last .sub-menu {
    left: -100%;
  }
  #menu .sub-menu li {
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }
  #menu li:hover > input[type=checkbox] + .sub-menu {
    display: block;
  }
  #menu .main-menu {
    display: none;
  }
  #menu input[type=checkbox],
  #menu ul span.drop-icon {
    display: none;
  }
  #menu a:hover {
    text-decoration: none;
  }
  #menu ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  #menu li.active {
    background-color: #04427b;
  }
  #menu li.active a.active {
    color: #0fb5f4;
  }
  #menu .sub-menu {
    background-color: #04427b;
    border-width: 1px 1px 0;
    margin: 0 1em;
    display: none;
  }
  #menu .sub-menu li:last-child {
    border-width: 0;
  }
  #menu .sub-menu a {
    color: #ffffff;
  }
  #menu .sub-menu a:hover {
    color: #0fb5f4;
    background-color: #04427b;
  }
  #menu a {
    transition: all 0.125s ease-in-out;
    -webkit-transition: all 0.125s ease-in-out;
  }
  #menu a:hover {
    background-color: #04427b;
    color: #0fb5f4;
  }
  #menu label.drop-icon,
  #menu #toggle-menu span.drop-icon {
    border-radius: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, 0.75);
  }
  #menu .drop-icon {
    line-height: 1;
  }
  li,
  #toggle-menu,
  #menu a {
    position: relative;
    display: block;
  }
  #toggle-menu,
  #menu a:not(.navbar-brand) {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
  }
}
@media only screen and (min-width: 56.25em) and (max-width: 56.25em) {
  #toggle-menu,
  #menu a {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  #menu input[type=checkbox]:checked + .sub-menu {
    display: block;
  }
  #menu .sub-menu #menu input[type=checkbox]:checked + .sub-menu {
    display: block;
  }
  #toggle-menu .drop-icon,
  #menu li label.drop-icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  #menu label.drop-icon,
  #toggle-menu span.drop-icon {
    padding: 1em;
    font-size: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.125);
    text-shadow: 0 0 0 transparent;
    color: rgba(255, 255, 255, 0.75);
  }
}
@media only screen and (min-width: 56.25em) and (min-width: 56.25em) {
  #menu .main-menu {
    display: block;
  }
  #toggle-menu,
  #menu label.drop-icon {
    display: none;
  }
  #menu ul span.drop-icon {
    display: inline-block;
  }
  #menu li {
    float: left;
  }
  #menu .sub-menu li {
    float: none;
  }
  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 13em;
    z-index: 3000;
  }
  #menu .sub-menu,
  #menu input[type=checkbox]:checked + .sub-menu {
    display: none;
  }
  #menu .sub-menu li {
    border-width: 0 0 1px;
  }
  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }
  #menu li:hover > input[type=checkbox] + .sub-menu {
    display: block;
  }
  #menu li,
  #toggle-menu {
    border: none;
  }
  #menu li,
  #toggle-menu,
  #menu .sub-menu {
    border: none;
  }
}
.social-menu-mobile {
  height: 88px;
}

.submenu {
  min-height: 10px;
  background-color: #0c2f54;
}
.submenu ul {
  display: flex;
  color: #ffffff;
  margin-bottom: 0px;
  padding-left: 2rem;
  list-style: none;
}
.submenu ul li {
  padding: 0.5rem 2rem;
  font-size:  15px;
}
@media only screen and (max-width: 86em) {
  .submenu ul li {
    padding: 0.25rem 2rem;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.submenu ul li.active {
  color: #0fb5f4;
  background-color: #0c2f54;
}
.submenu ul li.active a {
  color: #0fb5f4;
}
.submenu ul li.active a:hover {
  color: #ffffff;
}
.submenu ul li a {
  font-size:  15px;
  color: #ffffff;
}
.submenu ul li:first-child {
  padding-left: 0px;
}
.submenu-link {
  font-size:  15px;
}

:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", -apple-system, BlinkMacSystemFont,
      "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 57.5em) and (max-width: 62em) {
  .container {
    max-width: 95%;
  }
}
.container-main {
  margin: 5rem 10rem 5rem 10rem;
}
@media screen and (max-width: 57.5em) {
  .container-main {
    margin: 5rem 3rem;
  }
}
.container-main h1,
.container-main h2,
.container-main h3,
.container-main h4,
.container-main h5,
.container-main h6 {
  font-weight: bold;
  margin-bottom: 2rem;
}

@media screen and (min-width: 56.25em) and (max-width: 62em) {
  .header .container {
    max-width: 95% !important;
  }
}

.hidden {
  display: none;
}

.table {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  max-height: 80vh;
}

table.narrow td,
table.narrow th {
  padding: 0;
  line-height: 1.1;
}

thead .th-bg {
  background-color: #04427b;
  color: #ffffff;
  padding: 0.5rem 0 !important;
}

.border-blue {
  border: 2px solid #04427b;
  padding: 2rem;
}

.blue-background {
  border: 2px solid #0c2f54;
  background: #0c2f54;
  color: #ffffff;
  padding: 2rem;
}

.showcolumns th + th,
.showcolumns td + td {
  border-left: 1px solid #04427b;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
.documents-list ul {
  list-style: none;
}

img.center {
  margin: auto;
  display: block;
}

.archive-article {
  padding: 0.5rem 0px;
}
.archive-go {
  width: 13rem;
}

.pagination {
  gap: 0.4rem;
}

.tc-accordion .panel {
  margin-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.acdn-title {
  margin: 0;
}

.acdn-title a {
  color: #0c2f54;
}

h4.acdn-title {
  display: block;
  position: relative;
  padding: 15px;
  color: #0c2f54;
  padding-left: 0px;
}

.acdn-body {
  padding: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 13px;
}

.tc-accordion .acdn-title a:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  color: inherit;
  font-size: 12px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tc-accordion .acdn-title a.collapsed:after {
  content: "\f067";
}

.tc-accordion-style1 .panel {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
}

.tc-accordion-style1 .acdn-body {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.breadcrumb {
  background-color: #ffffff;
  padding: 0rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 86em) {
  .breadcrumb {
    padding-left: 2.5rem;
  }
}
@media only screen and (min-width: 51.25em) and (max-width: 55em) {
  .breadcrumb {
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 50em) {
  .breadcrumb {
    padding-left: 6rem;
  }
}
@media only screen and (max-width: 48em) {
  .breadcrumb {
    padding-left: 0rem;
  }
}
@media only screen and (max-width: 41.5em) {
  .breadcrumb {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 83.125em) {
  .breadcrumb aside {
    padding: 0;
  }
}
.breadcrumb a {
  font-size: 1.7rem;
  color: #0c2f54;
  padding-right: 4px;
}

.breadcrumbs {
  margin-left: 8rem;
  padding: 0.75rem 0rem;
}
@media only screen and (max-width: 48em) {
  .breadcrumbs {
    margin-left: 10rem;
  }
}

.btn-lightblue,
.btn-toolbar input.action {
  background: #0fb5f4;
  color: white;
  padding: 1rem 6rem;
  font-size: 1.8rem;
  margin-top: 2rem;
}

.btn-toolbar input.action {
  cursor: pointer;
  width: fit-content;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

aside {
  z-index: 99;
  overflow: visible;
  position: relative;
  padding: 0 3rem;
}
@media screen and (max-width: 50em) {
  aside {
    padding-left: 0;
  }
}

.foldout {
  margin-top: 3rem;
}
.foldout a {
  margin-top: 1rem;
}
.foldout a:hover {
  color: #ffffff;
}
.foldout a .icon {
  margin-right: 5px;
}
.foldout-nav.open {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #04427b;
}
.foldout-nav.open .navbar-toggler {
  background-color: #04427b;
}
.foldout-nav.open span {
  background-color: #ffffff;
}
.foldout-nav.open li {
  background-color: #04427b !important;
  padding-left: 2rem;
}
.foldout-nav.open li.current {
  background-color: #0c2f54 !important;
}
.foldout-nav.open li a {
  color: #ffffff !important;
}
.foldout-nav.open li a.current {
  color: #0fb5f4 !important;
}
.foldout-nav.open .navbar-light .navbar-nav .active > .nav-link,
.foldout-nav.open .navbar-light .navbar-nav .nav-link.active,
.foldout-nav.open .navbar-light .navbar-nav .nav-link.show,
.foldout-nav.open .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}
.foldout .navbar-nav {
  background-color: #ffffff;
  padding-left: 1rem;
}
.foldout button {
  margin-bottom: 1rem;
}
.foldout-nav {
  width: max-content;
  background-color: #ffffff;
  position: absolute;
  top: 20%;
  padding: 0.5rem 1rem 0.5rem 0rem;
  z-index: 99;
}
.foldout-nav-button {
  margin: 0;
}
.foldout-nav-button-shadow:not(.open) {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.foldout-nav-lines {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.foldout-nav-lines span {
  background-color: #01050a;
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.foldout-nav-lines span:nth-child(1) {
  top: 0px;
}
.foldout-nav-lines span:nth-child(2), .foldout-nav-lines span:nth-child(3) {
  top: 10px;
}
.foldout-nav-lines span:nth-child(4) {
  top: 20px;
}
.foldout-nav-lines.open span:nth-child(1), .foldout-nav-lines.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.foldout-nav-lines.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.foldout-nav-lines.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.foldout-nav-lines .navbar-light .navbar-nav .active > .nav-link,
.foldout-nav-lines .navbar-light .navbar-nav .nav-link.active,
.foldout-nav-lines .navbar-light .navbar-nav .nav-link.show,
.foldout-nav-lines .navbar-light .navbar-nav .show > .nav-link {
  color: #0c2f54;
}
.foldout-nav-lines .navbar-light .navbar-nav .active > .nav-link:hover,
.foldout-nav-lines .navbar-light .navbar-nav .nav-link.active:hover,
.foldout-nav-lines .navbar-light .navbar-nav .nav-link.show:hover,
.foldout-nav-lines .navbar-light .navbar-nav .show > .nav-link:hover {
  color: #0fb5f4;
}
.foldout-nav li.active {
  background-color: #ffffff !important;
}
.foldout-menu-item {
  background-color: #ffffff !important;
}
.foldout-menu-item:last-child {
  margin-bottom: 1rem;
}
.foldout-menu-item a {
  color: #0c2f54;
}
.foldout-menu-item a:hover {
  color: #0fb5f4;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 40% !important;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel li {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
@media only screen and (max-width: 86em) {
  .carousel li {
    height: 16px;
    width: 16px;
  }
}
.carousel-inner {
  height: 33.3333333333vw;
}
@media only screen and (min-width: 86em) {
  .carousel-item {
    height: 50vh;
  }
}
.carousel-item img {
  width: 100%;
  height: 33.3333333333vw;
}
.carousel-caption {
  position: absolute;
  top: 25%;
  right: 50%;
  bottom: 35%;
  left: 22%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #04427B;
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
  padding-left: 20px;
}
@media only screen and (max-width: 45em) {
  .carousel-caption {
    top: 10%;
    bottom: 40px;
    left: 18%;
    right: 18%;
  }
}
@media only screen and (max-width: 70em) {
  .carousel-caption {
    right: 45%;
  }
}
@media only screen and (max-width: 60em) {
  .carousel-caption {
    right: 35%;
    bottom: 25%;
  }
}
@media only screen and (max-width: 51em) {
  .carousel-caption {
    bottom: 20%;
    right: 30%;
  }
}
@media only screen and (min-width: 86em) {
  .carousel-caption h1 {
    font-size: 4rem;
  }
}
.carousel-courtesy {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 1rem;
  font-size: 1rem;
}

input,
textarea,
select {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #f6f9ff;
  border: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
  width: 100%;
}

label {
  font-weight: 700;
  font-size: 1.2rem;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}

button {
  padding: 1rem 2rem !important;
  font-size: 1.75rem !important;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background-color: #0fb5f4;
  border: none !important;
  color: #ffffff;
  text-transform: uppercase;
}

.middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
}

input:focus:invalid {
  border-bottom: 3px solid #04427b;
}

input::-webkit-input-placeholder {
  color: #dee2e6;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}

.checkbox {
  width: auto;
}

.checkboxset {
  margin-bottom: 2rem;
}
.checkboxset legend {
  padding-left: 2rem;
}
.checkboxset label {
  font-weight: normal;
  font-size: 1.5rem;
}
.checkboxset .middleColumn {
  background-color: #f6f9ff;
  padding: 1.5rem;
}
.checkboxset .middleColumn .odd,
.checkboxset .middleColumn .even {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
}

.userform-fields label {
  font-size: 1.5rem;
}

.action {
  margin-top: 2rem;
}

.section-intro h1 {
  font-weight: bold;
}
@media only screen and (max-width: 86em) {
  .section-intro h1 {
    font-size: 2.2rem;
  }
}
.section-intro-parag {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.section-participation {
  background-color: #ececec;
  padding: 3rem 0;
}
.section-participation h1 {
  padding-bottom: 2rem;
}
.section-participation h2 {
  font-weight: bold;
  font-size: 1.7rem;
}
@media only screen and (max-width: 86em) {
  .section-participation h2 {
    font-size: 1.7rem;
  }
}
.section-participation-h2 {
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .section-participation-h2 {
    padding-left: 0px;
  }
}
.section-participation ul {
  padding-left: 2rem;
}
.section-participation ul li {
  display: list-item;
  color: #0c2f54;
  break-inside: avoid;
}
.section-participation-left {
  position: relative;
}
.section-participation-left ul {
  column-count: 2;
  column-gap: 60px;
}
.section-participation-left .border_r {
  border-right: 1px solid #0c2f54;
  height: 90%;
  position: absolute;
  right: 25px;
  top: 0;
}
@media screen and (max-width: 64em) {
  .section-participation-left .border_r {
    right: 1px;
  }
}
@media screen and (min-width: 768px) {
  .section-participation-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section-upcoming {
  background-color: #04427b;
  padding: 3rem;
}
@media screen and (max-width: 57.5em) {
  .section-upcoming .container {
    max-width: 95%;
  }
}
.section-upcoming .card {
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ececec;
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 86em) {
  .section-upcoming .card {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 56em) {
  .section-upcoming .card {
    margin-bottom: 1rem;
  }
}
.section-upcoming .card-deck {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 86em) {
  .section-upcoming .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 56em) {
  .section-upcoming .card-deck {
    flex-direction: column;
  }
}
.section-upcoming .card h1 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 86em) {
  .section-upcoming .card h1 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 62em) {
  .section-upcoming .card h1 {
    font-size: 2.1rem;
  }
}
.section-upcoming .card h1 span {
  display: inline-block;
}
@media screen and (max-width: 62.5rem) {
  .section-upcoming .card h1 span {
    display: table;
    padding-top: 1.5rem;
  }
}
.section-upcoming .card h1::after {
  content: "";
  width: 50px;
  height: 4px;
  background: #0fb5f4;
  position: absolute;
  top: 70px;
  left: 35px;
}
@media only screen and (max-width: 86em) {
  .section-upcoming .card h1::after {
    top: 65px;
    left: 20px;
  }
}
.section-upcoming .card-body {
  padding: 3rem 2rem;
}
.section-upcoming .upcoming-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
}
.section-upcoming .upcoming-detail {
  word-wrap: break-word;
  width: 220px;
}
.section-upcoming .upcoming-date {
  width: 60px;
  height: 60px;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 2px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2rem;
  color: #ffffff;
  background-color: #0c2f54;
}
.section-upcoming .quicklinks {
  padding: 3rem 4rem;
}
@media screen and (max-width: 57.5em) {
  .section-upcoming .quicklinks {
    padding: 3rem 2rem;
  }
}
.section-upcoming .quicklinks h1::after {
  left: 55px;
}
@media only screen and (max-width: 86em) {
  .section-upcoming .quicklinks h1::after {
    left: 43px;
  }
}
@media screen and (max-width: 57.5em) {
  .section-upcoming .quicklinks h1::after {
    left: 20px;
  }
}
.section-upcoming .quicklink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  padding-bottom: 2rem;
}
.section-upcoming .quicklink a {
  color: #0c2f54;
}
.section-upcoming .quicklink img {
  margin-left: 2rem;
}
.section-news {
  padding: 3rem;
}
.section-news .latest-news {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1rem;
}
.section-news .latest-news h4 {
  font-weight: bold;
}
.section-news .latest-news-img {
  margin-right: 3rem;
}
.section-news .latest-news-img img {
  width: 150px !important;
  height: 90px !important;
  object-fit: cover;
}
.section-news .latest-news-read {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.section-news .latest-news-details {
  display: flex;
  flex-direction: column;
}
.section-news .latest-news-details p {
  font-size: 1.8rem;
}
.section-news .latest-news-readmore {
  align-self: end;
  font-size: 1.5rem;
}

.blog-overview {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}
@media screen and (max-width: 56.25em) {
  .blog-overview {
    flex-direction: column-reverse;
  }
}
.blog nav.secondary {
  flex-direction: column;
  min-width: max-content;
}
.blog-pagination-end {
  float: right;
}
.blog-item {
  margin-bottom: 5rem;
  display: flex;
}
.blog-item-metas {
  display: flex;
  justify-content: flex-start;
  max-width: 325px;
}
.blog-item-thumb {
  max-width: 150px;
  min-height: 150px;
}
.blog-item-thumb img {
  width: 150px;
  height: 150px;
  object-fit: fill;
}
@media only screen and (max-width: 86em) {
  .blog-item-thumb img {
    width: 100%;
  }
}
.blog-item-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 2rem;
  padding-right: 3rem;
  font-size: 1.3rem;
  font-weight: bold;
}
.blog-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.blog-item-details h2 a {
  color: #0c2f54;
}
.blog-datum {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 1rem 0.5rem;
  border: 1px solid #0c2f54;
  background-color: #0c2f54;
}
.blog-datum-post {
  color: #fff;
  padding: 1rem;
  border: 1px solid #0c2f54;
  background-color: #0c2f54;
  width: 130px;
}
.blog-date {
  display: flex;
  flex-direction: column;
}
.blog-day {
  margin-right: 0.4rem;
}
.blog-author {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.blog-text p {
  font-size: 1.3rem;
  font-weight: bold;
}
.blog-readmore {
  font-size: 1.3rem;
  font-weight: bold;
  align-self: end;
}
.blog-admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 56.25em) {
  .blog-post {
    flex-direction: column;
  }
}
.blog-post-meta {
  display: flex;
  max-width: 350px;
  justify-content: flex-start;
  align-items: center;
}
.blog-post-text {
  margin-top: 5rem;
  display: flex;
}
@media screen and (max-width: 56.25em) {
  .blog-post-text {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.blog-post-text nav {
  justify-content: start;
  flex-basis: 150px;
  flex-grow: 0;
  flex-shrink: 0;
}
.blog-post-image {
  min-width: 350px;
}
.blog-post-image img {
  width: 100%;
}
.blog-post-publish {
  margin-bottom: 2rem;
}

#contact-us .container-main {
  margin: 5rem 0;
}

.contact-row {
  display: flex;
  align-items: center;
  padding-top: 3rem;
}
.contact-field {
  padding: 1.5rem;
  font-size: 1.4rem;
  opacity: 0.7;
}
.contact-field-message {
  border: 1px solid #ECECEC;
  padding: 1.5rem;
  font-size: 1.4rem;
  opacity: 0.7;
  padding-bottom: 100px;
}
.contact-field-button {
  border: 1px solid #ECECEC;
  padding: 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  width: 140px;
}
.contact address {
  margin: 3rem auto;
}
.contact .contactForm {
  width: 50%;
  margin: auto;
  padding: 0;
}
@media only screen and (max-width: 56.25em) {
  .contact .contactForm {
    text-align: center;
  }
}
@media only screen and (max-width: 48em) {
  .contact .contactForm {
    width: 100%;
    margin-top: 4rem;
  }
}
.contact .contactForm input, .contact .contactForm textarea {
  font-size: 1.5rem;
  font-family: inherit;
  color: inherit;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: #ffffff;
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  transition: all 0.3s;
}
@media only screen and (max-width: 56.25em) {
  .contact .contactForm input, .contact .contactForm textarea {
    width: 100%;
  }
}
.contact .contactForm label {
  display: none;
}
.contact .contactForm button {
  padding: 2rem;
  font-size: 1.75rem;
  margin-top: 2rem;
  background-color: #0fb5f4;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
}
.contact .contactForm .middleColumn input:placeholder-shown + label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
  -moz-transform: translateY(1rem);
  -o-transform: translateY(1rem);
  -ms-transform: translate(1rem);
  transform: translateY(1rem);
}
.contact .contactForm input:focus, .contact .contactForm textarea:focus {
  font-size: 2rem;
}
.contact .contactForm input:focus:invalid {
  border-bottom: 3px solid #04427b;
}
.contact .contactForm input::-webkit-input-placeholder {
  color: #dee2e6;
}
.contact .contactForm .btn.focus, .contact .contactForm .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(241, 241, 240, 0.25);
}
.contact .contactForm #Form_Form_Message_Holder #Form_Form_Message {
  border: solid 1px lightgray;
  border-radius: 3px;
}

.faq-heading {
  position: relative;
}
.faq-heading button {
  content: "\f067";
  margin-bottom: 2rem;
}
.faq-heading button::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f068";
  color: inherit;
  font-size: 20px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-heading button::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: -10px;
  top: 0;
  background: rgba(0, 0, 0, 0.03);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  z-index: -1;
}
.faq-heading button.collapsed::after {
  content: "\f067";
}
.faq-heading button p {
  margin-bottom: 0;
}

.meetings .section-upcoming {
  background-color: #ffffff;
}
.meetings .section-upcoming .upcoming-event {
  justify-content: flex-start;
}
.meetings .section-upcoming .upcoming-read img {
  padding-left: 1rem;
}

.meeting .container {
  margin-left: 3rem;
}
.meeting .nav-link {
  color: #0fb5f4;
}
.meeting .nav-link:hover {
  color: #04427b;
}
.meeting-list ul {
  list-style-type: none;
  padding-left: 0px;
}
.meeting-details-org {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 31.25em) {
  .meeting-details-org {
    margin-top: 20px;
  }
}
.meeting-location {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 31.25em) {
  .meeting-location {
    align-items: self-start;
    flex-direction: column;
  }
}
.meeting-location_left {
  width: 180px;
}
.meeting-location-right {
  width: 300px;
}
.meeting-organise {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 31.25em) {
  .meeting-organise {
    align-items: self-start;
    flex-direction: column;
  }
}
.meeting-organise-left {
  width: 180px;
}
.meeting-organise-right {
  width: 300px;
}
.meeting-organise.meeting-due {
  margin-top: 1rem;
}
.meeting-general {
  display: flex;
  justify-content: flex-end;
}
.meeting-general-docs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.meeting-general-docs img {
  margin-right: 2rem;
}
.meeting-btn {
  margin-top: 2rem;
}
.meeting-docs {
  display: flex;
  margin-top: 4rem;
}
.meeting-docs-head-left {
  padding-right: 2rem;
  border-right: 3px solid #04427b;
}
.meeting-docs-head-right {
  padding-left: 2rem;
}
.meeting-docs a {
  color: #0c2f54;
}
.meeting-docs a.active h2 {
  font-weight: bold;
  color: #0c2f54 !important;
}
.meeting-docs a h2 {
  font-size: 2rem;
}
.meeting-documents {
  margin-top: 4rem;
  width: max-content;
}
.meeting-document {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.5rem auto;
}
.meeting-document a {
  margin-right: 1rem;
}
.meeting-document a.short-link {
  min-width: 24%;
}
.meeting-document-title {
  min-width: 30%;
}
.meeting-document .short-link {
  min-width: calc(24% + 1rem);
}
.meeting-document.meeting-document-header {
  background-color: #04427b;
  color: #ffffff;
  padding: 5px;
}
.meeting-document.even {
  background-color: #f6f9ff;
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
}
.meeting .proposal {
  min-width: 21%;
  margin-right: 1rem;
}
.meeting .proposal-empty-clean {
  width: 50px;
}
.meeting .proposal-empty-tracked {
  width: 66px;
}
.meeting .proposal-links {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.meeting .proposal-link {
  width: 100px;
  text-align: center;
}
.meeting .document-group-descr {
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}
.meeting .document-sub-heading {
  margin-top: 2rem;
}

.current-meeting-document {
  display: flex;
  align-items: center;
}
.current-meeting-document.current {
  font-weight: bold;
  margin-bottom: 2rem;
}
.current-meeting-document.not-current {
  opacity: 0.6;
}
.current-meeting-document-title {
  min-width: 20%;
}
.current-meeting-document-file {
  min-width: 40%;
}

.registration .continued {
  font-style: italic;
  padding: 2rem;
}

#siteMap li {
  list-style-type: none;
}
#siteMap li ul li {
  list-style-type: disc;
  margin: 0px 0px 0px 25px;
}
#siteMap li ul li ul li {
  list-style-type: circle;
}

.sitemap-parent {
  font-weight: bold;
}

.sitemap-child, .sitemap-grandchild {
  font-weight: normal;
}

.staff {
  margin-top: 4rem;
}
.staff-member {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.staff-member-photo {
  display: inline-block;
  overflow: hidden;
}
.staff-member-photo:hover {
  overflow: visible;
}
@media only screen and (max-width: 86em) {
  .staff-member-photo {
    width: 180px;
  }
}
.staff-member-photo .back {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: opacity 2s ease-in, visiblity 2s linear;
  display: inline-block;
  left: 0;
}
.staff-member-photo:hover .back {
  position: absolute;
  visibility: visible;
  top: 0;
  width: 500px;
  opacity: 1;
  background-color: white;
  z-index: 10;
}
.staff-member-photo img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
@media only screen and (max-width: 86em) {
  .staff-member-photo img {
    width: 100%;
    height: 190px;
  }
}
.staff-member-img {
  display: inline-block;
  width: 200px;
  height: 200px;
}
.staff-member h3 {
  font-weight: bold;
}
@media only screen and (max-width: 86em) {
  .staff-member h3 {
    font-size: 1.4rem;
  }
}

.fa-arrow-circle-o-left::before {
  position: absolute;
  bottom: 0;
  transform: rotate(45deg);
  color: rgba(4, 66, 123, 0.8);
}

.footer {
  background-color: #04427b;
  margin-top: 3rem;
}
.footer-cards {
  color: #ffffff;
  font-size: 1.4rem;
}
@media screen and (max-width: 57.5em) {
  .footer-cards {
    flex-direction: column;
    align-content: center;
    padding: 3rem;
  }
}
.footer .card {
  border: none;
  background-color: #04427b;
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #ffffff;
}
@media screen and (max-width: 57.5em) {
  .footer .card {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.footer .card-title {
  font-weight: bold;
}
@media only screen and (max-width: 86em) {
  .footer .card-text {
    font-size: 1.5rem;
  }
}
.footer .card-body-part {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-link {
  color: #04427b;
}
.footer-link:hover {
  color: #0fb5f4;
}
.footer a.sociallink {
  color: #ffffff;
}

@media only screen and (max-width: 86em) {
  .subscribe {
    width: 200px;
  }
}

.copyright {
  font-size: 1.4rem;
}

.search {
  height: 25px;
}

/*------------------------------
// SEARCH FORM
-------------------------------*/
.search-dropdown-icon {
  display: none;
}

.search-bar form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.search-bar form input.action {
  cursor: pointer;
  padding: 5px;
  font-family: "WebSymbolsRegular";
  color: #0c2f54;
  text-align: right;
  margin-top: 0px !important;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  right: 5px;
  top: 3px;
  border: none;
  border-radius: 0;
  background: none;
  margin: 0;
  width: 20px;
}
@media only screen and (max-width: 75em) {
  .search-bar form input.action {
    margin-left: 0;
  }
}
.search-bar form input.text {
  width: 164px !important;
  padding: 2px 34px 2px 15px;
  margin: 0;
  border: none;
  background: #fff;
  font-size: 1.3rem;
  text-align: right;
  line-height: 1.6;
}

.fa-search {
  background-color: black;
  border-radius: 5px;
  font-size: 1.5em;
  color: #04427b;
  padding: 0.25rem;
}

#SearchForm_SearchForm_Search {
  width: 100%;
}
#SearchForm_SearchForm_Search:focus {
  outline: none !important;
  border: 1px solid #04427b;
  box-shadow: 0 0 10px #719ece;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .chrome .search-bar form input.action {
    margin-left: 0px;
    margin-top: -25px;
    flex: 1 0 20%;
  }
}
@supports (-ms-accelerator: true) {
  .chrome .search-bar form input.action {
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 5px;
  }
}
@supports (-ms-ime-align: auto) {
  .chrome .search-bar form input.action {
    margin-left: 0px;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 5px;
  }
}
@media only screen and (max-width: 640px) {
  /* Search Form */
  .search-bar {
    /* adds new styling to mobile search bar */
    width: 36%;
    display: none; /* hides searchbar initially */
    margin: 0;
    background-color: #e7e7e7;
    margin-left: -35px;
  }
  .search-bar form {
    margin: 0;
    width: 100%;
  }
  .search-bar form input.text {
    max-width: 100%;
    position: relative;
    display: block;
    background: #fff;
    font-size: 14px;
  }
  .search-bar form input.action {
    font-size: 18px;
  }
  .search-bar div.field {
    margin-bottom: 0;
  }
  .search-dropdown-icon {
    /* styling for search toggle button */
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-family: "WebSymbolsRegular";
    font-size: 14px;
    color: #ededed;
    text-align: center;
    line-height: 14px;
    margin-right: 15px;
  }
}
.social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1.5rem;
}
.social-menu {
  color: #ffffff;
  padding-right: 3rem;
}
@media screen and (max-width: 900px) {
  .social-menu.d-sm-none {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .social-menu.d-md-block {
    display: block !important;
  }
}
.social a {
  color: #ffffff;
  font-size: 1.7rem;
}
.social a:hover {
  color: #0fb5f4;
}

@media only screen and (max-width: 75em) {
  .fa-facebook-square {
    color: #04427b;
  }
}

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