.home_callout > div[id*="contentpane"] {
    background: rgb(255 255 255 / 90%);
}

.InputTable input[type=radio], .InputTable input[type=checkbox] {
  margin: 2px 5px 0;
}
.cTimeValue .toggle {
  padding-top: 3px;
  display: inline-block;
}
#oldBrowserWarning {
 display: none; 
}
.browsehappy{
    position: absolute;
    background-color: #5eb3e4;
    color: rgb(255, 255, 255);
    z-index: 99;
    width: 100%;
    padding: 4px 5%;
    font-weight: bold;
}
.browsehappy a {
	color: #000;
	text-decoration: underline;
}

.pagebkgr {
background-image: url("/portals/0/images/home_background/IMG_4610.jpg");
height: 100% !important;
position: fixed;
/*top: 179px !important;*/
  background-position: center center !important;
}


/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}
#dnn_ctr4859_ModuleContent li .name_title, #dnn_ctr4859_ModuleContent li .subtitle, #dnn_ctr4861_ModuleContent li .name_title, #dnn_ctr4861_ModuleContent li .subtitle, #dnn_ctr4863_ModuleContent li .name_title, #dnn_ctr4863_ModuleContent li .subtitle, #dnn_ctr4865_ModuleContent .name_title, #dnn_ctr4865_ModuleContent .subtitle  {
display:none;
}
#dnn_ctr4859_ModuleContent li, #dnn_ctr4861_ModuleContent li, #dnn_ctr4863_ModuleContent li, #dnn_ctr4865_ModuleContent li{
	  margin: 0px 35px 16px 0px;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
.Ratesmodule {
	border:1px solid #000;
  padding: 0 0 25px 0;
	overflow:hidden;
}

.Ratesmodule td {
	padding:10px 10px 10px 0;
}
.RatesHeader {
	background-color: #008970;
	margin-top: 5px;
}
.RedRatesHeader{
	background-color: #B63138;
	margin-top: 5px;
}
.RatesHeader p , .RedRatesHeader  p{
	color:#fff;
	margin-left:10px;
	margin-top:-5px;
}
.RatesContainer tr:nth-of-type(2n) {
    line-height: 0.1em;
}
.RatesContainer {
	margin-left:20px;
}
.RatesContainer > table {
    width: 100%;
}
.RatesContainer  hr {
	width:90%;
	color:#333;
}
.Ratesmodule .points, .Ratesmodule .rate, .Ratesmodule .apr {
    padding-top: 0 !important;
}
p.smallbttext {
	font-size:10px;
	}
.RatesHeader .headersmall, .RedRatesHeader .headersmall  {
	font-size:12px;
	font-style:italic;
	padding-bottom:4px;
	}
.RatesTab, .CalculatorTab {
	width:100%;
	background-color: #5eb3e4;
	list-style: none;
	height:50px;
	clear:both;
}
.Normal .RatesTab ul li {
	padding-left:0;
}
.Normal .RatesTab ul li:before, .Normal .CalculatorTab ul li:before{content:normal;margin:0;}
.RatesTab ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:center;
}
.dnnEditState .RatesTab li {
	width:163px;
}
.RatesTab li, .CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height:51px;
	background-image:none;
	width:169.5px;
}
.RatesTab a, .CalculatorTab a {
  font-weight: bold;
  color: #FFFFFF;
  display:block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  list-style-type:none !important;
}
.RatesTab li:hover, .CalculatorTab li:hover, .RatesTab a:hover, .CalculatorTab a:hover, .RatesTab a.active, .CalculatorTab a.active{
  background-color: #003057;
  color: #FFFFFF;
  list-style-type:none !important;
  height:50px;
  text-align: center;
}



.LocationsMap {
  
}
.LocationsDescription {
	margin-top:-10px;
	}
