  /*Remove PDF Icon*/

#page a[href$=".pdf"]:before {
    background-image: none;
    width: 0px;
}

/*HomePage*/

#announcement {
    display:block;
    padding: 0px;
    margin-bottom: 0px;
}

#announcement p {
    margin: .5em 0;
}

#masthead {
/*    background: url("/fdis/_images/marcomm-building-insperity-center-jn-13jun19-00001.jpg") fixed; */
    background: url("/fdis/_images/masthead_stock_292461060.jpg") fixed;
    background: url("/fdis/_images/masthead_marcomm_tech_event_sugarlandribboncutting.jpg") fixed;
    background-color: #000;
    padding: 20px 0px 100px 0px;
    background-repeat: no-repeat;
    height: 450px;
    position: relative;
    background-size: cover;

}

#masthead h2 {
    color: #ffffff;
    font-family: "League Gothic",sans-serif;
    font-size: 90px;
    font-weight: normal;
    line-height: 0.95em;
    letter-spacing: 0px;
    margin: 0px 0px 5px -0.03125em;
    padding: 0px;
    text-transform: uppercase;
    }

#masthead h3 {
    color: #f2f2f2;
    font-style:italic;
    }

#masthead p a {
    color: #F6BE00;
}

.fdisContact {
    color: #fafafa;
    font-size: .75em;
    margin-top: 70px
}

/* Custom text background for Front Index page Masthead: */
#masthead h2, #masthead h3,#masthead .fdisContact p
{
display: inline-block;
background: rgba(200, 16, 46);
padding-left: 10px;
}

#spiffs {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: hsl(0, 0%, 95%);
    margin-top: 0px;
}

#spiffs H1 {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-top: 0px;
}

#spiffs caption1 {
    color: #333;
    font-weight: bold;
}

#spiffs caption2 {
    color: #333;
    font-weight: bold;
}

#spiffs caption3 {
    color: #333;
    font-weight: bold;
}

#spiffs caption4 {
    color: #333;
    font-weight: bold;
}

#spiffs img {
    height: 180px;
}

#fdisCalendar {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;

}

#fdisCalendar H1 {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-top: 0px;
}

#calendar-feed-container, #calendar-feed-div, #calendar-identifier-div {
    width:100%;
    }
    
#calendar-feed-container .col-xs-10 {
    float:none;
    width: 100%;
}

/* Stop blurry too-bold H1 elements */
header h1 {
    font-weight: normal;
}

div.each-event.row {
    float: left !important;
    margin-bottom: 25px !important;
    width: 30% !important;
    margin-right: 3% !important;
  }

.event-link {
	margin-bottom:10px;
	}
.event-link:after{
	content:"\A";
	}

.event-time {
	font-weight:bold;
	}

.event-date {
    width: 115px; 
    margin-right: 10%;
	float: left;
    padding-bottom: 10px;
	}

.startmonth {
    width: 115px;
    display: block;
    background-color: #c8102e;
    color: #fafafa;
    font-family: 'Milo', sans-serif;
    font-weight: 100;
    font-size: 30px;
    padding: 5px 0px;
    text-align: center;
  }

.startdate {
    width: 115px;
    background-color: #fff;
    display: block;
    text-align: center;
    border: solid 1px #e0e0e0;
    border-top: none;
    padding: 15px 0px;
    font-family: 'Milo', sans-serif;
    font-weight: 300;
    font-size: 40px;
    }
    
span.event-time {
	display:block;
    color: #54585a;
    font-size: .85em;
	}
    
#calendar-identifier-div {
    display: none;
  }

#instructionFeed {
    background-color: hsl(0, 0%, 95%);
    padding-top: 50px;
    padding-bottom: 50px;
}

#instructionFeed H1 {
    font-family: 'League Gothic', sans-serif;
    text-transform: uppercase;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.instruction {
    margin: 30px 0 15px;
	font-size: 3.375rem;
	font-family: 'League Gothic', sans-serif;
	text-transform: uppercase;
}
.feedburnerFeedBlock {
	margin-top: 20px;
}

.feedburnerFeedBlock ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.feedburnerFeedBlock li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 25px;
    padding: 20px;
	float: left;
    min-height: 240px;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    border-radius: 2px;

}

.headline a {
	font-family: 'Milo', sans-serif;
	text-decoration: none;
	font-size: 1.5rem;
	color: #c8102e;
	margin-bottom: 5px;
	display: block;
	line-height: 1.75rem;
}

.headline a:hover {
	text-decoration: none;
	color: #960C22;
}

.feedItemAuthor {
	color: #54585A;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	display: inline-block;
	display: none;
}

.feedItemAuthor::after {
	content: "|";
	padding-left: 15px;
	display:none;
}

.feedburnerFeedBlock .date {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #54585A;
	display: inline;
	font-style: italic;
}


.feedburnerFeedBlock div {
	font-family: 'Milo', sans-serif;
	font-size: 1.125rem; /* 18px */
    font-weight; 300px;
	line-height: 1.33333333333333em;
	line-height: calc(1.5em - 3px);
	margin: 0;
	padding-top: 15px;
	color: #333;
}

#creditfooter {
	display:none;
}

/*Cards*/

.fdisCard {
    min-height: 350px;
    margin-bottom: 35px;
    background-color: #fafafa;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.cardHeader {
    padding: 50px 0px 10px 10px;
    background-size: cover;
    -moz-border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}


.cardHeader h3 {
    margin: 35px 0px 15px 0px;
}

.cardHeader h3 a {
   color: #fff;
    font-family: 'League Gothic', arial, sans-serif;
    font-size: 1.4em;
    text-shadow: 3px 4px 4px rgba(0, 0, 0, .45);
}

.cardBody {
    padding: 0px 10px 10px 10px;
    position: relative;
}

.cardBody h3 a {
    color: #c8102e;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    top: 150px;
    position: absolute;
}

.cardBody h3 a:hover {
    color: #960C22;
    text-decoration: underline;
}

.cardBody p {
    font-size: .90em;
}

.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

.card.horizontal{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 35px;
}

.card-image {
  position: relative;
}
.card.horizontal .card-image {
  max-width: 50%;
}

.card.horizontal .card-stacked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.card.horizontal .card-stacked .card-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.card.horizontal h4 {
  margin-left: 24px;
  margin-top: 15px;
}

.card.horizontal p {
  margin-left: 24px;
}

.card.horizontal a {
  text-transform: uppercase;
}
.card .card-action {
  position: relative;
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 20px;
}

.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}
.list-unstyled-item{
   margin: 2px;
 }
.list-unstyled-item > .btn-danger{
    display: block;
    width: 100%;
}

/*  Media Queries */

@media screen and (max-width: 480px) {
    #masthead  {
      /* height: 600px; */
    }

    .feedburnerFeedBlock li  {
      width: 100%;
      float: none;
      margin-right: 0%;
    }
    .ai1ec-date {
      background: inherit !important;
      border: none !important;
      float: none !important;
      width: 100% !important;
      display: block !important;
      }
}

@media screen and (min-width: 992px) and (max-width: 1264px) {
    .fdisCard {
    min-height: 460px;
}
    .cardBody h3 a {
    color: #c8102e;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    top: 230px;
    position: absolute;
    }
}

@media screen and (max-width: 991px) {
    .fdisCard {
    min-height: 250px;
}
    .cardBody h3 a {
    position: relative;
    top: 0px;
    }
}

/* Fix Masthead overrun */
@media screen and (max-width:560px) {
   #masthead h2 { font-size:15vw; }
   #masthead h3 { font-size:5vw; }
}