/*header start*/

.header.container-header {
  background: #fff;
}
.header.container-header .container-topbar {
  background: #172d83;
}

.header.container-header search label {
  display: none;
}

.header.container-header search input {
  background-color: #ededed;
  padding-top: 8px;
  padding-bottom: 8px;
}

.container-topbar {
  position: relative;
}

.container-topbar > div:not(.hamburger-mobile) {
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  padding: 10px 40px;
  margin: auto;
}

.container-topbar img {
  width: 20px;
  height: 20px;
}

.container-topbar table {
  border: none;
  background: none !important;
}

.container-topbar table span {
  display: block;    
  height: 32px;
  width: 32px;
}

.container-topbar table span:hover {
  background-color: #d62976 !important;
}

.container-topbar table span a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.container-below-top {
  justify-content: center;
  color: #686868 !important;
}

.container-below-top p>a {
  display: block;
}

.container-below-top img {
  width: 600px;
  height: auto;
}

.header .container-nav {
  background: #e8ebed;
  width: 100%;
  margin: 0;
  max-width: unset;
  padding: 0 40px;
}

.header .container-nav > div {
  min-width: 1184px;
  margin: auto; 
}

.header .container-nav li {
  padding: 0;
}

.header .container-nav li>a {
    color: #172d83;
    align-items: center;
    display: inline-flex;
    font-size: .85em;
    font-weight: 600;
    line-height: 1;
    padding: 12px 13px;
    text-transform: uppercase;
}

.header .container-nav li.current,
.header .container-nav li.active {
    background: #172d83;    
}

.header .container-nav li.current>a,
.header .container-nav li.active>a {
    color: #fff !important; 
}

.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    display: none !important;
}

.container-header .mod-menu .mod-menu__sub {
  padding-left: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .1), 0 4px 15px 0 rgba(0, 0, 0, .1);
}

@media (width >= 992px) {
    .container-header .mod-menu>li+li {
        margin-left: 10px;
    }
}

.header .container-nav li .icon-chevron-down {
  margin-left: 0;
  padding-right: 10px;
  padding-left: 0;
}

.container-nav .mod-menu__toggle-sub[aria-expanded="true"] .icon-chevron-down {
  padding-right: 0 !important;
  padding-left: 10px !important;
}

.header .container-nav li .icon-chevron-down::before {
  color: #172d83;
}

.header .container-nav li.active .icon-chevron-down::before {
  color: #fff;
}