.LocationsDescription h2 {
	margin:0.4em 0 0.4em 0;
}
.AshlandImages {
	width:100%;
}
.Claremont, .Bushway, .NorthMarket, .SugarBush, .Millersburg, .Riffel  {
	float:left;
	width:33%;
}
.Claremont p, .Bushway p, .NorthMarket p, .SugarBush p, .Millersburg p, .Riffel p {
  font-size: 16px !important;
  color: #a2a2a2 !important;
  text-align: center;
  font-weight:normal;
}
.Title {
  font-size: 18px;
  color: #474747;
  text-align: center;
}
.Claremont img, .Bushway img, .NorthMarket img, .SugarBush img, .Millersburg img, .Riffel img {
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
   transition: opacity 0.35s ease;
   outline:none;	
  padding:8px;
  width:100%;
  height:262px;
  max-width:262px;
}

.Claremont img:hover, .Bushway img:hover, .Claremont a:hover, .Bushway a:hover, .NorthMarket img:hover, .Millersburg img:hover, .SugarBush img:hover, .SugarBush a:hover, .Millersburg a:hover, .NorthMarket a:hover, Riffel a:hover, .Riffel img:hover {
	opacity:0.7;
	padding:0 !important;
}
.Claremont a:hover, .Bushway a:hover, .SugarBush a:hover, .Millersburg a:hover, .NorthMarket a:hover, .Riffel a:hover {
 -webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
	outline:none;	
	padding:8px;
	max-width:none;
}
.Levelmenumain{
    background:#fff;
    border:1px solid #5eb3e4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    font-size:.929em;
    line-height:normal;
    margin-bottom:2em;
	border-color:#008970;
}
.Levelmenuhead {
	background:#008970;
    color:#fff;
    font-size:1.538em;
    padding:1.5em 1em .5em 1em;
}
.Levelmenumain_yellow{
    background:#5eb3e4;
    border:1px solid #5eb3e4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    font-size:.929em;
    line-height:normal;
    margin-bottom:2em;
	border-color:#5eb3e4;
}
.Levelmenuhead_yellow {
	background:#5eb3e4;
    color:#fff;
    font-size:1.538em;
    padding:1.5em 1em .5em 1em;
}
.Levelmenumain_red{
    background:#B63138;
    border:1px solid #B63138;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    font-size:.929em;
    line-height:normal;
    margin-bottom:2em;
	border-color:#B63138;
}
.Levelmenuhead_red {
	background:#B63138;
    color:#fff;
    font-size:1.538em;
    padding:1.5em 1em .5em 1em;
}
.Levelmenumain_blue{
    background:#0061b0;
    border:1px solid #0061b0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    font-size:.929em;
    line-height:normal;
    margin-bottom:2em;
	border-color:#0061b0;
	content:normal;
}
.Levelmenuhead_blue {
	background:#0061b0;
    color:#fff;
    font-size:1.538em;
    padding:1.5em 1em .5em 1em;
	content:normal;
}
.Levelmenumain_green{
    background:#008970;
    border:1px solid #008970;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.39);
    font-size:.929em;
    line-height:normal;
    margin-bottom:2em;
  border-color:#008970;
  content:normal;
}
.Levelmenuhead_green {
  background:#008970;
    color:#fff;
    font-size:1.538em;
    padding:1.5em 1em .5em 1em;
  content:normal;
}

/* Disabled by Mark Sherman - Removed bullets from ul */

.Normal ul li::before {
 	content:normal; 
}
ul#Levelmenunavred,
ul#Levelmenunavred ul{
    margin:0;
}
#Levelmenunavred li{
    list-style-type:none;
    padding:0;
    text-indent:0;
	content: "";
	color:#B63138;
}
#Levelmenunavred li a:hover {
	color:#B63138;
	background-position: 14px -372px;
}
#Levelmenunavred a{
    background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -372px no-repeat;
    border-bottom:1px solid #B63138;
    color:#231e20;
    display:block;
    font-weight:400;
    padding:1em 1em 1em 3em;
    text-decoration:none;
}
#Levelmenunavred a{
    border-bottom:1px solid #B63138;
}
#Levelmenunavred a:hover {
	color:#B63138;
	 background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -372px no-repeat;
}
#Levelmenunavred li:last-child a{
    border:none;
}
#Levelmenunavred a:hover,
#Levelmenunavred li.selected > a{
    background-color:#ebeae8;
    background-position: 14px -372px;
    color:#B63138;
}

