/*--------------------------------------------------------------
## Main
--------------------------------------------------------------*/

body,
html {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1.8rem;
  margin-top: 2.4rem;
}

.btn {
  border: none;
  border-radius: 10px;
}

.btn-primary {
  background-color: #004b8d;
  color: #fff;
}

.btn-primary:hover {
  background-color: #004179;
}

.btn-twitter {
  background-color: #1da1f2;
  border-radius: 10px;
  color: #000;
}

.btn-print {
  margin-right: 0.5rem;
  margin-top: 0.3rem;
}

.services-information {
  background: #333;
}

a.card {
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 2rem;
  overflow: hidden;
  text-decoration: none;
  transition: all 150ms ease-in;
}

a.card h3 {
  color: #333;
  font-size: 1.2rem;
  margin: 0;
  overflow: hidden;
  padding: 150px 15px 15px 15px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a.card .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 768px) {
  a.card h3 {
    padding: 250px 15px 15px 15px;
  }
}

a:hover.card {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

a.card.event-card h3 {
  /* height: 100px; */
  overflow: hidden;
  padding: 15px;
  position: relative;
}

/* a.card.event-card h3:after {
	background-image: linear-gradient(-180deg, rgba(255,255,255, 0.00) 0%, rgba(255,255,255, 1.00) 100%);
	bottom: 0;
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	width: 100%;
	z-index: 9;
} */

header .hero {
  background-position: center;
  background-size: cover;
  margin-bottom: 2rem;
}

header .hero h1 {
  background-color: #fff;
  color: #004b8d;
  display: inline-block;
  margin: 0;
  margin-top: 350px;
  padding: 1rem;
}

@media (max-width: 768px) {
  header .hero h1 {
    font-size: 1.8rem;
    margin-top: 200px;
  }
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.sidebar-nav ul li {
  margin-bottom: 0.5rem;
}

.sidebar-nav ul li a {
  background: #004b8d;
  border: medium solid #004b8d;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 1rem 0;
  text-align: center;
  text-decoration: none;
}

.sidebar-nav ul li a:hover {
  background: #fff;
  color: #004b8d;
}
.panel {
  background-color: #e8e8e8;
  border: none;
}

.panel.panel-success > .panel-heading {
  color: #fff;
  background-color: #004b8d;
  border: none;
}

.panel.panel-success > .panel-body {
  text-align: center;
  min-height: 76px;
}

.remaining {
  border-bottom: medium solid #004b8d;
  border-top: medium solid #004b8d;
  font-size: 1.3rem;
  padding: 0.5rem;
  margin: 1rem 0;
}

.remaining > p {
  margin: 0;
}

.breadcrumbs {
  background: #ddd;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}

.date {
  color: #666;
  text-align: center;
}

.site-search {
  margin-bottom: 15px;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.99);
  border-radius: 0;
}

#gmap {
  height: 0;
  padding-bottom: 40%;
  width: 100%;
}

@media (min-width: 991px) {
  .md-pull-right {
    float: right;
  }
}

/*--------------------------------------------------------------
## Accordions Update
--------------------------------------------------------------*/

.c-accordion__item {
  background-color: #ddd;
  margin-bottom: 15px;
}

.c-accordion__title {
  background-color: #eee;
  border: none;
  border-radius: 4px;
  color: #444;
  cursor: pointer;
  outline: none;
  padding: 20px;
  padding-left: calc(1.28571429em + 20px);
  position: relative;
  text-align: left;
  width: 100%;

  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.c-accordion__title:after {
  padding-right: 1rem;
}

.c-accordion__item .c-accordion__title {
  padding: 15px;
  background-color: #ddd;
  margin-bottom: 15px;
}

.c-accordion__item.active button,
.c-accordion__item:hover button,
.c-accordion__item:focus button,
.c-accordion__item .c-accordion__title:active,
.c-accordion__item .c-accordion__title:hover,
.c-accordion__item .c-accordion__title:focus {
  background-color: #ddd;
}
/*
.c-accordion__item.is-open .c-accordion__content {
  max-height: 0;
  overflow: hidden;
  background-color: #ddd;

  -webkit-transition: max-height 250ms ease-out;
  transition: max-height 250ms ease-out;
}

.c-accordion__item.is-open .c-accordion__content {
  margin: 10px 0;
  padding-left: calc(1.28571429em + 20px);
  background-color: #ddd;
} */

.c-accordion__item button .fa {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  background-color: #ddd;

  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  -webkit-transition: all 250ms;
  transition: all 250ms;
}

.c-accordion__item button .fa-plus {
  opacity: 1;
}
.c-accordion__item button .fa-minus {
  opacity: 0;
}

.c-accordion__item.active button .fa-plus {
  opacity: 0;
}
.c-accordion__item.active button .fa-minus {
  opacity: 1;
}

.c-accordion__content {
  padding-left: 15px;
  padding-bottom: 15px;
}
