/* Colors --------------- 
green: #6cb33f;
orange: #f78e1e ---Changed to #FF6600 on 7/12/2018 per request by Katelyn;
old blue: #0069aa;
new blue: #00B2E2
lite grey: #cccccc;
mid grey: #9e9f9c;
black: #333333;
 --------------- */
/* ---------------HTML Element Over rides --------------- */

html, body, pre { 

    color:#000;
    font-size: 18px;
    line-height:1.5em;
    font-family: 'century gothic', 'muli', sans-serif;
    Font-weight: 400;
    margin:0;
    padding:0;
}
sup {
    font-size: 0.5em;
}
#body {
    background: #ffffff;
}
a { 
    color: #0069aa;
    text-decoration:none;
}
a:hover { 
    text-decoration: underline; 
}
a img {
    border:none;    
}
h1,
.myaccountHeading{ 
    font-size: 2em;
    font-weight:normal;
    line-height: 125%;
    color:#6cb33f;
}
h2 { 
    font-size: 1.8em; 
    font-weight:normal;
    line-height: 125%;
    color:#6cb33f;
}
h3 { 
    font-size: 1.5em; 
    font-weight:normal;
    line-height: 125%;
    color:#0069aa;
}
h4 { 
    font-size: 1.25em;
    font-weight:bold;
    line-height: 125%;
}
h5 { 
    font-size: 1.1em;
    font-weight:bold;
    line-height: 125%;
}
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 1em;
    padding-top:1.2em;
    margin-bottom: 0.1em;
}

p {
   margin:0;
   padding: 0.5em 0;
}
td {
    vertical-align:top; 
    padding: 0;
    margin: 0;
}
hr {
    border-top: thin solid #ccc;
    border-bottom:none;
    border-right:none;
    border-left:none;
    background:transparent;
    height:1px;
    margin: 1em 0;
    padding:0;
    clear:both;
}
table {
    width:100%;
    border-collapse:collapse;
    }
img {
    max-width:100%;
    height: auto;
    
}
/* End HTML Element Over rides */

.hidden {
    display: none;
}

/* ModuleBegin::documents */
.documentsModule.moduleLister { }
.documentsModule.moduleLister table { border: 1px solid #ccc; padding: 3px; }
.documentsModule .rowOdd { }
.documentsModule .rowEven { background: #eee; }
.documentsModule td, .documentsModule th { padding: 3px 10px; }
.documentsModule th { border-bottom: 2px solid #ddd; text-align:left;}
/* ModuleEnd::documents */

/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */

/* ModuleBegin::wiki */
#wiki_body { width:100%; height:300px; }
#wiki_title { width: 200px; }
#wiki_comments { width: 100%; }
#wiki_category { margin:0; }
#wiki_warning { padding: 10px 0px 10px 5px; width: 100%; border: 1px solid red; background-color: #fcc; font-weight: bold; color: red; }
#wiki_toc { list-style:none; margin:0; padding:2px }
#wiki_toc li { padding:2px 0px; }
.wikiWrapper .revisions, #wiki_discussion .revisions { color:#555; padding-top:5px; text-align:center; }
.wikiWrapper .revisions { border-top:1px solid #cfcfcf; }

#wiki_preview_title { padding-bottom: 15px; font-size: 15pt; font-weight: bold; }

#wiki_diff table { width: 100%; }
#wiki_diff .th_row { background-color: #eee; }
#wiki_diff th { padding:5px; }
#wiki_diff td { padding:3px; border-bottom:1px solid #aaa; }
#wiki_diff .history_header, .current_header { background-color: #d4d5d4; text-align: left; padding: 5px; margin: 0px 5px 0px 5px; border-bottom: 1px solid #000; }
#wiki_diff .current, .history { background-color: #eee; margin: 0px 5px 0px 5px; border: 1px solid #d4d5d4; }
#wiki_diff .inserted { background-color: #cfc; }
#wiki_diff .deleted { background-color: #f59e92; }
#wiki_diff .changed { background-color: #ffa; }
#wiki_diff .unchanged { background-color: #eee; }
#wiki_diff .back_button { width: 100%; text-align: center; padding-top: 30px; }

#wiki_diff_legend { padding-top: 30px;  vertical-align: top; }
#wiki_diff_legend .title { font-size: 10pt; border: 1px solid #aaa; background-color: #d4d5d4; width: 300px; padding: 0; margin: 0; }
#wiki_diff_legend .box { border: 1px solid #aaa; background-color: #eee; width: 300px; }
#wiki_diff_legend .changed { margin: 10px 0px 10px 0px;  padding-left: 5px; }
#wiki_diff_legend .inserted { margin: 10px 0px 10px 0px; padding-left: 5px; }
#wiki_diff_legend .deleted { margin: 10px 0px 10px 0px; padding-left: 5px; }
/* ModuleEnd::wiki */
#myaccount_form .tr_expiration_date {
    visibility:hidden;
}

#ownerBanners {
    text-align:center;
    clear:both;
    padding: 2em 0;
}
#ownerBanners img {
    max-width:24%;
    height:auto;
    vertical-align:middle;
}
#tabSignup {
    font-size: 1.25em;
    }
.footer-linkback,
.footer-linkback a {
    color:#fff;
    text-align:center;
}
.tabWidget {
    position:absolute;
    top: 4em;
    right:50%;
    z-index:99999;
    background: #fff;
    width: 18em;
    margin-right:-9em;
    padding: 1em;
    display:none;
    font-size: 1em;
    box-shadow: 3px 3px 6px #000;
}
.tabWidget .buttonlink a,
.tabWidget a.buttonlink {
    background: #0069aa;
}
.tabWidget {
    display:none;
}
.tabWidget img {
    max-width:100%;
}
.winTitle {
    float:left;
}
.closeThis {
    text-align:right;
    font-size: 1.5em; 
    display:block;
    width:1em;
    background:#fff;
    font-weight:bold;
    padding:2%;
    width:96%;
}
.closeThis a {
    color:#0069aa;
}
#fcfSticker {
    cursor:pointer;
    position:absolute;
    bottom:2%;
    right: 1%;
    max-width:14%;
    height:auto;
    z-index:999;
}
#myaccount_form .tr_company_name,
#myaccount_form .tr_contact_title,
#myaccount_form .tr_contact_mobile,
#myaccount_form .tr_contact_fax,
#myaccount_form .tr_contact_website {
    display:none;
}
.strike {
    text-decoration: line-through;
}
.checkfilter {
    visibility:hidden;
    margin: 1em 0 1em 1em;
    float: right;
}
#miniCal {
    padding-top: 0.5em;
}
#monthHeading {
    text-align:center;
    margin: 0 0;
    padding: 0 0 1em 0;
}
#calNav {
    margin-top: 1em;
}
#calNav a {
    color:#fff;
    font-weight:normal;
}
#calNav .prev {
    float:left;
}
#calNav .next {
    float:right;
    text-align:right;
}
#calList,
#eventList {
    border-bottom: thin solid #ccc;    
}
#calList a,
#eventList a {
    color:#00B2E2;
    font-weight:bold;
}
#contactInfo,
#ownerList {
    padding-left:2em;    
}

#locations {
    display:none;
}
.dateDetails {
    max-width:100%;
    clear:both;
}
.dateDetails .more {
    display:block;
    text-align:right;
}
.dateHeading {
    padding: 1em;
    background: #eee;
    border-top: thin solid #ccc;
    border-left: thin solid #ccc;
    border-right: thin solid #ccc;
}
.dateInfo {
    padding: 1em;
    background: #fff;
    border-top: thin solid #ccc;
    border-left: thin solid #ccc;
    border-right: thin solid #ccc;
    min-height: 1.5em;
}
.dateInfo span {
    display:block;
}
.dateInfo span.instrname,
.dateInfo span.locname {
    display:block;
    font-size: 0.8em;
    line-height: 1em;
}

