/***************** Custom css **********************/
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype'),
        url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype'),
        url('../fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.fs-7{
    font-size: 14pt;
}

h1:not(.u-title) {
    font-weight: 400;
    font-size: 3rem;
    line-height: 1.1;
}

.color_15{
    color: var(--default-color);
}

.membership-page p{
        margin-top: 20px;
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    color: #666;
    font-style: italic;
}

body, a, p {
    font-family: 'Calibri', sans-serif;
}

ol, ul {
    padding-left: 20px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px !important;
    }

.top-header a{
    border-right: 0;
    text-decoration: none;
    color: #505356;
    font-size: 13px;
    line-height: 17px;
    margin-right: 15px;
    padding: 0;
}

.header .sign-in {
    background-color: #00549F;
     font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    /* text-transform: uppercase; */
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    border: none;
}

.start-header{
    min-height: 80px;
}

.icon-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
    display: block;
    color: #484848;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.icon-box h2{
        font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 20px;
        color: #00549f;
}

.icon-box a {
    color: #484848;
    text-decoration: none;
    text-align: center;
}

.icon-box img {
    height: 70px;
}

.box-shadow{
   padding: 10px 20px 10px 20px;
    width: 100%;
    overflow: hidden;
    box-shadow: 1px 1px 18px lightgrey;         
}

.middle-about h3{
        font-size: 24pt;
    color: #00549f;
        margin-top: 20px;
    margin-bottom: 20px;
}

.middle-about img{
   max-height: 275px; 
}

.make-buttons em a, .btn.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success, div[id*="ExportUpdatePanel"] input.btn.btn-default, div[id*="ExportUpdatePanel"] input.btn.btn-default:hover, div[id*="ExportUpdatePanel"] input.btn.btn-default:focus, .profile a[id*="AllCommunities"].btn.btn-default {
    background-color: #F98526;
    border-color: #F98526;
    color: #fff;
        border-radius: 5px;
    font-size: 12px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.tab-text h2 span::after, .community-home h2 span::after, .community-members .panel-title span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
h2 span::after, .panel-title span::after {
    border-bottom-color: #F98526;
}

.tab-text h2, .home .h2, .home .HLLandingControl h2, .home .HLLandingControl .heading h2, .event-list h2, .community-home h2, .community-members .panel-title {
    border-bottom: 2px solid #e8e8e8;
}

.tab-text h2 span, .community-home h2 span, .community-members .panel-title span {
    color: #00549f;
    padding-top: 60px;
}
.tab-text h2 span, .community-home h2 span, .community-members .panel-title span {
    position: relative;
    display: inline-block;
    line-height: 32px;
}

.callout-no-data {
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    color: #999;
    padding: 15px 30px 15px 15px;
}

.footer-about a svg{
    fill: #ffffff;
    width: 40px;
}

.footer ul{
   display: flex;
    gap: 1.5rem; 
        font-size: 14px;
}

.search-box {
  display: flex;
  align-items: center;
border-radius: 5px;
    border: 1px solid #ddd;
    background-color: #f7f8fa;
    overflow: hidden;
    height: 26px;
   



}

.search-box input {
  border: none;
  outline: none;
  flex: 1;
  background-color: #f7f8fa;
      color: #828282;
    font-size: 14px;
     padding: 5px 10px;
}

.search-box button {
  background: none;
  border: none;
    color: #F98526;
    vertical-align: unset !important;
    font-size: 14px;
    line-height: 26px;
  cursor: pointer;
}   

#PageTitleH1 {
    color: #fff;
    max-width: 100%;
    padding: 90px calc(50% - 585px);
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 1;
} 

#PageTitleH1::before {
    background-color: #00549F;
}

#PageTitleH1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.75;
    z-index: -1;
}

#PageTitleH1::after {
    content: "";
    position: absolute;
    left: calc(50% - 585px);
    bottom: 85px;
    width: 30px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

#PageTitleH1::after {
    border-color: #F98526;
}

h5 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}


.card-img, .card-img-top {
    height: 250px;
    object-fit: cover;
}

.u-gradient>.u-container-layout>a, .u-image:not(.u-shading)>.u-container-layout>a, .u-overlap.u-overlap-transparent:not(.u-overlap-contrast) .u-header :not(.u-nav-item)>a {
    color: #478ac9;
}

.icons-linkedin{
    font-size: 35px;
    color: #0077b7;
}

.contact h2{
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 20px;
    border: none;
    color: #666; 
}

.form-group label, .panel-form label {
    font-weight: 400;
    color: #666;
    margin-bottom: 5px;
}

.contact .form-control {
    background: #F0F0F0;
}

address {
    margin: 20px 0px;
    font-style: normal;
    line-height: 1.42857143;
    color: #666; 
}

.contact{
    background: #f2f2f2;
        padding-bottom: 150px !important;
}

.form-group {
    margin-bottom: 15px;
}

.box-shadow-0{
    box-shadow: none !important;
    border: none !important;
}

.card-title {
    color: #484848;
        padding-bottom: 0px;
}

.card{
        border: 1px solid #ccc;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
}

.scroll-top.active{
    display: none;
    opacity: 0;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 600px) {
    .footer-about{
        text-align: center !important;
    }
    .footer-about a svg {
        width: 40px;
        margin-bottom: 10px;
    }
}



@media (max-width: 767px) {
    .footer ul {
        flex-wrap: wrap;
        margin-top: 20px;
        line-height: 0px;
        margin-bottom: 30px;
        justify-content: center;

    }
}


.blog-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.blog {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex: 1 0 calc(33.33% - 20px);
  display: flex;
  flex-direction: column;
}

.blog-image {
  position: relative;
}

.blog-image img {
      width: 100%;
    height: 200px;
    transition: transform 0.3s;
    object-fit: cover;

}

.blog-image img:hover {
  transform: scale(1.05);
}

.blog-image .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
}

.blog-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-content h2 {
  font-size: 20px;
  margin-bottom: 10px;
      font-weight: 600;
}

.blog-content p {
  flex-grow: 1;
 color: #717171;
    margin-bottom: 20px;
    margin-top: 0px;
}

.blog-content a {
  align-self: flex-start;
  background-color: #F98526;
  color: #fff;
  text-decoration: none;
      padding: 5px 10px;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.blog-content a:hover {
  background-color: #0056b3;
}

footer {
  width: 100%;
  background-color: #1e1e1e;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-container p {
  color: #bbb;
}

.footer-container .social-links {
  display: flex;
  gap: 20px;
}

.footer-container .social-links a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-container .social-links a:hover {
  color: #0056b3;
}

    
