  
/* Tables in 2sxc tabs */
.DnnModule-2sxc table {
    width: fit-content!important;
    margin-left: 0!important;
}
.DnnModule-2sxc .tab_content {
min-width: fit-content;
}
.DnnModule-2sxc table tr td, table tr th {
    padding: 0.5rem!important;
}

/* 2sxc BLUE CARDS */
.cards {  
    background: none!important;  
    padding: 0!important;
} 
.cards .container {  
    padding: 0;  
} 
.cards__grid .cards__head {  
    display: none;  
}  
.cards__grid .cards__item {  
    min-height: 0!important; 
}  
.cards__grid .cards__item p {  
    padding-bottom: 0!important; 
    text-align: left;
} 
.cards__grid .cards__item p:last-of-type {
     padding-bottom: 2.75rem!important;
}

/* SKYCARD */
.skycard.icon-list {
    display: flex;
    list-style: none;
    padding: 0;
}
.skycard.icon-list li {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    padding-left: 1rem;
}
.skycard.icon-list li i {
    color: #004b8d;
    font-size: 3rem;
    margin-bottom: .5rem;
    text-align: center;
}
.skycard.icon-list li span {
    font-weight: bold;
    text-align: center;
    display: block;
}
@media only screen and (max-width: 767px) {
    .skycard.icon-list {
        flex-direction: column;
    }
    .skycard.icon-list li {
        flex-direction: row;
        text-align: left;
        align-items: center;
        margin-bottom: .7rem;
        padding-right: 0;
        padding-left: 0;
    }
    .skycard.icon-list li i {
        font-size: 1.5rem;
        margin-bottom: 0;
        margin-right: .5rem;
        min-width: 27px;
    }
    .skycard.icon-list li span {
    text-align: left;
    display: inline;
}
}
.skycard.icon-before {
    display: flex;
    align-items: center;
}
.skycard.icon-before::before {
    font-family: "Font Awesome 5 pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
    margin-right: 1rem;
    font-size: 2rem;
    color: #004b8d;
}

.skycard.icon-before.circle-check::before {
    content: "\f058";
}
.skycard.icon-before.circle-xmark::before {
    content: "\f057";
}

.skycard.border {
    border: solid 2px #004b8d;
    padding: 1rem;
}

/* FULL-WIDTH F-EVENT */
.howitworks .f-event {
    background-image: url("/Portals/31/assets/images/full-width-f-event/FLC-Skyhawk-Station-0707-min.jpg")!important;
}
.full-width-photo .f-event {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
    padding: 8rem 0;
    margin: 0.5rem 0;
}
.full-width-photo .f-event .col-sm-7 {
    background: rgb(255,255,255,90%);
    padding: 40px;
margin-left: -20px;
}
.full-width-photo .f-event .col-sm-5 {
    display: none;
}
.full-width-photo .f-event .f-event__summary {
    margin-bottom: 0;
}
@media only screen and (min-width: 576.1px) {
    .f-event .d-none {
        display: block!important;
    }
}

@media only screen and (max-width: 576px) {
    .full-width-photo .f-event {
        padding: 18rem 0 2rem;
    }

.full-width-photo .f-event .col-sm-7 {

        max-width: 80%;
    }
.full-width-photo .f-event .col-sm-5 {
     padding: 0;

     flex-direction: column-reverse;
}
.f-event__mobile-cta {
    margin-top: 0!important;
    padding: 0 20px;
    margin-bottom: 1rem;
}
}
/* Main nav upload button */
.sitenav {
    margin-bottom: 0.8rem!important;
}
.menu--main > .menu__item > .button:hover, .menu--main > .menu__item > .button:focus {
    background: transparent;
    color: #0f0f0f;


}
.menu--main > .menu__item > .button  {
    background: #fdbb2d;
    color: #004b8d;
    border: solid #fdbb2d 1px;
    padding: 0.4rem 0.8rem;
    font: inherit;
}
.menu--main > .menu__item:hover:after, .menu--main > .menu__item:focus:after {
    background: none!important;
}
@media only screen and (min-width: 992px) {
    .menu .menu__item.flc-main-nav-button {
        padding-left: 20px;
    }
}
/* navy preheader and footer */
.preheader, .footer .footer__area {
    background: #133149!important;
}
.menu--preheader-left .menu__item .menu__link {
    color: white!important;
}
.menu--preheader-left .menu__item .menu__link:after {
    background: rgba(255, 255, 255, 0.5)!important;
}
.toggle--quick-menu {
    border-color: rgba(255, 255, 255, 0.5)!important;
}

.article_pager {
	font-size:  1.3rem;
	font-weight: 400;
	text-align: center;
}

.article_pager a.page {
padding: 8px 6px;
}

.article_pager a.active {
padding: 8px 6px;
font-weight: 900;
background-color: #eee;
}
