#hovDiv:before{
content: "";
background-color: rgba(0,0,0,.55) !important;
opacity: 1 !important;
}
#hovDiv:hover:before{
    content: "";
    opacity: 1 !important;
    background-color: rgba(0,0,0,0.70) !important;
}
.hovLink:hover, .hovLink:focus{
opacity: 1 !important;
}
::-moz-selection { /* Code for Firefox */
  	color: #FFFFFF;
  	background: #545454;
}
::selection {
  	color: #FFFFFF;
  	background: #545454;
}
:focus{
	ouline: 0;
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html{
  	height: 100%;
  	scroll-behavior: smooth;
  	font-family: sans-serif;
  	-webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
background: #FFFFFF !important;
}
#fwBody{
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
color: #2a2a2a;
font-family: 'Nunito Sans', sans-serif;
}
a img{
	border: 0;
}
hr{
border: 0 !important;
    height: 1px;
    background: #ECECEC !important;
}
/* DEFAULT GLOBAL STYLES - RESETS - OVERRIDES */
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
ul, ol{
	margin-top: 0;
}
header li, nav li, #leftSideBar li, footer li{
	list-style: none;
}
/*Accessibility*/
.visuallyhidden{
 border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#skiptocontent {
        position: absolute;
        background: #005741;
        color: #fff;
        -webkit-transition: top 0.1s ease-out;
        transition: top 0.1s ease-out;
        left: 0;
        top: -40px;
        padding: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-left: 1px solid #fff;
        z-index: 99999;
}
#skiptocontent:focus {
        top: 0;
        outline-color: #0000;
        -webkit-transition: top 0.1s ease-out;
        transition: top 0.1s ease-out;
}
/* CLEARFIX  */
.clearfix { zoom: 1; }
.clearfix:after { content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
ul.social{
position: relative;
margin: 0;
padding: 0;
}
.social li{
list-style: none;
display: inline-block;
}
.social li a{
text-decoration: none;
display: block;
padding: 10px;
text-align: center;
}
#headerCenter .social li a{
color: #005741;
}
/* SITE STRUCTURE STYLES */
#headerContainer, #bannerContainer, #navContainer, #contentContainer, #footerContainer{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
#headerContainer{
box-shadow: 0 3px 9px 0 rgba(46, 50, 60, .09);
z-index: 999;
}
#bannerContainer, #contentContainer{
z-index: 1;
}
#header, #content, #footer, .inner{
	position: relative;
	width: 1250px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.inner850{
	position: relative;
	width: 850px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#content{
min-height: 500px;
}
.home #content{
width: 100% !important;
}
.sub #content{
padding: 2rem;
}
.home #content{
padding: 2rem 0;
}
#content img{
position: relative;
width: auto;
max-width: 100%;
height: auto;
}
#content a{
color: #005741;
transition: 0.2s ease all;
}
#content a:hover, #content a:focus{
/*opacity: 0.8;*/
transition: 0.2s ease all;
}
#header:after, .nav:after, #content:after, #banner:after, #footer:after, .inner:after, .inner850:after{
content: '';
display: block;
clear: both;
}
#headerLeft{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	max-width: 100%;
	height: auto;
	text-align: left;
}
#headerLeft img{
position: relative;
width: 120px;
max-width: 100%;
height: auto;
display: block;
padding: 15px;
}
#headerCenter{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	max-width: 100%;
	height: auto;
	text-align: center;
}
#headerRight{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	max-width: 100%;
	height: auto;
	text-align: right;
}
#headerRight a{
display: block;
background: #005741;
color: #FFFFFF;
padding: 10px 15px;
border: 1px solid #005741;
text-align: center;
transition: 0.2s ease all;

}
#headerRight a:hover, #headerRight a:focus{
/*background: #005741 !important;*/
color: #FFFFFF !important;
background: #003d2c !important;
/*color: #EEECE1 !important;*/
transition: 0.2s ease all;
}
#footerContainer{
background: #005741;
color: #EEECE1;
}
#footer{
padding: 2rem;
}
#footerContainer a{
text-decoration: none;
color: #EEECE1;
transition: 0.2s ease all;
}
#footerContainer a:hover, #footerContainer a:focus{
opacity: 0.8;
transition: 0.2s ease all;
}
#footerLeft{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	max-width: 100%;
	height: auto;
	text-align: left;
}
#footerCenter{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	max-width: 100%;
	height: auto;
	text-align: center;
