@import url('https://fonts.googleapis.com/css:family=Poppins:400,500,700');
.carousel-inner img{
	width: 100%;
	height: 100%;
}

/*---Media Queries ---*/
@media (max-width: 992px){

}
@media (max-width: 768px){

}
@media (max-width: 576px){

}

.carousel-img{
	width: 100vw;
	height:80%;
}

/*---Firefox Bug Fix---*/
.carousel-item{
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
 -webkit-backface-visibility: visible; backface-visibility: visible;
}
/*---Fixed Background Image --*/
figure{
	position: relative;
	width: 100%;
	height: 60%;
	margin: 0!important;
}
.fixed-wrap {
	clip: rect(0,auto, auto, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#fixed {
	background-image: url('img/mac.png');
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}

!*---Bootstrap Padding Fix --*/
[class*="col-"] {
	padding: 1rem;
}

/*
Extra small (xs) devices (potrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width:576px){...}

Medium (md) devices (tablets, 768px and up)
@media (min-width:992px){....}

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) {...}

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {...}
*/



.navbar-cdfd {background-color:#9C1D23;}
.navbar-menu {background-color:#4f575f;}
.navbar-cdfd-logo {vertical-align: top;}
.navbar-top-mp { /* Padding for top navbar links */
	padding-left: ($spacer * .5) !important;
	padding-right: ($spacer * .5) !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;}
a.disabled {
  /* Make the disabled links grayish*/
  color: gray;
  /* And disable the pointer events */
  pointer-events: none;
}
.hrcl {
  border: 1px solid black;}

/*Search*/

.searchBox {
    position: flex;
    background-color: #fff;
    height: 30px;
    border-radius: 40px;
    padding: 0px;

}

.searchBox:hover > .searchInput {
    width: 200px;
    padding: 0 6px;
    border-radius: 40px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
    float: right;
    width: 30px;
    height: 30px;
    border-radius: 80%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    border-color: #9C1D23;
    background-color: white;
    outline: 0 !important;
}

.searchInput {
    border:none;
    background: #fff;
    outline:none;
    float:left;
    padding: 0;
    color: #9C1D23;
    font-size: 16px;
    transition: 0.4s;
    line-height: 30px;
    width: 0px;

}
.jumbotron-fluid {
	padding: 0;
	padding-top: 1rem;
	margin-bottom: 0;
}

/*--Dropdown on hover --*/
.dropdown:hover .dropdown-menu {
   display: block;
}
.dropdown-menu > a:hover {
    background-color: #6C757D;
}






/*News and Events*/
.example2 {
  border: 1px solid;
  padding: 10px;
  box-shadow: 5px 10px #888888;
  background-color: #efe6ed;
  border-radius: 25px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 10px;
  background-color: #efe6ed;
  text-align: 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 */
.activei, .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;}
.class	{
	padding-left: 0;
}


  .active_tab
  {
   background-color:#fff;
   color: #9C1D23;
   font-weight: 600;
  }
  .inactive_tab
  {
   background-color: #f5f5f5;
   color: #333;
   cursor: not-allowed;
  }
  .has-error
  {
   border-color:#cc0000;
   background-color:#ffff99;
  }