html, body
{
	padding: 0;
	margin: 0;
}
body {
  background-color: #FFF;
  font-family: "Trebuchet MS", Arial, Helvetica, Verdana;

  /* MSS-4160 */
  font-size: 16px;
  line-height: 1.2em;

  color: #000;
  -webkit-text-size-adjust: none;
}

body.BG
{
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	color: #330;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3
{
	/*font-size: 18px;*/
	font-size: 130%;
        line-height: 1.4em;
}
h4, h5, h6
{
	/*font-size: 16px;*/
	font-size: 115%;
        line-height: 1.3em;
}
p
{
	margin: 0 0 10px 0;
}

a, a:visited, a:hover
{
    color: #b24085;
}

pre
{
	/*font-size: 12px;*/
	font-size: 85%;
        line-height: 1.2em;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#page
{
  min-width: 300px;
}

#page nav
{
  display: none;
}

.section-outer
{
  width: 100%;
}

.section-outer + .section-outer
{
  margin-top: 1em;
}

.section-inner
{
  max-width: 1024px;
  padding-left: 7px;
  padding-right: 7px;

  margin: 0px auto;
}

#header
{
	position: relative;

	color: #fff;
}

#header.section-outer
{
    z-index: 1;
}

#header .section-outer-bg-image
{
}

#header .section-inner
{
  position: relative;
}

.siteTitle
{
   font-size: 150%; /* SG: font */
   font-size: 40px;
   font-size: 32px;
   font-weight: bold;
   line-height: 40px;
   padding: 5px 0px;

   float: left;
}

.siteTitle,
.siteTitle A, 
.siteTitle A:visited,
.siteTitle A:hover
{
  text-decoration: none !important;    
  color: #FFF;
}

#header .social-media-icons
{
  float: right;
}

#header .social-media-icons a.social-media-link,
#header .social-media-icons a.social-media-link:visited,
#header .social-media-icons a.social-media-link:hover
{
  color: #FFF;
  background-color: #53bec6;
  
  border: solid 2px #FFF;
}


#header .social-media-icons .phone,
#header .social-media-icons .phone A.phone-link,
#header .social-media-icons .phone A.phone-link:visited,
#header .social-media-icons .phone A.phone-link:hover
{
  color: inherit;
}

.customLink {
}

.visible-mobile-block
{
  display: none;
}

@media screen and (max-width:767px) {
  .visible-mobile-block
  {
    display: block;
  }

  .hidden-mobile
  {
    display: none;
  }

  #header #siteTitle
  {
     float: none;
     text-align: center;
     padding-bottom: 0px;
  }

  #header .social-media-icons
  {
    float: none;
    text-align: center;
    padding-bottom: 0px;
  }

  #header .social-media-icons .phone
  {
    display: block;
  }

  #header .social-media-icons .social-media-link.phone-icon-link
  {
    display: none;    
  }
}

@media screen and (max-width:889px) {
  .mt-logo-wide .visible-mobile-block
  {
    display: block;
  }

  .mt-logo-wide .hidden-mobile
  {
    display: none;
  }

  #header .mt-logo-wide  #siteTitle
  {
     float: none;
     text-align: center;
     padding-bottom: 0px;
  }

  #header .mt-logo-wide  .social-media-icons
  {
    float: none;
    text-align: center;
    padding-bottom: 0px;
  }

  #header .mt-logo-wide  .social-media-icons .phone
  {
    display: block;
  }

  #header .mt-logo-wide  .social-media-icons .social-media-link.phone-icon-link
  {
    display: none;    
  }
}

#slideshow-banner
{
  margin-top: 0px;
  background-color: #6fcde4;
  position: relative;
  margin-top: -30px;
}

#slideshow-banner .section-outer-bg-image
{
  padding-top: 50px;
  padding-bottom: 10px;
}  

@media screen and (max-width: 481px)
{
    #slideshow-banner .section-outer-bg-image
    {
      padding-top: 40px;
      padding-bottom: 10px;
    }  
}

#slideshow-banner .section-inner
{
  overflow: hidden;
}

#slideshow-banner .section-inner .banner-image
{
  display: block;
  padding: 0px;
  margin: 0px auto 30px;
}

#section-page-header
{
  margin: 2em 0px;    
}

h2.header,
div.header
{
  background-color: #b24085;
  color: #fff;  
  display: block;
  padding: 4px 10px !important;
  margin: 0px !important;
  
  /* SG: font */
  font-size: 30px;
  line-height: 30px;

  font-size: 23px;
  line-height: 34px;
}

h2.header,
.pageBody > .header
{
  text-align: center;
  font-size: 23px;
}

div.header
{
  font-size: 125%; /* SG: font */
  font-size: 30px;
  font-size: 23px;
  margin-bottom: 0.5em !important;    
}

.header p 
{
  margin: 0px;
}

#section-site-greeting
{
  margin-bottom: 1em;    
}

.site-greeting
{
  font-weight: bold;  

/*  font-size: 125%;
  line-height: 1.3em;
*/

  font-size: 23px;
  line-height: 27px;
}

#footer
{
  background-color: #929497;
  border-top: solid 2px #6d6e70;
  color: #505153;

  padding: 5px;
  /*font-size: 8pt;*/
  font-size: 80%;
  line-height: 1.2em;
}

#footer A
{
  color: inherit;    
}

/* HIDES TEH HEADER IN THE PAGE BODY */
/*
.pageBody .header
{
  display: none;
}
*/

#page-data-container
{
  min-height: 400px;
}

/* INNER PAGE BODY BCT */
#section-main DIV.bct
{
  /*font-size: 12pt;*/
  font-size: 115%;
  line-height: 1.3em;
  font-weight: bold;
}

/****** Menu Buttons *******/
.MenuButton
{
  width:150px;
  height:110px;
  cursor: hand;
  cursor: pointer;
  border:solid 2px #b24085;
  text-align:center;
  vertical-align:middle;
}
.MenuButton TD
{
  padding:15px;
  background:#b24085;
}
.MenuButton A,
.MenuButton A:hover,
.MenuButton A:Visited
{
  text-decoration:none !important;
  color:#FFF;
}
.MenuButtonHover
{
  background:#6fcde4;
}

/* responsive tabs */
.tabs {
  background-color: transparent;
  padding: 0 5px;

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}
.tabs div.menu-item 
{
  background-color: Transparent;  
  display: inline-block;      
  margin: 10px 0 -1px 5px;  
}
.tabs a 
{
  display: block;
  padding: 12px 15px;
  text-decoration :none;
  background-color: #6fcde4;
  color: #FFFFFF;  

  text-decoration:underline;
}

.tabs a:visited
{
  color: #FFFFFF;  
}

.tabs a:hover {

  text-decoration:none;

  background-color: #FFF;
  color: #000000;
  cursor:hand;
}

.tabs div.menu-item.active
{
  /*border-bottom-color: #FFF;    */
}

.tabs .menu-item a.active,
.tabs .menu-item a.active:hover 
{
  /* 
     copied from the 
     tabbedpanelitemactive 
  */
  background-color: Transparent;
  color: #000000;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
    
  text-decoration: none !important; 
  cursor: text !important; 
}

/*
  Menu
*/

.mainMenuContainer
{
  padding-left: 0px;
  padding-right: 0px;
}

#menu,
#menu_section
{
  padding: 0px 0px 10px 0px;
}

.customMenuBG
{
   margin: 0px 0px 0px -4px;    
}

@media screen and (max-width: 1024px) {
 .customMenuBG
 {
   margin: 0px;    
 }
}

#mobile-menu-actions
{
  border-bottom: solid 1px #FFF;
  cursor: pointer;
  cursor: hand;    
  line-height: 40px;
  overflow: hidden;
}

#mobile-menu-actions .menu-caption
{
  font-size: 110%;
  font-weight: bold;
}

.menu-btn
{
    padding: 6px 5px;
    margin: 5px 0px 4px;
    background-color: transparent;
    background-image: none;
    border: none;
}

.menu-btn .icon-bar {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 2px;
}

.menu-btn .icon-bar + .icon-bar
{
  margin-top: 4px;
}

.menu-btn .icon-bar {
    background-color: #fff;
}

.menu-btn:hover .icon-bar, .menu-btn:focus .icon-bar
{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}

#header a.shopping_cart
{
	background: center center no-repeat transparent;
	background-image: url('img/shopping_cart.png');

	display: block;
	width: 40px;
	height: 40px;
}

.customMenuBG.with-shopping-cart .mainMenuContainer {
  margin-right: 50px;
}

.dropdown.shopping_cart_container 
{
	position: absolute !important;
	top: -5px;
	left: auto;
	right: 10px;
}

/* SG: replaced with the .dropdown.shopping_cart_container style overrides
#menu a.shopping_cart,
#menu_section a.shopping_cart
{
	position: absolute;
	top: 0;
	left: auto;
	right: 10px;
}
*/

TABLE.menuTopItem
{
  margin-top: 0px !important;    
}

TABLE.menuTopItem TD
{
  padding: 0px !important;    
}

.menuTopItem
{
  margin: 0px;
}

.mainMenu
{
}

.menuTopItem A,
.menuTopItem A:hover,
.menuTopItem A:visited
{
    font-size: 120% !important;
    font-size: 16px !important;

    color: #FFF;
    cursor: pointer !important;
    text-decoration: none;
    
    display: block;
    padding: 5px 10px;
}

.menuTopItem A:hover
{
  background-color: #6fcde4;
}

.menuItemL2 TABLE
{
  border-top: solid 1px #6fcde4;    
  border-left: solid 1px #6fcde4;    
  border-right: solid 1px #6fcde4;  
  
  border-top: solid 1px #fff;    
  border-left: solid 1px #fff;    
  border-right: solid 1px #fff; 
  
  min-width: 200px;   
  margin : 0px 0px 0px 0px;  
}

.menuItemL2 A,
.menuItemL2 A:hover,
.menuItemL2 A:visited
{
    cursor: pointer !important;
    text-decoration: none;
    padding: 5px 8px;
    color: #FFF;
    
    font-size: 130%;
    line-height: 135%;

    font-size: 16px;
    line-height: 18px;
}

.menuItemL2 TABLE TR TD
{
  color: #FFFFFF;
  text-decoration: none;
  border-bottom:solid 1px #6fcde4;
  border-bottom:solid 1px #fff;
}

.dynamicLevelmenuItem TABLE TR TD TABLE TR TD
{
  padding: 5px !important;     
}

.menuItemL2 TABLE TR TD TABLE,
.menuItemL2 TABLE TR TD TABLE TR TD
{
  border: none;
}

.menuItemL2 A
{
  display: block;    
}

.menuItemL2 TABLE,
.menuItemL2 TABLE TR TD
{
  background-color:#b24085;  
}

.menuItemL2 A:hover
{
  background-color: #6fcde4;
  text-decoration: none;  
}

/*
  Popup styles
*/

/* narrow screens */
.pickClassesGridContainer
{
  /*overflow: inherit !important;*/
  width: 100%;
  height: auto;
}

.pickClassesGridContainer #scroller
{
  width: 770px;
  margin-bottom: 5px;
}

.Classes2SelectorGrid TR TD 
{
  white-space: nowrap !important;
}

/* wide screens */
@media screen and (min-width: 768px) {
  .pickClassesGridContainer {
    overflow: auto !important;
    height: 300px;
    width: 100%;
  }

  .pickClassesGridContainer #scroller
  {
    width: auto !important;
    overflow: hidden;
  }

  .Classes2SelectorGrid TR TD 
  {
    white-space: normal !important;
  }
}


.loadingPickClassesIndicator,
.loadingPickClassesIndicator TR TD
{
  height: auto !important;
  text-align: left !important;
}

/* Misc styles */

.msgBody, .mainMessages
{
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #514333;
    background-color: #f6fab6;
}

TD.msgText, .innerMessage
{
    padding:2px;
    /*font-size: 80%;*/
    font-size: 90%;
    line-height: 1.2em;
    font-weight: bold;
    color: #293451;
    background-color: #f6fab6;
}

.classDescriptionHint
{
    position:absolute;
    z-index:999;
    width:220px;
    background-color:#F2F2F2;
    color: #000;
    padding:10px;
    border:1px solid #E5E5E5;
    display: none;
    font-size: 90%;
    line-height: 1.2em;
}

.browserWarning
{
  border: solid 2px red;
  color: red;
  background-color: #FFFFEE;
  padding: 10px;
}

.copyright-block
{
  margin-bottom: 5px;    
}

/*
  HEADER and BORDERS formatting
*/

A.TableHeader,
DIV.TableHeader,
TH.TableHeader,
TD.TableHeader,
.TableHeader TH, .TableHeader TD
{
  font-weight: bold;
  text-align: center;
  background-color: #b24085;
  color: #FFF;
}

.TableHeader A.headerLink,
.TableHeader A.customLink
{
   color: #FFF;    
}

A.TableWithBorders, 
.TableWithBorders, 
.TableWithBorders tr td, 
.TableWithBorders tr th
{
    border-color: #6fcde4;
}

h4.window-title
{
  color: inherit;
}

TD.tMnuBorder
{
 background-color: gray;
}

.spaceBox
{
  padding: 15px;
}

/*
  Calendar page formatting
*/

.calendarLink,
.calendarLinkHighlighted
{
  padding: 3px 10px 10px 3px;
}

A.calendarLinkHighlighted,
A:hover.calendarLinkHighlighted,
A:visited.calendarLinkHighlighted
{
  font-weight: bold;
  text-decoration: none;
}

.CalendarTable TD
{
  width: 14%;
  text-align:left;
}

TD.CalendarWeekCell
{
  background-color: #FFFFFF;
}

TD.CalendarWeekCellHighlighted
{
  background-color: #FFFFFF;
  font-weight: bold;
}


TD.CalendarEntry,
TD.calendarEntryHighlighted,
TD.calendarEntryOutOfRange
{
  height: 45px;
}

 TD.calendarEntryHighlighted
{
  background-color: #FFFFFF;
}

 TD.calendarEntryOutOfRange
{
  background-color: #EEEEEE;
}

.currentMonth
{
  text-align: center;
  /*font-size: 24px;*/
  font-size: 150%;
  line-height: 1.7em;

  color: #000;
  font-weight: normal;
}

.newsItemDate
{
  font-weight: bold;    
  display: block;
  margin-bottom: 5px;
}

.newsItemTitle
{
  color: #b24085;
  display: block;
  margin-bottom: 10px;
}


br.newsAfterTitle
{
  display: none;  
}

.news_sep
{
  height: 1em;    
}

/*
  SUBSCRIBE HOME PAGE CONTROL
*/
.subscribe-block
{
  padding: 0px 0px 0px 10px;    
}

@media screen and (max-width: 767px) {
  .subscribe-block
  {
    padding: 10px 0px;    
  }
}

div.subscribe-content
{
  padding: 10px;
  width: 100%;
  max-width: 300px;
  margin: 0px auto;

  border-style: solid;  
  border-width: 2px;  
}

.subscribe-content INPUT[type=text]
{
  padding: 8px;
  width: 100%;    
}

.subscribe-content .subscribeContactSubmit
{
 background-color: #79bdd1;
 color: #FFF;
 font-size: 120%;
 font-weight: bold;
  
 text-transform: uppercase;
}

.subscribe-content INPUT
{
 font-family: "Trebuchet MS";
 font-size: 16px;
}

    .subscribe-content input.txtEditable {
        padding: 12px !important;
        height: 46px !important;
    }

.subscribe-content .promptTextBox
{
  color: #a6a8ab;  
  font-style: normal;  
}

.subscribe-content .subscribeContactTableValueTD
{
  padding: 2px 2px 10px 2px;    
}

.subscribe-content table td
{
  border: none !important;
}

.subscribe-header
{
  margin-bottom: 10px;
  color: #b24085;
  font-size: 125%;
  font-size: 30px;
  line-height: 40px;

  font-size: 23px;
  line-height: 30px;
}

.address-block
{
  padding-left: 10px;
  margin-top: 1.5em;
}

.address-block div.address-header.header,
.address-block .address-content
{
  width: 100%;
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.address-block.col-xs-12
{
  padding-left: 0px;
  margin-top: 1.5em;
}

.address-block.col-xs-12 div.address-header.header,
.address-block.col-xs-12 .address-content
{
  max-width: 30000px;
}

@media screen and (max-width:767px) {
  .address-block {
    padding: 0px;
  }

  .address-block div.address-header.header,
  .address-block .address-content
  {
    max-width: 30000px;
  }
}


.bx-wrapper div.bx-caption-overlay .bx-caption-inner {
    color: #FFF;
}
.bx-wrapper div.bx-caption-overlay a.bx-caption-button, 
.bx-wrapper div.bx-caption-overlay a.bx-caption-button:hover {
    background-color: #6fcde4;
}