line-height: 1.25rem;
}
#footerRight{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 33%;
	max-width: 100%;
	height: auto;
	text-align: right;
}
#copyright{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
	padding: 1rem;
	font-size: 0.8rem;
background: #003d2c;
color: #EEECE1;
}
#header ul, #bannerContainer ul, #footer ul{
	position: relative;
	margin: 0;
	padding: 0;
}
#header li, #bannerContainer li, #footer li{
	list-style: none;
}
#header li a, #header a, #bannerContainer li a, #bannerContainer a, #footer li a, #footer a{
	text-decoration: none;
}
#bannerText{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    color: #FFFFFF;
    z-index: 999;
	font-size: 3rem;
	letter-spacing: 2px;
}
#bannerImage{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}
#bannerImage img{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
/* VIDEOS & iFRAMES */
.iframeContainer{
    position: relative;
	padding-bottom: 32%;
	padding-top: 0;
	height: 0;
}
.iframeContainer iframe, .iframeContainer object, .iframeContainer video{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    pointer-event: none; 
}
.videoContainer{
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 25px;
	height: 0;	
}
.videoContainer iframe, .videoContainer object, .videoContainer video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 	max-width: 100% !important;		
}

/* SLIDESHOWS */
/*Home Slideshow*/
.ssslideshowHome{
    position: relative;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 31.25%;
}

#ssislideshowHome{
    overflow: visible !important;
    position: relative; 
    left: 0px; 
    z-index: 4; 
    opacity: 0; 
    width: 100% !important; 
    height: auto !important; 
    padding-bottom: 31.25%;
    background-position: 50% 50%; 
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}
#ssdslideshowHome{
    text-shadow: 0 2px 2px #000;
    font-family: stephaniemariejf;
    text-align: right;
    font-size: 50px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0,0,0,0.4) !important;
}

/*SUB PAGE SLIDESHOW*/
.ssslideshowSub{
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 25%;
}
#ssislideshowSub{
    overflow: visible !important;
    position: relative; 
    left: 0px; 
    z-index: 4; 
    opacity: 0; 
    width: 100% !important; 
    height: auto !important; 
    padding-bottom: 25%;
    background-position: 50% 50%; 
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}
#ssdslideshowSub{
    text-shadow: 0 2px 2px #000;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 48px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0,0,0,0.5) !important;
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
}
#bannerContainer .ssslideshow1{
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 25%;
}
#bannerContainer #ssislideshow1{
    overflow: visible !important;
    position: relative; 
    left: 0px; 
    z-index: 4; 
    opacity: 0; 
    width: 100% !important; 
    height: auto !important; 
    padding-bottom: 25%;
    background-position: 50% 50%; 
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}
#bannerContainer #ssdslideshow1{
    text-shadow: 0 2px 2px #000;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 48px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0,0,0,0.5) !important;
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
}
/* Default Slideshow - slideshow1 */
.ssslideshow1{
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
    text-align: center;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 66.67%;
}
#ssislideshow1{
    overflow: visible !important;
    position: relative; 
    left: 0px; 
    z-index: 4; 
    opacity: 0; 
    width: 100% !important; 
    height: auto !important; 
    padding-bottom: 66.67%;
    background-position: 50% 50%; 
    background-size: 100% !important;
    background-repeat: no-repeat no-repeat;
}
#ssdslideshow1{
    text-shadow: 0 2px 2px #000;
    font-family: 'Great Vibes', cursive;
    text-align: center;
    font-size: 48px;
    color: #FFF !important;
    opacity: 1 !important;
    font-weight: normal !important;
    background: rgba(0,0,0,0.5) !important;
    padding: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/* GALLERIES */
