body{
  font-size: 1.6rem;
}
h2{
  font-size: 3rem;
  margin: 0 0 30px
}
h3, footer h2{
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 25px;
  border: none !important;
  padding: 0 !important
}

a {
  color: #205d9b;
}

body:not(.home) .main {
  padding: 5.5% 0;
}
.moduletable {
  margin-bottom: 0;
  padding: 0;
}
.moduletable .box {
  background-color: transparent;
  padding: 0;
}
.moduletable .menu > .active > a, .moduletable .menu > .active > span {
  background-color: transparent;
  text-decoration: underline
}
.breadcrumbs {
  padding: 30px 0 0;
}
.main-menu-wrapper, .header-1-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.navbar-brand {
  float: none;
  padding: 30px 0 !important;
  display: block;
  height: auto;
}
.navbar-default {
  background-color: #205d9b;
  border-color: none;
  color: #fff;
}
.navbar-default a{
  color: #fff
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: underline
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: underline
}
.mod-languages {
  padding-left: 20px;
  background: url('/images/banners/globe.png') no-repeat left center;
}
div.mod-languages li {
  margin: 0;
  padding: 0 5px;
  position: relative;
  font-size: 14px
}
div.mod-languages li:first-child::after {
  content: "";
  width: 1px;
  background-color: #fff;
  position: absolute;
  display: block;
  height: 15px;
  right: 1px;
  top: 3px;
}
.lang-active a{
  font-weight: bold;
}
.slider {
  padding-top: 0;
}
.slider .custom{
  margin: 0 -15px
}
.slider img {
  margin: 0 auto;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.slider h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 30px;
  border: none;
  color: #fff;
  line-height: 1.4;
  font-size: 3.6rem;
  background-color: rgba(0,0,0,0.5)
}
.slider h1 a{
  color: #fff;
  font-weight: bold;
}

.slider .custom {
  height: calc(100vh - 187px);
}
.flex-v .box {
  display: flex;
  align-items: center;
  padding: 0 20%;
}
#top-1 {
  background-color: #205d9b;
  color: #fff;
  padding: 35px 0;
  position: relative;
  z-index: 1;
}
#top-1 .fa {
  font-size: 26px;
  margin-right: 10px;
  vertical-align: middle;
}
#top-1 a{
  color: #fff
}
footer {
  background-color: #f4f4f4;
  border-top: none;
  color: #333;
  text-align: left;
  padding: 100px 0
}
footer .menu{
  line-height: 1.6
}
footer a{
  color: #333 !important;
}
footer a:hover{
  text-decoration: underline
}
.footer1.copyright {
  background-color: #f4f4f4;
  text-align: center;
  font-size: 14px;
  padding-bottom: 50px
}
.border-left {
  border-left: 1px solid #cbcbcb;
  padding:0 30px
}
.bullet-5 {
  columns: 3;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  line-height: 2;
}
.control-group {
  margin-bottom: 15px;
}
.control-group {
  margin-bottom: 15px;
}
.contact-miscinfo {
  max-width: 700px;
  margin: 0 auto 60px;
  text-align: center;
  padding: 30px 15px;
  background-color: rgba(0,0,0,0.5);
}
.contact-miscinfo .fa{
  color: #fff;
  display: block;
  font-size: 3.5rem;
  margin-bottom: 15px
}
.contact-miscinfo a {
  color: #fff;
  background-color: transparent;
  line-height: 1;
}

#contact-form {
  max-width: 700px;
  margin: auto;
  padding: 30px;
}
#jform_spacer-lbl {
  float: right;
  font-size: 12px;
}
#contact-form button {
  margin: auto;
  display: block;
  padding: 10px 25px;
  font-weight: bold;
}
.btn-primary {
  color: #fff;
  background-color: #205d9b;
  border-color: #205d9b;
  border-radius: 0
}
.com_contact {
  background: url('/images/banners/main.jpg') no-repeat center/cover;
}
#system-message-container {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
#offcanvas .menu-wrapper {
  padding: 20px;
  text-align: center;
  font-size: 2rem
}
#offcanvas img{
  margin-bottom: 50px
}
#offcanvas .mod-languages {
  padding-left: 0;
  background: none;
}
#offcanvas .mod-languages a{
  display: inline-block
}
.invalid {
  border-color: red;
}

.breadcrumb > .active {
  color: #444;
}

@media screen and (max-width: 1024px) {
  html{
    font-size: 8px
  }
}

@media screen and (max-width: 991px) {
  .sigFreeClassic {
    text-align: center;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
.slider .custom {
  height: calc(100vh - 90px);
}
.slider h1 {
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}

  .customflex-v {
    padding: 40% 0
  }
  section .moduletable {
    margin-bottom: 0;
  }
  .border-left {
    border-left: none;
    padding: 0 15px;
    margin-top: 40px
  }
  footer{
     text-align: center;
  }
  footer img{
    margin-bottom: 30px
  }
footer .moduletable {
  padding: 0 15px;
}

}

@media screen and (max-width: 414px) {
#top-1 .col-sm-4 {
  text-align: center;
  margin: 15px 0;
}

#top-1 .fa {
  font-size: 26px;
  margin-right: 0;
  vertical-align: middle;
  text-align: center;
  display: block;
}
.contact-miscinfo .col-sm-4 {
  margin-top: 30px;
}

}