/* font-family:'Swiss 721 W01'; */

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

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

*:not(.form-control), *:before, *:after {
-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */
}
/*
body::-webkit-scrollbar {width: 9px;}
body::-webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);}
body::-webkit-scrollbar-thumb { background-color: #aaa; outline: none !important; border-radius: 10px;}
*/

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

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

img { outline: 0; border: 0;}
a {-webkit-transition:all 500ms ease;-moz-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transition:all 500ms ease;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:'Swiss 721 W01'; font-weight:normal; font-style:normal; font-size: 16px; line-height:1.42857;  color: #333; padding: 0px; margin: 0px; text-rendering: optimizeLegibility; position:relative; overflow-x: hidden; word-wrap: break-word; background:#fff; /*-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 {}
.btn.focus, .btn:focus {box-shadow: none !important;}

div { display: block; }
ol, ul {list-style: none;margin:0 0 24px;padding:0;}
ul li { list-style: none; padding: 0; line-height: 1.5em; margin-bottom:12px}
ol li {list-style: none; padding: 0; line-height: 1.5em; margin-bottom:12px}
p {margin: 0 0 12.5px; padding: 0; letter-spacing: 0.02rem; line-height: 1.5}

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

h1,h2,h3,h4, h5 {font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: -0.5px; margin-top:25px; margin-bottom: 12.5px;}
h1 {font-size: 2.25em; line-height: 2.25em; margin-top: 0;}
h2 {font-size: 1.875em; line-height:1.25em;}
h3 {font-size: 1.6875em; line-height:1.6875em}
h4 {font-size: 1.5em; line-height:1.5em}
h5 {font-size: 1.25em; line-height:1.25em; margin:12.5px 0 12.5px 0;}

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

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

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

.form-control, .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: inherit;}