.flexslider{
margin: 0 auto !important;
}
.imgMain{
height: auto !important;
}
.flex-direction-nav .flex-prev{
    left: 20px !important;
}
.flex-direction-nav .flex-next {
    right: 20px !important;
}
#bannerContainer .flex-control-nav{
bottom: 15px !important;
}
/* DEFAULT NAV CLASSES */
.mnuMain{
}
.mnuSub{
}
.mnuItem, .mnuItemOver, .mnuItemActive, .mnuItemActiveOver, .mnuItemMembers, .mnuItemMembersOver{	
}
.mnuItemOver,.mnuItemMembersOver,.mnuItemActiveOver{	
}
.mnuItemActive{
font-weight: normal;	
}
.mnuItemSeparatorH{	
}
.mnuItemSeparatorV{	
}
.mnuSeparatorH{
}
.mnuSeparatorV{
}
/* PRIMARY NAVIGATION - Standard Dropdown */
/*nav Styles*/
#navContainer{
	text-align: center;
}
.nav{
 position: relative;
 width: 100%;
 height: auto;
 display: block;
 z-index: 10;
}
.nav ul{
 	position:relative;
	margin:0;
	padding:0;
}
.nav ul li{
	position:relative;
	display:inline-block;
 	list-style:none;
	margin:0;
	padding:0;
}
.nav ul a{
	display:block;
	text-decoration:none;
  text-transform: uppercase;
	color: #545454;
    padding: 10px 15px;
}
.nav ul li a:hover{
}
.nav .mnuItemActive a{
	 background: #eeece1 !important;
  	 color: #545454 !important;
}
.nav .mnuSub .mnuItemActive a{
background: #eeece1 !important;
}
.nav ul ul{
	display:none;
	position:absolute !important;
	top:100%;
	left:0;
 	background-color: #eeece1;
	box-shadow: 1px 1px 7px #222;
	padding:0;
    text-align: left;
}
.nav ul ul li{
	display:block;
	width:200px;
}
.nav ul ul a{
	line-height:120%;
	padding:10px 15px;
    text-transform: none !important;
    color: #545454 !important;
}
.nav ul ul li:hover{
}
.nav ul ul li a:hover{
	 background: #d3cfb6 !important;
}
.nav ul ul ul{
	top:0;
	left:100%;
}
.nav ul li:hover > ul{
	display:block;
}
.nav ul li:hover > a{
	background: #eeece1 !important;
 	color: #545454 !important;
}

/* FORM STYLES */
input[type="text"], input[type="password"], textarea{
border-radius: 5px;
display: block;
background: #FFFFFF;
border: 1px solid #cccccc;
color: #545454;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
background-clip: padding-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
word-break: normal;
font-size: 0.857rem;
padding: 7px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus{
outline: none;
border-color: #545454;
-webkit-box-shadow: 0 0 0 1px #545454;
box-shadow: 0 0 0 1px #545454;
}
input[type="submit"], input[type="button"]{
-webkit-appearance: none;
background-color: #eeeeee;
transition: background-color 0.2s ease;
color: #545454;
border: 1px solid #545454;
padding: 10px 15px;
width: auto;
cursor: pointer;
text-transform: uppercase;
letter-spacing: 1px;
}
input[type="submit"]:hover, input[type="button"]:hover{
background-color: #545454 !important;
color: #eeeeee !important;;
}
select{
background: #FFFFFF;
height: 33px;
border-radius: 5px;
/*display: block;*/
background: #FFFFFF;
border: 1px solid #cccccc;
color: #545454;
-webkit-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
background-clip: padding-box;
box-sizing: border-box;
-webkit-box-sizing: border-box;
word-break: normal;
font-size: 0.857rem;
padding: 7px;
}
::placeholder {
  color: #626262;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #626262;
}
::-ms-input-placeholder {
  color: #626262;
}
/* LOGIN STYLES */
.lgBox, #lgBox .inpButton, #lgBox .lgUserName, #lgBox .lgPassword{
width: 300px !important;
margin: 0 auto;
}
.lgBox a, #lgForgotPassword{
color: #545454;
}
#lgSeperator, #lgSeparator font{
	font-size: 2px !important;
}
.lgClearCookies{
	margin-left:8px;
}
#lgUserNameLabel, #lgPasswordLabel, #lgClearCookies, #lgStayInLabel, #lgForgotPassword{		
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
font-weight: bold;
}
#loginForm .modHeader{
 text-align: center;
}
/* BUTTON LINK STYLES */
.fwBtn{
border: 1px solid #7c7c7c;
padding: 7px 12px;
text-decoration: none;
letter-spacing: 1px;
text-transform: uppercase;
background-color: #FFFFFF;
transition: background-color 0.2s ease;
display: inline-block;
}
.fwBtn:hover{
background-color: #7c7c7c !important;
color: #f7f7f7 !important;
}
.fwBtn:after{
content: '';
display: block;
clear: both;
}