#step-bar {
    margin: 1em 0;
    padding: 0.5em 0;
    border-bottom: thin solid #ccc;
}
.outstock {
    color:red;
    font-weight:bold;
}
.lowstock {
    color:orange;
    font-weight:bold;
}
.instock {
    color:green;
    font-weight:bold;
}
#heroimage {
    min-height:8em;
    position: relative;
}
#heroimage h1 { color: #fff; }
#heroimage img {
    width:100%;
    height:auto;
    display:block;
}
#heroimage_franchise_inquiry {
    min-height:8em;
}
#heroimage_franchise_inquiry img {
    width:100%;
    height:auto;
    display:block;
}
.bx-wrapper {
    position:relative;
}
.bx-controls-direction {
    position:absolute;
    width:100%;
    top:45%;
    font-size: 1.5em;
    font-weight:bold;
    z-index: 9999;
}
.bx-controls-direction a {
    display:inline-block;
    width:1em;
    height: 1.5em;
    line-height:1.5em;
    position:absolute;
    color:#ffffff;
    text-align:center;
    background-color: #00B2E2;
}
.bx-controls-direction .bx-prev {
    left:1em;
    z-index: 9999;
}
.bx-controls-direction .bx-next {
    right:1em;
    z-index: 999;
}
#zipsearchtop {
    width:17em;
    float:right;
    padding-top: 1em;
    position:relative;
}
#zipsearchtop .directorySearchInput {
    background-color:#fff;
    color:#666;
    min-height: 1.65em;
}
#zipsearchtop .submit {
    background:transparent url('graphics/design/icon-search.jpg') 50% 50% no-repeat; 
    position:absolute;
    right: 0.5em;
    top: 1.25em;
    display:block;
    z-index: 99;
    width:1.5em;
    max-width:1.5em;
    min-width:1.5em;
    height:1.5em;
    text-indent: -100em;
    background-size:auto 100% ;
}
#zipsearchbottom {
    width:30em;
    float:left;
    padding-top: 0.25em;
    position:relative;
}
#zipsearchbottom h4 {
    display:inline-block;
    font-size: 1.2em;
    color:#fff;
    padding-right:1em;
}
#zipsearchpage .directorySearchInput,
#zipsearchbottom .directorySearchInput {
    display:inline-block; 
    max-width:10em;
    background-color:#fff;
    color:#666;
    border-color:#00B2E2;
}
#zipsearchpage .submit,
#zipsearchbottom .submit {
    background:#0069aa !important;
    display:inline-block; 
    border-radius: 50%;
    width:2.27em;
    height:2.2em;
    text-align:center;
    line-height:1em;
}
#zipsearchbottom select.directorySearchInput,
#zipsearchtop select.directorySearchInput {
    display:none;
}
#content-inner .bx-wrapper ul,
#content-inner .bx-wrapper li {
    list-style:none;
    margin:0 0 !important;
    padding:0 0 !important;
}
#photoAjax {
    width: 40%;
    float:right;
    padding: 2%;
}
#content-inner #photoAjax ul.slides li,
#content-inner #photoAjax ul.slides li img{
    margin: 0;
    width:100%;
    height:auto;
}

#RegionMapTable {
    display:table;
    width:100%;
    border-collapse:collapse;
    border:none;
    margin:0 auto;
    max-width:80%;
}
#RegionMapTable td {
    display:table-cell;
    padding:0;
    margin:0;
}
#RegionMapTable img {
    width:100%;
    display:block;
}
.col25 {
    float:left;
    width:25%; 
}
.col33 {
    float:left;
    width:33%;    
}
.col50 {
    float:left;
    width:50%;
}
.col66 {
    float:left;
    width:66%;    
}
.col75 {
    float:left;
    width:75%;
}
.col50 .fba_links {
    display:block;
    text-align:center;
    padding: 1em 0;
}
.col50 .fba_links img {
    margin: 0 auto;
    max-width: auto;
    height:auto;
}
.even {
background:#eee;
}
.searchItem {
    padding: 1em;
    border-top: thin solid #ccc;
}
#recaptcha_widget img,
#recaptcha_image {
    max-width: 100%;
    height:auto;
    width: 280px !important;
}
.pagecount {
    font-size: 2em;
}
#content ul {
     margin: 1em;
     border-left: 0.5em solid #0069aa;
     color: #0069aa;
    }
#content ul li ul {
    border-left:none;
}
#content ul a {
    color:#00B2E2;
}
#content ul li {
    list-style:none;
    padding: 0 0 0 0.5em;
    margin: 0 0 0 1em;
    }
#content ul li li {
    list-style:circle;
    }
#content-inner .photoAjax ul {
     margin: 0 ;
    }
#content-inner .photoAjax ul li {
    list-style:none;
    padding: 0 0;
    margin: 0 0;
    text-align:center;
    }
#content ul.bxslider {
    margin: 0 auto !important;
    padding:0;
    border-left: none;
    list-style:none;
    width:100%;
}
#content ul.bxslider li{
    margin: 0;
    padding:0;
    list-style:none;
    width:100%;
    text-align:center;
}
#content ul.bxslider li img {
    margin: 0 auto;
}
 .photos #bx-pager {
        text-align:center;
    }
.photos #bx-pager img{
    width:10%;
    height:auto;
    margin: 2%;
    border: 1px solid #00B2E2;
    display:inline-block;
    }
.photos #bx-pager .active img{

    border: 3px solid #00B2E2;

    }
/* franchise pages */
.collapse h3 {
    cursor:pointer;
}
#content-wrapper .collapse .toggle {
    display:none;
}
.tabItem.inactive {
    display:none;
}
#svgmap {
    margin:0 auto;
    width:90%;
}
#svgmap img {
    width:100%;
    height:auto;
}
path:hover {
    cursor:pointer;
    opacity:0.7;
} 
#recaptcha_widget label {
    font-weight:bold;
}
#recaptcha_reload,
#recaptcha_audio,
#recaptcha_text,
#recaptcha_help {
    display:inline-block;
    padding: 0.5em;
    font-size: 0.8em;
}
#notabs {
    clear:both;
}
.bgphoto {
    background-color: #ccc;
    background-position: 50% 30%;
    background-size:cover;
    background-repeat:no-repeat;
    display:block;
    width:100%;
    position:relative;
    /*border:2px solid #00B2E2;*/
}
.catname {
    font-size: 2.8em;
    color:#00B2E2;
    text-align:center;
    position:absolute;
    width:100%;
    bottom: 1em;
    text-shadow: 2px 2px 3px #000;
}
 .listItem.blog .bgphoto {
     width:20%;
     float:left;
 }
.page_1 .listItem.blog.post_1 .bgphoto {
      width:35%;    
 }
 .listItem.blog .info {
     padding-left: 22%;
 }
.page_1 .listItem.blog.post_1 .info {
     padding-left: 37%;
 }
.detailItemWrapper .bgphoto{
    background-size:cover;
}
 .listItem {
    width: 23%;
    margin: 1% 1% 0 1%;
    float:left;
    min-height: 25em;
    text-align:left;
    position:relative;
}
.module_locations .listItem {
    min-height:10em;
}
#ajaxContent .listItem.news,
#ajaxContent .listItem.blog {
    width: 100%;
    margin: 0 0 0 0;
    float:none;
    min-height: auto !important;
    height:auto;
    text-align:left;
    position:relative;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: thin solid #ccc;
}
#blogList .listItem {
    width: 22.5%;
}
#ajaxElement.store .listItem,
.store #blogList .listItem {
    width: 31% !important;
    padding-bottom: 1.5em;
}
.listItemInner h3 a {
    color:#00B2E2;
    font-weight:normal;
    padding-top: 0.1em;
    
}
#homeFeatured1 {
    padding: 2em 0;
}
.homepage #block-1 .listItem {
    width:31%;
    min-height:1em;
    text-align:center;
}
.homepage #block-1 .bgphoto {
    border: 0.2em solid  #00B2E2;
    border-radius:50%;
}
.listItem .blurb {
    padding:0 0 2em 0;
}
 .listItem .buttonlink {
    display:none;
    position:absolute;
    bottom:0;
    right:0;
 }
