#mobile_menu > li.menu-item-has-children:not(.expanded) > ul {
display: none !important;
}
#mobile_menu > li {
cursor: pointer;
} .top-hero-section {
min-height: 390px;
background-size: cover;
position: relative;
}
.top-hero-section:before {
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
position: absolute;
}
.top-hero-section h1 {
text-align: center;
font-size: 60px;
color: #ffffff;
font-weight: bold;
padding-top: 200px;
margin: 0;
z-index: 10;
position: relative;
}
.top-hero-section .page-excerpt {
max-width: 600px;
margin: auto;
font-size: 18px;
color: #ffffff;
text-align: center;
z-index: 10;
position: relative;
line-height: 24px;
} .category-intro {
text-align: center;
padding-bottom: 50px;
}
body.archive .category-intro h2 {
font-size: 38px;
font-weight: 800;
margin-top: 0;
margin-bottom: 20px;
}
body.archive .category-intro p {
font-size: 14px;
color: #394c94;
line-height: 16px;
max-width: 500px;
margin: auto;
}
.category-items-wrap {
display: flex;
flex-flow: row wrap;
width: 100%;
justify-content: left;
padding-bottom: 40px;
}
.category-items-wrap .category-items {
width: 23%;
height: 220px;
margin: 10px;
background-color: #ffffff;
border-radius: 10px;
position: relative;
overflow: hidden;
background-size: cover;
}
.category-items-wrap .category-items:before {
content: '';
top: 0;
right: 0;
left: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
position: absolute;
}
.category-items-wrap .category-items a {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-weight: bold;
font-size: 28px;
text-decoration: none;
text-align: center;
}
.issue-category-text {
max-width: 500px;
margin: 30px auto;
font-size: 14px;
line-height: 18px;
}
@media (max-width: 1260px) {
.category-items-wrap .category-items {
width: 22%;
height: 180px;
}
.category-items-wrap .category-items a {
font-size: 24px;
}
}
@media (max-width: 991px) {
.category-items-wrap .category-items {
width: 47%;
}
}
@media (max-width: 680px) {
.category-items-wrap .category-items {
width: 45%;
}
}
@media (max-width: 590px) {
.category-items-wrap .category-items {
width: 100%;
}
} .general-modal {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 999999;
display: none;
}
.general-modal .general-modal-inner {
max-width: 950px;
position: relative;
margin: 140px auto 0;
background-color: #ffffff;
}
.general-modal .general-modal-inner .modal-close {
font-size: 20px;
position: absolute;
right: 5px;
top: 5px;
font-weight: 800;
width: 25px;
height: 25px;
text-align: center;
background-color: #394c94;
border-radius: 12.5px;
cursor: pointer;
}
.general-modal .general-modal-inner .modal-close:after {
font-family: ETmodules;
content: "\4d";
position: absolute;
left: 0;
top: -4px;
width: 100%;
height: 100%;
color: #fff;
}
.general-modal .general-modal-inner .modal-header {
padding: 50px 60px 25px;
text-align: center;
}
.general-modal .general-modal-inner .modal-title {
font-size: 32px;
margin-top: 0;
font-weight: bold;
margin-bottom: 25px;
}
.general-modal .general-modal-inner .modal-subtitle {
font-size: 14px;
color: #394c94;
line-height: 18px;
max-width: 500px;
margin: auto;
} .issue-categories-wrap {
padding: 0 60px 50px;
display: flex;
}
.issue-categories-wrap .issue-category-item {
width: 33%;
text-align: center;
}
.issue-categories-wrap .issue-category-item .issue-category-icon {
width: 65px;
height: 65px;
margin: auto;
border: solid 3px #394c94;
border-radius: 50%;
padding-top: 7px;
overflow: hidden;
margin-bottom: 20px;
}
.issue-categories-wrap .issue-category-item .issue-category-name {
font-size: 26px;
line-height: 30px;
color: #394c94;
font-weight: 800;
max-width: 200px;
margin: 0 auto 15px;
}
.issue-categories-wrap .issue-category-item .issue-category-desc {
font-size: 15px;
line-height: 18px;
margin-bottom: 25px;
margin-top: 20px;
}
.issue-categories-wrap .issue-category-item .issue-category-cta-button {
font-size: 12px;
background-color: #394c94;
color: #fff;
padding: 10px 30px;
border-radius: 18px;
}
@media (max-width: 767px) {
.general-modal .general-modal-inner {
margin-top: 0;
overflow: auto;
height: 100vh;
}
.issue-categories-wrap {
flex-flow: column;
}
.issue-categories-wrap .issue-category-item .issue-category-desc {
margin-bottom: 15px;
margin-top: 0;
}
.issue-categories-wrap .issue-category-item {
width: 100%;
margin-bottom: 30px;
}
} .product-issue-header {
padding: 30px;
background-color: #f2f2f2;
}
.product-issue-header .product-issue-header-content {
display: flex;
max-width: 800px;
margin: 30px auto;
}
.product-issue-header .product-issue-header-title {
color: #243d93;
font-weight: bold;
font-size: 26px;
}
.product-issue-header .product-issue-header-text {
font-size: 14px;
color: #394c94;
line-height: 18px;
margin-bottom: 20px;
}
.product-issue-header .product-issue-header-col {
width: 50%;
padding: 0 15px;
}
.product-issue-header .product-issue-header-image {
max-width: 400px;
width: 100%;
}
.issue-page-cta {
position: relative;
overflow: hidden;
}
.issue-page-cta .cta-background-overlay {
position: absolute;
width: 100%;
height: 100%;
filter: blur(4px);
background-repeat: no-repeat;
background-size: cover;
}
.issue-page-cta .container {
margin-top: 40px;
margin-bottom: 80px;
}
.issue-page-cta .white-badge h1 {
text-align: center;
font-size: 47px;
font-weight: 600;
}
.issue-page-cta .white-badge p {
color: #333;
font-size: 18px;
}
.issue-page-cta .general-button {
padding: 12px 25px;
border-radius: 25px;
display: inline-block;
margin-top: 50px;
}
@media (max-width: 580px) {
.product-issue-header .product-issue-header-content {
flex-flow: column;
}
.product-issue-header .product-issue-header-col {
width: 100%;
}
} .related-items-wrap {
display: flex;
flex-flow: row wrap;
padding-bottom: 60px;
margin: 0 -30px;
}
.related-items-wrap .related-item {
width: 33%;
padding: 0 30px;
margin-bottom: 30px;
display: flex;
}
.related-items-wrap .related-item-image {
padding-right: 20px;
}
.related-items-wrap .related-item-image img {
min-width: 140px;
max-width: 140px;
}
.related-items-wrap .related-item-title {
color: #394c94;
font-weight: bold;
}
.related-items-wrap .related-item-excerpt,
.related-items-wrap .related-item-excerpt a {
color: #394c94;
font-size: 14px;
line-height: 18px;
margin-bottom: 20px;
}
.related-items-wrap .related-item-excerpt a {
font-style: italic;
font-weight: 400;
}
@media (max-width: 1280px) {
.related-items-wrap .related-item-image img {
min-width: 100px;
max-width: 100px;
}
.related-items-wrap {
margin: 0 -20px;
}
.related-items-wrap .related-item {
padding: 0 20px;
}
}
@media (max-width: 800px) {
.related-items-wrap {
margin: 0;
}
.related-items-wrap .related-item {
width: 50%;
}
}
@media (max-width: 580px) {
.related-items-wrap .related-item {
width: 100%;
}
} .product-left .product-labels-item {
margin-bottom: 10px;
}
.product-left .product-labels-item img {
margin-bottom: 10px;
}
.product-left .product-labels-item a {
text-transform: capitalize;
font-size: 18px;
color: #243d93;
}
.product-left .product-disclaimer {
background: #f2f2f2;
padding: 10px 15px 20px;
}
.product-left .product-attribute-header {
text-align: center;
color: #243d93;
}
.product-left .product-disclaimer-text {
line-height: 20px;
font-size: 14px;
}
.product-left .product-disclaimer-text em {
font-style: normal;
}
.product-left .product-labels {
margin-bottom: 0;
}
.entry-content.product-info h2 {
font-size: 30px;
}
.entry-content.product-info .product-locations li {
margin-right: 5px;
font-size: 18px;
}
.entry-content.product-info .product-locations-header {
font-size: 27px;
text-transform: initial;
}
.entry-content.product-info p:first-of-type {
color: #394c94;
font-size: 18px;
}
.entry-content.product-info .content-read-more-wrap {
margin-bottom: 20px;
background: #f2f2f2;
padding: 10px 15px;
}
.entry-content.product-info .content-read-more-wrap p {
font-size: 14px;
color: #53585f;
display: none;
}
.entry-content.product-info .content-read-more-wrap .read-more-head {
font-weight: bold;
font-size: 18px;
position: relative;
cursor: pointer;
}
.entry-content.product-info .content-read-more-wrap .read-more-head:after {
font-family: ETmodules;
content: "2";
font-size: 20px;
font-weight: 800;
display: inline-block;
vertical-align: bottom;
}
.entry-content.product-info .content-read-more-wrap.expanded .read-more-head:after {
content: "3";
}
.entry-content.product-info .content-read-more-wrap.expanded p {
display: block;
} .product-by-state {
max-width: 100%;
background-color: #f2f2f2;
padding-top: 40px;
padding-bottom: 50px;
}
.product-by-state .product-by-state-inner {
max-width: 1024px;
margin: auto;
display: flex;
align-items: center;
padding: 0 20px;
}
.product-by-state .product-by-state-inner .left-col {
width: 60%;
text-align: right;
padding-right: 50px;
}
.product-by-state .product-by-state-inner .right-col {
width: 40%;
text-align: left;
}
.product-by-state .product-by-state-inner h2 {
font-size: 32px;
color: #243d93;
}
.product-by-state .product-by-state-inner img {
max-width: 250px;
}
@media(max-width: 991px) {
.product-by-state .product-by-state-inner h2 {
font-size: 26px;
}
}
@media(max-width: 767px) {
.product-by-state .product-by-state-inner {
flex-flow: column;
}
.product-by-state .product-by-state-inner .left-col,
.product-by-state .product-by-state-inner .right-col {
width: 100%;
text-align: center;
padding-right: 0;
}
} .product-items-wrap {
display: flex;
flex-flow: row wrap;
}
.product-items-wrap .product-items {
width: 25%;
text-align: center;
margin-bottom: 40px;
}
.product-items-wrap .product-items .product-item-title,
.product-items-wrap .product-items .product-item-title a {
font-size: 32px;
font-weight: bold;
margin: 15px 0;
color: #243d93;
}
.product-items-wrap .product-items .product-item-excerpt {
font-size: 14px;
line-height: 18px;
margin-bottom: 10px;
padding: 0 15px;
}
.pagination-wrap {
text-align: right;
}
.pagination-wrap.pagination-bottom {
margin-top: 30px;
}
.page-numbers {
padding: 3px 8px;
}
a.page-numbers {
color: #b8b9bb;
}
a.page-numbers.next ,
a.page-numbers.prev {
color: #53585e;
}
.page-numbers.current,
.page-numbers:hover {
background-color: #f2f2f2;
border-radius: 5px;
font-weight: bold;
color: #53585e;
}
.bottom-page-info {
padding: 15px 0 20px;
text-align: right;
color: #53585e;
}
@media (max-width: 991px) {
.product-items-wrap .product-items {
width: 33%;
}
}
@media (max-width: 767px) {
.product-items-wrap .product-items {
width: 50%;
}
}
@media (max-width: 580px) {
.product-items-wrap .product-items {
width: 100%;
}
} .product-find-section {
padding: 10px 0 80px;
background-color: #f2f2f2;
}
.product-find-section h1 {
font-size: 38px;
font-weight: 800;
margin-bottom: 10px;
color: #243d93;
}
.product-find-section h3 {
font-weight: bold;
font-size: 22px;
color: #243d93;
margin-bottom: 30px;
} #main-footer {
background-color: #53585f;
} .text-center {
text-align: center;
}
.general-button {
font-size: 14px;
background-color: #394c94;
color: #ffffff !important;
padding: 10px 20px;
border-radius: 18px;
white-space: nowrap;
}
h1.inner-page-title {
color: #394c94;
margin-bottom: 30px;
font-size: 48px;
font-weight: bold;
}
#main-content .breadcrumbs .container {
padding-top: 30px !important;
padding-left: 10px;
}
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
padding-top: 40px !important;
}
.breadcrumbs a {
color: #53585e;
font-size: 16px;
font-weight: 500;
}
.breadcrunb-current-page {
font-weight: bold;
color: #394c94;
}
.et_pb_row.product-by-state {
max-width: 100%;
background-color: #f2f2f2;
margin-top: 40px;
margin-bottom: 50px;
}
@media (max-width: 991px) {
.et_pb_row.product-by-state h2,
.et_pb_row.product-by-state .et_pb_text_inner {
text-align: center !important;
}
}
#section-knowledge_base_articles .et_pb_text_inner h5 {
text-align: center;
}
body .knowledge-base-articles .content-div .button {
width: 120px;
}
#sub-footer .white-badge h1 {
text-align: center;
font-size: 47px;
font-weight: 600;
}
#sub-footer .white-badge p {
color: #333;
font-size: 18px;
}
#sub-footer .general-button {
padding: 12px 25px;
border-radius: 25px;
display: inline-block;
margin-top: 50px;
}
#top-menu li.current-menu-item {
background: transparent;
}
#top-menu li.current-menu-item>a {
color: #ffffff !important;
text-decoration: underline;
}
#top-menu li a {
font-size: 18px !important;
}
.et-pb-controllers a {
display: inline-block;
background-color: transparent;
text-indent: -9999px;
border-radius: 12px;
width: 12px;
height: 12px;
margin-right: 10px;
padding: 0;
opacity: 1;
border: solid 1px #ffffff;
}
#search-header {
float: right;
position: relative;
}
#search-header input {
margin-right: 40px;
min-width: 200px;
}
#home-page-section-2 .et_pb_text_inner h1 {
margin-bottom: 0;
}
#section-home-5 {
padding-bottom: 90px;
}
#section-home-5 .et_pb_text_inner {
text-align: center;
}
#section-home-5 h1 {
text-align: center;
}
#section-home-5 .et_pb_text_inner {
padding: 40px 40px;
}
.mobile_menu_bar.mobile_menu_bar_toggle:before{
color: white;
}
.et-pb-slider-arrows .et-pb-arrow-prev {
margin-top: -22px !important;
}
#mobile_menu > li {
cursor: pointer;
position: relative;
}
.et_mobile_menu .menu-item-has-children>a:after {
font-family: ETmodules;
content: "3";
font-size: 16px;
position: absolute;
right: 10px;
top: 10px;
font-weight: 800;
}
.page-additional-layout {
background-color: #ffffff;
}
@media (min-width: 1101px) {
#top-menu li, #top-menu > li:last-child {
padding: 30px 19px 0;
}
#top-menu > li:first-child {
padding-left: 10px;
}
}
@media (max-width: 1100px) {
#search-header {
display: none;
}
.knowledge-base-articles .inline-div {
margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.knowledge-base-articles .inline-div {
width: 100% !important;
}
}
@media only screen and (max-width: 980px) {
#section-home-5 {
padding-left: 15%;
padding-right: 15%;
}
}
@media (min-width: 981px){
.et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover>ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover>ul {
-webkit-transition: none !important;
-webkit-transition: none !important;
}
}