

            @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
            @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
          
            :root {

                --heading: #0055a5;  
                --body: #1e1e1e;  
                --primary: #0055a5;          
                --primary-dark: #003787;
                --primary-light: #1e73c3;
                --accent: #be1824;
                --accent-dark: #a00006;
                --accent-light: #dc3642;
                --success: #44ad23;
                --success-dark: #268f05;
                --success-light: #62cb41;
                --secondary: #1e1e1e;
                --secondary-dark: #000000;
                --secondary-light: #3c3c3c;
                --info: #0f2de3;
                --info-dark: #000fc5;
                --info-light: #2d4bff;
                --caution: #e3640f;
                --caution-dark: #c54600;
                --caution-light: #ff822d;
                --error: #f30b0b;
                --error-dark: #d50000;
                --error-light: #ff2929;
                --black: #000000;
                --white: #fff;
                --dark-1: #1e1e1e;
                --dark-2: #3c3c3c;
                --dark-3: #5a5a5a;
                --gray-1: #787878;
                --gray-2: #969696;
                --gray-3: #b4b4b4;
                --gray-4: #d2d2d2;
                --light-1: #dcdcdc;
                --light-2: #e6e6e6;
                --light-3:  #f0f0f0;               

                --body-font-family:    Roboto;
                --heading-font-family:    Raleway;

                --bs-blue: #0055a5;          
                --bs-indigo: #0f2de3;
                --bs-purple: #0f2de3;
                --bs-pink: #0f2de3;
                --bs-red: #f30b0b;
                --bs-orange: #e3640f;
                --bs-yellow: #e3640f;
                --bs-green: #44ad23;
                --bs-teal: #0055a5;          
                --bs-cyan: #0055a5;          
                --bs-white: #fff;
                --bs-gray: #1e1e1e;
                --bs-gray-dark: #1e1e1e;
                --bs-primary: #0055a5;          
                --bs-secondary: #1e1e1e;
                --bs-success: #44ad23;
                --bs-info: #0055a5;          
                --bs-warning: #e3640f;
                --bs-danger: #f30b0b;
                --bs-light: #1e1e1e;
                --bs-dark: #1e1e1e;
                --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
                "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
                "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
                "Liberation Mono", "Courier New", monospace;
                --bs-gradient: linear-gradient(
                180deg,
                rgba(255, 255, 255, 0.15),
                rgba(255, 255, 255, 0)
                );


            }

            body {
                font-family: var(--body-font-family);
                font-size: 16px;
                color:  #1e1e1e;
            }

            a {
                color: #0055a5;
            }

            a:hover {
                color: #003787;
            }            

              .footer-copyright {
                background-color: white !important;
              }

              .footer-copyright * {
                color: var(--heading) !important;
              }

            img {
              max-width: 100%;
            }

            a {
              display: inline-block;
            }

            a,
            button,
            a:hover,
            a:focus,
            input:focus,
            textarea:focus,
            button:focus {
              text-decoration: none;
              outline: none;
            }

            ul,
            ol {
              margin: 0px;
              padding: 0px;
              list-style-type: none;
            }

            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
              font-weight: 600;
              color: var(--heading);
              font-family: var(--heading-font-family);
            }

            h1,
            .h1 {
              font-size: 32px;
              line-height: 1.25;
            }

            h2,
            .h2 {
              font-size: 26px;
              line-height: 1.25;
            }

            h3,
            .h3 {
              font-size: 22px;
              line-height: 1.25;
            }

            h4,
            .h4 {
              font-size: 20px;
              line-height: 1.25;
            }

            h5,
            .h5 {
              font-size: 19px;
              line-height: 1.25;
            }

            h6,
            .h6 {
              font-size: 19px;
              line-height: 1.25;
            }

            .display-1 {
              font-size: 5.5em;
              line-height: 1.25;
            }

            .display-2 {
              font-size: 4.75em;
              line-height: 1.25;
            }

            .display-3 {
              font-size: 4em;
              line-height: 1.25;
            }

            .display-4 {
              font-size: 3.25em;
              line-height: 1.25;
            }

            p {
              line-height: 1.5;
              color: var(--body);
            }

            .text-small {
              font-size: 0.875em;
              line-height: 1.5;
            }

            .text-lg {
              font-size: 1.15em;
              line-height: 1.5;
            }

            .bg_cover {
              background-repeat: no-repeat;
              background-size: cover;
              background-position: center;
            }

            @media (max-width: 767px) {
              .container {
                padding-left: 20px;
                padding-right: 20px;
              }
            }

            .btn {
              font-weight: bold;
              font-size: 16px;
              line-height: 20px;
              text-align: center;
              letter-spacing: 0.08em;
              text-transform: uppercase;
              padding: 12px 24px;
              border-radius: 4px;
              border: 1px solid transparent;
            }
            .btn:hover {
              background-color: #000000;
              border-color: #000000;
            }

            .btn-primary:hover {
              background-color: #000000;
              border-color: #000000;
            }

            .btn:focus {
              box-shadow: none;
              outline: none;
            }
            .btn.btn-lg {
              font-size: 1.15em;
              padding: 16px 24px;
            }
            .btn.btn-sm {
              padding: 8px 16px;
            }
            .btn.square {
              border-radius: 0px;
            }
            .btn.semi-rounded {
              border-radius: 12px;
            }
            .btn.rounded-full {
              border-radius: 50px;
            }
            .btn.icon-left span,
            .btn.icon-left i {
              margin-right: 8px;
            }
            .btn.icon-right span,
            .btn.icon-right i {
              margin-left: 8px;
            }
            .btn.icon-btn {
              width: 48px;
              height: 48px;
              padding: 0;
              line-height: 48px;
            }
            .btn.icon-btn.btn-lg {
              width: 56px;
              height: 56px;
              line-height: 56px;
            }
            .btn.icon-btn.btn-sm {
              width: 40px;
              height: 40px;
              line-height: 40px;
            }  

            .btn:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:active {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }            

            .btn:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }

            .btn-primary:focus {
                background-color: var(--primary) !important;
                border-color: var(--primary) !important;
            }                          

            nav.navbar img, .footer-logo img, .footer-area .logo img {
              // height: 60px !important;
              // width:  auto !important;

            max-width: 200px;
            max-height: 60px;

            }    

            .footer-area.footer-four .footer-logo img, .footer-area.footer-nine .footer-logo img {
                height: auto !important;
                width: auto !important;
            }  

            div.days, div.hours, div.minutes, div.seconds {
              text-align: center;
              color:  black;
            }

            p.day-count, p.hour-count, p.minute-count, p.second-count {
              font-size: 32px;
              margin:  0;
              font-weight: bold;
            }

            p.day-text, p.hour-text, p.minute-text, p.second-text {
              font-size: 16px;
              font-weight: bold;
            }

            div.days, div.hours, div.minutes, div.seconds {

            }

            #countdown {

            padding: 0 10%;
                
            }   

            .navbar .navbar-toggler .toggler-icon {
                width: 20px !important;
            }          

            .file_download img {
                border: 1px solid var(--primary);
            }       

            button, button:active, button:focus, button:hover, .btn, .btn:hover, .btn:focus, .btn:active {
                border: none;
            }

            .rte ul {
                margin: 20px;
            }

            .rte ul li {
                list-style: disc;
            }         

            blockquote {
                border-left: 3px solid #ccc;
                padding: 20px;
                margin-bottom: 20px;
                background: #f2f2f2;
            }   

            blockquote p:last-of-type {
                margin-bottom: 0;
            }

            form #website{ display:none; }

            


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    background-color: #f2f2f2 !important;
  }

  .navbar-area.navbar-two .navbar .navbar-nav .nav-item a.active {
    color: white !important;
  }
}