.store .listItem .buttonlink {
    border-radius:0;
}
.listItem.blog .buttonlink,
.module_blog .listItem .buttonlink,
.module_locations .listItem .buttonlink {
    position:relative; 
    bottom:auto;
    right:auto;
}
.detailItemWrapper .listItem {
    min-height: 25em;
}
#ajaxContent .listItemInner,
.listItemWrapper .listItemInner {
    padding: 6px;
}
.listItem img {
    width:100%;
    max-height: 20em;
}

#block-1 .listItem img {
    width:auto;
    max-height: auto;
    max-width:100%;
}
#block-2 .inner-block {
    max-width:100% !important;
}
#block-3 {
    clear:both;
}
#block-3 span[id^="bnrinst"]{
    display:block;
    text-align:center;
    padding-bottom: 1em;
}
#block-3 .fba_links img {
    max-width:98%;
    height:auto;
    /* box-shadow: 10px 10px 5px #666666; */
}
#block-2 .meta {
    margin: 0 auto;
    max-width:70em;
    text-align:center;
}
#homeFeatured2  li img {
    margin: 0 auto !important;   
}
#block-2 .listItem {
    padding:0;
    margin: 0;
    width:100%;
    background-position: 0 50%;
    background-repeat:no-repeat;
    background-size:cover;
}
#block-2 .listItem h2 {
    color:#ffffff;
    font-size: 3em;
    text-align:center;
}
#block-2 .listItem a {
    color:#fff;
}
#block-2 .listItemInner {
    background:transparent url('graphics/design/blue-opacity.png') repeat 0 0;
    margin: 10% 0;
    padding: 5% 0;
}
#block-2 .listItem ul,
#block-2 .listItem li {
    margin:0;
    padding:0;
    list-style:none;
}
#block-2 .listItem li {
    float:left;
    width:50%;
    text-align:center;
}
#block-2 .listItem li img {
    width:auto;
    height:auto;
}
#block-3 {
    text-align:center;
    padding: 2em 0;
}
#block-3 .listItem {
    display:inline-block
}
#block-3 .listItem .fba_links img {
    max-width:98%;
    margin:0 auto 0.5em auto;
    height:auto !important;
}
.listItem .introtxt {
    max-height:6.5em;
    margin-bottom:0.5em;
    overflow:hidden;
}
.quote {
    background: #eee;
    margin: 0 2em 2em 0;
    padding: 2em;
    display:block;
    max-width: 35em;
    font-style:italic;
    font-size: 1.2em;
}
.itemPhoto img {
    max-width:100%;
}
#ytvid {
    text-align:center;
    margin: auto;
    background:#5f6a6e;
}
.rtxt {
    text-align:right;
}
.xsml {
    font-size: 0.7em;
    line-height:1.2em;
}
.sml{
    font-size: 0.8em;
    line-height:1.2em;
}
.buttonlink.lrg,
.lrg {
    font-size:1.2em; 
    line-height:1.4em;
}
.xlrg {
     font-size:1.5em;  
    line-height:1.4em;
    }

.meta {
    color: #999;
    font-size: 0.8em;
    }
.strong {
    font-weight:bold;
    }
.utilityLinks a,
.formButtons a,
.buttonlink a,
h3.buttonlink,
a .buttonlink,
a.buttonlink,
a.readmore,
.readmore a,
input[type="button"],
input[type="submit"]{
    color:#fff;
    display:inline-block;
    padding: 0.3em 0.5em;
    min-width:1.5em;
    max-width:100%;
    display:inline-block;
    background: #00B2E2; 
    border: 0 solid transparent;
    border-radius:0.2em;
}
.checkfilter a.buttonlink {
    background: #ccc; 
    color: #fff;
}
.checkfilter a.buttonlink.blue {
    background: #0069aa;
}
a.buttonlink.lightblue {
    background: #00B2E2;
    color: #fff;
}
a.buttonlink.lightblue:hover {
    background: #4cc9eb;
}
.formButtons a:hover,
.buttonlink a:hover,
a.buttonlink:hover,
a.readmore:hover,
.readmore a:hover,
input[type="button"]:hover,
input[type="submit"]:hover{
    text-decoration:none;
    background: #0069aa;
    color:#fff;
    }
.photo-center {
    display:block;
    clear:both;
    margin: 1em auto;
}
.photo-right{
    float:right;
    margin: 0 1em 1em 1em;
}
.photo-left{
    float:left;
    margin: 0 1em 1em 1em;
}
.text-right {
    text-align:right;
}
.text-center {
    text-align:center !important;
}
#body { 
    overflow-x: hidden;
    margin:0 auto; 
    padding:0; 
}
#page {
 margin:0 auto; 
 padding:0;
}
#pre-header {
    position:absolute;
    z-index:99;
    left:0;
    top:0em;
    width:100%;
}
#pre-header .inner-container {
    position:relative;
    padding: 0 1em;
    min-height:4em;
    }
#header {
    clear:both;
    background-color: #050001;
    position:absolute;
    z-index:999;
    left:0;
    top:2em;
    width:100%;
    height:60px;
}

#sub-menu {
    clear:both;
    background: #cccccc;
    position:relative;
    width:100%;
}
#logo {
    position:absolute;
    left:3em;
    top:-1.5em;
   
}
#logo a {
    display:block;
    width:100%;
    position:relative;
    z-index:999;
}
#logo img {
    width:22em;
    height:auto;
}
#logo a:hover {
    text-decoration:none;
}
#post-header {
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    background: #00B2E2; /* orange */
    z-index:9999;
    height:3.5em;
    border-top: thin solid #fff;
}
#post-header-inner {
    padding: 0 1em;
}
#social {
    max-width:50%;
    float:right;
    width:100%;
    text-align:right;
}
#search_box_form {
    width:25%;
    max-width:100%;
    float:left;
    padding-top: 0.5em;
}
#search_box_form .searchBoxInput{
    width:10em;
    border: thin solid #fff;
    background:#fff;
    display:inline-block;
    vertical-align:middle;
    line-height:2em;
}
#search_box_form .submit {
    display:inline-block;
    vertical-align:middle;
    padding-left: 0.5em;
}
#search_box_form h4 {
    display:inline-block;
    vertical-align:middle;
    font-size:3em;
    padding: 0 0.25em 0 0;
    margin: 0 0;
    line-height: 1em;
    color:#fff;
}
#search_box_form {
    float:left;
    max-width:25%;
    width:100%;
}
#content {
    padding:0 0 1.5em 0;
    position:relative;

}
#content.homepage {
    padding: 0 0 0 0;
}
#content.interiorpage {
    padding: 0 0 0 0;
}
#content .inner-container{
    max-width:70em;
    margin: 0 auto;
}
#content .inner-container.landingpage ,
#content .inner-container.homepage{
    max-width:100%;
    margin: 0 auto;
}
#content-inner {
   /* padding: 1em 0;*/
}
#content-inner .inner-block {
    max-width:70em;
    margin: 0 auto;   
}

#pre-footer {

}
#pre-footer-inner {

}
#post-footer {
    padding-bottom:30px;
}
#footer {
    text-align:center;
    padding: 1em 0;
    border-top: 0.8em solid #00B2E2;
    margin-top: 2em;
    }
