/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #000000;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-caption h1 {
  color: #ffffff;
}
.blurb {
  color: #ffffff;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #e4001b;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing h4 {
  color:#e4001b;
  padding-top: 5px;
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 1rem 0; /* Space out the Bootstrap <hr> more */
  color:#e4001b;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.featurette h1{
  color:#e4001b;
  padding-top: 15px;
  font-weight: 600;
}
.featurette a:link {
	color:#e4001b !important;
	text-decoration:none !important;
}
.featurette a:hover {
	color:#c82333 !important;
	text-decoration:underline !important;
}
.featurette a:visited {
	color:#e4001b !important;
	text-decoration:none !important;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 0.2rem;
	 /* from 7rem*/
}
/* LINKS
-------------------------------------------------- */

.redlink a:link {
	color:#e4001b !important;
	text-decoration:none !important;
}
.redlink a:hover {
	color:#c82333 !important;
	text-decoration:underline !important;
}
.redlink a:visited {
	color:#e4001b !important;
	text-decoration:none !important;
} 
/* TEXT COLOR
-------------------------------------------------- */
.red{
	color:#e4001b;
}
.fa-circle {
	color:#e4001b;
}
/*===========================================================================*/
						/*Cookie Consent Css*/
/*===========================================================================*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #f81131;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #f95169;
}
/*Cookie Consent End*/