.navbar-toggler {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.nav-item a,
.sub-nav-toggler {
    color: var(--primary) !important;
}

.navbar-area {
    background: white !important;
}

.sub-menu .nav-item a:hover {
    color: white !important;
}

.navbar-nine .nav-item .sub-menu li a {
    border-radius: 5px !important;
}

.navbar-nine .sub-menu .nav-item a:hover {
    background-color: var(--primary) !important;
}

.nav-item a.active {
    //color: white !important;
}

.navbar-one .nav-item a.active,
.navbar-two .nav-item a.active,
.navbar-three .nav-item a.active,
.navbar-four .nav-item a.active,
 {
    color: var(--primary) !important;
}

.navbar-six .nav-item a.active {
    color: white !important;
}

.navbar-one .navbar .navbar-btn ul li a.primary-btn,
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline,
.navbar-one .navbar .navbar-btn ul li a.primary-btn-outline:hover {
    color: var(--primary) !important;
}            

                        

            .text-logo {
font-family: georgia, serif;
font-size: 38px;

@media screen and (max-width:576px){
font-size: 28px;
}

}

.btn {
letter-spacing: 0 !important;
}

#anniversary-message p {
font-size: 24px;

@media screen and (max-width:990px){
font-size: 24px;
}
}

#anniversary-message img {
left:0;
right:0;
margin-left: auto;
margin-right: auto;
position: absolute;
width: 220px;
top: -35px;
z-index: 4;

