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

::-moz-selection {}
::selection {}
::-webkit-selection {}

:focus-visible {
    outline-color: -webkit-focus-ring-color !important;
    outline-style: auto !important;
    outline-width: 5px !important;
}
input:focus-visible {outline: none !important;}
select:focus-visible {outline: none !important;}
textarea:focus-visible {outline: none !important;}

form input:focus {border-width:1px;outline: 1px solid #2e2e2e !important; outline-offset:0 !important;}
form input:focus-visible {border-width:1px;outline: 1px solid #2e2e2e !important; outline-offset:0 !important;}
form textarea:focus {border-width:1px;outline: 1px solid #2e2e2e !important; outline-offset:0 !important;}
form textarea:focus-visible {border-width:1px;outline: 1px solid #2e2e2e !important; outline-offset:0 !important;}

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

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:#2e2e2e;width:auto;height:auto;font-size:16px;z-index:999;}

.progress-gotop {position: fixed;bottom: -55px; right: 40px;height: 55px;width: 55px;-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(0, 135, 82,.4);cursor: pointer;-webkit-transition: .5s;transition: .5s;opacity: 0;-webkit-transition: bottom opacity .3s; transition:bottom opacity .3s; background:rgba(0, 135, 82,.1);}
.progress-gotop.hide {opacity: 0;bottom:-55px}
.progress-gotop.show {opacity: 1; bottom:20px;}
.progress-gotop:hover {background:rgba(0, 135, 82,.2);}
.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: 26px;width:24px}
.progress__arrow svg path { stroke:#008752;stroke-width: 2;stroke-linecap:round}
.progress-gotop .progress-circle { height: 100%;width:100%}
.progress-gotop .progress-circle path {stroke: #008752; stroke-width: 5;fill: none;-webkit-transition: none !important; transition:none !important;}

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: 'Lato', sans-serif; font-optical-sizing: auto; font-weight:400; font-style:normal; font-size: 1rem; line-height:1.25; color:#2e2e2e; padding: 0px; margin: 0px; text-rendering: optimizeLegibility; position:relative; overflow-x: hidden; word-wrap: break-word; background:#ffffff; -ms-text-size-adjust:100%; -webkit-text-size-adjust: 100%;  -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}

.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;}

a, a:visited {color:#008752; font-weight: 700; cursor:pointer; text-decoration:none;outline:none; border:none;}
a:hover {text-decoration: none;}
a:not(.btn):hover, a:not(.btn):focus {color:#2e2e2e;text-decoration: underline;}

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; margin-bottom:1rem; padding:0;}

p.maintext {font-size: 1.375rem;}
/*#main p {font-size: 1.25rem; line-height: 1.375rem; color:#595959;}
#main li {font-size: 1.25rem; line-height: 1.375rem;}*/

.btn {text-decoration: none;text-align: center; border: 1px solid transparent; border-radius: .4rem; font-size: 1rem; line-height: 1.25; font-weight: 700; padding: .375rem .75rem; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); display: inline-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; flex: 1; margin: 0; position: relative; transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}

.btn.btn-primary {font-size: 1.125rem; background-image:none; border-color:#fff; box-shadow: none;}
.btn.btn-primary:hover {border-color:#007346;}

.btn.btn-outline {background-color:#fff;}

.btn.btn-secondary {color:#fff;}

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

h1,h2,h3,h4,h5,h6 {font-weight: 700; color: #2e2e2e;}
h1 {font-size: 2rem; line-height:1.2;font-family: "Noto Serif", serif; margin-bottom:.75rem}
h2 {font-size: 1.5rem;}
h3 {font-size: 1.25rem; margin-bottom:.25rem}
h4 {font-size: 1.125rem; margin-bottom:0.25rem}
h5 {font-size: 1rem;}

::-webkit-input-placeholder {color: #000; color: rgba(0,0,0,0.25);}
:-moz-placeholder {color: #000; color: rgba(0,0,0,0.25);}
::-moz-placeholder {color: #000; color: rgba(0,0,0,0.25);}
:-ms-input-placeholder {color: #000; color: rgba(0,0,0,0.25);}
.placeholder {color: #000; color: rgba(0,0,0,0.25);}

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: #ffffff !important; color:#ED1C24 !important; border: 1px solid #434343; -webkit-text-fill-color: #2e2e2e;-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;box-shadow: 0 0 0px 1000px #ffffff inset;transition: background-color 5000s ease-in-out 0s;}

.form-control {border-radius: 6px; -webkit-transition: all .15s ease-out 0s; transition: all .15s ease-out 0s; background-color: #ffffff; box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.15) inset; color:#000; box-sizing: border-box; height:auto;padding:0.5rem; border:1px solid #000; font-size: 1.125rem; line-height: 1;}

.form-control.textarea {}
.form-control:focus {background-color:#fff; box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.15) inset; border-color:#000; border-width:1px;}
.form-container .form-control.valid {background-color: #fff;border-color:#AFEBD3;border-width:2px;}
.form-container .hasvalue .form-control {background-color:#fff;border-color:#AFEBD3;border-width:2px;}

.modal.fade.show {opacity: 1;}
.modal-header {text-align: center; padding: 20px 15px 15px; position: relative;border-bottom-color:#EAE8E1;}
.modal-header h5 {text-align: left; display: block;width:100%; padding: 0px 50px 0px 0px;margin: 0; color:#2e2e2e; font-size:1.15rem; position: relative; font-weight: 700;}
.modal-header button.close {outline: none !important; text-shadow: none; margin: 0; position: absolute; padding:0;right:1rem; top:50%; transform:translateY(-50%); color:#008752; 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;}
.modal-header button.close:hover {background-color:transparent; color:#2e2e2e;}

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

.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 {margin: 0 auto 10px; flex-grow:0; width:auto; max-width: 135px;}
.modal-instructions.modal .modal-body .btn i {position: relative; margin-right:8px;}

#subscribemodal .modal-content {}
#subscribemodal .modal-header h5 {text-align: center; padding: 0 30px;}
#subscribemodal .modal-body > p {text-align: center; margin: 10px 0px;}
#subscribemodal .form-container {width:100%; display:block; margin: 0 auto;}
#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 {position: relative;}
#subscribemodal .form-container .form-control {position: relative;}
#subscribemodal .form-container .form-actions {margin-bottom: 10px;}
#subscribemodal .form-container .form-actions .btn {margin-top:15px; margin-left: auto;margin-right: auto;}
#subscribemodal .form-container ::-webkit-input-placeholder {}

#subscribemodal #formresponse2 > div {border-top:1px solid #EAE8E1; padding: 15px 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:700;}

.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:#EAE8E1;}
.form-container .popover .popover-body {font-family: 'Lato', sans-serif; text-align:center; color:#2e2e2e; padding:0.6rem 1rem; font-size: 14px;line-height: 1.3;}
.form-container .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .form-container .bs-popover-top>.popover-arrow::before {border-top-color:#EAE8E1;}
.form-container .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .form-container .bs-popover-start>.popover-arrow::before {border-left-color:#EAE8E1;}
.form-container .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .form-container .bs-popover-bottom>.popover-arrow::before {border-bottom-color:#EAE8E1;}
.form-container .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .form-container .bs-popover-end>.popover-arrow::before {border-right-color:#EAE8E1;}

/* Main Elements */
.pagewrapper { position: relative;display: block; flex: 1 0 auto; overflow-x: hidden;}
#main {position: relative;width:100%;}
.container {position: relative; flex-grow: 1; max-width:100%;}
.container-fluid {position: relative; flex-grow: 1; max-width:100%;}

/* Header */
header {position: relative;}
header .navigation {width:100%; position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column;}
header .navbar {padding: 0;}
body.insidepage .navbar:after {background-image: url(../images/lexhealthbckgrnd.jpg); background-repeat: no-repeat; background-size: 100%; content: ''; display: block; position: absolute; left: 0; height: 44.5rem; opacity: 0.8; top: 0; max-width: 73.8125rem; width:100%; z-index: -1;}
body.insidepage.onecolumn .navbar:after {/*display: none;*/}
header .navbar .container {position: relative;}
header .navbar a.navbar-brand {padding: .34375rem 0 .34375rem 0;}
header .navbar a.navbar-brand img {width:200px;}

header .mainnav {position: relative;}

header .sitename {position: relative;}
header .sitename > div {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;}
header .sitename > div > h1 {position: relative; padding:0;font-style: italic; font-size: 15px; font-weight: 400; white-space: nowrap; margin: 0;}
header .sitename > div > h1 {padding: .5rem 0; }
header .sitename a#translatebutton {position: relative;padding: .5rem 0; transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;}
header .sitename a#translatebutton i {display: none;}

header .sitename button {-webkit-appearance: none; appearance: none; border: none; background:none; padding: 0;}

header .sitename button.search-button {-webkit-appearance: none; appearance: none; border: none; background-color:#008752; border-bottom: 1px solid #008752; border-top: 1px solid #008752; border-right: 3px solid #004B2D; border-left: none; color:#fff; border-radius: 0; transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out; padding: .5rem 0;}

header .sitename .search-desktop {position: absolute; height:auto; width: 0;transition: width ease .5s; right: 0; background-color:#004B2D; border-radius: 0 0 0 0.4rem; overflow: hidden;}
header .sitename .search-desktop.slide-in {width:37.5rem; animation: slide-in ease-out .5s forwards; }
header .sitename .search-desktop.slide-out {width: 0; animation: slide-out ease-in .3s forwards; }
header .sitename form {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;  position: relative; padding: .5rem; gap: 0 20px; width:0; transition: width ease-out 0.5s;}
header .sitename .search-desktop.slide-in form {width:100%; transition: width ease-in 0.3s;}
header .sitename form ::-webkit-input-placeholder {font-size: 1.25rem;}
header .sitename form input {height:100%;}
header .sitename form input:focus {border-color:#000; border-width:1px;}
header .sitename form button.search-btn {line-height: 1; padding: .875rem 1.875rem; background:#008752; border: 1px solid #fff; font-weight: 900; color: #fff; border-radius: .4rem;}
header .sitename form button.search-btn:hover {background:#fff; color:#008752}
header .sitename form button.close-search {line-height: 1; padding: 0; background-color: transparent; border: none; font-size: 1.875rem; color:#fff; margin: 0 .5rem 0 0; box-shadow: none; }
header .sitename form button.close-search i {}

#navbarCollapse ul.navbar-nav {position: relative;}
#navbarCollapse ul.navbar-nav > li {position: relative;}
#navbarCollapse ul.navbar-nav > li > a {text-decoration: none; display: block; padding: .5rem 1rem; border: none; transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out; white-space: nowrap;}

.navbar-header-mobile {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; align-items: center; justify-content: space-between; gap:10px;}
header .search-toggler {padding: 0.1875rem 0.375rem; border:none; background:none; font-size: 1rem; line-height: 0.5; }
header .search-toggler i {font-size: 1.5rem; line-height: 1; display: block; color:#000;}

header .navbar-toggler {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; background:none; border: 0 none; position: relative; padding: 0.1875rem 0.375rem; border-radius: .4rem; width:42px; height:36px; flex-direction: column;}
header .navbar-toggler:hover {background-color:#008752;}

header .navbar-toggler span {width:26px; height:3px; background-color:#2e2e2e;display: block; margin: 3px 0;position: relative; transition:color .3s ease-out 0s; border-radius: 2px;}
header .navbar-toggler:hover span {background-color:#fff;}

/* Footer */
footer {background:#DDDDD1; position: relative; width:100%;overflow: hidden;}
footer .container {font-size: 1rem; position: relative; z-index: 2;  padding: 1rem 1.5rem;}
footer:before {content: ''; position: absolute; top:0; left: 0; width:100%; border-top:solid 2px #C9C3B1;}
footer .row {}
footer .copyright {position: relative; margin-bottom: .5rem;}
footer .footerlinks {position: relative; }
footer .footerlinks ul {position: relative; margin: 0; padding: 0; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; }
footer .footerlinks ul li {position: relative; margin-right:1.5rem;}
footer .footerlinks ul li:last-child {margin-right: 0;}
footer .footerlinks ul li a {text-decoration: none; font-weight: 400;}

/* Index */
#indexslides {position: relative; height:auto; overflow: hidden; z-index: 1; }
#indexslides .swiper-wrapper {position: relative;}
#indexslides .swiper-slide {position: relative; float:left;}

#indexslides .slideimage {position: relative;}
/*#indexslides .slideimage:after {background:rgba(255,255,255,0.8); background: linear-gradient(180deg,#ffffff, rgba(255,255,255,0.2) 50%, transparent 100%); content: ''; display: inline-block; height:100%; left: 0; opacity: 100%; position: absolute; top: 0; width: 100%;}
#indexslides .mobile .slideimage:after {background-color:rgba(0, 0, 0, .3);}
#indexslides .showid .slideimage:after {background-color:rgba(0, 0, 0,0.2);}
#indexslides .contactslide .slideimage:after {background-color:rgba(0, 0, 0, 0.2);}
#indexslides .programslide .slideimage:after {}*/

#indexslides .swiper-slide img {position: relative;display: block;width:100%;height:100%;object-fit: cover; font-family: 'object-fit:cover'; height:475px;}
#indexslides .swiper-slide.programslide img {object-position: 50% 90%;}

#indexslides .caption {position: absolute; z-index: 2; top:0;left: 0; width:100%; height:100%;}
#indexslides .caption > div.container {position: relative;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; height:100%; flex-direction: column; padding-top: 1rem; padding-bottom: 1rem; align-items: flex-start;}
#indexslides .caption h2 {line-height: 1.15;}
#indexslides .caption a.btn {font-weight: 900; padding: 0 2rem; line-height: 2.25em; font-size: 1.125rem; border: solid 1px #fff; border-radius: .4rem; width:auto; background-color:#008752; color: #fff;background-image:none;}
#indexslides .caption a.btn:hover {color:#008752; background-color:#fff; transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;} 

.indexmiddle {padding-bottom: .75rem; padding-top:.75rem; width:100%; position: relative; background-color:#004b2d; background:linear-gradient(0deg, #004b2d 0%, rgba(0,115,70,0.85) 100%); border-top: 1px solid rgba(255,255,255,0.9);}
.indexmiddle:after {/*background-color:#004b2d; background:linear-gradient(0deg, #004b2d 0%, rgba(0,115,70,0.85) 100%); border-top: 1px solid rgba(255,255,255,0.9); bottom: 0; content: ''; display: block; height:100%; position: absolute; right: 0; width:100%; z-index: -1;*/}
#categoryslide {position: relative; display: block; height:auto;margin:0 auto 0 auto; padding:0 10px 15px 10px;}
#categoryslide .swiper-wrapper {padding:10px 0 20px 0;}
#categoryslide .swiper-slide {position: relative; padding: 0px 8px 8px 8px;}
#categoryslide a {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; text-align: center; height: calc(100% - 6px); border-color:#C9C3B1; border-radius: .8rem; margin: 0 0 .3125rem 0; transition: all 50ms linear; box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1); text-decoration: none; padding: 1rem 10vw;}
#categoryslide a:hover {margin: .3125rem -.3125rem 0 .3125rem; background-color: #fff; border-color:#008752; box-shadow: 0 0 0 0.125rem rgba(0,115,70,0.1);}
#categoryslide a .card-body {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-direction:column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; height:100%; padding: 0; flex: 1 1 auto; justify-content: center;}
#categoryslide a .card-body i {position: relative; text-align: center; 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; margin: 0 0 15px; width:auto; font-size: 40px; color:#A27BCD; }
#categoryslide a .card-title {position: relative; margin:0 auto 1rem auto; text-align: center; font-size: 1.25rem; width:100%; display: block;}
#categoryslide a .bottomicon i {width:30px;height:30px; text-align: center; margin: 0 auto; background-color:#008752; color:#fff; border-radius: 50%; line-height: 30px; font-size: 1.375rem; padding: 0px 8px; display: block; position: relative;}

#categoryslide .swiper-pagination-bullet {width:15px;height:15px; background:#AFEBD3;}
#categoryslide .swiper-pagination-bullet-active {background:#AFEBD3;}

#categoryslide .swiper-nav {}
#categoryslide .swiper-nav > div {width:40px;height:40px;font-size: 40px;color:#222222; }
#categoryslide .swiper-nav > div:hover {color:#AFEBD3;}
#categoryslide .swiper-nav > div:after {display: none;}
/*#categoryslide .swiper-nav {position: relative; width:auto; 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; margin: 0 auto;}
#categoryslide .swiper-nav > div:after {display: none;}
#categoryslide .swiper-nav > div {width:30px;height:30px; border-radius: 0; background-color:transparent; position: relative; top:auto; left:auto; right:auto; bottom:auto; margin: 0;padding:2px 5px; font-size: 30px; color:#AFEBD3; transition:all .3s ease-out 0s; border:none;}
#categoryslide .swiper-nav > div.swiper-button-prev {margin-right:20px;}
#categoryslide .swiper-nav > div:hover {color:#fff; background-color:transparent;}
*/

.indexmiddle2 {position: relative; width:100%;text-align: center}
.indexmiddle2 .indextitle {position: relative; width:100%;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; text-align: center; justify-content: center; align-items: center; margin: 4.5rem auto 1.875rem auto;}
.indexmiddle2 .indextitle h2 {background:#fff; display: block; position: relative; text-align: center; margin: 0; padding: 0 10px;}
.indexmiddle2 .indextitle:after {content: ''; border-bottom: 1px solid #ddddd1; position: absolute; width:100%; height: 1px; z-index: -1; display:block;}
.indexmiddle2 a.newvendors {color:#fff; margin: 3rem auto 0 auto;}

#newvendorslide {z-index: 5; position: relative; height:auto; padding: 0 25px;}
#newvendorslide .swiper-wrapper {position: relative;}
#newvendorslide .swiper-slide {position: relative; float:left; width:180px; padding: 10px; }
#newvendorslide a.card {border-radius: calc(.4rem - (1px)); border:1px solid #C9C3B1; position: relative; text-align: center;  overflow: hidden;height:100%;  box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1);}
#newvendorslide a.card:hover {box-shadow: 0 0 0 .125rem rgba(0,115,70,0.1); margin: .3125rem 0 0 .3125rem;}
#newvendorslide a.card:before {bottom:0; content: ''; display: block; height:70%; position: absolute; width:100%; z-index: 1;transition: all 50ms linear; opacity: 0;}
#newvendorslide a.card:hover:before {background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(4,112,68,0.7) 75%); opacity: 1;}
#newvendorslide a.card span.newvendortitle {position: absolute; z-index: 1; left: 0; bottom: 1rem; text-align: center; display: block; width:100%;color:#fff; text-shadow: 0px 1px 4px rgba(0,0,0,0.8); line-height: 1.1; font-size: 1rem; padding: 0 10px; opacity: 0;}
#newvendorslide a.card:hover span.newvendortitle {opacity: 1;}
#newvendorslide a.card span.outerimg {overflow: hidden; position: relative;}

#newvendorslide .swiper-wrapper {-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important;transition-timing-function:linear!important; }

.indexbottom {position: relative; width:100%;text-align: center}
.indexbottom .indextitle {position: relative; width:100%;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; text-align: center; justify-content: center; align-items: center; margin: 4.5rem auto 1.875rem auto;}
.indexbottom .indextitle h2 {background:#fff; display: block; position: relative; text-align: center; margin: 0; padding: 0 10px;}
.indexbottom .indextitle:after {content: ''; border-bottom: 1px solid #ddddd1; position: absolute; width:100%; height: 1px; z-index: -1; display:block;}

.indexbottom .form-container {width:100%; display:block; padding: 1.25rem 1.25rem;border-radius: .4rem; margin: 0 auto; background-color:#f4f3ec;}
.indexbottom .form-container form {position: relative; height:auto;}
.indexbottom form input[type=checkbox] {display:none;}
.indexbottom .form-container ::-webkit-input-placeholder {}
.indexbottom .form-container .eac-input-wrap {color:#333 !important;}
.indexbottom .form-container .eac-sugg {padding-top:15px !important; font-size: 15px;}
.form-container .form-actions {text-align: center;margin-top:30px;}

.indexbottom .form-container #formresponse p {margin: 0;}

/* Inside Pages */
.maincontent {position: relative;}
.pagecontent {position: relative; float:left; width:100%; margin: 0; padding: 0;}
.ajaxcontent {float:left; width:100%; height: auto; position: relative;}

.maincontent .dropdown-menu {box-shadow: 0 0 20px 0 rgba(0,0,0,.1); color:#2e2e2e; border-radius: 0px; border: 0px solid rgba(0,0,0,.15); margin-top:8px !important; margin-bottom:8px !important; padding:0; width:auto; min-width: 200px; white-space: normal;}
.maincontent .dropdown-menu a.dropdown-item {padding:8px 15px; position: relative; display:block; font-weight: 600; color:#2e2e2e; font-size: 14px; line-height: 1.4; border-top:1px solid rgba(0,0,0,.03);}
.maincontent .dropdown-menu a.dropdown-item:first-child {border-top:none;}
.maincontent .dropdown-menu a.dropdown-item:hover {background-color:rgba(0,0,0,.05); color:#004B2D;}
.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:#004B2D;}

.maincontent .dropdown-menu button.dropdown-item {padding:8px 15px; position: relative; display:block; font-weight: 600; color:#2e2e2e; font-size: 14px; line-height: 1.4; border-top:1px solid rgba(0,0,0,.03);}
.maincontent .dropdown-menu button.dropdown-item:first-child {border-top:none;}
.maincontent .dropdown-menu button.dropdown-item:hover {background-color:rgba(0,0,0,.05); color:#004B2D;}
.maincontent .dropdown-menu button.dropdown-item:active, .maincontent .dropdown-menu button.dropdown-item:focus {background-color:transparent;}
.maincontent .dropdown-menu button.dropdown-item.mainactive {background-color:transparent; color:#004B2D;}
.maincontent .dropdown-menu button.dropdown-item.mixitup-control-active {background-color:#fff; color:#004B2D;}

.leftcolumn {position: relative; flex-shrink: 0 !important;}
.rightcolumn {position: relative; flex-grow: 1 !important}

body.insidepage.onecolumn .navbar:after {display: none;}

.maincontent.onecol > .container.bg-content {padding-top: 3.75rem; padding-bottom: 3.75rem; border-bottom: solid 2px #EAE8E1;  margin-bottom: 2.5rem; background:linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%);  }
.maincontent.onecol > .container.bg-content:after {background-image: url("../images/flame-tan-fade.svg"); background-repeat: no-repeat; background-size: 510.29px; content: ''; display: block; height:100%; left: 0; position: absolute; top: 0; width:100%; z-index: 1; background-position: -2.3rem -10.3rem; margin-left: 0;}

.maincontent.onecol.purple > .container.bg-content {background-color:#5B4375; background:linear-gradient(180deg, #5B4375 0%, #331D4A 100%); border-bottom:2px solid #8364A5; box-shadow: 0 0 0 2px #EAE8E1;}
.maincontent.onecol.purple > .container.bg-content:after {background-image: url("../images/purple-flame-translucent.svg");}
.maincontent.onecol.purple > .container.bg-content .pagetitle h2 {color:#fff;}
.maincontent.onecol.purple > .container.bg-content p {color:#fff;}

.maincontent.onecol > .container.bg-content p {font-size: 1.563rem; color:#2e2e2e; line-height: 1.3; margin-bottom: 0; margin-top:0.5rem;}
.maincontent.onecol > .container.bg-content p:nth-child(2) {margin-top:3.375rem;}
.maincontent.onecol > .container.bg-content .fullcolumn {z-index: 2;}

.tan-bg {background-color:#F4F3EC; background: linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%); padding:1rem; margin: 0 auto 1.25rem auto; border-radius: .625rem; overflow: hidden;}
.tan-bg .tan-content {padding:1rem;}
.tan-bg p {font-size: 1.3125rem; margin-bottom: 0;}


.leftcolumn .sidebar {position: relative; padding:0px; transition: all .3s ease-out 0s; background-color:transparent; }
.leftcolumn .sidebar h4.navtitle {color:#2e2e2e; display: block; font-size: 1.25rem; line-height: 1.25rem; font-weight: 700; margin: 0.35rem auto 0.9rem; padding: 0; position: relative; text-decoration: none; }
.leftcolumn .sidebar h4.navtitle a {background-color:#eae8e1; color:#2e2e2e; display: block; padding: 1.125rem; border-radius: .4rem;position: relative;font-size: 1.25rem; line-height: 1.25rem; font-weight: 700; transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;}
.leftcolumn .sidebar h4.navtitle a:hover {background-color:#f4f3ec;}
.leftcolumn .sidebar h4.navtitle a:after {content: ''; background-color:#eae8e1; position: absolute; border-radius: .14rem; bottom: -0.3rem; display: block; height: 0.9rem; transform: rotate(45deg); width: 0.9rem;}
.leftcolumn .sidebar h4.navtitle a:hover:after {background-color: #f4f3ec;}

.leftcolumn .sidebar a.toggle {box-shadow: none; border:none; width:100%; text-align: left; background-color:#DDDDD1; background-image:none; color:#2e2e2e; border-bottom:1px solid #eae8e1; margin: 0 auto 1rem; position: relative; border-radius: 0; justify-content: flex-start; padding: .5rem 1rem;}
.leftcolumn .sidebar a.toggle i {position: absolute; right: 1.5rem; display: block;}
.leftcolumn .sidebar a.toggle[aria-expanded=true] i {transform: rotate(180deg);}
.leftcolumn .sidebar a.toggle:after {content: ''; background-color:#DDDDD1; position: absolute; border-radius: 0 0 .14rem 0; bottom: -0.5rem; display: block; height: 0.9rem; transform: rotate(45deg); width: 0.9rem; border-width: 0 1px 1px 0; border-style: solid; border-color:#EAE8E1; z-index: 100;}

#accordion {position: relative;background-color:transparent; border:none; border-radius: 0; padding: 0; margin: 0;}
#accordion .accordion-item {border:none;background:none; position: relative; padding:0; margin:0 0; font-size: 1rem;}
#accordion .accordion-item > h3 {padding:0;margin:0;position: relative;background-color:transparent; border:none; font-weight: 700; margin: 0;}
#accordion .accordion-item > h3 > a {border-radius: .4rem; font-weight: 700; line-height: 1.1; margin: 0 0 .3125rem 0; padding: .5rem 1rem; background-color:transparent; border:none; box-shadow: none;color:#008752;}
#accordion .accordion-item > h3 > a:after {display: none;}
#accordion .accordion-item > h3 > a:hover {background-color: #f4f3ec; color:#2e2e2e;}
#accordion .accordion-item > h3.active > a {text-decoration: none; color:#004B2D; background-color: #f4f3ec;}

#accordion .accordion-item.active-item > h3 > a:not(.activelink) {background-color:transparent;color:#004B2D;}



#accordion.discountpages .accordion-item > h3.active > a.speciallink {background-color:transparent;color:#004B2D;}

#accordion.programaccordion .accordion-item.active-item > h3:not(.active) > a {background-color:transparent;color:#004B2D;}

#accordion .accordion-item .accordion-body {position: relative; max-height:250px;padding:0; border-radius: 0; margin: 0;}
#accordion .accordion-item .accordion-body ul {position: relative; padding: 0; margin: 0;}
#accordion .accordion-item .accordion-body ul li {position: relative; padding: 0; margin: 0;}
#accordion .accordion-item .accordion-body ul li a {border-radius: .4rem; font-weight: 400; line-height: normal; margin: 0 0 .3125rem 0; padding: .5rem 1rem .5rem 37px; background-color:transparent; border:none; box-shadow: none;color:#008752; display: block; position: relative; font-size: 1rem;}
#accordion .accordion-item .accordion-body ul li a:before {content: ''; display: block; position: absolute; left: 28px; top:14px; width:6px; height:10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M4.78294 4.25161C5.23046 4.6494 5.23046 5.34864 4.78294 5.74643L1.66424 8.51861C1.01934 9.09186 -0.00012 8.63405 -0.00012 7.7712V2.22684C-0.00012 1.364 1.01934 0.906189 1.66424 1.47943L4.78294 4.25161Z' fill='%23004B2D'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: contain;}
#accordion .accordion-item .accordion-body ul li a:hover {background-color: #f4f3ec; color:#2e2e2e;}
#accordion .accordion-item .accordion-body ul li.active a {text-decoration: none; color:#004B2D; background-color: #f4f3ec;}

.pagetitle {position: relative;}
.pagetitle h2 {font-size: 2rem; line-height:1.2;font-family: "Noto Serif", serif; margin-bottom:.75rem;}

.subtitle {position: relative; width:100%;}
.subtitle h4 {-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-color:#F4F3EC; background:linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%); padding: 1rem; border-radius: .625rem; border:none; position: relative; z-index: 1; min-height: 108px; font-size: 1.3125rem;}

.subtitle h2 {-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-color:#F4F3EC; background:linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%); padding: 1rem; border-radius: .625rem; border:none; position: relative; z-index: 1; font-size: 1.3125rem;}

.pagination {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; text-align: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; margin: 60px auto 0 auto;}
.pagination li.page-item {position: relative; margin:0 5px; padding: 0;}
.pagination li.page-item button {width:35px; height:35px; border-radius: 50%; 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; margin: 0; background:#eceaef; border:none; color:#004B2D; font-weight: 400;}
.pagination li.page-item:last-child button {border-radius: 50%;}
.pagination li.page-item:first-child button {border-radius: 50%;}
.pagination li.page-item button:hover {color:#fff; background:#a27bcd;}
.pagination li.page-item button.mixitup-pager-active {color:#fff;background:#a27bcd; font-weight: 600;}

.page-arrow .page-link.mixitup-pager-disabled {color:#aaa; cursor: not-allowed}
.page-arrow .page-link.mixitup-pager-disabled.mixitup-pager-prev:hover, .page-arrow .page-link.mixitup-pager-disabled.mixitup-pager-next:hover {color:#aaa; background:#eceaef;}

.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-color:#F4F3EC; background:linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%); padding: 1rem; border-radius: .625rem; border:none; position: relative; z-index: 1}
.top-pagination .mixitup-page-stats {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; align-items: center; padding: 0; font-size: 1.3125rem;}
.top-pagination .mixitup-page-stats > div span {font-weight:700;}

.pagination-buttons {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;}
.pagination-buttons .newvendorfilter {margin-right:15px;}
.pagination-buttons .newvendorfilter a.btn {-webkit-appearance: none; appearance: none; margin: 0; box-shadow: none; padding: .5rem 1.25rem; font-size: 1.125rem}
.pagination-buttons .newvendorfilter a.btn i {position: relative; line-height: 1; margin-left:8px;font-size: 16px; top:1px;}
.pagination-buttons .newvendorfilter a.btn.show {background-color: #6f558c; border-color:#8364A5;}

.selectview {position: relative;}
.selectview span {position: relative;}
.selectview a {position:relative; }

.selectview button#showall {background-color:#fff;color:#008752; border-color:#ddddd1; padding: .5rem 1.25rem;}
.selectview button#showall:hover {background-color:#008752; color:#fff;}
.selectview button#showall.disable {cursor: default;background-color:#f4f3ec; color:#888;}

.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 {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 {-webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center;}
.toplinks .col-md-6 {margin-bottom: 20px; margin-top:0px;}
.toplinks a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; flex-direction: column; -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; text-align: center; text-decoration: none; padding:1.25rem; border-radius: .8rem; border:1px solid #C9C3B1; transition: all 50ms linear; background-color:#ffffff; height:100%; box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1); margin: 0 0 .3125rem 0;}
.toplinks a i {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 0 25px; width: 72px; height:72px; border-radius: 50%; border:2px solid #A27BCD;  font-size: 36px; transition:all .3s ease-out 0s; color:#A27BCD; background-color:rgba(162, 123, 205,0.2);}
.toplinks a:hover {text-decoration: none; border-color:#008752; box-shadow: 0 0 0 0.125rem rgba(0,115,70,0.1); margin: .3125rem -.3125rem 0 .3125rem;}
.toplinks a:hover i {color:#fff;background-color:#A27BCD; border-color:#fff;}
.toplinks a h4 {font-size: 1.375rem;}
.toplinks a span.btn {width:auto; margin-top:20px; flex-grow: 0;}

/* Category */
.discountcontent {float:left; width:100%; height:auto; position: relative; display:block; margin:0px auto 0px auto;}
#allCat .subtitle h4 {display:none;}
#allCat .subtitle h4.active {display:flex;}
#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; 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:0.7rem; padding-bottom:0.7rem; padding-left:0.6rem; padding-right:0.6rem;}
#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; width:100%; height:100%; flex: 1 1 auto; box-sizing: border-box;}
#allCat .item a {text-align: center; position: relative; height:65px; border-radius: .8rem;text-decoration: none; background-color:#fff; border:1px solid #DDDDD1; margin:0; padding:5px 10px; text-transform: none; line-height: 1.2;transition:all .25s ease, color .25s ease; color:#008752;}
#allCat .item a:hover {color:#fff;background:#008752;}

/* Vendors */
#vendordiscounts {position: relative; display:block; float:left; width:100%; height:auto; margin: 0; padding: 0;}
#vendordiscounts .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#vendordiscounts .grid .item { position: relative; padding-top:0.7rem; padding-bottom: 0.7rem; 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 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;}
#vendordiscounts .item a {border:1px solid #d0d0d0; border-radius: .4rem; background:#F4F3EC; overflow: hidden;}

#vendordiscounts .item a span.outerimg {overflow: hidden; position: relative;}
#vendordiscounts .item a span.outerimg img {width:100%;}
#vendordiscounts .item a span.outerimg .imghover {position: absolute; width:100%;height:100%;bottom:0;left: 0; border-radius: .4rem .4rem 0 0; background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(4,112,68,0.8) 75%); display: flex; align-items: flex-end; justify-content: center;padding: 0 0 15px 0; visibility: hidden; opacity: 0; transition: all .3s ease-out 0s;}
#vendordiscounts .item a span.outerimg .imghover i {width:30px; height:30px; display: flex; align-items: center; justify-content: center; border-radius: 50%;background:rgba(255,255,255,.4); color:#2e2e2e; font-size: 1.5rem; }
#vendordiscounts .item a:hover span.outerimg .imghover {opacity: 1; visibility: visible;}
#vendordiscounts span.busname {padding:15px 10px; display: block;width:100%; text-align: center; background-color:#F4F3EC;}

/* New Vendors */
#newvendors {position: relative; display:block; float:left; width:100%; height:auto; margin: 0; padding: 0; text-align: center;}
#newvendors .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#newvendors .grid .item { position: relative; padding-top:0.7rem; padding-bottom: 0.7rem; padding-left:10px; padding-right: 10px; 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 .grid .item > div {position: relative;height:100%;}
#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;}
#newvendors .item a {border:1px solid #d0d0d0; border-radius: .4rem; background:#F4F3EC; overflow: hidden;}

#newvendors .item a span.outerimg {overflow: hidden; position: relative;}
#newvendors .item a span.outerimg img {width:100%;}
#newvendors .item a span.outerimg .imghover {position: absolute; width:100%;height:100%;bottom:0;left: 0; border-radius: .4rem .4rem 0 0; background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(4,112,68,0.8) 75%); display: flex; align-items: flex-end; justify-content: center;padding: 0 0 15px 0; visibility: hidden; opacity: 0; transition: all .3s ease-out 0s;}
#newvendors .item a span.outerimg .imghover i {width:30px; height:30px; display: flex; align-items: center; justify-content: center; border-radius: 50%;background:rgba(255,255,255,.4); color:#2e2e2e; font-size: 1.5rem; }
#newvendors .item a:hover span.outerimg .imghover {opacity: 1; visibility: visible;}
#newvendors span.busname {padding:15px 10px; display: block;width:100%; text-align: center; background-color:#F4F3EC;}

#newvendors a.ltolink {margin: 0 auto 15px; text-align: center; width:auto; color:#fff;}

/* Error Pages */
.errorpage {position: relative; text-align: center;}
.errorpage h3 {position: relative; margin-bottom: 1rem;}
.errorpage h3 span {font-weight: 700; color:#004b2d;}

.outersearch {position: relative; float:left; width:100%;}

.errorpage #searchouter {width:100%; position: relative; display: block; margin:10px auto 0; /*padding: 37px 18px 44px; background:#e4f4f4*/ border:none; }
.errorpage #searchouter form {position:relative; margin: 0 auto; }
.errorpage #searchouter form input {padding-right:50px; font-size:1.25rem;}
.errorpage #searchouter form button {position: absolute; right:0; top:0; width:50px; height:100%; border: none; background-color: transparent; white-space: nowrap; text-shadow: none; /*overflow: hidden;*/ margin: 0; padding: 0; font-size: 1.5rem; align-items: center; justify-content: center; display: flex; }
.errorpage #searchouter form button i {display: block; position: relative; color:#008752}
.errorpage #searchouter form button i.spin {-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear; color:#a27bcd;}

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

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

#list-tab {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; width:100%; border-radius: .8rem; border:1px solid #fff; box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.08); flex-wrap: nowrap; overflow: hidden; }
#list-tab a {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; background-color:#008752; border:none; border-left:1px solid #fff; border-radius: .8rem; box-shadow: 5px 5px 0px 1px rgba(0,0,0,0.08); color:#fff; font-size: 1.25rem; line-height: 1.1; font-weight: 700; padding: 1rem 3rem; white-space: normal; text-decoration: none;}
#list-tab a:first-child {border-left: none;}
#list-tab a:hover {background:#004b2d;}
#list-tab a.mainactive {color:#fff; cursor: default; background: #004B2D;}
#list-tab a span.name {padding: 0; display: block; position: relative;}
#list-tab a span.num {display:none;}

.filterdropdown {float:left; width:100%; text-align: center; position: relative; display: none; margin: 0px auto 0 auto; padding:0;}
.filterdropdown a.btn {position: relative; padding:0.6rem 1rem;}
.filterdropdown a.btn i {position: relative; margin-left:10px;line-height: 1;  display: block; transition: all 0.3s linear;}
.filterdropdown a.btn.show {color:#fff; cursor: default; border-color: #007346;background:#007346;}
.filterdropdown a.btn.show i {transform:rotate(180deg);}

#results {float:left;width: 100%; height: auto; display:block; margin: 0 auto;position: relative; padding:0px 0px 0 0px; }
.results { float:left; width:100%; height:auto; display:block;position: relative; border-top:0px solid #E1E7E9; padding: 0px 0px 0px 0; margin: 0px auto 0px auto; }
#searchgrid {width:100%; height:auto; position: relative; padding: 0 1rem; margin: 20px 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; margin-top: 15px;}
#searchgrid .mix { position: relative;margin: 0; text-align: center; padding-top:0px; padding-bottom:0px; padding-left: 0; padding-right: 0; padding: 8px;}
#searchgrid .mix > div {box-sizing: border-box; margin: 0 0 0px 0; background:none; display: flex; height:100%; border:none; padding: 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; width:100%; height:100%; flex: 1 1 auto; box-sizing: border-box; }
#searchgrid .mix a {text-align: center; position: relative; border-radius: .8rem;text-decoration: none; border:1px solid #d0d0d0; margin:0; padding:1rem;}

/* Search Page */
.searchpage #searchouter {margin: 1.875rem 0 0 0;}
.searchpage #searchouter form {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;  position: relative; padding:.5rem; gap: .625rem; flex-grow: 2; flex-wrap: wrap;}
.searchpage #searchouter form input { height:100%; width:100%; padding-right:1rem;}
.searchpage #searchouter form button {position: relative; width:auto; height:100%; background:#008752; border:1px solid #fff; font-weight: 900; color:#fff; line-height: 2.25em; padding: 0 2rem; border-radius: .4rem; font-size: 1.125rem; display: inline-flex; flex-grow: 0;}
.searchpage #searchouter form button:hover {background:#fff; color:#008752}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}

#searchpage {float:left;width: 100%; height: auto; display:block; margin: 0 auto;position: relative; padding:0px 0px 0 0px; }
#searchresults {float:left; width:100%; height:auto; display:block;position: relative; border-top:0px solid #e8ecf5; padding: 0px 0px 0px 0; margin: 0px auto 0px auto; }
#searchresults p {text-align: center; font-style: italic; margin-top:0; font-weight: 400;}
#searchresults p.noresults{}
#main.searchpage #searchfilter {display:block;}

#resultsgrid {width:100%; height:auto; position: relative; padding: 0 1rem; margin: 20px 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; margin-top: 15px;}
#resultsgrid .mix { position: relative;margin: 0; text-align: center; padding-top:0px; padding-bottom:0px; padding-left: 0; padding-right: 0; padding: 8px;}
#resultsgrid .mix > div {box-sizing: border-box; margin: 0 0 0px 0; background:none; display: flex; height:100%; border:none; padding: 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; width:100%; height:100%; flex: 1 1 auto; box-sizing: border-box; }
#resultsgrid .mix a {text-align: center; position: relative; border-radius: .8rem;text-decoration: none; border:1px solid #d0d0d0; margin:0; padding:1rem;}

/* Cats */
#cat {position: relative; display:block; float:left; width:100%; height:auto; margin: 0; padding: 0; text-align: center;}
#cat.hidepager {margin-top:1rem;}
#cat .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#cat .grid .item { position: relative; padding-top:0.7rem; padding-bottom: 0.7rem; padding-left:10px; padding-right: 10px; 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 .grid .item > div {position: relative;height:100%;}
#cat .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;}
#cat .item a {border:1px solid #d0d0d0; border-radius: .4rem; background:#F4F3EC; overflow: hidden;}

#cat .item a span.outerimg {overflow: hidden; position: relative;}
#cat .item a span.outerimg img {width:100%;}
#cat .item a span.outerimg .imghover {position: absolute; width:100%;height:100%;bottom:0;left: 0; border-radius: .4rem .4rem 0 0; background:linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(4,112,68,0.8) 75%); display: flex; align-items: flex-end; justify-content: center;padding: 0 0 15px 0; visibility: hidden; opacity: 0; transition: all .3s ease-out 0s;}
#cat .item a span.outerimg .imghover i {width:30px; height:30px; display: flex; align-items: center; justify-content: center; border-radius: 50%;background:rgba(255,255,255,.4); color:#2e2e2e; font-size: 1.5rem; }
#cat .item a:hover span.outerimg .imghover {opacity: 1; visibility: visible;}
#cat span.busname {padding:15px 10px; display: block;width:100%; text-align: center; background-color:#F4F3EC;}

.allLoc {margin: 0 auto 15px; text-align: center; width:auto;}
.allLoc .btn i {position:relative; margin-right:10px;}

/* Business */
#bus {position: relative; display:flex; width:100%; height:auto; margin: 0; padding: 0; flex: 1 1 auto; flex-direction: column; justify-content: center; align-items: center;}
.businessContent {min-height: 0px; float:left; height: auto; width:100%; padding: 0; margin: 0 auto 0px;position: relative;display:flex; flex-direction: column; }
.bus-image {display:block; height: auto; width:100%; position: relative; margin: 0 auto; padding: 0; float:left; text-align:center;/*z-index: 1;*/ animation-delay: 250ms; }
.bus-image > div {position: relative; display: block; text-align: center; margin: 0px auto; padding: 5px; width:auto; max-width:100%;border: 1px solid #d0d0d0; border-radius: 0.4rem; transition: all .3s ease-out 0s;}
.bus-image > div:hover {}
.bus-image img {position: relative; display: block; text-align: center; margin: 0px auto; width:100%; padding: 0; border: none;}

.businesslinks { display: block; float:left; position: relative;width:100%; margin:25px auto 0; }
.businesslinks > ul {position: relative; 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 auto; padding: 0; max-width:300px; }
.businesslinks > ul li {position: relative; margin: 0; padding: 0 .5rem .5rem;}
.businesslinks > ul > li > a.btn {position: relative;  padding:.5rem .75rem; color:#fff;}
.businesslinks > ul > li > a.btn i {position: relative; margin-right:8px;}
.businesslinks > ul > li > a.btn.show {color:#fff;}

.businesslinks > ul > li.drop.dropdown {animation-delay: 500ms; animation: fadeIn 1s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: none; -webkit-transform: none;}

#alternate-ad {position: relative; display: none; text-align: left; margin: 0px auto; padding: 0; width:auto; max-width:100%;border: 0px solid #eee; border-radius:0; transition: all .3s ease-out 0s; min-height:350px;padding: 0 5px; line-height: 1.56;}
#alternate-ad:hover {}
#alternate-ad p {text-align: left; }
#alternate-ad p:last-child {margin-bottom: 0;}

/* 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: 'Lato', sans-serif !important; color:#2e2e2e; 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: #2e2e2e !important; margin:0; padding:0 2px 5px 2px;border-bottom: 0px solid rgba(200, 201, 199, 0.5); font-family: 'Lato', 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: 'Lato', sans-serif !important; background-color:#fff; -webkit-font-smoothing: subpixel-antialiased; font-size:17px !important; line-height:24px !important; color:#2e2e2e !important;}
.infoWindow h5 {display:block;line-height:20px; font-size:1rem; font-weight:normal !important; color:#2e2e2e !important; margin:0; padding:0; font-family: 'Lato', 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: 'Lato', 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: 'Lato', 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: 'Lato', 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:#2e2e2e;}
.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:#2e2e2e; font-family: 'Lato', 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:#2e2e2e; font-family: 'Lato', 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: 'Lato', sans-serif !important; font-weight: 400 !important; text-decoration: underline; color:#2e2e2e !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: 'Lato', sans-serif !important; font-size: 12px !important;}
.gmnoprint .gm-style-mtc > div[role=button] {font-family: 'Lato', sans-serif !important; font-size: 12px !important; height: 28px !important; padding: 0 10px !important; font-weight: bold !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:200px; text-align:center; border:none !important; padding: 20px 0 10px;}
.infowindow > div {display:block; position: relative;font-weight:normal; font-size: 14px; line-height: 18px; font-family: 'Lato', sans-serif !important; color:#2e2e2e;}
.infowindow .title {font-family: 'Lato', sans-serif !important; font-weight:700 !important; padding:0px 0 0px 0px;margin: 0 0 0px;background:#fff; font-size:16px; line-height:19px !important;color:#008752; -webkit-font-smoothing: subpixel-antialiased;}
.infowindow .title > span {font-style: italic !important; font-weight: normal !important; display: block; color:#2e2e2e;  font-size:14px;}
.infowindow .address {color:#2e2e2e; font-weight: normal !important; padding: 0 0 0px 0px !important; margin: 0 0 0px 0px !important; -webkit-font-smoothing: subpixel-antialiased; }
.infowindow .address .address-line {color:#2e2e2e; line-height:17px; font-size:13px;}
.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; text-decoration: none; font-family: 'Lato', sans-serif; animation:none; color:#fff; margin:0; padding: 6px 20px; }
.infowindow .discountlink > a:hover {}
.infowindow .discountlink > a i {display: none;}

/* Locations */
.locationContent {min-height: 0px; float: left; height: auto; width: 100%; padding: 0; margin: 0 auto 0px auto; position: relative; filter: alpha(opacity=0);opacity: 0;}
.locationouter {width:100%; height: 575px; border:none; display:inline-block; position:relative; padding:10px; margin: 0 auto; background: #fff;border-radius: 0.8rem; border:1px solid #d0d0d0; transition: all .3s ease-out 0s;}
.locationouter:hover {}
#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;}

#location_map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button {position: absolute !important;right:0;z-index: 1000; width:40px !important; height:40px !important;}
#location_map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button span {margin: 8px !important;}
#location_map .gm-title {font-weight: 600;}

/* 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:10px; margin: 0 auto; background: #fff;  border-radius: 0.8rem; border:1px solid #d0d0d0; transition: all .3s ease-out 0s;}
.mapouter:hover {}
#directions_map {width: 100%;height:100%; position: relative; max-width:100%; padding: 0;margin: 0; overflow:hidden; font-size: 90%; display:block; background-color:#fff;}
#directions_map > div > div.gm-style {}
#directions_map .gm-style .gm-style-iw > div {min-width:150px;}

/*#directions_map .gm-style .gm-style-iw.gm-style-iw-c > div.gm-style-iw-chr {height:20px}
#directions_map .gm-style .gm-style-iw > div.gm-style-iw-chr .gm-style-iw-ch {padding: 0 !important;}*/
#directions_map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button {position: absolute !important;right:0;z-index: 1000; width:40px !important; height:40px !important;}
#directions_map .gm-style-iw.gm-style-iw-c .gm-style-iw-chr button span {margin: 8px !important;}
#directions_map .gm-title {font-weight: 600;}

.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 {}
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 {margin-right: 0.75rem; }
#form-outer > form ::-webkit-input-placeholder {opacity: 0.8;}
#form-outer > form button {height: 100%;margin:0; width:auto;}

#directions {display:none; float:left; text-align: left; width:100%; position:relative; margin: 0px auto 0px; }
#directions .panel {position:relative; border-radius: 0.4rem; border:none; transition: all .3s ease-out 0s; float:left; width:100%; margin: 0rem auto 0rem; padding: 20px 20px; box-shadow: none; background: #F4F3EC;}
#directions .panel:hover {}
#directions .panel .panel-heading {position:relative;background-color:transparent; border: 0 none; margin-bottom:1rem; padding: 0; border-radius: 0; border-bottom:none; }
#directions .panel .panel-body {padding:0; overflow: hidden;}

.timeTop span.distanceTime {display:block; position: relative;font-weight: normal; font-size: 18px; font-weight: 700;}
.timeTop span.trafficTime {display:block;font-style: italic; position: relative;font-weight: normal;}
.timeTop span.trafficTime > span {color:green;}
.timeTop span.trafficTime.traffic > span {color:red;}
.timeTop button {border:none; background-color: transparent; background:none; padding: 0; position: absolute; top: 50%;right: 1rem; text-align: center; cursor: pointer; margin: -1rem 0 0 0; z-index: 10; outline: none!important; border-radius:0; color:#2e2e2e;font-size: 20px;}
.timeTop button:active,.timeTop button:focus {border:none; background:none;color:#2e2e2e;}
.timeTop button:hover {background-color: transparent;color:#2e2e2e;border:none;}

.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: 20px; }
.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 {display:block; font-weight: 400; font-size: 18px; color:#2e2e2e;}
.mapbottom h3.toLocation span.destination_name {}
.mapbottom h3.toLocation span.destination_loc {}

#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; border-bottom:1px solid #d0d0d0; font-weight: 600;color:#2e2e2e;}
#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: 0.9rem; line-height: 1.2; position: absolute;overflow: hidden;background:#F4F3EC; padding: 0 5px 0 0; bottom:-10px;font-style: italic; font-weight: normal;}

.locationlist.addscroll {max-height:300px;}
.locationlist .accordion-item.single h3:before {display: none;}

.maplist .single.locations.active ul {display: none;}
#accordion.locationlist .accordion-item.special > h3.active > a {background-color:transparent;}
#accordion.locationlist .accordion-item.special > h3.active > a.activelink {background-color:#f4f3ec;}

/* LTO */
#all.ltocontent {display: none;}
#all.ltocontent .row {}
#all.ltocontent .col-6 {position:relative; padding-top:0.7rem; padding-bottom: 0.7rem; max-width:350px;}
#all.ltocontent a {position:relative;display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: justify; justify-content: space-around; -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;  }
#all.ltocontent a {background:#fff; border-radius: .8rem; text-align: center; border:1px solid #C9C3B1; box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1); transition: all 50ms linear;}
#all.ltocontent a:hover {border-color: #008752; box-shadow: 0 0 0 0.125rem rgba(0,115,70,0.1); margin: .3125rem -.3125rem 0 .3125rem;}
#all.ltocontent span.img {position: relative;display: block; overflow: hidden; width:100%; margin: 0 auto; transform: translateZ(0); padding:20px;}
#all.ltocontent span.imghover {position: absolute; width:100%;height:100%;left:0;top:0;border-radius: .8rem;background:linear-gradient(rgba(0,75,45,.95) 0%,rgba(0,75,45,.8) 100%); padding: 20px; display: flex; justify-content: center; align-items: center; text-align: center; transition:all .3s ease-out 0s; flex-direction: column; transform: scale(.9); opacity: 0;visibility: hidden;}
#all.ltocontent span.imghover span.title {position: relative; color:#fff; font-weight: 700; font-size: 18px; line-height: 24px; margin: 0 auto 10px;}
#all.ltocontent span.imghover span.btn {position: relative; max-height:35px;}
#all.ltocontent span.imghover span.btn:hover {}
#all.ltocontent a:hover span.imghover {opacity: 1; visibility: visible; transform: scale(1);}

/* 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: 5px; margin: 0 auto; background:#fff; border: 1px solid #d0d0d0; border-radius: 0.4rem;}
.lto-wrapper .outerlto:hover {}
.lto-wrapper.imageonly {border: 0 none;}
.lto-wrapper .outerlto img {position: relative; display: block; text-align: center; margin: 0px auto; width:100%;  padding: 0; border: none; border-radius: 0; background:#fff;}

#ltobox .links { display: block; float:left; position: relative;width:100%; margin:25px auto 0;}
#ltobox .links > ul {position: relative; 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 auto; padding: 0; }
#ltobox .links > ul li {position: relative; margin: 0; padding: 0 5px 10px; }
#ltobox .links > ul li a {min-width:150px; color:#fff;}

/* Mobile App */
.mobileappcontent .pagecontent > .row:nth-child(2) {}
.mobileappcontent .pagecontent > .row:nth-child(2) > div {display: flex; justify-content: space-around; align-items: center; flex-direction: column; margin-left: auto; margin-right: auto; }
.features {margin: 0;padding:0 0 0 0;position: relative; width:100%; display: block;}
.features h4.title {position: relative; width:100%; padding: 0; margin:0 0 10px; font-size: 1.5rem;}
.features ul {position: relative; width:100%;padding: 0 0 0; margin: 0 0 0 8px;}
.features ul li {position: relative; display: block; margin: 0 0 4px; padding: 0 0 0 0.75rem;}
.features ul li i {display: inline-block; font-size:9px; line-height:1; position:relative; top:-2px;margin: 0 8px 0 0; color:#a27bcd;}
.features ul li:before {display: none; content: '•'; color:#a27bcd;position: absolute;left: 0;}
.mobileappcontent img {width:250px; position: relative; margin: 0px auto 0 auto; text-align: center; display: block;}

.mobileappcontent .subtitle {position: relative; width:100%;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; text-align: center; justify-content: center; align-items: center; margin: 4.5rem auto 1.875rem auto;}
.mobileappcontent .subtitle h2 {background:#fff; display: block; position: relative; text-align: center; margin: 0; padding: 0 10px;}
.mobileappcontent .subtitle:after {content: ''; border-bottom: 1px solid #ddddd1; position: absolute; width:100%; height: 1px; z-index: -1; display:block;}

.mobileappcontent .pagecontent > .row:last-child {text-align: center;}
.appslides {background:none; padding: 0 0 40px 0; margin-top:40px; position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;}
.appslides .appbox {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; position: relative; }
.appslides .appbox > div {position: relative; padding: 1.25rem; background:#fff; border-radius: .8rem; border: 1px solid #c9c3b1; transition: all 50ms linear; box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1); margin:0 0 .3125rem 0; width:100%; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column; flex-grow: 1;-webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: start; justify-content: flex-start; -webkit-box-align: flex-start; -ms-flex-align: start; align-items: flex-start;text-align: left;}
.appslides .appbox > div:hover {border-color:#008752; box-shadow: 0 0 0 0.125rem rgba(0,115,70,0.1); margin: .3125rem -.3125rem 0 .3125rem;}

.appslides .appbox > div h2 {margin: 0 0 20px 0;}
.appslides .appbox > div h2 i {color:#a27bcd; position: relative; margin-right: 10px;}
.appslides .appbox > div ul {position: relative; display: block; padding: 0; margin: 0 auto 0 18px; width:100%;}
.appslides .appbox > div ul li {position: relative; padding: 0; margin: 0 0 3px; list-style: decimal; list-style-position: outside; }
.appslides .appbox > div ul li i {position: relative; top:2px;}
.appslides .appbox > div ul li i.fa-arrow-up-from-bracket {margin: 0 2px; font-size: 18px; color:#0046df;}
.appslides .appbox > div ul li i.bi-three-dots-vertical {vertical-align: middle;font-size: 24px; line-height: 1; top:auto;}
.appslides .appbox > div button.btn {position: relative;margin: 20px 0 0; flex-grow: 0;}

/* 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 .subtitle h4 {min-height: 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 {position: relative; border-bottom-color: #ddddd1}
#privacytable table td a {display: block; text-decoration:none;position: relative; }

#privacytable > div {margin-bottom: 25px;}
#privacytable .card {border:none; background:#fff; border-radius: 0; padding: 0; width:100%;}
#privacytable .card .card-header {padding: 1.25rem; border:none; border-radius: .625rem; background:#F4F3EC; background: linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%); margin: 0 0 20px;}
#privacytable .card .card-header h4 {margin:0;}
#privacytable .card .card-body {padding: 0; border: none;}
#privacytable .card-body h5 {margin-bottom: 10px;}
#privacytable .card-body p {margin-bottom: 16px;}
#privacytable .card-body p:last-child {margin: 0;}
#privacytable .card-body ul {margin: 0 0 16px 0;padding: 0 0 0 16px;position: relative;}
#privacytable .card-body ul:last-child {margin:0;}
#privacytable .card-body ul li {margin: 0 0 5px; list-style: none; position: relative;padding-left: 15px;}
#privacytable .card-body ul li:before {content: ''; position: absolute; top:7px;left: 0; width:8px; height:8px; background-color: #008752; border-radius: 50%;}
#privacytable .card-body ol {margin: 0 0 16px 0;padding: 0 0 0 16px;position: relative;}
#privacytable .card-body ol:last-child {margin:0;}
#privacytable .card-body ol li {margin: 0 0 5px; list-style: none; position: relative;padding-left: 15px;}
#privacytable .card-body ol li:before {content: ''; position: absolute; top:7px;left: 0; width:8px; height:8px; background-color: #008752; border-radius: 50%;}

/* Form Pages */
.formpage {float:left; width:100%; height:auto; display: block; position: relative; }
p.formpagetext {display: block; float:left; width: 100%; position: relative; text-align:left; margin-top: 0;}
.formpage p.formpagetext {font-size: 1.25rem; background-color:#f4f3ec; background:linear-gradient(180deg, #F4F3EC 0%, #EAE8E1 100%); padding: 1rem; border-radius: .625rem; margin: 0 auto 1.25rem auto;}
.formContainer p.smaller {margin:20px 0 0; padding: 0; font-size: 13px; float:left; width:100%; display: block; font-style: italic; text-align: center; font-weight: 400;}
.formContainer input[type=checkbox] {display:none;}
.formContainer {position: relative; float:left; width:100%; margin: 0px auto 0 auto; padding: 0px;}
.formContainer form {position: relative; /*background-color:#ffffff; padding: 1.25rem; border:1px solid #ddddd1; border-radius: .4rem;*/}
.formContainer form .row {position: relative;}
h3.suggesttitle {float:left; width:100%; display: block; position: relative; margin:10px 0 20px 0;line-height: normal; text-align: center;}

.formContainer .form-group {position: relative;}
.formContainer .form-group .form-control {position: relative; }
.formContainer .form-group textarea {height:auto;}
/*.formContainer .form-group ::-webkit-input-placeholder { opacity: 0.75;}
.formContainer .form-group :-moz-placeholder {opacity: 0.75;}
.formContainer .form-group ::-moz-placeholder { opacity: 0.75;}
.formContainer .form-group :-ms-input-placeholder {opacity: 0.75;}
.formContainer .form-group .placeholder {opacity: 0.75;}*/

.formContainer .form-control.valid {background-color: #fff;border-color:#AFEBD3;}
.formContainer .hasvalue .form-control {background-color:#fff;border-color:#AFEBD3;}

.formContainer .form-group .error .form-control {border-color:#cc0000; }
.formContainer .form-group .error .form-control:focus {box-shadow: inset 0 1px 2px transparent,0 .375rem .625rem -0.3125rem rgba(204,0,0,.15);}

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

.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:#EAE8E1;}
.formContainer .popover .popover-body {font-family: 'Lato', sans-serif; text-align:center; color:#2e2e2e; padding:0.6rem 1rem; font-size: 14px;line-height: 1.3;}
.formContainer .bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .form-container .bs-popover-top>.popover-arrow::before {border-top-color:#EAE8E1;}
.formContainer .bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .form-container .bs-popover-start>.popover-arrow::before {border-left-color:#EAE8E1;}
.formContainer .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .form-container .bs-popover-bottom>.popover-arrow::before {border-bottom-color:#EAE8E1;}
.formContainer .bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .form-container .bs-popover-end>.popover-arrow::before {border-right-color:#EAE8E1;}

.formContainer .select i.fa-sort {position: absolute; right: 40px; top:30%; color:#007346}

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

.formContainer #formresponse {float:left; width:100%; height:auto; position: relative;}
.formContainer #formresponse > div {position: relative;width: 100%;float: left; margin: 0; padding: 1.25rem 1.25rem; background-color:#e9e1f4; border-radius: .4rem; border:1px solid #C9B3E2;}
.formContainer #formresponse > div p {margin: 0; padding: 0; text-align: left;}
.formContainer #formresponse > div p span {font-weight: 700;}

.formContainer #formresponse > p {font-style: italic; margin: 0; color:#cc0000}
/* FAQS */
#faqs {float:left; width:100%; height: auto; position: relative; margin: 20px auto 0 auto;}
#faqs .faqs {position: relative; padding: 1rem; margin: 0 auto 1.5rem; background-color:#e9e1f4; border-radius: .4rem; border:1px solid #C9B3E2;}
.faqs .faq-header {position: relative; padding: 0rem 0rem 0rem 2rem; cursor: pointer; }
/*.faqs .faq-header:before, .faqs .faq-header:after {content: ''; position: absolute; top: 1.5rem; left: 0px; display: block; background-color: #c39752; height:3px; width:23px; border-radius: 2px;-webkit-transition: opacity .5s; -o-transition: opacity .5s; transition: opacity .5s;}
.faqs .faq-header:before {-webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
.faqs.activefaq .faq-header:after {opacity: 0;}*/
.faqs .faq-header h4 {position: relative; margin: 0;}
.faqs .faq-header h4 i {position: absolute; left: -2rem; color:#8364a5;}
.faqs .faq-body {display: none; position: relative; padding: 1rem 0 2px 2rem;}
.faqs .faq-body p {margin: 0; padding: 0; font-weight: 600;}

/* Contact */
.maincontent.onecol.contactpage > .container.bg-content .pagetitle h2 {margin-bottom: 1.875rem}
.contact-content {position: relative;display: inline-flex;justify-content: flex-start; align-items: center;text-align: left; margin: .625rem 0 0; }
.maincontent.onecol.contactpage > .container.bg-content p.maintext {font-size: 1.5rem; font-weight: 700;margin-top:0;}
.maincontent.onecol > .container.bg-content p.contact-content {font-size: 1.25rem; margin-top: .25rem; margin-bottom: .5rem;}
.maincontent.onecol.contactpage > .container.bg-content p:not(.maintext):not(.contact-content) {font-style:italic; margin-top:0;font-size: 1.5rem; }
.contact-content span {position: relative; display: inline-flex; width:auto;}
.contact-content span:nth-child(1) {padding: 0 10px 0 0;}
.contact-content span:nth-child(3) {padding: 0 0 0 10px;}
.contact-content span a {margin-left:5px; color:#AFEBD3;}
.contact-content span a:hover {color:#fff;}
.contact-content i {display: inline-flex; position: relative; padding: 0; font-size: 7px; height:100%; color: #fff;}

/** Information Pages **/
body.insidepage.infopage .navbar:after {display: none;}
#mainimage {position: relative; height:auto; overflow: hidden; z-index: 1; }
#mainimage .slideimage {position: relative;}
#mainimage .slideimage img {position: relative;display: block;width:100%;height:100%;object-fit: cover; font-family: 'object-fit:cover'; height:475px;}

#mainimage .caption {position: absolute; z-index: 2; top:0;left: 0; width:100%; height:100%;}
#mainimage .caption > div.container {position: relative;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; height:100%; flex-direction: column; padding-top: 1rem; padding-bottom: 1rem; align-items: flex-start;}
#mainimage .caption h2 {line-height: 1.15;}
#mainimage .caption p {margin-top: 1rem; margin-bottom: 0;}

#information {padding-bottom: .75rem; padding-top:.75rem; width:100%; position: relative; background-color:#004b2d; background:linear-gradient(0deg, #004b2d 0%, rgba(0,115,70,0.85) 100%); border-top: 1px solid rgba(255,255,255,0.9); z-index: 2;}
#information .container {}
#information:after {/*background-color:#004b2d; background:linear-gradient(0deg, #004b2d 0%, rgba(0,115,70,0.85) 100%); border-top: 1px solid rgba(255,255,255,0.9); bottom: 0; content: ''; display: block; height:100%; position: absolute; right: 0; width:100%; z-index: -1;*/}
#infoboxes {position: relative; height:auto;margin:0 auto 1.25rem auto; padding:0 0px 15px 0px; }

#infoboxes > div {margin-bottom: 1rem;}
#infoboxes .card {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; text-align: center; height: calc(100% - 6px); border-color:#C9C3B1; border-radius: .8rem; margin: 0 0 .3125rem 0; transition: all 50ms linear; box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1); text-decoration: none; padding: 1rem 10vw;}
#infoboxes .card:hover {margin: .3125rem -.3125rem 0 .3125rem; background-color: #fff; border-color:#008752; box-shadow: 0 0 0 0.125rem rgba(0,115,70,0.1);}
#infoboxes .card .card-body {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-direction:column; flex-direction: column; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; height:100%; padding: 0; flex: 1 1 auto; justify-content: center;}
#infoboxes .card .card-body i {position: relative; text-align: center; 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; margin: 0 0 15px; width:auto; font-size: 40px; color:#A27BCD; }
#infoboxes .card .card-title {position: relative; margin:0 auto 1rem auto; text-align: center; font-size: 1.25rem; width:100%; display: block; font-weight: 700;}
#infoboxes .card .bottomicon i {width:30px;height:30px; text-align: center; margin: 0 auto; background-color:#008752; color:#fff; border-radius: 50%; line-height: 30px; font-size: 1.375rem; padding: 0px 8px; display: block; position: relative;}
.inforow .card-body a {flex-grow: 0;}

a#closebox {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;width: 50px; height: 50px; line-height:1; margin:0; z-index: 42; position: absolute; right: 1.5rem; top: 1rem; -webkit-transition: 0.3s 0s all ease; transition: 0.3s 0s all ease; border: 2px solid #008752; color:#008752; background-color: none; text-align: center; text-decoration: none; -webkit-animation:none; animation: none; border-radius: 100%;}
a#closebox i {font-size:1.75rem; position: relative; line-height: 1; width:100%; height:auto;}
a#closebox:hover {border-color:transparent; color:#fff;background:#A27BCD;}

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;}
div.infobox.active {visibility: visible;opacity: 1;}

.infobox .shadow {box-shadow: 0 0px 30px rgba(0,0,0,.15) !important; border-radius: 5px; border:none;}

.insideinfo {display: block; position: relative; width:100%; height:auto; float:left; opacity: 0; transition: opacity 0.5s 400ms ease;}
div.infobox.active .insideinfo {opacity: 1;}

.insideinfo > .container {}
.insideinfo h2.title {text-align: center;padding: 0 15px; margin: 0 auto; }
.insideinfo h2.title > span {display: block; position: relative;}

.infotext {margin: 0 auto; position: relative; float:left; width: 100%; border-radius: 5px;}
.infotext > img {width: 900px; margin: 0 auto; display: block;}

.infotext p {margin-bottom: 1rem;}
.infotext > ul {padding-left: 1rem;position: relative;margin-left: .7rem;margin-bottom: 1rem;}
.infotext > ul li {list-style: disc; }

.infoform.formContainer {margin-top: 15px;}

.formbody .form-group ::-webkit-input-placeholder {opacity: 0;}
.formbody .form-group :-moz-placeholder {opacity: 0;}
.formbody .form-group ::-moz-placeholder {opacity: 0;}
.formbody .form-group :-ms-input-placeholder {opacity: 0;;}
.formbody .form-group .placeholder {opacity: 0;}

#formresponse2.modal .modal-content p {margin:0;}
#formresponse2.modal .modal-content p span.form-name {font-weight: 700;}

.insideinfo .formbody {font-weight: 400;  overflow:hidden;}
.formhead {width:100%; height:auto; position: relative; float:left;}
.formbody h3 {text-align: center; margin: 0px auto 1.75rem; float:left; width:100%; display:block; position: relative; }
.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: 400; }
.contacttext > span { font-size:1rem; line-height: 135%; 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 form .row {position: relative;}

.formbody .form-group {position: relative;}
.formbody .form-control {position: relative; border-radius: .375rem !important; background-color:#fafaf7; padding:.375rem .75rem; height:50px; line-height: 1.25; font-size: 16px;}
.formbody label {position: relative; padding: 0px 0px 0.5em; margin: 0; color:#2e2e2e;}
.formbody input:-webkit-autofill, .formbody input:-webkit-autofill:hover, .formbody input:-webkit-autofill:focus, .formbody textarea:-webkit-autofill, .formbody textarea:-webkit-autofill:hover, .formbody textarea:-webkit-autofill:focus, .formbody select:-webkit-autofill, .formbody select:-webkit-autofill:hover, .formbody select:-webkit-autofill:focus {background-color:#f7f7f7 !important; box-shadow: 0 0 0px 1000px #f7f7f7 inset;}
.formbody .form-control:focus {/*border:1px solid #000;box-shadow: inset 0 1px 2px transparent,0 .375rem .625rem -0.3125rem rgba(0, 0, 0,.15);*/}
.formbody .form-control.error {border:1px solid #bd2026;}
.formbody .form-control.error:focus {/*box-shadow: inset 0 1px 2px transparent,0 .375rem .625rem -0.3125rem rgba(189, 32, 38,.15);*/border-width:2px;}

.formbody .form-control.valid {background-color: #fff;border-color:#AFEBD3;}
.formbody .form-control.valid:focus {border-width: 1px;}
.formbody .hasvalue .form-control {background-color:#fff;border-color:#AFEBD3;}

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

/* Added Initial Field */
.formbody form span.initialfeeouter {float:left;position: relative; display: block; margin: 0 10px 0px 0; }
.formbody form span.initialfeeouter input.form-control {width:100px; padding: .5rem .5rem .5rem .5rem; font-style: italic; height:45px;}

.formbody form p {margin-bottom: 1rem; }

.formbody .signaturetable {text-align: left; align-items: flex-end;}
.formbody .signaturetable label {padding: 0.5em 0 0;}
.formbody .signaturetable input.form-control { border-radius: 0 !important; border-width:0px 0px 1px 0px; padding: 0.5rem; text-align: left; box-shadow: none;}
.formbody .signaturetable input.form-control:focus {filter:none;box-shadow: none;border-width:0px 0px 1px 0;border-color:#dee2e6;}
.formbody .signaturetable input.form-control.error {border-width:0px 0px 2px 0px;}
.formbody .signaturetable input#signaturedate {background-color:#fff;}
.formbody .signaturetable input[type=button]:disabled {background-color:#ffffff;}
.formbody .signaturetable #hiddenImage {display: none;}
.formbody .signaturetable #hiddenImage img {width:50%; border: 0 none !important;}

form#enrollment .popover-body {font-family: 'Lato',sans-serif; padding:0.75rem 1rem;}
form#enrollment .popover {box-shadow: 0 2px 4px rgba(0,0,0,0.15);}

/* Signatures */
#signature-modal.modal {z-index: 1061;}
#signature-modal .modal-header {border-bottom-color: #DDDDD1;}
#signature-modal .modal-body {border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom:none;}
#signature-modal .modal-footer {border-top: 0; text-align: center; background-color:#f4f3ec; justify-content: center; padding: 1.5rem; }
#signature-modal .modal-footer .btn {margin:0 10px 0 10px; width:auto; height:50px;}
#signature-modal .modal-footer .btn:hover {}
#signature-modal .modal-content {}
#signature-modal input.form-control {margin: 0 auto; background-color: #fff; height:44px;}
#signature-modal .form-control:focus {}
#signature-modal .form-control.error {border:1px solid #bd2026;}
#signature-modal .form-control.error:focus {box-shadow: inset 0 1px 2px transparent,0 .375rem .625rem -0.3125rem rgba(189, 32, 38,.15);}
#signature-modal ::-webkit-input-placeholder {font-weight:500;}
#signature-modal :-moz-placeholder {font-weight: 500;}
#signature-modal ::-moz-placeholder {font-weight: 500;}
#signature-modal :-ms-input-placeholder {font-weight: 500;}
#signature-modal .placeholder {font-weight: 500;}

.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: 0.5rem; padding: 10px 5px; margin-bottom: 1rem;}
#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 #DDDDD1; 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;}

body.infopage .tooltip-inner {padding: .5rem; font-family: 'Lato', sans-serif; font-size: 15px; max-width: 220px;}
body.infopage .tooltip-inner span {position: relative; display: block;line-height: 120%;}
body.infopage .tooltip-inner span.first {margin-bottom: 5px;font-weight: 500;}
body.infopage .tooltip-inner span.last {font-style: italic;}

/* Response */
.formouter .formbody > #enrollformresponse {display: -webkit-box; display:-ms-flexbox; display:flex; width:100%; -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; }
.formouter .formbody > #enrollformresponse > div {position: relative;}
.formouter .formbody > #enrollformresponse > div > div {position: relative;}

.formbody.success .leftoutput img {width:150px; box-shadow: 0px 4px 17px rgba(0,0,0,.25); margin: 0 auto; display: block; position: relative;}

.formbody.success .rightoutput {text-align: center; position: relative;}
.formbody.success .rightoutput h3 {margin-top:1.5rem;margin-bottom: 1rem; }
.formbody.success .rightoutput h5 {margin-bottom: .5rem; position: relative;}
.formbody.success .rightoutput a {position: relative; border:none;background:none; padding:0.5rem 0 0 0;}
.formbody.success .rightoutput a:hover {}
.formbody.success .rightoutput a i {display: none; position: relative; font-size: 1rem; margin-left: 7px;}

.formbody.success .otherLinks {float:left; width:100%; margin: 25px auto 0 auto; padding: 25px 0 0 0; border-top: 1px solid #F4F3EC; text-align: center;}
.formbody.success .otherLinks .btn {color:#fff;}

/** HOLIDAY SHOPPING **/
.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: 0; flex-direction: column;}
.holidayoffers .controls {margin: 0 auto 2rem; width:100%; display: flex; align-items: center; justify-content: flex-start; }
.holidayoffers .controls > span {}
.holidayoffers .controls .btn {word-wrap: normal; width:auto;display: flex; flex-grow: 0; flex-basis: auto; margin: 0 5px;}

.holidayoffers .offers .row {-webkit-box-pack:center; -ms-flex-pack:center; justify-content: center;}
.holidayoffers .card {position: relative;  transition:all .2s ease; height:100%;border:none; border-radius: 0;box-shadow: none;}
.holidayoffers .card .card-body {position: relative; padding: 1.25rem; margin:0 0 .3125rem 0; background:#fff; border-radius: .8rem;border:1px solid #c9c3b1;transition: all 50ms linear; width:100%; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; flex-direction: column; flex-grow: 1;-webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: start; justify-content: space-between; -webkit-box-align: flex-start; -ms-flex-align: start; align-items: flex-start;text-align: left; box-shadow: .3125rem .3125rem 0 0 rgba(0,0,0,0.1);}
.holidayoffers .card .card-body:hover {box-shadow: 0 0 0 0.125rem rgba(0,115,70,0.1); margin: .3125rem -.3125rem 0 .3125rem; border-color: #008752;}
.holidayoffers h5.card-title {position: relative; display: none;}
.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; margin-top:.5rem;}
.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;position: relative; margin: 10px 0 0; flex-grow: 0;  width:auto; color:#fff;}

.holidayoffers .card-img {display: block; position: relative; width:125px; margin: 0 0 10px;}
.holidayoffers p.card-text.date {}
.holidayoffers p.card-text.offercode {font-weight: 700; }
.holidayoffers hr {margin:.75rem auto; width:100%; border-color:#c9c3b1}

#holidayoffers.modal .modal-header h5 {text-align: center; padding: 0 30px; }
#holidayoffers.modal .modal-content {text-align: center;}
#holidayoffers.modal h4 {}
#holidayoffers.modal p {width:100%; text-align: center; position: relative; margin: 0;}
#holidayoffers.modal a.btn {text-decoration: none;margin-left: auto;margin-right: auto;margin-top:1rem;flex-grow: 0; width:auto; color:#fff;}

@media (min-width: 576px) {
    #holidayoffers.modal .modal-dialog {max-width: 600px;}
    .holidayoffers .card-img {width:150px;}
    
    .holidayoffers .controls {justify-content: flex-end;}
}

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