/*CUSTOM*/
.image-overlay {
  position: absolute;
  bottom: 0;
  background-color: rgba(247, 247, 247, 0.82);
  width: 100%;
  z-index: 1;
  padding: 0.5em 0.5em 0 0.5em;
  font-style: normal;
  font-weight: bolder;
}

/*LOGO*/
.logo {
  height: 70px;
  min-width: 178px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/*LOGO FOOTER*/
.logo-footer {
  height: 120px;
  min-width: 178px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/*MENU*/
h6{
    font-size: 0.7rem!important;   
    font-weight: bold;
}

h5{
  font-size: 0.8rem!important;   
}

.btn-primary{
   font-size: 0.7rem!important; 
}

.list-group-item {
  z-index:2;
  color:black;
  background-color: transparent;
  border-color: transparent;
}

.list-group-item.active, .list-group-item.active:focus {
  z-index:2;
  color:#244D86;
  background-color: transparent;
  border-color: transparent;
}

.list-group-item.active:hover {
  z-index:2;
  color:black;
  background-color: transparent;
  border-color: transparent;
}


/*WELCOME*/
.padding-0{
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.fontawesome-text{
  font-size: 0.7rem!important; 
  color: white;
}

.container-image {
  position: relative;
  text-align: center;
  color: transparent;
}

.centered {
  position: absolute;
  top: 50%;
  /*left: 50%;*/
  transform: translate(-0%, -50%);
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #244D86 !important;
}


/*CATEGORIES*/
.categories {
  position: relative;
  width: 150px; 
  max-width: 150%;
}

div a{
  text-decoration: none!important;
}

.categories img.image-hover {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
object-fit: contain;
opacity: 0;
transition: opacity .4s;
}

.categories:hover img.image-hover {
opacity: 1;
}


/*RESOURCES*/
#mixedSlider {
  position: relative;
}
#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
  display: inline-block;
  width: 50.0000%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  padding: 0 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}
#mixedSlider .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
  font-size: 16px;
  margin: 2px 10px 0 5px;
  text-indent: 15px;
}
#mixedSlider .MS-content .item a {
  float: right;
  margin: 0 20px 0 0;
  font-size: 16px;
  font-style: italic;
  color: rgba(173, 0, 0, 0.82);
  font-weight: bold;
  letter-spacing: 1px;
  transition: linear 0.1s;
}
#mixedSlider .MS-content .item a:hover {
  text-shadow: 0 0 1px grey;
}
#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 50px;
  top: 95px;
  color: rgba(0, 0, 0, 0.4);
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 20px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: -10px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: -10px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}


/*FOOTER*/
footer{
  background-color: #244D86;
  position: relative;
  bottom: 0px;
  }
  
  .container{
    max-width: 2800px;
  }
  footer a{
      color: white;
      font-size: 1rem;
      text-decoration: none;
  }
  
  footer a{
      color: white;
      font-size: 1rem;
      text-decoration: none;
  }
  footer i{
      background-color: #244D86;
  }
  
  footer p{
      font-size: 0.7rem!important;
      padding-bottom: 10px!important;
  }
  
  footer h5{
      font-size: 1rem!important;
      padding-bottom: 10px!important;
  }

  .size{
      font-size: 0.9rem!important;
      letter-spacing: 1px;
  }
  
  .container-wrapper{
      max-width: 92%;
      margin: 0px;
    }


  /* MEDIA QUERY */

  @media screen and (min-width: 402px){

      #facebook{
          width: 35px;
      }
      #linkedin{
          width: 40px;
      }
      #twitter{
          width: 40px;
      }
    
      #youtube{
          width: 30px;
      }
     
      }

    @media screen and (max-width: 401px){
      #facebook{
          width: 25px;
      }
      #linkedin{
          width: 30px;
      }
      #twitter{
          width: 30px;
      }
     
      #youtube{
          width: 25px;
      }

      }

      @media screen and (max-width: 300px){
          #facebook{
              width: 25px;
              margin-right: .5rem!important;
          }
          #linkedin{
              width: 30px;
              margin-right: .5rem!important;
          }
          #twitter{
              width: 30px;
              margin-right: .3rem!important;
          }
          
          #youtube{
              width: 25px;
              margin-right: .7rem!important;
          }
  
          }
  


        