@media screen and (max-width:990px){
top: 25px;
width: 180px;
}

}

.hero h2 {
@media screen and (max-width:768px){
font-size: 38px !important;
}
}

.contemporary-about-image {
border-bottom: 20px solid #FAC800;
width: 90%;
}

.contemporary-about-text {
width: 50%;
position: absolute;
top: 160px;
right: 0;
background: rgba(255,255,255,0.9);

@media screen and (max-width:1200px){
top: 180px;
}

@media screen and (max-width:992px){
position: relative;
top: auto;
right: auto;
width: auto;
}

}

.contemporary-about-frame {
border: 2px solid #FAC800;
border-left: 0;
width: 50%;
position: absolute;
top: 130px;
right: 30px;
height: 350px;

@media screen and (max-width:1200px){
height: 440px;
}

@media screen and (max-width:992px){
height: 580px;
right: 30px;
}

}

.contemporary-about-image img {

}

.contemporary-about-image .slider {
width: 75%;
@media screen and (max-width:992px){
width: 90% !important;
}
}

blockquote {
border-left: 10px solid;
border-color: var(--primary);
font-family: georgia, serif;
background: #eee;
position: relative;
}

.blockquote .fa-quote-left {
font-size: 64px;
}

.quote-text {

}

.bx-wrapper {
box-shadow: none;
border: none;
margin: 0;
padding: 0;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item a {
text-transform: uppercase !important;
font-weight: bold !important;
font-size: 18px;
}

.navbar-area.navbar-five .navbar .navbar-nav .nav-item a:hover {
color: #1e1e1e !important;
}

.business-summary {
font-size: 22px;
}

a, button, input[type=submit], .btn-primary, .modal-header .btn-close, .btn {
cursor: url("/images/rubber-duck.png"), auto;
}

.gallery-image {
width: 100%;
}

.bordered-image-left-wrapper, .bordered-image-right-wrapper {
margin: 40px 0 80px 0;
}

.bordered-image-left, .bordered-image-right {
position: relative;
}

.bordered-image-left img, .bordered-image-right img {
width: 100%;
z-index: 2;
border-top: 20px solid white;
position: relative;
}

.bordered-image-left .bordered-image-left-borders, .bordered-image-right .bordered-image-right-borders {
position: absolute;
bottom: -40px;
left: -40px;
height: 100%;
width: 100%;
border-bottom: 2px solid white;
border-left: 2px solid white;
}

.bordered-image-right .bordered-image-right-borders {
bottom: -40px;
left: auto;
right: -40px;
border-bottom: 2px solid white;
border-left: 0px solid white;
border-right: 2px solid white;
}

.borders-white {
border-color: white !important;
}

.borders-black {
border-color: black !important;
}

.borders-blue {
border-color: #0055a5 !important;
}

.borders-yellow {
border-color: #FAC800 !important;
}

.copper-text {
background: rgba(0,85,165,0.9);
background: rgba(255,255,255,0.9);
background: white;
border-bottom: 20px solid #FAC800;
}

.copper-text * {

}

ul.glass-list {
margin: 20px;
}

ul.glass-list li {
list-style: disc;
font-size: 18px;
}

ul.li-pills {
list-style: none;
padding-left: 0;
margin: 30px 0;
}
ul.li-pills li {
display: inline-block;
margin: 0 0.5rem 0.5rem 0;
padding: 0.5rem 1rem;

border-radius: 2rem;
font-weight: 500;
border: 1px solid var(--primary);
}

.social, .social-title {
display: none;
}            

        