a{ color: #e18e0f; }
a:hover{ color: #e18e0f; }

.fieldFocus{ box-shadow: 0px 0px 5px rgba(30,100,165,0.5); border: 1px solid #e18e0f; }

#mobileMenu a{ color: #e18e0f; }
#menu > ul > li > ul { border-color: #e18e0f; }
#menu > ul > li:hover > a{ color: #e18e0f; }
#menu > ul > li:hover > a > span { border-color: #e18e0f; }
#menu > ul > li > ul > li:hover { background: #e18e0f; }

.sideSearch .head, .detailRight .head{ background: #18184a; color: #fff; border: solid 1px #18184a; }
.sideSearch .body, .detailRight .body { border: solid 1px #18184a; }

h2 {
    font-family: "Playfair Display",serif;
    font-weight: 700;
    color: #18184a;
    position: relative;
    line-height: .6em;
    margin-bottom: 40px;
    font-size: 3.1em;
}
h2 .subtitle {
    color: #e18e0f;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: .8125rem;
    letter-spacing: .75em;
    text-transform: uppercase;
}

@media screen and (min-width: 48em) {
    h2 { font-size: 3.75rem; order: 0; }
}


/******BUTTON STYLE**********/
.button, button, .button:disabled {
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-weight: 600;
    background: #18184a;
    border: 0.1875rem solid #18184a;
    border-radius: 0.5rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    line-height: 1.25;
    padding: 0.875rem 1.25rem;
    transition: background .2s ease,border-color .2s ease,color .2s ease;
}
.button:hover, button:hover {
    font-weight: 600;
    background: #111638;
    border: 0.1875rem solid #111638;
    color: #fff;
    font-size: .75rem;
    line-height: 1.25;
    padding: 0.875rem 1.25rem;
}
.button.secondary, button.secondary {
    background: none;
    color: #18184a;
}
.button .button-text, button .button-text {
    line-height: 1.25;
    display: block;
    order: 0;
    text-align: center;
}

.featuredGalleryBlock .navBar .detail a {
    color: #18184a;
    background: #e8f1f3;
}
.featuredGalleryBlock .navBar .navItem a {
    color: #fff;
    background: #18184a;
    border-right: 1px solid #fff;
}

/******HEADER**********/
header { background: #18184a; }
.r-item span.fa { color: #89caea; }
.r-item:hover span.fa { color: #5ca3c7; }
.r-item a { color: #ffffff; text-decoration: none; vertical-align: top; }
.myHead .team{ color: #1C66A3; }
.myHead .team .slogan{ color: #222; }

/******FOOTER**********/
footer { background-color: #18184a; color: #ccc; margin-top: 0px; }
footer .social span.fa { background: #e18e0f; }
footer .social span.fa:hover { background: #086649; }
footer .social{ display: inline-block;  vertical-align: middle; }
footer .social a{ margin-right: 4px; }
footer .social span.fa{ display: inline-block; width: 35px; height: 35px; line-height: 35px; font-size: 20px; border-radius: 50%; color: #fff; }
.footer-list a { display: block; text-align: center; text-decoration: none; font-weight: 500; color: #fff; margin: 10px; }
.footer-contact { text-align: center; margin-bottom: 26px; }
.footer-contact .r-item { padding: 8px 0px; }
.footer-action {
    background: #232b45;
    color: #fff;
    padding: 4rem 0 7rem;
    position: relative;
}
.footer-action .background-image {
    height: 15rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.footer-action .background-image:before {
    background: linear-gradient(#232b45, rgba(0, 188, 242, 0));
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.footer-action .background-image img {
    display: block;
    height: 15rem;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .35;
    width: 100%;
}
.footer-action h2 {
    display: inline-block;
    position: relative;
    font-family: "Playfair Display",serif;
    font-weight: 700;
    display: inline-block;
    font-size: 2.25rem;
    padding: 1.25rem 0 0.5rem;
    position: relative;
    text-transform: unset;
    color: #fff;
}
.footer-action .action-content { width: 80%; margin: 0 auto; max-width: 68.75rem; z-index: 99; position: relative; }
.footer-action .action-info { padding: 0 0 1.5rem; }
.footer-action .action-buttons .button {
    border-color: #fff;
    color: #fff;
}
.footer-action .action-buttons .button:hover, .footer-action .action-buttons .button:focus {
    background: #fff;
    color: #18184a;
    border-width: 0.1875rem;
}

@media screen and (min-width: 48em) {
    .footer-action .background-image { height: 100%; right: auto; width: 65%; }
    .footer-action .background-image:before { background: linear-gradient(to right, rgba(0, 188, 242, 0), #232b45); }
    .footer-action .background-image img { height: 100%; }
    .footer-action .cta-buttons { width: 18rem; margin-left: calc(100% - 18rem); }
    .footer-action h2 { width: 22rem; margin-left: calc(100% - 18rem); }
    .footer-action .action-info { width: 18rem; margin-left: calc(100% - 18rem); }
    .footer-action .action-buttons { width: 18rem; margin-left: calc(100% - 18rem); }
}

/******HOME PAGE**********/

/******ABOUT PAGE**********/
.credentials{ background: #e18e0f; }

@media (min-width: 768px) {
    .footer-list a { text-align: left; }
    .footer-contact { text-align: left; }
}
@media (min-width: 992px) {
    #navigation { background: rgb(0 7 51 / 76%); }
    nav { margin-top: -1px; }
    #menu > ul > li > a, #menu #accountWrapper a { color: #fff; }
    #menu > ul > li > a:hover, #menu #accountWrapper a:hover, #menu > ul > li.active > a { color: #fff; }
    #menu > ul > li > a > span { border-bottom: 0px solid #fff; }
}