/* Equalize Simple List Blocks*/

/* Change item class here */
.items_e5b2c4e737ec4e0aa95cafd927041564,
.items_ac438259cd624f69acfaf91166c9da26,
.items_aa3dabd2d02c4dfd95b32af6b7d97adf{ 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_e5b2c4e737ec4e0aa95cafd927041564 > .item,
.items_ac438259cd624f69acfaf91166c9da26 > .item,
.items_aa3dabd2d02c4dfd95b32af6b7d97adf > .item{
	display: flex;
	flex-direction: column;
}


#page_e00b3f7930bf44a9af4a89931b583d51 .headerAndNavContainer{
    background-color: rgba(0,0,0,0.0);
}

/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}
@media only screen and (max-width:767px){
    .flex-viewport{
        height:100%!important;
}
.flexslider .slides img{
    box-shadow: none;
    height: 700px!important;
            background-color: white;

}
}

.button{
    background-image: linear-gradient(to right, #f47004, #fac62a)!important;
}

strong{
    color: inherit!important;
    font-size: 17px!important;
    font-family: museosans, Arial, Verdana, sans-serif!important;
    font-style: normal!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
    letter-spacing: .15em!important;
    line-height: 1.2;
}

.table-head {
    background: #f57005 !important;
    color: #080808;
    font-weight: 700;
    border: 1px solid #080808;
}
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 49%;
        margin: 5px;        
    }
}

.row {
    --bs-gutter-x: 1.5rem!important;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
    --bs-gutter-y: 0;
    margin: 15px;
}

h4{
    color: white;
}