/* LINKS & ICONS (w/Font Awesome option) */
/* Telephone Number Link styles */
a[href^="tel:"]{
text-decoration: none;
}
a[href^="tel:"]::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    padding-right: 2px;
  }
a[href^="tel:"]::before {
  /*content: "\f098";*/
  /*content: "\f3cd";*/
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* PDF Links w/ Icon */
.pdfLink{
text-decoration: none;
}
.pdfLink::before{
content: '\f1c1';
font-family: "Font Awesome 5 Free"; 
font-weight: 900;
padding-right: 5px;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
a#pull, a#pullSub{
	display: none;
}
.mobileShow{
	display: none;
}
.mobileHide{
	display: block;
}
hr{
	border-top: 1px solid #CCC;
	border: 0;
    height: 1px;
    background: #AAA;
    background-image: linear-gradient(to right, #CCC, #AAA, #CCC);
}
#leftSideBar{
position: relative;
display: inline-block;
vertical-align: top;
width: 20%;
max-width: 100%;
height: auto;
text-align: left;
padding: 1rem 0;
}
#leftSideBar ul{
	margin: 0 auto;
	padding: 0;
}
#leftSideBar li{
	list-style: none;
	display: block;
}
#leftSideBar li a{
	text-decoration: none;
	display: block;
	padding: 10px 15px;
}
#leftSideBar .mnuItemActive a{
	font-weight: bold;
}
#leftSideBar .mnuItemActive .mnuSub a{
padding: 7px 15px 7px 30px;
}
#leftSideBar .mnuItemActive .mnuItem a, #leftSideBar .mnuItemActive .mnuItemMembers a{
font-weight: normal !important;
}
#main{
position: relative;
display: inline-block;
vertical-align: top;
width: 80%;
max-width: 100%;
height: auto;
text-align: left;
background: #FFFFFF;
border-left: 1px solid #EEE;
}
#contentInner{
padding: 1rem;
min-height: 500px;
}
#id_cal_date_box{
background: #FFFFFF;
}
#id_cal_date_box a{
text-decoration: none;
font-weight: bold;
letter-spacing: 1px;
padding: 3px;
display: block;
text-align: center;
}
#pageName{
text-align: center;
padding: 1rem !important;
}
#calWeekDayHeader{
background: #eeece1;
border: 1px solid #eeece1;
/*color: #eeece1;*/
color: #005741;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: normal !important;
padding: 10px;
}
.calToday{
background: rgba(238, 236, 225,0.5);
}
#hovHeadline{
font-family: Playfair Display !important;
}
.mem.sub #contentContainer{
background: #f3f2ed;
}
.mem.sub #content{
width: 100% !important;
padding: 0 !important;
}
.hov4Col #hovHeadline{
font-family: Playfair Display !important;
font-size: 1.4rem !important;
}
.hov4Col #hovHeadlineHover{
/*font-family: Playfair Display !important;*/
font-family: 'Playfair Display', sans-serif !important;
font-size: 1.5rem !important;
}
.LinkButton{
text-decoration: none;
background: #074b42;
color: #FFFFFF !important;
padding: 10px 15px;
transition: 0.2s ease all;
display: inline-block;
}
.LinkButton:hover, .LinkButton:focus{
background: #003d2c !important;
color: #FFFFFF !important;
transition: 0.2s ease all;
}
.LinkButton:after{
content: '';
display: block;
clear: both;
}
.ctBulletinImage img{
min-width: 250px;
}
.ctBulletinTitle a, .ctBulletinTitle{
text-decoration: none;
font-size: 1.5rem;
font-weight: bold;
display: block;
}
.ctBulletinShortText{
font-size: 1rem;
padding: 5px 0;
color: #2a2a2a;
    font-family: 'Nunito Sans', sans-serif;
}
.ctBulletinShortText .LinkButton{
margin: 5px 0;
}
.ctBulletinImage{
padding-right: 1.5rem;
}
#fwContent a{
color: #005741;
}
#fwContent img{
position: relative;
width: auto;
max-width: 100%;
height: auto;
}
.creamBox{
position: relative;
width: 888px;
max-width: 100%;
height: auto;
margin: 0 auto;
background: #eeece1 !important;
padding: 20px;
}
.creamBg{
background: #eeece1;
}
.mem .creamBox{
width: 90% !important;
}
.formTable input[type="text"], .formTable textarea, .formTable select{
width: 100%;
}
#staff .ctBulletin{
text-align: center;
}
#staff .ctBulletinImage img{
position: relative;
border-radius: 50%;
margin: 0 auto;
}
#staff .ctBulletinItem{
padding: 5px;
background: #F7F7F7;
border: 1px solid #DDDDDD;
margin: 10px auto;
}
.quickLinks ul, #quickLinks{
position: relative;
margin: 0 auto;
padding: 0;
width: 400px;
max-width: 100%;
height: auto;
}
.quickLinks li, #quickLinks li{
list-style: none;
display: block;
}
.quickLinks a, #quickLinks a{
text-decoration: none;
padding: 10px 15px;
text-align: center;
display: block;
margin: 5px auto;
border: 1px solid #005741;
}
.quickLinks a:hover, #quickLinks a:hover{
background: #005741;
color: #FFFFFF;
transition: 0.2s ease all;
}
.quickLinks a:after, #quickLinks a:after{
content: '';
display: block;
clear: both;
}
#isideLinks149 .mnuSub{
display: none !important;
}
@media only screen and (max-width: 768px){
.nav ul ul{
display: none !important;
}
.mobileShow{
	display: block !important;
}
.mobileHide{
	display: none !important;
}
#staff .ctBulletin{
display: block !important;
width: 100% !important;
text-align: center !important;
margin: 15px auto;
}
.memLinks .hov4Col{
    display: inline-block !important;
    width: 50% !important;
    margin: 5px auto !important;
}
.News .ctBulletinImage{
display: block !important;
width: 100% !important;
}
.News td.ctNormal{
display: block !important;
width: 100% !important;
text-align: center;
margin-bottom: 20px !important;
}
.memName{
display: block;
text-align: center;
}
.ctBulletinImage{
padding-right: 0 !important;
}
.nav li{
display: block !important;
}
.nav li a{
background: #005741 !important;
color: #FFFFFF !important;
}
#headerLeft img{
width: 100px !important;
max-width: 100%;
height: auto;
}
#headerLeft, #headerRight{
width: 25% !important;
}
#headerCenter{
width: 50% !important;
}
.mobileTable, .mobileTable tbody, .mobileTable tr, .mobileTable th, .mobileTable td{
height: auto !important;
white-spacing: normal;
display: block;
width: 100%;
}
a#pull, a#pullSub{
	display: block !important;
	text-decoration: none;
}
.mobileHide{
	display: none !important;
}
a#pull{
	padding: 10px 15px;
}
#navContainer{
	text-align: left !important;		
}
#navMod{
	position: relative;
	margin: 0;
	padding: 0;
	display: none;
}
#navMod li{
	list-style: none;
	text-align: left;
}
#navMod li a{
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 10px 15px;
}
a#pullSub{
	position: relative;
	width: 90%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 10px 15px;
	border: 1px solid #005741;
	color: #005741;
	background: #EEECE1;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}
