* { margin: 0; padding: 0; outline: 0; }

::-moz-selection { background: #212529; color: #fff; text-shadow: none; }
::selection {background: #212529; color: #fff; text-shadow: none; }
::-webkit-selection { background: #212529; color: #fff; text-shadow: none;}

*:not(.form-control), *:before, *:after {
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}

#noJS {text-align:center; padding: 0px; width:100%; background-color:rgb(255, 255, 224); font-weight:400; font-style:italic; line-height:2rem;}

body::-webkit-scrollbar {width: 15px;}
body::-webkit-scrollbar-track { box-shadow: none; background-color: #004263; }
body::-webkit-scrollbar-thumb { background-color:#2b7cb3; outline: none !important; border-radius: 10px; box-shadow: none; border:3px solid #004263; /*border-width:3px 3px 3px 4px; */}

html {min-height: 100%;-webkit-tap-highlight-color:transparent;}
html.showmenu {overflow:hidden;}
body { min-height: 100%;}

div.testsize {display:block;position:absolute;left:0;top:0;color:#fff;width:auto;height:auto;font-size:16px;z-index:999;}

.progress-gotop {position: fixed;bottom: -55px; right: 40px;height: 54px;width: 54px;-webkit-transform: translateX(-2px);-ms-transform: translateX(-2px);transform: translateX(-2px);border-radius: 50%;z-index: 998;box-shadow: inset 0 0 0 3px rgba(58, 58, 58,.5);cursor: pointer;-webkit-transition: .5s;transition: .5s;opacity: 0;-webkit-transition: bottom opacity .3s; transition:bottom opacity .3s; background:rgba(0,0,0,0.3);}
.progress-gotop.hide {opacity: 0;bottom:-55px}
.progress-gotop.show {opacity: 1; bottom:20px;}
.progress-gotop:hover {background:rgba(0,0,0,0.5);}
.progress__container {position: relative; width: 100%; height: 0; display: -webkit-box; display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content:flex-end}
.progress__arrow {position: absolute; width: 100%; height: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: center;-webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;-webkit-transition: .5s;transition:.5s}
.progress__arrow svg {height: 20px;width:16px}
.progress__arrow svg path { stroke: #fff;stroke-width: 2;stroke-linecap:round}
.progress-gotop .progress-circle { height: 100%;width:100%}
.progress-gotop .progress-circle path {stroke: #000; stroke-width: 5;fill: none;-webkit-transition: none !important; transition:none !important;}
/*
.progress__arrow:hover svg path {stroke: #0f7c95;}
.progress-gotop:hover .progress-circle path {stroke: #0f7c95;}
*/

img { outline: 0; border: 0;}
a {-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;border:none;outline:0;}
button {-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease; outline: none !important;}

button {outline: none !important; }
button:focus {box-shadow: none !important;}

body { font-family: 'Muller W05', sans-serif; font-weight:400; font-style:normal; font-size: 1rem; line-height:1.5; color:#555555; padding: 0px; margin: 0px; text-rendering: optimizeLegibility; position:relative; overflow-x: hidden; word-wrap: break-word; background:#fff;}

.fade {opacity: 0;-webkit-transition: opacity 200ms ease;-moz-transition: opacity 200ms ease;-ms-transition: opacity 200ms ease;-o-transition: opacity 200ms ease;transition: opacity 200ms ease;}
.tooltip.fade, .popover.fade {-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}
.animate__animated {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.notransition {-webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none;}
a {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.btn.focus, .btn:focus {box-shadow: none !important;}

div { display: block; }
ol, ul {list-style: none;margin:0;padding:0;}
ul li { list-style: none; padding: 0; margin: 0;}
ol li {list-style: none; padding: 0; margin: 0;}
p {margin: 0; padding:0;}

a, a:visited {/*color:#4b9cd3;*/ color:#2B7CB3; cursor:pointer; text-decoration: underline;outline:none; border:none;}
a:hover {color:#004263;}
a:active, a:focus {text-decoration: none;}

.btn {text-decoration:none; line-height:1.25; font-weight:400; padding: 0.75rem 1.5rem; margin-bottom:1.5rem; -webkit-appearance: none; appearance: none; transition: all 300ms ease-in-out; font-size: 1.2rem; cursor: pointer; border-radius: 0;}
.btn-darkblue, .btn-darkblue:visited {background-color: #004263; border-color:#004263; color:#fff;}
.btn-darkblue:hover, .btn-darkblue:active, .btn-darkblue:focus {color:#fff; background-color:#004263; border-color:#004263;}
.btn-pink, .btn-pink:visited {background-color: #f868c1; border-color:#000; color:#000;}
.btn-pink:hover, .btn-pink:active, .btn-pink:focus {color:#004263; background-color:#fba5da; border-color:#000;}
.btn-blue, .btn-blue:visited {background-color: #8de2f2; border-color:#004263; color:#004263;}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {color:#004263; background-color:#d1f4fa; border-color:#004263;}
.btn-green, .btn-green:visited {background-color: #abefbd; border-color:#000; color:#000;}
.btn-green:hover, .btn-green:active, .btn-green:focus {color:#000; background-color:#ccf5d7; border-color:#004263;}
.btn-brightgreen, .btn-brightgreen:visited {background-color: #dfff18; border-color:#000; color:#000;}
.btn-brightgreen:hover, .btn-brightgreen:active, .btn-brightgreen:focus {color:#004263; background-color:#efff8b; border-color:#004263;}

h1,h2,h3,h4,h5,h6 {font-family: 'Muller W05', sans-serif; font-weight: 400; margin: 0; padding: 0; color:#004263; line-height: 1.125;}
h1 {font-size:2.125rem; line-height:1.2; font-weight: 500;}
h2 {font-size: 1.875rem;}
h3 {font-size: 1.625rem;}
h4 {font-size: 1.5rem; color:#555555;}
h5 {font-size: 1.25rem;}

strong, b {font-weight:700; font-style:normal;}
i { font-style: normal !important; }
em {font-weight:400; font-style: italic;}

::-webkit-input-placeholder {color: #7c7c7c; color: rgba(124, 124, 124,0.5);}
:-moz-placeholder {color: #7c7c7c; color: rgba(124, 124, 124,0.5);}
::-moz-placeholder {color: #7c7c7c; color: rgba(124, 124, 124,0.5);}
:-ms-input-placeholder {color: #7c7c7c; color: rgba(124, 124, 124,0.5);}
.placeholder {color: #7c7c7c; color: rgba(124, 124, 124,0.5);}

input:-webkit-autofill,input:-webkit-autofill:hover, input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {background-color: transparent !important; color:#ED1C24 !important; border: 1px solid #ddd; -webkit-text-fill-color: #555555;-webkit-box-shadow: 0 0 0px 1000px #fff inset;box-shadow: 0 0 0px 1000px #fff inset;transition: background-color 5000s ease-in-out 0s;}

.form-control {border-radius: 5px; line-height: 1.5; border-width: 1px; border-color:#d8d8d8; -webkit-transition: all .5s; transition: all .5s; background-color: transparent; box-shadow: none; padding: 0.625rem 1.25rem; font-size:1.25rem; height:53px;}
.form-control:focus {border-color:#d8d8d8; box-shadow: 2px 3px 2px #808080;}

.modal.fade.show {opacity: 1;}
.modal-header {text-align: center; padding: 20px 1rem 15px; position: relative;}
.modal-header h5 {text-align: left; display: block;width:100%; padding: 0px 50px 0px 0px;margin: 0; color:#004263; font-size:1.35rem; line-height:1.2;}
.modal-header button.close {outline: none !important; text-shadow: none; margin: 0; position: absolute; padding:0;right:24px; top:50%; margin-top:-1.2rem; color:#4b9cd3; opacity: 1 !important; font-size: 2rem; width:2rem; height:2rem; background-color:transparent; border-radius: 0; -webkit-transition: 0.3s 0s background-color ease; transition: 0.3s 0s background-color ease;font-weight: normal; border: 0 none;}
.modal-header button.close:hover {background-color:transparent; color:#004263;}
.modal-body {background-color:#fff; border-bottom-left-radius:calc(.3rem - 1px); border-bottom-right-radius:calc(.3rem - 1px);}
.modal-content {background-color:#dbebf6; border:none; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.2);}
.modal-content p {font-size:1.05rem;}

.modal.adimage .modal-dialog {max-width:100%;}
.modal.adimage .modal-body span.buttons {position: absolute;z-index: 4;left: 15px; top: 5px; display: block;}
.modal.adimage .modal-body span.buttons button {border: 1px solid #ededed; border-radius: 4px; background-color:rgba(255,255,255,0.7); padding: 0px; cursor: pointer; font-size:11px; color:#666; width:30px; height:27px; line-height: 25px; text-align: center; display:block; outline: none !important;}
.modal.adimage .modal-body span.buttons button.inactive {color:#999;}
.modal.adimage .modal-body span.buttons button.zoom-in {-webkit-border-radius: 4px 4px 0px 0px;border-radius: 4px 4px 0px 0px;}
.modal.adimage .modal-body span.buttons button.zoom-out {-webkit-border-radius: 0px 0px 4px 4px;border-radius: 0px 0px 4px 4px;}

#mapError.modal .modal-body p {margin: 0;}

#qrcode.modal .modal-body {text-align: center;}

.modal-instructions.modal .modal-body .btn {}
.modal-instructions.modal .modal-body .btn:hover {}
.modal-instructions.modal .modal-body .btn i {position: relative; margin-right: .5rem;}

#subscribemodal .modal-body > h5 {text-align: center; margin: 0 0 0.5rem 0;}
#subscribemodal .modal-body > p {text-align: center; margin: 0 0 1rem 0;}
#subscribemodal .form-container {width:100%; display:block; margin: 0 auto; max-width:1280px;}
#subscribemodal .form-container form {width:100%; margin: 0 auto; padding: 0; position: relative; height:auto;}
#subscribemodal form input[type=checkbox] {display:none;}
#subscribemodal .form-container .form-group {padding:0 0 1rem;}
#subscribemodal .form-container .form-control {padding: 0.625rem 1.25rem;}
#subscribemodal .form-container .form-actions {margin-bottom: 0;}

#subscribemodal #formresponse2 > div {border-top:1px solid #ddd; padding: 1rem 0 0 0; margin: 0 0 0 0; position: relative; display: block; width:100%; float:left; text-align: center; }
#subscribemodal #formresponse2 > div p span {font-weight:500;}

/* Main Elements */
.pagewrapper { position: relative;display: block; flex: 1 0 auto;}
#main {position: relative;width:100%;}
.container-fluid {max-width:1600px; padding: 0 20px;}

/* Header */
header {position:relative; z-index: 2; background:#fff;}
.topbar {background:#226B94; background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#226B94),to(#004263)); background: -o-linear-gradient(top,#226B94 2%,#004263 100%); background:linear-gradient(to bottom,#226B94 2%,#004263 100%); padding: 0; color:#fff; position: relative; }
.topbar .container-fluid {padding: 0; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; height:44px;}
.topbar span {padding: 0.75rem 1.5rem; display: block; position:relative;}

.topbar .topsearch {position:relative; padding: 0 1.5rem;}
.topbar form {position:relative; width:275px;}
.topbar form input.form-control {font-size:1rem; border: 0 none; color:#fff; padding: 0; height:44px;}
.topbar form input.form-control:focus {border:none; background:transparent; box-shadow:none;}
.topbar form ::-webkit-input-placeholder {color:#fff;}
.topbar form button {background:none; border: none; padding: 0; color:#fff; width:40px; line-height:1; font-size:1.35rem;}

.topbar.alternate button {border:none; border-left:1px solid #004876; background:none; color:#fff; padding:0.75rem 1.5rem; -webkit-box-flex:0; -ms-flex: 0 1 auto; flex: 0 1 auto; position: relative;}
.topbar.alternate button span {display: inline-block; width:auto; padding: 0;}
.topbar.alternate button:after {position: relative; display: inline-block; border-right:none;border-bottom: 0.375rem solid transparent; border-left: 0.375rem solid #fff; border-top:0.375rem solid transparent; content: ''; height: 0; margin-left: 0.75rem; margin-top:0.2rem; top:0.1rem; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; width: 0;-webkit-transform:rotate(90deg); transform: rotate(90deg); vertical-align: 0;}

.location-box {width:auto; height:auto; background:#fff; position:absolute; right: 0; top:0;box-shadow: 0 5px 5px 0 rgba(0,0,0,0.25); z-index: 1;}
.location-box ul {padding: 20px 1.5rem; position: relative;}
.location-box ul li {position: relative}
.location-box ul li a {position: relative; display: block; text-decoration: none;}
.location-box ul li a:hover {text-decoration: underline;}

.locationmenu.dropdown-menu {padding: 0;border:none; border-radius: 0;box-shadow: 0 3px 6px rgba(0,0,0,0.25); margin:0; top:100% !important;}
.locationmenu ul {padding: .5rem 1.5rem;position: relative;}
.locationmenu ul li {position: relative; margin: 5px 0;}
.locationmenu ul li a {position: relative; display: block; text-decoration: none; padding: .2rem 0 .2rem 20px; margin: 0; color:#555; background:none;width:auto;}
.locationmenu ul li a:hover {color:#4b9cd3;background:none;}
.locationmenu ul li a.active {color:#555;background:none;font-weight: 700;cursor: text;}
.locationmenu ul li a i {display: block; color:#4b9cd3; position: absolute; left: 0; font-size: 1.2rem; line-height: 1; height:22px; top:50%; margin-top:-12px; transition: all 0.3s ease-in-out; opacity: 0;}
.locationmenu ul li a.active i {opacity: 1;}
.locationmenu ul li a:hover i {opacity: 1;}

.locationmenu.dropdown-menu.show {-webkit-animation: slideUp .4s; animation: slideUp .4s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;}

header .navbar {padding: 0; background:#fff; background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e3e3e4)); background:-o-linear-gradient(top,#fff 0%,#e3e3e4 100%); background:linear-gradient(to bottom,#fff 0%,#e3e3e4 100%);}
header .navbar > .container-fluid {-webkit-box-align:stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-box-pack:space-between; -ms-flex-pack:space-between; justify-content: space-between; }

.navbar-brand {position: relative; display:block; margin: 0; padding: 1.25rem 0; -webkit-box-flex: 2; -ms-flex: 2; flex: 2;}
.navbar-brand img {height: auto; max-height:110px; margin-bottom: 8px;}

.navbar-collapse > ul.navbar-nav > li > a {color:#004263; border-bottom: 3px solid rgba(255,255,255,0); text-transform:uppercase; font-size: 1.125rem; transition: all 300ms ease-in-out;}
.navbar-collapse > ul.navbar-nav > li:nth-child(4n+1) > a:hover {border-bottom-color: #5fd7ed}
.navbar-collapse > ul.navbar-nav > li:nth-child(4n+2) > a:hover {border-bottom-color: #cff000}
.navbar-collapse > ul.navbar-nav > li:nth-child(4n+3) > a:hover {border-bottom-color: #f52ca8}
.navbar-collapse > ul.navbar-nav > li:nth-child(4n+4) > a:hover {border-bottom-color: #89E8A2}

.navbar-collapse > ul.navbar-nav > li.mainactive:nth-child(4n+1) > a {border-bottom-color: #5fd7ed;}
.navbar-collapse > ul.navbar-nav > li.mainactive:nth-child(4n+2) > a {border-bottom-color: #cff000}
.navbar-collapse > ul.navbar-nav > li.mainactive:nth-child(4n+3) > a {border-bottom-color: #f52ca8}
.navbar-collapse > ul.navbar-nav > li.mainactive:nth-child(4n+4) > a {border-bottom-color: #89E8A2}

.navbar-collapse > ul.navbar-nav > li.mainactive > a#locationsdropdown {border-bottom-color: transparent;}

.search-box {width:100%;background:linear-gradient(to bottom,#fff 0%,#e3e3e4 100%); position:absolute; left: 0; top:100%; box-shadow: 0px 2px 4px #001c3f; z-index: 1;}
.search-box > .container-fluid {position: relative;padding-bottom: 2rem; padding-top: 2rem;}
.search-box form {width:100%; max-width:420px; margin: 0 auto;position: relative; }
.search-box form input {border-radius: 0; background:#fff; font-size:1rem; color:#004263; border-color:#ccc; height:45px;}
.search-box form input:focus {box-shadow: none;}
.search-box form ::-webkit-input-placeholder {color:#004263;}
.search-box form button {position: relative; background: #004263; border: 0 none; width: 60px; height:45px; line-height:1; text-align: center; color:#fff; z-index: 4; font-size:1.3rem;}

div.navbar-toolbar {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center;}
div.navbar-toolbar > button {background:none; border: 0 none; position: relative; padding: 0px; width: 68px; height: 60px;background-color:#004263; color:#fff; border-radius: 0; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; -ms-flex-direction:column; flex-direction: column;}

button.searchbar-toggler {margin-right: 0.5rem; font-size: 1.7rem; line-height: 1;}
button.searchbar-toggler > span {position: absolute; width:29px;height:4px; display:flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; background:#fff; border-radius: 2px; opacity: 0;}
button.searchbar-toggler > span:nth-child(1) {margin-top:-8px;}
button.searchbar-toggler > span:nth-child(2) {margin-top:8px;}

button.searchbar-toggler.toggle > span {opacity: 1;}
button.searchbar-toggler.toggle > span:nth-child(1) {transform: rotate(-135deg);margin-top:-2px}
button.searchbar-toggler.toggle > span:nth-child(2) {transform: rotate(135deg);margin-top: -2px;}

button.searchbar-toggler.toggle i {opacity: 0;}

button.navbar-toggler > span {width:29px; height:4px; margin: 0 auto; background:#fff; position:relative; top: 0;border-radius: 2px; transition: all ease .3s; }
button.navbar-toggler > span:nth-child(2) {margin-top:4px;}
button.navbar-toggler > span:nth-child(3) {margin-top:4px;}

button.navbar-toggler.toggle > span:nth-child(1) {transform: rotate(-135deg);top:8px;}
button.navbar-toggler.toggle > span:nth-child(2) {opacity: 0;}
button.navbar-toggler.toggle > span:nth-child(3) {transform: rotate(135deg);top:-8px;}

/* Footer */
footer {position: relative; background:#226B94; background:linear-gradient(to bottom,#226B94 2%,#004263 100%); color:#fff; font-size:.9rem;}
footer .container-fluid {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; text-align: center;}
footer .copyright {position: relative; text-align: center; padding: 0 .5rem 0 0; }
footer .footerlinks {position: relative;padding: 0; }
footer .footerlinks ul {position: relative; text-align: center; margin: 0; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center;}
footer .footerlinks ul li {position:relative; display: block; padding: 0 0.75rem;}
footer .footerlinks ul li:first-child:after {content: ''; position:absolute; right: 0; height: 75%; width:1px; background:#fff; top: 12%;}
footer .footerlinks ul li a {display: block; position:relative; color:#fff; text-decoration:none;}
footer .footerlinks ul li a:hover {text-decoration:underline;}

/* Index */
#indexslides {position: relative; display: block; height:auto; overflow: hidden; z-index: 1; }
#indexslides:after {content: ''; display:block; width:100%; height:4px; background:#89E8A2; background:-webkit-gradient(linear,left top,right top,from(#89E8A2),color-stop(25%,#89E8A2),color-stop(25%,#f52ca8),color-stop(25%,#f52ca8),color-stop(50%,#f52ca8),color-stop(50%,#cff000),color-stop(75%,#cff000),color-stop(75%,#5fd7ed),to(#5fd7ed)); background: -o-linear-gradient(left,#89E8A2 0%,#89E8A2 25%,#f52ca8 25%,#f52ca8 25%,#f52ca8 50%,#cff000 50%,#cff000 75%,#5fd7ed 75%,#5fd7ed 100%); background:linear-gradient(to right,#89E8A2 0%,#89E8A2 25%,#f52ca8 25%,#f52ca8 25%,#f52ca8 50%,#cff000 50%,#cff000 75%,#5fd7ed 75%,#5fd7ed 100%);}
#indexslides .swiper-slide {position: relative; float:left; }
/*#indexslides .swiper-slide:after {content: ''; display:block; width:100%; height:4px; background:#89E8A2; background:-webkit-gradient(linear,left top,right top,from(#89E8A2),color-stop(25%,#89E8A2),color-stop(25%,#f52ca8),color-stop(25%,#f52ca8),color-stop(50%,#f52ca8),color-stop(50%,#cff000),color-stop(75%,#cff000),color-stop(75%,#5fd7ed),to(#5fd7ed)); background: -o-linear-gradient(left,#89E8A2 0%,#89E8A2 25%,#f52ca8 25%,#f52ca8 25%,#f52ca8 50%,#cff000 50%,#cff000 75%,#5fd7ed 75%,#5fd7ed 100%); background:linear-gradient(to right,#89E8A2 0%,#89E8A2 25%,#f52ca8 25%,#f52ca8 25%,#f52ca8 50%,#cff000 50%,#cff000 75%,#5fd7ed 75%,#5fd7ed 100%);}*/
#indexslides .swiper-slide img {display: block; max-width: 100%; width:100%; object-fit: cover; font-family: 'object-fit:cover';}

#indexslides .caption {width:100%; position: relative;text-align:center;}
#indexslides .caption > div {width:100%; position: relative; }
#indexslides .caption > div > div {font-size:1.25rem; line-height: 1.25; font-weight: 400; padding: 40px 20px;}
#indexslides .caption h3 {font-size:2.125rem; color:#4b9cd3; border-bottom:2px solid #4b9cd3; padding: 0 0 1.25rem 0; margin: 0 0 1.5rem 0; position:relative; float:left; width:100%; display:block;}
#indexslides .caption p {position:relative; float:left; width:100%; display:block; margin: 0 0 1.5rem 0;}
#indexslides .caption > div > div *:last-child {margin: 0;}
#indexslides .caption a.btn {color:#fff; font-size:1.5rem; /*background:#4b9cd3; border-color:#4b9cd3;*/ background:#2B7CB3; border-color:#2B7CB3; border-radius: 0;}
#indexslides .caption a.btn:hover {background:#93c4e5; border-color:#93c4e5; color:#004263;}

#indexslides .prizeslide .caption h3 {font-size:2rem;}
#indexslides .prizeslide .caption h4 {position:relative; float:left; width:100%; display:block; margin: 0 0 1rem; padding: 0;}
#indexslides .prizeslide .caption p {font-style: italic;}

#indexslides .swiper-nav .swiper-button-next, #indexslides .swiper-nav .swiper-button-prev {color: #000; }
#indexslides .swiper-nav .swiper-button-next:after, #indexslides .swiper-nav .swiper-button-prev:after {font-size:40px;}
/*
#indexslides .swiper-nav .swiper-button-next, #indexslides .swiper-nav .swiper-button-prev {color: #000;opacity: .5;transition: all .2s ease-in-out;}
#indexslides .swiper-nav .swiper-button-next:after, #indexslides .swiper-nav .swiper-button-prev:after {padding: 10px; font-size:40px;}

#indexslides .swiper-nav .swiper-button-next:hover, #indexslides .swiper-nav .swiper-button-prev:hover {opacity: 1;}
#indexslides .swiper-nav .swiper-button-next:hover:after, #indexslides .swiper-nav .swiper-button-prev:hover:after { background:#fff;}
*/

#indexslides .caption ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

#indexslides .caption ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
#indexslides .caption ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
    line-height: 1.2; font-size: 1rem; border-bottom: 1px solid rgba(255,255,255,0.2);
}

.indexmiddle.container-fluid {position: relative; padding-top:2rem; padding-bottom:2rem;}
.indexmiddle.container-fluid {position: relative; padding-top:2rem; padding-bottom:2rem;}
.index-title {position: relative; display: block; width:100%; text-align: center;padding: 0; margin:0 auto 2rem auto}
.index-title h2 {position: relative;font-size:2rem;}
#categoryslide {position: relative; display: block; height:auto; max-width:1400px; margin: 0 auto;padding: 0 0 50px;}
#categoryslide .swiper-slide {position: relative;}
#categoryslide a.card {position:relative; border:none; text-decoration:none; text-align:center; background:none; display:block; border-radius: 0 0 30px 0; height:210px;}
#categoryslide a.card .card-body {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; color:#151515; -ms-flex-direction: column; flex-direction:column; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -ms-flex-line-pack: center; height:100%; font-size:1.375rem; padding: 50px 10px; line-height:1.3; flex: 1;}
#categoryslide a.card .card-body i {font-size:2.25rem;}

#categoryslide #id-1.card {background-color: #5fd7ed}
#categoryslide #id-2.card {background-color: #cff000}
#categoryslide #id-3.card {background-color: #f52ca8}
#categoryslide #id-4.card {background-color: #89E8A2}
#categoryslide #id-5.card {background-color: #5fd7ed}
#categoryslide #id-6.card {background-color: #cff000}
#categoryslide #id-7.card {background-color: #f52ca8}
#categoryslide #id-8.card {background-color: #89E8A2}
#categoryslide #id-9.card {background-color: #5fd7ed}
#categoryslide #id-10.card {background-color: #cff000}
#categoryslide #id-11.card {background-color: #f52ca8}
#categoryslide #id-12.card {background-color: #89E8A2}
#categoryslide #id-13.card {background-color: #5fd7ed}
#categoryslide #id-14.card {background-color: #cff000}
#categoryslide #id-15.card {background-color: #f52ca8}

#categoryslide .swiper-pagination-bullet {width:12px; height:12px;}
#categoryslide .swiper-pagination-bullet-active {background:#4b9cd3}

.indexbottom {position:relative; background:#dbebf6;}
.indexbottom .container-fluid { position:relative;padding-top:2rem; padding-bottom:2rem;}
.indexbottom .formouter-box {flex: 1 1 auto; padding: 0; }
.indexbottom .index-title {margin: 0;}
.indexbottom .index-title h2 {margin-bottom: 1rem;}
.indexbottom .index-title p {max-width:800px; margin: 0 auto 1.5rem;}

.indexbottom .form-container {width:100%; display:block; margin: 0 auto; max-width:1280px;}
.indexbottom .form-container form {width:100%; margin: 0 auto; padding: 0; position: relative; height:auto;}
.indexbottom form input[type=checkbox] {display:none;}
.form-container .form-group {position: relative;}
.form-container .form-group .form-floating {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.form-container .form-group span.formicon {position: absolute; width:2rem; height:100%; left: 15px;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;z-index: 2; color:#004263;}
.form-container .form-group span.formicon i {position: relative; top:-1px;}
.form-container .form-group label {border-width: 0 0 1px 0; left: 1.75rem;}
.form-container .form-group .form-control {padding-left: 2.5rem; background-color:#fff; font-size:18px;}
.form-container .form-group .form-control:focus {box-shadow: none;}

.form-container .eac-input-wrap {width:100%; position: relative;}
.form-container .eac-sugg {padding-left: 12px !important; padding-top: 25px !important; padding-bottom: 0px !important;}

.form-container .form-actions { overflow: hidden; width:100%;text-align: center;margin:1rem auto 1rem auto;}
.form-container .form-actions .btn {min-width:150px; margin-bottom: 0;}
.form-container .form-actions .btn:disabled {background-color:#888; border-color:#888;}

.form-container .popover.fade {opacity: 1; z-index: 10;}
.form-container .popover {background-color:#fff; box-shadow: 0 2px 4px rgba(0,0,0,0.15); border-color:#ddd;}
.form-container .popover .popover-body {color:#555; font-family: 'Muller W05', sans-serif; text-align:center;}
.form-container .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .form-container .bs-popover-top>.popover-arrow::before {border-top-color:#ddd;}
.form-container .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .form-container .bs-popover-start>.popover-arrow::before {border-left-color:#ddd;}
.form-container .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .form-container .bs-popover-bottom>.popover-arrow::before {border-bottom-color:#ddd;}
.form-container .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .form-container .bs-popover-end>.popover-arrow::before {border-right-color:#ddd;}

.form-container #formresponse {width:100%; height:auto; position: relative;}
.form-container #formresponse > div {position: relative;width: 100%; text-align: center; padding:20px; margin: 0px 0 0 0; background:#fff; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16); border-bottom:4px solid #5fd7ed;}
.form-container #formresponse > div p {margin: 0 auto; width:100%; padding: 0; font-size:1.05rem;}
.form-container #formresponse > div p span {font-weight: 500;}


/* Inside Pages */
.bg {background-color:#dbebf6; padding: 20px 20px 20px 20px;}
.breadcrumbs {background:#dbebf6; color:#4f4f4f; position: relative;}
.breadcrumbs .container-fluid {position:relative;}
.breadcrumbs ul {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; flex-wrap: wrap; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: start; justify-content: flex-start; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; margin: 0; padding: 6px 0; font-size: 0.9375rem;}
.breadcrumbs ul li {position:relative; margin: 0; padding: 6px 5px; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;}
.breadcrumbs ul li a {color:#4f4f4f; text-decoration:none; display:inline-block; padding: 6px 5px 6px 0px;}
.breadcrumbs ul li a:hover {text-decoration: underline;}
.breadcrumbs ul li span {display:none;}
.breadcrumbs ul li.last a {cursor: text; font-weight:500; padding: 6px 5px 6px 5px;}
.breadcrumbs ul li.last a:hover {text-decoration: none;}

.leftcolumn {position: relative; margin-bottom: 20px;}
.leftcolumn .sidebar {position:relative;}
.leftcolumn .sidebar a.toggle {border-radius: 0; background:#004263; border-color:#004263; color:#fff; margin-bottom:0; padding: 15px; width:100%; text-align:left; position:relative;}
.leftcolumn .sidebar a.toggle:hover {background: #002c49; border-color:#002c49; color:#fff;}
.leftcolumn .sidebar a.toggle i {position: absolute; right:15px; font-size: 1.9rem; width:2rem; height:2rem; line-height: 1; top:50%; margin-top:-0.92rem; text-align: center;}
.leftcolumn .sidebar a.toggle[aria-expanded=true] {background: #002c49; border-color:#002c49; color:#fff;}
.leftcolumn .sidebar a.toggle[aria-expanded=true] i:before {content: "\f068";}

.leftcolumn .sidebar h2.navtitle {position: relative; font-size: 1.375rem; margin: 0 0.6rem 0 0; padding: 0; border-bottom:4px solid #4b9cd3;}
.leftcolumn .sidebar h2.navtitle a {text-decoration: none; display: block; color:#004263; padding: 13px 15px 5px 0px; transition: all 300ms ease-in-out;}
.leftcolumn .sidebar h2.navtitle a:hover {color:#4b9cd3;}

.ajaxcontent {float:left; width:100%; height: auto; position: relative;}
.pagecontent {position: relative; float:left; width:100%; margin: 0; padding: 0;}

.pagecontent .dropdown-menu {box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1.2rem 0px; color:#555; border-radius: 0; border: none; margin-top:8px !important; margin-bottom:8px !important; padding-top:4px; padding-bottom: 4px; font-size:.95rem; width:auto; min-width: 200px;}
.pagecontent .dropdown-menu a.dropdown-item {padding: 8px 12px; position: relative; display:block; font-weight: 400; color:#555;}
.pagecontent .dropdown-menu a.dropdown-item:hover {background-color:transparent; color:#004263;}
.pagecontent .dropdown-menu a.dropdown-item:active, .pagecontent .dropdown-menu a.dropdown-item:focus {background-color:transparent;}
.pagecontent .dropdown-menu a.dropdown-item.mainactive {background-color:transparent; color:#004263;}

#accordion {margin: 5px 0 0 0;}
#accordion .accordion-item {position:relative; margin: 0px 0 0 0; padding: 0; border-radius: 0; border:none;}
#accordion .accordion-item > h3 {position: relative; margin: 0; padding: 0; background:none; border: none;}
#accordion .accordion-item > h3 > a {padding: 0.4rem 0; color:#151515; display:block; text-decoration:none; position: relative; background:none; border: none; box-shadow:none; }
#accordion .accordion-item > h3 > a i {position:absolute; left: 0; top:50%; width:auto; height:22px; text-align:center; margin-top:-11px; line-height:1; transition: all 0.3s ease-in-out; color:#4b9cd3; font-size:1.2rem; opacity: 0;}
#accordion .accordion-item > h3 > a span {display:block; padding: 0 0 0 20px; line-height:1.5;}

#accordion .accordion-item > h3 > a:hover {color:#4b9cd3;}
#accordion .accordion-item > h3 > a:hover i {opacity:1;}
#accordion .accordion-item > h3.active {}
#accordion .accordion-item > h3.active > a {font-weight:700;}
#accordion .accordion-item > h3.active > a i {opacity:1;}
#accordion .accordion-item > h3.active > a:hover {color:#151515}

.accordion-item .accordion-body {position: relative; padding: 0; max-height:250px;}
.accordion-item .accordion-body ul {position: relative; padding: 3px 0 0 1rem; margin: 0;}
.accordion-item .accordion-body ul li {position: relative; margin: 0; padding: 0; }
.accordion-item .accordion-body ul li a {padding: 0.4rem 0; color:#151515; display:block; text-decoration:none; position: relative; background:none; border: none;cursor: pointer;}
.accordion-item .accordion-body ul li a span {display:block; padding: 0 0 0 20px; line-height:1.5;}
.accordion-item .accordion-body ul li a i {position:absolute; left: 0; top:50%; width:auto; height:22px; text-align:center; margin-top:-11px; line-height:1; transition: all 0.3s ease-in-out; color:#4b9cd3; font-size:1.2rem; opacity: 0;}

.accordion-item .accordion-body ul li a:hover {color:#4b9cd3;}
.accordion-item .accordion-body ul li a:hover i {opacity:1;}

.accordion-item .accordion-body ul li.active a {color:#4b9cd3;}
.accordion-item .accordion-body ul li.active a i {opacity:1;}

#accordion.locationlist .accordion-item.single > h3 > a.activelink {font-weight:700;}
#accordion.locationlist .accordion-item.single > h3 > a.activelink i {opacity:1;}
#accordion.locationlist .accordion-item.single > h3 > a.activelink:hover {color:#151515}

.pagetitle {position: relative; float:left; width:100%;}
.pagetitle > h1 {display: block; float:left; width:100%; margin: 0.5rem auto 1rem; line-height:1.2; font-size:2.125rem;}

.subtitle {position: relative; float:left; width:100%;}
.subtitle > h2 {display: block; float:left; width:100%; margin: 0.5rem auto 1rem; line-height:1.125;}

.top-pagination {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; -webkit-box-pack:space-between; -ms-flex-pack:justify; justify-content: space-between; margin-bottom:1.5rem; background:#dbebf6; padding: 20px 20px 20px;}
.mixitup-page-stats {}
.mixitup-page-stats > div {}
.mixitup-page-stats > div span {font-weight: 700;}

.selectview {position: relative;}
.selectview span {position: relative; display: inline-block; margin-right: .4rem; }
html.webkit.safari.mac .selectview span {top:1px;}
.selectview a {position:relative; display: inline-block; padding: .3rem; color:#868e96; font-weight:500; transition:none;}
.selectview a.active {font-weight: 700; color:#3a3a3a;}

.selectview button#showall {-webkit-appearance: none; appearance: none; margin-bottom: 0;}
.selectview button#showall:hover {}

.pagination-buttons {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.pagination-buttons .newvendorfilter {margin-right:1rem;}

div.newvendorfilter {position: relative; display: none;}
div.newvendorfilter a.btn {margin-bottom: 0;}
div.newvendorfilter a.btn.show {background-color:#8de2f2; border-color:#004263; color:#004263;}
div.newvendorfilter a.btn i {position:relative; display:inline-block; -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size:14px; margin-left: 1.5rem;top:-1px;}

#newvendordd {max-height: 300px;}

.pagination {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; padding: 20px 10px 0 10px;margin: 25px auto 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-top: 1px solid #ecf0f3; border-radius: 0px; font-size:18px;}

.page-item {position:relative; margin: 0 .125rem; padding: 0;}
.page-item:not(:first-child) .page-link {margin-left:0;}
.page-item:not(.page-arrow) {display: none;}

.page-item .page-link {border: none; color:#616161; background-color:#fff; position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding:.125rem .25rem 0; margin: 0; border-radius: .125rem; width:1.5rem; height:1.5rem; font-size:18px; font-weight: 300;}

.page-item.page-arrow:first-child .page-link {border-radius: .125rem;}
.page-item.page-arrow:last-child .page-link {border-radius: .125rem;}
.page-arrow .page-link i {font-size:14px;}

.page-link:hover, .page-link:active, .page-link:focus {background-color:#fff;}
.page-link:hover {color:#fff; background-color:#757575;}
.page-link.mixitup-pager-active {color:#fff; background-color:#757575;}
.page-arrow .page-link.mixitup-pager-disabled {background:none; color:#ddd; cursor: not-allowed}

.pagination.mixitup-mixitup-page-list-disabled {border-top-color:transparent;}
#cat.hidepager .pagination {display:none;}
#cat.hidepager .top-pagination {display:none;}
#newvendors.hidepager .pagination {display:none;}
#newvendors.hidepager .top-pagination .selectview {display:none;}
.pagination.mixitup-mixitup-page-list-disabled {display:none;}

/* Discounts & Program Info */
.toplinks {float:left; width:100%; height:auto; position: relative; }
.toplinks .row {padding-top: 20px; padding-bottom: 20px; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;}
.toplinks .col-12 {margin-bottom: 2rem; margin-top:0px;}
.toplinks .card {border-radius: 0px; border:none; height:100%; position: relative;}
.toplinks .card-body {padding: 30px; border:1px solid #ccc; box-shadow:0 3px 6px 0 rgba(0,0,0,0.16);}
.toplinks .card-body a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-justify-content: flex-start; -moz-justify-content: start; -ms-justify-content: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-direction: row; flex-direction: row; text-align: center; text-decoration: none;}
.toplinks .card-body a i {position:relative; font-size: 2rem; margin: 0 1rem 0 0; padding: 0; color:#004263}
.toplinks .card-body a h3 {font-size: 1.4rem;}

.toplinks .col-12:nth-child(4n+1) .card-body {border-bottom:4px solid #5FD7ED}
.toplinks .col-12:nth-child(4n+2) .card-body {border-bottom:4px solid #cff000}
.toplinks .col-12:nth-child(4n+3) .card-body {border-bottom:4px solid #f52ca8}
.toplinks .col-12:nth-child(4n+4) .card-body {border-bottom:4px solid #89E8A2}

/* Form Pages */
.formpage {float:left; width:100%; height:auto; display: block; position: relative; padding: 0;}
p.formpagetext {display: block; float:left; width: 100%; position: relative; text-align:left;}
h3.suggesttitle {float:left; width:100%; display: block; position:relative;}
.formContainer p.smaller {margin: .25rem 0 0; padding: 0; font-size:13px; float:left; width:100%; display: block; text-align: center; font-style: italic;}
.formContainer {position: relative; float:left; width:100%; margin: 0px auto 0 auto; padding: 0px;}
.formContainer input[type=checkbox] {display:none;}
.formContainer .form-floating .form-control {font-size:18px;}
.formContainer .form-floating label {color:#555555; transition: opacity .1s ease-in-out, transform .1s ease-in-out, color 0.2s ease;}
.formContainer .form-floating:hover label {color:#4b9cd3}
.formContainer .form-floating.focus label {color:#4b9cd3}
.formContainer .form-floating.hasvalue label {color:#4b9cd3; /*opacity: 1;*/}
.formContainer .form-floating.error label {color:#cc0000}
.formContainer .form-floating.error:hover label {color:#cc0000}

.formContainer .eac-input-wrap {width:100%; position: relative;}
.formContainer .eac-sugg {padding-left: 0px !important; padding-top: 27px !important; padding-bottom: 0px !important;}

.formContainer .select i.fa-sort {position: absolute; right: 1rem;top:50%; margin-top:-8px; color:#555}

.formContainer .form-actions {float:left; width:100%;text-align: center;margin:1rem auto 1rem auto;}
.formContainer .form-actions .btn {min-width:150px; margin-bottom: 0;}
.formContainer .form-actions .btn:disabled {background-color:#888; border-color:#888;}

.formContainer .popover.fade {opacity: 1; z-index: 10;}
.formContainer .popover {background-color:#fff; box-shadow: 0 2px 4px rgba(0,0,0,0.15); border-color:#ddd;}
.formContainer .popover .popover-body {color:#555; font-family: 'Muller W05', sans-serif; text-align:center;}
.formContainer .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .formContainer .bs-popover-top>.popover-arrow::before {border-top-color:#ddd;}
.formContainer .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .formContainer .bs-popover-start>.popover-arrow::before {border-left-color:#ddd;}
.formContainer .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .formContainer .bs-popover-bottom>.popover-arrow::before {border-bottom-color:#ddd;}
.formContainer .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .formContainer .bs-popover-end>.popover-arrow::before {border-right-color:#ddd;}

.formContainer #formresponse {float:left; width:100%; height:auto; position: relative;}
.formContainer #formresponse > div {position: relative;width: 100%;float: left; padding: 1.25rem 1.25rem; margin: 0px 0 0 0; background-color:#dbebf6;}
.formContainer #formresponse > div.error {background-color:#fee1f3;}
.formContainer #formresponse > div p span {font-weight:500;}

.formContainer.update #formresponse > div p {font-style:italic;} 
#formresponse table {margin: 20px 0 10px; width:100%; border-width: 2px; border-color:#b7d7ed;}
#formresponse table td {font-weight: 500; padding:8px 7px; text-align: left;background:none;}
#formresponse table td:first-child {width:40%;}
#formresponse table td:last-child {font-weight: 400;}

.bottomsubscribe.card {background-color:#dbebf6; border-radius: 0px;  border-color: transparent;}
.bottomsubscribe.card .card-body {text-align: center;}

/* Faqs */
#faqs {float:left; width:100%; height: auto; position: relative; margin: 0px auto 0 auto;}
#faqs .card {border: none; border-radius: 0; padding: 0; background: none;margin: 0 0 6px;}
#faqs .card .card-header {border-radius: 0; padding: 0; background-color: transparent; border:none; margin: 0;}
#faqs .card .card-header h4 {font-size: 1.2rem; margin:0; position:relative;}
#faqs .card .card-header h4 button {-webkit-appearance: none; appearance: none; padding:0.7rem 2.5rem 0.7rem 1rem; display:block; width:100%; text-align:left; margin-bottom: 0; -webkit-transition: background 0.25s ease-in-out,color 0.25s ease-in-out; transition: background 0.25s ease-in-out,color 0.25s ease-in-out; border-bottom: 4px solid #4B9CD3;}
#faqs .card .card-header h4 button i {position:absolute; right:1.2rem; width:20px;height:20px; text-align:center; line-height:1; top:50%; margin-top:-12px;}
#faqs .card .card-header h4 button[aria-expanded=true] i:before {content: "\f068";}

#faqs .card:nth-child(4n+1) .card-header h4 button {border-bottom:4px solid #4B9CD3}
#faqs .card:nth-child(4n+2) .card-header h4 button {border-bottom:4px solid #cff000}
#faqs .card:nth-child(4n+3) .card-header h4 button {border-bottom:4px solid #f52ca8}
#faqs .card:nth-child(4n+4) .card-header h4 button {border-bottom:4px solid #89E8A2}

#faqs .card .card-body {border: 1px solid #ccc; padding: 1.6rem 1.4rem;}
#faqs .card .card-body a:hover {text-decoration:underline;}

/* Contact */
.contactbox {border-color:#ccc; border-bottom-color:#5fd7ed; border-width:1px 1px 4px 1px; border-radius: 0; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);}
.contactbox .card-body {position:relative; padding: 1.85rem 1.65rem; display: -webkit-box; display:-ms-flexbox; display:flex; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;  -ms-flex-direction: column; flex-direction:column; text-align: left;}
.contactbox .card-body h3 {position: relative; padding-bottom:.35rem; margin-bottom: 1rem;}
.contactbox .card-body p {margin-bottom:.25rem;}

/* Directions & Locations */
.map-ie {display: none; margin-top:1em; font-style: italic;}
html.ie11 .map-ie, html.ie10 .map-ie, html.ie9 .map-ie {display: block;}

div.gm-style {font-family: 'Muller W05', sans-serif !important; color:#555555; font-weight: normal !important; width:100% !important; overflow: hidden !important; text-align:left;}
.gm-style-iw {}
.infoWindow {height:100%;width:100%;display:block;position:relative;min-width:150px;z-index: 999; text-align:left; }
.infoWindow h4 {display:block; line-height:24px; font-size:18px; font-weight:bold !important; color: #555 !important; margin:0; padding:0 2px 5px 2px;border-bottom: 0px solid rgba(200, 201, 199, 0.5); font-family: 'Muller W05', sans-serif !important; -webkit-font-smoothing: subpixel-antialiased; }
.infoWindow p { margin: 0 0 5px 0 !important; padding:5px 0 0 !important; display:block !important; position:relative;font-weight:400 !important; font-family: 'Muller W05', sans-serif !important; background-color:#fff; -webkit-font-smoothing: subpixel-antialiased; font-size:17px !important; line-height:24px !important; color:#555555 !important;}
.infoWindow h5 {display:block;line-height:20px; font-size:1rem; font-weight:600 !important; color:#555555 !important; margin:0; padding:0; font-family: 'Muller W05', sans-serif !important; text-transform: capitalize;}

#directions_map img, #directions_map object, #directions_map embed { max-width: none; height: auto }
#directions_map *,#directions_map *:before,#directions_map *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
#location_map img, #location_map object, #location_map embed { max-width: none; height: auto }
#location_map *,#location_map *:before,#location_map *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.adp, .adp table, .adp-list {font-family: 'Muller W05', sans-serif !important;font-weight: normal !important;}
.address a { text-decoration: underline;}
div.adp-legal { display: none !important;}

.gm-style-iw .poi-info-window.gm-style {width:100%;display:block;overflow:hidden; font-family: 'Muller W05', sans-serif !important;font-weight: 400 !important; padding-left: 0px; padding-right:0px;text-align:left; -webkit-font-smoothing: subpixel-antialiased;}
.gm-style-iw .poi-info-window.gm-style div.title.full-width {font-family: 'Muller W05', sans-serif !important;font-weight: 700 !important; padding:0 0 0px 0px;margin: 0 0 0px;background:#fff; font-size:14px; line-height:20px !important;color:#555555;}
.gm-style-iw .poi-info-window.gm-style div.full-width { width: 200px !important; }
.gm-style-iw .poi-info-window.gm-style div.address {color:#555555; font-family: 'Muller W05', sans-serif !important;font-weight: 400 !important; padding: 0 0 7px 0px !important; margin: 0 0 7px 0px !important; border-bottom: 1px solid rgba(200, 201, 199, 0.5);}
.gm-style-iw .poi-info-window.gm-style div.address .address-line:nth-child(1) {padding-top:5px;}
.gm-style-iw .poi-info-window.gm-style div.address .address-line {color:#555555; font-family: 'Muller W05', sans-serif !important;font-weight: 400 !important; line-height:18px; font-size:13px;background: #fff !important;}
.gm-style-iw .poi-info-window.gm-style div.view-link {padding-top:0px;}
.gm-style-iw .poi-info-window.gm-style div.view-link a {font-family: 'Muller W05', sans-serif !important; font-weight: 400 !important; text-decoration: underline; color:#555555 !important; padding: 0px 0px 5px 0px !important; text-transform: none; font-size:13px; display: block !important;}
.gm-control-active.gm-fullscreen-control {width:30px !important; height: 30px !important; }
.gm-control-active.gm-fullscreen-control > img {margin: 0px !important;}
.gmnoprint.gm-bundled-control {right:0px !important; margin: 0px !important;}
.gmnoprint.gm-bundled-control > div {left: auto !important; right: 0px !important; margin: 10px !important;}
.gmnoprint.gm-bundled-control .gmnoprint > div {width: 30px !important; height: 61px !important;}
.gmnoprint.gm-bundled-control .gmnoprint > div > button {width:30px !important; height: 30px !important;}
.gmnoprint.gm-bundled-control .gmnoprint > div > button > img {margin: 0px 0px 0px !important; width:11px !important; height: 11px !important;}
.gmnoprint.gm-bundled-control .gmnoprint > div > button:focus > img {margin: 0px 0px 0px !important; }
.gmnoprint.gm-bundled-control .gmnoprint > div > button:active > img {margin: 0px 0px 0px !important; }
.gmnoprint.gm-bundled-control .gmnoprint > div > div {width: 21px !important;}
button.gm-control-active + .gmnoprint:not(.gm-bundled-control) {right: 40px !important;}
.gmnoprint .gm-style-mtc {font-family: 'Muller W05', sans-serif !important; font-size: 12px !important;}
.gmnoprint .gm-style-mtc > div[role=button] {font-family: 'Muller W05', sans-serif !important; font-size: 12px !important; height: 28px !important; padding: 0 10px !important; font-weight: bold !important;}
.gmnoprint .gm-style-mtc button {font-size: 14px !important; padding: 0 10px !important; height:28px !important;}
button[aria-label=Close] img {margin: 0 !important; margin-top:10px !important; z-index: 99 !important; width:18px !important; height: 18px !important;}

.infowindow {height:100%;width:100%;display:block;position:relative;min-width:210px; text-align:center; border:none !important; padding: 10px 0 10px 0px;}
.infowindow > div {display:block; position: relative;font-weight:normal; font-size: 14px; line-height: 18px; font-family: 'Muller W05', sans-serif !important; color:#555555;}
.infowindow .title {font-family: 'Muller W05', sans-serif !important; font-weight:700 !important; padding:0px 0 4px 0px;margin: 0 0 2px;background:#fff; font-size: 16px; line-height:20px !important;color:#004263; -webkit-font-smoothing: antialiased; border-bottom:1px solid #e6e6e6; white-space: normal;}
.infowindow .title > span {font-style: italic !important; font-weight: 400 !important; display: block; color:#555555;  font-size:15px; font-family: 'Muller W05', sans-serif !important;}
.infowindow .address {color:#555555; font-weight: normal !important; padding: 0px 0 0px 0px !important; margin: 0 0 0px 0px !important; -webkit-font-smoothing: antialiased; }
.infowindow .address .address-line {color:#555555; line-height:1.25;}
.infowindow .address .address-line:first-child {padding-top:5px;}
.infowindow .address .address-line:last-child {padding-top:0px;}
.infowindow .discountlink {display: block; width:auto; height:auto; margin: 10px 0 0px 0; padding: 0; position: relative;}
.infowindow .discountlink > a { position: relative; display: inline-block; text-decoration: none; font-family: 'Muller W05', sans-serif; animation:none; margin-bottom: 0; font-size:1rem;}
.infowindow .discountlink > a:hover {}
.infowindow .discountlink > a i {font-size:14px; position: relative; width:14px; height: 14px; line-height: 1; margin: 0 0 0 7px;}

/* Locations */
.locationContent {min-height: 0px; float: left; height: auto; width: 100%; padding: 0; margin: 15px auto 0px auto; position: relative; filter: alpha(opacity=0);opacity: 0;}
.locationouter {width:100%; height: 500px; border:1px solid #ddd; display:inline-block; position:relative; padding:0px; margin: 0 auto; background: #fff;}
#location_map {width: 100%;height:100%; position: relative; max-width:100%; padding: 0;margin: 0; overflow:hidden; font-size: 90%; display:block; background-color:transparent;}
#location_map .gm-style .gm-style-iw > div {min-width:150px;}

/* Directions */
table#printDiv {display:none;}
.mapContent {min-height: 0px; float: left; height: auto; width: 100%; padding: 0; margin: 15px auto 0px auto; position: relative; filter: alpha(opacity=0);opacity: 0;}
.mapouter {width:100%; height: 400px; display:inline-block; position:relative; padding:0px; margin: 0 auto; background: transparent; border:1px solid #ddd;}
#directions_map {width: 100%;height:100%; position: relative; max-width:100%; padding: 0;margin: 0; overflow:hidden; font-size: 90%; display:block; background-color:transparent;}
#directions_map .gm-style .gm-style-iw > div {min-width:150px;}

.gm-style-iw.gm-style-iw-c > button[aria-label="Close"] {top: 0px !important; right: 0px !important;}
.gm-style-iw.gm-style-iw-c > button[aria-label="Close"] > span {width:18px !important; height:18px !important; margin: 4px !important;}

/*#main.examples #accordion.maplist .accordion-item.single.locations {display: none;}*/

div.geo {width:100%; padding: 0px; position: relative; text-align: center; display:block; margin: 10px auto 20px; float:left;}
div.geo a {position: relative; cursor: pointer; text-transform: capitalize; display:inline-block;}
div.geo a:before {}
div.geo a i {position: relative; margin-right: 7px;}

#form-outer {width:100%; position: relative; margin: 20px auto 20px auto; float:left; display:block; padding: 0;}
#form-outer > form {width:100%; height: auto; display: block; position: relative;float:left; margin: 0 auto;}
#form-outer > form input.form-control {padding-right: 2.5rem; font-size:18px;}
#form-outer > form input:focus {}
#form-outer > form ::-webkit-input-placeholder {}
#form-outer > form button {position: absolute; top: 1px; right: 1px; border: 0 none; padding: 0; width:50px; height: 100%; line-height: 1; text-align: center; outline: none !important; border-radius: 0px; background:none; color:#555555; font-size: 1.5rem; margin: 0;}
#form-outer > form button i {line-height: 1;}
#form-outer > form button:hover {background-color:transparent; color:#0f7c95;}

#directions {display:none; float:left; text-align: left; width:100%; position:relative; margin: 0px auto 0px; padding: 0px; background: transparent; color:#555555;}
#directions .panel {position:relative; background-color:#fff; border-radius: 0; border: 0 none; padding: 20px 15px; float:left; width:100%; margin: 0rem auto 0rem;}
#directions .panel .panel-heading {position:relative;font-size:18px; background-color:transparent; border: 0 none; margin-bottom:25px; font-weight: 600; padding: 15px 30px 15px 0px; border-radius: 0; border-bottom:1px solid #eee; }
#directions .panel .panel-heading > i {font-size:13px; position: absolute; left: 10px; width: 13px; height: 13px; line-height: 1; text-align: center; margin: 5px 0 0 0;}
#directions .panel .panel-heading button.btn {color:#555555;}
#directions .panel .panel-heading button.btn:hover {background:none; color:#555555;}
.timeTop span.distanceTime {font-weight: 600; display:block; position: relative;}
.timeTop span.trafficTime {display:block;font-style: italic; font-size:16px; line-height: 1.4; position: relative;font-weight: 400;}
.timeTop span.trafficTime > span {color:green;}
.timeTop span.trafficTime.traffic > span {color:red;}
.timeTop button {border:none; background-color: transparent; padding: 0; position: absolute; top: 50%;right: 15px; font-size:16px; line-height: 1; width:16px; height: 16px; text-align: center; cursor: pointer; margin: -8px 0 0 0; z-index: 10; outline: none!important;}
.timeTop button:hover {}

#directions .panel .panel-body {padding: 0px;}
.mapbottom {position: relative;}
.mapbottom h3 {float:left; width: 100%; display:block; position: relative; margin: 0 0 0px 0px; padding: 0; text-transform: none; font-size: 22px; font-weight: 500; }
.mapbottom h3.fromLocation {margin: 0 0 30px 0px;}
.mapbottom h3.fromLocation span {display: block;}
.mapbottom h3.toLocation {margin: 20px 0 0 0;}
.mapbottom h3.toLocation span.destination_address {font-weight: 400;display:block; font-size: 1.1rem; padding-top: 5px;}
.mapbottom h3.toLocation span.destination_name {}
.mapbottom h3.toLocation span.destination_loc {font-weight: 400;}

#instructions {display:block; width: 100%; padding: 0px; margin: 0px 0px 0px 0px; position: relative; float:left; }
#instructions > li {float:left; width:100%; height:auto;display: block; position: relative; margin: 0; padding: 0 0 0px 30px;}
#instructions > li:last-child {padding-bottom:10px; margin-bottom: 0;}
#instructions > li span.steps {display:block; width: 100%; position: relative; margin: 0 0 25px 0px; padding: 0 0 12px 0; font-weight: 400; border-bottom:1px solid #d8d8d8; color:#555555;}
#instructions > li span.steps b {font-weight: 700;}
#instructions > li span.instruct {display: block; width:100%;}
#instructions > li span.dis {display: block;width:auto; font-size: 14px; line-height: 20px; position: absolute;overflow: hidden;background:#fff; padding: 0 5px 0 0; bottom:-10px;font-style: italic; font-weight: 400;}

#instructions .dir-tt {top:2px;}
#instructions .dir-tt.dir-tt-turn-right {top:0px;}
#instructions .dir-tt.dir-tt-turn-left {top:0px;}
#instructions .dir-tt.dir-tt-ramp-right.dir-tt-roundabout-right {top:4px;}

/**** INFORMATION PAGES ****/
#mainimage {position: relative; display: block; height:auto; overflow: hidden; z-index: 1; }
#mainimage > div {position: relative; width:100%; height: auto; overflow: hidden;}
#mainimage > div img {position: relative; width:100%; max-width:100%; font-family: "object-fit:cover"; object-fit: cover;}
#mainimage > div:after {content: ''; display:block; width:100%; height:4px; background:#89E8A2; background:-webkit-gradient(linear,left top,right top,from(#89E8A2),color-stop(25%,#89E8A2),color-stop(25%,#f52ca8),color-stop(25%,#f52ca8),color-stop(50%,#f52ca8),color-stop(50%,#cff000),color-stop(75%,#cff000),color-stop(75%,#5fd7ed),to(#5fd7ed)); background: -o-linear-gradient(left,#89E8A2 0%,#89E8A2 25%,#f52ca8 25%,#f52ca8 25%,#f52ca8 50%,#cff000 50%,#cff000 75%,#5fd7ed 75%,#5fd7ed 100%); background:linear-gradient(to right,#89E8A2 0%,#89E8A2 25%,#f52ca8 25%,#f52ca8 25%,#f52ca8 50%,#cff000 50%,#cff000 75%,#5fd7ed 75%,#5fd7ed 100%);}

#mainimage .caption {width:100%; position: relative;text-align:center;}
#mainimage .caption > div {width:100%; position: relative; overflow:hidden;}
#mainimage .caption > div > div {font-size:1.25rem; line-height: 1.25; font-weight: 400; padding: 40px 20px; float:left; width:100%;}
#mainimage .caption h3 {font-size:2.125rem; color:#4b9cd3; border-bottom:2px solid #4b9cd3; padding: 0 0 1.25rem 0; margin: 0 0 1.5rem 0; position:relative; float:left; width:100%; display:block;}
#mainimage .caption p {position:relative; float:left; width:100%; display:block; margin: 0 0 1.5rem 0;}
#mainimage .caption > div > div *:last-child {margin: 0;}

#information {background: transparent url(../images/bg-swoops.svg) bottom center no-repeat; background-size:cover;}
#information .row {position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
#information .flex-item {flex: 1 1 auto;}
#infoboxes .card {border-top:1px solid #ccc; border-left: 1px solid #ccc; border-right:1px solid #ccc; border-bottom:4px solid #5fd7ed; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16); border-radius: 0; background:#fff; padding: 0; margin: 0 15px 1.5rem; text-decoration:none;}
#infoboxes .card .card-header {background:#004263; border-radius: 0; border: none;padding: 10px 30px; color:#fff; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -moz-justify-content: space-between; -ms-justify-content: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; font-size: 1.5rem; line-height: 1.125; font-weight: 400; min-height:70px;}
#infoboxes .card .card-header i {display:none;position:relative; height:50px; line-height:50px;}
#infoboxes .card .card-body {padding: 30px; border: none;}
#infoboxes .card .card-body p {color:#555;}
#infoboxes .card .card-body .btn {font-size:1.05rem;border-radius: 0; border:none; padding: 0;color:#4b9cd3; font-weight:400; position:relative;}
#infoboxes .card .card-body .btn i {position:relative; font-size:1rem; margin-left: 5px;}
#infoboxes .card:hover .card-body .btn {color:#004263;}

#information .flex-item:nth-child(4n-1) .card {border-bottom-color:#f52ca8}
#information .flex-item:nth-child(4n-2) .card {border-bottom-color:#cff000}
#information .flex-item:nth-child(4n) .card {border-bottom-color:#89E8A2}

#infoboxes.examplecards .card {margin: 0 25px 1.5rem;}
#infoboxes.examplecards .flex-item {flex:0 0 auto;}

a#closebox {display: block;width: 2.5rem; height: 2.5rem; line-height:2.5rem; margin:0; z-index: 42; position: absolute; right: 1.5rem; top: 1rem; -webkit-transition: 0.3s 0s background-color ease; transition: 0.3s 0s background-color ease; border: none; background-color: none; text-align: center; text-decoration: none; -webkit-animation:none; animation: none;}
a#closebox i {font-size:1.75rem;}

div.infobox {display:block; position: fixed; /*top: 138px;*/ top: 0; right: 0; left: 0; bottom: 0; width:100%; height: 100%; background: #fff; z-index:1031; visibility: hidden;opacity: 0;-webkit-transform: scale(0.9);transform: scale(0.9);-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;-webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s; transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s; transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;}
div.infobox.active {visibility: visible;opacity: 1;-webkit-transform: scale(1);transform: scale(1);-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;-webkit-transition: opacity 0.4s, -webkit-transform 0.4s; transition: opacity 0.4s, -webkit-transform 0.4s;transition: transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;}

.insideinfo {display: block; position: relative; width:100%; height:auto; float:left;}
.insideinfo > .container-fluid {overflow:hidden;}
.insideinfo > .container-fluid > .row {}
.insideinfo > .container-fluid .col-12 {}
.insideinfo h1.title {text-align: center; padding-left: 3rem; padding-right: 3rem; margin:0;}
.insideinfo h1.title > span {display: block; position: relative;}
body.infopage #preloader {z-index: 1032; position: fixed; top: 50%;}

.infotext {margin: 0 auto; position: relative; float:left; width: 100%;}
.infotext > img {width: 950px; margin: 0 auto; display: block;}
.infotext p {margin: 0 0 1rem 0;}
.infotext > ul {margin: 0 0 1.5rem 0.625rem; padding-left: 1rem; position: relative;}
.infotext > ul li {margin: 0 0 0.625rem 0; list-style:none; position: relative;}
.infotext > ul li:before {content: "\2022"; color:#555555; font-weight: bold; display: inline-block; width:0.8em; margin-left:-1em; font-size: 1.25rem; line-height:1; position: relative; margin-top:.1rem; float:left;}

.infoform .form-control.valid {/*background-image: url(../images/form-valid.png);background-repeat: no-repeat;background-size: 20px;background-position: right calc(0.375em + 0.3125rem) center;padding-right: calc(1.5em + 1.25rem);*/}
.infoform textarea.form-control.valid {/*background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);*/}

#formresponse2.modal .modal-content p {margin:0;padding:5px 0;}
#formresponse2.modal .modal-content p span.form-name {font-weight: 600;}

.insideinfo .formbody {font-family: 'function-pro'; font-weight: 400;  overflow:hidden;}

.formhead {width:100%; height:auto; position: relative; float:left;}
.formbody h4 {text-align: center; font-size:24px; line-height: 1.1; margin: 0px auto 15px; float:left; width:100%; display:block; position: relative; font-family: 'function-pro'; font-weight:600; color:#2a2a2a; -webkit-font-smoothing: antialiased; text-transform: none;}
.formlogo {display: block; float:left; width:100%; height:auto; margin: 0 auto 15px auto; padding: 0; text-align: center;}
.formlogo img {width:200px;margin: 0 auto; text-align: center;}
.contacttext {display: block;text-align: center; width:100%; height: auto; position: relative; margin: 10px auto 25px auto; padding: 0 0 5px; border-bottom:3px solid #222; float:left; font-weight: 500; }
.contacttext > span { font-size:16px; line-height: 22px; display: block; margin: 0 0 2px; padding: 0; position: relative; }
.contacttext > span i {font-size: 7px; line-height: 1; position: relative; display: inline-block; margin: 0 8px; top: -3px;}
.contacttext > span br {display: none;}

.formbody form {float:left; width:100%; margin: 0 auto; height:auto; position: relative; display: block;}
.formbody form input[name=interested] {display: none;}
.formbody form .popover.fade.show {opacity: 1;}
.formbody table.formtable {border-collapse: collapse; width:100%; margin: 0 auto;font-size:15px;}
.formbody table.formtable tr {}
.formbody table.formtable td {padding: 0px 0px 0px; line-height:18px; vertical-align: bottom;border-top: 0 none; height:50px; border-bottom:none;}
.formbody table.formtable td:first-child {text-align: left;}
.formbody table.formtable td label {font-weight: 400; margin-bottom: 0;}
.formbody table.formtable td:first-child label {text-align: left;}
.formbody table.formtable td.answer {border-bottom: 1px solid #222222;}
.formbody table.formtable td.answer input.form-control {border: 0 none; -webkit-box-shadow: none; box-shadow: none;  background-color: #fff7c8;padding: 1px 6px 0px 6px; height: 26px; margin-bottom:3px; font-family: 'Muller W05', sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; -webkit-border-radius:0px; -moz-border-radius: 0px; border-radius: 0px;  color:#222;}

.formbody table.formtable td.answer input.form-control.valid {background-color:#ffffff;}

.formbody table.formtable.text td {height:auto; padding-top: 25px; font-size:16px; line-height: 22px;}
.formbody table.formtable.text td.lasttext {padding-bottom:15px; padding-top:20px;}
.formbody table.formtable.text td span.dateouter {width:90px; margin: 0 5px; display: inline-block; position: relative; border-bottom: 1px solid #222222;}
.formbody table.formtable.text td input.form-control {border: 0 none; -webkit-box-shadow: none; box-shadow: none;  background-color: #fff7c8;padding: 1px 6px 0px 6px; height: 23px; margin-bottom:3px; font-family: 'Muller W05', sans-serif; font-weight: 400; font-size: 15px; line-height: 18px; -webkit-border-radius:0px; -moz-border-radius: 0px; border-radius: 0px;  color:#222;}
.formbody table.formtable.text span.strike {text-decoration: line-through;}
.formbody table.formtable.text span.cost {font-style: italic;font-weight: 500; padding-left: 3px;}

.formbody table.formtable.innertext {width:100%;}
table.formtable.innertext td.checkboxlabel {font-weight: 500; padding-bottom: 10px; padding-top: 0;}
table.formtable.innertext td.checkboxlabel.error {font-weight: 600;}
table.formtable.innertext td.checkboxlabel > span { color:#bd181f; margin-left: 10px; font-style: italic;font-weight: 400;}
table.formtable.innertext td.checkbox {padding-top:4px;padding-bottom:4px;}
table.formtable.innertext td.checkbox input[type=checkbox] {position: absolute;left: -99999px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
table.formtable.innertext td.checkbox input[type=checkbox] + label {display: inline-block; cursor: pointer; position: relative; padding-left: 25px;margin-right: 15px;font-size:15px;}
table.formtable.innertext td.checkbox input[type=checkbox] + label:before { content: '';position: absolute; left: 0; top: 2px; width: 17px; height: 17px; border: 1px solid #aaa; background: #f8f8f8;  -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);}

table.formtable.innertext td.checkbox input[type=checkbox] + label:after  { content: '✔';position: absolute;top: 3px; left: 4px; font-size: 18px; line-height: 0.8; color: #007e60;  -webkit-transition: all .2s; -moz-transition: all .2s; -o-transition: all .2s; transition: all .2s;}

html.ie table.formtable.innertext td.checkbox input[type=checkbox] + label:after {left:2px;}

table.formtable.innertext td.checkbox input[type=checkbox] + label:after {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0);-moz-transform: scale(0);transform: scale(0);}
table.formtable.innertext td.checkbox input[type=checkbox] + label.check:after {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1; -webkit-transform: scale(1);-moz-transform: scale(1);transform: scale(1);}

.formbody table.formtable.signaturetable td {text-align: left; }
.formbody table.formtable.signaturetable td:not(.answer) {height:30px;}
.formbody table.formtable.signaturetable td input#signaturedate.form-control {background-color:#ffffff;}
.formbody table.formtable.signaturetable table.formtable {width:100%;}
.formbody table.formtable.signaturetable td input[type=button] {text-align: left;}
.formbody table.formtable.signaturetable td input[type=button]:disabled {background-color:#ffffff;}
.formbody table.formtable.signaturetable #hiddenImage {display: none;}
.formbody table.formtable.signaturetable #hiddenImage img {width:50%; border: 0 none !important;}

.formbody table.formtable.formactions {text-align:center; margin: 20px auto 20px auto;}
.formbody table.formtable.formactions td {text-align: center;}
.formbody table.formtable.formactions button.btn {width: auto; font-family: 'Muller W05', sans-serif; border-color:#004263; background-color:#004263; color:#fff;}
.formbody table.formtable.formactions button.btn:hover {border-color:#004263; background-color:#004263; color:#fff;}

.formbody .popover.fade {opacity: 1; z-index: 10;}
.formbody .popover {background-color:#fff; border-color:#ddd; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15); box-shadow: 0 2px 4px rgba(0,0,0,0.15); white-space: normal; text-align: center;}
.formbody .popover .popover-body {color:#555; font-family: 'Muller W05', sans-serif; text-align: center; letter-spacing: normal; }

.formbody table.formtable td.answer.error {border-color:#b70000;}
.formbody form span.initialfeeouter.error {border-color:#b70000;}

/* Added Initial Field */
.formbody form span.initialfeeouter { float:left; position: relative;display: block; width: 55px; height: 23px; margin: 0 10px 0px 0; z-index: 2;border-bottom: 1px solid #5d5e5e;}
.formbody table.formtable.text td span.initialfeeouter > input.form-control {padding-top: 0; height:20px; color:#000; font-size:15px; font-weight: 600; font-style: italic; margin: 0 0 3px 0;}

/* Signatures */
#signature-modal.modal {z-index: 1061;}
#signature-modal .modal-header {}
#signature-modal .modal-body {border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom:1px solid #ddd;}
#signature-modal .modal-footer {border-top: 0; text-align: center;background:#fff; justify-content: center; }
#signature-modal .tooltip-inner {background-color:#bd181f}
#signature-modal .tooltip-inner {font-size:13px;}
#signature-modal .tooltip-inner span.first { display:block;}
#signature-modal .tooltip-inner span.last {font-style:italic;font-size:12px; line-height:16px;}
#signature-modal .tooltip.left .tooltip-arrow {border-left-color:#bd181f;}
#signature-modal .tooltip.right .tooltip-arrow {border-right-color:#bd181f;}
#signature-modal .tooltip.top .tooltip-arrow {border-top-color:#bd181f;}

body.infopage .tooltip-inner {background-color:#bd181f}
body.infopage .tooltip-inner {font-size:14px; line-height:1.25}
body.infopage .tooltip-inner span.first { display:block; line-height: 1.5}
body.infopage .tooltip-inner span.last {font-style:italic;font-size:13px; line-height:16px;}
body.infopage .tooltip.bs-tooltip-left .arrow:before {border-left-color:#bd181f;}
body.infopage .tooltip.bs-tooltip-right .arrow:before {border-right-color:#bd181f;}
body.infopage .tooltip.bs-tooltip-top .arrow:before {border-top-color:#bd181f;}
body.infopage .tooltip.bs-tooltip-bottom .arrow:before {border-bottom-color:#bd181f;}

#signature-modal input.form-control {-webkit-box-shadow: none; box-shadow: none; width:100%; margin: 0 auto; border:1px solid #d8d8d8;font-family:'Muller W05', sans-serif; font-weight: 400; font-size:1.1rem; color:#555; padding: .5rem 1rem .5rem 1rem;background:#fff; border-radius: 5px; line-height:1.25}
#signature-modal input.form-control:focus {border-color: #d8d8d8; box-shadow:2px 3px 2px #808080;}
#signature-modal .btn.btn-primary {margin:0 5px 0 0; background:#555; color:#fff; border-color:#555;}
#signature-modal .btn.btn-primary:hover {background:#555; border-color:#555; color:#fff;}
#signature-modal .btn.btn-default {margin:0 5px 0 0; background:#aaa; color:#fff; border-color:#aaa;}
#signature-modal .btn.btn-default:hover {background:#aaa; border-color:#aaa; color:#fff;}

.pad-outer {text-align: center;border: 1px solid rgba(0,0,0,0.085);box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;border-radius: 4px; padding: 10px 5px;}
#signature-pad {width:400px; height: 120px; border: 1px solid #f4f4f4;}

.sig-outer {position: relative; width:100%; height:100px; border: 1px solid #e8e8e8; background-color: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;border-radius: 4px;padding: 16px; }
.sig-outer > div {position: relative; border: 1px solid #f4f4f4; width:100%; height:100%; }
.sig-outer .signature-pad {position: absolute; top: 0; left: 0; width:100%; height: 100%; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset; box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;}

/* Response */
.formbody.success .height {display:table; height: 200px; position: relative;}
.formbody.success .height > div {display:table-cell; vertical-align: middle; position: relative; padding: 0; margin: 0;}
.formbody.success .leftoutput {float:left; width:100%; padding: 0 10px; text-align: center; }
.formbody.success .leftoutput img {width:150px; -webkit-box-shadow: 0 2px 1rem rgba(0,0,0,.15); -moz-box-shadow: 0 2px 1rem rgba(0,0,0,.15); box-shadow: 0 2px 1rem rgba(0,0,0,.15); margin: 0 auto;}
.formbody.success .rightoutput {float:left; position: relative; width:100%; padding: 0 10px; text-align: center;}
.formbody.success .rightoutput a {position: relative; font-family: 'Muller W05', sans-serif;}

.formbody.success .rightoutput h3 {margin-bottom: .5rem; margin-top:1rem;}
.formbody.success .rightoutput h5 {margin-bottom: 1rem; color:#555;}
.formbody.success .otherLinks {float:left; width:100%; display: block; margin: 1rem auto 0px auto; padding: 1rem 0 0 0; border-top: 1px dashed rgba(0, 0, 0, 0.1);text-align: center; }
.formbody.success .otherLinks a.btn {margin:0 5px 0 0; position: relative; font-family: 'Muller W05', sans-serif;}

/* EXAMPLES */
#examplepage { display: block; position: relative; width:100%;height:auto; float:left;}
#examplepage p {margin: 0; padding: 0;}
#examplepage div.toptext {display: block; overflow: hidden; width:100%; position: relative; padding: 0; margin: 0;}

#exampleslide {position: relative; display: block; height:auto; overflow: hidden; padding:0;}
#exampleslide .swiper-wrapper {position: relative;}
#exampleslide .swiper-slide {position: relative; border-radius: 0px; border:none; box-shadow: none; padding: 0;}

#exampleslide .swiper-nav .swiper-button-next, #exampleslide .swiper-nav .swiper-button-prev {color:#4b9cd3; opacity: .5; transition: all .2s ease-in-out;}
#exampleslide .swiper-nav .swiper-button-next:hover, #exampleslide .swiper-nav .swiper-button-prev:hover {opacity: 1;}

#exampleslide .swiper-slide > div { position:relative;}
#exampleslide .swiper-slide img {width: 100%; height: auto; position: relative; display:block;  padding: 5px; border:1px solid #dcdcdc; border-radius: 2px; box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px; background:none;}

#exampleslide .iteminfo {text-align: center;}
#exampleslide .iteminfo h4 {margin-bottom:0.35rem; font-size:22px; color:#004263; font-weight:500;}
#exampleslide .iteminfo h5 {margin-bottom:0.5rem; font-size:18px; color:#555;}
#exampleslide .zoomlink {position:relative; width:100%; text-align:center;}

p.comingsoon {font-size: 1.2rem;}

/* Category */
.discountcontent {float:left; width:100%; height:auto; position: relative; display:block; margin:0px auto 0px auto;}
#allCat .subtitle h2 {display:none;margin-bottom: 15px;}
#allCat .subtitle h2.active {display:block;}
#allCat {position: relative; display:block; float:left; width:100%; height:auto; margin: 0px auto 0; padding: 0;}
#allCat .gridouter {float:left; width:100%; position: relative;}
#allCat .grid {margin-bottom: 25px; margin-top:1rem; position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; overflow: hidden; -webkit-align-content: flex-start; align-content: flex-start;}
#allCat .col-6 {overflow: hidden; position: relative;margin: 0; text-align: center; padding-top:12px; padding-bottom:12px;}
#allCat .grid .item {filter: alpha(opacity=0); opacity: 0; transition: opacity 250ms ease-in;}
#allCat .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#allCat .item a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 1px; width:100%;}
#allCat .item a {text-align: center; position: relative; height:75px; background:#fff; padding: 5px 10px; border:1px solid #ccc; font-size:1.05rem; box-shadow:0 3px 6px 0 rgba(0,0,0,0.16); color:#212529;}
#allCat .item a:hover {color:#004263;}

/* Vendors */
#vendordiscounts {position: relative; display:block; float:left; width:100%; height:auto; margin: 10px 0 10px 0; padding: 0;}
#vendordiscounts .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#vendordiscounts .grid .item { position: relative; padding-top:12px; padding-bottom: 12px; margin: 0; filter: alpha(opacity=0); opacity: 0; transition: opacity 250ms ease-in;}
#vendordiscounts .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#vendordiscounts .item .img {position: relative;height:100%; border:1px solid #dcdcdc;}
#vendordiscounts .item a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:100%; height:100%; flex: 1 1 auto; box-sizing: border-box; flex-direction: column; border-radius:2px; background-color:#fff; text-decoration:none; box-shadow: 0 1px 3px rgba(0,0,0,0.3); -webkit-transition: none; transition:none;}
#vendordiscounts .item a:hover {box-shadow: 0 0 5px #4b9cd3; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
#vendordiscounts span.outerimg {overflow: hidden; position: relative; padding:1rem 1rem 0 1rem;}
#vendordiscounts span.outerimg img {width:100%;}
#vendordiscounts span.busname { display: block;width:100%; text-align:center; padding: 10px 5px; line-height:1.2;}

/* New Vendors */
#newvendors {position: relative; display:block; float:left; width:100%; height:auto; margin: 10px 0 10px 0; padding: 0;}
#newvendors .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#newvendors .grid .item { position: relative; padding-top:12px; padding-bottom: 12px; margin: 0;filter: alpha(opacity=0); opacity: 0; transition: opacity 250ms ease-in;}
#newvendors .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#newvendors .item > div {position: relative;height:100%;border:1px solid #dcdcdc;}
#newvendors .item a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width:100%; height:100%; flex: 1 1 auto; box-sizing: border-box; flex-direction: column; border-radius:2px; background-color:#fff; text-decoration:none; box-shadow: 0 1px 3px rgba(0,0,0,0.3); -webkit-transition: none; transition:none;}
#newvendors .item a:hover {box-shadow: 0 0 5px #4b9cd3; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
#newvendors span.outerimg {overflow: hidden; position: relative; padding:1rem 1rem 0 1rem;}
#newvendors span.outerimg img {width:100%;}
#newvendors span.busname {padding:10px 5px; display: block;width:100%; text-align: center;  line-height:1.2;}

/* Error Pages */
.errorpage .pagetitle {text-align: center;}
.errorpage h5 {text-align: center; float:left; width: 100%; display: block; position:relative;}
.errorpage h5 span {font-weight: 600;}
.errorpage p.formpagetext {text-align: center;}
.outersearch {position: relative; float:left; width:100%;background-color:#fff; padding: .5rem 0 1.5rem; }

#searchouter { width:100%; height: auto; position: relative; display:block; margin: 0 auto;padding: 2%; background:#dbebf6; overflow:hidden;}
#searchouter form {position:relative;}
#searchouter form input {width:67%; color:#4b9cd3; background-color:#fff; border-color:#707070; border-radius: 0; font-size:1.125rem; font-weight:300; height:48px;}
#searchouter form ::-webkit-input-placeholder {font-size:1.125rem; font-weight:300; color:#4b9cd3;}
#searchouter form input:focus {box-shadow:none;}
#searchouter form button {max-width:30%; margin: 0; margin-left:0.5rem; background:#004263; color:#fff; height:48px; border:none;}
#searchouter form button i.spin {display:block; position: relative;-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear;color:#4b9cd3;}

#searchfilter {padding:0px; width:100%; height:auto; position: relative; margin: 0 auto; display:none;}
#searchfilter > div {margin: 0 auto 0; padding: 0 0 1rem 0;width:100%; float:left; text-align: center;}
.resultstext {width:100%; display: block; position: relative;margin:0 auto 1rem; font-size: 1.25rem; }
.resultstext > span {position: relative; background-color: #fff; padding: 0 4px;}
.resultstext span#search-string {font-weight: 600;}
.results p.search {text-align: center; font-style: italic; margin-top:.5rem;}

#searchfilter.nofilter > div {border: none; border-bottom: 1px solid #E8F9FC; margin: 10px auto 0px;}
#searchfilter.nofilter > div .resultstext {margin: 0 auto 0;}

#list-tab {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; width:100%;}
#list-tab a {flex:48%; position:relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack:center; justify-content: center; align-items:center; margin: 0.25rem;}
#list-tab a {text-decoration:none; background-color:#004263; color:#fff; line-height:1.25; padding: 5px 0; border:1px solid transparent;}
#list-tab a span.name {padding: 0.6rem; display:block; position:relative;}
#list-tab a span.num {display:none;}

#list-tab a:hover {background-color:#004263;color:#fff;}

#list-tab a:before {content: ''; position:absolute;width:100%; height:4px;top:-1px; left: 0; background:#4b9cd3;opacity: 0; -webkit-transition: all 0.25s ease-in-out; transition:all 0.25s ease-in-out;}
#list-tab a:hover:before {opacity:1;}
#list-tab a:nth-child(4n+1):before {background: #5fd7ed;}
#list-tab a:nth-child(4n+2):before {background: #cff000}
#list-tab a:nth-child(4n+3):before {background: #f52ca8}
#list-tab a:nth-child(4n+4):before {background: #89E8A2}

#list-tab a.mainactive {background-color:#fff; color:#555; border-color:#ccc;}
#list-tab a.mainactive:before {opacity: 1;}

.filterdropdown {float:left; width:100%; text-align: center; position: relative; display: none; margin: 0px auto 1rem auto; padding:0;}
.filterdropdown a.btn {margin-bottom: 0; min-width:175px; text-align: left; position: relative;}
.filterdropdown a.btn i {position: absolute; display:block; right:1rem; top:50%; width:14px; height:14px;margin-top:-4px; line-height:1; -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size:14px;}
.filterdropdown a.btn.show {background-color:#acdfc1; border-color:#004263; color:#000;}

#results {overflow: hidden; width: 100%; height: auto; display:block; margin: 0 auto;position: relative; padding:0px 0px 0px 0px; }
.results { width:100%; height:auto; display:block;position: relative; border-top:0px solid #E1E7E9;  padding: 0px 0px 0px 0; margin: 0px auto 0px auto; overflow: hidden;}

#searchgrid {width:100%; height:auto; position: relative; padding: 0 1rem; margin: 0px auto 0px auto; float:left; min-height:200px; }
#searchgrid .gridouter { padding-top: 0px; padding-bottom: 15px; float:left; width:100%; height: auto; position: relative; display:block;}
#searchgrid .gridouter .grid {position: relative; -ms-flex-line-pack: start; align-content: flex-start}
#searchgrid .mix {overflow: hidden; position: relative;margin: 0; text-align: center; padding-top:12px; padding-bottom:12px;}
#searchgrid .mix > div {padding: 0 0px; box-sizing: border-box; margin: 0 0 0px 0;}
#searchgrid .mix a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 1px; width:100%;}
#searchgrid .mix a {text-align: center; position: relative; height:75px; background:#fff; padding: 5px 10px; border:1px solid #ccc; font-size:1.05rem; box-shadow:0 3px 6px 0 rgba(0,0,0,0.16); color:#212529;}
#searchgrid .mix a:hover {color:#004263;}

/* Search Page */
.outerpagesearch {position: relative; float:left; width:100%;background-color:#fff; padding: .5rem 0 1.5rem; }
#searchresults {overflow: hidden; width: 100%; height: auto; display:block; margin: 0 auto;position: relative; padding:0px 0px 0px 0px;}
#searchresults p {text-align: center; font-style: italic; margin-top:.5rem;}
#searchresults p.noresults{}

#searchpageouter { width:100%; height: auto; position: relative; display:block; margin: 0 auto;padding: 2%; background:#dbebf6; overflow:hidden;}
#searchpageouter form {position:relative;margin: 0 auto;}
#searchpageouter form input {width:67%; color:#4b9cd3; background-color:#fff; border-color:#707070; border-radius: 0; font-size:1.125rem; font-weight:300; height:48px;}
#searchpageouter form ::-webkit-input-placeholder {font-size:1.125rem; font-weight:300; color:#4b9cd3;}
#searchpageouter form input:focus {box-shadow:none;}
#searchpageouter form button {max-width:30%; margin: 0; margin-left:0.5rem; background:#004263; color:#fff; height:48px; border:none;}

#main.searchpage #searchfilter {display:block;}

#resultsgrid {width:100%; height:auto; position: relative; padding: 0 1rem; margin: 0px auto 0px auto; float:left; min-height:200px; }
#resultsgrid .gridouter { padding-top: 0px; padding-bottom: 15px; float:left; width:100%; height: auto; position: relative; display:block;}
#resultsgrid .gridouter .grid {position: relative; -ms-flex-line-pack: start; align-content: flex-start}
#resultsgrid .mix {overflow: hidden; position: relative;margin: 0; text-align: center; padding-top:12px; padding-bottom:12px;}
#resultsgrid .mix > div {padding: 0 0px; box-sizing: border-box; margin: 0 0 0px 0;}
#resultsgrid .mix a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 1px; width:100%;}
#resultsgrid .mix a {text-align: center; position: relative; height:75px; background:#fff; padding: 5px 10px; border:1px solid #ccc; font-size:1.05rem; box-shadow:0 3px 6px 0 rgba(0,0,0,0.16);color:#212529;}
#resultsgrid .mix a:hover {color:#004263;}

/* Cats */
#cat {position: relative; display:block; float:left; width:100%; height:auto; margin: 10px 0 10px 0; padding: 0;}
#cat .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#cat .grid .item { position: relative; padding-top:12px; padding-bottom: 12px; margin: 0; filter: alpha(opacity=0); opacity: 0; transition: opacity 250ms ease-in;}
#cat .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#cat .item .img {display:block; position: relative; width:100%; height: 100%; margin: 0; padding: 0px;  border:1px solid #dcdcdc;}
#cat .item a {display:block; position: relative; width:auto; height: auto; margin: 0; padding: 0; border-radius:2px; background-color:#fff; border:0px solid #dcdcdc; text-decoration:none; box-shadow: 0 1px 3px rgba(0,0,0,0.3); -webkit-transition: none; transition:none;}
#cat .item a:hover {box-shadow: 0 0 5px #4b9cd3; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}
#cat span.outerimg {display:block; position: relative; width:100%; height: auto; margin: 0; padding:1rem 1rem 0 1rem;}
#cat span.outerimg img {position: relative; display:block; border: none; margin: 0 auto;}
#cat span.busname {-webkit-box-pack: center;-ms-flex-pack: center; justify-content: center; display: -webkit-box; display:-ms-flexbox; display:flex;-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; width:100%; height:60px; text-align:center; padding: 0 4px; line-height:1.2; background-color:#fff;}

.allLoc {text-align: center; position: relative; display:block; margin: 0 auto 0;}
.allLoc .btn {font-size:1rem;}
.allLoc .btn i {position:relative; margin-right:.7rem;}

/* Business */
#bus {position: relative; display:block; float:left; width:100%; height:auto; margin: 0px 0 0; padding: 0;}
.businessContent {min-height: 0px; float:left; height: auto; width:100%; padding: 0; margin: 10px auto 0px;position: relative;display:block; }
.bus-image {display:block; height: auto; width:100%; position: relative; margin: 0 auto; padding: 0; float:left; text-align:center;z-index: 1; }
.bus-image > div {position: relative; display: block; text-align: center; margin: 0px auto; padding: 0px; width:550px; max-width:100%; border: 1px solid #dcdcdc; border-radius:2px;}
.bus-image img {position: relative; display: block; text-align: center; margin: 0px auto;padding: 6px; width:100%;  box-shadow: 0 1px 3px rgba(0,0,0,0.3);}
.bus-image img:hover {box-shadow: 0 0 5px #4b9cd3; -webkit-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s;}

.businesslinks { display: block; float:left; position: relative;width:100%;  margin:2rem auto 1rem;}
.businesslinks > ul {display:block;position:relative;height:auto; width:100%; padding:0; margin:0px auto 0px;text-align:center;float:left;}
.businesslinks > ul > li {display:inline-block; position: relative; text-align: center; margin: 0; width:auto; height: auto; padding: 0px 5px 0;}
.businesslinks > ul > li > a.btn {position: relative;}

.businesslinks > ul > li:nth-child(4n+1) > a.btn {background-color: #8de2f2; border-color:#004263; color:#004263;}
.businesslinks > ul > li:nth-child(4n+1) > a.btn:hover {color:#004263; background-color:#d1f4fa; border-color:#004263;}
.businesslinks > ul > li:nth-child(4n+2) > a.btn {background-color: #dfff18; border-color:#000; color:#000;}
.businesslinks > ul > li:nth-child(4n+2) > a.btn:hover {color:#004263; background-color:#efff8b; border-color:#004263;}
.businesslinks > ul > li:nth-child(4n+3) > a.btn {background-color: #f868c1; border-color:#000; color:#000;}
.businesslinks > ul > li:nth-child(4n+3) > a.btn:hover {color:#004263; background-color:#fba5da; border-color:#000;}
.businesslinks > ul > li:nth-child(4n+4) > a.btn {background-color: #abefbd; border-color:#000; color:#000;}
.businesslinks > ul > li:nth-child(4n+4) > a.btn:hover {color:#000; background-color:#ccf5d7; border-color:#004263;}

/* LTO Page */
#all.ltocontent {display: none;}
#all.ltocontent .row {-webkit-align-content: flex-start; align-content: flex-start;}
#all.ltocontent .col-6 {position:relative;}
.ltocontent a.card {position: relative; flex-grow: 1; border-radius: 0px; border:none; background-color:#fff; color:#707070; transition: .2s all ease; box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16); text-decoration: none; text-transform: uppercase; letter-spacing: 0.05rem;}
.ltocontent a.card:hover {text-decoration: underline;}
.ltocontent a.card .card-img {overflow: hidden;border-radius: 0px;}
.ltocontent a.card .card-img img {position: relative; display: block; width:100%; max-width:200px; margin: 0 auto; padding: 10px 20px; background:#fff;}
.ltocontent a.card .card-body {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; padding-top:10px; padding-bottom: 10px; height: 70px; border-radius: 0px;}
.ltocontent a.card .card-title {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; position: relative; flex-grow: 1; line-height: 1.35; margin: 0; height: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; white-space: normal; overflow: hidden; text-align: center; }

.ltocontent .col-6:nth-child(4n+1) a.card {border-bottom:4px solid #5fd7ed}
.ltocontent .col-6:nth-child(4n+2) a.card {border-bottom:4px solid #cff000}
.ltocontent .col-6:nth-child(4n+3) a.card {border-bottom:4px solid #f52ca8}
.ltocontent .col-6:nth-child(4n+4) a.card {border-bottom:4px solid #89E8A2}

/* LTO - Single */
#ltobox {width:100%; height:auto; position: relative; display:block; margin:10px auto 0px auto; padding: 0px; text-align: center; float:left;}
.lto-wrapper {filter: alpha(opacity=0); opacity: 0;width:auto; height:auto; display:inline-block; position:relative; margin: 0px auto 0px; text-align:center; border: 0px solid #e6e6e6;}
.lto-wrapper .outerlto {display:block; width:auto; height:auto; position: relative; padding: 0px; margin: 0 auto; background:#fff; border-radius:2px; border:1px solid #dcdcdc;}
.lto-wrapper.imageonly {border: 0 none;}
.lto-wrapper .outerlto img {border: 0 none; margin: 0 auto; display: block; position: relative; padding: 4px; box-shadow: 0 1px 3px rgba(0,0,0,0.3);}
.lto-wrapper .outerlto img:hover {transition: all .3s ease-in-out 0s; box-shadow: 0 0 5px #4b9cd3;}
#ltobox .links {width:100%; height:auto; display: block; position:relative; margin:1rem auto 0px; padding: 0; float:left;}
#ltobox .links > ul {display:block;position:relative;height:auto; width:100%; padding:0; margin:0.75rem auto 0px;text-align:center;float:left;}
#ltobox .links > ul > li {display:inline-block; position: relative; text-align: center; margin: 0; width:auto; height: auto; padding: 0px 5px 0;}
#ltobox .links > ul > li > a.btn {position: relative;}

#ltobox .links > ul > li:nth-child(4n+1) > a.btn {background-color: #8de2f2; border-color:#004263; color:#004263;}
#ltobox .links > ul > li:nth-child(4n+1) > a.btn:hover {color:#004263; background-color:#d1f4fa; border-color:#004263;}
#ltobox .links > ul > li:nth-child(4n+2) > a.btn {background-color: #dfff18; border-color:#000; color:#000;}
#ltobox .links > ul > li:nth-child(4n+2) > a.btn:hover {color:#004263; background-color:#efff8b; border-color:#004263;}
#ltobox .links > ul > li:nth-child(4n+3) > a.btn {background-color: #f868c1; border-color:#000; color:#000;}
#ltobox .links > ul > li:nth-child(4n+3) > a.btn:hover {color:#004263; background-color:#fba5da; border-color:#000;}
#ltobox .links > ul > li:nth-child(4n+4) > a.btn {background-color: #abefbd; border-color:#000; color:#000;}
#ltobox .links > ul > li:nth-child(4n+4) > a.btn:hover {color:#000; background-color:#ccf5d7; border-color:#004263;}

/* Mobile App */
.apptop {position: relative; float:left; width:100%; display: block; text-align: left; }
.apptop > .row {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.apptop .col-md-8 {}
.apptop .col-lg-8 > div {padding:20px;background:#dbebf6; position: relative;float:left; width:100%;}
.apptop h3 {float:left; width:100%; display:block; position: relative; margin: 0 0 1rem;}
.apptop span.title {position: relative; float:left; width:100%; padding: 0; margin:0; font-size: 1.2rem; }
.apptop ul {position: relative; float:left; width:100%;padding: 0 0 0 0.625rem; margin: 0 0 1rem 0.625rem;}
.apptop ul li {position: relative; display: block; margin: 0 0 0.625rem; padding: 0;}
.apptop ul li:last-child {margin: 0;}
.apptop ul li i {font-size:6px; line-height:1; position:relative; top:-3px;margin: 0 0.625rem 0 0; color:#555;}

.apptop .col-lg-4 {height:100%; }
.apptop .col-lg-4 > div {box-shadow:0 3px 6px 0 rgba(0,0,0,0.16); border: 1px solid #ccc; border-bottom:4px solid #5fd7ed; padding:30px;}
.apptop img {width:250px; position: relative; margin: 0px auto 0 auto; text-align: center; display: block;}

.appbottom {position: relative; float:left; width:100%; display: block;}
.appslides {position: relative; margin-top: 1rem; padding: 0 0px; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;}
.appbottom .card {border-color:#ccc; border-radius: 0px; background-color: #fff; box-shadow: none; margin: 10px; width:50%;}
.appbottom .card-header {background-color:#fff; border-radius: 0; border: none; padding: 20px 20px 1rem 20px; }
.appbottom .card-header h4 {position: relative;padding: 0; margin: 0;}
.appbottom .card-header h4 i {position: relative; margin-right:10px; line-height: 1; }
.appbottom .card-header h4 i.fa-apple {top:-1px;}
.appbottom .card-body {padding: 0px 20px 20px 20px;}
.appbox ul {position: relative; display: block; padding: 0px 0 0 25px; width:100%; margin:0 auto; text-align: left;}
.appbox ul li {position: relative; padding: 0 0 0.625rem 0px; margin: 0; list-style: decimal; list-style-position: outside; font-weight: 500;}
.appbox ul li > span {font-weight: 400;}
.appbox ul li i {position: relative; font-size:17px; top:2px;}
.appbox ul li i.icon-ios-action {margin: 0 2px;color:#0046df;}
.appbox ul li i.icon-chrome-menu {line-height:1;vertical-align: top;}

/* Terms & Privacy Page */
.policypage {float:left; width:100%; height:auto; display: block; position: relative; margin-top: 0px;}
#terms {position: relative; float:left; width:100%;}
#terms .terms {float:left; width:100%; display: block; position: relative;}
#terms .terms:not(.well) p {display: block; position: relative; float:left; width:100%; margin: 1.5rem auto 0 auto;}
#terms .terms:not(.well) p:first-child {margin-top:0;}
#terms .terms:not(.well) h2 {display: block; position: relative; float:left; width:100%;}

#privacytable {position: relative; float:left; display: block; width:100%; height:auto; margin: 0px auto 0px auto; padding: 0; }
#privacytable table td {}
#privacytable table td a {display: block; text-decoration:none;}

#privacytable > div:not(.table-responsive) {margin-bottom:1.5rem;}
#privacytable .card {border:none;background:#dbebf6; border-radius: 0;}
#privacytable .card-header {background-color:transparent; border-radius: 0; border:0 none;padding: 20px 20px 1rem 20px;}
#privacytable .card-header h3 {margin:0;}
#privacytable .card-body {padding: 0px 20px 20px 20px}
#privacytable .card-body p {margin: 0 0 1.5rem 0;}
#privacytable .card-body p:last-child {margin:0;}
#privacytable .card-body ul {margin: 0 0 1.5rem 0;padding: 0 0 0 25px;position: relative;}
#privacytable .card-body ul:last-child {margin:0;}
#privacytable .card-body ul li {margin: 0; list-style: disc; list-style-position: outside; position: relative;}
#privacytable .card-body ol {margin: 0 0 1.5rem 0;padding: 0 0 0 25px;position: relative;}
#privacytable .card-body ol:last-child {margin:0;}
#privacytable .card-body ol li {margin: 0; list-style: decimal; list-style-position: outside; position: relative;}
#privacytable .card-body h5 {margin: 0 0 1em 0; padding: 0px;}

/** Resources **/
.resourcerow {position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.resourcerow > div {position:relative; margin-bottom: 0.5rem;}
.resourcerow .thumbnail {text-align: center; position:relative; border:1px solid #dcdcdc; border-radius:2px; box-shadow: 0 1px 3px rgba(0,0,0,0.3); padding: 6px; margin: 0 auto 1rem;}
.resourcerow h3 {position: relative; padding: 5px 0px 10px; margin: 0;text-align: center; }
.resourcerow .links {width: 100%;height: auto;display: -webkit-box;display: -ms-flexbox;display: flex;white-space: normal;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center;position: relative;flex-wrap: wrap;}
.resourcerow .links a.btn {margin-bottom: 1rem;}
.resourcerow .links a.btn:first-child {margin-right:5px;}

/**** Holiday Shopping ****/
.holidayinfo {display: block; position: relative; width:100%; height:auto; margin: 0 auto; text-align: center;}
.holidayinfo h5 {text-align:left;}

.holidayoffers .offers {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; position:relative; width:100%; height: auto; padding: 30px 0px; margin-top: 1.25rem;}

.holidayoffers .offers .row {-webkit-box-pack:center; -ms-flex-pack:center; justify-content: center;}
.holidayoffers .card {position: relative;  transition:all .2s ease; height:100%; font-size: 1rem;}
.holidayoffers .card-body {position: relative; padding:20px 25px 30px; display: -webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack:space-between; -ms-flex-pack:justify; justify-content: space-between; -ms-flex-direction:column; flex-direction:column;}
.holidayoffers h5.card-title {position: relative; font-size: 1.25em; line-height: 1.2; font-weight: 700; color:#333; margin:0 0 10px; display: none;}
.holidayoffers p.card-text {position: relative; font-size: 1rem; margin:0;}
.holidayoffers p.card-text.offertext {max-height:150px; overflow: hidden;}
.holidayoffers p.card-text span {display:block; position: relative;}
.holidayoffers p.card-text span:not(.smaller) {padding-left:12px;}
.holidayoffers p.card-text span:not(.smaller):before {content: '•'; display: block; position: absolute; left: 0; top:0;}
.holidayoffers p.card-text span.smaller {font-size: 0.85rem; margin-top:5px; font-style: italic;}
.holidayoffers p.card-text span.smaller.alt {margin-top:2px; margin-bottom: 2px;padding-left:12px;}
.holidayoffers a.btn {text-decoration: none; margin-top:1rem;text-align: center; flex-grow: 0; width:175px; max-width:100%;margin-bottom: 0;}

.holidayoffers .card-img {display: block; position: relative; width:125px; margin: 0 0 10px;}
.holidayoffers p.card-text.date {font-style: italic;}
.holidayoffers p.card-text.offercode {font-weight: 700;}

#holidayoffers.modal .modal-header button.close {margin-top:-1.4rem; height:2.5rem;}
#holidayoffers.modal .modal-content {text-align: center;}
#holidayoffers.modal h4 {}
#holidayoffers.modal p {width:100%; text-align: center; position: relative;}
#holidayoffers.modal a.btn {text-decoration: none;margin-top:1.5rem;margin-bottom: 1rem;}

@media (min-width: 576px) {
    #holidayoffers.modal .modal-dialog {max-width: 700px;}
    #holidayoffers.modal .modal-header h5 {}
    .holidayoffers .card-img {width:150px;}
}

@media (min-width: 992px) {
    .holidayoffers .offers {padding: 40px 0px;}
}

@media (min-width: 1200px) {
    .holidayoffers .card-img {width:175px;}
}
