
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

body {margin: 0px 0 0 0;}

button * {
    pointer-events: none;
}
.opacity-0 {
    opacity:0!important;
}
.opacity-1 {
    opacity:0.2!important;
}
.opacity-2 {
    opacity:0.4!important;
}
.opacity-3 {
    opacity:0.6!important;
}
.opacity-4 {
    opacity:.8!important;
}
.opacity-5 {
    opacity:1!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}

#product_page .paging {
    display: block !important;
}

.accordion-body.accordion-wrap .bodytext {
  margin-bottom: 0;
  padding:0 10px;
}

.accordion-body p {
  margin-bottom: 0;
}

.accordion-button-override::after {
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23222222'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='%23222222' stroke-width='1'/%3e%3c/svg%3e")!important;
  background-repeat: no-repeat;
  top: 20%!important;
}
/*NEW STICKY MENU NEW STICKY MENU NEW STICKY MENU NEW STICKY MENU NEW STICKY MENU*/
.navbar {
background-color:#fff;
}

#site-header {
    position: fixed;
    height: 52px;
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
}
#site-header.hide {
    top: -152px;
}

.img-fluid {border-radius:15px;}

/*NEW STICKY MENU NEW STICKY MENU NEW STICKY MENU NEW STICKY MENU NEW STICKY MENU*/

