.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;
}

.small-padding {
    padding: 50px 0;
}

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



img.logo {
	max-width: 150px;
}

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

#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;
}
body {
    color: #292929;
}
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;
}

.red-text {
    color: #862424;
}

h1 {
    font-family: interstate, sans-serif;
    font-size: 7vw;
    line-height: 1;
    font-weight: 800;
}

@media only screen and (min-width: 1575px) {
    h1 {
        font-size: 90px;
    }
}

h1 span.subhead {
    font-size: 40%;
    line-height: 1;
    font-weight: 400;
}

h2 {
    font-family: interstate, sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 25px;
}

h2.subtitle, p.subtitle {
    font-family: interstate, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

h3 {
    font-family: interstate, sans-serif;
}

.posts p.small {
    text-transform: uppercase;
    opacity: 0.8;
}

.posts a {
    color: #4347b9;
}

.posts h3 {
    font-family: interstate, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.posts p {
    font-size: 14px;
    line-height: 24px;
}


p {
    font-size: 16px;
    line-height: 24px;
}

.yellow-box, .yellow-box-02 {
    position: relative;
    z-index: 2;
}

.yellow-box:before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    border: 2px solid #f5b400;
    height: 80%;
    width: 100%;
}

.yellow-box-02:before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    border: 2px solid #f5b400;
    height: 80%;
    width: 100%;
}

@media (max-width: 992px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    h2.subtitle, p.subtitle {
        font-size: 14px;
        margin-bottom: 14px;
    }

    p {
        font-size: 15px;
        line-height: 22px;
    }

    .yellow-box:before {
        left: -30px;
        bottom: -50px;
    }

    .yellow-box-02:before {
        right: -30px;
        bottom: -50px;
    }
}

@media (max-width: 767px) {
    .yellow-box:before, .yellow-box-02:before {
        display: none;
    }

    img.logo {
        max-width: 120px;
    }

    h1 {
        font-size: 60px;
        line-height: 1;
    }
}


@media (min-width: 768px) {
    .container {
        max-width: 800px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.footer h3 { 
    color: #f5b400;
}

p.lead {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
}

.btn.btn-primary {
    background: #4347b9;
    border: #4347b9 1px solid;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fefefe;
}

.btn.btn-outline-primary {
    border: #4347b9 1px solid;
    color: #4347b9;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:active, .btn-outline-primary:hover, .btn-outline-primary:active  {
    background: #33379a;
    color: #fefefe;
    border: #33379a 1px solid;
}

.footer a {
    font-weight: 600;
    text-decoration: underline;
}

.grey-bg {
    background: #ececec;
}

a {
    color: #4347b9;
    font-weight: 600;
}

a:hover, a:focus, a:active {
    color: #33379a;
}

.announcement-alert {
    width: 98%;
    position: fixed;
    bottom: 2%;
    left: 1%;
    background: #f5b400;
    padding: 20px;
    z-index: 10;
    box-shadow: 0px 2px 20px 3px #2d2d2d;
}

.announcement-alert i {
    color: #a72b22;
}