#footer a,
#footer a:hover {
    color:#333;
}
#footer-inner {
    max-width:70em;
    margin: 0 auto;
}
.menu_block {
    display:inline-block;
    vertical-align:top;
    width:20%;
    margin:0.75% 0.25%;
    padding: 0.5%;
    text-align:left;
    font-size: 0.9em;
    color: #00B2E2;
}
.menu_block.text-right {
    text-align:right;    
}
#footer .menu_block ul,
#footer .menu_block li {
    list-style:none;
    margin:0 0;
    padding: 0 0;
    line-height:1.3em;
}
.footer-copyright {
    font-size:0.7em;
    text-align:center;
    line-height: 1.2em;
}
.article-inner {
    max-width: 70em;
    margin:0 auto;
    padding-top: 25px;
}
.article-inner .sidebar {
    padding-right:26%;
}

.lister-inner {
    position:relative;
    margin:0 1%;
    padding: 1em;
    clear:both;
}
.center { 
    text-align: center; 
}
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {
clear: both;     
}
.menu_social,
.menu_quicklinks{
    margin: 0;
    padding:0;
}
ul.menu_social {
    display:inline-block;
    vertical-align:middle;
}
ul.menu_quicklinks {
    float:right;
    max-width:30em;
    padding: 1em 0;
    font-weight: 300;
}
.menu_social li,
.menu_quicklinks li{
    margin: 0;
    padding:0;  
    display:inline-block;
    line-height:1em;
    }
.menu_quicklinks li a {
    border-left: thin solid #e97550;
}
.menu_quicklinks li.item1 a,
.menu_quicklinks li.item2 a {
    border-left:none;
}
.menu_social li a,
.menu_quicklinks li a{
    display:inline-block;
    padding: 0.2em 0.5em;
    line-height:1em;
}
.menu_social li a {
    height:3em;
    width:3em;
    text-indent: -100em;
    overflow:hidden;
    text-align:left;
    }
.menu_social li.facebook a {
    background: url('graphics/design/icon-facebook.png') 50% 50% no-repeat;
}
.menu_social li.linkedIn a {
    background: url('graphics/design/icon-linkedIn.png') 50% 50% no-repeat;
}
.menu_social li.twitter a {
    background: url('graphics/design/icon-twitter.png') 50% 50% no-repeat;
}
.menu_social li.youtube a {
    background: url('graphics/design/icon-youtube.png') 50% 50% no-repeat;
}
.menu_social li.instagram a {
    background: url('graphics/design/icon-instagram.png') 50% 50% no-repeat;
}
.menu_social li.pinterest a {
    background: url('graphics/design/icon-pinterest.png') 50% 50% no-repeat;
}
.menu_social {
    float:right;
}
ul.menu_main {
    text-align:right;
    padding:0.5em  0;
    position:relative;
}
ul.menu_franchise,
ul.menu_corp,
ul.menu_inquiry,
ul.menu_shop,
ul.menu_franchise_inquiry {
    text-align:center;
    padding:0.5em  0;
    position:relative;
}
.menuItemHighlight a {
    font-weight:bold;
}
.menu_franchise li,
.menu_corp li,
.menu_inquiry li,
.menu_shop li,
.menu_main li,
.menu_franchise_inquiry li {
    display:inline-block;
    margin:0;
    padding: 0;
    font-size:1.25em;
    line-height:2.2em;
    position:relative;
}
.menu_main li a {
    padding: 0 1em;
    display:inline-block; 
    color:#fff;
}
.store .hide,
.menu_franchise .hide,
.menu_shop .hide,
.menu_franchise_inquiry .hide {
    display:none;
}
.menu_franchise li a,
.menu_corp li a,
.menu_inquiry li a,
.menu_shop li a,
.menu_franchise_inquiry li a {
    padding: 0 1em;
    display:inline-block; 
    color:#333;
}
.menu_franchise li.endmenu,
.menu_corp li.endmenu,
.menu_inquiry li.endmenu,
.menu_shop li.endmenu,
.menu_main li.endmenu,
.menu_franchise_inquiry li.endmenu {
    border-left: thin solid #333;
}
.menu_main li.endmenu a {
    color:#333;    
}
.menu_franchise li a:hover,
.menu_corp li a:hover,
.menu_inquiry li a:hover,
.menu_shop li a:hover,
.menu_main li a:hover,
.menu_franchise_inquiry li a:hover {
    text-decoration:none;
    opacity: 0.7;
}
.error {
    color:#f16031;
    font-weight:bold;
}

.sidebar #content-wrapper {
    float:left;
    width:68%;
    margin-right:2%;

}

#sidebar-wrapper {
   float:left;    
    width:30%;
    display:block; 

}
#sidebar-wrapper .inner-block {
    padding:1em;
    }
#content-wrapper .inner-block {
    padding:0 0;
    }
#sidebar-wrapper h2 {
    font-size: 1.5em; 
    }

#content-wrapper {

}


/* End Global Styles */

/* --------------- Home Page Styles--------------- */
#homeSlideshow ul,
#homeSlideshow li{
    list-style:none;
    margin: 0 0;
    padding: 0 0;
    position:relative;
}
#homeSlideshow {
    position:relative;
    max-height:800px;
    overflow:hidden;
}
#homeSlideshow .bxcaption {
    position:absolute; 
    bottom: 3em;
    left: 2em;
    color:#fff;
    font-size: 3em;
    text-shadow: 2px 2px 4px #000;
}
.slides img {
    border:none;
    display:block;
}
#photoThumbWrapper .slides li {
     margin:0 !important;
    padding:0 !important;
    list-style:none;
    position:relative;

}
#photoThumbWrapper .slides li img {
    width:100%;
    height:auto;
    margin:0 !important;
    padding:0 !important;
    }
#photoThumbWrapper .slides .bx-caption {
    display:block;
    }
#photoThumbWrapper .slides li a,
#photoThumbWrapper .slides li a:hover {
       text-decoration:none; 

}

#photoThumbWrapper a.bx-prev,
#photoThumbWrapper a.bx-next{
    display:inline-block;
    width: 0.5em;
    height: 1.5em;
    border: 1px solid #f58220;
    margin-right: 0.5em;
    padding: 0 0.5em;
}


/* ---------------General Module Styles--------------- */
.gmap {
    width:100%;
    height:25em;
}
/* End General Module Styles */


/* Pagination */
.inactive {
    opacity: .2;
}

.pagebottom {

    min-height: 2.5em;
}

.newsModule {
    position:relative;
}
.newsModule h2 {
    clear:both;
}
.pagination { 
    
}
.pagination .prevnextLink { 

}
.pagination .prevnextLink:hover {

}
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::events */
.eventCategoryFilter select {
    width: 50%;
}
.interiorpage .eventsListerWrapper {
    clear:both;
    border-top: thin solid #cccccc;
    padding: 1em 0
    }
#content .eventsListerWrapper ul,
#content .eventsListerWrapper li {
    margin: 0;
        padding:0.5em 0;
    list-style:none;
    clear:both;
}
ul.eventsBoxWrapper,
ul.eventsBoxWrapper li{
    margin: 0;
    
    padding:0.5em 0;
    list-style:none;
    clear:both;
}
.eventDateBox {
    background: #b33900;
    width:2.813em;
    height:3.438em;
    float:left;
    text-align:center;
    padding-top: 1em;
    font-weight:bold;
    }
.eventDateBox .event-short-month {
    color: #fff;
    font-size: 0.8em;
    line-height:1em;
    display:block;
    }
.eventDateBox .event-day-num {
    color: #fff;
    font-size: 1.7em;
    line-height:1em;
    display:block;
    }
.eventsBoxWrapper h3 {
    padding-left: 2.8em;
    font-size: 1.2em;
    }
ul.fauxtabs,
ul.fauxtabs li {
    list-style:none;
    margin:0;
    padding:0;
    }
