@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#fff0}h2,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h5{font-size:1.25rem}h6{font-size:1rem}p,ul{margin-top:0;margin-bottom:1rem}ul{padding-left:2rem}ul ul{margin-bottom:0}.small{font-size:.875em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}img,svg{vertical-align:middle}button{border-radius:0;margin:0;font-family:inherit;font-size:inherit;line-height:inherit;text-transform:none}button:focus:not(:focus-visible){outline:0;box-shadow:none}[type=button],button{-webkit-appearance:button}[type=button]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}.img-fluid{max-width:100%;height:auto}.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}@media (min-width:576px){.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width:768px){.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-12,.col-md-6{flex:0 0 auto;width:50%}.col-md-12{width:100%}}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff0;border:1px solid #fff0;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgb(13 110 253/.25)}.btn:disabled{pointer-events:none;opacity:.65}.collapse:not(.show){display:none}.dropdown{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid #fff0;border-bottom:0;border-left:.3em solid #fff0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgb(0 0 0/.15);border-radius:.25rem}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:#fff0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:#fff0}.nav-link{display:block;padding:.5rem 1rem;color:#0d6efd;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#0a58ca}.navbar,.navbar>.container{display:flex;align-items:center;justify-content:space-between}.navbar{position:relative;flex-wrap:wrap;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container{flex-wrap:inherit}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:#fff0;border:1px solid #fff0;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}.d-flex{display:flex!important}.mt-3{margin-top:1rem!important}.mb-4{margin-bottom:1.5rem!important}.pt-4{padding-top:1.5rem!important}.pb-2{padding-bottom:.5rem!important}.text-center{text-align:center!important}@media (min-width:768px){.text-md-end{text-align:right!important}}.top-strip-bg{background:#123347}.top-strip-bg p{font-size:14px;line-height:30px;color:#fff;text-align:center;margin:0;font-weight:700;letter-spacing:.5px}.top-strip-bg img{width:auto;height:14px;margin-top:-4px;margin-right:10px}@media (max-width:768px){body{overflow:inherit!important}}@media screen{@font-face{font-family:"league_gothiccondensed_italic";src:url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-condenseditalic-webfont.woff2)format("woff2"),url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-condenseditalic-webfont.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"league_gothicCnRg";src:url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-condensedregular-webfont.woff2)format("woff2"),url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-condensedregular-webfont.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"league_gothicitalic";src:url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-italic-webfont.woff2)format("woff2"),url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-italic-webfont.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"league_gothicregular";src:url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-regular-webfont.woff2)format("woff2"),url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.leaguegothic-regular-webfont.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"league_gothicregular";src:url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.regular-webfont.woff2)format("woff2"),url(/wp-content/themes/spicybroccoli/assets/fonts/league-gothic.regular-webfont.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}:root{--black:#000000;--orange:#FF9954;--sky:#B0D6E8;--green:#87AD99;--blue:#123347}body{background-color:#fff;font-family:"DM Sans";font-size:16px;font-weight:400;line-height:1.8;color:#123347!important}img{max-width:100%;height:auto}p{display:block;width:100%}a:hover{color:var(--orange)}h2{font-family:league_gothicregular!important;text-transform:uppercase!important;color:#123347;font-size:40px;position:relative;margin-bottom:30px}.nav-link:focus,.nav-link:hover{color:inherit}a.navbar-brand{max-width:48%}a.navbar-brand img{max-height:45px;width:auto}.header-btn{border:1px solid #123347;background:#fff0;color:#123347;border-radius:unset;font-size:17px;padding:.75rem 2rem}a{color:#123347;text-decoration:unset;outline:0}.header-btn:hover,header nav .navbar-collapse>ul>li:hover{background:#123347;color:#fff}.inner-header{background:#edf5f9}header ul.navbar-nav a{color:#123347;text-transform:uppercase;font-family:"DM Sans";transition:unset}.container{overflow:unset}.navbar-expand-lg .container{border-bottom:1px solid #123347;padding-right:0;padding-left:0}.navbar-toggler{color:rgb(0 0 0/.55);border-color:rgb(0 0 0/.1)}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}#navbarSupportedContent{justify-content:flex-end}#navbarSupportedContent .navbar-nav .nav-link{padding-right:1.7rem;padding-left:1.7rem}header{position:absolute;width:100%;top:0;z-index:99}header+section{margin-top:96px}header.show_top_bar+section{margin-top:126px}header nav .navbar-collapse>ul>li{padding:25px 0;transition:all .2s ease-in-out}header nav .sub-menu{width:100%;background:#fff;left:0;right:0;top:95px;overflow:hidden;height:0;max-height:0;opacity:1;visibility:visible;position:fixed;padding:0;list-style:none;margin:0;transition:max-height .2s cubic-bezier(.37,0,.63,1)!important;box-shadow:0 1px 3px rgb(0 0 0/.5)}header nav .sub-menu:after{content:"";position:absolute;right:0;height:100%;width:55%;background:#f5f5f5;z-index:-1;top:0}header .accordion-tabs__tabs .tabs__link.active:before,header .accordion-tabs__tabs .tabs__link:hover:before{content:"";width:2px;position:absolute;left:-2px;top:0;height:100%;background:#123347}header nav .sub-menu .container{border-bottom:0}header nav .sub-menu .sub-menu__nav-area{flex:0 0 calc(100% - 346px);max-width:calc(100% - 346px)}header nav .navbar-collapse>ul>li:hover .sub-menu{max-height:1550px;transition:max-height 1s cubic-bezier(.37,0,.63,1)!important;opacity:1;visibility:visible;height:auto;z-index:13}header nav .navbar-collapse>ul>li:hover a{color:#fff}header .navbar{padding:0}header .accordion-tabs__tabs{display:flex;position:absolute;left:0;background:#fff}header .accordion-tabs__tabs .tabs-col.tabs-col--left{width:246px;margin-top:23px}header .accordion-tabs__tabs .tabs-col{width:auto;flex-direction:column;display:flex;align-items:flex-end}header .accordion-tabs__tabs .tabs__link{width:246px;padding:9px 0 12px 20px;background:#fff;font-size:16px!important;color:#123347!important;position:relative;transition:all .2s ease-in-out;cursor:pointer;border-radius:0;text-align:left;font-weight:400!important;text-transform:initial}.accordion-tabs__tabs .tabs__link:hover,header .accordion-tabs__tabs .tabs__link.active{background:#f5f5f5}header .accordion-tabs{padding:0}header .tabs-col--right{background:#f5f5f5;min-height:237px;padding:23px}header .sub-menu p,header .tabs-col--right .tabs__content__inner p{font-weight:300;color:#123347;font-size:14px;max-width:420px;line-height:22px;margin-bottom:10px}header nav .navbar-collapse>ul>li .accordion-tabs__tabs .tabs__content a,header nav .navbar-collapse>ul>li .sub-menu a{color:#ff9954;font-size:12px;font-weight:600}header nav .navbar-collapse>ul>li .accordion-tabs__tabs .tabs__content a:hover,header nav .navbar-collapse>ul>li .sub-menu a:hover{color:#123347}header .tabs__content{width:100%}.accordion-tabs__tabs .tabs__content,div.list-hidden-desktop,header .accordion-tabs__accordions.hidden-desktop{display:none}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.accordion-tabs__tabs .tabs__content.show{display:block;animation:fadeIn .5s cubic-bezier(.6,.2,.1,1) both}header .btn:focus{box-shadow:none}section{padding:50px 0}.inner_bx_ct{max-width:1280px;width:100%;margin:0 auto;display:block;position:relative}.mobile-link,footer .footer-logo a:after,footer .small-icon a:after,ul.hidden-desktop{display:none}ul.sub-menu .inner_bx_ct{max-width:unset}@media (min-width:992px){.navbar-expand-lg .navbar-nav{align-items:center}}@media (min-width:991px) and (max-width:1400px){#navbarSupportedContent .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}}@media (min-width:320px) and (max-width:560px){.header-btn{font-size:15px;padding:.75rem 2rem .75rem 1.75rem}}@media (min-width:1200px){.header-btn{margin-left:20px}}@media (max-width:991px){h2:not(.banner-head){font-size:35px}.navbar-expand-lg .container{background:#fff}ul.hidden-desktop{display:block}.list-hidden-desktop ul li .btn:after,header .accordion-tabs__tabs.hidden-mobile,header nav .sub-menu:after,ul.hidden-mobile{display:none}header nav .navbar-collapse>ul>li{position:relative;padding:0}header nav .sub-menu .sub-menu__nav-area{flex:0 0 100%;max-width:100%}header nav .sub-menu{background:#fff;top:0;position:relative;box-shadow:none}header nav .navbar-collapse>ul>li a:hover,header nav .navbar-collapse>ul>li:hover{background:#123347;color:#fff}header nav .navbar-collapse>ul>li:hover .sub-menu{z-index:13;min-height:auto;opacity:0;visibility:hidden;height:0}header nav .navbar-collapse>ul>li:hover a{color:#fff}header .navbar{padding:0}header .accordion-tabs__tabs{display:flex}header .accordion-tabs__tabs .tabs-col{width:100%}.accordion-tabs__tabs .tabs__link:hover,header .accordion-tabs__tabs .tabs__link.active{background:#f5f5f5}header .accordion-tabs__tabs .tabs__link.active:before{content:"";width:2px;position:absolute;left:-2px;top:0;height:100%;background:#123347}header .accordion-tabs{padding:0}header .tabs-col--right{background:#f5f5f5;min-height:auto;padding:23px}header .sub-menu p,header .tabs-col--right .tabs__content__inner p{font-weight:300;color:#123347;font-size:14px;max-width:420px;line-height:22px;margin-bottom:10px}header .accordion-tabs__accordions.hidden-desktop{display:block}header .accordion-tabs__accordions .accordion,header nav .navbar-collapse>ul>li{margin-bottom:5px}header .accordion-tabs__accordions .accordion:last-of-type{margin-bottom:0}#menu-main-menu li.menu-first{margin-top:20px}header #navbarSupportedContent .navbar-nav .nav-link{padding-top:5px;padding-bottom:5px;display:inline-block}header+section{margin-top:86px}header.show_top_bar+section{margin-top:116px}.mobile-link{display:inline-block;position:absolute;right:20px;transform:rotate(180deg)}header nav .navbar-collapse>ul>li:hover svg path{fill:#fff}div.list-hidden-desktop{display:block;margin-bottom:20px}#menu-main-menu{height:100%;overflow-y:auto}.list-hidden-desktop ul li .btn{width:100%;border:0;position:relative;margin-bottom:0;text-align:left}.list-hidden-desktop ul li .btn span{position:absolute;right:47px;transform:rotate(180deg)}.list-hidden-desktop ul li .dropdown-menu{width:90%;margin:10px auto 0;border:0}.list-hidden-desktop ul li .dropdown-menu li a{font-size:12px;font-weight:600;width:auto}.list-hidden-desktop ul li .dropdown-menu li a:hover{background:#fff0;color:#ff9954}}@media (max-width:767px){.navbar-expand-lg .container{width:90%;margin:0 auto}header nav .navbar-collapse>ul>li .sub-menu .container{max-width:100%;width:100%}}@media (min-width:991px) and (max-width:1200px){.navbar-expand-lg .navbar-nav{font-size:11px}header nav .sub-menu{top:86.8px}}@media (max-width:600px){header+section{margin-top:65px!important}header.show_top_bar+section{margin-top:95px!important}}@media screen and (max-width:991px){#menu-main-menu{max-height:100vh;overflow-y:auto;height:auto}header nav .navbar-collapse>ul>li:hover .sub-menu,header nav .sub-menu{max-height:0!important;transition:max-height .4s cubic-bezier(.37,0,.63,1)!important;height:auto!important;min-height:auto!important;visibility:visible!important;opacity:1!important;background:#fff!important;z-index:1}header nav .navbar-collapse>ul>li{transition:unset!important}header nav .navbar-collapse>ul>li a{cursor:pointer}header nav .navbar-collapse>ul>li a:hover{background:0 0!important}}@font-face{font-family:ReferenzGroteskMedium;src:url(/wp-content/themes/spicybroccoli/assets/fonts/ReferenzGroteskMedium.otf);font-display:swap}html{overflow-x:hidden}.btn.header-btn:focus{box-shadow:unset}ul.dropdown-menu{padding:0;margin-left:20px;width:calc(100% - 20px)}a.dropdown-item:hover{background:#b0d6e8}.dropdown-menu{min-width:8rem}.video-wrapper{position:relative;padding-bottom:50%;padding-top:25px;height:0}@media (min-width:320px) and (max-width:560px){.dropdown-menu{min-width:7rem}}@media (min-width:1350px){.container{max-width:1435px;width:95%}}@media (min-width:320px) and (max-width:990px){header .navbar{background-color:#fff!important;padding:10px 0 0}}header ul.hidden-mobile{margin-bottom:0}@media only screen and (max-width:1200px){header+section{margin-top:87px}header.show_top_bar+section{margin-top:117px}}@media only screen and (max-width:992px){header+section{margin-top:55px}header.show_top_bar+section{margin-top:85px}}ul li li:before{padding-left:2rem!important;left:-2rem!important;background-color:#fff!important;background-position-x:2rem!important}.d-flex,footer a,footer h6{position:relative}.primary-background{background:#123347;color:#ebebeb;font-size:16px}footer{font-family:"Inter"}footer h6{text-transform:uppercase;padding-left:50px}footer h6:before{content:"";display:block;width:45px;height:1.5px;background:#b0d6e9;left:0;top:38%;position:absolute}footer ul{margin:0;padding:0;list-style:none}footer ul li{font-weight:700;margin-bottom:25px}footer ul li a{display:flex;color:#ebebeb;display:inline-block}.footer-icon{font-weight:200;font-size:15px;padding-top:10px;line-height:36px}.copysight-section a{color:#ebebeb}.copysight-section .col-md-12.pb-2.text-center,.copysight-section a{padding-left:0;padding-right:0}.copysight-section a:hover,footer a:hover{color:#fff}ul.footer-nav{display:flex;justify-content:space-between;font-size:16px;font-weight:400;text-transform:uppercase;flex-wrap:wrap;padding:40px 0}ul.footer-nav li{font-weight:600;text-align:left}ul.footer-nav li .sub-menu li a{font-size:15px;line-height:20px;font-weight:400;text-transform:capitalize}.footer-nav li{margin-bottom:0!important}.d-flex span{padding-left:30px}.lc_icon,footer a:after{position:absolute;width:100%}.lc_icon{max-width:13px;height:18px;margin-top:7px}.copysight-section{border-top:.8px solid #fff;padding:15px 0;font-size:10px;color:#fff;margin:0}.pd_rm{padding:0}.pd_rm p{margin:0;font-size:10px;font-family:"Lato",sans-serif}.footer_content_wrapper{max-width:338px}.footer-logo img{max-width:206px}footer a{display:inline-block;color:#0087ca}footer ul li a.nav-link{display:inline-block!important}footer a:after{content:"";transform:scaleX(0);height:2px;bottom:0;left:0;background-color:var(--orange);transform-origin:bottom right;transition:transform .4s ease-out}footer a:not(.no-animation):hover:after{transform:scaleX(1);transform-origin:bottom left}footer .footer-icon a{display:flex}footer .footer-icon a:after{left:30px;width:calc(100% - 30px)}@media screen and (max-width:992px){.copysight-section a{font-size:13px}}@media (max-width:767px){.footer-logo img{width:60%;margin-bottom:20px}.copysight-section a{font-size:16px}ul.footer-nav li{width:100%;text-align:left}ul.footer-nav li a{padding:0}}@media (max-width:768px){footer ul li{margin-bottom:0}.address-list,.footer-logo{margin-bottom:24px}.footer_content_wrapper{max-width:100%;margin-bottom:24px}ul.footer-nav{display:flex;flex-flow:row wrap;padding:20px 0}ul.footer-nav li.menu-item{flex:0 0 50%;max-width:80%;padding-bottom:10px}ul.footer-nav .sub-menu{padding-top:10px}#footer .row.mt-3 .col-md-4:last-child{padding-bottom:30px}}@media (min-width:992px){footer .spacer{height:80px}}@media (min-width:320px) and (max-width:560px){.primary-background{font-size:15px}.col-md-12,.col-md-4,.col-md-6,.col-sm-12{padding-left:20px;padding-right:20px}.col-md-6.pd_rm{padding-left:0}}.copysight-section a.small{font-size:10px;color:#fff}.social-media svg{transition:all .2s ease-in-out}.social-media svg:hover{fill:#b0d6e9!important}}