ul#Levelmenunavblue,
ul#Levelmenunavblue ul{
    margin:0;
}
#Levelmenunavblue li{
    list-style-type:none;
    padding:0;
    text-indent:0;
	content: "";
	color:#0061b0;
}
#Levelmenunavblue li a:hover {
	color:#0061b0;
	background-position: 14px -420px;
}
#Levelmenunavblue a{
    background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -420px no-repeat;
    border-bottom:1px solid #B63138;
    color:#231e20;
    display:block;
    font-weight:400;
    padding:1em 1em 1em 3em;
    text-decoration:none;
}
#Levelmenunavblue a{
    border-bottom:1px solid #0061b0;
}
#Levelmenunavblue a:hover {
	color:#0061b0;
	 background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -420px no-repeat;
}
#Levelmenunavblue li:last-child a{
    border:none;
}
#Levelmenunavblue a:hover,
#Levelmenunavblue li.selected > a{
    background-color:#ebeae8;
    background-position: 14px -420px;
    color:#0061b0;
}
/*GREEN MENU*/
ul#Levelmenunavgreen,
ul#Levelmenunavgreen ul{
    margin:0;
}
#Levelmenunavgreen li{
    list-style-type:none;
    padding:0;
    text-indent:0;
  content: "";
  color:#008970;
}
#Levelmenunavgreen li a:hover {
  color:#008970;
  background-position: 14px -320px;
}
#Levelmenunavgreen a{
    background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -320px no-repeat;
    border-bottom:1px solid #B63138;
    color:#231e20;
    display:block;
    font-weight:400;
    padding:1em 1em 1em 3em;
    text-decoration:none;
}
#Levelmenunavgreen a{
    border-bottom:1px solid #008970;
}
#Levelmenunavgreen a:hover {
  color:#008970;
   background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -420px no-repeat;
}
#Levelmenunavgreen li:last-child a{
    border:none;
}
#Levelmenunavgreen a:hover,
#Levelmenunavgreen li.selected > a{
    background-color:#ebeae8;
    background-position: 14px -420px;
    color:#008970;
}
/*END GREEN MENU*/
ul#Levelmenunav,
ul#Levelmenunav ul{
    margin:0;
}
#Levelmenunav li{
    list-style-type:none;
    padding:0;
    text-indent:0;
}
#Levelmenunav a{
    background:#fff url(/Portals/0/Skins/ws2015/images/sprite.png) 14px -216px no-repeat;
    border-bottom:1px solid #5eb3e4;
    color:#231e20;
    display:block;
    font-weight:400;
    padding:1em 1em 1em 3em;
    text-decoration:none;
}
#Levelmenunav a{
    border-bottom:1px solid #008970;
}
#Levelmenunav li:last-child a{
    border:none;
}
#Levelmenunav a:hover,
#Levelmenunav li.selected > a{
    background-color:#ebeae8;
    background-position: 14px -268px;
    color:#5eb3e4;
}
.PERSONAL #Levelmenunav a:hover,
.PERSONAL #Levelmenunav li.selected > a{
    background-position: 14px -320px;
    color:#008970;
}
.BUSINESS #Levelmenunav a:hover,
.BUSINESS #Levelmenunav li.selected > a{
    background-position: 14px -372px;
    color:#B63138;
}
.Normal .Levelmenumain ul li:before {content:normal;margin:0;}

.Normal .Levelmenumain_yellow ul li:before {content:normal;margin:0;}