ul.fauxtabs li {
    border-radius: 0.3em 0.3em 0 0;
    -moz-border-radius:  0.3em 0.3em 0 0;
    border-top: thin solid #cccccc;
    border-left: thin solid #cccccc;
    border-right: thin solid #cccccc;
    background: #eeeeee none 0 0 repeat;
    display:block;
    float:left;
    width:12em;
    text-align:center;
    margin: 0 1em -1px 1em;
    }
ul.fauxtabs li.active {
    background: #ffffff none 0 0 repeat;    
    }
ul.fauxtabs li a,
ul.fauxtabs li a:hover {
    /* color:#7e8083;*/
    color:#5F6A6E;
    text-decoration:none;
    line-height: 1.2em;
    }
.eventsBoxWrapper .eventBlurb {
    padding-left: 3.4em;
    }
.eventsBoxWrapper h3 a {
    color: #333;
    }
#calendarDetail table {
    width:100%;
    border-collapse:seperate;
    }
table.calendarDays {
    background: #cccccc none 0 0 repeat;
    border-bottom: 0.3em solid #ffb999;
    }
table.calendarDays td {
    width: 13%;
    background: #fff none 0 0 repeat;
    padding: 0.2em;
    height: 4em;
    }
table.calendarDays td a {
    font-size: 0.8em;
    line-height:0.8em;
    }
table.calendarDays span.calday {
        font-size: 0.8em;
        display:inline-block;
        padding: 0 0.5em 0.2em 0;
}
table.calendarDays .title,
table.calendarDays .weekdays,
table.calendarDays .prevLink, 
table.calendarDays .nextLink{
    text-align:center;
    height: 1em;
}
table.calendarDays .weekdays {
    background: #ffb999 none 0 0 no-repeat;
}
table.calendarMonths {
    background: #b33900 none 0 0 no-repeat;
}
table.calendarMonths td {
        text-align:center;
        line-height: 2em;
        
    }
table.calendarMonths a {
     color:#fff;
    }
.eventDate,   
.eventTime, 
.eventBody,
.eventLocation,
.eventDirections,
.eventTicketWrapper,
.eventContact,
.eventPhone {
    padding-bottom:1em;
    }
.eventsDetailWrapper .itemLabel {
    font-size: 1.2em;
    font-weight: bold;
    display:block;
    }


/* ModuleEnd::events */

/* ModuleBegin::news */
.newsModule.moduleDetail {}
.newsModule table td {width: 50%;}
.newsModule.moduleLister {}
.newsModule .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsModule .blurb {}
.newsModule .thumbnail {}
.newsModule td {width:49% !important; padding-right:1% !important;}
/* ModuleEnd::new */



/* ModuleBegin::gendocs */
.webpageWrapper { }
/* ModuleEnd::gendocs */

/* ModuleBegin::forms */

#form {
    
}
#form table {
    width:95%;    
}
#form td {
    vertical-align:middle;
    line-height:1.5em;
}
#form tr td:nth-child(2) {
    width:60%;    
}
#formBox {
    color: #472a1a !important;
}
#formBox .formtext,
#formBox .formtextRequired {
    display:none;
}
#formBox input,
#formBox select {
    margin-top:1em;    
}

input[type="submit"] {
    font-size:1em;    
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="password"],
textarea,
select {
    width:95%;
    font-size:1em;
    line-height: 1.5em;
    border: 1px solid #ccc;
    background: #f3f3f3;
    padding: 0.2em 2.2%;
    border-radius:0.3em;
    color:#5F6A6E;
    margin-bottom: 0.5em;
    font-family: 'century gothic', 'muli', sans-serif;
}
.scrollframe {
    width:95%;
    font-size:1em;
    line-height: 1.5em;
    border: 1px solid #ccc;
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;  
    border-radius:0.2em;
    height: 10em;
    overflow:scroll;
}
.discounted .itemDetail a,
.discounted .itemDetail a:hover {
    color: #333 ;
    text-decoration:none;
}
.discounted .remove {
    visibility:hidden;
}
#commerce_checkoutTable #IDFormField_Comments_0 {
    height: 1px;
    visibility: hidden;
}
#shoppingCart .sku {
    display:block;
    font-size: 0.9em;
}
#IDFormField_expiration_0,
#IDFormField_expiration_0_year,
.expirationFields select {
    width: 47%;
    float:left;
    margin-right:2%;
    }

