/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/
body {
    font-family: 'Work Sans', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4B4B4B;
    text-align: left;
    background-color: #ffffff;
    padding:0;
}
header {
    border-bottom: 4px solid #AA1023;
    font-size:16px;
}
.meta-header{
    height: 3rem;
    background: #3266CC; 
    display: flex;
    align-items: center;
}
.govco {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.govco div {
    display: flex;
}
.txt-go-gov{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.txt-go-gov a{
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
} 
.head .row{
    display:flex;
    align-items:center;
}
.head .row div {
    display: flex;
    align-items: center;
}
.head .logo img {
    margin: 1rem 0;
}
header .title {
    font-family: 'Montserrat';
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
.head .link {
    justify-content: flex-end;
}
.navbar-button-style {
    box-sizing: border-box;
    border: 1.5px solid #AA1023;
    border-radius: 30px;
    font-family: 'Work Sans';
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #AA1023;
    background: none;
    cursor: pointer;
    text-decoration: underline;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
.navbar-button-style:hover{
    background-color: #AA1023;
    color: #ffffff;
    transition: 0,8s all;
}
.btn-primary {
    background: #AA1023;
    border-color: #AA1023;
    border-radius: 6rem;
    text-transform: uppercase;
    font-family: 'Work Sans';
}
.btn-primary:hover {
    background-color: #BF0A00;
    border-color: #AA1023;
}
.progress-bar {
    background-color: rgba(247,179,37,1);
    color: #000000;
}


/* - - Footer - - */
footer {
    margin-top: 4rem;
  }
  
  footer .bg-yellow{
    background: rgb(247,179,37);
    background: linear-gradient(0deg, rgba(247,179,37,1) 0%, rgba(247,179,37,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    border-radius: 2px;
    padding-bottom: 4rem;
  }
  
  footer .bg-yellow .container {
    position: relative;
    top: -20%;
  }
  
  footer .bg-yellow .container .big-container-footer{
    padding: 56px;
    position: relative;
  }
  
  footer .bg-yellow .container .big-container-footer p {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    text-transform: none;
  }
  footer .bg-yellow .container .big-container-footer p strong {
    font-weight: 700;
    color:#4B4B4B;
  }
  
  footer .bg-yellow .container .big-container-footer .logo-footer {
   position: absolute;
   top: 56px;
   right: 56px;
  }
  
  @media (max-width: 991px) {
    footer .bg-yellow .container .big-container-footer .logo-footer{
      position: static;
      max-width: none;
    }
  }
  
  footer .bg-yellow .container .big-container-footer .titles-footer{
    font-family: 'Montserrat';
    font-weight: 600;
    align-items: center;
    color: #9E1423;
  }
  
  footer .bg-yellow .container .big-container-footer .titles-footer h4{
    font-size: 24px;
    line-height: 36px;
    margin: 0;
  }
  
  footer .bg-yellow .container .big-container-footer .titles-footer h4 ~ p{
    margin: 0;
  }
  
  footer .bg-yellow .container .big-container-footer .titles-footer h5{
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
    margin-top: 16px;
  }
  
  footer .bg-yellow .container .big-container-footer .address-info {
    margin-bottom: 16px;
  }
  
  .posfooter {
    background-color: #3366CC;
    padding: 19px 85px 10px 85px;
  }
  
  .posfooter .container > .image-footer {
    display: inline-block;
  }
  
  .posfooter .container > .image-footer:first-child img{
    width: 60px;
    height: auto;
    padding-right: 20px;
    margin-right: 20px;
    margin-left: 20px;
    border-right: solid 1px #ffffff;
  } 
  .posfooter .container > .image-footer:last-child img{
    width: auto;
    height: auto;
  } 


.big-container-footer{
    margin-top: 60px;
    background: #FFFFFF;
    border: 2px solid #E8F0FB;
    border-radius: 13px;
    padding: 31px;
  }
  
  .titles-footer{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 0px;
    /* identical to box height, or 150% */
    align-items: center;
    color: #9E1423;
  }
  
  .txt-footer{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    display: flex;
    align-items: center;
    color: #000000;
  }
  
  .socials{
    display: flex;
    align-items: center;
    margin-top: 0.75rem;
  }
  
  @media (max-width: 767px) {
    .socials{
      display: grid;
      grid-template-columns: 50% 50%;
    }
  }
  
  .social-content {
    margin-left: 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #9E1423;
  }
  
  .social-content p{
    margin-left: 10px !important;
    font-weight: 500;
    font-feature-settings: "Montserrat";
    line-height: 21px;
    font-size: 14px;
  }
  
  .links-footer{
    margin: auto;
    width: 100%;
  }
  
  .links-footer a{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 37px;
    margin-left: 40px;
    align-items: center;
    text-decoration-line: underline;
    color: #9E1423;
  }
  
  .txt-strong{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #4B4B4B;
  }
  
  .link-txt-foot{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    text-decoration-line: underline;
    color: #3366CC;
  }
  
  footer a {
    word-break: break-all;
}
.social-content:first-of-type{
    margin: 0;
}
.links-footer a:first-of-type{
    margin-left: 0;
}