.mod-menu__sub li a {
  color: rgba(0, 0, 0, .55) !important;  
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 9px 15px !important;
  transition: background .15s ease-out;
  width: 100%;
  text-transform: none !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.mod-menu__sub li a:hover {
  background: rgba(0, 0, 0, .015);
  color: rgba(0, 0, 0, .8) !important;
}

.hamburger-mobile {
    width: 22px;
    height: 16px;
    padding: 0;
    border: 0;
    background: none;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: absolute;
    top: 22px;
    left: 8px;
}

.hamburger-mobile span {
    width: 22px;
    height: 2px;
    background: #818181;
}

@media (width < 1240px) {
    .container-nav {
        display: none;
    }

    .hamburger-mobile {
      display: flex;
    }
}

.container-mob-nav {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: #e9ecef;
    z-index: 9999;

    display: none;
    overflow-y: auto;
}

.container-mob-nav.is-open {
    display: block;
}

.container-mob-nav > div {
    width: 100%;
}

.container-mob-nav ul.mod-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.container-mob-nav ul.mod-menu > li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.container-mob-nav ul.mod-menu > li > a {
    display: block;
    width: 100%;
    padding: 18px 25px;
    color: #002a85;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
}

.container-mob-nav ul.mod-menu > li > a:hover {
    background: #dce1e5;
}

.container-mob-nav ul.mod-menu > li.current > a,
.container-mob-nav ul.mod-menu > li.active > a {
    background: #1d3295;
    color: #fff;
}

.container-mob-nav ul.mod-menu ul.mod-menu__sub {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #dce1e5;
}

.container-mob-nav ul.mod-menu li.deeper > ul.mod-menu__sub[aria-hidden="false"] {
    display: block;
}

.container-mob-nav ul.mod-menu ul.mod-menu__sub a {
    display: block;
    padding: 13px 25px 13px 45px;
    color: #002a85;
    text-decoration: none;
    font-size: 16px;
}

.container-mob-nav .mod-menu__toggle-sub {
    position: absolute;
    right: 20px;
    margin-top: -53px;
    width: 45px;
    height: 45px;
    border: 0;
    background: transparent;
}

@media (min-width: 1240px) {
    .container-mob-nav {
        display: none !important;
    }
}

body.mobile-menu-open {
    overflow: hidden;
}

.cross-mobile {    
  position: relative;   
    width: 30px;
    height: 30px;
    z-index: 10001;
    cursor: pointer;
}

.cross-mobile span {
    position: absolute;
    top: 14px;
    left: 2px;
    width: 26px;
    height: 2px;
    background: #818181;
}

.cross-mobile span:first-child {
    transform: rotate(45deg);
}

.cross-mobile span:last-child {
    transform: rotate(-45deg);
}

.header .container-mob-nav li .icon-chevron-down::before {
  color: #172d83;
}

.header .container-mob-nav li.active .icon-chevron-down::before {
  color: #fff;
}

/*header end*/

/*footer start*/
footer {
  background-color: #212121 !important;
  background-image: none !important;
}

footer>div {
  max-width: 1400px;
  margin: auto;
  padding: 0 40px;
}

.container-footer table img {
  width: 20px;
  height: 20px;
}

.container-footer table {
  border: none;
  background: none !important;
}

.container-footer table span {
  display: block;    
  height: 32px;
  width: 32px;
}

.container-footer table span a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.container-footer table span:hover {
  background-color: #d62976 !important;
}

footer a {
  text-decoration: none !important;
  color:hsla(0,0%,100%,.79) !important;
}

footer a:hover {
  color: #fff !important;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
}
.under-footer
{
  background-color: #1a1a1a;  
  max-width: unset !important;
  padding: 0 !important;
}
.under-footer > div {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
  padding: 24px 40px;
}

@media (max-width: 1239px) {
  .footer .grid-child {
    align-items: start;
  }
}
/*footer end*/

/*main start*/
main {
  width: 100%;
  max-width: 1184px;
  margin: auto;
  color: #515151;
}

blockquote {
  border-left: 3px solid #EAEAEA;
  color: #515151;
  font-style: italic;
  font-size: 20px;
  padding-left: 28px;
  font-weight: 200;
}

blockquote span, blockquote p {
  font-size: 20px !important;
}

blockquote cite {
  font-size: 12px !important;
}

hr {
  border-top: 3px solid #EAEAEA;
  opacity: 1;
}

main a:not([class]) {
  text-decoration: none !important;
}

h2 {
  font-weight: 400;
}

.image-gallery {
    border-collapse: separate !important;
    border-spacing: 10px !important;
    width: calc(100% + 20px) !important;
    margin-left: -10px;
    margin-right: -10px;
    table-layout: fixed !important;
}

.image-gallery col {
    width: unset !important;
}

.image-gallery td {
    min-width: 0 !important;
    max-width: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
}

.image-gallery td img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-gallery figcaption {
    position: absolute;    
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    text-shadow: 0 0 1.5px #000;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1239px) {

    .image-gallery colgroup {
        display: none !important;
    }

    .image-gallery tr {
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        height: auto !important;
    }

    .image-gallery td {
        display: block !important;
        flex: 0 0 50% !important;

        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;

        height: auto !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .image-gallery td a {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
    }

    .image-gallery td img,
    .image-gallery tr td:not(:first-child) img {
        position: static !important;
        inset: auto !important;

        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;

        object-fit: cover !important;
        object-position: center !important;
        padding-bottom: 10px;
    }

    .image-gallery figcaption {
      bottom: 30px;
    }

    figure {
      height: 100%;
    }

    .image-gallery tr td:nth-child(even) img {
      padding-left: 10px;
    }
}

@media (max-width: 767px) {

    .image-gallery tr {
        display: flex !important;
        flex-direction: column !important;

        width: 100% !important;
        min-width: 100% !important;
        max-width: none !important;

        height: auto !important;
    }

    .image-gallery td {
        flex: 0 0 auto !important;

        width: 100% !important;
        min-width: 100% !important;
        max-width: none !important;

        height: auto !important;
    }

    .image-gallery td img,
    .image-gallery tr td:not(:first-child) img {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding-bottom: 10px;
    }

    .image-gallery colgroup {
      display: none;
    }

    .image-gallery figcaption {
      bottom: 30px;
    }

    figure {
      height: 100%;
      margin: 0;      
    }
}

@media (max-width: 767px) {

    .contact-blocks {
        display: block !important;
        width: 100% !important;
    }

    .contact-blocks tbody {
        display: block !important;
        width: 100% !important;
    }

    .contact-blocks tr {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }

    .contact-blocks td {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
}

joomla-hidden-mail a {
  color: inherit !important;
}
/*main end*/