/* ~~~~~~~~~~~~~~~~~~~~ General ~~~~~~~~~~~~~~~~~~~~ */
:root {
    --primary-color: #1f419a;
    --primary-color-rgb: 31, 66, 154;
}

.link_click {
    text-decoration: underline;
    color: black;
}

.underline {
    text-decoration: underline;
}

.bold {
    font-weight: bold;
}

.icon_spacing {
	margin-right: 3px;
}

.ul-style-2 li:before {
    background: 0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #1f419a!important;
}

.btn-primary {
    background-color: #1f419a!important;
    border-color: #1f419a!important;
}

/* Top Bar & Nav Bar */
#topbar {
    background: white;
}

#topbar a {
    color: black;
    text-decoration: underline;
    margin-left: 3px;
}

#topbar a:hover {
    text-decoration: none;
}

.topbar-widget i {
    margin-right: 0;
}

header.header-light {
    /* height: 250px; */
    padding-bottom: 15px;
}

header.header-light p {
    margin-bottom: .25rem;
}

header #logo img {
    height: 80px;
}

header #mainmenu li a {
    font-size: 20px;
}

header .navbar_btn {
    position: absolute;
    bottom: -40px;
}

#extended-nav-section {
    padding: 10px 0 10px 0;
}

/* Address Change Banner */
#address-change-banner {
    background-color: #1f419a;
    color: white;
    padding: 110px 0 20px 0;
    width: 100%;
}

#address-change-banner .address-change-content h3 {
    color: white;
    margin-bottom: 10px;
    font-size: 24px;
}

#address-change-banner .address-change-content h3 i {
    margin-right: 10px;
    color: #ffd700;
}

#address-change-banner .address-change-content p {
    color: white;
    margin-bottom: 8px;
    font-size: 16px;
}

#address-change-banner .address-change-content .new-address {
    font-size: 18px;
    color: #ffd700;
    margin: 0;
    line-height: 1.4;
}

#address-change-banner .address-change-content .notice-text {
    font-style: italic;
    margin-top: 15px;
    color: #e6e6e6;
}

/* Page Banners */
#subheader {
    padding: 0;
    height: auto;
}

#subheader .container {
    background-color: rgba(0,0,0,0.7);
    max-width: 100%;
    height: 400px;
}

#subheader .container h1 {
    margin-top: 90px;
}

.image-container {
    position: absolute!important;
}

/* Call To Action */
#call-to-action {
    padding: 30px 0;
}

#call-to-action h4 {
    font-size: 18px;
}

/* Footer */
footer {
    border-top: 5px solid #1f419a;
    background: white;
    color: black;
}

footer h3 {
    color: black;
}

footer .ul-style-2 li:before {
    display: none;
}

footer a.link_click {
    text-decoration: underline!important;
    color: black;
}

footer a.link_click:hover {
    text-decoration: none!important;
}

footer address span a {
    color: black;
}

/* Portal */
#services-portal {
	padding: 15px;
	background-color: white;
	position: fixed;
	width: 40%;
	height: fit-content;
	border: 3px solid black;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
	border-radius: 15px;
	display: none;
}

#services-portal h3 {
    margin-bottom: 0;
}

#services-portal hr {
    margin-top: .75rem;
}

/* ~~~~~~~~~~~~~~~~~~~~ Home Page ~~~~~~~~~~~~~~~~~~~~ */
#landing-banner {
    padding: 0;
}

#landing-banner .container {
    background-color: rgba(0,0,0,0.7);
    max-width: 100%;
    height: 450px;
}

#landing-banner h1 {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

#home-page .di-text {
    padding: 10% 2%;
}

#home-page .di-text h1 {
    font-size: 48px;
}

#home-page-cards-section .mask img {
    height: 200px;
    object-fit: cover;
}

#home-page-cards-section .mask .cover h3 {
    padding-left: 0;
}

#home-page-cards-section .mask .cover h3 span {
    margin-left: 0;
}

#home-member-badges-section img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

#home-member-badges-section #member-2-col img {
    object-fit: cover;
}

/* ~~~~~~~~~~~~~~~~~~~~ Services Page ~~~~~~~~~~~~~~~~~~~~ */
/* #services-page #subheader {
    padding: 90px 0 0;
    height: auto;
} */

/* #services-page #subheader .container {
    background-color: rgba(0,0,0,0.7);
    max-width: 100%;
    height: 400px;
} */

/* #services-page #subheader .container h1 {
    margin-top: 90px;
} */

.de-card-poster .d-content {
    margin: 15px;
    margin-bottom: -10px;
}

.de-card-poster:hover .d-content {
    margin-bottom: 20px;
}

.de-card-poster .d-content .d-text {
    line-height: 1.15;
}

.de-card-poster:hover .d-content .d-text {
    margin-bottom: -15px;
}

.de-card-poster .d-image {
    height: 100%;
}

#section-practice-areas .services_tooltip:hover {
    cursor: pointer;
    color: #777;
}

/* ~~~~~~~~~~~~~~~~~~~~ About Page ~~~~~~~~~~~~~~~~~~~~ */
/* #about-page #subheader {
    padding: 90px 0 0;
    height: auto;
} */

/* #about-page #subheader .container {
    background-color: rgba(0,0,0,0.7);
    max-width: 100%;
    height: 400px;
} */

/* #about-page #subheader .container h1 {
    margin-top: 90px;
} */

.de_count.ultra-big.s2 {
    border: solid 2px black;
}

#our-specialties-section {
    margin-top: 50px;
}

#our-specialties-section .feature-box.f-boxed {
    padding: 42px;
}

/* ~~~~~~~~~~~~~~~~~~~~ Contact Page ~~~~~~~~~~~~~~~~~~~~ */
/* #contact-page #subheader {
    padding: 90px 0 0;
    height: auto;
} */

/* #contact-page #subheader .container {
    background-color: rgba(0,0,0,0.7);
    max-width: 100%;
    height: 400px;
} */

/* #contact-page #subheader .container h1 {
    margin-top: 90px;
} */

#contact-page #subheader img {
    top: -75px;
}

#contact-location-section img {
    height: 350px;
    object-fit: cover;
}

#contact-page #contact-form label {
    margin-bottom: 0;
    margin-top: .5rem
}

#contact-page .location_title {
    margin-top: 10px;
}
#mainmenu a{
    font-size:1.5em!important;
}
.extended_nav_col a{
    font-size:1.3em;
}
#payment-form{
	padding:0 100px 25px;
	text-align:center;
}
#payment-form label{
	font-size:1.2em;
	color:#1f419a;
	font-weight:600;
}
#payment-form input{
	width:350px;
	margin:auto;
	height:45px;
	border-radius:10px;
	border:2px solid #1f419a;
	text-align:center;
}
#card-element-container{
	width:350px;
	margin:auto;
}
.StripeElement {
	box-sizing: border-box;
	height: 40px;
	padding: 10px 12px;
	border: 1px solid #ccd0d2;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	transition: box-shadow 150ms ease;
}
.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
	border-color: #fa755a;
}
.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}
#header-pay-title{
	font-size:2.0em;
	font-weight:bold;
}
#recaptcha-container{
	margin:auto;
	width:350px;
}
#recaptcha-container iframe{
	border:2px solid #1f419a;
	border-radius:10px;
}
.service_charge_text{
    display:none;
}