/*-------------------
   Global Styles
-------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,700&display=swap');

html {
    background-color:#FFFFFF;
}

.btn {
    font-family: 'Poppins', sans-serif;
}

.btn-xs {
    padding: 2px 6px !important;
    font-size: 12px;
}

.btn-info {
    background-color: #19B2F7;
    color: #FFFFFF;
}
.btn-primary {
    background-color: #014374;
    border-color: #012A49;
}

.features-navigation {
    text-align: center;
    margin: 30px 75px 15px 75px;
}

.narrow {
    white-space: nowrap;
    display: inline;
}

.features-navigation a {
    margin-bottom: 4px
}
.feature-item {
    margin-bottom: 65px;
}

.loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 2px solid #ffffff;
    animation: spin 1s linear infinite;
    vertical-align: middle;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

h2 > small {
    color:#666666;
}
/*-------------------
   Header Styles
-------------------*/

header {
    font-family: 'Poppins', sans-serif;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

header .navbar {
    background-color: rgba(2, 46, 84, 1); 
    width: 100%;
    z-index: 100;
}

header .navbar {
    background-color: rgba(2, 46, 84, 0.9);
}

header .navbar .navbar-brand, 
header .navbar a.nav-link {
    color: #FFFFFF !important;
}

header nav a.nav-link {
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    padding: 0px !important;
}

header li.nav-item {
    position: relative;
    padding: 10px;
}


header .navbar .btn {
    margin-left: 10px;
    margin-top: -6px;
}

header .navbar-nav li.active a.nav-link {
    border-bottom: 2px solid #F2F2F2;
}

header .navbar a.btn:hover, 
header .navbar a.btn {
    border-bottom:none !important;
    padding: 5px !important;
}

header .dropdown-menu {
    border-radius: 5px;
    border-top: 4px #19B2F7 solid;
    padding: 5px 0;
    margin-top: 10px;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

header .dropdown-menu li {
    padding: 0;
}

header .dropdown-item {
    color: #014374;
    font-weight: bold;
    padding-left: 15px !important;
}

/*-------------------
   Page Title
-------------------*/

div.header-title {
    background-image: url(/images/header-banner.png) !important;
    background-position: center;
    background-size: cover;  
    padding: 180px 0 54px 0;
    position: relative;
    z-index: 50;
}

div.header-title h1 {
    color:#FFFFFF;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    text-align: center;
}

div.header-title small {
    font-size:70%
}

div.header-title span {
    color: #FFFF80
}

div.header-title sup {
    font-size: 40%;
    top: -18px;
}

/*-------------------
   Main Content
-------------------*/
.container-padding {
    padding: 20px 120px;
}

.main-content {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    min-height: 450px;
}

.main-content h2,
.main-content h3, 
.main-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #014374;
    margin-bottom: 0px;
}
.main-content p {
    font-size: 1.2em;
}

.main-content h3 {
    color: #666666;
    font-size: 1.75em;
}

.main-content h4 {
    font-size: 1.25em;
    line-height: 1.3em;
}

body#article .main-content {
    padding-bottom: 20px;
    padding-top: 20px;
}

/*-------------------
   Breadcrumb Styles
-------------------*/

ul.breadcrumb {
    display: flex;
    font-size: 0.85em;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

ul.breadcrumb li {
    margin-right: 5px;
}

ul.breadcrumb li a {
    color: #999999;
    text-decoration: none;
}

ul.breadcrumb li:not(:last-child):after {
    content: ">";
    margin-left: 5px;
}





/*-------------------
   Our Team Page
-------------------*/

body #our-team {
    background-color: #F2F2F2 !important;
}

.staff-item {
    align-items: start; 
    background-color: #FFFFFF;
    border: 1px #EAEAEA solid;
    display: flex; 
    margin: 0.7em 0.7em 2.5em 0.7em;
    padding: 20px;
    position: relative;
}

.staff-image {
    background-repeat: no-repeat;
    background-size: cover;
    flex-shrink: 0;
    height: 250px;
    margin-right: 1em;
    width: 250px;
}

.staff-title {
    flex-basis: 0;
    flex-grow: 1;
    overflow: auto; 
    /* max-height: 250px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 8; Adjust based on how many lines you want to display */
    -webkit-box-orient: vertical;
}
.staff-bio p {
    font-size: 1em;
}

/*-------------------
   Pricing Page
-------------------*/
.table-pricing tr td:nth-child(3) {
    background-color: #e1f4fd;
}

.table-pricing tr td:nth-child(1) p {
    font-size: 0.85em;
    margin-bottom: 0;
}
.table-pricing .material-symbols-outlined {
    font-weight:bold;
}
/*-------------------
   Resources Page
-------------------*/

.resources-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -0.5em;
}
.resources-list > .col-sm-12 {
    display: flex;  
  }
.resource-item {
    /* flex: 0 0 33%;
    max-width: 30%; */
    background-color: #f8f8f8;
    border: 1px #BABABA solid;
    border: 1px #EAEAEA solid;
    box-shadow: 0 0 10px 10px #EAEAEA;
    box-shadow: 0 0 5px 5px #F2F2F2;
    cursor: pointer;
    flex-grow: 1; 

    margin-bottom: 1.5em;
    margin: 0.7em;  
    position: relative;
}
.resource-item:hover {
    border: 1px #C0C0C0 solid;
    box-shadow: 0 0 10px 10px #DADADA;
}
.resource-image {
    width: 100%;
    height: 0;
    padding-bottom: 56%; /* aspect ratio 4:3, if the image is 16:9 use 56.25% */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
  
.resource-title {
    padding: 0.6em;
    text-align: left;
    background-color: #F8F8F8;
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    border-top: 1px #EAEAEA solid;
}
.resource-title p.resource-type {
   margin: 0 0 5px 0; 
   font-size: 1em;
   font-weight: bold;
   color: #014374;
}

.resource-title h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin: 0;
    font-weight: 600;
}
.resource-type {
    font-size: 0.9em !important;
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: #014374;
    font-weight: 600;
}
.resource-date {
    font-size: 0.9em !important;
    color: #999999;
    position: absolute;
    right: 10px;
    bottom: -5px;
    font-weight: 600;
}

.resource-page-content {
    margin-top: 30px;
}
.resource-page img {
    margin: 0 0 15px 15px;
}

.sticky {
    position: fixed;
}

/*-------------------
   Footer Styles
-------------------*/

footer {
    color:#FFFFFF !important;
}

footer a {
    color:#FFFFFF !important;
    text-decoration: none;

}

footer #footer-menu .nav-link {
    font-weight: bold;
    padding-bottom: 0;
    font-size: 1.4em;
    padding-top: 2px;
}

footer img#YoutubeLogo {
    margin-bottom: -5px;
}
.footer-copyright {
    padding: 0 15px;
}
/*-------------------
   Media Queries
-------------------*/
@media(max-width:991px) {
    .container-padding {
        padding:20px 15px;
    }
    #footerBox {
        margin-top: 16px !important;
    }
}
@media(max-width:575px) {
    #footer-copyright {
        padding:0 15px;
        font-size:12px;
    }
    .navbar-brand img {
        height: auto;
        width: 130px;
    }
    .footer {
        padding-bottom: 0 !important;
    }
}
@media (max-width: 768px) {
    .staff-item {
        display: block;
    }
    .staff-image {
        margin: 0 auto;
        margin-bottom: 16px;
    }
    .staff-title h2 {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 16px;
    }
}