/* Global Mobile Breakpoints */
/*** Global Colors ***/
html body {
  margin-top: 0;
  padding-top: 0 !important;
  font-size: 1.5em;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  html body.toolbar-horizontal {
    margin-top: 39px;
  }
  html body.toolbar-horizontal.toolbar-tray-open {
    margin-top: 87px;
  }
}
html body .dialog-off-canvas-main-canvas {
  overflow: hidden;
}
html body h1,
html body h2,
html body h3,
html body h4 {
  font-weight: 400;
  color: #191970;
}
html body h1 {
  font-size: 2.3em;
}
html body h2 {
  font-size: 1.8em;
  margin-bottom: 5px;
}
html body h3 {
  font-size: 1.5em;
  margin-bottom: 5px;
}
html body h4 {
  font-size: 1.3em;
}
html body li {
  line-height: 1.3;
  padding-bottom: 8px;
}
html body li ul,
html body li ol {
  padding-top: 8px;
}
html body pre {
  padding: 0 0 0 30px;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
}
html body header {
  overflow: hidden;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  html body header {
    background: #fff;
  }
}
html body header .logo-container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
html body header .logo-container .region-header .navbar-brand {
  display: none;
}
html body header .logo-container .region-header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
html body header .logo-container .region-header .logo img {
  width: 90%;
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header .logo img {
    width: 84%;
  }
}
html body header .logo-container .region-header .search-block-form {
  position: absolute;
  top: 68px;
  right: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  html body header .logo-container .region-header .search-block-form {
    float: none;
    text-align: center;
    top: 70px;
  }
}
@media screen and (max-width: 600px) {
  html body header .logo-container .region-header .search-block-form {
    position: relative;
    top: auto;
  }
}
html body header .logo-container .region-header .search-block-form h2.block-title {
  display: none;
}
html body header .logo-container .region-header .search-block-form .btn {
  background: transparent;
  border-color: transparent;
  padding: 6px 7px;
}
html body header .logo-container .region-header .search-block-form .btn .glyphicon-search:before {
  content: "\f002";
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.4em;
  color: #191970;
}
html body header .logo-container .region-header .search-block-form .form-control {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  border-bottom: 1pt solid #191970;
}
html body header .logo-container .region-header .search-block-form .form-control::placeholder {
  color: #256081;
}
html body header .logo-container .region-header .search-block-form .form-control:-ms-input-placeholder {
  color: #256081;
}
html body header .logo-container .region-header .search-block-form .form-control::-ms-input-placeholder {
  color: #256081;
}
html body .main-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 20px auto;
}
html body .main-container .row {
  display: flex;
  flex-wrap: wrap;
}
html body .main-container .row a {
  border-bottom: 1px dotted;
}
html body .main-container .row a:hover {
  border-bottom: none;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  html body .main-container .row aside {
    order: 2;
    float: none;
    clear: both;
    padding-bottom: 15px;
  }
}
html body .main-container .row aside .region-sidebar-left {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
  }
}
html body .main-container .row section .region-content-top ol.breadcrumb li a {
  border-bottom: none;
}
html body .main-container .row section .region-content {
  margin-bottom: 20px;
  /*** For language dropdown ***/
  display: flex;
  flex-wrap: wrap;
}
html body .main-container .row section .region-content h1 {
  flex: 1 0 0%;
}
html body .main-container .row section .region-content section#block-dropdownlanguage {
  display: flex;
  margin-bottom: 10px !important;
  position: relative;
  margin-top: 0;
}
html body .main-container .row section .region-content section#block-dropdownlanguage ul.dropdown-menu {
  top: 35px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content section#block-dropdownlanguage {
    order: 0;
  }
}
html body .main-container .row section .region-content nav.tabs,
html body .main-container .row section .region-content article {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
html body .main-container .row section .region-content article {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
html body .main-container .row section .region-content .content {
  /******* Images margins ********/
  /***** Captions *****/
  /**** end Image Styles ****/
}
html body .main-container .row section .region-content .content figcaption {
  font-size: 1.5rem;
  text-align: left;
  line-height: 1.2;
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .col-md-6 {
    width: 100%;
  }
}
html body .main-container .row section .region-content .content .align-left {
  margin-right: 10px;
}
html body .main-container .row section .region-content .content .align-center {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
html body .main-container .row section .region-content .content .align-center .field--name-field-media-image {
  float: none;
  width: 100%;
  display: flex;
  justify-content: center;
}
html body .main-container .row section .region-content .content .align-right {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section {
    order: 2;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout {
  width: 30%;
  float: right;
  margin-left: 10px;
  background: #f8fbfc;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
  font-size: 1.3em;
  color: #fff;
  background: #266c6c;
  padding: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout p {
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout ul li {
  line-height: 1.5;
  padding-bottom: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--callout .block-field-blockparagraphcalloutfield-body {
  padding-left: 15px;
  padding-right: 10px;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
  width: 30%;
  float: right;
  clear: right;
  margin-left: 10px;
  background: #f8fbfc;
  padding-bottom: 15px;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information {
    width: 100%;
    float: none;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
  font-size: 1.3em;
  background: #ddf5fe;
  padding: 10px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information h2 {
    margin-bottom: 5px;
  }
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label {
  padding-left: 15px;
  display: inline;
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--label:after {
  content: ": ";
}
html body .main-container .row section .region-content .content .field--name-field-page-section .paragraph--type--contact-information .field--item {
  display: inline;
}
@media screen and (max-width: 991px) {
  html body .main-container .row section .region-content .content .field--name-body {
    order: 1;
    float: none;
    clear: both;
    width: 100%;
    padding-bottom: 15px;
  }
}
html body .main-container .row section .region-content .content .field--name-body .row.two-col {
  background: #f8f8f8;
  margin-bottom: 15px;
}
html body .main-container .row section .region-content .content .field--name-body .col-first h3 {
  border-bottom: 3pt solid #e3e7fd;
  padding: 5px;
  margin-bottom: 6px;
}
html body .main-container .row section .region-content .content .field--name-body blockquote {
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  width: 55%;
  margin: 1.5em auto 1em auto;
  padding: 0.35em 40px;
  line-height: 1.45;
  position: relative;
  color: #575757;
  border-left: none;
}
@media screen and (max-width: 600px) {
  html body .main-container .row section .region-content .content .field--name-body blockquote {
    width: 80%;
  }
}
html body .main-container .row section .region-content .content .field--name-body blockquote:before {
  display: block;
  padding-left: 10px;
  content: "\201C";
  font-size: 11rem;
  color: #bd7e76;
  position: absolute;
  left: -32px;
  top: -32px;
}
html body .main-container .row section .region-content .content .field--name-body blockquote cite {
  font-size: 14px;
  color: #854138;
  display: block;
  margin-top: 5px;
  float: right;
  text-align: right;
}
html body .main-container .row section .region-content .content .field--name-body blockquote cite:before {
  content: "\2014 \2009";
}
html body .footer {
  width: 100%;
  background: #191970;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 30px;
  margin-top: 0;
}
html body .footer .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .footer .container .region-footer {
  display: flex;
}
@media screen and (max-width: 600px) {
  html body .footer .container .region-footer {
    flex-direction: column;
    align-items: center;
  }
}
html body .footer .container .region-footer .contextual-region .contextual ul li a {
  color: #333;
}
html body .footer .container .region-footer .block {
  border-right: 1pt solid #5b9abe;
  margin-right: 10px;
}
html body .footer .container .region-footer .block:last-child {
  border-right: none;
}
@media screen and (max-width: 1199px) {
  html body .footer .container .region-footer .block {
    border-right: none;
    width: 47%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1199px) and screen and (max-width: 600px) {
  html body .footer .container .region-footer .block {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 425px) {
  html body .footer .container .region-footer .block {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  html body .footer .container .region-footer .block#block-footer1 {
    width: 47%;
  }
}
html body .footer .container .region-footer .block h2 {
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  margin-top: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  html body .footer .container .region-footer .block h2 {
    font-size: 1.8rem;
  }
}
html body .footer .container .region-footer .block ul {
  padding-left: 0;
}
html body .footer .container .region-footer .block ul li {
  list-style-type: none;
  display: block;
  padding-right: 8px;
  padding-left: 3px;
}
html body .footer .container .region-footer .block ul li:last-child {
  border-right: none;
}
html body .footer .container .region-footer .block ul li a {
  font-size: 1em;
  font-weight: 300;
  color: #fff;
}
html body .footer .container .region-footer .block ul li a:hover {
  color: #f9f9a5;
  border-bottom: none;
  text-decoration: none;
}
html body .footer .container .region-footer .block p {
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
}
html body .footer .container .region-footer .block a {
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}
html body .footer .container .region-footer .block a:hover {
  color: #f9f9a5;
  border-bottom: none;
  text-decoration: none;
}
html body .footer-bottom {
  background: #cccc98;
  padding: 20px;
}
html body .footer-bottom .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright {
  border-right: none;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright .field--name-body p {
  color: #363636;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright .field--name-body a {
  color: #191970;
  border-bottom: 0.5pt dotted #191970;
  font-size: 1em;
  font-weight: 400;
}
html body .footer-bottom .container .region-footer-bottom #block-copyright .field--name-body a:hover {
  color: #575757;
  border-bottom: none;
  text-decoration: none;
}
html body.path-frontpage section .page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
html body.path-frontpage .wrapper-content-top {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  html body.path-frontpage .wrapper-content-top {
    margin-top: 0;
  }
}
html body.path-frontpage .wrapper-content-top .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
html body.path-frontpage .wrapper-content-top .container .region-content-top {
  display: flex;
}
@media screen and (max-width: 767px) {
  html body.path-frontpage .wrapper-content-top .container .region-content-top {
    flex-direction: column;
  }
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-homepageblock1 {
  text-align: center;
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body.path-frontpage .wrapper-content-top .container .region-content-top #block-homepageblock1 {
    width: 100%;
  }
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-homepageblock1 h2 {
  font-size: 2.1rem;
  font-weight: 400;
  text-transform: uppercase;
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-homepageblock1 .field--name-body p {
  font-size: 1.7rem;
  line-height: 2.7rem;
  color: #444128;
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-frontpagequicklinks {
  width: 40%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  html body.path-frontpage .wrapper-content-top .container .region-content-top #block-frontpagequicklinks {
    width: 100%;
  }
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-frontpagequicklinks h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #191970;
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-frontpagequicklinks h2 li a {
  border-bottom: 0.5pt dotted #191970;
}
html body.path-frontpage .wrapper-content-top .container .region-content-top #block-frontpagequicklinks h2 li a:hover {
  text-decoration: none;
}
html body.path-frontpage .wrapper-content-middle .container {
  max-width: 1260px;
  width: 100%;
  margin: auto;
}
