.header, .content-block, .callout-overlay {
	position: relative;
	z-index: 0;
}

.header .container, .content-block .container,  .callout-overlay div {
	position: relative;
	z-index: 2;
}

.default-padding {
	padding: 100px 0;
}

.footer.default-padding {
    padding: 50px 0 15px;
}

.fa-ul>li {
    position: relative;
    margin-bottom: 18px;
}

.nav-container {
		box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
	}

#player_wrapper,#player {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  z-index: -1;
}

#player_wrapper {
  overflow:hidden;
}

video.b-bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 69, 126, 0.99);
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 15px;
    top: 0.25rem;
    overflow: hidden;
    border: none;
    color: #fefefe;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0.9375rem;
    background: transparent;
    border: none;
}

/* Menu style */
.mobilemenu nav {
    position: relative;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: auto;
    margin-left: auto;
}

.mobilemenu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.mobilemenu ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.mobilemenu ul li a {
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #fefefe;
  display: block;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
  text-align: center;
}

.mobilemenu ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

.mobilemenu ul li a:hover, .mobilemenu ul li a:focus {
    color: #caccce;
}

#mobile_menu {
    height: 100vh;
    background: #4d5c49;
    display: flex;
    align-items: center;
    color: #fefefe;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s ease-in;
}

#mobile_menu.active {
    width: 100%;
    position: fixed;
    transition: all 0.25s ease-in;
}

@media only screen and (max-width: 500px) {
    #mobile_menu.active {
        width: 100%;
        position: fixed;
        transition: all 0.25s ease-in;
    }
}

#mobile_menu.active a i {
    opacity: 0;
    transition: opacity 0.25s ease-in;
}

#mobile_menu .closenav {
    position: absolute;
    top: 2rem;
    right: 1rem;
    opacity: 0;
    display: none;
}

#mobile_menu.active h3, #mobile_menu.active .closenav  {
    opacity: 1;
    display: block;
    transition: opacity 1s ease-in;
}

button.overlay-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
    background: none;
    outline: none;
    border: none;
}

.dropdown-menu {
    padding: 0;
}

.callout-overlay {
    min-height: 300px;
    display: flex;
}

@media (min-width: 576px) {

    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

}

.footer .fa-ul {
    margin-left: 30px;
    padding-left: 0;
}

.footer .fa-ul>li {
    position: relative;
    margin-bottom: 10px;
}

ul.footer-menu {
    display: block;
    list-style-type: none;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.btn-secondary {
    background-color: #a51e23 !important;
    border: 1px solid #a51e23 !important;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:active {
    background-color: #8e2327 !important;
    border: none;
    color: #fff;
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}

.hp-slide p {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

button.owl-prev {
    left: 0;
    position: absolute;
}

button.owl-next {
    position: absolute;
    right: 0;
}

.featured_img {
    height: 425px;
}

@media (max-width: 991px) {
    .featured_img {
        height: 350px;
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a51e23;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #a51e23;
    text-decoration: none;
}

h1 {
    font-family: Montserrat !important;
    font-size: 80px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 1px !important;
    padding-bottom: 50px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
}

h1 span.small {
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 1.25;
}

@media (max-width: 1199px) {

    h1 {
        font-size: 60px !important;
        line-height: 1.1 !important;
    }

}

@media (max-width: 991px) {

    h1 {
        font-size: 38px !important;
        line-height: 1.1 !important;
        padding-bottom: 30px !important;
    }

    h1 span.small {
        font-size: 18px;
    }

}

h3.performers {
    font-weight: 700;
    color: #707070;
}

h3.performers:after {
    display: inline-block;
    content: "";
    border-top: 3px solid #a51e22;
    width: 2rem;
    margin: 0 1rem;
    transform: translateY(-0.25em);
}

h2.no-line:after {
    display: none;
    content: "";
}

h2.roboto {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: uppercase;
}

.text-center h2.roboto:after {
    display: block;
    content: "";
    border-top: 2px solid #a51e22;
    width: 5rem;
    margin: 0.5em auto 0;
    transform: translateY(-0.25em);
}

.btn {
    font-family: 'Roboto' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 1.25px !important;
    text-transform: uppercase !important;
}

.btn-outline-secondary {
    color: #a51e23;
    border-color: #a51e23;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #a51e23;
    border-color: #a51e23;
}

.bold-link {
    color: #a51e23;
    font-family: 'Roboto';
    text-transform: uppercase;
    letter-spacing: 1px;
}

.small p {
    font-size: 14px;
    line-height: 28px;
}

#accordion .card-header .btn {
    text-transform: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.announcement {
    background: #1d2454;
    color: #fefefe;
    font-size: 14px;
    padding: 5px 0;
}

.announcement p {
    line-height: 1.5;
}

@media (max-width: 991px) {

    .announcement p {
        font-size: 14px;
        text-align: center;
    }

    .header .lead {
        font-size: 1rem;
    }

}

.announcement a {
    color: #c9d2ff;
}

.announcement a:hover, .announcement a:active {
    color: #0056b3;
}

.owl-theme.hero-slider .owl-nav.disabled + .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}