#commerce_checkoutTable {
    padding: 0 0 !important;
    max-width:100% !important;
}
#step-bar {
    padding: 0.5em !important;
    max-width:100% !important; 
    background:#ccc;
}
#commerce_checkoutTable #contactInfo {
    padding-left:0;
}
#commerce_checkoutTable table {
    width:100%;
}
/* ModuleBegin::photo */
/*******************************       ******************************************
******************************** PHOTO ******************************************
********************************       *****************************************/
/* Photo Lister */
/* Photo Lister */
.photoModule.moduleLister {}
.photoModule.moduleLister .gridItem {border:1px solid #ccc; text-align:center; width: 200px; display:inline-block; vertical-align:top; margin-bottom:5px; padding-bottom: 15px}
.photoModule.moduleLister .gridItem:hover {border:1px solid #5E5E5E;}
.photoModule.moduleLister .gridItem span {display:block;}
.photoModule.moduleLister .gridItem .image {width:160px;height:150px;overflow:hidden; margin: 10px auto;}
.photoModule.moduleLister .gridItem .name {height:20px;overflow:hidden;}
.photoModule.moduleLister .gridItem .description {height:55px;overflow:hidden;}
ul.grid:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
ul.grid li.gridItem { width: 200px; display: inline-block; vertical-align: top; }

/* Photo Thumbnails */
.photoModule .description  {}
.photoModule .thumbnailItem {float:left; margin:0 10px 10px 0; position:relative; height: 100px; width: 150px; overflow: hidden;}
.photoModule .thumbnailItem img.activeImage {border:1px solid #333;}
.photoModule .thumbnailItem img {border:1px solid #ccc; min-height: 100%; min-width: 100%;}
.photoModule .thumbnailItem a:hover img {border:1px solid #5E5E5E;}

/* Photo Detail */
.photoModule.moduleDetail{margin:10px 0;}
.photoModule .photoRemote {width:400px;height:20px;margin:0 auto;}
.photoModule .photoRemote span{width:80px;height:20px;background-color:#fff;text-align:center;float:left;}
.photoModule .photoRemote span a{display:block;margin:0 1px;background-color:#fff;color:#888;border:1px solid #ccc;text-decoration:none;}
.photoModule .photoRemote span a:hover,div.photoRemote span a:active{border:1px solid #e5e5e5;color:#000;}
.photoModule .imageDetail {margin:10px; }
.photoModule .imageDetail div {margin:0 auto;}
.photoModule .imageDetail img {border:1px solid #ccc;}
.photoModule.moduleDetail .imageDetail, .photoModule.moduleDetail .info{text-align:center;color:#888;}

/* Flightbox */
.flightbox-close { position: absolute; top: 20px; right: 20px; z-index: 3000; }
.flightbox-pager { height: 100%; width: 75px; position: absolute; }
.flightbox-pager:hover, .flightbox-close:hover { cursor: pointer; cursor: hand; }
.flightbox-pager p { font-size: 30px; font-weight: bold; color: #bbb; position: absolute; top: 50%; width: 75px; padding: 25px; text-align:center; }
.flightbox-container { color: #bbb; position: absolute; z-index: 1000;  text-align: center; }
.flightbox-container img {max-width: 100%; max-height: 100%;}
.hover { width: 100%;  text-align: center; background: rgba(0,0,0,0.6); color: #fff; position: absolute; bottom: 0px; font-size: 12px; display:none; }
/* ModuleEnd::photo */



/* ModuleBegin::news */
.newsWrapper .headline { font-weight: bold; }
.newsWrapper .publish, .newsWrapper .author, .newsWrapper .copyright { color: #777; font-size: smaller; }
.newsWrapper .blurb { }
.newsWrapper .content { }
.newsWrapper .newsitem { padding-bottom: 1em; }
.newsWrapper .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsWrapper .links { font-size: 0.8em;}
/* ModuleEnd::news */


.simpleAntiSpam {
height:12em;

}
.simpleAntiSpam strong {
    font-size: 0.9em;
    font-weight: normal;
    }
.simpleAntiSpam  p span {
    padding: 0 0 0 0 !important;
    display: inline-block;
    }
#nospamLink {
    clear:both;
    display:block;
    margin-top: 10px;
    width: 12em;
    font-weight:normal !important;
    font-size: 0.9em;
    }
iframe {max-width: 100%;}



/*  UI Tabs */
.ui-tabs-hide {
    display:none;
    }
ul.ui-tabs-nav {
    margin: 0 0;
    padding:0 0;
    border-bottom: thin solid #f58220;
}
ul.ui-tabs-nav li a {
    padding: 0 1em;
    display:inline-block;
    /* color:#7e8083;*/
    color:#5F6A6E;
    }
ul.ui-tabs-nav li {
    display:inline-block;
    margin:0 !important;
    padding: 0 !important;
    font-size:1em;
    line-height:1.5em;
    position:relative;
    text-transform:lowercase;
    border-top: thin solid #7e8083;
    border-right: thin solid #7e8083;
    border-left: thin solid #7e8083;
    border-radius:0.2em;
}
ul.ui-tabs-nav li.ui-state-active {
 border-top: thin solid #f58220;
    border-right: thin solid #f58220;
    border-left: thin solid #f58220;
}
ul.ui-tabs-nav li.ui-state-active a{
    color: #f58220;
    font-weight:bold;
    }

ul.ui-tabs-nav li:first-child:before {
    content:""
}
div.tab-item {
    padding: 1em 0 2em 0;
}

/* photo ablums */
.photothumb .col60 {width: 60%;float:left;}
.photothumb .col40 {width: 35%;float:left;padding-right:5%;}
.photothumb .bx-title {font-weight: 700; padding: 0 1em 0.5em 1em;display:block;}
.photothumb .bx-caption {padding:  0 1em 0.5em 1em;display:block;}
.photoAjax .bx-wrapper {
    position:relative;
}
.photoAjax .bx-controls-direction {
    width:100%;
    top:0;
    left:0;
    position:absolute;
    text-align:right;
}
.photoAjax .bx-controls-direction a {
    background-color:#444;
    display: inline-block;;
    height: 35px;
    width: 35px;
    margin: 5px 0 0 5px;
    text-indent: -9999px;
    text-align:left;
    opacity: 0.8;
}
.photoAjax .bx-controls-direction a:hover {
    background-color:#b34e9d;
}

.photoAjax .bx-controls-direction .bx-next {
    background-position: 12px -48px;
}
.photoAjax .bx-controls-direction .bx-prev {
    background-position: 12px 12px;
}
.purple #pager li a:hover {
    background-color:#b34e9d;
}
#tabs .album {
    height:1px;
    overflow:hidden;
}
.purple #tabs a.ui-state-active {
    color:#b34e9d;
}
/* blog */
.blogItem .blogInfo {
    float:left;
    width:150px;
    text-align:right;
}
.blogItem .blogBody {
    border-left: 5px solid #f5f5f5;
    margin-left:160px;
    padding-left:30px;
    padding-bottom: 3em;
    padding-right:30px;
}
.blogItem .blogBody .blog-dot {
    margin-left:-37px;
    position:relative;
    padding-top:5px;
}
.tagsModule .listerItem a {
    display:inline-block;
    margin:0 0.1em 0.2em 0;
    background:#f5f5f5;
    padding: 0em 0.2em;
    color:#616161;
    font-size: 0.85em;
}
.tagsModule .listerItem a:hover {
    background:#f58220;
    color:#fff;
}
#sidebar-wrapper .box .listerItem {
    border-bottom: thin dashed #eee;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#sidebar-wrapper .box a,
#sidebar-wrapper h5,
#sidebar-wrapper h4,
#sidebar-wrapper h3 {
    color:#616161;
}

/* ModuleBegin::blog */
.blogModule {}
.blogModule .info {margin-bottom: 20px; }
.blogModule .author {}
.blogModule .date {}
.blogModule .thumbnail img { width:350px; max-width:100%; }
.blogModule .tags {} 
.commentsLister .comment { padding: 1em; background: #eee; margin-top: 1em; border: thin solid #ccc; }
.commentsLister .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem {}
.blogModule .blurb {}

/* ---- Blog Detail ------- */
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; margin-top: 25px }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive .month { padding-left:10px; }
.blogModule.archive .year { font-weight: bold; }
/* ModuleEnd::blog */

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */

/*------------- RESPONSIVE ---------------------------------------------------------------------*/
#showmenu {
    display: inline-block;
    height: 2em;
    width: 7em;
    color:#fff;
    clear:both;
    text-align:right;
    float:right;
    cursor:pointer;
    font-size: 16pt;
    font-weight:600;
    line-height:35px;
    position:relative;
    z-index:999;
}
#showmenu:hover {
    text-decoration:none;
}
#showmenu {
    display:none;
    }
.dateDetails,
.hide {
    display:none;
    }
.menu_main li.hide.endmenu {
    display:none !important;
    }
    
  
@media screen and (max-width: 1280px) {
    html, body, table {  
    font-size: 11pt;
    }
    
}


@media screen and (min-width: 773px) {
    #noHero {
        height: 85px;
    }
}

@media screen and (max-width: 796px) {
    #noHero {
        height: 25px;
    }
}


@media screen and (max-width: 1024px) {
    
    .bx-viewport{padding-top:11px;}
    
    html, body, table {  
    font-size: 10pt;
    }
    
#tabSignup {
    font-size: 1.25em;
    }
    .menu_main li {
        font-size: 0.9em;
    }
    
    .listItem {
        width:31.3%;
    }
    #post-header {
        height:0;
    }
    #pre-footer-inner {

    width:100%;
    clear:both;
    float:none;
    }

    #content-wrapper {
    width:100%;
    padding-right:0;
    }
    #sidebar-wrapper {
    width:30%    
    }
    .sidebar #content-wrapper {
    width: 68%;
    margin-right: 2%
    }

    .inner-container {
    width:99%;
    }
    .menu_main {
     width:100%;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     float:none;
     position:relative;

    }
    #superslides #bx-pager {
        display:none;
    }
   
    #content-inner {
    padding:0.2em 0.5em;    
    }
    .inner-block {
     padding:0 0;  
    }

    #content-inner {
        padding: 0;
    }
    #content-wrapper .inner-block {
        padding: 0.8em;
    }

} /* end media 64 */