#sideLinks{
	position: relative;
	width: 90%;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: none;
	border-right: 1px solid #005741;
	border-bottom: 1px solid #005741;
	border-left: 1px solid #005741;
}
#sideLinks li{
	list-style: none;
display: block;
}
#sideLinks li a{
text-decoration: none;
color: #005741;
display: block;
padding: 10px 15px;
border-bottom: 1px solid rgba(238, 236, 225,0.5);
}
#sideLinks .mnuItemActive a{
background: rgba(238, 236, 225, 0.2);
}
#footerLeft, #footerCenter, #footerRight{
	display: block !important;
	width: 100% !important;
	margin: 10px auto !important;
	text-align: center !important;
}
/* Edit Profile - Mobile Styles */
form[name="usp_Form"] #inpFirst, form[name="usp_Form"] #inpMiddle, form[name="usp_Form"] #inpLast{
display: inline-block !important;
verical-align: top;
}
form[name="usp_Form"] #lblFirst, form[name="usp_Form"] #lblMiddle, form[name="usp_Form"] #lblLast{
display: none !important;
}
form[name="usp_Form"] #inpMiddle{
padding-left: 4px;
}
form[name="usp_Form"] input[name="usr_firstname"], form[name="usp_Form"] input[name="usr_lastname"]{
display: inline-block !important;
width: 100% !important;
}
form[name="usp_Form"] .input[name="usr_initial"]{
display: inline-block;
width: 100% !important;
}
form[name="usp_Form"] td{
display: block !important;
text-align: left;
vertical-align: top !important;
white-space: normal;
}
form[name="usp_Form"] input[type="text"]{
display: inline-block !important;
text-align: left;
width: 85%;
}
/* Calendar - Mobile Styles */
#calWeekDayHeader{
display: none !important;
}
#calMonthTable, #calMonthTable tbody, #calMonthTable tr, #calMonthTable th, #calMonthTable td{
display: block;
width: 100%;
max-width: 100%;
height: auto !important;
text-align: left !important;
}
#calMonthTable td div{
text-align: left !important;
}
#calViewSelector td{
display: block !important;
text-align: center !important;
}
/* Member Roster - Mobile Styles */
#mdMemberDirectory table, #mdMemberDirectory tbody, #mdMemberDirectory tr, #mdMemberDirectory th, #mdMemberDirectory td{
	display: block;
	width: 100%;
}
#mdLetterLookup, #mdLetterSelected{
display: inline-block !important;
width: auto !important;
    margin: 5px;
    padding: 10px 15px;
}
#mdLetterSelected{
background: #545454 !important;
color: #FFFFFF !important;
}
#mdLetterSelected a{
color: #FFFFFF !important;
text-decoration: none;
}
#mdLetterLookup a{
text-decoration: none;
}
#gridPageNavigation td{
text-align: left !important;
}
.pgNavPagesGrid{
display: inline-block !important;
width: auto !important;
text-align: center;
}
.pgNavPagesGrid a{
display: block;
padding: 5px;
}
#calUpcoming .ctBulletin{
display: inline-block !important;
width: auto !important;
}
#leftSideBar{
display: block !important;
width: 100% !important;
}
#main{
display: block !important;
width: 100% !important;
border-left: 0 !important;
}
}