@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Public+Sans:ital,wght@0,200;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
*{
font-family:'Public Sans', 'Open Sans', Arial, sans-serif;
}
h1{
    font-weight: 600;
}
.layout-container{
padding-top:0 !important;
}
.navbar{
background:#ffffff;
}
.navbar > .container{
padding-top:22px;
padding-bottom:22px;
}
.navbar i{
font: normal normal normal 14px/1 FontAwesome;
}
.grey-container.green{
background-color:#008B7A;
}
.container > form > fieldset > hr{
display:none;
}
.grey-container.green > div {
color:#ffffff;
}
form *{
font-family:'Public Sans', 'Open Sans', Arial, sans-serif;
}
.submit > button{
font-family:'Public Sans', 'Open Sans', Arial, sans-serif;
background: #DD5227;
background-color: #DD5227;
border-radius: 0;
border:1px solid #DD5227;
min-width:170px;
}
.nav-col, .navbar ul{
display:flex;
}
.navbar > .container, .nav-col{
display:flex;
justify-content: space-between;
align-items: center;
}
.navbar img, .navbar svg{
width: 225px;
    height: auto;
    display: block;
}
.nav-col{
width:70%;
}
.navbar ul li {
list-style:none;
padding: 0 10px;
color:#052656;
}
.navbar ul li:last-child{
padding-right:0;
}
.navbar ul li:first-child{
padding-left:0;
}
.navbar a, .navbar a:visited{
white-space: nowrap;
cursor:pointer;
font-weight:600;
color:#052656;
}
.navbar .nav-mid li a > div{
display: inline-block;
    height: 18px;
    line-height: 10px;
    vertical-align: middle;
}
.nav-right a{
font-size:12px;
}
.navbar ul li a{
padding: 5px 0;
border:0;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
transition: 250ms border;
}
.nav-mid ul li:last-child a{
border-bottom: 2px solid transparent;
}
.burger-icon{
display:none !important;
    padding: 0;
    height: unset;
    line-height: unset;
    border: 0;
    border-radius: 0;
    width: unset;
    display: flex;
    align-items: center;
    justify-content: center;
border-color:transparent;
color:#052656;
z-index: 10000;
background-color:transparent;
}
.burger-icon i{
color:#052656;
font-size: 40px;
}
nav-mid > ul > li{
position:relative;
}
li > .submenu{
display:none;
max-height:0;
overflow:hidden;
    position: absolute;
    padding: 0;
    background: #052656;
    color: #ffffff;
white-space: nowrap;
transition:300ms max-height, 350ms padding;
}
li > .submenu li, li > .submenu a{
white-space: nowrap;
color:#ffffff;
}
li:hover > .submenu, .submenu:hover{
display:block !important;
max-height:800px;
overflow:scroll;
padding:10px;
}


.footer{
background-color:#052656;
color:#dde2e5;
}
.footer .container{
padding-top:20px;
padding-bottom:20px;
}
.footer a, .footer a:visited{
color:#dde2e5;
}
.footer .row{
display:flex;
align-items:center;
justify-content:space-between;
}
.footer ul{
display:flex;
list-style:none;
padding-left:0;
}
.footer .container > #row1 img, .footer .container > #row1 svg{
width:178px;
height:auto;
display:block;
}
.footer-mid li{
padding:0 10px;
}
.footer-mid li a{
white-space: nowrap;
font-weight: 600;
font-size: 12px;
}
.footer i{
font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #ffffff;
vertical-align: middle;
}
.footer-right a:not(:last-child){
margin-right:20px;
}
.footer .container > #row2{
font-size:12px;
line-height: 18px;
}
.footer .container > #row2 > div:first-child{
width:60%;
}
.footer .container > #row2 > div:last-child{
display:flex;
width: 40%;
    justify-content: flex-end;
margin-left:15px;
}
.footer .container > #row2 div img:nth-child(-n+3){
margin-right:20px;
}
.footer hr{
width:100%;
height:1px;
background:#ffffff;
opacity:0.4;
}
.footer-right{
display: flex;
    align-items: center;
    justify-content: flex-end;
}
.circle-icon{
    width: 20px;
    height: 20px;
    display: inline-block;
text-align: center;
    background: #fff;
    border-radius: 50%;
}
.circle-icon i{
line-height: 20px;
    color: #072656;
    font-size: 16px;
    vertical-align: baseline;
}
.fa-search:before, .navbar i{
        font-family:'FontAwesome';
        color:#052656;
      }


@media screen and (max-width:1024px){
.navbar svg, footer svg{
max-width:100%;
}
  h1{
      font-size: 28px;
  }
  body{
  overflow-x:hidden;
  }
  .navbar{
  position:relative;
  z-index:1000;
  position: fixed;
      width: 100%;
top: 0;
    left: 0;
  }
.pc-header{
margin-top:110px;
}
  .burger-icon{
  display:flex !important;
  }
  .burger-icon:focus #nav-col{
  transform: translateX(0%);
  }
  .nav-col{
  flex-direction: column;
      position: absolute;
      right: 0;
      height: 100vh;
      background: #dde2e5;
      color: black;
      top: 0;
      justify-content: center;
      transition: 250ms transform;
  }
  #nav-col{
      transform: translateX(100%);
  }
  .nav-col, .nav-mid ul, .nav-right ul{
  flex-direction: column;
  padding:0;
  padding-left:0;
  }
  .navbar ul li{
  padding: 0 0;
  text-align:center;
  margin: 10px 0;
  }
  .nav-right ul {
      flex-direction: column;
      padding-left: 0;
      padding-top: 30px;
  }
  .navbar ul li a, .navbar ul li{
  font-size:18px;
  }
.navbar .nav-right ul li a, .navbar .nav-right{
font-size:16px;
}
  .navbar > .container {
      align-items: center;
  padding-left: 20px;
      padding-right: 20px;
  }
.nav-mid, .submenu{
width:100%;
text-align:center;
}
  .nav-col{
      align-items: center;
  }
  .layout-container > .container{
  padding-top:115px;
  }
  .footer .row, .footer ul{
  flex-direction: column;
align-items: center;
  }
  .footer .row{
  text-align:center;
  }
  .footer #row1 > a{
  order:1;
  }
  .footer #row1 .footer-mid{
  order:3;
  }
  .footer #row1 .footer-right{
  order:2;
  margin-top: 15px;
margin-bottom:15px;
  }
  .footer .container > #row2 > div:first-child{
  width:100%;
  }
  .footer .container > #row2 > div:last-child{
  margin-top:20px;
  width:100%;
  margin-left:0;
  justify-content: center;
  }
  .footer-right{
      margin: 10px 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .footer-mid li {
      line-height: 20px;
  }
.navbar ul li i{
font-size: 25px;
}
}


@media screen and (min-width:1025px){
.nav-col{
    transform: translateX(0%) !important;
}
}


.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9" !important;
font-family: 'FontAwesome' !important;
}
.fa, i.fa, i.far, i.fas{
font-family: 'FontAwesome' !important;
}