#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;
}
}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:17px}.et_pb_slide_content,.et_pb_best_value{font-size:19px}body{color:#53585f}h1,h2,h3,h4,h5,h6{color:#394c94}.woocommerce #respond input#submit,.woocommerce-page #respond input#submit,.woocommerce #content input.button,.woocommerce-page #content input.button,.woocommerce-message,.woocommerce-error,.woocommerce-info{background:#3c4c90!important}#et_search_icon:hover,.mobile_menu_bar:before,.mobile_menu_bar:after,.et_toggle_slide_menu:after,.et-social-icon a:hover,.et_pb_sum,.et_pb_pricing li a,.et_pb_pricing_table_button,.et_overlay:before,.entry-summary p.price ins,.woocommerce div.product span.price,.woocommerce-page div.product span.price,.woocommerce #content div.product span.price,.woocommerce-page #content div.product span.price,.woocommerce div.product p.price,.woocommerce-page div.product p.price,.woocommerce #content div.product p.price,.woocommerce-page #content div.product p.price,.et_pb_member_social_links a:hover,.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before,.et_pb_widget li a:hover,.et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active,.et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active,.et_pb_gallery .et_pb_gallery_pagination ul li a.active,.wp-pagenavi span.current,.wp-pagenavi a:hover,.nav-single a,.tagged_as a,.posted_in a{color:#3c4c90}.et_pb_contact_submit,.et_password_protected_form .et_submit_button,.et_pb_bg_layout_light .et_pb_newsletter_button,.comment-reply-link,.form-submit .et_pb_button,.et_pb_bg_layout_light .et_pb_promo_button,.et_pb_bg_layout_light .et_pb_more_button,.woocommerce a.button.alt,.woocommerce-page a.button.alt,.woocommerce button.button.alt,.woocommerce button.button.alt.disabled,.woocommerce-page button.button.alt,.woocommerce-page button.button.alt.disabled,.woocommerce input.button.alt,.woocommerce-page input.button.alt,.woocommerce #respond input#submit.alt,.woocommerce-page #respond input#submit.alt,.woocommerce #content input.button.alt,.woocommerce-page #content input.button.alt,.woocommerce a.button,.woocommerce-page a.button,.woocommerce button.button,.woocommerce-page button.button,.woocommerce input.button,.woocommerce-page input.button,.et_pb_contact p input[type="checkbox"]:checked+label i:before,.et_pb_bg_layout_light.et_pb_module.et_pb_button{color:#3c4c90}.footer-widget h4{color:#3c4c90}.et-search-form,.nav li ul,.et_mobile_menu,.footer-widget li:before,.et_pb_pricing li:before,blockquote{border-color:#3c4c90}.et_pb_counter_amount,.et_pb_featured_table .et_pb_pricing_heading,.et_quote_content,.et_link_content,.et_audio_content,.et_pb_post_slider.et_pb_bg_layout_dark,.et_slide_in_menu_container,.et_pb_contact p input[type="radio"]:checked+label i:before{background-color:#3c4c90}a{color:#394c94}#main-header .nav li ul{background-color:#3c4c90}#top-header,#et-secondary-nav li ul{background-color:#ffffff}#top-header,#top-header a{color:#3c4c90}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#3c4c90}.et_search_form_container input::-moz-placeholder{color:#3c4c90}.et_search_form_container input::-webkit-input-placeholder{color:#3c4c90}.et_search_form_container input:-ms-input-placeholder{color:#3c4c90}#main-header .nav li ul a{color:#ffffff}#top-header,#top-header a,#et-secondary-nav li li a,#top-header .et-social-icon a:before{font-size:13px}#top-menu li a{font-size:16px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:16px!important}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a,.et_color_scheme_red #top-menu li.current-menu-ancestor>a,.et_color_scheme_red #top-menu li.current-menu-item>a,.et_color_scheme_red #top-menu li.current_page_item>a,.et_color_scheme_pink #top-menu li.current-menu-ancestor>a,.et_color_scheme_pink #top-menu li.current-menu-item>a,.et_color_scheme_pink #top-menu li.current_page_item>a,.et_color_scheme_orange #top-menu li.current-menu-ancestor>a,.et_color_scheme_orange #top-menu li.current-menu-item>a,.et_color_scheme_orange #top-menu li.current_page_item>a,.et_color_scheme_green #top-menu li.current-menu-ancestor>a,.et_color_scheme_green #top-menu li.current-menu-item>a,.et_color_scheme_green #top-menu li.current_page_item>a{color:#3c4c90}#main-footer{background-color:#53585f}#footer-widgets .footer-widget a,#footer-widgets .footer-widget li a,#footer-widgets .footer-widget li a:hover{color:#ffffff}.footer-widget{color:#ffffff}#main-footer .footer-widget h4{color:#3c4c90}.footer-widget li:before{border-color:#3c4c90}#footer-widgets .footer-widget li:before{top:11.45px}.et_slide_in_menu_container,.et_slide_in_menu_container .et-search-field{letter-spacing:px}.et_slide_in_menu_container .et-search-field::-moz-placeholder{letter-spacing:px}.et_slide_in_menu_container .et-search-field::-webkit-input-placeholder{letter-spacing:px}.et_slide_in_menu_container .et-search-field:-ms-input-placeholder{letter-spacing:px}@media only screen and (min-width:981px){#logo{max-height:60%}.et_pb_svg_logo #logo{height:60%}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:11.88px}.et_header_style_left .et-fixed-header #et-top-navigation,.et_header_style_split .et-fixed-header #et-top-navigation{padding:25px 0 0 0}.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a,.et_header_style_split .et-fixed-header #et-top-navigation nav>ul>li>a{padding-bottom:25px}.et_header_style_centered header#main-header.et-fixed-header .logo_container{height:50px}.et_header_style_split #main-header.et-fixed-header .centered-inline-logo-wrap{width:50px;margin:-50px 0}.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{max-height:50px}.et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo{height:50px}.et_header_style_slide .et-fixed-header #et-top-navigation,.et_header_style_fullscreen .et-fixed-header #et-top-navigation{padding:16px 0 16px 0!important}.et-fixed-header#top-header,.et-fixed-header#top-header #et-secondary-nav li ul{background-color:#ffffff}.et-fixed-header #top-menu a,.et-fixed-header #et_search_icon:before,.et-fixed-header #et_top_search .et-search-form input,.et-fixed-header .et_search_form_container input,.et-fixed-header .et_close_search_field:after,.et-fixed-header #et-top-navigation .et-cart-info{color:#3c4c90!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#3c4c90!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#3c4c90!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#3c4c90!important}.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a{color:#ffffff!important}.et-fixed-header#top-header a{color:#3c4c90}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}	h1,h2,h3,h4,h5,h6{font-family:'Lato',Helvetica,Arial,Lucida,sans-serif}body,input,textarea,select{font-family:'Lato',Helvetica,Arial,Lucida,sans-serif}html{margin:0!important}body.admin-bar{padding-top:32px}body.admin-bar #gtranslate_wrapper{top:32px!important}@media (max-width:782px){body.admin-bar{padding-top:46px}body.admin-bar #gtranslate_wrapper{top:46px!important}}#main-header .et_menu_container{width:100%;max-width:1200px}#us_ne h3{color:#1bb225}.text-white,.text-white a{color:white}.archive .product-image img{width:100%;max-width:150px}.single h2{font-size:24px;line-height:1.3}.single .entry-content .et_pb_section.et_pb_section_0.et_section_regular{padding-top:0}#top-menu li.mega-menu ul li.hide{display:none!important}a{text-decoration:none;color:#3c4d8c;font-weight:bold}.sds{display:none}.read-more{margin-top:10px;font-weight:bold;font-size:100%}.read-more:after{content:' >'}.post-date{font-size:13px;font-weight:bold}.et_nav_text_color_light #top-menu li.mega-menu li.product-category>a{color:#25cbfb;font-size:13px;margin-top:10px}.et_nav_text_color_light #top-menu li.mega-menu li.product-category>a:hover{color:#25cbfb!important}#gtranslate_wrapper{text-align:right;left:0;right:0!important;top:0!important;margin-top:-5px}@media (max-width:980px){#gtranslate_wrapper{text-align:center;padding-right:0}}.map-products .et_pb_section{padding:20px 0}.map-products .et_pb_section.map-products-container{padding-bottom:50px;padding-top:0}.map-products .et_pb_section.map-products-container .et_pb_row{padding-top:0}.link-hand{cursor:pointer}.disclaimer-text{color:white;text-align:center;font-size:20px;padding:0 70px}.mfp-close-btn-in .mfp-close{background:white;right:10px}sup{bottom:0.5em;font-size:65%}.et_nav_text_color_light .et-search-form input{background-color:rgba(255,255,255,1);color:black}html .spanish-video{display:none}html[lang="es"] .spanish-video{display:block}html[lang="es"] .english-video{display:none}.et_pb_main_blurb_image img{width:150px;height:150px;object-fit:cover}@media (max-width:1100px){#et_mobile_nav_menu{display:block}#top-menu{display:none}}#sub-footer .white-badge h1{text-align:center;font-size:36px}.white-badge{background-color:#ffffffd9;border-radius:20px;padding:35px 10px 30px 10px;text-align:center}.product-issue-header .product-issue-header-text{color:#444444;line-height:18px}#et-secondary-nav .menu-item-has-children>a:first-child,#top-menu .menu-item-has-children>a:first-child{padding-right:20px;color:white}.breadcrumbs{background:white;color:#53585f;display:none}.dp-dfg-skin-default .dp-dfg-filters-dropdown-layout .dp-dfg-dropdown-label{font-size:1.4em;line-height:2em;position:relative;overflow:hidden;padding:0.5em 2em 0.5em 0.5em;border:1px solid #6095c9;background-color:#f8f8f8;text-decoration:none;cursor:pointer}.issue-page-cta .white-badge h1{text-align:center;font-size:36px;font-weight:600}.rep-region h3{text-shadow:1px 1px 0 white}body.archive.category-knowledge-base .category-layout li{margin:0px 0px;padding:10px 10px;border-bottom:1px solid #E0E0E0;margin-bottom:30px}.kb-list-header{font-weight:700;font-size:22px!important}.sue-icon-text-icon{position:absolute;top:10px!important;left:0}.dpdfg_filtergrid_0 .dp-dfg-layout-grid .dp-dfg-items{column-gap:4em!important;row-gap:4em!important}#et-boc .et-l .dp-dfg-skin-default .dp-dfg-image,#et-boc .et-l .dp-dfg-skin-default .dp-dfg-overlay,.dp-dfg-skin-default .dp-dfg-image,.dp-dfg-skin-default .dp-dfg-overlay,.et-l .dp-dfg-skin-default .dp-dfg-image,.et-l .dp-dfg-skin-default .dp-dfg-overlay{padding:0;position:relative;padding-bottom:15px}body.archive.category-knowledge-base .category-layout li{margin:0px 0px;padding:10px 10px;border-bottom:1px solid #E0E0E0;margin-bottom:30px;border:1px solid #cdc9c9}base-page .category-layout li:last-child{border-bottom:1px solid #cdc9c9}#knowledge-base-page .category-layout li:last-child{border-bottom:1px solid #cdc9c9!important}.product-items-wrap .product-items .product-item-excerpt{display:none}#gtranslate_wrapper{text-align:right;left:0;right:0!important;top:0!important;margin-top:10px;margin-right:20px}a.glink{text-decoration:none;padding:10px}.issue-category-text{max-width:800px!important;margin:10px auto!important;font-size:17px!important;line-height:20px}.product-items-wrap .product-items .product-item-title,.product-items-wrap .product-items .product-item-title a{font-size:26px}product-items-wrap .product-items .product-item-title,.product-items-wrap .product-items .product-item-title a{margin:15px 10px}.dp-dfg-skin-default .dp-dfg-item>*{word-wrap:normal;word-break:normal}.product-items-wrap .product-items .product-item-title,.product-items-wrap .product-items .product-item-title a{font-size:19px!important}body .product-table thead{background:#c1e0f8;font-size:14px;line-height:19px}body .product-table tbody{font-size:14px;line-height:19px}body .product-table tbody tr:nth-child(even){background-color:#edeef1}