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

::-moz-selection { background: #3a3a3a; color: #fff; text-shadow: none; }
::selection {background: #3a3a3a; color: #fff; text-shadow: none; }
::-webkit-selection { background: #3a3a3a; 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;}

html {min-height: 100%; -webkit-tap-highlight-color:transparent; -webkit-text-size-adjust: 100%; font-size:125%;}
body { min-height: 100%;}
html.mobile {/*overflow:hidden;*/}
html.mobile body {overflow:hidden;}

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

#goTop { background: #5bc4be; width: 42px; height: 42px; position: fixed; bottom:-55px; right: 15px; cursor: pointer; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; z-index: 16;border:0 none; text-decoration:none; color:#1f2554; text-align:center; opacity:0; border-radius: 100%; display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-align-content:center; align-content: center;-webkit-align-items:center; align-items: center; -webkit-justify-content: center; justify-content: center; box-shadow: 0 3px 7px 0px rgba(0,0,0,0.5); }
#goTop.hide {opacity: 0;bottom:-55px}
#goTop.show {opacity: 1; bottom:25px;}
#goTop i {font-size: 1.3rem; position: relative; display: block; transform:rotate(-90deg)}
#goTop:hover {text-decoration:none; opacity: 1;}

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: 'Axiforma W05', sans-serif; font-weight:400; font-style:normal; font-size: 0.9rem; line-height:1.3rem; color:#363136; padding: 0px; margin: 0px; text-rendering: optimizeLegibility; position:relative; overflow-x: hidden; word-wrap: break-word; background:#fff; -ms-text-size-adjust:100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

#splash {display:none; position: fixed; width:100%; height: 100%; background-color:#fff; z-index: 99;left: 0; top: 0; right: 0; bottom: 0;}
#splash > div {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex; width:100%; height: 100%; -webkit-align-content: center; align-content: center;-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; position: relative; -ms-flex-direction: column; flex-direction: column;}
#splash > div img {display: block; width:200px; position: relative; max-width: 94%; margin: 0 auto; }
#splash > div span {color:#1f2554; padding-top:0.5rem; margin-top:1rem; border-top:1px solid #5bc4be; font-size: 1rem; width:300px; max-width: 94%; text-align: center; font-weight:300; font-style: italic; }

.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; text-decoration:none!important;}
.btn:hover {text-decoration:none!important;}

div { display: block; }
ol, ul {list-style: none;margin:0;padding:0;}
ul li { list-style: none; padding: 0; margin: 0; color:#6e6e6e; font-weight:200; font-size: 0.8rem; line-height:1.2rem;}
ol li {list-style: none; padding: 0; margin: 0;color:#6e6e6e; font-weight:200; font-size: 0.8rem; line-height:1.2rem;}
p {margin: 0 0 0.75rem 0; padding:0; color:#6d6d6e; font-weight:200; font-size:0.8rem; line-height:1.2rem;}
p a {font-weight: 400;}

a, a:visited {color:#174ca1; cursor:pointer; text-decoration: underline;outline:none; border:none;}
a:hover {color:#174ca1; text-decoration:underline;}
a:active, a:focus {}

.btn {text-decoration:none; line-height:1.3rem; font-weight:600; padding: 0.5rem 1.6rem; margin:0; -webkit-appearance: none; appearance: none; transition: all 300ms cubic-bezier(0.4,0,0.2,1); font-size: 0.9rem; cursor: pointer; border-radius: 5rem;}

.btn-form, .btn-form:visited {background:#1f2554; color:#5bc4be; font-size:0.8rem; text-transform: uppercase; padding: 0.75rem 1.8rem 0.7rem 1.8rem; min-height:1.9rem; height:2.75rem; line-height:1; border:none;}
.btn-form:hover, .btn-form:active, .btn-form:focus {transition:all 250ms cubic-bezier(0.4,0,0.2,1); background:#1f2554; color:#5bc4be;}

h1,h2,h3,h4,h5,h6 {font-family: 'Axiforma W05', sans-serif; font-weight: 400; margin: 0; padding: 0; color:#1f2554;}
h1 {font-size: 1.5rem; margin: 0 0 1rem 0;line-height: 1.9rem;}
h2 {font-size: 1.3rem;margin: 0.5rem 0 1rem 0;line-height:1.7rem;}
h3 {margin: 0.5rem 0 0.75rem 0;font-size: 1.1rem;line-height: 1.4rem;}
h4 {margin: 0.5rem 0 0.5rem 0;font-size: 1rem;line-height: 1.3rem; }
h5 {margin: 0.5rem 0 0.5rem 0;font-size: 0.9rem;line-height: 1.2rem;}
h6 {margin: 0.5rem 0 0.5rem 0; font-size: 0.8rem; line-height: 1.1rem;}

strong, b {font-weight:600; font-style:normal;}
i { font-style: normal !important; }
em {font-weight:300; 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: #363136;-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: 5rem; line-height: 1.5; border:0.05rem solid #1f2554; -webkit-transition: all .5s; transition: all .5s; background-color: transparent; box-shadow: none; padding: 0 1.2rem; font-size:0.9rem; height:2.75rem; font-weight:200; color:#6e6e6e;}
.form-control:focus {color:#6e6e6e; border-color:#174ca1; box-shadow:0 0 0 .155rem rgba(13,110,253,0.5);}

.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:#1f2554; font-size:1.25rem; line-height:1.2; position: relative;}
.modal-header button.close {outline: none !important; text-shadow: none; margin: 0; position: absolute; padding:0;right:1rem; top:50%; transform:translateY(-50%); color:#1f2554; opacity: 1 !important; font-size: 1.75rem; width:32px; height:32px; line-height:1; 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; z-index: 10}
.modal-header button.close:hover {background-color:transparent; color:#174ca1;}

.modal-body {background-color:#fff; border-bottom-left-radius:calc(.3rem - 1px); border-bottom-right-radius:calc(.3rem - 1px);}
.modal-content {background-color:#e5f6f7; border:none; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.2);}
.modal-content p {}

.modal.multiple-modal .modal-body a {display: block; position: relative; padding: 5px 0 5px 10px; border-bottom: 1px solid #ddd;  text-align: left; text-decoration: none;color:#363136;}
.modal.multiple-modal .modal-body a:before {display: none;}
.modal.multiple-modal .modal-body a i {position: relative; margin-right:0.7rem;}
.modal.multiple-modal .modal-body a:last-child {border-bottom: 0; padding-bottom: 0;}

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

/* Main Elements */
.wrapper {display: block; overflow: hidden !important; overflow-x:hidden; position: absolute; top: 0px; left: 0; width:100%; min-height: 100%; border: 0 none; background:#fff;}
#scroller {position: absolute; top:44px; left: 0; width:100%; display: block; height:calc(100% - 44px); border: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;padding: 0px 0 0 0; -webkit-transform:translate3d(0px, 0px, 0);transform:translate3d(0px, 0px, 0);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99); transition: transform 0.3s cubic-bezier(0.16, 0.68, 0.43, 0.99);}
.insidescroller {position: relative; width:100%; display: block; background-color: transparent; min-height:100%; float:left; padding: 0px 0 0 0; background:#fff; background-position: top right;}
.container-fluid {padding: 0 1rem;}
.maincontent {width:100%;height:auto;display:block;position:relative;float:left; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.maincontent > .container-fluid {float:left; position: relative; }
.insidecontent {position: relative; display: block; width:100%; float:left;}
.bg {background-color:#e5f6f7; padding: 1rem; border-radius: 1rem;}
.bg.darkblue {background-color:#1f2554;}

/* Header */
header {position: fixed; width:100%; top:0; left: 0; right: 0; height: 44px; z-index: 11; padding: 0; -webkit-transform: translateZ(0); transform: translateZ(0); background-color:#fff; color:#1f2554; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: space-between; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; box-shadow: 0 3px 10px 0px rgba(0,0,0,0.16);}

header .navbar-toolbar {position: relative;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; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width:100%;}

header .navbar-toolbar button {border:none; border-radius: 0; background: none; padding: 0 .75rem;width:60px; height:100%; color:#fff; 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:center; -ms-flex-pack:center; justify-content: center; position: relative; -ms-flex-direction:column; flex-direction: column;}

button.navbar-toggler > span {width:100%; height:4px; margin: 0 auto; background:#1f2554; position:relative; top: 0;border-radius: 5px; 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;}

button.search-toggler {}
button.search-toggler i {color:#1f2554; font-size: 1.4rem; position: relative;}

button.search-toggler > span {position: absolute; width:30px;height:4px; display:flex; align-items: center; justify-content: center; transition: all 300ms ease-in-out; background:#1f2554; border-radius: 2px; opacity: 0;}
button.search-toggler > span:nth-child(1) {margin-top:-8px;}
button.search-toggler > span:nth-child(2) {margin-top:8px;}

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

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

a.navbar-brand {font-weight: 400; text-decoration: none; margin: 0; padding: 0; color:#1f2554;}
a.navbar-brand span.sitetitle {font-size: 0.85rem;}

/* Footer */
footer {position: relative; background-color:#f9f9f9; color:#363136; font-size: 0.7rem; overflow:hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; width:100%;}
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; padding-top:.3rem; padding-bottom:.3rem;}
footer .copyright {position: relative; text-align: center; padding: 0 .5rem 0 0; font-weight: 200;line-height: 1.2rem;}
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.5rem; }
footer .footerlinks ul li:first-child:after {content: ''; position:absolute; right: 0; height: 75%; width:1px; background:rgba(0,0,0,0.1); top: 12%;}
footer .footerlinks ul li a {display: block; position:relative; color:#363136; font-size: 0.7rem; font-weight: 400;}

/* Index */
#indexslides {display: none;}
.logo {margin: 0 auto; position: relative; display: block; text-align: center; padding: 0.8rem 0 0.8rem; background:#fff;}
.logo a {display: block; border: none; text-decoration: none; position: relative;}
.logo a img {width:160px; position: relative; margin: 0 auto;}

.container-fluid.indexpage {padding: 0;}
.indexgrid {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; flex-shrink: 0; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center; width:100%; margin: 0; position: relative;}
.indexgrid .grid-item {position: relative; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width:100%; background-color:#e5f6f7; }
.indexgrid .grid-item.wide {background-color: #1f2554;border-top: none;}
.indexgrid .grid-item:first-child {border-top: none;}

.indexgrid .grid-item a {display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:flex-start; -ms-flex-pack:start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; -ms-flex-direction: row; flex-direction: row;position: relative; width:100%; height:100%; text-align: left; border: none; color:#1f2554; line-height: 1.2rem; font-weight: 600; padding: .25rem .5rem .25rem .5rem; text-decoration: none; border-top: solid 2px rgba(31,37,84,0.1); font-size: 0.8rem;}
.indexgrid .grid-item a br {display: none;}
.indexgrid .grid-item a i.fas {position: relative; line-height: 1; text-align: center; font-size: 1.2rem; color:#174ca1; margin-right:0.8rem;}
.indexgrid .grid-item a i.icon {position: absolute; right: 15px; font-size: 1rem; display: block;}

.indexgrid .grid-item.wide a {color:#fff;}
.indexgrid .grid-item.wide a i.fas {color:#5bc4be;}

/* Inside Pages */
a#historyback {position: fixed; bottom:30px; left: 10px; display: none; z-index: 8; text-decoration: none; padding: .5rem 1.2rem .5rem 1.7rem; width:auto;height:auto; line-height: 1.2rem;text-align: center; border-radius: 5rem; background-color:#1f2554; opacity:0.8;color:#5bc4be; font-weight: 600; font-size: 0.75rem; text-transform: uppercase;border:none; -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: row; flex-direction: row; }
a#historyback.end {bottom:60px; opacity: 1;}
a#historyback i {position: absolute; line-height: 1.2rem; text-align: center; width:auto; font-size:0.9rem; left:0.7rem;}
a#historyback span.text {position: relative; margin-left: 7px;}
body.indexpage a#historyback {display:none;}
html.webapp a#historyback {display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
html.webapp body.indexpage a#historyback {display:none;}

.pagetitle {position: relative; width:100%; height: auto; text-align: center; padding: 0; 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: center; -ms-flex-pack:center; justify-content: center; background:#1f2554; height: 42px;}
.pagetitle h2 {display: block; position: relative; color:#fff; margin: 0; padding: 0 4px; font-size: 1.2rem;}

.subtitle {position: relative; width:100%; height: auto; text-align: center; padding: 0; display: block;}
.subtitle > h4 {display: block; position: relative; margin:0; padding:0;}
.subtitle > h3 {display: block; position: relative; margin:0; padding:0;}
/*.subtitle > h3 {display: block; width:auto; position: relative; padding: 0.6rem 0 0 0; margin: 0 0 1rem 0;}
/*subtitle > h3:before {content: ''; position: absolute;top:0;left: auto;width:15%;height:0.1rem;background:#5bc4be;}*/

.maincontent .dropdown-menu {box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 1.2rem 0px; color:#363136; border-radius: 0; border: none; margin-top:8px !important; margin-bottom:8px !important; padding-top:4px; padding-bottom: 4px; font-size:.85rem; width:auto; min-width: 200px; max-height:300px;}
.maincontent .dropdown-menu a.dropdown-item {padding: 6px 12px; position: relative; display:block; font-weight: 400; color:#363136; text-decoration: none; }
.maincontent .dropdown-menu a.dropdown-item:hover {background-color:transparent; color:#363136;}
.maincontent .dropdown-menu a.dropdown-item:active, .maincontent .dropdown-menu a.dropdown-item:focus {background-color:transparent;}
.maincontent .dropdown-menu a.dropdown-item.mainactive {background-color:transparent; color:#174ca1;}

.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:0 0 1.5rem 0; background:#d9f2f3; padding: 1rem 1rem 1rem 1rem; border-radius: 1rem;}
.mixitup-page-stats {color:#6e6e6e; font-size: 0.9rem; font-weight: 200; text-align: center;}
.mixitup-page-stats > div {}
.mixitup-page-stats > div span {font-weight:300;}

.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; background-color:#1f2554; color:#5bc4be; font-size:0.8rem; text-decoration: none; padding: 0.7rem 1.6rem 0.7rem 1.6rem; text-transform: uppercase; border-radius: 5rem; min-height:1.9rem; line-height: 1; font-weight: 600; border: 0 none; transition:all 300ms cubic-bezier(0.4,0,0.2,1);}
.selectview button#showall:hover {transition:all 250ms cubic-bezier(0.4,0,0.2,1); background-color:#174ca1; color:#fff;}

.pagination {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; padding: 1.5rem .5rem 0 .5rem;margin: 1.5rem auto 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-top: 1px solid #dadada; border-radius: 0px; font-size:0.9rem;}

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

.page-item .page-link {border: none; color:#6e6e6e; 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:0 .25rem; margin: 0; border-radius: 0; width:auto; height:auto; font-size:0.9rem; font-weight: 300; color:#174ca1; text-decoration: none;}

.page-arrow .page-link.mixitup-pager-prev {margin: 0 0.5rem 0 0; padding: 0 0.5rem 0 0; border-right:1px solid #dadada;}
.page-arrow .page-link.mixitup-pager-next {border-left:1px solid #dadada; margin: 0 0 0 0.5rem; padding: 0 0 0 0.5rem;}
.page-arrow .page-link i {font-size:0.6rem; position:relative;}
.page-arrow .mixitup-pager-next i {margin-left:0.2rem;}
.page-arrow .mixitup-pager-prev i {margin-right:0.2rem;}

.page-link:hover, .page-link:active, .page-link:focus {background-color:#fff;}
.page-link:hover {color:#1f2554;}
.page-link.mixitup-pager-active {color:#6e6e6e;}
.page-arrow .page-link.mixitup-pager-disabled {color:#6e6e6e; 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: 0.5rem; padding-bottom: 0.5rem; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;}
.toplinks .col-12 {margin-bottom: 0.5rem; margin-top:0.5rem;}
.toplinks a {padding: 1rem 2.2rem 1rem 1.25rem; 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; -webkit-box-pack:flex-start; -ms-flex-pack:start; justify-content: flex-start; position:relative; color:#fff; text-transform: uppercase; font-weight:400; text-decoration: none; border:2px solid transparent; font-size:0.8rem; border-radius: 2.5rem; background-color:rgba(255,255,255,0.05); transition: border-color 300ms cubic-bezier(0.4,0,0.2,1); flex: 1 1 auto; box-sizing: border-box; height:100%;}
.toplinks a:hover {}
.toplinks a span {}
.toplinks a i {position:absolute; right: 1.2rem; color:#5bc4be; font-size: 1rem; top:50%; margin-top:-13px;}

/* Discounts by Category */
.discountcontent { width: 100%; height: auto; position: relative;  display: block; margin: 0px auto 0px auto; float: left; overflow: hidden; transition: height 1s ease;}
.discountcontent .discountpage {display:block; position: relative; overflow: hidden;}
.discountpage .card {position: relative; -webkit-backface-visibility: hidden; backface-visibility: hidden; border-radius: 0.5rem; border:1px solid #dadada; margin: 0 auto 0.5rem; background-color:#fff;}
.discountpage .card-header {border:0 none; border-radius: 0; background-color: transparent; position: relative; padding: 0; }
.discountpage .card-header a {border:none; background-color:transparent; display: block; position: relative; padding:0.8rem 2rem 0.8rem 1.75rem; text-decoration: none; color:#1f2554; font-size: 0.8rem;}
.discountpage .card-header a i.fa-plus {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; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center; position: absolute; right:0.6rem; top: 50%; margin-top: -16px; line-height: 1; width: 32px; height:32px; text-align: center; border-radius: 50%; border: 2px solid #5bc4be; transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);}
.discountpage .card.toggle .card-header a i.fa-plus {transform: rotate(45deg); transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1); color: #1f2554; border-color:#1f2554;}
.discountpage .card-header a i.icon {position: absolute; display: block; left: 0.5rem; top:50%; font-size: 0.9rem; width:1rem; height:1rem; margin-top:-0.5rem; line-height: 1;}

.discountpage .card-body {padding: 0; min-height: 0; height: 0; position: relative; margin: 0; }
.discountpage .card-body ul {padding: 0.5rem 1rem 1rem; opacity: 0; visibility: hidden; margin: 0; text-align: center; display: -webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: stretch; -moz-align-items: stretch; -ms-align-items: stretch; align-items: stretch; width:100%; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: transparent;}
.discountpage .card.toggle .card-body ul {opacity: 1; visibility: visible;}
.discountpage .card-body ul li {position: relative; padding: 0.25rem; width:100%; box-sizing: border-box;}
.discountpage .card-body ul li a.btn {position: relative; display: -webkit-box; display:-ms-flexbox; display:flex; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; width:100%; height: 100%;margin: 0; text-decoration: none;text-align: center; font-size:0.7rem; line-height:1.1rem; font-weight: 600; border:1px solid rgba(31,37,84,0.25); padding: 0.5rem 0.8rem; color:#1f2554;}

div.viewcats {display: block; float:left; width:100%; text-align: center; position: relative; margin: 0 auto 0;}
div.viewcats > button {background-color:#5bc4be; color:#1f2554; font-size: 0.8rem; text-transform: uppercase; position: relative; border:none; padding: 0.5rem 1.2rem;}
div.viewcats > button:hover, div.viewcats > button:active, div.viewcats > button:focus {background-color:#5bc4be; color:#1f2554;}
div.viewcats > button i {position: relative; font-size: 1rem; line-height: 1; top:3px; display: inline-block; width:1rem;}
div.viewcats > button i.icon-arrow-right {margin-left:0.4rem;}
div.viewcats > button i.icon-arrow-left {margin-right:0.4rem;}

#az {display:none;}
#az ul {position: relative; display: -webkit-box; display:-ms-flexbox; display:flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-align-items: stretch; -moz-align-items: stretch; -ms-align-items: stretch; align-items: stretch; width:100%; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#az ul li {position: relative; margin: 0; box-sizing: border-box; }
#az ul li a:before {content: ''; background:rgba(31,37,84,0.25); height:1px; width:100%; position: absolute; bottom: 0; left: 0;}
#az ul li a {position: relative; display: -webkit-box; display:-ms-flexbox; display:flex; -webkit-justify-content: flex-start; -moz-justify-content: start; -ms-justify-content: start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center;text-decoration: none; padding: 0.5rem 0 0.5rem 0px; width:100%; height: 100%;}
#az ul li a i {display: none;}

/* Vendors */
#alpha {display:none; position: fixed; z-index: 7; right: 5px; top: 85px; text-align: center; width:25px; height:calc(100% - 50px);}
#alpha > div {display: table; position: relative; margin: 0; padding: 0; width:100%; height: 100%;}
#alpha > div span {display: table-cell; position: relative; width:auto; height: auto; margin: 0; padding: 0; vertical-align: middle;}
#alpha > div span a {display: block; width:auto; height: auto; padding: 0; line-height: 1; font-size:0.7rem; text-align: center;font-weight: 400; position: relative; cursor: pointer;-webkit-backface-visibility: hidden; backface-visibility: hidden; margin: 2px 0px; color:#363136; text-decoration: none;border:none;}

#allVendors.discountcontent {}
ul.vendors {margin: 0px 0 0 0px; position: relative; display: block; padding: 0 1rem 0 0px; float:left; width:100%;}
ul.vendors > li {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color:#fff; background-clip: border-box; position: relative; width: 100%; height: auto; float:left; margin:0 auto 0.5rem; padding: 0;}
ul.vendors span.title {background-color:#1f2554; width:2.5rem; height:2.5rem; border-radius: 50%; line-height: 2.5rem; text-align: center; font-weight: 600; color:#5bc4be; font-size: 1.1rem;}
ul.vendors ul {-ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1; padding: 1rem; margin: 0.75rem 0 0 0; position: relative; background-color: #e5f6f7; border-radius: 1rem;}
ul.vendors ul li {margin: 0 auto; padding: 0; position: relative;}
ul.vendors ul li a {display: block; position: relative; padding: 0.25rem 0; -webkit-backface-visibility: hidden; backface-visibility: hidden; text-decoration: none; border:none; white-space: normal; font-weight: 400;}

/* New Vendors */
div.newvendorfilter {position: relative; display: none;}
div.newvendorfilter a.btn {background-color:#fff; color:#6e6e6e; text-decoration: none; padding: 0.65rem 2.4rem 0.65rem 1.2rem; min-width:140px;text-transform: none; border-radius: 5rem; font-weight: 200; line-height:1; border: 1px solid #1f2554; transition:all 300ms cubic-bezier(0.4,0,0.2,1); font-size:0.9rem; text-align: left;}
div.newvendorfilter a.btn i {position: absolute; right: 1rem; color:#174ca1; font-size: 1rem; width:1rem; height: 1rem; line-height: 1; top:50%; margin-top:-10px;}
div.newvendorfilter a.btn.show i {}

#newvendors.discountcontent {margin: 0;}
#newvendors .row {position: relative;-ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-align: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;  -webkit-align-content: start; align-content: flex-start; }
#newvendors .row > div {position: relative; margin-bottom:0.5rem;}
#newvendors .row a {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: flex-start; -ms-flex-pack:start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; transition:none; height:62px; text-align: left; padding: 0.25rem 2rem 0.25rem 1rem; margin: 0; color:#1f2554; border: 1px solid rgba(31,37,84,0.25); font-size: 0.8rem;}
#newvendors .row a i {position: absolute; right:1rem; top:50%; margin-top: -0.7rem;}

/* 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:center;}
h4.suggesttitle {float:left; width:100%; display: block; position:relative; text-align: center;}
.formContainer p.smaller {margin: 1rem 0 0; padding: 0; font-size:0.7rem; float:left; width:100%; display: block; text-align: center; font-style: italic; line-height: 1.3;}
.formContainer {position: relative; float:left; width:100%; margin: 0px auto 0 auto; }
.formContainer form {float:left; width:100%; position: relative;}
.formContainer input[type=checkbox] {display:none;}
.formContainer .form-floating .form-control {font-size:0.9rem; font-weight:200; background-color:#fff;   padding-left:1.2rem; padding-right:1.2rem;}
.formContainer .form-floating label {color:#6e6e6e; transition: opacity .1s ease-in-out, transform .1s ease-in-out, color 0.2s ease; font-size:0.9rem; font-weight:200; padding: 0.7rem 1.2rem; }
.formContainer .form-floating textarea.form-control {height:calc(3.5rem + 2px);}

.formContainer .form-floating select.form-control:not(:placeholder-shown) {padding-top: 1.325rem;padding-bottom:.325rem}

.formContainer .form-floating.focus label {color:#174ca1}
.formContainer .form-floating.hasvalue label {color:#174ca1; /*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: 28px !important; padding-bottom: 0px !important;}

.formContainer .select i.fa-sort {position: absolute; right: 1.1rem;top:50%; margin-top:-10px; color:#6e6e6e}

.formContainer .form-actions {float:left; width:100%;text-align: center; margin: 0rem auto 0 auto;}
.formContainer .form-actions .btn {min-width:160px;}
.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 {font-family: 'Axiforma W05', sans-serif; font-weight:400; font-size:0.75rem; text-align:center; color:#363136; padding:0.75rem 0.9rem; }
.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: 1rem; margin: 0px 0 0.5rem 0; background-color:#174ca1; text-align:center; border-radius:1rem; }
.formContainer #formresponse > div p {margin:0; color:#fff;}
.formContainer #formresponse > div.errormessage {background-color:rgba(204, 0, 0, 0.3);}
.formContainer #formresponse > div.errormessage p {color:#363136}

.formContainer #formresponse > div.error p {font-style: italic;}

.bottomsubscribe.card {border-radius: 0rem; border:1px solid transparent; margin: 0rem auto 0;background:none;padding-top:1rem;}
.bottomsubscribe.card .card-body {padding: 0.75rem 0.85rem; background-color:#1f2554; border-radius: 1rem;}
.bottomsubscribe.card .card-body p {color:#fff; font-size:0.8rem;text-align: center; margin:0 0 0.5rem 0;}
.bottomsubscribe.card .card-body p:last-child {margin: 0;}
.bottomsubscribe.card .card-body p a {font-weight:400;color:#5bc4be;}

/* Contact */
.contactbox {border-radius: 0.5rem; border:1px solid #dadada; text-align: center; position: relative;}
.contactbox .card-body {padding: 0.75rem 0.85rem; text-align: center; position: relative;}
.contactbox .card-body h3 {font-size: 1rem; line-height: 1.25; margin: 0 0 0.5rem; position: relative;}
.contactbox .card-body p {font-size:0.8rem; margin: 0 0 0.25rem; position: relative;}
.contactbox .card-body p:last-child {margin: 0;}
.contactbox .card-body p.formpagetext {margin: 0.5rem 0 0 0; padding: 0.5rem 0 0 0; border-top:2px solid #5bc4be; font-style: italic;}

/* Faqs */
#faqs {float:left; width:100%; height: auto; position: relative; margin: 0px auto 0 auto;}
#faqs .faqs {border-bottom: 1px solid rgba(31,37,84,0.15); display: block; float:left; width:100%; margin: 0 0 1rem 0; padding: 0 0 1rem 0;}
#faqs .faqs:last-child { margin: 0; border:none;}
#faqs .faqs h3 {margin: 0 0 0.75rem 0; font-size:1.1rem; line-height: 1.25;}
#faqs .faqs p {margin: 0;}
#faqs .faqs p a {font-weight: 400;}


/* Error Pages */
.errorpage p.formpagetext span {font-weight: 600; color:#5bc4be}

/* Cats */
.locbutton {text-align: center; position: relative; display:block; margin: 0 auto 1rem;}
.locbutton .btn {background-color:#5bc4be; color:#1f2554; font-size: 0.8rem; text-transform: uppercase; position: relative; border:none; padding: 0.5rem 1.2rem;}
.locbutton .btn:hover {background-color: #5bc4be; color:#1f2554}
.locbutton .btn i {position:relative; margin-right:.5rem;}

div.singlecat {}
div.singlecat .row {position: relative;-ms-flex-wrap: wrap; flex-wrap: wrap;-webkit-box-align: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;  -webkit-align-content: start; align-content: flex-start; }
div.singlecat .row > div {position: relative; margin-bottom:0.5rem;}
div.singlecat .row a {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: flex-start; -ms-flex-pack:start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; transition:none; height:62px; text-align: left; padding: 0.25rem 2rem 0.25rem 1rem; margin: 0; color:#1f2554; border: 1px solid rgba(31,37,84,0.25); font-size: 0.8rem;}
div.singlecat .row a i {position: absolute; right:1rem; top:50%; margin-top: -0.7rem;}

.jumpcat select { -webkit-appearance: none;-moz-appearance: none; -ms-appearance: none;appearance: none; outline: 0;box-shadow: none;border:1px solid #1f2554 !important;background-color:#fff;}
.jumpcat select::-ms-expand {display: none;}

.jumpcat {position: relative; display: block; padding: 0 0px 10px; margin: 0 auto 0 auto; width:100%; text-align: center; float:left; border-top:1px solid #ddd;}
.jumpcat > div {position: relative; width: 20em; max-width:100%; height:auto; background-color:#1f2554; margin: 0px auto 0 auto; border-radius: 1.5rem; border:0 none; box-shadow: none; padding:0}
.jumpcat select { padding:0.65rem 2.25rem 0.65rem 1.25rem; color:#5bc4be; cursor: pointer; font-weight:600; width:100%; border-radius: 1.5rem; border: none !important; text-align: left; font-size: 0.9rem; font-family: 'Axiforma W05', sans-serif; background-color:#1f2554; text-transform: uppercase;} 
.jumpcat > div::after {font-family: "anmed"; content: "\e91c"; position: absolute;top: 0;right: 0.7rem;padding: 0;cursor: pointer;pointer-events: none; font-size: 1rem; font-weight: normal; height:100%; width:2.25rem;  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: center; -ms-flex-pack:center; justify-content: center; color:#5bc4be;}
.jumpcat option {text-transform: none;}

/* Business */
.backtocat {position: relative; display: block; border-top:0px solid #ddd; margin: 0 auto 10px auto; width:100%; text-align: center; float:left;}
.buscontent + .backtocat {margin-top:1rem;}
.backtocat .btn {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: flex-start; -ms-flex-pack:start; justify-content: flex-start; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; transition:none; color:#5bc4be; border-radius: 1.5rem; background:#1f2554; border:0 none; width: 20em; max-width:100%; margin: 0 auto; text-align: left; padding:0.25rem 1.25rem 0.25rem 2.25rem; text-transform: uppercase; font-size: 0.9rem; min-height: 52px;}
.backtocat .btn i {position: absolute; left: 0.75rem; font-size: 1rem; line-height: 1; top:50%; margin-top:-0.5rem;}

.buscontent {position: relative;}
.businessContent {width:auto; height: auto; display: block; position: relative;margin: 0 auto 0px; padding: 0; overflow: hidden;}
.businessContent .business-image {display: block; height:auto; width:auto; position: relative; margin: 0 auto 0px; text-align: center; overflow: hidden; border: none; padding: 0px 0 0px 0;}
.businessContent span.buttons {position: absolute; left: 10px; top: 7px; display: block; z-index: 5;}
.businessContent span.buttons button {border: 1px solid #e1e1e1; border-radius: 4px; background-color:rgba(255,255,255,0.7); padding: 0; cursor: pointer;font-size:11px; color:#222; width:30px; height: 27px; line-height:25px;text-align: center; display:block;}
.businessContent span.buttons button.zoom-in {border-radius: 4px 4px 0px 0px;}
.businessContent span.buttons button.zoom-out {border-radius: 0px 0px 4px 4px;}

.outerzoom {width:475px; max-width:97%; margin: 0 auto; position: relative; display: block; padding: .25rem; border: 1px solid #dadada; background:#fff; border-radius: 1rem;}
.business-image .imagezoom {display: inline-block; width:100%; height:auto; position: relative; margin: 0 auto; padding: 0px; text-align: center; }
.business-image img {padding: 0; margin: 0 auto; text-align: center; position: relative; filter: alpha(opacity=0); opacity: 0; z-index: 3; border-radius: 0.8rem; border: none;}

#business-buttons {width:100%; height:auto; position: relative; display:-ms-flexbox; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: flex; margin: 1rem auto 0 auto; padding: 0; text-align: center; -webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center; -webkit-flex-flow:column;-moz-flex-flow:column;-ms-flex-flow: column;flex-flow: column; -webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center; }
#business-buttons a.btn {position: relative; font-size: 0.8rem; color:#1f2554; font-weight: 600; padding: 0.55rem 1rem 0.55rem 1rem; border-radius: 5rem; border: 1px solid rgba(31,37,84,0.25); width:100%; margin: 5px; max-width:250px;}
#business-buttons a.btn i {position: relative; top:2px; font-size: 1.2rem; color:#174ca1; margin-right:0.5rem;}

/* Directions & Locations */
.map-ie {display:none;}
html.ie11 .map-ie, html.ie10 .map-ie, html.ie9 .map-ie {display: block;}

div.gm-style {font-family: 'Axiforma W05', sans-serif !important; color:#363136; font-weight: 200 !important; width:100% !important; overflow: hidden !important; text-align:left; border-radius: 1rem !important;}
div.poi-info-window.gm-style {border-radius: 0 !important;}
.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:400 !important; color: #1f2554 !important; margin:0; padding:0 2px 5px 2px;border-bottom: 0px solid rgba(200, 201, 199, 0.5); font-family: 'Axiforma 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:200 !important; font-family: 'Axiforma W05', sans-serif !important; background-color:#fff; -webkit-font-smoothing: subpixel-antialiased; font-size:17px !important; line-height:24px !important; color:#363136 !important;}
.infoWindow h5 {display:block;line-height:20px; font-size:1rem; font-weight:400 !important; color:#363136 !important; margin:0; padding:0; font-family: 'Axiforma 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: 'Axiforma W05', sans-serif !important;font-weight: 300 !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: 'Axiforma W05', sans-serif !important;font-weight: 200 !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: 'Axiforma W05', sans-serif !important;font-weight: 400 !important; padding:0 0 0px 0px;margin: 0 0 0px;background:#fff; font-size:14px; line-height:20px !important;color:#363136;}
.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:#363136; font-family: 'Axiforma W05', sans-serif !important;font-weight: 200 !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:#363136; font-family: 'Axiforma W05', sans-serif !important;font-weight: 200 !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: 'Axiforma W05', sans-serif !important; font-weight: 300 !important; text-decoration: underline; color:#363136 !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: 'Axiforma W05', sans-serif !important; font-size: 12px !important;}
.gmnoprint .gm-style-mtc > div[role=button] {font-family: 'Axiforma W05', sans-serif !important; font-size: 12px !important; height: 28px !important; padding: 0 10px !important; font-weight: 600 !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:200; font-size: 0.7rem; line-height: 18px; font-family: 'Axiforma W05', sans-serif !important; color:#363136;}
.infowindow .title {font-family: 'Axiforma W05', sans-serif !important; font-weight:400 !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: 300 !important; display: block; color:#363136;  font-size:15px; font-family: 'Axiforma W05', sans-serif !important;}
.infowindow .address {color:#363136; font-weight: 200 !important; padding: 0px 0 0px 0px !important; margin: 0 0 0px 0px !important; -webkit-font-smoothing: antialiased; }
.infowindow .address .address-line {color:#363136; line-height:1.25; margin:4px 0 0 0;}
.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: 'Axiforma W05', sans-serif; animation:none; margin-bottom: 0; font-size:0.75rem; background-color:#1f2554; color:#5bc4be; text-transform: uppercase; padding: 0.4rem 1.3rem 0.4rem 1.3rem; border:none;}
.infowindow .discountlink > a:hover {background-color:#1f2554; color:#5bc4be;}
.infowindow .discountlink > a i {font-size:1rem; position: absolute; width:1rem; height: 1rem; line-height: 1; margin:0; top:50%; right: 0.8rem; margin-top:-0.55rem;}
.infowindow h5 {margin: 0;}

/* 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 #6e6e6e; display:inline-block; position:relative; padding:0px; margin: 0 auto; background: #fff; border-radius: 1rem;}
#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; border-radius: 1rem;}
#location_map .gm-style .gm-style-iw > div {min-width:150px;}

.droploc {position: relative; display: block; padding: 0; margin: 0 auto; text-align: center; width:100%;}
button#dropdownlocation {background-color:#5bc4be; color:#1f2554; font-size: 0.8rem; text-transform: uppercase; position: relative; border:none; padding: 0.5rem 1.2rem; width:auto; display: block; margin: 0 auto;}
button#dropdownlocation:after {display:none;}
button#dropdownlocation i {position:relative; margin-left:.5rem; display: inline-block}
button#dropdownlocation.show {background-color:#1f2554; color:#5bc4be;}
button#dropdownlocation.show i {-webkit-transform: rotate(-180deg); transform: rotate(-180deg);}

#locationlist {}
#locationlist > div {max-height: 300px;}
#locationlist a.activeLoc {color:#174ca1;}

/* Directions */
table#printDiv {display:none;}
.mapContent {min-height: 0px; float: left; height: auto; width: 100%; padding: 0; margin: 0 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 #6e6e6e; border-radius: 1rem;}
#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; border-radius: 1rem;}
#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;}

div.geo {width:100%; padding: 0px; position: relative; text-align: center; display:block; margin: 1rem auto 1rem; float:left;}
div.geo p {position: relative; margin: 0;}
div.geo p a {font-weight: 400;}
div.geo a i {position: relative; margin-right: 7px;}

#form-outer {width:100%; position: relative; margin: 0 auto 1rem 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 {background-color:#fff; border-radius: 5rem; margin-right: 0.75rem;}
#form-outer > form ::-webkit-input-placeholder {opacity: 0.7;}
#form-outer > form button {border: none; border-radius: 5rem; color:#fff; text-transform: uppercase; position: relative;background-color:#174ca1; font-size: 0.8rem; }
#form-outer > form button:hover {background-color:#174ca1; color:#fff;}
#form-outer > form button i {position: relative; margin-left:5px; top:1px; display: inline-block; display: none;}

#directions {display:none; float:left; text-align: left; width:100%; position:relative; margin: 0px auto 0px; color:#363136;}
#directions .panel {position:relative; border-radius: 0; border: 0 none; float:left; width:100%; margin: 0rem auto 0rem;}
#directions .panel .panel-heading {position:relative;font-size:0.9rem; background-color:transparent; border: 0 none; margin-bottom:1rem; padding: 0 1.2rem 1rem 0px; border-radius: 0; border-bottom:1px solid #dedede;  }

.timeTop span.distanceTime {font-weight: 400; display:block; position: relative;}
.timeTop span.trafficTime {display:block;font-style: italic; font-size:0.8rem; 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: 1rem; font-size:0.8rem; line-height: 1rem; width:1rem; height: 1rem; text-align: center; cursor: pointer; margin: -1rem 0 0 0; z-index: 10; outline: none!important; border-radius:0;}
.timeTop button:hover {color:#363136}

#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: 1.1rem;}
.mapbottom h3.fromLocation {margin: 0 0 1rem 0px;}
.mapbottom h3.fromLocation span {display: block;}
.mapbottom h3.toLocation {margin: 1rem 0 0 0; padding: 0;}
.mapbottom h3.toLocation span.destination_address {font-weight: 200;display:block; font-size: 0.9rem;}
.mapbottom h3.toLocation span.destination_name {}
.mapbottom h3.toLocation span.destination_loc {font-weight: 200;}

#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 1.5rem;}
#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: 200; border-bottom:1px solid #dedede; }
#instructions > li span.steps b {font-weight: 600;}
#instructions > li span.instruct {display: block; width:100%;}
#instructions > li span.dis {display: block;width:auto; font-size: 0.7rem; line-height: 1rem; position: absolute;overflow: hidden;background:#e5f6f7; padding: 0 5px 0 0; bottom:-10px;font-style: italic; font-weight: 400;}

#directionslist {display:none; position: absolute; top:3.5rem; left: 15px; z-index:11;}
#directionslist .dropdown-menu {max-height:270px;}
#directionslist button {background-color:#1f2554; color:#fff; border: 0 none; font-size: 0.8rem; padding: 0.5rem 2rem 0.5rem 1rem;}
#directionslist .btn:after {display: none;}
#directionslist .btn i {position: absolute; line-height: 1; top:50%; right:0.75rem; margin-top:-0.4rem;}

/* LTO */
p.formpagetext.ltopage {font-style: italic;}
.ltocontent {float: left; height: auto; width: 100%; margin: 0px auto 0px auto; position: relative;}

/* LTO - All */
.ltorow.row {position: relative; -webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center; -webkit-justify-content: center; justify-content:center;}
.ltorow.row > div {}

#all.ltocontent .col-6 {position: relative; margin: 0;}
#all.ltocontent 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: flex-start; -ms-flex-align: start; align-items: flex-start; width:100%; height:100%; flex: 1 1 auto; box-sizing: border-box; flex-direction: column;}
#all.ltocontent a {border:1px solid #dcdcdc; border-radius: 1rem; padding: 0.7rem .35rem 0.7rem .35rem; text-align: center; font-size:0.8rem; line-height: 1.5;}
#all.ltocontent a span.img {display:block; position: relative; margin: 0 auto 1rem auto;}
#all.ltocontent span.img img {border-radius: 0.75rem; position: relative; display:block; margin: 0 auto 0 auto;}
#all.ltocontent span.title {position:relative; width:100%; display: block; text-align: center;}

/* LTO - Single */
.ltoinfo {width:auto; float:left; text-align: center; position: relative; display: block; margin: 5px auto 10px;}
.ltoinfo.imageonly {overflow: hidden; float:none;width:100%; padding: 0px;}
.ltoinfo.imageonly .imagezoomlto {display: inline-block; width:100%; height: auto; position: relative; margin: 0 auto; padding: 0; text-align: center; background:#fff; border: 1px solid #dadada;  border-radius: 1rem;}
.ltoinfo.imageonly .imagezoomlto img {position: relative; border-radius: 1rem; padding: .25rem}
.ltoinfo.imageonly span.buttons {position: absolute; left: 10px; top: 8px; display: block; z-index: 5;}
.ltoinfo.imageonly span.buttons button {border: 1px solid #e1e1e1; border-radius: 4px; background-color:rgba(255,255,255,0.7); padding: 0; cursor: pointer;font-size:11px; color:#222; width:30px; height: 27px; line-height:25px;text-align: center; display:block;}
.ltoinfo.imageonly span.buttons button.zoom-in {border-radius: 4px 4px 0px 0px;}
.ltoinfo.imageonly span.buttons button.zoom-out {border-radius: 0px 0px 4px 4px;}

.ltoinfo > .links {width:100%; height:auto; position: relative; display:-ms-flexbox; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: flex; margin: 0.5rem auto 0 auto; padding: 0; text-align: center; -webkit-align-items: center;-moz-align-items: center;-ms-align-items: center;align-items: center; -webkit-flex-flow:column;-moz-flex-flow:column;-ms-flex-flow: column;flex-flow: column; -webkit-justify-content: center;-moz-justify-content: center;-ms-justify-content: center;justify-content: center; }
.ltoinfo > .links a.btn {position: relative; font-size: 0.8rem; color:#1f2554; font-weight: 600; padding: 0.55rem 1rem 0.55rem 1rem; border-radius: 5rem; border: 1px solid rgba(31,37,84,0.25); width:100%; margin: 5px; max-width:250px;}
.ltoinfo > .links a.btn i {display: none;}

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

#searchpageouter { width:100%; height: auto; position: relative; display:block; margin: 0 auto;padding: 0; background:#fff; overflow:hidden;}
#searchpageouter form {position:relative;margin: 0 auto;}
#searchpageouter form input {}
#searchpageouter form input:focus {box-shadow:none;}
#searchpageouter form button {border-color:#1f2554; background-color:#1f2554; color:#fff; padding: 0.25rem 1rem; font-size: 1.25rem;}

#searchfilter {padding:0px; width:100%; height:auto; position: relative; margin: 0 auto; display:none;}
#searchfilter > div {margin: 0 auto 1rem; width:100%; float:left; text-align: center;}
.resultstext {width:100%; display: block; position: relative;margin:0 auto 0.75rem; font-size: 1rem; }
.resultstext > span {position: relative; 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 #dadada; margin: 10px auto 0px;}
#searchfilter.nofilter > div .resultstext {margin: 0 auto 0;}

#main.searchpage #searchfilter {display:block;}
#resultsgrid .pagination {margin-top:25px;}

.filterdropdown {float:left; width:100%; text-align: center; position: relative; display: none; margin: 0px auto 0 auto; padding:0;}
#filterdd {max-height:300px; overflow: hidden; overflow-y: scroll;}
#filterdd::-webkit-scrollbar {width: 10px;}
#filterdd::-webkit-scrollbar-track { box-shadow: none; background-color: #fff; }
#filterdd::-webkit-scrollbar-thumb { background-color:#1f2554; outline: none !important; border-radius: 10px; box-shadow: none; border:2px solid #fff;}

.filterdropdown a.btn {border-color: rgba(31,37,84,0.25); font-size: 0.9rem; color:#1f2554; padding: 0.55rem 3rem 0.55rem 1.2rem; margin: 0 auto;position: relative;}
.filterdropdown a.btn i {position: absolute; right: 1rem;font-size: 1rem;color:#174ca1;}
.filterdropdown a.btn.show {}

#resultsgrid {width:100%; height:auto; position: relative; padding: 0; margin: 0px auto 0px auto; float:left; min-height:200px; }
#resultsgrid .gridouter { padding-top: 0; padding-bottom: 0.7rem; 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 {position: relative;margin: 0; text-align: center; padding-bottom:0.4rem; padding-top:0.4rem;}
#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:auto; min-height:62px;background:#fff; padding: 5px 10px; border:1px solid rgba(31,37,84,0.25); font-size:0.9rem; color:#1f2554; line-height: 1rem;}
#resultsgrid .mix a:hover {color:#212529;}

/* Mobile App */
.apptop {float:left; width:100%; height: auto; position: relative; margin: 0px auto 0 auto;}
.appaccordion.card {position: relative;-webkit-backface-visibility: hidden;backface-visibility: hidden;border-radius: 0.5rem;border: 1px solid #dadada;margin: 0 auto 0.5rem;background-color: #fff;}
.appaccordion.card .card-header {border: 0 none; border-radius: 0; background-color:transparent; position: relative; padding: 0;}
.appaccordion.card .card-header a.btn {border: none; background-color:transparent; display: block; position: relative; padding: 0.8rem 2rem 0.8rem 1.75rem; text-decoration: none; color:#1f2554; font-size: 0.8rem; text-align: left;}
.appaccordion.card .card-header a.btn i.fab {position: absolute; display: block; left: 0.5rem; top:50%; font-size: 0.9rem; width:1rem; height:1rem; margin-top:-0.5rem; line-height: 1; text-align: center;}
.appaccordion.card .card-header a.btn i.fab.fa-apple {margin-top:-0.6rem;}
.appaccordion.card .card-header a.btn i.fa-plus {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; -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center; position: absolute; right:0.6rem; top: 50%; margin-top: -16px; line-height: 1; width: 32px; height:32px; text-align: center; border-radius: 50%; border: 2px solid #5bc4be; transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);}
.appaccordion.card.toggle .card-header a.btn i.fa-plus {transform: rotate(45deg); transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1); color: #1f2554; border-color:#1f2554;}

.appaccordion.card .card-body {border: 0 none; padding: 0; min-height: 0; height: 0;}
.appaccordion.card .card-body ul {padding: 0.5rem 1rem 1rem; opacity: 0; visibility: hidden; margin: 0; position:relative; width:100%;}
.appaccordion.card.toggle .card-body ul {opacity: 1; visibility: visible;}

.appaccordion .card-body ul li {list-style: decimal; list-style-position: outside; position: relative; padding: 0; margin: 0 0 0 15px;}
.appaccordion .card-body ul li span {}
.appaccordion .card-body ul li i.icon-ios-action {margin: 0 2px;color:#0046df; position: relative;}
.appaccordion .card-body ul li i.icon-chrome-menu {position: relative;}
.appaccordion .card-body ul li img {width:32px; position: relative; margin: 0 3px; border:1px solid #e3e6e7; border-radius: 6px;}

.appbottom {float:left; width:100%; height: auto; position: relative; margin: 0px auto 0 auto;}

/* 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%;}
#terms .terms.bg p:last-child {margin: 0;}

#terms .subtitle {float:left; width:100%; padding: 0.6rem 0 0 0; margin: 0 0 1rem 0;}
#terms .subtitle:before {content: ''; position: absolute; top: 0; left: 0; background:#5bc4be; width:3rem; height: 0.1rem;}
#terms .subtitle h2 {text-align: left;margin: 0; padding: 0;}

#privacytable {position: relative; float:left; display: block; width:100%; height:auto; margin: 0px auto 0px auto; padding: 0; }
#privacytable .table-responsive {float:left; width:100%;position: relative;}
#privacytable table td {}
#privacytable table td a {display: block; text-decoration:none; color:#174ca1; font-size: 0.85rem;}

#privacytable > div:not(.table-responsive) {margin-bottom:1rem;}
#privacytable .card {border:none;background:#e5f6f7; border-radius: 1rem; padding: 1.5rem;}
#privacytable .card .card-header {padding: 0; border:none;background:none;}
#privacytable .card .card-header h4 {margin: 0 0 1rem 0; padding: 0 0 0.5rem 0; border-bottom: 1px solid rgba(110,110,110,0.25);}
#privacytable .card .card-body {padding: 0; border: none;}
#privacytable .card-body p {}
#privacytable .card-body p:last-child {margin:0;}
#privacytable .card-body ul {margin: 0 0 0.75rem 0;padding: 0 0 0 1rem;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 0.75rem 0;padding: 0 0 0 1rem;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;}