@media (min-width: 576px) {
    #searchmodal .modal-dialog {max-width:750px;}
    
    .modal.adimage .modal-dialog {max-width:800px;}
    .modal.adimage .modal-dialog .modal-body img {margin: 0 auto; display: block;}
    
    .modal-instructions.modal .modal-dialog {max-width:800px; width: auto; text-align: center;}
    .modal.lto .modal-dialog {max-width: 875px; width: auto;}
    #qrcode.modal .modal-body {padding: 20px 15px;}
    #qrcode.modal .modal-body img {width:350px;}
    
    #subscribemodal .modal-dialog {max-width: 750px;}
    #subscribemodal .subscribeindex form {padding: 15px;}

    .modal.resources .modal-dialog {max-width: 875px; width: auto;}
    
    /* Index */
    #categoryslide a {height:199px;}
    
    /* Business */
    .bus-image > div {width:520px;}
}

@media (min-width: 768px) {
    /* Header */
    header .navbar a.navbar-brand img {max-height:64px;}
    
     /* Inside Pages */
    .breadcrumbs {padding: 0 0 0 8px;}
    .leftcolumn .sidebar {border-radius: 5px; border:1px solid #E7E7E7; border-width: 1px 1px 2px 1px;}
    .navbar-expand-md #accordion {display:block !important;}
    #accordion .accordion-item {animation: flipdown 0.5s ease both; animation-delay:0.5s;}
    #accordion .accordion-item .accordion-body {max-height:700px;}
    
    /* Error & Search Pages */
    #list-tab a {flex-basis:24%;}
    
    /* Locations */
    .locationlist.addscroll {max-height:700px;}
    
    /* LTO Page */
    .subtitle.ltotitle h2 {text-align: left;}
    
    /* Signatures */
	#signature-pad {width:538px;}
	#signature-modal input.form-control {width:75%;}
	.pad-outer {padding: 15px;}
    #signature-modal .modal-dialog {width: 600px; max-width: 600px;}
    
    
    .formbody.success #enrollformresponse .leftoutput {}
    .formbody.success #enrollformresponse .leftoutput img {width:200px;}
    .formbody.success #enrollformresponse .rightoutput {text-align: left;}
    .formbody.success #enrollformresponse .rightoutput h3 {margin-bottom: 0;}
    .formbody.success #enrollformresponse .rightoutput h5 {text-align: left;margin-top:1rem; margin-bottom: 1rem; font-size: 1.2rem; font-weight: 500;}
}

@media (min-width: 992px) {
    /* Header */
    header .sitename > div {-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content:flex-end; }
    header .sitename > div h1 {position: relative;margin-right:16px;}
    
    header .navbar {}
    header .navbar a.navbar-brand {flex: 0 0 auto;flex-grow: 1;}
    header .navbar a.navbar-brand img {max-height:66px;}
    .navbar-expand-lg .offcanvas .offcanvas-body {flex-grow: 1; height:100%;}
    
    #navbarCollapse {flex: 1 1 auto;flex-grow: 0;flex-direction: row; justify-content: flex-end;}
    #navbarCollapse ul {margin-top:0;margin-bottom: 0;}
    #navbarCollapse ul.navbar-nav {display: flex; flex-direction: row; margin: 0 8px 0 auto; /*min-height: 56px;*/ padding: 0;}
    #navbarCollapse ul.navbar-nav > li {display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center;  position: relative; transition: background-color .4s,color .4s;}
    #navbarCollapse ul.navbar-nav > li > a {position: relative; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -moz-align-items: center; -ms-align-items: center; align-items:center; height:100%; color:#262626; font-weight: 700;padding: 0 12px; line-height: 1.25; text-align: center; text-decoration: none;}
    #navbarCollapse ul.navbar-nav > li > a:hover {color:#F8564C;}
    #navbarCollapse ul.navbar-nav > li > a.hassub-lg:after {font-family: 'Font Awesome 6 Pro'; content: '\f107';  position: absolute; right: 0; left: 0; bottom:3px;text-align: center; text-rendering: auto; transform-origin: center; transition:all .3s linear 50ms; -webkit-font-smoothing: antialiased; font-size: 75%; border:none; display: block;}
    #navbarCollapse ul.navbar-nav > li > a span.bar {position: absolute; top:-4px; width:100%; left: 0; height:4px; cursor: default; background-color:#DA291C; opacity: 0; transition: opacity .4s ease-out;}
    #navbarCollapse ul.navbar-nav > li.mainactive > a span.bar {opacity: 1}
    
    #navbarCollapse ul.navbar-nav > li > a.currentlink {color:#A51006}
    #navbarCollapse ul.navbar-nav > li > a.currentlink.hassub-lg:after {color:#A51006; transform:rotate(-180deg);}
    
    header .sub-menu-lg {padding: 32px; background-color:#fff; box-shadow: 1px 4px 4px rgba(0,0,0,.15); border:none; border-top:2px solid #FA847D; width:100%; display: -webkit-box; display:-moz-box; display:-webkit-flex; display: -ms-flexbox; display: flex; height:auto; opacity: 0;z-index: 1; -webkit-transform: translateY(-100vh); transform: translateY(-100vh); transition: transform .5s ease-in-out 0s; position: absolute; left: 0;}
    header .sub-menu-lg.subopen {-webkit-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition:transform .5s,-webkit-transform .5s; transition: transform .5s,-webkit-transform .5s; top:100%;}
    
    header .sub-menu-lg ul {position: relative; -moz-column-count:3; column-count: 3; display: block; max-width:100%; width:100%; flex-direction: column; padding:0; margin: 0;}
    header .sub-menu-lg ul li {position: relative; flex:0 1 auto; display: inline-block; margin-right: 6px; width:calc(100% - 15px);}
    header .sub-menu-lg ul li a {color:#262626; text-decoration: none; padding: 8px 12px; display: block;}
    header .sub-menu-lg ul li a:hover {color:#696A6C;}
    
    header .sub-menu-lg .row {width:100%;position: relative;}
    header .sub-menu-lg .col-3 {position: relative;}
    header .sub-menu-lg .col-3:after {background-color:#262626; content: ''; height:100%; opacity: .3; position: absolute; right:4px;top:0; width:1px;}
    header .sub-menu-lg .col-3 a {color:#262626; text-decoration: none;}
    
    /* Index */
    #indexslides .caption > div > div {max-width: 50%;}
    
    /* Error & Search Pages */
    #searchouter {width:80%;}
    #list-tab a {flex: 1;}
    
    /***** Information Pages *****/
    #mainimage .caption > div > div {max-width: 50%;}
    
    a#closebox {right: 4rem; top: 1rem;}
    a#closebox i {font-size:30px;}
}

@media (min-width:1200px) {
    header .navbar a.navbar-brand img {max-height:70px;}
    #navbarCollapse ul.navbar-nav {}
    #navbarCollapse ul.navbar-nav > li > a {font-size: 100%; padding-left: 12px; padding-right: 12px;}
    #navbarCollapse ul.navbar-nav > li.hassub > a:after {font-size: 90%;}
    
    /* Index */
    #newvendorslide a.card {}
    #categoryslide a {height:221px;}
    
    /* Business */
    .subtitle.businesspage {text-align: left;}
    #bus {flex-direction: row; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: start; justify-content: flex-start; margin-top:1.5rem;}
    .businesslinks {margin-top:0;}
    .businessContent {margin-right:2rem;}
    .businesslinks > ul { flex-direction: column; -webkit-align-items: flex-start; -moz-align-items: flex-start; -ms-align-items: start; align-items: flex-start;}
    .businesslinks > ul li {padding: 0 0 1rem; flex-grow: 1; width:100%;}
    .businesslinks > ul > li > a.btn { width: 100%; max-width:250px;}
    
    /* LTO - Single */
    #ltobox {margin-top:1.5rem;}
    
    /*** Information Pages ***/
    .formouter .formbody > * {width: 85%; margin-left: 7.5%;}
    .formouter .formbody form {width: 85%; margin-left: 7.5%;}
    .formouter .formbody > #enrollformresponse {width:100%; margin-left: auto;}
}

@media (min-width:1300px) {
    body {font-size: 18px;}
    
    h1 {font-size: 56px; line-height: 64px;}
    h2 {line-height: 41px; font-size: 36px;}
    h3 {line-height: 33px; font-size: 29px;}
    h4 {font-size: 24px; line-height: 28px;}
    
    /* Inside Pages */
    .pagetitle h1 {font-size:56px; line-height:64px; }
    .subtitle h4 {line-height: 41px; font-size: 36px;}
}

@media (min-width:1400px) {
    /* Header */
    header .navbar a.navbar-brand img {max-height:74px;}
    
    /* Index */
    #categoryslide a {height:199px;}
    
    /* Vendors */
    #vendordiscounts .grid .item {width:20%; padding:10px;}
    
    /* New Vendors */
    #newvendors .grid .item {width:20%; padding:10px;}
    
    /* Cats */
    #cat .grid .item {width:20%; padding:10px;}
    
    /* Business */
    .bus-image > div {width:575px;}
    #alternate-ad {width:575px;}
}


@media (max-width: 992px) {
    #navbarCollapse ul.navbar-nav > li.hassub > a:after {display: none;}
    
    #navbarCollapse {background:#fff; box-shadow: 0 15px 40px transparent; padding:24px 0;}
    #navbarCollapse .offcanvas-header {padding:1em;display: flex; align-items: center; justify-content: space-between; width:100%;}
    #navbarCollapse .offcanvas-header button {color:#63666A; display: flex;font-size: 14px; line-height: normal; margin:-.5em -.5em -.5em auto; padding:.5em; width:auto; position: relative; flex-direction: row; -webkit-appearance: none;background-image:none;opacity: 1; justify-content: center; align-items: center;}
    #navbarCollapse .offcanvas-header button span {position: relative;}
    #navbarCollapse .offcanvas-header button i {display: flex; font-size: 100%;position: relative;margin-left:8px;}
    #navbarCollapse .offcanvas-header button i:before {}
    
    #navbarCollapse .offcanvas-body {padding: 0;width:100%;}
    #navbarCollapse .offcanvas-body .subheading {position: relative; width:100%; border:none; border-bottom: 1px solid #E7E7E7; min-height:0; padding: .25em 0 12px 0; align-items: center; flex-direction: row; justify-content: flex-start; }
    #navbarCollapse .offcanvas-body .subheading a.mp-back {border:1px solid #262626; border-radius: 4px; color:#262626; margin: 0 0 0 12px; padding: 4px 10px;transition: color .4s; width:auto; display: flex; justify-content: center; align-items: center; text-decoration: none; opacity: 0;}
    #navbarCollapse .offcanvas-body .subheading.visible a.mp-back {opacity: 1;}
    #navbarCollapse .offcanvas-body .subheading a.mp-back i {position: relative; margin-right:8px;}
    #navbarCollapse .offcanvas-body .subheading a.mp-back i:before {font-family: 'Font Awesome 6 Pro';}
    #navbarCollapse .offcanvas-body .subheading p.title {font-weight: 700; line-height: 1.35; margin: 0; transform:translateX(-42px); transition: all .4s ease; padding: 0 10px; opacity: 0;}
    #navbarCollapse .offcanvas-body .subheading.visible p.title {opacity: 1;transform: translateX(2px);}
    
    #navbarCollapse .offcanvas-body > ul {margin:0; padding: 0; position: relative; transform:translateX(0); transition: transform .4s ease,height .4s ease; width:100%;}
    #navbarCollapse .offcanvas-body > ul li {border:none; border-bottom: 1px solid #E7E7E7;padding: 4px 0 4px 0; display: flex; justify-content: space-between; align-items: center;}
    #navbarCollapse .offcanvas-body > ul li a {color:#262626; font-weight: 700; padding: 8px 11px; transition:background-color .4s,color .4s; width:100%; display: flex; justify-content: space-between; align-items: center; text-decoration: none; font-size: 18px;}
    #navbarCollapse .offcanvas-body > ul li a i {position: absolute; background-color:#F5F5F5; padding: 6px 0 6px 0; border-radius: 4px; width:39px; text-align: center; right:8px;}
    #navbarCollapse .offcanvas-body > ul li a i:before {font-family: 'Font Awesome 6 Pro';}
    #navbarCollapse .offcanvas-body > ul li a.active {color:#DA291C;}
    
    #navbarCollapse .offcanvas-body > ul li.nothing {color:#262626;  padding: 8px 11px; width:100%; display: flex; justify-content: space-between; align-items: center; text-decoration: none; font-size: 18px; font-style:italic; font-weight: 400;}
    
    #navbarCollapse .sub-menu {position: fixed; left: -100%; top:0; bottom:0; width:100%; height:100%; z-index:1046;-webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0);transition:all 0.5s; background:#fff;}
    #navbarCollapse .sub-menu.subopen {left:0; -webkit-transform:translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0);}
    
    #navbarCollapse .sub-menu ul {position: relative; padding: 0; margin: 0;}
    
 
}

@media (max-width: 767px) {
    /* Header */
    header .navbar a.navbar-brand img {max-height:70px;}
    
    /* Footer */
    footer {font-size: 16px;}
    footer .copyright {text-align: center; margin: 0 auto 0px;font-size: 16px;}
    footer .footerlinks ul {-webkit-box-pack:center; -ms-flex-pack:center; justify-content: center;font-size: 16px;}
    footer .footerlinks ul li:first-child:after {content: ""; position: absolute; top:50%; right: -8px; height:22px; margin-top:-11px; width:1px; background:#fff;}

    /* Inside Pages */
    .leftcolumn {margin-bottom:1.5rem;}
    #accordion {border-radius: 5px; border:1px solid #E7E7E7; border-width: 1px 1px 2px 1px;}
    
    /** Information Pages **/
    .contacttext > span:first-child > i {display:none;}
    .contacttext > span:first-child br {display: block;}
    
    .formbody .form-group label {text-align: center;width:100%;}
    .formbody .signaturetable input.form-control {text-align: center;}
    .formbody .signaturetable #hiddenImage img {margin: 0 auto;}
    
    /* Signatures */
	#signature-pad {max-width:95%;}
    
    /* Response */
	.formbody.success .otherLinks a.btn {min-width: 175px;}
}

@media (max-width: 575px) {
    /* Index */
    #newvendorslide a.card {width:75%; margin: 0 auto;}
    
    /* Inside Pages */
    .top-pagination {-ms-flex-direction:column; flex-direction: column; text-align: center;}
    .top-pagination > * {margin-bottom: 10px;}
    .top-pagination > *:last-child {margin-bottom: 0;}
    .pagination-buttons .newvendorfilter a.btn {font-size: 16px;}
    .selectview button#showall {font-size: 16px;}
    
    #form-outer > form .row {flex-direction: column;}
    #form-outer > form .col {width:100%; margin-bottom: 1rem; margin-right:0;}
    #form-outer > form .col-auto {margin: 0 auto; max-width: 100%;}
    
    /** Information Pages **/
    .contacttext > span {font-size: .925rem;}
    .contacttext > span:last-child br {display: block;}
    .contacttext > span:last-child > i:nth-child(4) {display: none;}
	.contacttext > span:last-child > i:nth-child(6) {display:none;}
    .contacttext > span i {font-size: 5px;}
    .formbody label {font-size: .95rem;}
    
    /* Response */
    .formbody.success .otherLinks {flex-direction: column;}
    .formbody.success .otherLinks a.btn.btn-green {min-height:50px;}
}

@media (max-width: 480px) {
    /** Information Pages **/
    body.infopage .insideinfo > .container {width:95%;}
    
    .formlogo img {width:175px;}
    .contacttext > span {font-size: .825rem;}
}

@media (max-width: 390px) {
    /*** Information Pages ***/
    .insideinfo .infoform.formContainer .form-group label {font-size: .925rem;}
    .insideinfo .infotext p {font-size: .925rem;}
    form#enrollment .enrolltext p {font-size: .925rem;}
}

@media (max-width: 375px) {
    /*** Information Pages ***/
    /* Response */
	.formbody.success .otherLinks a.btn {display:block; margin: 0 auto;}
	.formbody.success .otherLinks a.btn:last-child {margin-top:10px;}
}

@media (max-width: 350px) {
    /** Information Pages **/
    .formbody.p-4 {padding-left:1rem !important; padding-right:1rem !important;}
    .formlogo img {width:150px;}
    .contacttext > span {font-size: .8rem;}
}

html.ie .ltoImage img.img-fluid {width:100% !important;}