.Normal #Levelmenunavsecond ul li:before {content:normal;margin:0;}
.PERSONAL #Levelmenunavsecond {
}
#Levelmenunavsecond{
    margin:0;
}
#Levelmenunavsecond li{
    list-style-type:none;
	padding-left:0;
}
#Levelmenunavsecond a{
    border-top:1px solid #fff;
    color:#fff;
    display:block;
    font-size:1.538em;
    padding:.5em 1.5em;
    text-decoration:none;
	font-weight:normal;
}
#Levelmenunavsecond a:hover{
    text-shadow:0px 0px 5px rgba(255, 255, 255, 0.7);
}
.PERSONAL #Levelmenunavsecond a{
    background:#008970;
}
.BUSINESS #Levelmenunavsecond a{
    background:#B63138;
}
/*.RESOURCE #Levelmenunavsecond a{
	background:#5eb3e4;
}*/

.CDspecials{background: #ffffff none repeat scroll 0% 0%; border: 1px solid #827f77; border-radius: 3px; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.39); margin-bottom: 1em;}
.specialtitle{margin: 0px ! important; color: #686c70; font-size: 1em; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;}
.specialapy{margin: -15px 0px 0.5em ! important; color: #231e20; font-size: 2.2em; font-weight: 300; letter-spacing: 0.01em;}






@media (max-width:767px),
@media (min-width:768px) and (max-width:991px),
@media (min-width:992px) and (max-width:1199px){


}

@media (max-width:767px){
  
  .pagebkgr {
background-image: url("/portals/0/images/home_background/IMG_4610.jpg");
height: 500px !important;
position: fixed;
top: 314px !important;
  background-position: center center !important;
}
  
	.subtitle .promobutton{
   position: relative !important;
   margin-left: 0px !important;}
   .googleMap .map {
	   width:340px !important;
   }
   .LocationsMap {
	margin-left: 0;
	overflow: hidden;
	margin-bottom:1em;
}

.Claremont, .SugarBush, .Millersburg, .NorthMarket, .Riffel{
	width:100%;
	clear:both;
}
.Claremont img, .Bushway img, .SugarBush img, .Millersburg img, .NorthMarket img, .Riffel img {
	  margin: 0 auto;
	  display:block;
}
.Bushway {
	width:100%;
	clear:both;
}
.RatesTab li, .CalculatorTab li {
	width:100%;
	background-color: #5eb3e4;
	padding:0;
}
.RatesTab a, .CalculatorTab a{display:block;width:100%}
}
@media (min-width:768px) and (max-width:991px) {
	
  .pagebkgr {
background-image: url("/portals/0/images/home_background/IMG_4610.jpg");
height: 500px !important;
position: fixed;
top: 147px !important;
  background-position: center center !important;
}
  
  
  
  .subtitle .promobutton{

position: relative !important;
margin-left: 0px !important;}
  .googleMap .map {
	   width:348px !important;
   }
    .LocationsMap {
	margin-left: 0;
	overflow: hidden;
	margin-bottom:1em;
}
.Claremont, .Bushway {
	float:left;
	width:38%;
}
.SugarBush, .Millersburg, .NorthMarket, .Riffel {
	width:37%;
}
.RatesTab li, .CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height:51px;
	background-image:none;
	width:130px !important;
}
}

@media (min-width:992px) and (max-width:1199px){
	.subtitle .promobutton{

position: relative !important;
margin-left: 0px !important;}
 .LocationsMap {
	margin-left: 0;
	overflow: hidden;
	margin-bottom:1em;
}
.Claremont, .Bushway {
	float:left;
	width:33%;
}
.SugarBush, .Millersburg, .NorthMarket, .Riffel {
	width:37%;
}
.RatesTab li, .CalculatorTab li {
	float:left;
	list-style-type:none !important;
	text-align:center;
	line-height:51px;
	background-image:none;
	width:130px !important;
}
}






