/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

  .logo{
    height: 80px;
  }
  
.brand_affiliated{
  float: right; max-height: 66px; padding-left: 20px;
  padding-top: 12px;
}
.cfc_logo{
  max-height: 70px;
  padding-top: 5px;
}
.in-affiliation{
  max-height: 64px;
  padding-top: 9px;
}
/*========================   Menu   ==========================*/

.sf-menu ul {
  
  z-index: 992;
  
}
.sf-menu > li > a{
  font-size: 1.15em;
}


/*==================  Stuck menu  ======================*/

  .isStuck .brand {
    margin-top: 10px;
    padding-left: 35x;
     }
    .isStuck .brand_affiliated{
      max-height: 53px;
    }
    .isStuck .cfc_logo{
    max-height: 62px;
  }
    .isStuck .in-affiliation{
    max-height: 59px;
  }
    .isStuck .logo{
      height: 78px;
      padding-bottom: 10px;
    }
  #btn-web-accessability{
    position: fixed; 
    top: 166px; 
    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: #086d7d;
    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;
    text-shadow: none !important;
  }
/*==================  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 ============================*/
.marked-list-1 li a{
	font-size: 15px;
	
}
#home-message p{
  font-size: 20px;
  line-height: 26px;
}
.table-responsive{
  overflow-x: auto;
  overflow-y: hidden;

-webkit-overflow-scrolling: touch;

-ms-overflow-style: -ms-autohiding-scrollbar;
}
.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);
}



/*==================  Footer  ======================*/

footer a.fs_link{
  
  font-style: italic;
  text-decoration: underline;
}


/*================== Quote Slider ==================*/
 /* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 50px 80px;
  text-align: center;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;


}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  padding: 20px;
  background: #ddd;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #717171;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;} 

/*========================================================
                     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;
  }
  .non-mobile-block{
    display: block;
  }
}
    /*==================================================================================================
                     767px
*/  
@media (max-width: 767px) {
 .mobile-only{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }
  .non-mobile,.non-mobile-block {
    display: none;
  }
}
