html {
	scroll-behavior: smooth;
}

.btn:focus {
	text-decoration: underline;
}

.mega-title {
  margin-bottom: 0 !important;
  color: #151515 !important;
}

.dropdown-item {
  padding: 5px 10px 15px 25px !important;
}

.pt-0, .py-0 {
  padding-top: 6.25rem !important;
}

header {
  border: none;
  background-color: #fff !important;
  /* opacity: 0.9; */
}

.presentation img {
  max-width: 75% !important;
}

section#default {
  padding-top: 78px !important;
  padding-bottom: 0px !important;
}

.section-lg {
  padding-top: 0px !important;
}

.body-bullets {
  color: #666 !important;
}

.flaticon:before  {
  font-size: 50px !important;
}

.crt-feed.crt-feed-branded {
  padding-bottom: 0px !important;
}

.facebook-feed {
  padding: 80px 100px 120px 100px;
}

.crt-grid-post {
  padding-right: 20px;
}

.facebook-header {
  padding-bottom: 40px;
}

.navbar-brand {
  height: 80px;
}

.navbar-brand .navbar-logo {
  max-height: 120%;
  margin-top: -5px;
}

.fire-highlight {
  content: none !important;
}

.career-steps {
  padding-top: 10px;
  padding-bottom: 20px;
}

.benefits:hover {
  border: 1px solid #B71A05 !important;
}

.faqs {
  padding-top: 0px;
}

.mission {
  padding-bottom: 0px;
}

th.sm-padding {
  padding: .875rem;
}

.form-section {
  padding-bottom: 200px;
}

.darker {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
}

.services-menu {
  width: 300px !important;
}

.user-caption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 3) 100%);
  padding: 1rem 1rem .5rem 1rem;
}

.form-check-input {
  position: relative;
  margin: 0 10px 0 0;
}

.form-control-minimal {
  border: 1px solid #e5e5e5;
}

.col.event-date {
  text-align: right;
}

.image[class*="-overlay"]::after {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 70%);
}

.image[class*="financial-banner"]::after {
  background: rgb(0,0,0);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 40%);
}

.card-body.events {
  padding: 1rem;
}

.cpr-accordion {
  background-color:#B71A05 !important;
  border-bottom: 2px solid rgb(146, 22, 5) !important;
}

.nav-pills button {
	text-align: left;
	border: none;
	background-color: #fff;
}

@media only screen and (max-width: 600px) {
  .navbar-brand.fire-logo {
    height: 46px;
  }
}

.accordion-careers {
	font-family: "Nunito Sans", sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
}

.nav-link {
	color: #B71A05 !important;
}

.nav-link:focus {
	text-decoration: underline;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 6px;
}

.skip-link:focus {
    position: static;
    left: 0;
    top: 0;
}

.rotation-button {
	margin: 0 auto auto auto;
  width: 10%;
}

.pause-container {
	margin-top: 10px !important;
	width: 25%;
  float: left;
}

.pause-container button {
	background-color: #fff;
	border: none;
}

.resume-container {
	margin-top: 10px !important;
	width: 25%;
  float: left;
}

.resume-container button {
	background-color: #fff;
	border: none;
}

.pause-container button:hover {
	color: #B71A05;
}
.pause-container button:focus {
	color: #B71A05;
}

.resume-container button:hover {
	color: #B71A05;
}
.resume-container button:focus {
	color: #B71A05;
}

.fire-motto {
	font-size: 2.5rem;
	color: #000;
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.5;
}

/**
Arrange the tablist and tabpanels out horizontally when tabs are stacked vertically
*/
.vertical-tabs {
display: flex;
}

.vertical-tabs .tablist {
flex: 0 0 190px;
}

/**
Tab button controls
*/
.tab {
display: block;
width: 100%;
background: 0;
border: 0;
margin: 0 0 8px 0;
padding: 12px 15px;
text-align: right;

background-color: rgba(255,255,255,.5);
}

/** Focus state */
.tab:focus {
outline-offset: 4px;
/* border-left: 4px solid black;
text-decoration: underline; */
}

/** Selected state (tabpanel visible) */
/* .tab[aria-selected="true"] {
background-color: white;
border-left: 4px solid rgba(0,0,0,.2);
} */

.tab[aria-selected="true"]:focus {
	border-color: royalblue;
	color: royalblue;
	text-decoration: underline;
}

/** Disabled state */
.tab[disabled="true"] {
cursor: not-allowed;
text-decoration: line-through;
}


/**
Tab panels
*/
.tabpanel {
display: none;
min-height: 250px;
padding: 20px;
background-color: #fff;
}

.tabpanel.is-visible {
display: block;
}

.tabpanel h2 {
margin-top: 0;
}

.cta-text {
	color: #fff !important;
}

.video-js .vjs-big-play-button {
	color: #fff;
}

.video-js .vjs-big-play-button::before {
	border: 3px solid #fff;
}

.video-js .vjs-big-play-button {
	font-size: 60px;
}

div.accordion-content {
    display: none;
}

div.accordion-content.show {
    display: block !important;
}

.user .user-caption {
	padding-top: 6rem;
	padding-bottom: 5.75rem;
}

.user .socials {
	transform: translate(0, 0);
}

.socials button:focus {
	color: #151515;
	background-color: #e5e5e5;
	border-color: #e5e5e5;
	text-decoration: underline;
}

.user-caption span {
	color: #fff;
	font-weight: 400;
}

.modal-footer .btn-primary:focus, .btn-primary.focus {
	text-decoration: underline;
}

.photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#stations-carousel .owl-item {
	padding-right: 10px !important;
}

button.accordion-control {
	background-color: #fff;
	border: none;
}

.accordion-control h5 {
	text-align: left;
}