@media screen and (max-width: 808px){
    svg {width: 100% !important; height: auto !important;}
    #content-inner .listItem {
        width:98% !important;
    }
    #content-inner .listItem .buttonlink {
        position:relative;
        bottom:0;
        left:0;
    }
        .inner-container {
        max-width: 98%;
        min-width:98%;
        margin:0 auto;
        padding: 0 1% !important;
        position: relative;
    }
     #showmenu {
         display:block;
         } 
         
    .menu_franchise li a, .menu_corp li a, .menu_inquiry li a, .menu_shop li a {
        padding: 0 0.5em;
    }
    .meta {
        font-size: 1em;
    }
    .xsml {
    font-size: 0.8em;
    }
    .sml{
    font-size: 0.9em;
    }
    .endmenu {
        border-left:none !important;
    }
    #svgmap {
        width:100%;
        overflow:scroll;
    }
    #heroimage img {
        padding-top: 3.8em;
    }
    #heroimageM_franchise_inquiry img {
        padding-top: 5em;
    }
    #homeSlideshow {
        margin-top: 3.1em;
    }
    #homeSlideshow .bxcaption {
        font-size: 1.2em;
    }
    .menu_block {
        font-size: 1.2em;
        
    }
    #footer .menu_block li {
        line-height: 1.8em;
    }
    .menu_block.text-right {
        text-align:left;
    }
   .preview #header .menu_main,
     .fauxtabs {
         display:none;
         }
   .preview #header.menu_main li {
    font-size: 1.5em;
    float:none;
    clear:both;
    display:block;
    padding:0.2em !important;
    text-align:left;
    width:100%;
    background-color:#000000;
    }
    .preview #header .menu_main li ul {
    display:block;
    position:relative;
    border-left:none;
    border-right:none;
    border-top:none;
    width: 100%;
    font-size: 1em;
    line-height: 1.3em;
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    background-color:#000000;
    }
   .preview #header ul.menu_main {
         height:auto;
    }
    .preview #header ul.menu_main li{
        border-bottom: thin solid #fff;
        text-align:right;
        background-color:#000000;
        width:100%;
        clear:both;
    }
    .preview .menu_main li.endmenu a {
        border-left:none !important;

    }
     .preview #header  .menu_main li ul {
        display:none;    
        }
        
     .preview   #header{
            position: relative;
            
        }

#heroimage_franchise_inquiry {
    margin-top: 52px;
}

} /* end media 50 */


@media (max-width: 480px) {
#content #ajaxSocial img {
    width: auto;
    display: inline;
}
#tabSignup {
    font-size: 1.1em;
    }
    .footer-social,
    .footer-menu,
    .footer-address{
     float:none;
     width:100%;
     clear:both;
     padding-top: 1em;
    }
    
   

    #footer .footer-address {
        width: 100%;
        float:none;
        clear:both;
        max-width: 100%;
        min-width: 100%;
        padding: 0 0;
    }
    
    #pre-header {
        padding-bottom:0;
    }
    
    #post-header {
        font-size: 8pt; 
    }
    
    #pre-header-inner .menu_quicklinks {
     width:100%;
     font-size: 12pt;
      position:relative;
     clear:both;
    }
    
    #content img,
    #post-content img {
        display:block;
        clear:both;
        padding-bottom: 0.5em;
    }
  
    .footer-block {
        clear:both;
        float:none;
        width:100%;
        margin: 0 0 0 0;
        padding: 1em 0 0 0;
        }
        .eventCategoryFilter select {
        width: 100%;
        }

    
    .photo-right,
    .photo-left {
        float:none;
        clear:both;
        text-align:center;
    }
    .sidebar #content-wrapper {
        width:100%;  
        float:none;
        border-left:none;
    }


    #pre-footer {
        margin:0 0 0 0;

    }
    #sidebar-wrapper {
    width:100%;
    float:none;
    clear:both
    }
    #content-wrapper {
    width:100%;
    float:none;
    clear:both;
    }


    #content-inner {
        border-top:none;   
    }
    #content-wrapper #form table tr,
    #content-wrapper #form table td {
     display:block;   
    }
    
    
    #content {
        margin-bottom: 1em;
    }
    #content-inner .listItemWrapper,
    #content-inner .listItem {
        width:100% !important;
        float:none;
        height:auto !important;
    }
    
    .pagination {
        position:relative;
        text-align:center;
        width:100%;
        font-size: 2em;
    }
    .pagination .prevnextLink {
        display:inline-block;
        float:none;
    }
    .pagecount {
        font-size: 1em;
    }
    .newsModule table td {width: 100% !important; display:block;}
 
    .fba_links img {
        width: 60%;
        margin-left: 23%;
        height:auto;
    }
    .menu_block {
        width:96%;
        padding-bottom: 1em;
        float:none;
    }
    .photo-right,
    .photo-left,
    .photo-center {
        margin: 1em 0;
        float:none;
        clear:both;
        width: 100% !important;
        height: auto;
    }
    .col25,
    .col33,
    .col50,
    .col66,
    .col75 {
    clear:both;
    float:none;
    border-left:none;
    padding: 0 0;
    margin: 1em 0;
    width:100%;
    }
    #calList .col25,
    #eventList .col25 {
    clear:right;
    float:left;
    border-left:none;
    padding: 0 0;
    margin: 0 0;
    width:25%;
    }
    #calList .col50,
    #eventList .col50 {
    clear:right;
    float:left;
    border-left:none;
    padding: 0 0;
    margin: 0 0;
    width:50%;
    }
    .article-inner .sidebar {
    padding-right:0;
    }
    #photoAjax {
        width:96%;
        float:none;
    }
    #block-3 span[id^="bnrinst"]{
        width:90%;
        float:none;
        margin: 0 auto;
    }
    #footer-inner .menu_block {
        height:auto !important;
    }
    #footer-inner .menu_block img {
        max-width:40% !important;
        
    }
    .page_1 .listItem.blog.post_1 .bgphoto,
    .listItem.blog .bgphoto {
        float:none;
        width:99%;
    }
    .page_1 .listItem.blog.post_1 .info,
    .listItem.blog .info {
        padding-left:0;
    }
    #ajaxElement.store .listItem,
    #content-wrapper #blogList .listItem {
        width: 99% !important;
        float:none;
    }
    .listItem {
        min-height:auto;
    }
    #logo{
        position: initial;
        height: 13px;
        width: 50%;

    }
   #svgmap {
       width:100%;
       overflow:scroll;
       margin-left: -13px;
   }
   #svgmap svg#svg2 {
       width: 100% !important;
   }
   #ownerBanners img {
    max-width:100%;
    width:100%;
    float:none;
    height:auto;
    vertical-align:middle;
}

img {
    width: 100%;
}
}/* end media 480 */
@media (max-width: 1450px) {
    
    .menu_main li {
        font-size: 1em;
    }
    
} /* end media 320 */
/*
#373334
rgb(55, 51, 52)
*/




.flexRow { display:flex; flex-flow:row wrap; align-items: flex-start; justify-content:space-between; margin: 0 -30px; }
.flexRow.reverse { flex-direction:row-reverse; }
.flexItem { flex:1 1 100%; padding: 0 30px; box-sizing:border-box; }
.flexItem.oneSixth { flex-basis:calc(16.666% - 60px); }
.flexItem.oneFifth { flex-basis:calc(20% - 60px); }
.flexItem.oneFourth { flex-basis:calc(25% - 60px); }
.flexItem.oneThird { flex-basis:calc(33.333% - 60px); }
.flexItem.oneHalf { flex-basis:calc(50% - 60px); }
.flexItem.twoThirds { flex-basis:calc(66.666% - 60px); }
.flexItem.threeFourths { flex-basis:calc(75% - 60px); }
.flexRow.forceGrid { align-items:stretch; justify-content:flex-start; }
.flexRow.forceGrid .flexItem { flex-grow:0 !important; box-sizing:content-box; }
.flexItem img { max-width:100% ; height:auto ; }

