
body {
    font-family: 'Open Sans', sans-serif;
}
/*Markup Tools*/
.red-border{
    border:5px solid red;
}
/*.blue-border {
    border: 5px solid blue;
}*/
.black-border {
    border: 5px solid black;
}
/*End Markup*/

/*general*/
.bg-gray{
    background-color: #595959
}
.bg-dark-blue {
    background-color: #273661
}
.bg-teal {
    background-color: #43ada5
}
.bg-black {
    background-color: black;
}
.bg-tan {
    background-color: rgb(224 217 203);
}
.dark-filter {
    opacity: 0.6;
}

.darker-static-filter {
    background: rgb(103 103 103); /* Fallback for older browsers without RGBA-support */
    background: rgb(0 0 0 / 0.50);
}

.darker-filter {
    background: rgb(103 103 103); /* Fallback for older browsers without RGBA-support */
    background: rgb(0 0 0 / 0.50);
    
}
    .darker-filter:hover {
        background: rgb(204, 204, 204); /* Fallback for older browsers without RGBA-support */
        background: rgba(204, 204, 204, 0.5);
    }
.drop-shadow {
    -moz-box-shadow: 0 3px 5px 0 #a3a3a3;
    -webkit-box-shadow: 0 3px 5px 0 #a3a3a3;
    box-shadow: 6px 4px 4px 0px #a3a3a3;
}
.divider-tan {
    border-bottom: solid;
    border-bottom-color: rgb(224 217 203);
    border-bottom-width: 2px;
}

.sub-header {
    font-weight:600;
    font-size:1.2rem
}

.center {
    text-align:center
}
.right {
    text-align:end
}
.delimiter {
    width: 167px;
    height: 9px;
    background: #273661 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block
}
.inactiveLink {
    pointer-events: none;
    cursor: default;
}
/*general*/

/*iframe*/
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iframe {
    width: 950px;
    height: 975px;
}
/*End Iframe*/

/*Buttons*/
/*button primary*/
.ripple {
    background-position: center;
    transition: background 0.5s;
}

    .ripple:hover {
        background: white radial-gradient(circle, transparent 1%, white 1%) center/15000%;
    }

    .ripple:active {
        background-color: rgb(243 236 222);
        background-size: 100%;
        transition: background 0s;
    }
.button-primary {
    background-color: transparent;
    height: 50px;
    border: 3px solid black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    padding: 0px 20px;
}
    .button-primary:hover {
        background-color: rgb(243 236 222);
    }

.button-primary-sm {
    background-color: transparent;
    height: 40px;
    border: 2px solid black;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 0px 12px;
}

    .button-primary-sm:hover {
        background-color: rgb(243 236 222);
    }

.button-secondary {
    color: white;
    background-color: transparent;
    height: 50px;
    border: 3px solid white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0px 20px;
}

    .button-secondary:hover {
        background-color: #343434;
    }

.button-mobile {
    border: 3px solid rgb(224 217 203);
    border-radius: 10px;
    height: 50px;
    margin: 0px 10px 8px 10px;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}

    .button-mobile:hover {
        background-color: rgb(243 236 222)
    }

.button-mobile-active {
    border: 3px solid rgb(224 217 203);
    border-radius: 10px;
    height: 50px;
    margin: 0px 10px 8px 10px;
    background-color: rgb(224 217 203);
    text-transform: uppercase;
    font-weight: 600;
}
/*End Buttons*/
/*Links*/
.link-header {
    font-size: 36px;
    font-weight: 600;
    color: white;
}
.plain-link{
    text-decoration:none;
    color:black;
}
.plain-link:hover {
    text-decoration: none;
    color: black;
}
.anchor-link {
    text-transform: uppercase;
}

a{
    cursor:pointer
}
/*End Links*/
/*Lists*/
.plain-list {
    list-style: none;
    padding: 0px;
}
/*End Lists*/
/*Navigation*/
.top-ribbon {
    background-color: #273661;
    width:100%;
}
.nav-link {
    font-size: 20px;
}
.nav-sub-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.navbar-light .navbar-nav .nav-link{
    color:black
}
.bold {
    font-weight: 800
}

.submenu-items{
    border:none
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #0a58ca
}

.dropdown-item.active, .dropdown-item:active {
    color: #0a58ca;
    background-color:transparent
}
.active {
    color: #0a58ca;
}

.search-bar {
    border: solid;
    border-color:lightgray;
    border-radius:3px;
}
.primary-nav-item {
    text-transform: uppercase;
}
.fa-icon {
    font-size: 12px;
}
.breadcrumb li {
    text-transform: uppercase;
    color: #595959;
}
.breadcrumb li a {
    text-decoration:none;
    text-transform: uppercase;
    color: #595959;
}

.section-header {
    background-color: rgb(224 217 203);
    padding: 2px 14px 2px 14px;
    width:fit-content;
    font-size: 1.5rem;
    font-weight: 700;
    margin:12px 0 12px 0;
}
/*End Navigation*/

/*Lists*/
.list-striped .list-item:nth-child(odd) {
    background-color: rgb(221 203 168 / 0.19);
}

.list-item {
    font-size: 18px;
}

.list-title {
    font-style: italic
}

.list-divider {
    color: rgb(195 182 159);
    height: 6px !important;
    margin: 0px;
}

.dark-font {
    color: black;
}

.active {
    display: block;
}

.inactive {
    display: none;
}

h4[aria-expanded=true] .fa-plus {
    display: none;
}

h4[aria-expanded=false] .fa-minus {
    display: none;
}
/*End Lists*/

/*Events*/
.event-card {
    border-bottom: solid;
    border-bottom-color: rgb(224 217 203);
    border-bottom-width: 2px;
}
.event-card p{
    margin: 0;
}
.event-card:hover {
    background-color: rgb(243 236 222);
    color: inherit !important;
    border-radius: 5px;
}
.event-card-date {
    text-align:center;
    margin: 0 8px 0 8px;
    line-height: 1;
}
.event-card-month {
    padding: 0;
    font-weight: 700;
    font-size: 1.5rem;
}
.event-card-day {
    padding: 0;
    font-weight: 800;
    font-size: 2rem;
}
.event-card-info {
    padding: 12px;
}
.event-card-title {
    font-weight: 500;
    font-size: 1.1rem;
}
.event-card-details {
    font-size: 1.1rem;
}
/*End Events*/
/*Locations*/
.loc-card{
    padding: 16px 0px 16px
}
.loc-title{
    font-size: 2rem;
    font-weight: 800;
}
.loc-address p {
    margin: 0;
}
.loc-phone {
    font-size: 1.5rem;
    font-weight: 600;
}
.loc-email {
    font-size: 1.5rem;
    font-weight: 600;
}
/*End Locations*/

/*Media Query*/
@media (min-width: 1200px) {
    .nav-link {
        font-size: 13px;      
    }
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
@media (max-width: 1199px) {
    .nav-link-drop {
        font-size: 16px;
    }
    .dropdown::selection .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/*End Media Query*/