.modal-header{border-bottom: 0px solid #dee2e6;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { text-decoration: none;}
.navbar-light .navbar-nav .nav-link { color: #003473;}
.white {color:#fff!important;}
a {text-decoration: none; color:inherit;}
a:hover {text-decoration: underline;}

.nav-item:hover {color: rgba(0,0,0,.55); text-decoration: none;}
.dropdown-menu {border:none;}
.desktop-dropdown {width: 775px;}
.btn-primary {background-color:#02A75A; border:solid 2px #02A75A;}
.btn-primary:hover {background-color:#fff; border:solid 2px #02A75A;color: #02A75A;}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(13,110,253,.0);
}

.alert.alert-success.alert-package-added {
    font-size: 1em;
}
.alert {border: 2px solid;}

.alert-success {
    color: #02A75A;
    background-color: #fff;
    border-color: #02A75A;
    font-weight: bold;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1.5em;
}

.accordion-item:last-of-type .accordion-button.collapsed {
 border: solid 2px #848181;
}



.expander-heading {
	cursor: auto;}

a:hover {
    color: inherit;
}
.delivery-id-select {
    width: 100%;
    border: solid 3px #848181;
    border-radius: 5px;
    color: #848181;
    padding: 15px 5px;
    font-size: 1em;
    font-weight: bold;
}
.delivery-id-info {
    border: solid 2px #848181;
    border-radius: 5px;
    margin-top: 10px;
}
.accordion-button {display:block;color:inherit;}

.accordion-button::after {
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    top: 40%;
    right: 2%;
}

.heart-wifi {
    max-width: 82px;
    float: left;
    margin-right: 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
 background-color: white;
 text-decoration: none;
}

.dropdown-item {
    display: flex;
}

.basket-popper {
    max-width: 375px;
    background: white;
    color: #212529;
    border: 2px solid rgba(0,0,0,.7);
    border-radius: .3rem;
    z-index: 1070;
    display: none;
    margin-top: 5px !important;
}
.basket-popper[data-show] {
    display: block;
}
.basket-popper-arrow,
.basket-popper-arrow::before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: inherit;
    border-top: 2px solid rgba(0,0,0,.7);
    border-left: 2px solid rgba(0,0,0,.7);
    top: -4px;
}

.basket-popper-arrow {
    visibility: hidden;
}

.basket-popper-arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}
.basket-package {
    border: solid 2px #848181;
    border-radius: 5px;
    min-height:100px;
}
.white-bg, .white-bg:disabled, .white-bg[readonly] {
    background: white;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.0);
    border-color: #003473;
}

.navbar-toggler {
    border: 2px solid transparent;
}


.quantity-dropdown {
    padding: 3px 5px 3px 5px;
    width: 100%;
    border-radius: 5px;
    border: solid 2px #848181;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #848181;
    font-weight: bold;
    margin: .75em 0 .5em 0;
}

.quote-mark::before {
    background-image: url(/img/common/quote-grey.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-left: -18px;
    margin-top: -16px;
    content: "";
    position: absolute;
    opacity: .2;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    outline-width: 0;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 10em;
    border: none;
    font-size: 1rem;
    border-bottom: 1px solid #757575;
}

.link-on-white {
    color: #009DD6;
	text-decoration: none;
}

.link-on-white:hover {
    color: #009DD6;
	text-decoration: underline;
}


.navbar {
max-width:1200px;
margin:0 auto;
font-family: 'Open Sans', sans-serif;
}

/* EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER  */

.collapse-list { margin-bottom: 0;padding-left: 0; list-style: none;}
.collapse-open { display: none;}
.collapse-open-large { display: none;} /* large expander box  */
.collapse-painel { visibility: hidden;  max-height: 0;  opacity: 0;  transition: max-height .1s, visibility .3s, opacity .3s;}
.collapse-open:checked ~ .collapse-painel {max-height: 100%; opacity: 100; visibility: visible}
.collapse-open-large:checked ~ .collapse-painel {max-height: 100%; opacity: 100; visibility: visible} /* large expander box  */
.collapse-list li { margin-bottom: 0;}
.collapse-list .collapse-btn {cursor: pointer; display: block; padding: 15px 10px; margin-bottom: 0; transition: background-color .2s ease;}
.collapse-open ~ .collapse-btn:before { content: "▼";float: right;font-size:20px;color:#848181;} /* standard expander box  */
.collapse-open:checked ~ .collapse-btn:before {content: "▲";font-size:20px;color:#848181;} /* standard expander box  */
.collapse-open-large ~ .collapse-btn:before { content: "▼";float: right;font-size:20px;color:#848181;line-height:65px;} /* large expander box  */
.collapse-open-large:checked ~ .collapse-btn:before {content: "▲";font-size:20px;color:#848181;line-height:65px;} /* large expander box  */
.collapse-list .collapse-inner { padding: 10px}
.collapse-grey-border {border: solid 2px #848181;border-radius: 10px;}

/* EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER EXPANDER  */



/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */


/* SWIPER ON HOME PAGE */


.swiper-slide.swiper-slide-charity.swiper-slide-prev {transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;}
.swiper-slide.swiper-slide-charity.swiper-slide-next {transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;}

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:47px;height:7px;display:inline-block;border-radius:0%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#003473}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

/* SWIPER ON HOME PAGE */





/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */



/*Brand Guidelines MUST be followed in here. These styles to rule all styles */

.container {width: 100%;}


@media only screen and (min-width: 1px) {
.mobile-left-desktop-right {
    text-align: left;
}
.responsive-payments {
    text-align: left;
}



.bullet-p {
    font-size: 0.8em !important;
}

.cross-popper {
    cursor: pointer;
    text-align: right;
    font-weight: 700;
    margin: 29px 0px -15px 0px;
    background-image: url("../img/grey-cross.png");
    height: 36px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 21px;
}


}


@media only screen and (min-width: 576px) {
.container {max-width: 540px;}
.bullet-p {
    font-size: 1em !important;
}
}

@media only screen and (min-width: 768px) {
.container {max-width: 720px;}
}

@media only screen and (min-width: 992px) {
.container {max-width: 960px;}
.mobile-left-desktop-right {
    text-align: right;
}

.cross-popper {
    cursor: pointer;
    text-align: right;
    font-weight: 700;
    margin: 15px 0px -15px 0px;
    background-image: url("../img/grey-cross.png");
    height: 36px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 21px;
}

	.auto-margin-desktop {
    margin-left: auto;
    margin-right: auto;
}
	.right-margin-desktop {
    float: right;
}
.responsive-payments {
    text-align: center;
}

}

@media only screen and (min-width: 1200px) {
.container {max-width: 1200px!important;}
}

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif!important;letter-spacing:-0.04em!important;}
.row {margin-left:0!important;margin-right:0!important;}
.link-on-white {font-weight:bold;color:#009DD6;}
.link-on-white:hover {color:#009DD6;}
body p {font-family: 'Open Sans', sans-serif!important; font-size:16px!important;line-height:1.8!important;color:#222;}
table {font-family: 'Open Sans', sans-serif!important;}
.small {font-size: 13px!important;line-height:1.6!important}
h1, h2 {font-weight:700!important;}
h3, h4, h5, h6 {font-weight:600!important;}
.dark-midnight-blue {color: #003473;}
.table .thead-dark th {background-color: #003473!important;border-color: #32383e!important;}
.table td, .table th {vertical-align: middle!important;}
.rich-electric-blue {color: #009DD6;}
.lightblue {color: #01A6DE;}
.maya-blue {color: #66CCFF;}
.lightblue-on-white {color: #0075B5;}
.bold {font-weight: 700!important;}
textarea {min-height:175px;}

.button-success-solid,.button-success-hollow,.button-success-solid-small,.button-success-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #02A75A!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}

.button-success-solid,.button-success-hollow,.button-success-solid-small,.button-success-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #02A75A!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}

.button-white-solid-small,.button-white-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #fff!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}
.button-success-solid,.button-success-solid-small {color: #fff!important; background: #02A75A!important;}
.button-success-solid:hover,.button-success-solid-small:hover {color: #02A75A!important; background: rgba(255, 255, 255, 0.7)!important;}
.button-success-hollow,.button-success-hollow-small {color: #02A75A!important; background: transparent!important;}
.button-success-hollow:hover,.button-success-hollow-small:hover {color: #fff!important; background: #02A75A!important;}
.button-white-solid,.button-white-solid-small {color: transparent!important; background: #fff!important;}
.button-white-solid:hover,.button-white-solid-small:hover {color: #fff!important; background: transparent!important;}
.button-white-hollow,.button-white-hollow-small {color: #fff!important; background: transparent!important;}
.button-white-hollow:hover,.button-white-hollow-small:hover {color: rgba(255, 255, 255, 0.0); background: #fff!important;}
.button-grey-hollow,.button-grey-hollow-small {color:#848181;cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #848181!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;background: transparent;}
.button-danger-solid,.button-danger-solid-small {color: rgba(255, 255, 255, 0.0); background:#fc0707!important;}
.button-danger-solid:hover,.button-danger-solid-small:hover {color: rgba(255, 255, 255, 0.0); background:#fc0707!important;}
.danger-back-hover:hover {color:#fff;}
.button-grey-hollow:hover,.button-grey-hollow-small:hover {color: rgba(255, 255, 255, 1.0); background:#848181;}
.grey-back-hover:hover {color:#f5f5f5;}
.charity-hover:hover {color:#003473!important;}
.action { color: #01a6de!important;}

 .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

@media only screen and (min-width: 1px) {
h1 {font-size:30px!important;}
h2 {font-size:25px!important;}
h3 {font-size:23px!important;}
h4 {font-size:21px!important;}
h5 {font-size:19px!important;}
h6 {font-size:17px!important;}
.slider {font-size:15px;max-width: 220px;}
.swiper-slide {background-position: center; background-size: cover; width: 210px;  height: 375px; }
.slide {width: 220px;}
#items {left: -220px;}
.badge { font-size: .6em;line-height: 1.4;width: 21px;height: 21px;padding: 2px;}
#basket-btn {
    float: right;
    position: absolute;
    right: 80px;
    top: 15px;
	font-size:20px;
}
.mobile-neg-up {margin-top:-20px;}
.mobile-center-desktop-right {text-align:center;}

.nav-link {padding: .4rem 1rem;}
.desktop-yes {display:none;}
.nav-link {text-align: right;}
.nav-item {font-weight:bold;font-size:20px;list-style: none;}
.nav-item-smaller {font-size:17px!important;}
.button-success-hollow-small,.button-success-solid-small,.button-white-solid-small,.button-white-hollow-small {padding: .375rem .75rem;}
.button-success-hollow,.button-success-solid,.button-white-hollow,.button-white-solid,.button-grey-hollow  {padding: .5rem 1.75rem;}
.mobile-yes-desktop-no {display:block!important;}
.desktop-no {display: block;}
.mobile-no-desktop-yes {display:none!important;}
.top-neg-banner {margin-top:-150px!important;background-size: 546px !important; background-repeat: no-repeat; background-position: -41px 289px;}
.jet-neg-banner {background-size: 351px !important; background-repeat: no-repeat; background-position: 92px 205px;}
.jet-heading {margin-top:-55px;}
.table td, .table th { padding: .15rem!important;}
.review-banner {
    background-image: url(../img/common/review.svg);
    background-repeat: no-repeat;
    background-position: 95% 349px;
    background-size: 0px;
    height: 491px;
	margin-bottom:175px;
}
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 105% 274px; background-size: 0px;}
}


.vision-banner {margin-top:0px!important;}
.left-mobile-right-desktop {text-align:left;}
.center-mobile-right-desktop {text-align:center;}
.center-mobile-left-desktop {text-align:center;}
.center-mobile-left-desktop-button {float:none;}
.left-mobile-center-desktop {text-align:left;}
.center-tablet-right-desktop {text-align:center;}

@media only screen and (min-width: 360px) {
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 105% 274px; background-size: 400px;}
.p-override {padding-right:0%;}
.review-banner {
    background-image: url(../img/common/review.svg);
    background-repeat: no-repeat;
    background-position: 95% 349px;
    background-size: 218px;
    height: 491px;
	margin-bottom: -165px;
}
}

@media only screen and (min-width: 410px) {
.slider {font-size:15px;max-width: 300px;}
.slide {width: 300px;}
#items {left: -300px;}
}

@media only screen and (min-width: 576px) {
.jet-neg-banner {background-size: 370px !important; background-repeat: no-repeat; background-position: 205px 177px;}
#basket-btn { position: absolute; right: 135px;}
.p-override {padding-right:33%;}
.review-banner {
    background-image: url(../img/common/review.svg);
    background-repeat: no-repeat;
    background-position: 98% 272px;
    background-size: 295px;
    height: 479px;
	margin-bottom: -100px;
}
}

@media only screen and (min-width: 650px) {
#basket-btn {position: absolute; right: 165px;}
}

@media only screen and (min-width: 700px) {
#basket-btn {position: absolute; right: 205px;}
}

@media only screen and (min-width: 768px) {
h1 {font-size:43px!important;}
h2 {font-size:36px!important;}
h3 {font-size:31px!important;}
h4 {font-size:25px!important;}
h5 {font-size:20px!important;}
h6 {font-size:18px!important;}
.h2-wifi {
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #222;
    letter-spacing: 0 !important;
    margin-bottom: 1.5em;
}
.review-banner {
    background-image: url(../img/common/review.svg);
    background-repeat: no-repeat;
    background-position: 95% 246px;
    background-size: 391px;
	height:485px;
	margin-bottom: -50px;
}
.p-override {padding-right:25%;}
.mobile-neg-up {margin-top:0px;}
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 99% 56px; background-size: 400px;}
.slider {font-size:15px;max-width: 400px;}
#basket-btn {position: absolute; right: 235px;}
.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 260px;
      height: 380px;
    }

.slide {width: 400px;}
#items {left: -400px;}
.button-success-hollow-small,.button-success-solid-small,.button-white-solid-small,.button-white-hollow-small {padding: .375rem .75rem}
.button-grey-hollow,.button-success-hollow,.button-success-solid,.button-white-hollow,.button-white-solid {padding: .65rem 2.1rem;}
.mobile-yes-desktop-no {display:none!important;}
.mobile-no-desktop-yes {display:block!important;}
.top-neg-banner {margin-top:-120px!important;background-size: 559px !important; background-repeat: no-repeat; background-position: 183px 283px;}
.jet-neg-banner {background-size: 450px !important; background-repeat: no-repeat; background-position: 265px 164px;}
.jet-heading {margin-top:10px;margin-bottom: 35px;}
.bullet-pad {margin-left:3em;}
.product-card-main {margin-top:2rem;float:left;background: #f8f8f8;position:relative;z-index:1;padding: 35px 30px;-webkit-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);}
.product-card-left, .product-card-right {margin-top: 3rem;padding: 20px 30px;background: #f8f8f8;float:left;}
.product-card-main {padding: 20px 30px 50px 30px;float:left;}
.product-wrapper {width:705px;margin:0 auto;}
.vision-banner {margin-top:0px!important}
.center-mobile-right-desktop {text-align:right;}
.center-mobile-left-desktop {text-align:left;}
.center-mobile-left-desktop-button {float:left;}
.left-mobile-right-desktop {text-align:right;}
.left-mobile-center-desktop {text-align:center;}
.button-success-solid.table-button {font-size: 13px;padding: 2px 13px;}
.table td, .table th { padding: .75rem!important;}
}




@media only screen and (min-width: 992px) {
.center-tablet-right-desktop {text-align:right;}
.top-neg-banner {margin-top:-37px!important;background-size: 650px !important; background-repeat: no-repeat; background-position: 322px 124px;}
.jet-neg-banner {background-size: 555px !important; background-repeat: no-repeat; background-position: 322px 116px;}
.button-success-solid.table-button {font-size: 17px;padding: 7px 15px;}
.desktop-yes {display:flex;}
.desktop-no {display: none;}
.nav-link {text-align:center;}
.nav-item {font-weight:normal;font-size:16px;}


	.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-top: solid 0px white;
    margin-top: 0px;

    border-right: solid 6px #09A4D9;
    border-left: solid 6px #09A4D9;
    left: 19%;
}


	.badge {
    font-size: .7em;
    line-height: 1.4;
    border-radius: .25rem;
    width: 25px;
    height: 25px;
	padding: 0;
}

#basket-btn {
float: right;
font-size: 25px;
position: absolute;
right: 36px;
top: 51px;}
}

@media only screen and (min-width: 1024px) {
.p-override {
    padding-right: 40%;
}
}

@media only screen and (min-width: 1025px) {
.product-card-main {margin-top:2rem;float:left;background: #f8f8f8;position:relative;z-index:1;padding: 35px 30px;-webkit-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);}
.product-card-left, .product-card-right {height:400px;margin-top: 3rem;padding: 20px 40px;background: #f8f8f8;float:left;}
.product-card-main {height:430px;padding: 20px 50px 50px 50px;float:left;}
.product-wrapper {width:785px;margin:0 auto;}
.slider {font-size:18px;max-width: 600px;}/*slider on corporate page */
.slide {width: 600px;}
#items {left: -600px;}
.trust-image {max-width:150px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {left:22%;}
}

@media only screen and (min-width: 1200px) {
.top-neg-banner {margin-top:-41px!important;background-size: 770px !important; background-repeat: no-repeat; background-position: 420px 95px;}
.review-banner {
    background-image: url(../img/common/review.svg);
    background-repeat: no-repeat;
    background-position: 95% 250px;
    background-size: 444px;
	height:520px;
}
.h2-override {
    padding-right: 40%;
}
.p-override {
    padding-right: 60%;
}
.jet-neg-banner {background-size: 563px !important; background-repeat: no-repeat; background-position: 547px 118px;}
.button-success-solid.table-button {font-size: 18px;padding: 12px 30px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {left:33%;}
#basket-btn {position: absolute;right: 85px;}

}

@media only screen and (min-width: 1400px) {
.jet-neg-banner {background-size: 563px !important; background-repeat: no-repeat; background-position: 700px 118px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {left:37%;}
#basket-btn {position: absolute;right: 145px;}
}

@media only screen and (min-width: 1500px) {
#basket-btn {position: absolute;right: 185px;}
}
@media only screen and (min-width: 1600px) {
#basket-btn {position: absolute;right: 225px;}
}
@media only screen and (min-width: 1800px) {
#basket-btn {position: absolute;right: 325px;}
}
@media only screen and (min-width: 1900px) {
#basket-btn {position: absolute;right: 365px;}
}
@media only screen and (min-width: 2100px) {
#basket-btn {position: absolute;right: 455px;}
}
@media only screen and (min-width: 2300px) {
#basket-btn {position: absolute;right: 555px;}
}
@media only screen and (min-width: 2500px) {
#basket-btn {position: absolute;right: 650px;}
}

/*slider on corporate page */
.slider {font-family: 'Montserrat', sans-serif!important; position: relative; top: 50%; left: 50%;transform: translate(-50%, -50%);border-top: 4px solid grey;border-bottom: 4px solid grey;}
.sliderjet {font-family: 'Open Sans', sans-serif!important; position: relative; top: 50%; left: 50%;transform: translate(-50%, -50%);border-top: 0px solid grey;border-bottom: 3px solid grey;color:#575757;}
.wrapper {overflow: hidden; position: relative; z-index: 1;}
#items {width: 10000px; position: relative;top: 0;}
#items.shifting {transition: left .2s ease-out;}
.slide {cursor: pointer;float: left;transition: all 1s; position: relative;padding:3em 0;}
.slidejet {cursor: pointer;float: left;transition: all 1s; position: relative;padding:1em;}
.sliderjet {font-size:16px;max-width: 900px;}/*slider on jet page */
.slidejet {width: 900px;}
.control {position: absolute;top: 50%;width: 65px;height: 65px;margin:-2em -3em;z-index: 2;opacity:0.6;}
.prev,.next {background-size: 65px;background-position: center;background-repeat: no-repeat;cursor: pointer;}
.prev {background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);left: -5px;}
.next {background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);right: -5px;}
.prev:active,.next:active {transform: scale(0.8);}

.checked { color: orange;}
/*messes up the buy button, shoots you down the page*/
/*.modal {margin:0 auto; vertical-align: middle;position: relative; z-index: 2;max-height: 300px;box-sizing: border-box;width: 96%;background: #fff; padding: 15px 19px; border-radius: 8px; box-shadow: 0 0 10px #000; text-align: left; margin-top: 40px !important; margin-bottom: 50px !important; max-width: 750px !important;}*/
/*.blocker { position: fixed; top: 0; right: 0;bottom: 0;left: 0; width: 100%;height: 100%;overflow: auto; z-index: 1;padding: 20px;box-sizing: border-box; background-color: #000; background-color: rgba(0,0,0,.75);text-align: center;}
.modal a.close-modal {position: absolute; top: 10.5px; right: -14.5px; display: block; width: 80px;height: 30px; text-indent: -9999px; background-size: contain; background-repeat: no-repeat;background-position: center center;background-image: url(https://www.mobal.com/img/close-button.svg);}*/



/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */


.h2-wifi {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #222;
    letter-spacing: 0 !important;
    margin-bottom: 1.5em;
}



/* OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE */
@media only screen and (min-width: 1px) {

.pane1 {height:670px;width:100%;background-image:url(../img/common/tile1.png);background-repeat:repeat;padding-top:23vh;}
.pane2 {height:575px;width:100%;background-color:#003473;background-attachment: fixed;float:left;}
.pane3 {height:550px;width:100%;background-color:#fff;background-attachment: fixed;float:left;}
.pane4 {height:575px;width:100%;background-color:#003473;background-attachment: fixed;float:left;}
.pane5 {height:670px;width:100%;background-color:#fff;background-attachment: fixed;float:left;}
.pane6 {height:750px;width:100%;background-color:#003473;background-attachment: fixed;float:left;}
.pane7 {height:600px;width:100%;background-color:#fff;background-attachment: fixed;float:left;}
.pane8 {height:600px;width:100%;background-color:#003473;background-attachment: fixed;float:left;}
.pane9 {width:100%;background-color:#fff;background-attachment: fixed;float:left;padding-bottom:50px;}
.pane8 {height:auto;padding-bottom:25px;}
.top-pin-ball {width:20px;height:20px;background-color:#01A6DE;margin-left:9px;margin-top:0px;border-radius:50%;margin-top:75px;}
.top-pin-stick {width:5px;height:880px;background-color:#01A6DE;float:left;margin:-5px 5% 0px 16px;padding:0 0px;position:relative;}

.middle-pin-ball {width:20px;height:20px;background-color:#01A6DE;margin-left:9px;margin-top:0px;border-radius:50%;margin-top:225px;}
.middle-pin-ball-over {margin-top:215px;}
.middle-pin-ball-over-more {margin-top:315px;}
.middle-pin-stick {width:5px;height:761px;background-color:#01A6DE;float:left;margin:0px 5% 0px 16px;padding:0 0px;position: relative;}

.bottom-pin-ball {width:20px;height:20px;background-color:#01A6DE;margin-left:9px;border-radius:50%;margin-top:367px;}
.bottom-pin-stick {width:5px;height:1px;background-color:#01A6DE;float:left;margin:0px 5% 0px 16px;padding:0 0px;}

.neg-letter-space {letter-spacing:-1px;}
.neg-letter-space-light {letter-spacing:-0.05em;}
.h1-outstory {background:linear-gradient(to bottom, #023768 0%, #01a6de 80%);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.story-image {width:20%;float:left;}
.line-images {max-width:170px; padding:10px;margin-top: 0px;}
.line-images-0 {max-width:100px; padding:5px; margin-top: 0px;}
.line-images-1 {max-width:80px; padding:10px; margin-top: -10px;}
.line-images-2 {max-width:100px; padding:10px; margin-top: -30px;}
.line-images-3 {max-width:100px; padding:10px; margin-top: 0px;}
.line-images-4 {max-width:105px; padding:10px; margin-top: -25px;}
.line-images-5 {max-width:100px; padding:0px; margin-top: 0px;}
.line-images-6 {max-width:65px; padding:0px; margin-top: 0px;}
.line-images-7 {max-width:90px; padding:0px; margin-top: -20px;margin-left:30px;}
.info-section-top {width:85%;float:left;padding-top:0px;margin-top:-35px;}
.info-section {width:85%;float:left;padding-top:0px;margin-top:-200px;}
.info-section-heavy {margin-top:-275px!important;}
.info-section-bottom {width:85%;float:left;padding-top:0px;margin-top:-320px;}
.info-section-last {width:100%;float:left;padding-top:0px;margin-top:50px;text-align:center;}
.help-box {width:33.3333%;margin:20px 0%;float:left;padding:0px 20px;}
.help-box img {width:100%;}
.central {width:100%;margin-left:0%;}
.cta { width: 33.3333%; float: left; padding-bottom: 50px;}
.cta img { max-width: 100px;}
}


@media only screen and (min-width: 481px) {

.pane1 {height:100vh;width:100%;background-image:url(../img/common/tile1.png);background-repeat:repeat;padding-top:38vh;}
.pane2,.pane4,.pane6,.pane8 {height:550px;width:100%;background-color:#003473;background-attachment: fixed;float:left;}
.pane3,.pane5,.pane7 {height:550px;width:100%;background-color:#fff;background-attachment: fixed;float:left;}
.pane9 {width:100%;background-color:#fff;background-attachment: fixed;float:left;padding-bottom:50px;}

.top-pin-ball {width:40px;height:40px;background-color:#01A6DE;margin-left:20px;margin-top:0px;border-radius:50%;margin-top:75px;}
.top-pin-stick {width:15px;height:740px;background-color:#01A6DE;float:left;margin:-5px 5% 0px 33px;padding:0 0px;}

.middle-pin-ball {width:40px;height:40px;background-color:#01A6DE;margin-left:20px;margin-top:0px;border-radius:50%;margin-top:255px;}
.middle-pin-stick {width:15px;height:585px;background-color:#01A6DE;float:left;margin:0px 5% 0px 33px;padding:0 0px;}

.bottom-pin-ball {width:40px;height:40px;background-color:#01A6DE;margin-left:20px;margin-top:0px;border-radius:50%;margin-top:290px;}
.bottom-pin-stick {width:15px;height:15px;background-color:#01A6DE;float:left;margin:-5px 5% 0px 33px;padding:0 0px;}

.neg-letter-space-light {letter-spacing:-0.06em;}
.h1-outstory {background:linear-gradient(to bottom, #023768 0%, #01a6de 80%);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.story-image {width:20%;float:left;}
.line-images {max-width:170px; padding:10px;margin-top: -70px;}
.line-images-0 {max-width:100px; padding:5px; margin-top: 50px;}
.line-images-1 {max-width:80px; padding:10px; margin-top: -270px;}
.line-images-2 {max-width:100px; padding:10px; margin-top: -250px;}
.line-images-3 {max-width:100px; padding:10px; margin-top: 120px;}
.line-images-4 {max-width:100px; padding:10px; margin-top: -225px;}
.line-images-5 {max-width:100px; padding:0px; margin-top: -235px;}
.line-images-6 {max-width:65px; padding:0px; margin-top: -235px;}
.line-images-7 {max-width:65px; padding:0px; margin-top: -115px;}
.info-section-top {width:64%;float:left;padding-top:0px;margin-top:-40px;}
.info-section {width:64%;float:left;padding-top:0px;margin-top:-215px;}
.info-section-heavy {margin-top:-240px!important;}
.info-section-bottom {width:64%;float:left;padding-top:0px;margin-top:-200px;}
.info-section-last {width:100%;float:left;padding-top:0px;margin-top:50px;text-align:center;}
.help-box {width:33.3333%;margin:20px 0%;float:left;padding:0px 20px;}
.help-box img {width:100%;}
}



@media only screen and (min-width: 768px) {

.pane1 {height:100vh;width:100%;background-attachment: fixed;background-image:url(../img/common/tile1.png);background-repeat:repeat;padding-top:27vh;}
.pane2,.pane4,.pane6,.pane8 {height:700px;width:100%;background-color:#003473;background-attachment: fixed;float:left;}
.pane3,.pane5,.pane7 {height:700px;width:100%;background-color:#fff;background-attachment: fixed;float:left;}
.pane9 {width:100%;background-color:#fff;background-attachment: fixed;float:left;padding-bottom:50px;}
.mobile-center-desktop-right {text-align: right;}
.top-pin-ball {width:90px;height:90px;background-color:#01A6DE;margin-left:70px;margin-top:0px;border-radius:50%;margin-top:200px;}
.top-pin-stick {width:30px;height:755px;background-color:#01A6DE;float:left;margin:-5px 5% 0px 100px;padding:0 15px;position:relative;}

.middle-pin-ball {width:90px;height:90px;background-color:#01A6DE;margin-left:70px;margin-top:0px;border-radius:50%;margin-top:305px;}
.middle-pin-stick {width:30px;height:700px;background-color:#01A6DE;float:left;margin:0px 5% 0px 100px;padding:0 15px;}

.bottom-pin-ball {width:90px;height:90px;background-color:#01A6DE;margin-left:70px;margin-top:0px;border-radius:50%;margin-top:290px;}
.bottom-pin-stick {width:30px;height:85px;background-color:#01A6DE;float:left;margin:-5px 5% 0px 100px;padding:0 15px;}

.neg-letter-space {letter-spacing:-1px;}
.neg-letter-space-light {letter-spacing:-0.06em;}
.h1-outstory {background:linear-gradient(to bottom, #023768 0%, #01a6de 80%);
-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.story-image {width:20%;float:left;}
.line-images {max-width:170px; padding:20px;margin-top: -70px;}
.line-images-0 {max-width:200px; padding:10px; margin-top: -11px;}
.line-images-1 {max-width:160px; padding:20px; margin-top: -270px;}
.line-images-2 {max-width:200px; padding:20px; margin-top: -250px;}
.line-images-3 {max-width:200px; padding:20px; margin-top: 120px;}
.line-images-4 {max-width:200px; padding:20px; margin-top: -225px;}
.line-images-5 {max-width:200px; padding:0px; margin-top: -235px;}
.line-images-6 {max-width:130px; padding:10px; margin-top: -195px;}
.line-images-7 {max-width:130px; padding:0px; margin-top: 0px;}
.info-section-top {width:50%;float:left;padding-top:0px;margin-top:-70px;}
.info-section {width:50%;float:left;padding-top:0px;margin-top:-245px;}
.info-section-heavy {margin-top:-315px!important;}
.info-section-bottom {width:50%;float:left;padding-top:0px;margin-top:-160px;}
.info-section-last {width:100%;float:left;padding-top:0px;margin-top:50px;text-align:center;}
.help-box {width:33.3333%;margin:20px 0%;float:left;padding:0px 20px;}
.help-box img {width:100%;}
.cta { width: 33.3333%; float: left;padding-bottom: 50px;}
.cta img { max-width: 200px;}
}
@media only screen and (min-width: 1025px) {
.pane2,.pane4,.pane6,.pane8 {height:700px;}
.pane3,.pane5,.pane7 {height:700px;}
.info-section {margin-top:-175px;}
.line-images-0 {max-width:200px; padding:10px; margin-top: -11px;}
.line-images-1 {max-width:160px; padding:20px; margin-top: -170px;}
.line-images-2 {max-width:200px; padding:20px; margin-top: -150px;}
.line-images-3 {max-width:200px; padding:20px; margin-top: 220px;}
.line-images-4 {max-width:220px; padding:20px; margin-top: -125px;}
.line-images-5 {max-width:200px; padding:0px; margin-top: -135px;}
.line-images-6 {max-width:130px; padding:0px; margin-top: -205px;}
.line-images-7 {max-width:220px; padding:0px; margin-top: -100px;}
.info-section-heavy {margin-top:-245px!important;}
.info-section-bottom {width:50%;float:left;padding-top:0px;margin-top:-175px;}
.central {width:88%;margin-left:12%;}
}



/* OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE OUR STORY PAGE */

.error-message {
    font-size: .875em;
    color: #dc3545;
}





button * {
    pointer-events: none;
}
.opacity-0 {
    opacity:0!important;
}
.opacity-1 {
    opacity:0.2!important;
}
.opacity-2 {
    opacity:0.4!important;
}
.opacity-3 {
    opacity:0.6!important;
}
.opacity-4 {
    opacity:.8!important;
}
.opacity-5 {
    opacity:1!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { text-decoration: none;}
.navbar-light .navbar-nav .nav-link { color: #003473;}
.white {color:#fff!important;}
a {text-decoration: none; color:inherit;}
a:hover {text-decoration: underline;}

.nav-item:hover {color: rgba(0,0,0,.55); text-decoration: none;}
.dropdown-menu {border:none;}
.desktop-dropdown {width: 775px;}

.accordion-item:last-of-type .accordion-button.collapsed {
 border: solid 3px #848181;
border-radius: 5px;
}

.accordion-button {display:block;}

.accordion-button::after {
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
    top: 40%;
    right: 2%;
}

.heart-wifi {
    max-width: 82px;
    float: left;
    margin-right: 20px;
}

.dropdown-item:focus, .dropdown-item:hover {
 background-color: white;
 text-decoration: none;
}

.dropdown-item {
    display: flex;
}


.basket-popper[data-show] {
    display: block;
}
.basket-popper-arrow,
.basket-popper-arrow::before {
    position: absolute;
    width: 0px; /* was 10px */
    height: 0px; /* was 10px */
    background: inherit;
    border-top: 0px solid rgba(0,0,0,.7); /* was 2px */
    border-left: 0px solid rgba(0,0,0,.7); /* was 2px */
    top: -4px;
}

.basket-popper-arrow {
    visibility: hidden;
}

.basket-popper-arrow::before {
    visibility: visible;
    content: '';
    transform: rotate(45deg);
}
.basket-package {
    border: solid 2px #848181;
    border-radius: 5px;
    min-height:100px;
}
.white-bg, .white-bg:disabled, .white-bg[readonly] {
    background: white;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.0);
    border-color: #003473;
}

.navbar-toggler {
    border: 2px solid transparent;
}


.quantity-dropdown {
    padding: 3px 5px 3px 5px;
    width: 100%;
    border-radius: 5px;
    border: solid 2px #848181;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #848181;
    font-weight: bold;
    margin: .75em 0 .5em 0;
}

.quote-mark::before {
    background-image: url(/img/common/quote-grey.svg);
    background-size: 50px 50px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-left: -18px;
    margin-top: -16px;
    content: "";
    position: absolute;
    opacity: .2;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
    outline-width: 0;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 10em;
    border: none;
    font-size: 1rem;
    border-bottom: 1px solid #757575;
}

.link-on-white {
    color: #009DD6;
	text-decoration: none;
}

.link-on-white:hover {
    color: #009DD6;
	text-decoration: underline;
}


.navbar {

font-family: 'Open Sans', sans-serif;
}





/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */


/* SWIPER ON HOME PAGE */


.swiper-slide.swiper-slide-charity.swiper-slide-prev {transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;}
.swiper-slide.swiper-slide-charity.swiper-slide-next {transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;}


/* SWIPER ON HOME PAGE */





/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */



/*Brand Guidelines MUST be followed in here. These styles to rule all styles */


.container {width: 100%;}
@media only screen and (min-width: 576px) {
.container {max-width: 540px;}
}

@media only screen and (min-width: 768px) {
.container {max-width: 720px;}
}

@media only screen and (min-width: 992px) {
.container {max-width: 960px;}

}

@media only screen and (min-width: 1200px) {
.container {max-width: 1200px!important;}
}

/* cart styling */
.accordion-button:not(.collapsed) {
  	background-image:none;
    background-color: #fff;
    box-shadow: inset 0 0px 0 rgba(0,0,0,.125);

}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}

.accordion-button {border:solid 3px #848181;}

.accordion-button:focus {
    z-index: 3;
    border:solid 3px #848181;
    outline: 0;
    box-shadow: 0 0 0 .0rem rgba(13,110,253,.25);
}

.accordion-wrap {
    border: solid 3px #848181;
    border-radius: 5px;
    margin-top: 5px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23848181'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23848181'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed) {
	color: inherit;}

.card {border: none;background: #f5f5f5;}
.card-header {border-bottom:0;background: #f5f5f5;}
hr:not([size]) {
    height: 3px;
}

/* cart styling */

h1, h2, h3, h4, h5, h6 {font-family: 'Montserrat', sans-serif!important;letter-spacing:-0.04em!important;}
.row {margin-left:0!important;margin-right:0!important;}
.link-on-white {font-weight:bold;color:#009DD6;}
.link-on-white:hover {color:#009DD6;}
body p {font-family: 'Open Sans', sans-serif!important; font-size:16px!important;line-height:1.8!important;color:#222;}
table {font-family: 'Open Sans', sans-serif!important;}
.small {font-size: 13px!important;line-height:1.6!important}
h1, h2 {font-weight:700!important;}
h3, h4, h5, h6 {font-weight:600!important;}
.dark-midnight-blue {color: #003473;}
.table .thead-dark th {background-color: #003473!important;border-color: #32383e!important;}
.table td, .table th {vertical-align: middle!important;}
.rich-electric-blue {color: #009DD6;}
.lightblue {color: #01A6DE;}
.maya-blue {color: #66CCFF;}
.lightblue-on-white {color: #0075B5;}
.bold {font-weight: 700!important;}
textarea {min-height:175px;}

.button-success-solid,.button-success-hollow,.button-success-solid-small,.button-success-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #02A75A!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}

.button-success-solid,.button-success-hollow,.button-success-solid-small,.button-success-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #02A75A!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}

.button-white-solid-small,.button-white-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #fff!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}
.button-success-solid,.button-success-solid-small {color: #fff!important; background: #02A75A!important;}
.button-success-solid:hover,.button-success-solid-small:hover {color: #02A75A!important; background: rgba(255, 255, 255, 0.7)!important;}
.button-success-hollow,.button-success-hollow-small {color: #02A75A!important; background: transparent!important;}
.button-success-hollow:hover,.button-success-hollow-small:hover {color: #fff!important; background: #02A75A!important;}
.button-white-solid,.button-white-solid-small {color: transparent!important; background: #fff!important;}
.button-white-solid:hover,.button-white-solid-small:hover {color: #fff!important; background: transparent!important;}
.button-white-hollow,.button-white-hollow-small {color: #fff!important; background: transparent!important;}
.button-white-hollow:hover,.button-white-hollow-small:hover {color: rgba(255, 255, 255, 0.0); background: #fff!important;}
.button-grey-hollow,.button-grey-hollow-small {color:#848181;cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #848181!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;background: transparent;}
.button-danger-solid,.button-danger-solid-small {color: rgba(255, 255, 255, 0.0); background:#fc0707!important;}
.button-danger-solid:hover,.button-danger-solid-small:hover {color: rgba(255, 255, 255, 0.0); background:#fc0707!important;}
.danger-back-hover:hover {color:#fff;}
.button-grey-hollow:hover,.button-grey-hollow-small:hover {color: rgba(255, 255, 255, 1.0); background:#848181;}
.grey-back-hover:hover {color:#f5f5f5;}
.charity-hover:hover {color:#003473!important;}
.action { color: #01a6de!important;}

 .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

@media only screen and (min-width: 1px) {
h1 {font-size:30px!important;}
h2 {font-size:25px!important;}
h3 {font-size:23px!important;}
h4 {font-size:21px!important;}
h5 {font-size:19px!important;}
h6 {font-size:17px!important;}
.slider {font-size:15px;max-width: 220px;}
.swiper-slide {background-position: center; background-size: cover; width: 210px;  height: 375px; }
.slide {width: 220px;}
#items {left: -220px;}
.badge { font-size: .6em;line-height: 1.4;width: 21px;height: 21px;padding: 2px;}
#basket-btn {
    float: right;
    position: absolute;
    right: 80px;
    top: 15px;
	font-size:20px;
}



.navbar-toggler	{margin-top: 10px;}
.navbar {padding-top: 1.65rem;padding-bottom: 2rem;}

.basket-popper {
    max-width: 290px;
    background: white;
    color: #212529;
    border: 2px solid rgba(0,0,0,.7);
    border-radius: .3rem;
    z-index: 1070;
    display: none;
    margin-top: 41px !important;
    margin-left: -12px !important;
    -webkit-box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.8);
	 box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.8);
}
.mobile-center-desktop-right {text-align:center;}

.nav-link {padding: .4rem 1rem;}
.desktop-yes {display:none;}
.nav-link {text-align: right;}
.nav-item {font-weight:bold;font-size:20px;list-style: none;}
.nav-item-smaller {font-size:17px!important;}
.button-success-hollow-small,.button-success-solid-small,.button-white-solid-small,.button-white-hollow-small {padding: .375rem .75rem;}
.button-success-hollow,.button-success-solid,.button-white-hollow,.button-white-solid,.button-grey-hollow  {padding: .5rem 1.75rem;}
.mobile-yes-desktop-no {display:block!important;}
.desktop-no {display: block;}
.mobile-no-desktop-yes {display:none!important;}
.top-neg-banner {margin-top:-150px!important;background-size: 546px !important; background-repeat: no-repeat; background-position: -41px 289px;}
.jet-neg-banner {background-size: 351px !important; background-repeat: no-repeat; background-position: 92px 205px;}
.jet-heading {margin-top:-55px;}
.table td, .table th { padding: .15rem!important;}
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 105% 274px; background-size: 0px;}
}
.form-control {border: solid 2px #848181;}

.vision-banner {margin-top:0px!important;}
.left-mobile-right-desktop {text-align:left;}
.center-mobile-right-desktop {text-align:center;}
.center-mobile-left-desktop {text-align:center;}
.center-mobile-left-desktop-button {float:none;}
.left-mobile-center-desktop {text-align:left;}
.center-tablet-right-desktop {text-align:center;}

@media only screen and (min-width: 350px) {


}

@media only screen and (min-width: 360px) {
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 105% 274px; background-size: 400px;}
}

@media only screen and (min-width: 375px) {

}
@media only screen and (min-width: 410px) {
.slider {font-size:15px;max-width: 300px;}
.slide {width: 300px;}
#items {left: -300px;}
}

@media only screen and (min-width: 576px) {
.jet-neg-banner {background-size: 370px !important; background-repeat: no-repeat; background-position: 205px 177px;}
#basket-btn { position: absolute; right: 135px;}
}

@media only screen and (min-width: 650px) {
#basket-btn {position: absolute; right: 165px;}
}

@media only screen and (min-width: 700px) {
#basket-btn {position: absolute; right: 205px;}
}

@media only screen and (min-width: 768px) {
h1 {font-size:43px!important;}
h2 {font-size:36px!important;}
h3 {font-size:31px!important;}
h4 {font-size:25px!important;}
h5 {font-size:20px!important;}
h6 {font-size:18px!important;}
.h2-wifi {
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #222;
    letter-spacing: 0 !important;
    margin-bottom: 1.5em;
}
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 99% 56px; background-size: 400px;}
.slider {font-size:15px;max-width: 400px;}
#basket-btn {position: absolute; right: 235px;}
.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 260px;
      height: 380px;
    }

.slide {width: 400px;}
#items {left: -400px;}
.button-success-hollow-small,.button-success-solid-small,.button-white-solid-small,.button-white-hollow-small {padding: .375rem .75rem}
.button-grey-hollow,.button-success-hollow,.button-success-solid,.button-white-hollow,.button-white-solid {padding: .65rem 2.1rem;}
.mobile-yes-desktop-no {display:none!important;}
.mobile-no-desktop-yes {display:block!important;}
.top-neg-banner {margin-top:-120px!important;background-size: 559px !important; background-repeat: no-repeat; background-position: 183px 283px;}
.jet-neg-banner {background-size: 450px !important; background-repeat: no-repeat; background-position: 265px 164px;}
.jet-heading {margin-top:10px;margin-bottom: 35px;}
.bullet-pad {margin-left:3em;}
.product-card-main {margin-top:2rem;float:left;background: #f8f8f8;position:relative;z-index:1;padding: 35px 30px;-webkit-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);}
.product-card-left, .product-card-right {margin-top: 3rem;padding: 20px 30px;background: #f8f8f8;float:left;}
.product-card-main {padding: 20px 30px 50px 30px;float:left;}
.product-wrapper {width:705px;margin:0 auto;}
.vision-banner {margin-top:0px!important}
.center-mobile-right-desktop {text-align:right;}
.center-mobile-left-desktop {text-align:left;}
.center-mobile-left-desktop-button {float:left;}
.left-mobile-right-desktop {text-align:right;}
.left-mobile-center-desktop {text-align:center;}
.button-success-solid.table-button {font-size: 13px;padding: 2px 13px;}
.table td, .table th { padding: .75rem!important;}
}




@media only screen and (min-width: 992px) {
.center-tablet-right-desktop {text-align:right;}
.top-neg-banner {margin-top:-37px!important;background-size: 650px !important; background-repeat: no-repeat; background-position: 322px 124px;}
.jet-neg-banner {background-size: 555px !important; background-repeat: no-repeat; background-position: 322px 116px;}
.button-success-solid.table-button {font-size: 17px;padding: 7px 15px;}
.desktop-yes {display:flex;}
.desktop-no {display: none;}
.nav-link {text-align:center;}
.nav-item {font-weight:normal;font-size:16px;}
.navbar {padding-top: 1.5rem;padding-bottom: 1.5rem;}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-top: solid 0px white;
    margin-top: 0px;

    border-right: solid 6px #09A4D9;
    border-left: solid 6px #09A4D9;
    left: 19%;
}


	.badge {
    font-size: .7em;
    line-height: 1.4;
    border-radius: .25rem;
    width: 25px;
    height: 25px;
	padding: 0;
}

#basket-btn {
float: right;
font-size: 25px;
position: absolute;
right: 36px;
top: 51px;}


.basket-popper {
 	top: 0;
    max-width: 315px;
    background: white;
    color: #212529;
    border: 2px solid rgba(0,0,0,.7);
    border-radius: .3rem;
    z-index: 1070;
    display: none;
   margin-top: 23px !important;
margin-left: -12px !important;
    -webkit-box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.8);
	 box-shadow: 0px 0px 35px 10px rgba(0,0,0,0.8);
}


}

@media only screen and (min-width: 1025px) {
.product-card-main {margin-top:2rem;float:left;background: #f8f8f8;position:relative;z-index:1;padding: 35px 30px;-webkit-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);}
.product-card-left, .product-card-right {height:400px;margin-top: 3rem;padding: 20px 40px;background: #f8f8f8;float:left;}
.product-card-main {height:430px;padding: 20px 50px 50px 50px;float:left;}
.product-wrapper {width:785px;margin:0 auto;}
.slider {font-size:18px;max-width: 600px;}/*slider on corporate page */
.slide {width: 600px;}
#items {left: -600px;}
.trust-image {max-width:150px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {left:22%;}
}

@media only screen and (min-width: 1200px) {
.top-neg-banner {margin-top:-41px!important;background-size: 770px !important; background-repeat: no-repeat; background-position: 420px 95px;}
.jet-neg-banner {background-size: 563px !important; background-repeat: no-repeat; background-position: 547px 118px;}
.button-success-solid.table-button {font-size: 18px;padding: 12px 30px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {left:33%;}
#basket-btn {position: absolute;right: 85px;}

}

@media only screen and (min-width: 1400px) {
.jet-neg-banner {background-size: 563px !important; background-repeat: no-repeat; background-position: 700px 118px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {left:37%;}
#basket-btn {position: absolute;right: 145px;}
}

@media only screen and (min-width: 1500px) {
#basket-btn {position: absolute;right: 185px;}
}
@media only screen and (min-width: 1600px) {
#basket-btn {position: absolute;right: 225px;}
}
@media only screen and (min-width: 1800px) {
#basket-btn {position: absolute;right: 325px;}
}
@media only screen and (min-width: 1900px) {
#basket-btn {position: absolute;right: 365px;}
}
@media only screen and (min-width: 2100px) {
#basket-btn {position: absolute;right: 455px;}
}
@media only screen and (min-width: 2300px) {
#basket-btn {position: absolute;right: 555px;}
}
@media only screen and (min-width: 2500px) {
#basket-btn {position: absolute;right: 650px;}
}

/*slider on corporate page */
.slider {font-family: 'Montserrat', sans-serif!important; position: relative; top: 50%; left: 50%;transform: translate(-50%, -50%);border-top: 4px solid grey;border-bottom: 4px solid grey;}
.sliderjet {font-family: 'Open Sans', sans-serif!important; position: relative; top: 50%; left: 50%;transform: translate(-50%, -50%);border-top: 0px solid grey;border-bottom: 3px solid grey;color:#575757;}
.wrapper {overflow: hidden; position: relative; z-index: 1;}
#items {width: 10000px; position: relative;top: 0;}
#items.shifting {transition: left .2s ease-out;}
.slide {cursor: pointer;float: left;transition: all 1s; position: relative;padding:3em 0;}
.slidejet {cursor: pointer;float: left;transition: all 1s; position: relative;padding:1em;}
.sliderjet {font-size:16px;max-width: 900px;}/*slider on jet page */
.slidejet {width: 900px;}
.control {position: absolute;top: 50%;width: 65px;height: 65px;margin:-2em -3em;z-index: 2;opacity:0.6;}
.prev,.next {background-size: 65px;background-position: center;background-repeat: no-repeat;cursor: pointer;}
.prev {background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);left: -5px;}
.next {background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);right: -5px;}
.prev:active,.next:active {transform: scale(0.8);}

.checked { color: orange;}
/*messes up the buy button, shoots you down the page*/
/*.modal {margin:0 auto; vertical-align: middle;position: relative; z-index: 2;max-height: 300px;box-sizing: border-box;width: 96%;background: #fff; padding: 15px 19px; border-radius: 8px; box-shadow: 0 0 10px #000; text-align: left; margin-top: 40px !important; margin-bottom: 50px !important; max-width: 750px !important;}*/
/*.blocker { position: fixed; top: 0; right: 0;bottom: 0;left: 0; width: 100%;height: 100%;overflow: auto; z-index: 1;padding: 20px;box-sizing: border-box; background-color: #000; background-color: rgba(0,0,0,.75);text-align: center;}
.modal a.close-modal {position: absolute; top: 10.5px; right: -14.5px; display: block; width: 80px;height: 30px; text-indent: -9999px; background-size: contain; background-repeat: no-repeat;background-position: center center;background-image: url(https://www.mobal.com/img/close-button.svg);}*/



/* HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE HOME PAGE */



.error-message {
    font-size: .875em;
    color: #dc3545;
}




/* SWIPER ON HOME PAGE */


.swiper-slide.swiper-slide-charity.swiper-slide-prev {transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;}
.swiper-slide.swiper-slide-charity.swiper-slide-next {transform:translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;}



.button-success-solid,.button-success-hollow,.button-success-solid-small,.button-success-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #02A75A!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}

.button-success-solid,.button-success-hollow,.button-success-solid-small,.button-success-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #02A75A!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}

.button-white-solid-small,.button-white-hollow-small {cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #fff!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;}
.button-success-solid,.button-success-solid-small {color: #fff!important; background: #02A75A!important;}
.button-success-solid:hover,.button-success-solid-small:hover {color: #02A75A!important; background: rgba(255, 255, 255, 0.7)!important;}
.button-success-hollow,.button-success-hollow-small {color: #02A75A!important; background: transparent!important;}
.button-success-hollow:hover,.button-success-hollow-small:hover {color: #fff!important; background: #02A75A!important;}
.button-white-solid,.button-white-solid-small {color: transparent!important; background: #fff!important;}
.button-white-solid:hover,.button-white-solid-small:hover {color: #fff!important; background: transparent!important;}
.button-white-hollow,.button-white-hollow-small {color: #fff!important; background: transparent!important;}
.button-white-hollow:hover,.button-white-hollow-small:hover {color: rgba(255, 255, 255, 0.0); background: #fff!important;}
.button-grey-hollow,.button-grey-hollow-small {color:#848181;cursor: pointer;font-family: 'Montserrat', sans-serif;font-weight:bold; border: solid 2px #848181!important;-webkit-appearance: button;font-size: 1.1rem; border-radius: .35rem;transition: .15s ease-in-out, .15s ease-in-out, .15s ease-in-out, .15s ease-in-out;background: transparent;}
.button-danger-solid,.button-danger-solid-small {color: rgba(255, 255, 255, 0.0); background:#fc0707!important;}
.button-danger-solid:hover,.button-danger-solid-small:hover {color: rgba(255, 255, 255, 0.0); background:#fc0707!important;}
.danger-back-hover:hover {color:#fff;}
.button-grey-hollow:hover,.button-grey-hollow-small:hover {color: rgba(255, 255, 255, 1.0); background:#848181;}
.grey-back-hover:hover {color:#f5f5f5;}
.charity-hover:hover {color:#003473!important;}
.action { color: #01a6de!important;}

 .swiper-container {
      width: 100%;
      padding-top: 50px;
      padding-bottom: 50px;
    }

@media only screen and (min-width: 1px) {
h1 {font-size:30px!important;}
h2 {font-size:25px!important;}
h3 {font-size:23px!important;}
h4 {font-size:21px!important;}
h5 {font-size:19px!important;}
h6 {font-size:17px!important;}
.slider {font-size:15px;max-width: 220px;}
.swiper-slide {background-position: center; background-size: cover; width: 210px;  height: 375px; }
.slide {width: 220px;}
#items {left: -220px;}
.badge { font-size: .6em;line-height: 1.4;width: 21px;height: 21px;padding: 2px;}
#basket-btn {
    float: right;
    position: absolute;
    right: 80px;
    top: 38px;
	font-size:20px;
}

.mobile-center-desktop-right {text-align:center;}

.nav-link {padding: .4rem 1rem;}
.desktop-yes {display:none;}
.nav-link {text-align: right;}
.nav-item {font-weight:bold;font-size:20px;list-style: none;}
.nav-item-smaller {font-size:17px!important;}
.button-success-hollow-small,.button-success-solid-small,.button-white-solid-small,.button-white-hollow-small {padding: .375rem .75rem;}
.button-success-hollow,.button-success-solid,.button-white-hollow,.button-white-solid,.button-grey-hollow  {padding: .5rem 1.75rem;}
.mobile-yes-desktop-no {display:block!important;}
.desktop-no {display: block;}
.mobile-no-desktop-yes {display:none!important;}
.top-neg-banner {margin-top:-150px!important;background-size: 546px !important; background-repeat: no-repeat; background-position: -41px 289px;}
.jet-neg-banner {background-size: 351px !important; background-repeat: no-repeat; background-position: 92px 205px;}
.jet-heading {margin-top:-55px;}
.table td, .table th { padding: .15rem!important;}
.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 105% 274px; background-size: 0px; margin-top: 0px;}
}


.vision-banner {margin-top:0px!important;}
.left-mobile-right-desktop {text-align:left;}
.center-mobile-right-desktop {text-align:center;}
.center-mobile-left-desktop {text-align:center;}
.center-mobile-left-desktop-button {float:none;}
.left-mobile-center-desktop {text-align:left;}
.center-tablet-right-desktop {text-align:center;}

@media only screen and (min-width: 360px) {
.wifi-banner-original {
    background-image: url(../img/common/wifi1.svg);
    background-repeat: no-repeat;
    background-position: 103% 360px;
    background-size: 0px;
}
}

@media only screen and (min-width: 375px) {
.wifi-banner-original {
    background-image: url(../img/common/wifi1.svg);
    background-repeat: no-repeat;
    background-position: 103% 333px;
    background-size: 0px;
}
}


@media only screen and (min-width: 410px) {
.slider {font-size:15px;max-width: 300px;}
.slide {width: 300px;}
#items {left: -300px;}
}

@media only screen and (min-width: 576px) {
.jet-neg-banner {background-size: 370px !important; background-repeat: no-repeat; background-position: 205px 177px;}
#basket-btn { position: absolute; right: 135px;}
}

@media only screen and (min-width: 650px) {
#basket-btn {position: absolute; right: 0px;}
}

@media only screen and (min-width: 700px) {
#basket-btn {position: absolute; right: 10px;top:39px;}
}

@media only screen and (min-width: 768px) {
h1 {font-size:43px!important;}
h2 {font-size:36px!important;}
h3 {font-size:31px!important;}
h4 {font-size:25px!important;}
h5 {font-size:20px!important;}
h6 {font-size:18px!important;}
.h2-wifi {
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.4 !important;
    color: #222;
    letter-spacing: 0 !important;
    margin-bottom: 1.5em;
}

.navbar-toggler{margin-right:50px;}

.wifi-banner-original { background-image: url(../img/common/wifi1.svg); background-repeat: no-repeat; background-position: 99% 56px; background-size: 400px;margin-top:0px;}
.slider {font-size:15px;max-width: 400px;}
.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 260px;
      height: 380px;
    }

.slide {width: 400px;}
#items {left: -400px;}
.button-success-hollow-small,.button-success-solid-small,.button-white-solid-small,.button-white-hollow-small {padding: .375rem .75rem}
.button-grey-hollow,.button-success-hollow,.button-success-solid,.button-white-hollow,.button-white-solid {padding: .65rem 2.1rem;}
.mobile-yes-desktop-no {display:none!important;}
.mobile-no-desktop-yes {display:block!important;}
.top-neg-banner {margin-top:-120px!important;background-size: 559px !important; background-repeat: no-repeat; background-position: 183px 283px;}
.jet-neg-banner {background-size: 450px !important; background-repeat: no-repeat; background-position: 265px 164px;}
.jet-heading {margin-top:10px;margin-bottom: 35px;}
.bullet-pad {margin-left:3em;}
.product-card-main {margin-top:2rem;float:left;background: #f8f8f8;position:relative;z-index:1;padding: 35px 30px;-webkit-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px -7px rgba(0,0,0,0.75);}
.product-card-left, .product-card-right {margin-top: 3rem;padding: 20px 30px;background: #f8f8f8;float:left;}
.product-card-main {padding: 20px 30px 50px 30px;float:left;}
.product-wrapper {width:705px;margin:0 auto;}
.vision-banner {margin-top:0px!important}
.center-mobile-right-desktop {text-align:right;}
.center-mobile-left-desktop {text-align:left;}
.center-mobile-left-desktop-button {float:left;}
.left-mobile-right-desktop {text-align:right;}
.left-mobile-center-desktop {text-align:center;}
.button-success-solid.table-button {font-size: 13px;padding: 2px 13px;}
.table td, .table th { padding: .75rem!important;}
}

@media only screen and (min-width: 830px) {
.navbar-toggler{margin-right:15px;}
}

@media only screen and (min-width: 900px) {
.navbar-toggler{margin-right:0px;}
}

@media only screen and (min-width: 950px) {
.navbar-toggler{margin-right:-30px;}
}


@media only screen and (min-width: 992px) {
    .center-tablet-right-desktop { text-align: right; }


	#basket-btn {position: absolute; right: 10px;top:68px;}

    .top-neg-banner {
        margin-top: -37px !important;
        background-size: 650px !important;
        background-repeat: no-repeat;
        background-position: 322px 124px;
    }

    .jet-neg-banner {
        background-size: 555px !important;
        background-repeat: no-repeat;
        background-position: 322px 116px;
    }

    .button-success-solid.table-button {
        font-size: 17px;
        padding: 7px 15px;
    }

    .desktop-yes {
        display: flex;
    }

    .desktop-no {
        display: none;
    }

    .nav-link {
        text-align: center;
    }

    .nav-item {
        font-weight: normal;
        font-size: 16px;
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        border-top: solid 0px white;
        margin-top: 0px;
		border-bottom: solid 6px #09A4D9;
        border-right: solid 6px #09A4D9;
        border-left: solid 6px #09A4D9;
        left: 19%;
    }


    .badge {
        font-size: .7em;
        line-height: 1.4;
        border-radius: .25rem;
        width: 25px;
        height: 25px;
        padding: 0;
    }
}


/*slider on corporate page */
.slider {font-family: 'Montserrat', sans-serif!important; position: relative; top: 50%; left: 50%;transform: translate(-50%, -50%);border-top: 4px solid grey;border-bottom: 4px solid grey;}
.sliderjet {font-family: 'Open Sans', sans-serif!important; position: relative; top: 50%; left: 50%;transform: translate(-50%, -50%);border-top: 0px solid grey;border-bottom: 3px solid grey;color:#575757;}
.wrapper {overflow: hidden; position: relative; z-index: 1;}
#items {width: 10000px; position: relative;top: 0;}
#items.shifting {transition: left .2s ease-out;}
.slide {cursor: pointer;float: left;transition: all 1s; position: relative;padding:3em 0;}
.slidejet {cursor: pointer;float: left;transition: all 1s; position: relative;padding:1em;}
.sliderjet {font-size:16px;max-width: 900px;}/*slider on jet page */
.slidejet {width: 900px;}
.control {position: absolute;top: 50%;width: 65px;height: 65px;margin:-2em -3em;z-index: 2;opacity:0.6;}
.prev,.next {background-size: 65px;background-position: center;background-repeat: no-repeat;cursor: pointer;}
.prev {background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);left: -5px;}
.next {background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);right: -5px;}
.prev:active,.next:active {transform: scale(0.8);}

.checked { color: orange;}

.error-message {
    font-size: .875em;
    color: #dc3545;
}

.error-message.large {
    font-size: 1em;
}

.card-type-icon {
    max-height: 24px;
}

.youaremycandygirl {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
