/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
/* Adding Font CNI */
@font-face {
  font-family: "CNI";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/CNI.eot#iefix') format("embedded-opentype"), url('../fonts/CNI.woff2?691b1eb4') format("woff2"), url('../fonts/CNI.woff?691b1eb3') format("woff"), url('../fonts/CNI.ttf') format("truetype"), url('../fonts/CNI.svg#CNI') format("svg");
}
@font-face {
  font-family: "Calibre-Regular";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Calibre-Regular.eot#iefix') format("embedded-opentype"), url('../fonts/Calibre-Regular.woff2?691b1eb2') format("woff2"), url('../fonts/Calibre-Regular.woff?691b1eb2') format("woff"), url('../fonts/Calibre-Regular.ttf') format("truetype"), url('../fonts/Calibre-Regular.svg#Calibre-Regular') format("svg");
}
@font-face {
  font-family: "Calibre-Medium";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Calibre-Medium.eot#iefix') format("embedded-opentype"), url('../fonts/Calibre-Medium.woff2?691b1eb0') format("woff2"), url('../fonts/Calibre-Medium.woff?691b1eb0') format("woff"), url('../fonts/Calibre-Medium.ttf') format("truetype"), url('../fonts/Calibre-Medium.svg#Calibre-Medium') format("svg");
}
@font-face {
  font-family: "Calibre-Bold";
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Calibre-Bold.eot#iefix') format("embedded-opentype"), url('../fonts/Calibre-Bold.woff2?691b1eae') format("woff2"), url('../fonts/Calibre-Bold.woff?691b1eae') format("woff"), url('../fonts/Calibre-Bold.ttf') format("truetype"), url('../fonts/Calibre-Bold.svg#Calibre-Bold') format("svg");
}
/* Globals */
body {
  font-family: "Calibre Regular", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  color: #000;
}
h1 {
  font-size: 26px;
  margin: 0 0 10px 20px;
}
@media (min-width: 769px) {
  h1 {
    margin-left: 10px;
  }
}
h1, strong, b, .bold {
  font-family: "Calibre-Bold";
  font-weight: normal;
  font-style: normal;
  color: black;
}
h2 {
  font-family: "Calibre-Medium";
  text-shadow: 1px 1px 0 #ffffff;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
h3 {
  font: 18px "Calibre-Medium";
}
main .item-page a {
  font-family: "Calibre-Bold";
  font-weight: normal;
  font-style: normal;
}
a {
  color: #065197;
}
a.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
/* Header */
header, #g-offcanvas {
  font-family: "CNI";
  font-weight: normal;
  font-style: normal;
}
#g-header {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  height: 45px;
  font-size: 17px;
  overflow: hidden;
  z-index: 1000;
}
#g-header .g-content {
  padding: 0;
  margin: 0;
}
.g-offcanvas-toggle {
  z-index: 1111;
  background-color: #075C99;
  padding: 10px;
  right: 0 !important;
  top: 0;
  position: fixed;
  width: 50px;
}
.g-offcanvas-toggle[aria-expanded=true] {
  left: calc(100vw - 322px) !important;
}
/** Nav **/
.g-main-nav i {
  color: white !important;
}
.g-main-nav > ul.g-toplevel li:first-child {
  padding-left: 5px;
  margin-left: 10px;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  padding: 10px !important;
}
.g-main-nav .g-toplevel > li.active {
  background: transparent !important;
}
.g-main-nav .g-toplevel i {
  margin-right: 0;
}
#menu {
  background-color: #075C99;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  zoom: 1;
}
#menu ul li {
  display: inline-block;
  margin: 0;
}
#menu ul li.mobile-menu {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #075C99;
  z-index: 10;
}
#menu ul li:first-child {
  margin-left: 0;
}
#menu ul li:first-child a {
  padding-left: 25px;
}
#menu ul li a {
  display: block;
  padding: 14px 10px 10px 10px;
  font-size: 18px;
  line-height: 21px;
  color: #fff !important;
}
@media (min-width: 769px) {
  #menu ul li.mobile-menu {
    display: none !important;
  }
}
/* Search */
@media (max-width: 768px) {
  #g-main .mod-finder {
    margin-left: 20px;
  }
}
#search-form {
  display: none;
}
.mod-finder {
  padding: 4px 0;
  display: inline-block;
}
#g-header .mod-finder .input-group button {
  background-color: #075a97;
}
.mod-finder input.js-finder-search-query {
  color: white;
  background-color: #075a97;
  border: 0;
  width: 200px;
}
.mod-finder input.js-finder-search-query::placeholder {
  font-size: 13px;
  color: white;
  opacity: 0.5;
}
.mod-finder__search button {
  font-size: 0;
}
.mod-finder__search button .icon-search {
  font-size: 16px;
}
/* Navigation? */
#g-navigation {
  position: fixed !important;
  width: 100% !important;
  top: 45px !important;
  overflow: hidden;
  background-color: #F0F0F0;
  z-index: 1000;
}
/** Accessibility **/
#accessibility {
  font-size: 13px;
  text-align: left;
  display: flex;
}
#accessibility a, #accessibility button {
  color: #065197;
}
#accessibility .txt-accessibility {
  padding-left: 18px;
}
#accessibility .shortcuts {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 -5px;
  padding: 0;
}
#accessibility .shortcuts > li {
  float: left;
}
#accessibility .shortcuts > li:first-child {
  padding-left: 25px;
}
#accessibility .shortcuts > li button {
  border: 0;
  -webkit-appearance: button;
  cursor: pointer;
  margin: 5px;
  padding: 0 2px;
  background-color: #F0F0F0;
}
#accessibility .shortcuts > li button:hover, #accessibility .shortcuts > li > a:hover {
  color: #000;
}
#accessibility .shortcuts > li > a {
  display: inline-block;
  padding: 5px 7px;
}
#accessibility .shortcuts > li .divider {
  color: #b9b9b9 !important;
}
.hc {
  background-color: #303030;
  -webkit-filter: invert(100%);
  -moz-filter: invert(100%);
  -ms-filter: invert(100%);
  -o-filter: invert(100%);
  filter: invert(100%);
}
/* Responsive */
@media (min-width: 768px) {
  #accessibility .shortcuts > li {
    text-transform: none;
  }
}
@media (max-width: 768px) {
  #accessibility .txt-label {
    display: none !important;
  }
}
@media (max-width: 376px) {
  #accessibility .txt-accessibility {
    display: none !important;
  }
  #accessibility .shortcuts > li:nth-child(2) {
    padding-left: 25px;
  }
}
/* Main */
#g-container-main, #g-page-surround > main {
  margin-top: 75px;
}
#g-main {
  padding-top: 15px;
  color: #000 !important;
  font-size: 16px;
}
main .g-content {
  margin: 0;
  padding: 0 20px 0 12px;
}
.com-content-article__body {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .com-content-article__body {
    margin-right: 20px;
  }
}
/** Tables
table, tr, td {
	border: none;
}
tbody tr:nth-child(even) {
  background-color: #6eabe2;
}
thead tr th {
	background-color: #6eabe2;	
}
tbody tr th {
	background-color: #bcdcf8;
	text-align: center;
}
**/
/** Cards **/
.card-custom {
  position: relative;
  display: block;
  min-height: 400px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding-bottom: 0;
  overflow: hidden;
}
.card-custom .card-header {
  font-family: CNI, sans-serif !important;
  font-kerning: normal;
  font-weight: lighter !important;
  padding-top: 13px;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  height: 45px;
  color: #075C99;
}
.card-custom .card-subheader:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  display: inline-block;
  padding-right: 6px;
  margin-top: -3px;
  vertical-align: middle;
}
.card-custom .card-subheader i {
  font-size: 21px;
  margin-right: 10px;
}
.card-custom .card-subheader h3 {
  display: inline;
}
.card-custom .card-body {
  padding: 20px;
  overflow: hidden;
  background-color: #fafafa;
  height: 100%;
}
.card-custom .card-body p {
  margin: 0 0 6px 0;
}
.card-custom .card-body p:nth-of-type(1) {
  margin-top: 20px;
}
.card-custom .card-body strong {
  margin-right: 3px;
}
.card-custom .card-body a.maplink {
  margin-top: 10px;
}
.card-custom .card-body a.maplink i {
  color: white;
}
/* Sidebar */
#g-sidebar > .g-grid {
  margin-top: 33px;
}
#g-sidebar > .g-grid:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  aside#g-sidebar {
    padding: 0 20px;
  }
}
nav.sidebar-right > .g-title {
  font-size: 14px !important;
  font-weight: bold;
  color: #FFF;
  line-height: 20px;
  background-color: #075C99;
  padding: 13px;
  text-shadow: none;
  margin: 0;
  text-transform: uppercase;
}
nav.sidebar-right > .g-title::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  display: inline-block;
  padding-right: 9px;
  margin-top: -3px;
  vertical-align: middle;
}
ul.mod-menu.mod-list {
  background-color: #F0F0F0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}
ul.mod-menu.mod-list li {
  width: 100%;
  line-height: 17px;
  list-style-type: none;
}
.mod-list li .mod-menu__sub {
  padding-left: 0 !important;
}
ul.mod-menu.mod-list li a {
  color: #4F4F4F;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 16px 8px 20px;
}
ul.mod-menu.mod-list li:hover, ul.mod-menu.mod-list li.active {
  background: #ddd;
  text-decoration: none;
}
ul.mod-menu.mod-list li.active a {
  color: #06447F;
}
ul.mod-menu.mod-list li:hover > a:before, ul.mod-menu.mod-list li.active > a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  position: absolute;
  padding: 0;
  margin: -2px 0 0 -10px;
  top: calc(50% - 7px);
  line-height: 17px;
}
/** Footer Mid **/
.footer-mid {
  background-color: #075C99;
  color: white;
}
.footer-mid strong {
  color: white;
}
.footer-mid .al-ta {
  display: table;
}
.footer-mid .fa {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer-mid .b-26 {
  font-size: 26px;
  line-height: 29px;
  color: #fff !important;
}
.footer-mid .al-ta > div {
  display: table-cell;
  vertical-align: top;
}
.footer-mid .col-a {
  margin-bottom: 30px;
}
.footer-mid .title {
  margin-bottom: 14px;
  display: block;
}
.footer-mid p {
  display: block;
  font-family: "Calibre Light", sans-serif;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 16px !important;
}
/** Social Icons **/
.social-bar ul {
  margin: 0;
  padding: 0;
}
.social-bar ul li a {
  display: table;
  width: 65px;
  height: 65px;
  font-size: 28px;
  margin: 0 10px 10px 0;
  text-align: center;
  vertical-align: middle;
  background: #075C99;
  color: #fff;
  border-radius: 50%;
}
.social-bar ul li a:hover {
  background: #000;
}
.social-bar ul li a span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
/* Breadcrumbs */
.breadcrumbs {
  font-size: 14px;
}
.breadcrumb-item.active {
  color: #4e555a !important;
}
/* Footer */
footer {
  margin-top: 20px;
}
/** Bootstrap **/
.panel a {
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  position: relative;
  padding: 0;
}
.panel .panel-default {
  margin: 0 0 15px 0;
}
.panel-heading {
  font-size: 17px;
}
.accordion > .accordion-item:first-child h2 {
  margin-top: 0;
}
/** Maximenu CK **/
#maximenuck113 {
  margin-left: 18px;
}
#maximenuck120 {
  margin-top: 10px;
}
.maximenuckh ul.maximenuck div.floatck, .maximenuckh ul.maximenuck li.maximenuck div.floatck {
  margin-left: -30px !important;
}
/* Top level */
ul.maximenuck > li.level1 > a span.titreck-title::before, ul.maximenuck > li.level1 > span.nav-header span.titreck-title::before {
  content: "=";
  font-family: "CNI";
  font-size: 23px;
  color: #222;
  position: absolute;
  left: -15px;
  top: 2px;
}
.floatck {
  padding: 0 !important;
}
ul.maximenuck > li.level1 > a span.titreck-title {
  margin-right: 10px;
  padding-left: 5px;
}
li.maximenuck.level2 {
  padding: 0;
}
li.maximenuck.level2:hover {
  background-color: #f9f9f9;
}
li.maximenuck.level2 a {
  padding: 10px;
}
.titreck-title {
  color: #222;
}
/** Edocman **/
#documentViewFrame {
  padding: 10px 8px 10px 0;
}
#edocman-document-page {
  padding: 20px 8px 10px 0;
}
#edocman-document-page strong {
  font-family: "Calibre Regular", sans-serif;
  font-weight: bold;
  color: black;
}
td.edocman-document-property-label {
  width: 25% !important;
}
.edocman-box-heading {
  padding: 15px !important;
}
a.edocmanxtdlink:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 21px;
  display: inline-block;
  padding-right: 6px;
  margin-top: -3px;
  vertical-align: middle;
}
/*# sourceMappingURL=custom_28.css.map */