/* Header tags with inline filters */
.flexRow.headingWithFilter { flex-wrap:wrap; justify-content:space-between; padding-bottom:8px; position:relative; }
.flexRow.headingWithFilter::after { content:''; height:0; left:15px; right:15px; bottom:-1px; display:block; position:absolute; overflow:hidden; border-bottom: 1px solid #ddd; }
.flexRow.headingWithFilter h1, .flexRow.headingWithFilter h2, .flexRow.headingWithFilter h3, .flexRow.headingWithFilter h4, .flexRow.headingWithFilter h5, .flexRow.headingWithFilter h6 { margin:0; padding-top:0; padding-bottom:0; flex: 0 1 auto; }
.flexRow.headingWithFilter div, .flexRow.headingWithFilter button, .flexRow.headingWithFilter .button, .flexRow.headingWithFilter select, .flexRow.headingWithFilter input, .flexRow.headingWithFilter .filter { flex: 0 0 auto; }
.filter { }
.filter select { display:inline-block; width:220px; margin-left:8px; }

@media screen and (max-width:749px) {
    .unfloat { display:block; width:100% !important; margin-left:0 !important; margin-right:0 !important; padding:0; float:none !important; clear:both; }
    
    .flexRow { margin:0; display:block; }
    .flexRow .flexItem { padding:0; margin:0 0 10px; }
    
    .flexRow.headingWithFilter > * { text-align:center; padding:0 0 15px !important; }
    .flexRow.headingWithFilter::after { display:none; }
    
    table.responsive, table.responsive tbody, table.responsive tr, table.responsive th, table.responsive td { display:block; }
    table.responsive thead { display:none; }
    table.responsive tr { border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
}

.mapHeader { font-size: 3em; color: #00B2E2; margin-bottom: 1em; padding-bottom: 0; }
.mapCTALink { margin: 0 15px; padding: 0.6em 0.9em; }
.preview a { color:#00B2E2; }
.preview h2, .preview h1 { color: #00B2E2; }

.preview #header #logo { width:322px; left:30px; }
.preview #header #logo:before { content: ' ';  height:44px; width:30px; left:-30px; position:absolute; top: 5px; }
.preview #pre-header { display: none; }
.preview #logo { top:0; padding: 0px; }
.preview .menu_main li.endmenu a { color: #00B2E2; border-left: thin solid #00B2E2; }
.preview .menu_franchise li, .preview .menu_corp li, .preview .menu_inquiry li, .preview .menu_shop li, .preview .menu_main li, .preview .menu_franchise_inquiry li { font-size: 1em; }
.preview #footer { border-top-color:#808285; background-color:#808285; display: block; position: relative; z-index: 999999; }
.preview .menu_block { color:#FFF; }
.preview #footer a, #footer a:hover { color:inherit; }
.preview .tabWidget { background-color: rgba(255,255,255,0.9); }
.preview #post-header { background-color: rgba(5, 7, 8,0.8); height:3em; }
.preview #zipsearchpage .directorySearchInput, .preview #zipsearchbottom .directorySearchInput { border-color: #00B2E2; }

#svgmap_preview { display: none; }
.preview #svgmap.liveMap { display: none; }
.preview #svgmap_preview { display: block; }

.preview .menu_social_preview,
.preview .menu_quicklinks{
    margin: 0;
    padding:0;
}
.preview ul.menu_social_preview {
    display:inline-block;
    vertical-align:middle;
}
.preview ul.menu_quicklinks {
    float:right;
    max-width:30em;
    padding: 1em 0;
    font-weight: 300;
}
.preview .menu_social_preview li,
.preview .menu_quicklinks li{
    margin: 0;
    padding:0;  
    display:inline-block;
    line-height:1em;
    }
.preview .menu_quicklinks li a {
    border-left: thin solid #e97550;
}
.preview .menu_quicklinks li.item1 a,
.preview .menu_quicklinks li.item2 a {
    border-left:none;
}
.preview .menu_social_preview li a,
.preview .menu_quicklinks li a{
    display:inline-block;
    padding: 0.2em 0.5em;
    line-height:1em;
}
.preview #zipsearchbottom {
    padding-top: 0;
    margin:0;
}
.preview #form_locations_zip_bottom {
    margin:0;
    padding:0.5em 0 0 0;
    display:inline-block;
}
.preview #zipsearchbottom .submit {
    background: #00B2E2 !important;
}
.preview #form_locations_zip_bottom .directorySearchInput {
    margin-right: 0.5em;
}
.preview #block-2 .listItemInner {
    background-color: rgba(0, 178, 226,0.7);
    background-image:none;
}
.preview #zipsearchbottom h4 {
    margin: 0 0 0 0;
    padding: 0 1em 0 0;
}
.preview #footer {
    padding: 0 0 0.5em 0;
}
.preview #footer .menu_block {
    margin: 0.15% 0.25%;    
}
.flex-container {
  display: flex; /* or inline-flex */
  flex-direction: row;
   flex-wrap: wrap;
   align-items: stretch;
   justify-content:center
}
.flex-item-20 {
  align-self:  stretch;
  width:20%;
}
.flex-item-25 {
  align-self:  stretch;
  width:25%;
}
.flex-item-33 {
  width:33.3%;
  justify-content: center;
  align-items:center;
  height:100%;
    align-self:center;
}
.preview #footer .menu_block h5 {
    margin: 0 0;
    padding:0 0 0.15em 0;
}
.preview .menu_social_preview li a {
    font-size: 2em;
    line-height:1.1em;
    overflow:hidden;
    text-align:left;
    }
.preview .menu_social_preview li.facebook a {
}
.preview .menu_social_preview li.linkedIn a {
}
.preview .menu_social_preview li.twitter a {
}
.preview .menu_social_preview li.youtube a {
}
.preview .menu_social_preview li.instagram a {
}
.preview .menu_social_preview li.pinterest a {
}
.preview .menu_social_preview {
    float:right;
}

#home-blog-block { display: block; margin: 0; padding: 100px 0; position: relative; text-align: left; background-color: rgba(0, 178, 226,0.7); background-repeat: no-repeat; background-size: cover; background-position: 50% 30%; }
#home-blog-block:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.75+0,0+100 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
#home-blog-block .heading { font-size: 2.5em; color: #fff; margin-top: 0; padding-top: 0; text-transform: uppercase; position: relative; z-index: 1; }
#home-blog-block .title { color: #fff; font-size: 2.2em; font-weight: 900; margin: 0; padding: 0; position: relative; z-index: 1; }
#home-blog-block p { color: #fff; font-size: 1.3em; line-height: 1.4em; position: relative; z-index: 1; }
#home-blog-block .buttonlink { position: relative; z-index: 1; }

#home-instagram { display: block; margin: 0 0 -76px 0; overflow: hidden; }
#home-instagram .eapps-instagram-feed-title { font-size: 3em; text-align: center; color: #00B2E2; font-family: 'century gothic', 'muli', sans-serif; font-weight: 400; margin-bottom: 40px; text-transform: uppercase; }

#ourPrograms { margin-top: 30px; }
#ourPrograms h1 { display: none; }
#ourPrograms h2 { text-transform: uppercase; }
#ourPrograms figure.programImage { display: block; width: 100%; height: 345px; background-repeat: no-repeat; background-size: cover; background-position: center center; margin: 30px 0 0 0; padding: 0; border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
#ourPrograms .learn-more { display: block; margin: 30px 0 60px 0; }
#ourPrograms .flexItem.oneHalf { max-width: 550px; }
.programTitle { text-align: center; font-size: 60px; font-family: 'century gothic', 'muli', sans-serif; font-weight: 400; width: 100%; z-index: 10; color: #fff; text-transform: uppercase; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; position: absolute; bottom: 0; text-shadow: 0 2px 3px rgba(0,0,0, 0.7); }

.preview #contactInfo, .preview #ownerList { padding-left: 0; }

.preview .dateHeading { background: rgba(195,196,196, 0.5); color: #000; font-weight: 600; }
.preview .buttonlink { background: #00B2E2; color:#fff;}
.preview #eventList a {
    color:#fff;
    display:inline-block;
    padding: 0.3em 0.5em;
    min-width:1.5em;
    max-width:100%;
    display:inline-block;
    border: 0 solid transparent;
    border-radius:0.2em;
    background: #00B2E2;
  margin-bottom: 1em;
}
#ownerSocial a { color:#808285; font-size:1.5em;}