.ht-ctc-chat{--side:right}.ht-ctc-opacity-hide{opacity:0}.ht-ctc-opacity-show{opacity:1}.ht-ctc-display-hide{display:none}.ht-ctc-display-show{display:block}.ht-ctc-display-unset{display:unset!important}@keyframes ctcBounce{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}@keyframes ctc_fadeIn{0%{opacity:0}to{opacity:1}}.ht-ctc-bounce{animation:ctcBounce .45s ease-out forwards}.ht-ctc-fade-in{animation:ctc_fadeIn .25s ease}.ht_ctc_chat_greetings_box :not(ul):not(ol):not(.ht_ctc_default):not(.ht_ctc_defaults *){box-sizing:border-box;margin:0;padding:0}.ht_ctc_chat_greetings_box ol,.ht_ctc_chat_greetings_box ul{margin-bottom:0;margin-top:0}.ht_ctc_chat_greetings_box_layout{clear:both}.ht_ctc_greetings{pointer-events:none}.ht_ctc_chat_greetings_box{pointer-events:auto}.ht_ctc_greetings_box{opacity:0;transform:scale(0) translate(20px,20px);transform-origin:bottom var(--side,right);transition:all .4s cubic-bezier(.19,1,.22,1)}.ht_ctc_greetings_box.ht_ctc_greetings_box_open{opacity:1;pointer-events:auto;transform:scale(1) translate(0)}.ht_ctc_modal_backdrop{animation:ctc_fadeIn .2s ease;backdrop-filter:blur(1px);background:rgba(0,0,0,.3);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9}.ht_ctc_notification{animation:ctcBounce .45s ease-out forwards}@keyframes ht_ctc_cta_stick{0%{opacity:0;transform:translateX(6px) scaleX(.6)}to{opacity:1;transform:translateX(0) scaleX(1)}}.ht-ctc-cta-stick{animation-duration:.12s;animation-fill-mode:both;animation-name:ht_ctc_cta_stick;animation-timing-function:cubic-bezier(.25,.8,.25,1);transform-origin:var(--side,right) center}.ctc_g_content{max-height:calc(80vh - 140px);overflow-y:auto}.ctc_g_bottom,.ctc_g_content,.ctc_g_sentbutton{margin-top:-.9px!important}.greetings_header_image{display:inline-block;position:relative}.greetings_header_image img{object-fit:cover}.g_header_badge_online{border-radius:50%;bottom:0;height:12px;position:absolute;right:0;width:12px;z-index:1}@media only screen and (min-width:900px){.ctc_g_content::-webkit-scrollbar{width:2.8px}.ctc_g_content::-webkit-scrollbar-thumb{background:#a5a5a5}}@media only screen and (max-width:420px){.ctc_side_positions .ctc_m_p_left{left:0!important;right:unset!important}.ctc_side_positions .ctc_m_p_right{left:unset!important;right:0!important}.ctc_side_positions .ctc_m_p_left .ctc_greetings_close_btn{float:left!important}.ctc_side_positions .ctc_m_p_right .ctc_greetings_close_btn{float:right!important}.ctc_side_positions .ctc_m_cta_order_0{order:0!important}.ctc_side_positions .ctc_m_cta_order_1{order:1!important}.ht_ctc_greetings.ctc_m_full_width{bottom:0!important;position:fixed!important;right:0!important}.ht_ctc_greetings.ctc_m_full_width .ht_ctc_chat_greetings_box{margin:7px!important;min-width:80vw!important;position:unset!important;width:calc(100vw - 14px)!important}.ctc_m_full_width .ctc_g_message_box_width{max-width:85%!important}.ht_ctc_animation:has(.ht_ctc_greetings){animation-fill-mode:none!important}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type="file"]{cursor:pointer}.wpcf7 input[type="file"]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}@font-face{font-family:ETmodules;font-display:swap;src:url(//www.haverhilltuitioncentre.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.eot);src:url(//www.haverhilltuitioncentre.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.eot?#iefix) format("embedded-opentype"),url(//www.haverhilltuitioncentre.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.woff) format("woff"),url(//www.haverhilltuitioncentre.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.ttf) format("truetype"),url(//www.haverhilltuitioncentre.com/wp-content/themes/Divi/core/admin/fonts/modules/social/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}@media (min-width:981px){.et_pb_gutter.et_pb_gutters4 #left-area{width:81%}.et_pb_gutter.et_pb_gutters4 #sidebar{width:19%}.et_pb_gutters4.et_right_sidebar #left-area{padding-right:8%}.et_pb_gutters4.et_left_sidebar #left-area{padding-left:8%}.et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before{right:19%!important}.et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before{left:19%!important}.et_pb_gutters4 .et_pb_column,.et_pb_gutters4.et_pb_row .et_pb_column{margin-right:8%}.et_pb_gutters4 .et_pb_column_4_4,.et_pb_gutters4.et_pb_row .et_pb_column_4_4{width:100%}.et_pb_gutters4 .et_pb_column_4_4 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module{margin-bottom:4%}.et_pb_gutters4 .et_pb_column_3_4,.et_pb_gutters4.et_pb_row .et_pb_column_3_4{width:73%}.et_pb_gutters4 .et_pb_column_3_4 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module{margin-bottom:5.479%}.et_pb_gutters4 .et_pb_column_2_3,.et_pb_gutters4.et_pb_row .et_pb_column_2_3{width:64%}.et_pb_gutters4 .et_pb_column_2_3 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module{margin-bottom:6.25%}.et_pb_gutters4 .et_pb_column_3_5,.et_pb_gutters4.et_pb_row .et_pb_column_3_5{width:56.8%}.et_pb_gutters4 .et_pb_column_3_5 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_3_5 .et_pb_module{margin-bottom:7.042%}.et_pb_gutters4 .et_pb_column_1_2,.et_pb_gutters4.et_pb_row .et_pb_column_1_2{width:46%}.et_pb_gutters4 .et_pb_column_1_2 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module{margin-bottom:8.696%}.et_pb_gutters4 .et_pb_column_2_5,.et_pb_gutters4.et_pb_row .et_pb_column_2_5{width:35.2%}.et_pb_gutters4 .et_pb_column_2_5 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_2_5 .et_pb_module{margin-bottom:11.364%}.et_pb_gutters4 .et_pb_column_1_3,.et_pb_gutters4.et_pb_row .et_pb_column_1_3{width:28%}.et_pb_gutters4 .et_pb_column_1_3 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module{margin-bottom:14.286%}.et_pb_gutters4 .et_pb_column_1_4,.et_pb_gutters4.et_pb_row .et_pb_column_1_4{width:19%}.et_pb_gutters4 .et_pb_column_1_4 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module{margin-bottom:21.053%}.et_pb_gutters4 .et_pb_column_1_5,.et_pb_gutters4.et_pb_row .et_pb_column_1_5{width:13.6%}.et_pb_gutters4 .et_pb_column_1_5 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_1_5 .et_pb_module{margin-bottom:29.412%}.et_pb_gutters4 .et_pb_column_1_6,.et_pb_gutters4.et_pb_row .et_pb_column_1_6{width:10%}.et_pb_gutters4 .et_pb_column_1_6 .et_pb_module,.et_pb_gutters4.et_pb_row .et_pb_column_1_6 .et_pb_module{margin-bottom:40%}.et_pb_gutters4 .et_full_width_page.woocommerce-page ul.products li.product{width:19%;margin-right:8%;margin-bottom:8%}.et_pb_gutters4.et_left_sidebar.woocommerce-page #main-content ul.products li.product,.et_pb_gutters4.et_right_sidebar.woocommerce-page #main-content ul.products li.product{width:26.027%;margin-right:10.959%}}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:14px}.et_pb_slide_content,.et_pb_best_value{font-size:15px}.et_secondary_nav_enabled #page-container #top-header{background-color:#01968a!important}#et-secondary-nav li ul{background-color:#01968a}.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:#02665d}.et_search_form_container input::-moz-placeholder{color:#02665d}.et_search_form_container input::-webkit-input-placeholder{color:#02665d}.et_search_form_container input:-ms-input-placeholder{color:#02665d}#top-menu li a{font-size:19px}body.et_vertical_nav .container.et_search_form_container .et-search-form input{font-size:19px!important}#top-menu li a,.et_search_form_container input{font-weight:700;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input::-moz-placeholder{font-weight:700;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input::-webkit-input-placeholder{font-weight:700;font-style:normal;text-transform:uppercase;text-decoration:none}.et_search_form_container input:-ms-input-placeholder{font-weight:700;font-style:normal;text-transform:uppercase;text-decoration:none}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#21be9e}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:41px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:41px}.et_header_style_split .centered-inline-logo-wrap{width:81px;margin:-81px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:81px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:81px}.et_header_style_centered #top-menu>li>a{padding-bottom:15px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:32px 0 32px 0!important}.et_header_style_centered #main-header .logo_container{height:81px}#logo{max-height:74%}.et_pb_svg_logo #logo{height:74%}.et_fixed_nav #page-container .et-fixed-header#top-header{background-color:#01968a!important}.et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul{background-color:#01968a}.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:#02665d!important}.et-fixed-header .et_search_form_container input::-moz-placeholder{color:#02665d!important}.et-fixed-header .et_search_form_container input::-webkit-input-placeholder{color:#02665d!important}.et-fixed-header .et_search_form_container input:-ms-input-placeholder{color:#02665d!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:#21be9e!important}}@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}}#main-header,#et-top-navigation{font-family:'Noto Sans',Helvetica,Arial,Lucida,sans-serif}.et-db #et-boc .et-l .et_pb_section_0_tb_footer{height:auto;min-height:auto;max-height:none;z-index:10;box-shadow:0 2px 18px 0 rgba(0,0,0,.3)}.et-db #et-boc .et-l .et_pb_section_0_tb_footer.et_pb_section{padding-top:8px;padding-bottom:8px}.et-db #et-boc .et-l .et_pb_row_0_tb_footer{height:379px}.et-db #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row{padding-top:34px!important;padding-right:0px!important;padding-bottom:0px!important;padding-left:0px!important;padding-top:34px;padding-right:0;padding-bottom:0;padding-left:0}.et-db #et-boc .et-l .et_pb_row_0_tb_footer,body.et-db #page-container .et-db #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row,body.et_pb_pagebuilder_layout.single.et_full_width_page.et-db #page-container #et-boc .et-l #et-boc .et-l .et_pb_row_0_tb_footer.et_pb_row{width:100%;max-width:1230px}.et-db #et-boc .et-l .et_pb_image_0_tb_footer .et_pb_image_wrap img,.et-db #et-boc .et-l .et_pb_row_1_tb_footer{height:auto}.et-db #et-boc .et-l .et_pb_image_0_tb_footer{margin-bottom:9px!important;width:85%;text-align:center}.et-db #et-boc .et-l .et_pb_text_0_tb_footer{font-family:'Mulish',Helvetica,Arial,Lucida,sans-serif;font-weight:700;padding-bottom:7px!important;margin-bottom:5px!important}.et-db #et-boc .et-l .et_pb_text_0_tb_footer h2{font-family:'Noto Sans',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:19px}.et-db #et-boc .et-l .et_pb_text_1_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_2_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_3_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_3_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_4_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_4_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_5_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_5_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_6_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_6_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_7_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_7_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_8_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_9_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_9_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_10_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_10_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_11_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_11_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_12_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_12_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_13_tb_footer.et_pb_text,.et-db #et-boc .et-l .et_pb_text_13_tb_footer.et_pb_text a,.et-db #et-boc .et-l .et_pb_text_14_tb_footer.et_pb_text{color:#000000!important}.et-db #et-boc .et-l .et_pb_text_1_tb_footer{line-height:.6em;font-family:'Mulish',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:15px;line-height:.6em;padding-bottom:12px!important;margin-right:-20px!important;margin-bottom:8px!important;margin-left:-20px!important}.et-db #et-boc .et-l .et_pb_text_1_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_15_tb_footer{font-family:'Noto Sans',Helvetica,Arial,Lucida,sans-serif;font-weight:700}.et-db #et-boc .et-l .et_pb_social_media_follow .et_pb_social_media_follow_network_0_tb_footer.et_pb_social_icon .icon:before,.et-db #et-boc .et-l .et_pb_social_media_follow .et_pb_social_media_follow_network_1_tb_footer.et_pb_social_icon .icon:before,.et-db #et-boc .et-l .et_pb_social_media_follow .et_pb_social_media_follow_network_2_tb_footer.et_pb_social_icon .icon:before,.et-db #et-boc .et-l .et_pb_social_media_follow .et_pb_social_media_follow_network_3_tb_footer.et_pb_social_icon .icon:before,.et-db #et-boc .et-l .et_pb_social_media_follow .et_pb_social_media_follow_network_4_tb_footer.et_pb_social_icon .icon:before,.et-db #et-boc .et-l .et_pb_social_media_follow .et_pb_social_media_follow_network_5_tb_footer.et_pb_social_icon .icon:before{color:#FFF}.et-db #et-boc .et-l ul.et_pb_social_media_follow_0_tb_footer{margin-top:6px!important}.et-db #et-boc .et-l .et_pb_social_media_follow_0_tb_footer li.et_pb_social_icon a.icon:before{color:#02665d}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h1,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h1,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h1{font-size:36px}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h2{font-family:'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;font-weight:600;font-size:48px;line-height:1.4em}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h3,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h3,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h3{font-weight:700;font-size:26px;color:#02665d!important;text-align:center}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h4,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h4,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h4{font-family:'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;font-weight:600;font-size:20px;color:#FFFFFF!important;line-height:1.2em}.et-db #et-boc .et-l .et_pb_text_2_tb_footer,.et-db #et-boc .et-l .et_pb_text_8_tb_footer,.et-db #et-boc .et-l .et_pb_text_14_tb_footer{border-top-width:1px;border-color:rgba(255,255,255,.2);padding-top:20px!important;padding-bottom:18px!important;margin-bottom:8px!important}.et-db #et-boc .et-l .et_pb_text_3_tb_footer,.et-db #et-boc .et-l .et_pb_text_4_tb_footer,.et-db #et-boc .et-l .et_pb_text_5_tb_footer,.et-db #et-boc .et-l .et_pb_text_6_tb_footer,.et-db #et-boc .et-l .et_pb_text_7_tb_footer,.et-db #et-boc .et-l .et_pb_text_9_tb_footer,.et-db #et-boc .et-l .et_pb_text_10_tb_footer,.et-db #et-boc .et-l .et_pb_text_11_tb_footer,.et-db #et-boc .et-l .et_pb_text_12_tb_footer,.et-db #et-boc .et-l .et_pb_text_13_tb_footer{font-family:'Mulish',Helvetica,Arial,Lucida,sans-serif;font-weight:700;font-size:20px;margin-top:10px!important;margin-bottom:10px!important}.et-db #et-boc .et-l .et_pb_code_0_tb_footer{height:232px;min-height:237px}.et-db #et-boc .et-l .et_pb_social_media_follow_network_0_tb_footer a.icon,.et-db #et-boc .et-l .et_pb_social_media_follow_network_1_tb_footer a.icon,.et-db #et-boc .et-l .et_pb_social_media_follow_network_2_tb_footer a.icon,.et-db #et-boc .et-l .et_pb_social_media_follow_network_3_tb_footer a.icon,.et-db #et-boc .et-l .et_pb_social_media_follow_network_4_tb_footer a.icon,.et-db #et-boc .et-l .et_pb_social_media_follow_network_5_tb_footer a.icon{background-color:#02665d!important}.et-db #et-boc .et-l .et_pb_code_0_tb_footer.et_pb_module{margin-left:auto!important;margin-right:auto!important}@media only screen and (min-width:981px){.et-db #et-boc .et-l .et_pb_code_0_tb_footer{width:100%}}@media only screen and (max-width:980px){.et-db #et-boc .et-l .et_pb_section_0_tb_footer{height:759px;min-height:auto;max-height:none}.et-db #et-boc .et-l .et_pb_image_0_tb_footer .et_pb_image_wrap img{height:110px;width:auto}.et-db #et-boc .et-l .et_pb_text_1_tb_footer{line-height:.6em;padding-bottom:12px!important;margin-right:-4px!important;margin-bottom:8px!important;margin-left:-4px!important}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h2{font-size:32px}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h4,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h4,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h4{font-size:16px}.et-db #et-boc .et-l .et_pb_text_2_tb_footer,.et-db #et-boc .et-l .et_pb_text_8_tb_footer,.et-db #et-boc .et-l .et_pb_text_14_tb_footer{border-top-width:1px;padding-top:20px!important;padding-bottom:18px!important;margin-bottom:8px!important}.et-db #et-boc .et-l .et_pb_code_0_tb_footer{width:79%}.et-db #et-boc .et-l .et_pb_row_1_tb_footer{height:auto}.et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;margin-top:324px!important;margin-bottom:0px!important;padding-top:0px!important;padding-bottom:0px!important}}@media only screen and (max-width:767px){.et-db #et-boc .et-l .et_pb_section_0_tb_footer{height:1200px;min-height:1200px;max-height:none}.et-db #et-boc .et-l .et_pb_image_0_tb_footer .et_pb_image_wrap img{height:110px;width:auto}.et-db #et-boc .et-l .et_pb_text_1_tb_footer{line-height:1em;padding-bottom:12px!important;margin-right:-4px!important;margin-bottom:8px!important;margin-left:-4px!important}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h2,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h2{font-size:20px}.et-db #et-boc .et-l .et_pb_text_2_tb_footer h4,.et-db #et-boc .et-l .et_pb_text_8_tb_footer h4,.et-db #et-boc .et-l .et_pb_text_14_tb_footer h4{font-size:15px}.et-db #et-boc .et-l .et_pb_text_2_tb_footer{border-top-width:1px;padding-top:0px!important;padding-bottom:0px!important;margin-bottom:0px!important}.et-db #et-boc .et-l .et_pb_text_8_tb_footer,.et-db #et-boc .et-l .et_pb_text_14_tb_footer{border-top-width:1px;padding-top:0px!important;padding-bottom:0px!important;margin-top:-8px!important;margin-bottom:0px!important}.et-db #et-boc .et-l .et_pb_row_1_tb_footer{height:auto}.et-db #et-boc .et-l .et_pb_row_1_tb_footer.et_pb_row{padding-top:0px!important;padding-bottom:0px!important;margin-top:771px!important;margin-bottom:0px!important;padding-top:0px!important;padding-bottom:0px!important}}