.modal.fade.show {opacity: 1;}
.modal-header {text-align: center; padding: 15px 1rem; position: relative;}
.modal-header h5 {text-align: left; display: block;width:100%; padding: 0px 50px 0px 0px;margin: 0; color:#fff;}
.modal-header button.close {outline: none !important; text-shadow: none; margin: 0; position: absolute; padding:0;right:20px; top:10px;color:#003fc6; opacity: 1 !important; font-size: 20px; width:44px; height:44px; background-color:#fff; border-radius: 50%; line-height: 44px; -webkit-transition: 0.3s 0s background-color ease; transition: 0.3s 0s background-color ease;}
.modal-header button.close:hover {background-color:#eb3987; color:#fff;}
.modal-body {background-color:#fff; border-bottom-left-radius:calc(.3rem - 1px); border-bottom-right-radius:calc(.3rem - 1px);}
.modal-content {background-color:#002472; border:none; box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.2);}

.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.lto .modal-dialog {max-width:100%;}
.modal.lto .modal-header .print {position: relative;}
.modal.lto .modal-header .print .btn {margin:0;padding:0px; color:#fff; text-decoration: underline; font-size:20px; line-height:1;}
.modal.lto .modal-header .print .btn i {font-size:16px; position: relative; margin-right: 8px;}

.modal.modal-instructions .modal-body {text-align: center;}
.modal.modal-instructions a.print-installation {background-color: #003fc6; border-radius: 40px; color:#fff; font-size: 16px; padding: 10px 20px; border-color:rgba(0,0,0,0); margin: 0 auto 10px auto;}
.modal.modal-instructions a.print-installation i {position: relative; margin-right: 8px;}
.modal.modal-instructions a.print-installation:hover {background-color: #eb3987; border-color:#eb3987; color:#fff;}

.btn.form {background-color:#003fc6; border-radius: 40px; color:#fff; font-size: 16px; font-weight:700; margin-bottom: 10px; margin-top:10px; padding: 13px 35px; border-color:rgba(0,0,0,0);}
.btn.form:hover {background-color: #eb3987; border-color:#eb3987; color:#fff;}
.btn.form:active {box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}

/* Main Elements */
.pagewrapper { position: relative;display: block; -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0;}
.pagewrapper.ieFade {-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1; }
#main {position: relative;width:100%; float:left;}
#main a {}

/* Header */
header {position: relative;}
header .tophead {background:#ebebeb; border-bottom-right-radius:50px; position: relative; }
.tophead > .container {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack:flex-end; -ms-flex-pack:end; justify-content: flex-end; height: 33px;}
.sitetitle {color:#595959; font-size: 13px; padding: 5px;}

.bottomhead {background-color:#fff; position: relative;}
.bottomhead > .container {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: space-between; -ms-flex-pack:justify; justify-content: space-between; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; height:auto;}
.bottomhead .logo {position: relative;}
.bottomhead .logo a {}
.bottomhead .logo img {height:130px; max-width: 155px; min-width: 105px; padding: 10px; width:100%;}
.buttonwrapper {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;}
body.insidepage .bottomhead .logo img {margin-top:15px; margin-bottom: 15px;}
.buttonwrapper .search-toggle {background-color: #fff; border-radius: 50%; border: 0 none; height:58px; margin-right:20px; padding: 15px 10px;transition: 0.3s 0s background-color ease; width: 58px; position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; }
.buttonwrapper .search-toggle i {color:#003fc6; font-size: 21px; position: absolute; transition: 0.3s 0s color ease;}
.buttonwrapper .search-toggle:hover {background-color:#eb3987;}
.buttonwrapper .search-toggle:hover i {color:#fff;}

.buttonwrapper .menu-toggle {background-color:#003fc6; border-radius: 50%; height: 58px; width: 58px; border: 0 none; padding: 15px 10px; transition: 0.3s 0s background-color ease; 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; }
.buttonwrapper .menu-toggle i {color:#fff; font-size: 29px; position: absolute;}
.buttonwrapper .menu-toggle:hover {background-color:#eb3987;}

/* Menu */
#mainmenu {background-color: #fff;bottom: 0; height: calc(100vh - 130px); position: fixed; right: -100%; top: 130px; -webkit-transition: all .6s cubic-bezier(0.55, 0, 0.1, 1); transition: all .6s cubic-bezier(0.55, 0, 0.1, 1); width: 100%; z-index: 1062; overflow: hidden;}
html.showmenu #mainmenu {right: 0;}
#mainmenu a.close-menu {display: none; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; background-color:#003fc6; border-radius: 50%; width: 58px; height:58px; margin: 60px 0 30px calc(100% - 100px); padding: 15px 10px; transition: 0.3s 0s background-color ease;}
#mainmenu a.close-menu i {font-size: 20px; color:#fff; position: absolute; transition: 0.3s 0s color ease;}
#mainmenu a.close-menu:hover {background-color:#eb3987;}

#mainmenu ul.navbar-nav {width:100%; margin: 0;}
#mainmenu ul.navbar-nav > li {display: block; position: relative; margin: 0; transition: 0.3s 0s background-color ease; float:left; width:100%;}
#mainmenu ul.navbar-nav > li:hover {background-color:#e8f7fc;}
#mainmenu ul.navbar-nav > li > a {border-top:1px solid #ebebeb; color:#003fc6; font-size:18px; font-weight: 700; padding: 15px 20px;}
#mainmenu ul.navbar-nav > li:last-child > a {border-bottom:1px solid #ebebeb; }

#mainmenu .submenu {position: fixed; right:-100%; top:130px; bottom:0; width:100%; background-color: #fff; z-index: 1001; -webkit-transition:all 0.5s; transition:all 0.5s; -webkit-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0);}
#mainmenu .submenu.subopen {right: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
#mainmenu .submenu ul {width:100%;}
#mainmenu .submenu ul li {display: block; position: relative; margin: 0; transition: 0.3s 0s background-color ease; float:left; width:100%;}
#mainmenu .submenu ul li:hover {background-color:#e8f7fc;}
#mainmenu .submenu ul li.nothing {border-top:1px solid #ebebeb; font-size:18px; font-style: italic; padding:15px 20px 15px 40px; display: block; position: relative;}
#mainmenu .submenu ul li.nothing:hover {background-color:transparent;}
#mainmenu .submenu ul li a {border-top:1px solid #ebebeb; color:#003fc6; font-size:18px; font-weight: 700; padding: 15px 20px 15px 20px; display: block; position: relative; }
#mainmenu .submenu ul li:last-child > a {border-bottom:1px solid #ebebeb; }

#mainmenu .submenu ul li a:not(.mp-back) {padding:15px 20px 15px 40px;}
#mainmenu .submenu a.mp-back i {margin-right:10px; position: relative; top:1px;}

#searchmenu {background-color: #002472; opacity: 0; pointer-events: none; position: absolute; transition: 0.3s 0s opacity ease; width:100vw; top:130px; right: 0; left: 0; height: calc(100vh - 130px); width:100%; z-index: 1000;}
html.showsearch #searchmenu {opacity: 1; pointer-events: initial;}
#searchmenu a.close-search {display: none; -webkit-box-pack:center; -ms-flex-pack:center; justify-content: center; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; background-color:#fff; border-radius: 50%; width:58px; height: 58px;margin: 0 0 0 calc(100% - 58px); padding: 15px 10px; transition: 0.3s 0s background-color ease; }
#searchmenu a.close-search i {color:#003fc6; font-size: 20px; position: absolute; transition: 0.3s 0s color ease;}
#searchmenu a.close-search:hover {background-color:#003fc6;}
#searchmenu a.close-search:hover i {color:#fff;}

#searchmenu > div.container {position: relative; padding: 40px 30px;}
#searchmenu form {max-width:1155px; width:100%; position: relative; overflow: hidden; margin: 10px 0 0 0;}
#searchmenu form input {height:60px; border-radius: 50px; margin: 0px; padding: 10px 60px 10px 30px; border: 0 none; position: relative; font-size: 16px; line-height:1.42857; color:#555; background-color: #fff;}
#searchmenu form button {position: absolute; border:0 none; -webkit-appearance: none; appearance: none; background:none;color:#003fc6; font-size: 24px; right: 0px; top:0px; z-index: 1; width:60px; height: 60px; text-align: center;}

#menubg {background-color: rgba(0,36,114,0.75); bottom:0;left: 0; right:0; top: 0;opacity: 0; pointer-events: none; position: fixed; transition: 0.3s 0s opacity ease; width: 100vw; z-index: 1061; }
html.showmenu #menubg {opacity: 1;}

/* Footer */
footer {background:linear-gradient(213deg, #0a44c3 0%, #032770 40%); position: relative; width:100%; height:auto;text-align: center; color:#fff; overflow: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
footer:before {background:linear-gradient(213deg, #0a44c3 0%, #032770 40%); content: ''; height:100%; position: absolute; right: -30px; top:0; width:100vw; z-index: -10;}
footer .container {padding-top:20px; padding-bottom: 20px; position: relative;}
footer .copyright {display: block; padding-bottom: 10px; letter-spacing: 0.02rem; line-height: 1.5; font-weight: 400; font-size: 16px; width:100%;} 
footer .footerlinks {position: relative; width:100%; text-align: center;margin:0;}
footer .footerlinks a {display: inline-block; color:#f8f8f8; padding: 0px; margin: 0 10px; line-height: 1.5;text-decoration: none;}
footer .footerlinks a:before {content: ''; position: absolute; height:72%; width:2px; background-color:#fff;top:14%; left: -13px;}
footer .footerlinks a:first-child:before {display: none;}
footer .footerlinks a:after {background-color: transparent; content: ''; transition: 0.5s background-color;}
footer .footerlinks a:hover:after {background-color: #00a1e0; content: ''; height: 2px; left: 0; position: absolute; top:22px; width:100%;}

/* Index */
#indexslides {position: relative; display: block; height:auto; overflow: hidden; z-index: 1; }
#indexslides .item {position: relative; float:left; }
#indexslides .item:before {background: linear-gradient(297deg, #032770, rgba(3,39,112,0) 50%); border-bottom-right-radius: 40px; border-top-right-radius: 40px; content: ''; display: inline-block; height:100%; left: 0; opacity: 65%; position: absolute; top: 0; width: 100%;}
#indexslides .item img {display: block; max-width: 100%; height:auto; border-bottom-right-radius: 40px; border-top-right-radius: 40px; object-fit: cover; height: 350px; width:100%; font-family: "object-fit:cover";}

#indexslides .caption {position: absolute; z-index: 3; bottom:0; left:5%; right:5%; margin: 0 auto; width:auto;height: 100%; text-align: left; 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; padding: 0 10px; }
#indexslides .caption > div {width:75%; position: relative; border-radius: 22px; background-color:rgba(255,255,255,0.8); padding: 20px 15px;}
#indexslides .caption h3 {display: block; position: relative; color:#0033a1;line-height: 1.3; margin: 0 auto 20px auto;}
#indexslides .caption p {font-size: 18px;}
#indexslides .caption a.btn.form {float:left; width:auto; text-align: center;}

#indexslides .item.newvendors .caption {z-index: 10;}
#indexslides .item.newvendors .caption h3 {line-height: 1; margin: 0 auto 5px auto;}
#indexslides .item.newvendors .caption ul {position: relative; float:left; width:100%; height:auto; max-height: 500px; margin: 10px auto 5px auto; padding-left:10px;}
#indexslides .item.newvendors .caption ul li {display: block; float:left; position: relative; width: 50%; margin: 0; padding: 0;}
#indexslides .item.newvendors .caption ul li a {color:#003fc6; display: inline-block; position: relative; padding: 5px 0; line-height: 1.2;}
#indexslides .item.newvendors .caption ul li a:after {background-color: transparent; content: ''; transition: 0.5s background-color;}
#indexslides .item.newvendors .caption ul li a:hover:after {background-color: #eb3987; content: ''; height: 1px; left: 0; position: absolute; top:24px; width:100%;}
#indexslides .item.newvendors .caption ul li a:hover {}
#indexslides .item.newvendors .caption a.d-md-block {padding-left:10px;}


#indexslides .slick-arrow {position: absolute; top:0; bottom: 0; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -ms-flex-line-pack: center; width:auto; color:#0033a1; text-align: center;opacity: 0.5; border:0 none; background: none; -webkit-appearance: none; appearance: none; z-index: 5; font-size: 24px;}
#indexslides .slick-arrow:hover {text-decoration: none; outline: 0; opacity: 1;}
#indexslides .slick-arrow.slick-prev {left: 10px;}
#indexslides .slick-arrow.slick-next {right: 10px;}
#indexslides .slick-arrow i {position: relative;}

.indexmiddle {position: relative;}
.indexmiddle .container > .row {position: relative; background-color:#fff; padding: 2em 0 1em;}
.indexmiddle .col-6 {text-align: center; margin-bottom: 15px;}
.indexmiddle a.btn {position: relative; padding: 0;}
.indexmiddle a.btn:active {background-image:none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}
.indexmiddle a.btn > img {width:50px;height:50px;}
.indexmiddle a.btn > span {position: relative; color:#0033a1; display: block; font-size: 16px;}
.indexmiddle a.btn > span > i {font-size: 18px; position: relative;  font-weight: bold; margin-left: 10px; top:1px;}
.indexmiddle a.btn:hover > span > i {color:#24c1ff;}

.indexsubscribe {position: relative; background: transparent linear-gradient(161deg, #0a44c3 0%, #052262 100%) 0% 0% no-repeat padding-box; padding-bottom: 25px;padding-top: 25px;}
.indexsubscribe .col-lg-6.indexleft {margin-top:10px; position: relative;}
.indexsubscribe .col-lg-6.indexleft:before {background-color:#00a1e0; border: 1px solid #00a1e0; border-radius: 50px; content: ''; height: 6px; position: absolute; width:3em;}
.indexsubscribe h2 {font-size: 36px; font-weight: 600; margin-bottom: 25px; color:#fff; line-height: 1;}
.indexsubscribe p {font-weight: 300; color:#fff; width: 90%; position: relative; display: block; padding: 0 0 20px 0;}
.indexsubscribe p span {display: block; font-style: italic;}

.indexsubscribe form input[type=checkbox] {display:none;}
.indexsubscribe .form-container {width:100%; display:block; margin: 10px auto 0 auto; float:left;}
.indexsubscribe .form-container form {width:100%; margin: 0 auto; padding: 0; position: relative; height:auto; float:left;}
.indexsubscribe .form-container .form-group {float:left; margin: 0 auto 20px auto;position: relative; display:block; width:100%; }
.indexsubscribe form label.control-label {font-family: 'Montserrat', sans-serif; color:#fff; letter-spacing: -0.5px; line-height: 1; font-weight: 600; display: block; width:100%;}
.indexsubscribe form input {display: block; width:100%; background-color:#fff; border:2px solid transparent; border-radius: 22px; -webkit-transition: border-color 0.25s; transition: border-color 0.25s; height:46px; font-size: 16px; line-height: 1.42857; -webkit-appearance: none; appearance: none; background-clip: padding-box; color:#555; font-family: 'Swiss 721 W01', sans-serif; font-weight: 400;}
.indexsubscribe form input:focus {border-color:#00a1e0}
.indexsubscribe form input:hover {border-color:#00a1e0}
.indexsubscribe form .form-actions {float:left; width:100%; height: auto; margin: 5px 0 0 0; text-align: center;}
.indexsubscribe form .form-actions button {background-color: transparent; border-color:#24c1ff; width:auto; min-width: 175px;margin:0;}
.indexsubscribe form .form-actions button:hover {background-color: #fff; border-color:#fff; color:#0033a1;}
.indexsubscribe form input.error {border-color:red;}
.indexsubscribe form span.eac-sugg {top:4px !important;}

.indexsubscribe .popover.fade {opacity: 1; z-index: 10;}
.indexsubscribe .popover {background-color:#fff; border-color:#ddd;border-radius:.3rem; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15); box-shadow: 0 2px 4px rgba(0,0,0,0.15);}
.indexsubscribe .popover .popover-body {color:#555; font-weight: normal; font-size: 14px; font-family: 'Swiss 721 W01', sans-serif; text-align: center; letter-spacing: normal;}

.indexsubscribe #formresponse {position: relative;}
.indexsubscribe #formresponse > div {padding: 15px 15px; border:1px solid #00a1e0}
.indexsubscribe #formresponse > div p {margin: 0; padding: 0; color:#333;}

.indexbottom {position: relative; background-color:#fff; margin-top: 60px; margin-bottom: 60px; float: left;width:100%;}
.indexbottom .col-12 {position: relative;}
.indexbottom .col-12:before {background-color:#76bd22; border: 1px solid #76bd22; border-radius: 50px; content: ''; height: 6px; position: absolute; width:3em;}
.indexbottom h3 {color:#0033a1; font-size: 27px; font-weight: 800; line-height: 1; margin-bottom: 25px;}
#categoryslide {position: relative; display: block; height:auto; margin: 0 auto; width:100%;}
#categoryslide .item {position: relative; padding: 10px 10px;}
#categoryslide a {position: relative;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -ms-flex-line-pack: center; flex-direction: column;}
#categoryslide a {padding: 10px 10px 10px; border-radius: 0px; -webkit-transition:none; transition:none; min-height:140px; color:#141414;text-decoration: none; border:1px solid #ccc; background-color:#fff;text-align: center; line-height: 1.2; font-weight: 600;}
#categoryslide a:hover {background-color:#f8f8f8;}
#categoryslide a i {width:40px; height: 40px; margin: 0 auto 5px auto; font-size: 40px; text-align: center; position: relative; display: block; line-height: 1; display: block; top:0px; color:#eb3987;}
#categoryslide a span.name {padding: 0px 0 0 0; text-align: center;position: relative; display: table; width:100%; height: 50px;}
#categoryslide a span.name > span {display: table-cell; vertical-align: middle;}

.category-arrows {position: relative; z-index: 9;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;  -ms-flex-line-pack: center; align-content: center; -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:100%; margin-top: 15px;}
.category-arrows button {-webkit-appearance: none; appearance: none; width:50px; height: 50px; border-radius: 50%; border: 0 none; -webkit-transition: background-color .1s ease; transition: background-color .1s ease; margin: 0 4px; background-color:#003fc6; color:#fff;  position: relative; padding: 0; }
.category-arrows button i {position: relative; font-size: 19px; line-height: 50px; width:auto;}
.category-arrows button:hover {background-color:#bfedff;color:#003fc6;}
/*
#categoryslide .slick-arrow {position: absolute; top:0; bottom:0; left: 0;width:auto; font-size:18px;color:#003fc6; text-align: center; background-color: transparent; z-index: 5; border: 0 none; }
#categoryslide .slick-arrow:hover {color:#24c1ff; text-decoration: none; outline: 0;}
#categoryslide .slick-arrow i {position: relative;}
#categoryslide .slick-arrow.slick-prev {left: -10px;}
#categoryslide .slick-arrow.slick-prev i {}
#categoryslide .slick-arrow.slick-next {left:auto; right: -10px;}
#categoryslide .slick-arrow.slick-next i {}
*/

/* Inside Pages */
.pagetitle {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;background: linear-gradient(286deg, #06379e 0%, #0a44c3 100%); height:9em; border-bottom-right-radius: 50px; border-top-right-radius: 50px; opacity: 95%;}
.pagetitle h1 {color:#fff; font-weight: 700; line-height: 1;}

.breadcrumbs {position: relative; margin: 0 0 25px; padding-top: 8px; padding-bottom: 8px;}
.breadcrumbs a {float:left; position: relative; display: block; color:#003fc6; font-size: 16px; text-decoration: none; line-height: 22px;}
.breadcrumbs a.last {color:#333; cursor: text;}
.breadcrumbs a.ltolast {color:#333; cursor: text;}
.breadcrumbs span {float:left; position: relative; display: block; color:#ccc; padding: 0 10px;}

.breadcrumbs div.prev-breadcrumb {display: none; float:left; position: relative;}
.breadcrumbs div.prev-breadcrumb a {float:left; position: relative; font-size: 16px; color:#003fc6; text-decoration: none; line-height: 26px;}
.breadcrumbs div.prev-breadcrumb a i {color:#003fc6; position: relative; font-size: 12px; margin-right:10px; top:-1px;}

.leftcolumn {position: relative;}
.rightcolumn {position: relative;}

.innercontent {position: relative; float:left; width:100%; padding-bottom: 60px;}
.ajaxcontent {position: relative; float:left; width:100%;}

.innercontent p > a {color:#003fc6; position: relative; text-decoration: underline; text-decoration-color: #003fc6; text-underline-offset: 5px; -webkit-transition: 0.5s text-decoration-color; transition: 0.5s text-decoration-color;}
.innercontent p > a:hover {text-decoration-color: #eb3987;}

.navtitle {position: relative; padding: 0; margin: 0;}
.navtitle > h3 {border-bottom: 1px solid #ccc;font-size: 1.125em; letter-spacing: 0;line-height: 1; margin-bottom: 0;padding-bottom:25px; padding-left: 10px; color:#141414; font-weight: 600;}
.navtitle > h3 > a {color:#141414; font-weight: 600;}
.navtitle > h3 > a:hover {text-decoration: underline; color:#141414;}

.navtitle > a.toggle {/*background-color:#f8f8f8; border: 1px solid #ccc; border-radius: 15px; margin: 10px auto 25px auto; padding: 13px 15px; float:left; */box-shadow: none; color:#595959; font-weight: 600; height:auto; text-align: left;  font-size: 18px; line-height:1.42857; position: relative; width:100%; padding: 13px 15px;}
.navtitle > a.toggle > i {position: absolute; font-size: 12px; height:12px; width:auto; color:#9d9d9d; right:20px; top:50%; margin-top:-6px;}
.navtitle > a.toggle.accordionshow i {-webkit-transform: rotate(180deg);-moz-transform:rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}

#accordion > ul {padding:0;margin:0; position: relative; width:100%; }
#accordion > ul > li {float:left; width:100%; display: block; position: relative; line-height:1.5em; margin:0; border-bottom: 1px solid #ccc;}
#accordion > ul > li > a {display: block; position: relative; padding: 10px 16px; color:#141414; -webkit-transition: background-color 0.25s; transition: background-color 0.25s;}
#accordion > ul > li > a:hover {color:#141414;}
#accordion > ul > li.active > a {background-color:#0033a1; color:#fff;}
#accordion > ul > li > a.activelink {background-color:#0033a1; color:#fff;}

#accordion > ul ul {position: relative; transition: all 1s ease; width:100%; padding: 0; margin: 0;}
#accordion > ul ul li {position: relative; display: block; float:left; width:100%; margin: 0; padding: 0; line-height:1.5em;}
#accordion > ul ul li:before {content: '•'; color:#00a1e0; display: block; font-size: 1.5em; transition: 0.5s color; top:6px; position: relative; display: inline-block; float:left; padding-left: 15px;}
#accordion > ul ul li a {display: block; position: relative; color:#141414; padding: 5px 10px 5px 37px; -webkit-transition: none; transition: none; font-size: 15px;}
#accordion > ul ul li a:hover {text-decoration: underline; text-decoration-color: #003fc6; text-underline-offset: 5px;}
#accordion > ul ul li a:before {}
#accordion > ul ul li.active a {font-weight: 500;}
#accordion > ul ul li.active a:before {color:#eb3987;}

#accordion > ul li.active ul.addscroll {max-height:300px;}
#accordion > ul ul .mCustomScrollBox {width:100%;}
#accordion > ul ul .mCSB_scrollTools {right: 0;}
.mCSB_scrollTools a {border:none;background:none;}

/* Directions accordion */
#accordion > ul > li.single ul {display: none;}
/* End Directions accordion */

#busaccordion > ul {padding:0;margin:0; position: relative; width:100%; }
#busaccordion > ul > li {float:left; width:100%; display: block; position: relative; line-height:1.5em; margin:0; border: none; border-radius: 0; border-bottom: 1px solid #ccc;}
#busaccordion > ul > li > a {display: block; position: relative; padding: 10px 16px; color:#141414; -webkit-transition: background-color 0.25s; transition: background-color 0.25s; border: 0 none; border-radius: 0; background-color:transparent;}
#busaccordion > ul > li > a:hover {color:#141414;}
#busaccordion > ul > li > a.activelink {background-color:#0033a1; color:#fff;}
#busaccordion > ul > li.active > a {background-color:#0033a1; color:#fff;}

#busaccordion > ul ul {position: relative; transition: all 1s ease; width:100%; padding: 0; margin: 0;}
#busaccordion > ul ul li {position: relative; display: block; float:left; width:100%; margin: 0; padding: 0; line-height:1.5em;}
#busaccordion > ul ul li:before {content: '•'; color:#00a1e0; display: block; font-size: 1.5em; transition: 0.5s color; top:6px; position: relative; display: inline-block; float:left; padding-left: 15px;}
#busaccordion > ul ul li a {display: block; position: relative; color:#141414; padding: 5px 10px 5px 37px; -webkit-transition: none; transition: none; font-size: 15px;}
#busaccordion > ul ul li a:hover {text-decoration: underline; text-decoration-color: #003fc6; text-underline-offset: 5px;}
#busaccordion > ul ul li a:before {}
#busaccordion > ul ul li.active a {font-weight: 500;}
#busaccordion > ul ul li.active a:before {color:#eb3987;}

.mixitup-page-list {display: -webkit-box; display:-ms-flexbox; display:flex; padding: 20px 0 0 0;margin: 15px auto 0 auto; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-top: 1px solid #f8f8f8; border-radius: 0px;}

.mixitup-page-list a {text-decoration: none; cursor: pointer; border:1px solid #e2e8ef; font-size: 16px; color:#141414; font-weight: 400;}
.mixitup-page-list a.pager.mixitup-pager-active {color:#0033a1; background-color: #fff;}
.mixitup-page-list li.page-item {margin: 0;}
.mixitup-page-list li.page-item.active a.pager {}
.mixitup-page-list a.pager:hover {background-color:#f8f8f8;color:#0033a1;}
.mixitup-page-list li.page-item a {}

.mixitup-page-list a.pager.mixitup-pager-first {border-radius: 4px 0px 0px 4px;}
.mixitup-page-list a.pager.mixitup-pager-last {border-radius: 0px 4px 4px 0px;}

.mixitup-page-list a.mixitup-pager-prev {color:#141414;background-color:transparent;border-color:transparent; }
.mixitup-page-list a.mixitup-pager-prev i {position: relative; font-size: 14px; top:1px}
.mixitup-page-list a.mixitup-pager-next {color:#141414;background-color:transparent;border-color:transparent; }
.mixitup-page-list a.mixitup-pager-next i {position: relative; font-size: 14px; top:1px}
.mixitup-page-list a.mixitup-pager-disabled {color:#eee; cursor: not-allowed;}
.mixitup-page-list a.mixitup-pager-disabled:hover {color:#eee;}

#cat.hidepager .mixitup-page-list {display:none;}
.mixitup-mixitup-page-list-disabled {display:none;}

/* Discounts & Program Info */
.toplinks {margin-top: 30px;}
.toplinks .col-12 { margin-bottom: 20px;}
.toplinks a {background-color:#fff; padding: 20px 10px; border-radius: 20px; height:auto; -webkit-box-pack: center;-ms-flex-pack: center; justify-content: center; display: -webkit-box; display:-ms-flexbox; display:flex;-webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; -ms-flex-direction: column; flex-direction: column; text-align: center; border: 1px solid #ccc; color:#003fc6; font-weight: 700; font-size: 16px; letter-spacing: -0.5px;}
.toplinks a:hover {color:#003fc6; background-color:#f8f8f8;}
.toplinks a span { text-decoration: underline; text-decoration-color: #003fc6; text-underline-offset: 5px; transition: 0.5s text-decoration-color; position: relative; display: block;}
.toplinks a:hover span {text-decoration-color: #eb3987;}
.toplinks a img {height:65px; margin: 0 auto 10px; width:auto;}

/* Category */
.discountcontent {float:left; width:100%; height:auto; position: relative; display:block; margin:0px auto 0px auto;}
#allCat .subtitle > h2 {display: none; margin-top:0;}
#allCat .subtitle > h2.active {display: block;}
#allCat {position: relative; display:block; float:left; width:100%; height:auto; margin: 25px auto 0; padding: 0;}
#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-left: 15px; padding-right:15px; padding-top:10px; padding-bottom:10px;}
#allCat .grid .item {filter: alpha(opacity=0); opacity: 0; transition: opacity 250ms ease-in;}
#allCat .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#allCat .item a {display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; -moz-justify-content: center; -ms-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 1px;}

#allCat .item a {text-align: center; padding: 5px 10px; position: relative; text-decoration: none; height: 80px;  border-radius: 20px; background-color:#f8f8f8; border:1px solid #ccc; color:#003fc6; font-weight: 600; line-height: 1.2; }
#allCat .item a span {display: block; position: relative; text-decoration: underline; text-decoration-color: #f8f8f8; text-underline-offset: 5px; -webkit-transition: 0.5s text-decoration-color; transition: 0.5s text-decoration-color;}
#allCat .item a:hover span {text-decoration-color: #eb3987;}

/* Vendors */
#vendordiscounts {position: relative; display:block; float:left; width:100%; height:auto; margin: 0px auto 0; padding: 0;}
#vendordiscounts .grid {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;}
#vendordiscounts .grid .item {filter: alpha(opacity=0); opacity: 0; overflow: hidden; position: relative; padding-top:10px; padding-bottom: 10px; padding-right:20px; margin: 0; transition: opacity 250ms ease-in;}
#vendordiscounts .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#vendordiscounts .item .img {display:block; position: relative; width:100%; height: 100%; margin: 0; padding: 0; }
#vendordiscounts .item a {display: block; width:auto; height: auto; position: relative; margin: 0; padding: 0;border-radius: 20px; border: 1px solid #ccc}
#vendordiscounts .item a:hover {background-color:#f8f8f8;}
#vendordiscounts span.outerimg {position: relative; width:auto; height:auto; display:block; padding: 0px; margin: 0; height:140px; width:100%;}
#vendordiscounts span.outerimg img {margin: 0 auto; position: relative; display: block; border-radius: 20px 20px 0px 0px;object-fit: cover; top:0; object-position: top; width:100%; height:100%;}
#vendordiscounts span.busname {padding: 10px 15px 10px 8px; display: table; width:100%; height: 60px; position: relative; text-align: left; margin: 0 auto; border-top:1px solid #ccc;}
#vendordiscounts span.busname > span {display: table-cell; vertical-align: middle; position: relative; line-height: 1.2; font-weight: 700; color:#0033a1; font-size: 15px;}
#vendordiscounts span.busname i {font-size: 12px; position: absolute; right: -10px; width:12px; height: 12px; text-align: center; top:50%; margin-top:-7px;}

/* New Vendors */
#newvendors {position: relative; display:block; float:left; width:100%; height:auto; margin: 20px 0 10px 0; padding: 0;}
#newvendors p {font-style: italic; padding: 0; margin: 0;}
#newvendors .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 0; overflow: hidden; -webkit-align-content: flex-start; align-content: flex-start;}
#newvendors .grid .item {overflow: hidden; position: relative; filter: alpha(opacity=0); opacity: 0;transition: opacity 250ms ease-in; padding-right: 20px; padding-bottom: 20px;}
#newvendors .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#newvendors .img {display:block; position: relative; width:100%; height: 100%; margin: 0; padding: 0;}
#newvendors .img .outerimg {width:100%; display: block; position: relative; }
#newvendors .img .outerimg img {position: relative; display: block; border: 1px solid #ccc; margin: 0 auto; border-radius: 20px;}
#newvendors .img .busname {display: -webkit-box; display:-ms-flexbox; display:flex; width:auto; height: 50%; padding: 0px 0px; position: absolute; bottom: 0; z-index: 1; margin: 0 0 0 0; background-color:rgba(0, 0, 0,0.75); color:#fff; left: 1px; right: 1px; -webkit-align-content: center; align-content: center;  -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center; align-items: center; border-radius: 0 0 20px 20px;}
#newvendors .img .busname > span {display:block; margin: 0 auto 0 auto; padding: 0 3px; position: relative;text-align: center; line-height:1.2; font-family: 'Montserrat', sans-serif;}

#newvendors .img a:hover .outerimg img {border-color:#0033a1;}
#newvendors .img a:hover .busname {background-color:#0033a1;}

div.newvendorfilter {float:left; width:100%; text-align: center; position: relative; display: block; margin: 10px auto 5px auto; padding:0;}
div.newvendorfilter a.btn {position: relative;}
div.newvendorfilter.show a.btn {background-color: #eb3987;}

#newvendordd {max-height: 300px; -webkit-font-smoothing: antialiased;}
#newvendordd a.dropdown-item {text-decoration: none; border:none; transition:none;}
#newvendordd a.dropdown-item:hover {color:#141414;background:#f8f8f8;}
#newvendordd a.dropdown-item:active, #newvendordd a.dropdown-item:focus {background:none; color:#141414}
#newvendordd a.dropdown-item.mainactive {color:#0033a1; font-weight: 700;}

/* Error Pages */
.errorpage {float:left; width:100%; height:auto; display: block; position: relative; text-align: left; padding: 0 0 1.6rem 0; background:none;}
.errorpage.search p.formpagetext {padding-top: 0; padding-bottom:0; margin-bottom:10px;}
.errorpage.search p.last {font-weight: normal; padding-top:0; padding-bottom:0; margin-bottom:0;}
.errorpage h5 > span {color:#06379e}

.results p.search {font-style: italic; text-align: center; padding:0px; margin: 0px 0 0 0; font-weight: 400;}

.outersearch { overflow: hidden; width:100%; height:auto; display: block; position: relative; }
#searchouter {float:left; width:100%; height: auto; padding:0px;position: relative; display:block;}
#searchouter form {position: relative; background:#fff; width: 800px; max-width:100%; margin: 20px auto 10px; padding: 0px; height:auto; overflow: hidden;}
#searchouter form input {width:100%; font-size: 18px; line-height: 1.42857; font-weight: 400; border: 1px solid #939393; padding: 10px 80px 10px 24px; height:66px;border-radius: 40px; background:#fff; -webkit-appearance: none; appearance: none; color:#555; font-family: 'Swiss 721 W01', sans-serif; }
#searchouter form input:focus {border-color:#24c1ff;}
#searchouter form ::-webkit-input-placeholder {font-family: 'Swiss 721 W01', sans-serif; color:#999;}
#searchouter form button {position: absolute;right:0;top:0;height:66px; width:80px;font-size: 24px;color:#fff; padding: 0; background-color:#003fc6; border-radius: 0 40px 40px 0; text-align: center;}
#searchouter form button:hover {background-color:#eb3987;}
#searchouter form button i.spin {display:block; position: relative;-webkit-animation:a 2s infinite linear;animation:a 2s infinite linear;}

.searchresults { overflow: hidden; position: relative; width:100%; height: auto; display: block; margin: 0px auto 0 auto; padding: 0;}
.searchresults a span.category {display:none;}
#searchgrid .pagination {margin-top:25px; border-top: none;}
#searchfilter {padding:0px; width:100%; height:auto; position: relative; margin: 0 auto; display:none; border-bottom:0px solid #E9E9E9;}
#searchfilter > div {margin: auto; padding: 20px 0px;width:100%; float:left; text-align: center;}
.resultstext {overflow: hidden; width:100%; display: block; position: relative; margin: 0 auto 15px; padding: 0px 0px;}
.resultstext > span {display: block; position: relative; padding: 0 0 0 0px;font-size:1.25rem; font-weight: 600; line-height:46px; font-family: 'Montserrat', sans-serif;}
.resultstext span#search-string {font-weight: 700; color:#003fc6;}
.resultsfilter {float:left; width:100%; display: block; position: relative; margin: 0px auto 20px; padding: 0 5px; background:none;}
.resultsfilter.nothing {margin: 0 auto 0; border:0;}
.searchresults.nosearch .resultsfilter {margin: 0; border-top:1px solid #ccc}

#list-tab {}
#list-tab a {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack:center; justify-content: center;}
#list-tab a {width: calc(20% - 8px); font-size: 18px; color:#0033a1; background-color:#fff; padding: 11px 4px; text-align: center;margin: auto; -webkit-transition: background-color .3s ease; transition: background-color .3s ease; text-decoration: none; border-radius:22px; margin: 4px; box-sizing: border-box; word-break: break-word; border:0 none; font-weight: 700; border: 1px solid #b5eaff;}
#list-tab a:hover {background-color:#e9f9ff;}
#list-tab a.mainactive {background-color:#0033a1; border-color:transparent; color:#fff;}

#results {overflow: hidden; width: 100%; height: auto; display:block; margin: 0 auto;position: relative; padding:0px 0px 0px 0px; min-height:200px; }
.results { width:100%; height:auto; display:block;position: relative; border-top:0px solid #E1E7E9;  padding: 0px 0px 0px 0; margin: 0px auto 0px auto; overflow: hidden;}
#searchgrid {width:100%; height:auto; position: relative; padding: 0; margin: 0px auto 0px auto; float:left;}
#searchgrid .gridouter { padding-top: 0px; padding-bottom: 15px; float:left; width:100%; height: auto; position: relative; display:block;}
#searchgrid .gridouter .grid {margin: 0px auto 0px; width:100%; height:auto; position: relative; padding: 0; overflow: hidden; -webkit-align-content: flex-start; align-content: flex-start;}
#searchgrid .gridouter .grid > .mix {overflow: hidden; position: relative;margin: 0 0 0px 0; text-align: center; padding-left: 15px; padding-right:15px;}
#searchgrid .mix > div {padding: 0 0px; box-sizing: border-box; margin: 0 0 0px 0;}

#searchgrid .mix a {display: block; height:auto; width:100%; text-align: center; padding: 7px 0px 7px 22px; position: relative; margin: 0; text-decoration: none; background:#fff; border: none; text-transform: none; color:#0033a1; border-radius: 0px; -webkit-transition:color .3s ease; transition: color .3s ease; text-align: left;}
#searchgrid .mix a:hover {color:#0033a1; text-decoration: underline;}
#searchgrid .mix a i {position: absolute; left: 0; font-size: 12px; width:12px; height:12px; top:50%; margin-top:-6px; color:#00a1e0;}

.filterdropdown a.btn {position: relative; padding-right: 32px;}
.filterdropdown a.btn i {display: block; position: absolute; font-size: 12px; width:20px; right:5px; top:50%; margin-top:-7px; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.filterdropdown.show a.btn {background-color:#eb3987; color:#fff;}
.filterdropdown.show a.btn i {-webkit-transform: rotate(-90deg); transform: rotate(-90deg);}
.filterdropdown .dropdown-menu {box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),0 4px 6px -1px rgba(0,0,0,.1); min-width:210px; border: solid 1px #f8f8f8; color:#141414;}
.filterdropdown .dropdown-menu a {text-decoration: none; border:none; transition:none;}
.filterdropdown .dropdown-menu a:hover {color:#141414;background:#f8f8f8;}
.filterdropdown .dropdown-menu a:active {background:none; color:#141414}
.filterdropdown .dropdown-menu a.mainactive {color:#0033a1; font-weight: 700;}

/* Search Page */
#searchpage {overflow: hidden; width:100%; height:auto; display: block; position: relative;}
#searchpageouter {float:left; width:100%; height: auto; padding:0px; position: relative; display:block;}
#searchpageouter form {position: relative; background:#fff; width: 800px; max-width:100%; margin: 0px auto 10px; padding: 0px; height:auto; overflow: hidden;}
#searchpageouter form input {width:100%; font-size: 18px; line-height: 1.42857; font-weight: 400; border: 1px solid #939393; padding: 10px 80px 10px 24px; height:66px;border-radius: 40px; background:#fff; -webkit-appearance: none; appearance: none; color:#555; font-family: 'Swiss 721 W01', sans-serif; }
#searchpageouter form input:focus {border-color:#24c1ff;}
#searchpageouter form ::-webkit-input-placeholder {font-family: 'Swiss 721 W01', sans-serif; color:#999;}
#searchpageouter form button {position: absolute;right:0;top:0;height:66px; width:80px;font-size: 24px;color:#fff; padding: 0; background-color:#003fc6; border-radius: 0 40px 40px 0; text-align: center;}
#searchpageouter form button:hover {background-color:#eb3987;}

#searchresults {overflow: hidden; width: 100%; height: auto; display:block; margin: 0 auto;position: relative; padding:0px 0px 0px 0px; min-height:200px;}
#searchresults p.formpagetext {font-style:italic; padding-top:20px;padding-bottom:0;margin: 0;text-align: center;}
#searchresults p.formpagetext.noresults {padding-top:0;}

.results { width:100%; height:auto; display:block;position: relative; border-top:0px solid #ccc;  padding: 0px 0px 0px 0; margin: 0px auto 0px auto; overflow: hidden;}
.resultsfilter.nothing {border:1px solid #ccc; padding: 0;}
#resultsgrid {width:100%; height:auto; position: relative; padding: 0; margin: 0px auto 0px auto; float:left;}
#resultsgrid .gridouter { padding-top: 0px; padding-bottom: 15px; float:left; width:100%; height: auto; position: relative; display:block;}
#resultsgrid .gridouter .grid {margin: 0px auto 0px; width:100%; height:auto; position: relative; padding: 0; overflow: hidden; -webkit-align-content: flex-start; align-content: flex-start;}
#resultsgrid .gridouter .grid > .mix {overflow: hidden; position: relative;margin: 0 0 0px 0; text-align: center; padding-left: 15px; padding-right:15px;}

#resultsgrid .mix > div {padding: 0 0px; box-sizing: border-box; margin: 0 0 0px 0;}

#resultsgrid .mix a {display: block; height:auto; width:100%; text-align: center; padding: 7px 0px 7px 22px; position: relative; margin: 0; text-decoration: none; background:#fff; border: none; text-transform: none; color:#0033a1; border-radius: 0px; -webkit-transition:color .3s ease; transition: color .3s ease; text-align: left;}
#resultsgrid .mix a:hover {color:#0033a1; text-decoration: underline;}
#resultsgrid .mix a i {position: absolute; left: 0; font-size: 12px; width:12px; height:12px; top:50%; margin-top:-6px; color:#00a1e0;}

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

/* Cats */
#cat {position: relative; display:block; float:left; width:100%; height:auto; margin: 0px auto 0; padding: 0;}
#cat .grid {position: relative;  display: -webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 auto; padding: 0;-webkit-align-content: flex-start; align-content: flex-start;}
#cat .grid .item {/*filter: alpha(opacity=0); opacity: 0;*/ position: relative; padding-top:10px; padding-bottom: 10px; padding-right:20px;margin: 0;}
#cat .grid.items-visible > .item {filter: alpha(opacity=100); opacity: 1; }
#cat .item .img {display:block; position: relative; width:100%; height: 100%; margin: 0; padding: 0;}
#cat .item a {display: block; width:auto; height: auto; position: relative; margin: 0; padding: 0;border-radius: 20px; border: 1px solid #ccc}
#cat .item a:hover {background-color:#f8f8f8;}
#cat span.outerimg {position: relative; width:auto; height:auto; display:block; padding: 0px; margin: 0; height:140px; width:100%;}
#cat span.outerimg img {margin: 0 auto; position: relative; display: block; border-radius: 20px 20px 0px 0px;object-fit: cover; top:0; object-position: top; width:100%; height:100%;}
#cat span.busname {padding: 10px 15px 10px 8px; display: table; width:100%; height: 60px; position: relative; text-align: left; margin: 0 auto; border-top:1px solid #ccc;}
#cat span.busname > span {display: table-cell; vertical-align: middle; position: relative; line-height: 1.2; font-weight: 700; color:#0033a1; font-size: 15px;}
#cat span.busname i {font-size: 12px; position: absolute; right: -10px; width:12px; height: 12px; text-align: center; top:50%; margin-top:-7px;}

div.allLoc {float:left; width:100%; text-align: center; position: relative; display: block; margin: 35px auto 0 auto; padding:0;}
div.allLoc a.btn > i {margin-right: 10px; position: relative;}

/* Business */
#bus {position: relative; display:block; float:left; width:100%; height:auto; margin: 10px 0 0; padding: 0; border:1px solid #ccc; background-color: #f8f8f8;}
.businessContent {min-height: 0px; float:left; height: auto; width:100%; padding: 0; margin: 10px auto 0px;position: relative;display:block; }
.bus-image {display:block; height: auto; width:100%; position: relative; margin: 0 auto; padding: 0; float:left; text-align:center;z-index: 1;}
.bus-image img.bus-ad {position: relative; display: block; text-align: center; margin: 0px auto;padding: 0px; width:520px; z-index: 2;  filter: alpha(opacity=0); opacity: 0; border:0 none; background-color:#fff; border-radius: 0px;}
html.chrome .bus-image img.bus-ad {filter: alpha(opacity=100);opacity: 1; }

.businesslinks {width:100%; height:auto; display: block; position:relative; margin:25px auto 10px; padding: 0; float:left;}
.businesslinks > ul {display:block;position:relative;height:auto; width:100%; padding:0; margin:0px auto 0px;text-align:center;float:left;}
.businesslinks > ul > li {display:inline-block; position: relative; text-align: center; margin: 0; width:auto; height: auto; padding: 0px 5px 10px;}
.businesslinks > ul > li > a.btn {font-size: 16px; font-weight: 600; border-radius: 40px; color:#fff; background-color:#003fc6; padding: 13px 35px; line-height: 1.42857; border-color:rgba(0,0,0,0);}
.businesslinks > ul > li > a.btn i {display: none;}
.businesslinks > ul > li > a.btn:hover {background-color: #eb3987; border-color:#eb3987; color:#fff;}
.businesslinks > ul > li > a.btn:active {box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}

.businesslinks .dropdown-menu {box-shadow: 0 2px 4px -1px rgba(0,0,0,.06),0 4px 6px -1px rgba(0,0,0,.1); min-width:250px; border: solid 1px #ccc; color:#141414; padding: 5px 0rem;}
.businesslinks .dropdown-menu a {text-decoration: none; border:none; transition:none;display: block; padding: 3px 10px; font-size: 16px; white-space: normal;}
.businesslinks .dropdown-menu a:hover {color:#141414;background:#f8f8f8;}
.businesslinks .dropdown-menu span.divider {height:1px; width:100%; background:#e2e8ef; display:block; padding: 0; margin: 2px auto;}
.businesslinks .dropdown-menu span.divider:last-child {display: none;}

/* Directions & Locations */
div.gm-style {font-family: 'Swiss 721 W01', sans-serif !important; color: #555; 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: #111 !important; margin:0; padding:0 2px 5px 2px;border-bottom: 0px solid rgba(200, 201, 199, 0.5); font-family: 'Swiss 721 W01', 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: 'Swiss 721 W01', sans-serif !important; background-color:#fff; -webkit-font-smoothing: subpixel-antialiased; font-size:17px !important; line-height:24px !important; color:#141414 !important;}
.infoWindow h5 {display:block;line-height:20px; font-size:16px; font-weight:600 !important; color: #141414 !important; margin:0; padding:0; font-family: 'Swiss 721 W01', 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: 'Swiss 721 W01', 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: 'Swiss 721 W01', 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: 'Swiss 721 W01', 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:#141414;}
.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:#141414; font-family: 'Swiss 721 W01', 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:#141414; font-family: 'Swiss 721 W01', 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: 'Swiss 721 W01', sans-serif !important; font-weight: 400 !important; text-decoration: underline; color:#000000 !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: 'Swiss 721 W01', sans-serif !important; font-size: 12px !important;}
.gmnoprint .gm-style-mtc > div[role=button] {font-family: 'Swiss 721 W01', sans-serif !important; font-size: 12px !important; height: 28px !important; padding: 0 10px !important; font-weight: bold !important;}
.gmnoprint .gm-style-mtc button {font-size: 14px !important; padding: 0 10px !important; height:28px !important;}
button[aria-label=Close] img {margin: 0 !important; margin-top:10px !important; z-index: 99 !important; width:18px !important; height: 18px !important;}

.infowindow {height:100%;width:100%;display:block;position:relative;min-width:210px; text-align:center; border:none !important; padding: 10px 0 10px 0px;}
.infowindow > div {display:block; position: relative;font-weight:normal; font-size: 14px; line-height: 18px; font-family: 'Swiss 721 W01', sans-serif !important; color:#141414;}
.infowindow .title {font-family: 'Montserrat', sans-serif !important; font-weight:700 !important; padding:0px 0 2px 0px;margin: 0 0 2px;background:#fff; font-size: 16px; line-height:20px !important;color:#0033a1; -webkit-font-smoothing: subpixel-antialiased; border-bottom:1px solid #ccc;}
.infowindow .title > span {font-style: italic !important; font-weight: 400 !important; display: block; color:#141414;  font-size:14px; font-family: 'Swiss 721 W01', sans-serif !important;}
.infowindow .address {color:#141414; font-weight: normal !important; padding: 0px 0 0px 0px !important; margin: 0 0 0px 0px !important; -webkit-font-smoothing: subpixel-antialiased; }
.infowindow .address .address-line {color:#141414; line-height:1.25; font-size:14px;}
.infowindow .address .address-line:first-child {padding-top:5px;}
.infowindow .address .address-line:last-child {padding-top:0px;}
.infowindow .discountlink {display: block; width:auto; height:auto; margin: 10px 0 0px 0; padding: 0; position: relative;}
.infowindow .discountlink > a { position: relative; display: inline-block; text-decoration: none; font-size:15px;  background-color: #003fc6; padding: 10px 30px 10px 15px; color:#fff; border-radius: 40px; font-family: 'Swiss 721 W01', sans-serif; text-transform: none;font-weight: 600; border:none; line-height: 1.3;}
.infowindow .discountlink > a:hover {color:#fff; background-color:#eb3987;}
.infowindow .discountlink > a i {font-size:12px; position: absolute; width:12px; height: 12px; line-height: 12px; right: 10px; top: 50%; margin: -6px 0 0 0;}

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

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

div.geo {width:100%; padding: 0px; position: relative; text-align: center; display:block; margin: 10px auto 20px; float:left;}
div.geo a {position: relative; cursor: pointer; text-transform: capitalize; display:inline-block;font-weight: 400; color:#003fc6; text-decoration: underline; text-decoration-color: #003fc6; text-underline-offset: 5px; -webkit-transition: 0.5s text-decoration-color; transition: 0.5s text-decoration-color;}
div.geo a:hover {text-decoration-color: #eb3987;}
div.geo a i {position: relative; margin-right: 7px;}

#form-outer {width:100%; position: relative; margin: 20px auto 20px auto; float:left; display:block; padding: 0;}
#form-outer > form {width:100%; height: auto; display: block; position: relative;float:left; margin: 0 auto;}
#form-outer > form input {border-radius: 40px; width:100%; border:1px solid #939393; -webkit-appearance: none; appearance: none; background:#fff; font-size:18px; position: relative; display: block; height:56px; padding: 6px 60px 6px 20px; color:#555; font-family: 'Swiss 721 W01', sans-serif; font-weight: 400;}
#form-outer > form input:focus {border-color:#24c1ff;}
#form-outer > form ::-webkit-input-placeholder {color:#999; font-weight: 400;}
#form-outer > form button {position: absolute; top: 0px; right: 0px; border: 0 none; padding: 0; width:60px; height: 56px; line-height: 56px; text-align: center; outline: none !important; border-radius: 0 40px 40px 0; background:#003fc6; color:#fff; font-size: 20px;}
#form-outer > form button:hover {background-color:#eb3987;}

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

#directions .panel .panel-body {padding: 0px;}
.mapbottom {position: relative;}
.mapbottom h3 {float:left; width: 100%; display:block; position: relative; margin: 0 0 0px 0px; padding: 0;color:#0033a1; text-transform: none; font-size: 1.25em; line-height: 1em;}
.mapbottom h3.fromLocation {margin: 0 0 30px 0px;}
.mapbottom h3.fromLocation span {display: block;}
.mapbottom h3.toLocation {margin: 20px 0 0 0;}
.mapbottom h3.toLocation span.destination_address {font-weight: 400;display:block; font-size: 19px; padding-top: 2px;}
.mapbottom h3.toLocation span.destination_name {}
.mapbottom h3.toLocation span.destination_loc {font-weight: 400;}

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

/* LTO - All */
#all.ltocontent {margin:10px auto 0px auto;}
#all.ltocontent .col-sm-6 {position: relative; margin: 0 0 25px 0;}
#all.ltocontent a {display: block; position: relative; padding: 0px; margin: 0; width: 100%; height: auto; text-decoration: none; border:1px solid #ccc; background:#f8f8f8; -webkit-transition: none; transition: none;}
#all.ltocontent a span.outerimg {display: block; width: 100%; padding: 5px;background-color:#fff; height:100%; margin: 0 auto; position: relative; }
#all.ltocontent a span.outerimg img {margin: 0 auto; padding: 0px;display:block; position: relative; width:auto;  }
#all.ltocontent h4.busname {width:auto; display: table; height:90px; position: relative; margin: 0 auto; color:#0033a1; line-height: 1em; -webkit-transition: 0.5s text-decoration-color; transition: 0.5s text-decoration-color;}
#all.ltocontent .busname > span {display: table-cell; vertical-align: middle; margin: 0 auto 0 auto; text-align: center; position: relative;}
#all.ltocontent a:hover h4.busname {text-decoration: underline; text-decoration-color: #eb3987; text-underline-offset: 4px;}

/* 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 #ddd;  }
.lto-wrapper .outerlto {display:block; width:auto; height:auto; position: relative; padding: 3px; margin: 0 auto; background:#f8f8f8; border-radius:4px; border: 1px solid #ccc; box-shadow: 0 10px 15px rgba(20,20,20,0.35);}
.lto-wrapper.imageonly {border: 0 none;}
.lto-wrapper .outerlto img {border-radius:4px;}
#ltobox .links {width:100%; height:auto; display: block; position:relative; margin:25px auto 0px; padding: 0; float:left;}
#ltobox .links > ul {display:block;position:relative;height:auto; width:100%; padding:0; margin:10px auto 0px;text-align:center;float:left;}
#ltobox .links > ul > li {display:inline-block; position: relative; text-align: center; margin: 0; width:auto; height: auto; padding: 0px 5px 10px;}
#ltobox .links > ul > li > a.btn {font-size: 16px; font-weight: 600; border-radius: 40px; color:#fff; background-color:#003fc6; padding: 13px 35px; line-height: 1.42857; border-color:rgba(0,0,0,0);}
#ltobox .links > ul > li > a.btn:hover {background-color: #eb3987; border-color:#eb3987; color:#fff;}
#ltobox .links > ul > li > a.btn:active {box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}

/*** FORM PAGES ***/
.formpage {float:left; width:100%; height:auto; display: block; position: relative;}
p.formpagetext {display: block; float: left; width:100%; position: relative;}
p.formpagetext > span {display: block; font-style: italic; font-size: 15px; margin-top: 5px;}
.formContainer p.smaller {margin: 15px 0 0; padding: 0;font-weight: 400; font-size:13px; float:left; width:100%; display: block; text-align: center; font-style: italic;}
h4.suggesttitle {float:left; width:100%; height:auto; display: block; position: relative; color:#002472;margin-bottom: 25px; text-align: center;}

.formContainer {position: relative; float:left; width:100%; margin: 20px auto 0 auto; padding: 0px 0 0 0; border-top:0px dotted #ccc;}
.formContainer input[type=checkbox] {display:none;}
.formContainer form {position: relative; float:left; width:100%; height:auto; padding: 0px 0px 0px 0px;}
.formContainer .form-group {margin-bottom: 0; padding: 10px 0px; position: relative; float:left; width:100%;}
.formContainer .form-group label {font-style: normal; font-weight: 600; position: relative; font-family: 'Montserrat', sans-serif; letter-spacing: -0.5px; line-height: 1; display: block; width:100%; padding: 0 5px;}
.formContainer .form-group .form-control {display: block; width:100%; background-color:#fff; font-family: 'Swiss 721 W01', sans-serif; border: 1px solid #939393; color:#555; border-radius:44px; height: 46px; font-size: 16px; line-height: 1.42857; -webkit-appearance: none; appearance: none; -webkit-transition: border-color 0.25s; transition: border-color 0.25s; background-clip: padding-box; font-weight: 400;padding-left: 20px;}
.formContainer .form-group .form-control:focus {border-color:#00a1e0;}
.formContainer .form-group ::-webkit-input-placeholder {color:#555; font-family: 'Swiss 721 W01', sans-serif;}
.formContainer .form-group textarea.form-control {height:auto; padding-top: 15px}
.formContainer .form-group select.form-control { -webkit-appearance: none; -ms-appearance: none; appearance: none;height:48px;}
.formContainer .form-group.select i {position: absolute; right: 5px; width:40px; height:48px; line-height:48px; top:33px; margin:0px auto; text-align: center; font-size:18px; color:#00a1e0}

.formContainer .eac-input-wrap > span {line-height: 1 !important; top: 8px !important; padding-left: 4px !important;}
.formContainer .eac-sugg {color:#ccc; cursor: pointer;}

.formContainer .form-group .error label {}
.formContainer .form-group .error label:after {content: '*'; position: absolute; color: red; padding: 0 0 0 5px; font-size:11px;top: 1px;}
.formContainer .form-group .valid label:after {content: '✓'; position: absolute; color: green; padding: 0 0 0 5px; font-size:11px; top: 1px;}
.formContainer .form-group.error label {}
.formContainer .form-group.error label:after {content: '*'; position: absolute; color: red; padding: 0 0 0 5px; font-size:11px;top: 1px;}
.formContainer .form-group.valid label:after {content: '✓'; position: absolute; color: green; padding: 0 0 0 5px; font-size:11px;top: 1px;}
.formContainer .form-group .form-control.error {border-color: red;}
.form-actions {text-align: center; position: relative;}
.form-actions button.btn.form {width:auto; min-width: 200px;}

.formContainer .popover.fade {opacity: 1;}
.formContainer .popover {background-color:#fff; border-color:#ddd;border-radius:.3rem; -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.15); box-shadow: 0 2px 4px rgba(0,0,0,0.15);}
.formContainer .popover .popover-body {color:#333; font-weight: normal; font-size: 14px; font-family: 'Swiss 721 W01', sans-serif; text-align: center;}

#formresponse {float:left; width:100%; height:auto; position: relative;}
#formresponse > div {float:left; width:100%; height:auto; position: relative; display:block; padding:20px 15px; background:#f8f8f8; border-radius: 0px; box-shadow: none; margin-top:10px; border:1px solid #ccc;}
#formresponse > div p {margin: 0; text-align: center;}
#formresponse > div p span {font-weight: 700;}

.formContainer.update #formresponse > div.success p {margin: 0 0 25px 0;}
#formresponse table {margin: 0px auto 0px; width:100%; }
#formresponse table td {font-weight: 700; font-size:16px; padding:8px 7px;}
#formresponse table td:first-child {width:40%;}
#formresponse table td:last-child {font-weight: 400;}
#formresponse .table-bordered td {border-color:#fff;}
#formresponse .table-bordered {border-color:#fff;}

.contactbox {position: relative; display: block; width:100%; height: auto; background:transparent linear-gradient(205deg, #0a44c3 0%, #052262 100%) 0% 0% no-repeat padding-box; border-radius: 24px 0px; padding: 50px 35px; margin: 0 auto 25px auto;}
.contactbox p {color:#fff;font-weight: 100; }
.contactbox a.btn {position: relative; color:#fff; padding: 10px 20px; text-decoration: none; background-color:transparent; border-color:#24c1ff; border-radius: 40px; font-size: 16px; font-weight: 600; margin-bottom: 12.5px;}
.contactbox a.btn:last-child {margin-bottom: 0;}
.contactbox a.btn:hover {background-color: #eb3987; border-color: #eb3987;}
.contactbox.subscribe {padding: 35px 35px;}
.contactbox h5 {color:#fff;}
.contactbox h5:before {background-color: #eb3987; border: 1px solid #eb3987; border-radius: 50px; content: ''; height:5px; position: absolute; top:20%; width:2em;}
.contactbox p {margin-bottom: 5px;}
.contactbox p:last-child {margin-bottom: 0;}
.contactbox p > a {color:#fff; text-decoration: none; text-decoration-color: #eb3987;}
.contactbox p > a:hover {text-decoration: underline; text-decoration-color: #eb3987; text-underline-offset: 5px; -webkit-transition: 0.5s text-decoration-color; transition: 0.5s text-decoration-color;}

/* Faqs */
#faqs {float:left; width: 100%; height: auto; position: relative; display:block; margin: 0px 0 auto 0;}
#faqs > div { display:block; width:100%; float:left; position: relative; padding: 25px 0 12.5px 0;}
#faqs > div h3 {color:#002472; font-size: 1.5em; line-height: 1.25em; margin-top: 0;}
#faqs > div p {margin-bottom: 0;}

/* Mobile App */
.apptop .row {position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.apptop ul {position: relative; float:left; width:100%; padding: 15px 15px 0px 15px}
.apptop ul li {position: relative; display:block; margin: 0 0 12px; padding: 0 0 0 20px; line-height: 1.25;}
.apptop ul li:last-child {margin: 0;}
.apptop ul li i {font-size:10px; position: absolute; left: 0; width:10px; height:10px; line-height: 1; top:50%; color: #00a1e0; margin-top:-6px;}
.apptop img {width:300px; position: relative; margin: 15px auto 0 auto; text-align: center; display: block;}

.appbottom {width:100%; height:auto; position: relative; background-color:#bfedff; padding: 50px 0 25px; border-top-right-radius: 50px;}
.appbottom h3 {color:#002472; font-size: 2em; line-height: 1em; margin: 0 0 30px 0; width:90%;}
.appslides {position: relative; margin-top: 20px;padding: 0 0px;display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;}
.appbottom .appbox {width:100%; height:100%; position: relative; background-color:#fff; height:100%;position: relative; overflow: hidden; margin: 10px 10px; border-radius:25px; padding: 25px 35px; border:1px solid #ccc;}
.appbottom .appbox div.instruct-list {position: relative;width:100%; height:auto; display: block; background-color:#fff;}
div.instruct-list > div {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex;-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative;}
.appbox h4 {color:#0033a1; font-size: 1.6875em; line-height: 1.6875em; margin: 30px 0 20px 0; position: relative; display: block; width:100%;}
.appbox h4:before {border-radius: 50px; content: ''; height: 8px; position: absolute; top:-30px; width:55px; background:#00a1e0;}
.appbox h4 i {position: relative; font-size: 90%; top:-2px; margin-right: 15px;}
.appbox ul {position: relative; display: block; padding: 0px; width:100%; margin:0 auto;font-weight: 400; letter-spacing: 0.02rem; line-height: 1.5; margin: 0 0 20px 0;}
.appbox ul li {position: relative; padding: 0 0 6px 0px; margin: 0; list-style: decimal; list-style-position: inside; font-weight: 700; color:#002472;}
.appbox ul li:last-child {padding-bottom: 0;}
.appbox ul li span {font-weight: 400;color:#595959;}
.appbox ul li i {position: relative; font-size:17px; top:2px;}
.appbox ul li i.icon-ios-action {margin: 0 2px;color:#0046df;}
.appbox ul li i.icon-chrome-menu {font-size: 20px; line-height:1;vertical-align: top;color:#111;}

/* Terms & Privacy */
.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; padding: 0; margin: 0 auto 15px auto;}
#terms .terms.well {}
#terms .terms:not(.well):last-child {margin-bottom:0;}
#terms .terms p:first-child {}
#terms p strong {font-weight: 700;}

.terms p.revised-date {margin-bottom: 5px;}
#privacytable {position: relative; float:left; display: block; width:100%; height:auto; margin: 10px auto 0px auto; padding: 0; }
#privacytable table td {}
#privacytable > div:not(.table-responsive) {float:left; position: relative; width: 100%; display:block;margin-bottom: 0px;}
#privacytable > div .well {float:left; width:100%; height:auto; position: relative; }
#privacytable ul {margin:0; padding:0; margin-left:25px; position: relative;}
#privacytable ul li {list-style:none; position: relative; font-weight: 400; line-height:1.5; letter-spacing: 0.02rem; margin: 0 0 12.5px;}
#privacytable ul li:before {content: "\2022"; color:#00a1e0; font-weight: bold; display: inline-block; width:0.8em;margin-left:-0.8em; font-size: 28px; line-height:1; position: relative; margin-top:-5px; top:3px; float:left;}
#privacytable ul li span {font-style: italic;}
#privacytable ol {margin-left: 25px; position: relative;}
#privacytable ol li {list-style:decimal; list-style-position: outside; position: relative; font-weight: 400; line-height:1.5; letter-spacing: 0.02rem; margin: 0 0 12.5px;}
#privacytable ol li span {font-style: italic;}
#privacytable h3 {}
#privacytable h4 {margin-top: 10px;}
#privacytable p {}
#privacytable > h3 {}

/**** INFORMATION PAGES ****/
body.insidepage.infopage .bottomhead .logo img {margin-top:0;margin-bottom: 0;}
#mainimage {position: relative; display: block; height:auto; overflow: hidden; z-index: 2;}
#mainimage > div {position: relative; width:100%; height:auto; float:left;}
#mainimage > div:before {background: linear-gradient(297deg, #032770, rgba(3,39,112,0) 50%); border-bottom-right-radius: 40px; border-top-right-radius: 40px; content: ''; display: inline-block; height:100%; left: 0; opacity: 65%; position: absolute; top: 0; width: 100%;}
#mainimage > div img {display: block; max-width: 100%; height:auto; border-bottom-right-radius: 40px; border-top-right-radius: 40px; object-fit: cover; height: 350px; width:100%; font-family: "object-fit:cover";}

#mainimage .caption {position: absolute; z-index: 3; bottom:0; left:5%; right:5%; margin: 0 auto; width:auto;height: 100%; text-align: left; 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; padding: 0 10px; }
#mainimage .caption > div {width:75%; position: relative; border-radius: 22px; background-color:rgba(255,255,255,0.8); padding: 20px 15px;}
#mainimage .caption h3 {display: block; position: relative; color:#0033a1;line-height: 1.3; margin: 0 auto 20px auto;}
#mainimage .caption p {font-size: 18px;}

#information {position: relative; float:left; width:100%; padding: 0px; background-color:#003fc6; min-height:700px; background-image: url(../images/info/info-image.jpg); background-repeat: no-repeat; background-size: cover; margin-bottom: 50px;}
#information > .container {padding-bottom:50px;}
#information .captiontitle h1 {color:#fff;line-height: 1; margin-top:60px; text-align: center;}
#information .captiontitle p {color:#fff; font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 300; margin: 0 auto 30px; text-align: center; width:100%;}

#infoboxes {display:block; position: relative; height: auto; text-align: center; margin: 0 auto; padding: 0px 0 0 0; z-index: 2;}
#infoboxes > .row {clear: both; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-link-pack: center; align-content: center;}
#infoboxes .col-12 {position: relative; margin-bottom: 25px;}
#infoboxes .col-12 > div {background-color:#fff; border-radius: 20px; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
#infoboxes .col-12 > div > a {position: relative; -webkit-transition: none; transition: none;}
#infoboxes .fleximg {border-radius: 20px 20px 0 0; display: block; overflow: hidden; height: 165px; width:100%;}
#infoboxes .fleximg img {height:100%; left: 0; object-fit: cover; position: relative; top: 0; -webkit-transition: transform 0.25s; transition: transform 0.25s; width:100%; -webkit-transform: scale(1); transform: scale(1); display: block;}
#infoboxes a:hover .fleximg:hover img {-webkit-transform: scale(1.1); transform: scale(1.1);}

html.safari #infoboxes .fleximg img {-webkit-transition: none; transition:none;}
html.safari #infoboxes a:hover .fleximg:hover img {-webkit-transform: none; transform:none;}

#infoboxes .flexcontent {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-height:107px; padding: 20px 20px 0;text-align: left;}
#infoboxes .flexcontent > span {color:#0033a1; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 18px; -webkit-transition: 0.3s 0s color ease; transition: 0.3s 0s color ease; display: block; position: relative; float:left; width:100%;}
#infoboxes .flexcontent > span:hover {color:#00a1e0;}
#infoboxes .flexcontent > p {display: block; position: relative; float:left; width:100%; margin: 5px 0 25px 0; width:80%; font-size: 14px; color:#9d9d9d;}
#infoboxes .flexcontent > i {position: absolute; right:20px; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; height:calc(100% - 140px); top:140px; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; color:#003fc6; font-size: 15px;}
#infoboxes .flexcontent > i:hover {color:#00a1e0;}

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

a#closebox {display: block;width: 40px; height: 30px; margin:0; z-index: 42; position: fixed; right: 72px; top: 48px; -webkit-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; border: none;}
a#closebox:hover {background:none;}
a#closebox:hover > span {background:#003fc6;}
a#closebox > span {display: block;width: 100%; height: 4px; background: #000; -webkit-transition: all 0.25s ease-in-out 0s; transition: all 0.25s ease-in-out 0s; position: absolute; left: 0px; border-radius:9px;}
a#closebox > span:first-child {top: 12px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
a#closebox > span:last-child {top: 12px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}

.insideinfo {display: block; position: relative; width:100%; height:auto; float:left;}
.insideinfo > .container {padding-top: 45px; padding-bottom:45px; overflow:hidden;}
.insideinfo h1.title {margin:30px 0; font-size: 1.875em; line-height: 1.25em;}
.insideinfo h1.title > span {display: block; position: relative;}
body.infopage #preloader {z-index: 1032; position: fixed; top: 50%;}

/* Program Information */
.infotext {padding: 25px 30px; -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.15); box-shadow: 0 0 8px 1px rgba(0,0,0,.15); -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; border: 1px solid rgba(0,0,0,.1);  overflow:hidden;}
/* .webkit.chrome .infotext {-webkit-font-smoothing: antialiased;} */
.infotext p {}
.infotext p span {font-weight: 500;}
.infotext p:nth-child(2) {}
.infotext ul {margin-left: 20px; margin-bottom: 24px;padding-left:15px;}
.infotext ul li {list-style:none; position: relative; font-weight: 400; line-height:1.5; letter-spacing: 0.02rem; margin: 0 0 12.5px;}
.infotext ul li:before {content: "\2022"; color:#00a1e0; font-weight: bold; display: inline-block; width:0.8em;margin-left:-0.8em; font-size: 28px; line-height:1; position: relative; margin-top:-5px; top:3px; float:left;}

.infoform.formContainer {margin-top: 15px; }
.infoform.formContainer form {padding: 0; }
.infoform form label.error {font-weight: 400; font-style: italic; font-family: 'Swiss 721 W01', sans-serif;}
.infoform.formContainer .form-group label.error {position: relative;opacity: 1; text-transform: none; color:red; font-size: 16px; text-align: center; padding: 5px 0 0;}

#formresponse2.contactinfoform .modal-body p {margin: 0;}
#formresponse2.contactinfoform .modal-body p span {font-weight: 500;}

/* Program Letter */
.infotext img.letterimage {width:950px; margin: 0 auto; display: block;}

.contacttext2 {display: block;text-align: center; width:100%; height: auto; position: relative; margin: 0; padding: 0 0 10px; border-bottom:2px dashed rgba(0,0,0,0.1);}
.contacttext2 > span { font-size:17px; line-height: 24px; display: block; margin: 0 0 5px; padding: 0; position: relative; }
.contacttext2 > span > span {font-weight: 400; color:#111;}
.contacttext2 > span i {font-size: 8px; line-height: 1; position: relative; display: inline-block; margin: 0 10px; top: -3px;}
.contacttext2 > span br {display: none;}

.formlogo {display: block; float:left; width:100%; height:auto; margin: 0 auto 15px auto; padding: 0; text-align: center;}
.formlogo img {width:200px;margin: 0 auto; text-align: center;}
.contacttext {display: block;text-align: center; width:100%; height: auto; position: relative; margin: 10px auto 25px auto; padding: 0 0 5px; border-bottom:3px solid #222; float:left; font-weight: 500; }
.contacttext > span { font-size:16px; line-height: 22px; display: block; margin: 0 0 2px; padding: 0; position: relative; }

.contacttext > span > span {}
.contacttext > span i {font-size: 7px; line-height: 1; position: relative; display: inline-block; margin: 0 8px; top: -3px;}
.contacttext > span br {display: none;}

.formhead {width:100%; height:auto; position: relative; float:left;}
.formbody {padding: 25px 20px; -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.15); box-shadow: 0 0 8px 1px rgba(0,0,0,.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid rgba(0,0,0,.1); font-family: 'function-pro'; font-weight: 400;  overflow:hidden;}
.formbody h4 {text-align: center; font-size:24px; line-height: 1.1; margin: 0px auto 15px; float:left; width:100%; display:block; position: relative; font-family: 'function-pro'; font-weight:600; color:#2a2a2a; -webkit-font-smoothing: antialiased; text-transform: none;}

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

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

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

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

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

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

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

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

.formbody table.formtable.formactions {text-align:center; margin: 20px auto 20px auto;}
.formbody table.formtable.formactions td {text-align: center;}
.formbody table.formtable.formactions button.btn {width: auto; font-family: 'Swiss 721 W01', sans-serif;}
.formbody table.formtable.formactions button.btn:hover {}

.formbody .popover {white-space: normal; text-align: center; font-size:13px;}

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

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

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

#signature-modal input.form-control {-webkit-box-shadow: none; box-shadow: none; width:100%; margin: 0 auto; border:1px solid transparent; border-radius: 12px;font-family: 'Swiss 721 W01',sans-serif; font-weight: 400; font-size:16px; height:44px; color:#333;}
#signature-modal input.form-control:focus {border-color: #00a1e0;}
#signature-modal .btn.btn-primary {background-color:#003fc6; border:none; border-radius: 40px; font-size: 16px; font-family: 'Swiss 721 W01',sans-serif; font-weight: 700; line-height: 1.42857; transition: background-color .3s ease; padding:13px 35px;}
#signature-modal .btn.btn-primary:hover {background-color:#eb3987;}
#signature-modal .btn.btn-default {background-color:#ddd;border:none; border-radius: 40px; font-size: 16px; font-family: 'Swiss 721 W01',sans-serif;font-weight: 700; line-height: 1.42857; transition: background-color .3s ease; padding:13px 35px; color:#333;}
#signature-modal .btn.btn-default:hover {background-color:#eee;}

.pad-outer {text-align: center;border: 1px solid #e8e8e8;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: 10px 5px;}
#signature-pad {width:400px; height: 120px; border: 1px solid #f4f4f4;}

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

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

/* Response */
.formbody.success {width:100%; background-color: #f8f8f8; -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1); -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1); box-shadow: 0 4px 6px 0 rgba(0,0,0,.05),0 10px 15px -3px rgba(0,0,0,.1); font-family: 'Swiss 721 W01',sans-serif; font-weight: 400; color:#333; border: 1px solid #ccc; border-radius: 22px;}
.formbody.success #formresponse {float:left; width:100%; height:auto; position: relative;}
.formbody.success #formresponse a.btn {}
.formbody.success #formresponse > div {background-color:transparent;}
.formbody.success .height {display:table; height: 200px; position: relative;}
.formbody.success .height > div {display:table-cell; vertical-align: middle; position: relative; padding: 0; margin: 0;}
.formbody.success .leftoutput {float:left; width:100%; padding: 0 10px; text-align: center; }
.formbody.success .leftoutput img {width:150px; -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.15); -moz-box-shadow: 0 0 8px 1px rgba(0,0,0,.15); box-shadow: 0 0 8px 1px rgba(0,0,0,.15); margin: 0 auto;}
.formbody.success .rightoutput {float:left; width:100%; padding: 0 10px;}
.formbody.success .rightoutput a.btn {text-decoration: none; width: auto; max-width: 100%; margin: 15px auto 0 auto; text-align: center; background-color:#003fc6; color:#fff; border-radius: 40px; padding: 13px 35px; font-size: 16px; font-weight: 700; border: 1px solid #003fc6; line-height: 1.42857;}
.formbody.success .rightoutput a.btn:hover {background-color:#eb3987; border-color:#eb3987; color:#fff;}

.formbody.success .rightoutput h3 {color:#0033a1; font-size: 1.5em; margin-bottom: 5px; line-height: 1.2em;}
.formbody.success .rightoutput h5 {margin: 0 0 5px; }
.formbody.success .otherLinks {float:left; width:100%; display: block; margin: 30px auto 0px auto; padding: 20px 0 0 0; border-top: 1px dashed rgba(255, 255, 255, 0.4);text-align: center; }
.formbody.success .otherLinks a.btn {margin: 0 5px;text-decoration: none; width: auto; max-width: 100%; text-align: center; background-color:#fff; color:#0033a1; border-radius: 40px; padding: 13px 35px; font-size: 16px; font-weight: 600; border: 1px solid #24c1ff; line-height: 1.42857;}
.formbody.success .otherLinks a.btn:hover {background-color:#eb3987;border-color:#eb3987; color:#fff;}

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

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

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

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

#holidayoffers.modal .modal-header 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;}
#holidayoffers.modal a.btn {text-decoration: none;}

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

@media (min-width: 992px) {
    .holidayoffers .offers {padding: 40px 0px;}
    #navbarCollapse .navbar-nav > li.special > a {color:#ed1849;}
}

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