body {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
}
.header-custom {
  padding: 15px;
  /* box-shadow: 0px 1px 8px #999999; */
  position: relative;
  /* border-top: 6px solid #f26a30; */
  /* border-top: 6px solid #0d1632; */
  /* background-color: #ffffff; */
  border-bottom: 1px solid #cecece;
  background: -webkit-linear-gradient( #d5d5d5,#ffffff,#ffffff);
	background: -o-linear-gradient( #d5d5d5,#ffffff,#ffffff);
	background: -moz-linear-gradient( #d5d5d5,#ffffff,#ffffff);
	background: linear-gradient( #d5d5d5,#ffffff,#ffffff);
	background-image: linear-gradient(#d5d5d5,#ffffff,#ffffff);
  border-top: 10px solid #bf1e2d;

}

.page-title {
  background-color: #231f20;
  padding: 15px 10px 10px;
  background: -webkit-linear-gradient( #231f20,#4a4a4a);
  background: -o-linear-gradient( #231f20,#4a4a4a);
  background: -moz-linear-gradient( #231f20,#4a4a4a);
  background: linear-gradient( #231f20,#4a4a4a);
  background-image: linear-gradient(#231f20,#4a4a4a);
  border-bottom: 5px solid #231f20;
  border-top: 5px solid #4a4a4a;
  }
  .page-title h1 {color: #cecece;font-weight: 300;}
.home-dark {
  /* background-image: url(/_images/bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover; */
  background-color: #231f20;
  background: -webkit-linear-gradient(left, #000000, #2c2c2c, #000000);
	background: -o-linear-gradient(right,  #000000, #2c2c2c, #000000);
	background: -moz-linear-gradient(right,  #000000, #2c2c2c, #000000);
	background: linear-gradient(right,  #000000, #2c2c2c, #000000);
	background-image: linear-gradient(to right, #000000, #2c2c2c, #000000);
}

.main-wrapper {
  background-color: #231f20;
  padding: 40px 15px;
  background-image: url(/_images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.main-content {
  background: #ffffff;
  padding: 40px 30px;
}

.footer-custom {
  border-top: 10px solid #bf1e2d;

  background-color: #000000;
  color: #b5b5b5;
  padding: 30px 15px;
  font-size: 12px;
  min-height: 500px;
}

.footer-custom a {color: #ffffff;}




.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    /* color: #212529; */
    color: #ffffff;
    text-align: left;
    /* background-color: #fff; */
    background-color: #6c757d;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}
.accordion-button:not(.collapsed) {
  /* color: #22306d; */
  color: #ffffff;
    background-color: #212529;
    /* background-color: #e9ebf2; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #939abc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(38, 53, 121, 0.25);
}
.accordion-header {
    margin-bottom: 0;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-body {
    padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
    border-width: 0;
}
.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
    border-top: 0;
}
.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}


::placeholder {
  color: #c3c3c3 !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #c3c3c3 !important;
}


.youtube {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}

.youtube iframe, .youtube object, .youtube embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
