/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

.logo{
  pointer-events: none;
  height: 100px;
}
  
.brand_affiliated{
  float: right; max-height: 66px; padding-left: 20px;
}
.cfc_logo{
  max-height: 79px;
}
.in-affiliation{
  max-height: 72px;
}
header{
  padding: 0px;
}
header .brand{
  float: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 15px 30px;
}
header .nav{
  margin: 0;
}
/*========================   Menu   ==========================*/

.sf-menu ul {
  
  z-index: 992;
}


/*==================  Stuck menu  ======================*/

  .isStuck .brand {
    margin-top: 10px;
    padding: 0px 30px;
   }
  .isStuck .brand_affiliated{
    max-height: 53px;
  }
  .isStuck .cfc_logo{
    max-height: 62px;
  }
    .isStuck .in-affiliation{
    max-height: 59px;
  }
  .isStuck .logo{
    height: 88px;
    padding-bottom: 10px;
  }

  .stuck_container{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .stuck_container:before, .stuck_container:after{
    display: none;
  }

  #btn-web-accessability{
    position: fixed; 
    bottom: 50%; 
    right: 0px; 
    width: 50px; 
    height: 50px; 
    z-index: 99999999; 
    background-color: #0a91a6;
  }
  #btn-web-accessability img{
    width: 50px; 
    height: 50px;
  }
  #web-accessability{
    display: none; 
    position: fixed; 
    top: 0; 
    right: 0; 
    background-color: #f4f4f4;
    padding: 10px; 
    z-index: 99999999; 
    width: 250px; 
    height: 100%;
  }
  #web-accessability button{
    padding: 10px 15px; 
    background-color: #444444;  
    width: 102px; 
    color: #ffffff; 
    font-size: 20px !important;
    margin: 0 5px;
  }
  #web-accessability button.close{
    background-color: #0a91a6;
    width: 220px; 

  }
  #web-accessability button.reset{
    background-color: #444444;
    width: 220px; 

  }
  #web-accessability h2{
    color: #444444; 
    padding: 15px 0px 10px 3px; 
    font-size: 20px !important;
    line-height: 24px;
  }

/*==================  Pic Rotation  =====================*/    
.rslides li::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.rslides li{
  background-position: center top; 
  background-size: 100% auto; 
  width: 100%; 
  height: 630px; 
  max-width: 1600px; 
  float: none !important; 
  margin-left: auto; 
  margin-right: auto;
}

/*=========================  Lists & text ============================*/

/* h2 {
  font: 300 72px/80px "Open Sans", sans-serif; }

h3 {
  font: 600 48px/54px "Open Sans", sans-serif; } */
  
.marked-list-1 li a{
	font-size: 15px;
	
}
#home-message p{
  font-size: 20px;
  line-height: 26px;
}
b, strong{
  font-weight: bold;
}

.list-3{
  list-style: disc;
  padding: 20px 0 20px 30px;
}
.with-lists{
  padding-top: 20px;
}
.with-lists ul, .with-lists ol {
  margin: 14px 0;
  padding: 0 0 0 40px;

}
.with-lists ul li, .with-lists ol li {
  list-style: disc;
}

.card{
  margin: 10px; 
  text-align: center; 
  border: 1px solid #c7c7c7; 
  background: #ffffff; 
  margin: 0px; 
  padding: 20px 5px; 
  height: 295px; 
  border-radius: 5px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card:hover{
  opacity: 1;
  
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



  #info, 
  #info-field, 
  #info-label {
    position: absolute;overflow: hidden;clip: rect(0px, 0px, 0px, 0px);height: 1px;width: 1px;margin: -1px;border: 0px none;padding: 0px;}

/*==================  Footer  ======================*/

footer a.fs_link{
  
  font-style: italic;
  text-decoration: underline;
}

/*========================================================
                     RESPONSIVE
=========================================================*/

/*==================================================================================================
                     1199px
*/
@media (max-width: 1199px) {
  
  .logo{
    height: 74px;
  }
  .brand_affiliated{
      max-height: 50px;
    } 
  .cfc_logo{
    max-height: 58px;
  }
  .in-affiliation{
    max-height: 56px;
  }
}
/*==================================================================================================
                     977px
*/
@media (max-width: 977px) {
  .rslides li{
    background-size: auto 630px; 
  }
}
/*==================================================================================================
                     768px +
*/
@media (min-width: 768px) {
  .mobile-only{
    display: none;
  }
  .non-mobile{
    display: inline;
  }
}
    /*==================================================================================================
                     767px
*/  
@media (max-width: 767px) {
 .mobile-only{
    display: inline;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }
  .non-mobile{
    display: none;
  }
  .brand_affiliated{
    float: none;
    padding: 0 5px;
  }
  #btn-web-accessability{
    bottom: 50px; 
  }
  .logo{
    padding: 0 0 20px 0;
    width: 80%;
    max-width: 280px;
    height: auto;

  }
  .brand{
    margin: 0;
  }
  header .brand{
    float: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 15px 0;
  }
  .stuck_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

}