@charset "UTF-8";
/* CSS Document */

body
{
	font-family:'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #707372;
}

.fontchangeforsmartscreen {
font-weight: 500;
}

ul.ulbusiness {list-style-position: inside;}


p
{
	margin-bottom: 14px;
}

b, strong {
    font-family:'Montserrat-bold', sans-serif;
    font-weight: 800;
}

img {border:none;} /*removes hyperlink border to images*/

img {
    max-width: 100%;  /* allows images to scale up but not beyond their original size */
    height: auto;
}


.panelheadline {
    font-family:'Montserrat', sans-serif;
    font-weight:100;
	font-size: 56px;
	line-height: 50px;
	color: #ffffff;
	letter-spacing:-1px;
	margin:40px;
}

@media (max-width: 1024px) {
   .panelheadline {
        font-weight:500;
        line-height:120%;
        /* border: 1px solid blue; */
    }
    }
    

.jumbotron h1, .h1 {color:#FFFFFF;margin:0px;}

.jumbotron p, .p {font-weight:400;color:#FFFFFF;letter-spacing:2px;}


h2 {font-family:'Montserrat', sans-serif;
    font-weight:100;
	font-size: 46px;
	line-height: 46px;
	color: #707372;
	margin-bottom:36px;
	letter-spacing:-1px;
	margin-left:-3px;
}

#newsitem h3 {font-family:'Montserrat', sans-serif;
    font-weight:100;
	font-size: 30px;
	line-height: 33px;
	color: #707372;
	margin-bottom:36px;
	margin-left:-3px;
	margin-top:0px;
}


h3 {font-family:'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #707372;
	margin:0px 0px 20px 0px;
	
}

.booster {font-size:15px;font-weight:400;color:#a8abaa;margin:20px 0px 10px 0px;}


h4 {font-family:'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 2em;
	line-height: 20px;
	color: #707372;
	margin:0px 0px 20px 0px;
	
}

h5 {font-family:'Montserrat', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1em;
	color: #707372;
	margin:-18px 0px 20px 0px;
	
}

h6 {font-family:'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.7em;
	line-height: 1.42em;
	color: #00aef0;
	color: #aaaaaa;
	margin:0px 0px 4px 0px;
	
}



.sticky-header p {margin:10px auto;font-family:'Montserrat-light',sans-serif;font-size:12px;font-weight:300;}

.donatebutton p {position:relative;top:10px;text-align:center;}

.stickyicky-xs-DONATE p {margin:10px auto;font-family:'Montserrat-light', sans-serif;font-size:12px;font-weight:300;}
.stickyicky-xs-BOOK p {margin:10px auto;font-family:'Montserrat-light', sans-serif;font-size:12px;font-weight:300;}

.footer p {color:#FFFFFF;font-weight:100;text-align:center;vertical-align:baseline;margin: 0px auto 36px auto;}


.navigation { 
font-size:17px;
font-weight:200;
padding:0px 12px 0px 12px;
}


.glyph{
   height:22px;
   width:22px;
   margin:16px;
   padding:2px 0px 0px 2px;
   border-radius:50%;
   border:2px solid #fff;
   background-color:#fff;
   color:#00aef0;
   font-size:14px;
   display:inline-block;
}

.sociallabel {position:relative;top:-1px;left:-16px;display:inline-block;}


.shnav ul{
  width:400px;
  margin:0px;
  padding:0px;
  overflow:hidden;
}

.shnav li{
  line-height:2em;
  float:left;
  display:inline;
}



/* Get rid 

.shnav-sm ul{
  width:780px;
  margin:0px;
  padding:0px;
  overflow:hidden;
}

*/


#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(76, 76, 76, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 13px;
    background-color: rgba(248, 248, 248, 1);
    border-width: 0px;
    border-radius: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(76, 76, 76, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: #ffffff; /*rgba(76, 76, 76, 1); */
    background-color: #00aef0; /* rgba(235, 164, 9, 1); */
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(76, 76, 76, 1);
    background-color: rgba(235, 164, 9, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #707372;
    background-color: #FFFFFF;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #00aef0;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #707372;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #eba409;
}


/*addressing the background color to the drop down menu */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #ffffff;
    background-color:#ffffff;
}


/*override bootstraps active (focus) states */
a:focus{outline:none;}
/*original in bootstrap
.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}
*/
a:focus{color:#fff;background-color:none !important;border-color:none !important;}







#double li  { width:50%;} /*<span class="2 col"> 2 col </span> */
#triple li  { width:33.333%; } /*<span class="3 col">/* 3 col </span> */
#quad li    { width:25%; } /*<span class="4 col">/* 4 col </span> */
#six li     { width:16.666%; } /*<span class="6 col">/* 6 col </span> */


a:link { color: #707372; text-decoration:none;}
a:visited { color: #707372; text-decoration:none;}
a:hover { color: #707372; text-decoration:none;} 
a:active { color: #707372; text-decoration:none; } 





/* #double a:link, a:visited, a:hover, a:active { font-size:13px;font-weight:400;text-decoration:none; } */

#double li {list-style-position:outside;}

#double a.yourvisit-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#FD7919;/*ORANGE*/}
#double a.timetable-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#00aef0;/*STATIONHOUSE LIGHT BLUE*/}
#double a.meetingspace-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#1ACA99;/*TURQUOISE*/}
#double a.aboutus-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#FD7919;/*ORANGE*/}
#double a.cafeandbookshop-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#CFB007;/*GOLD*/}
#double a.supportus-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#1ACA99;/*TURQUOISE*/}
#double a.newsandevents-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#00aef0;/*STATIONHOUSE LIGHT BLUE*/}
#double a.contactus-style:hover, a.yourvisit-style:active { color:#fff;padding:5px 10px;background-color:#CFB007;/*GOLD*/}

#double a.yourvisit:link { color:#fff;padding:5px 10px;background-color:#FD7919;}
#double a.yourvisit:visited { color:#fff;padding:5px 10px;background-color:#FD7919;}
#double a.yourvisit:hover { color:#fff;padding:5px 10px;background-color:#FD7919;cursor:default;} 
#double a.yourvisit:active { color:#fff;padding:5px 10px;background-color:#FD7919;} 

#double a.meetingspace:link { color:#fff;padding:5px 10px;background-color:#1ACA99;}
#double a.meetingspace:visited { color:#fff;padding:5px 10px;background-color:#1ACA99;}
#double a.meetingspace:hover { color:#fff;padding:5px 10px;background-color:#1ACA99;cursor:default;} 
#double a.meetingspace:active { color:#fff;padding:5px 10px;background-color:#1ACA99;}

#double a.cafeandbookshop:link { color:#fff;padding:5px 10px;background-color:#CFB007;}
#double a.cafeandbookshop:visited { color:#fff;padding:5px 10px;background-color:#CFB007;}
#double a.cafeandbookshop:hover { color:#fff;padding:5px 10px;background-color:#CFB007;cursor:default;} 
#double a.cafeandbookshop:active { color:#fff;padding:5px 10px;background-color:#CFB007;}

#double a.newsandevents:link { color:#fff;padding:5px 10px;background-color:#00aef0;}
#double a.newsandevents:visited { color:#fff;padding:5px 10px;background-color:#00aef0;}
#double a.newsandevents:hover { color:#fff;padding:5px 10px;background-color:#00aef0;cursor:default;} 
#double a.newsandevents:active { color:#fff;padding:5px 10px;background-color:#00aef0;}

#double a.timetable:link { color:#fff;padding:5px 10px;background-color:#00aef0;}
#double a.timetable:visited { color:#fff;padding:5px 10px;background-color:#00aef0;}
#double a.timetable:hover { color:#fff;padding:5px 10px;background-color:#00aef0;cursor:default;} 
#double a.timetable:active { color:#fff;padding:5px 10px;background-color:#00aef0;}

#double a.aboutus:link { color:#fff;padding:5px 10px;background-color:#FD7919;}
#double a.aboutus:visited { color:#fff;padding:5px 10px;background-color:#FD7919;}
#double a.aboutus:hover { color:#fff;padding:5px 10px;background-color:#FD7919;cursor:default;} 
#double a.aboutus:active { color:#fff;padding:5px 10px;background-color:#FD7919;}

#double a.supportus:link { color:#fff;padding:5px 10px;background-color:#1ACA99;}
#double a.supportus:visited { color:#fff;padding:5px 10px;background-color:#1ACA99;}
#double a.supportus:hover { color:#fff;padding:5px 10px;background-color:#1ACA99;cursor:default;} 
#double a.supportus:active { color:#fff;padding:5px 10px;background-color:#1ACA99;}

#double a.contactus:link { color:#fff;padding:5px 10px;background-color:#CFB007;}
#double a.contactus:visited { color:#fff;padding:5px 10px;background-color:#CFB007;}
#double a.contactus:hover { color:#fff;padding:5px 10px;background-color:#CFB007;cursor:default;} 
#double a.contactus:active { color:#fff;padding:5px 10px;background-color:#CFB007;}




/* navigation styles based on page name */

.live {color:#FFFFFF;}


/* class used for design purposes */
.bdr {border:1px solid cyan;}

.navbar-header {
    background-color:white;
    }
    
.navbar-header .navbar-toggle .icon-bar {
    background-color: white;
    color:white;
    }


a.narticlelink:link { font-weight: 600;text-decoration:underline;}
a.narticlelink:visited { font-weight: 600;text-decoration:underline;}
a.narticlelink:hover { font-weight: 600;text-decoration:none;} 
a.narticlelink:active { font-weight: 600;text-decoration:underline;} 


a.welcome:link { font-weight: 600;text-decoration:underline;font-size:12px;}
a.welcome:visited { font-weight: 600;text-decoration:underline;font-size:12px;}
a.welcome:hover { font-weight: 600;text-decoration:none;font-size:12px;} 
a.welcome:active { font-weight: 600;text-decoration:underline;font-size:12px;} 




.form-control {border:1px solid #bbbbbb;border-radius:0px;}


::-webkit-input-placeholder {
   font-size: 12px;
   color:#bbbbbb;
}

:-moz-placeholder { /* Firefox 18- */
      font-size: 12px;
      color:#bbbbbb;
}

::-moz-placeholder {  /* Firefox 19+ */
      font-size: 12px;
      color:#bbbbbb;
}




.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color:#00aef0;
}
.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px #FFF, 0 0 5px #FFF;
}
.btn-default {
    color: #fff;
    background-color:#00aef0;
}

.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 3px #FFF, 0 0 5px #FFF;
}



a:link.btn-default, a:visited.btn-default {
    color: white;
    background-color:#00aef0;
}

a:hover.btn:hover, a:active.btn:focus {
    color: white;
    text-decoration: none;
    font-weight:200;
    font-style:normal;
    text-shadow: 0 0 3px white, 0 0 5px white;
}





.btn {
    display: inline-block;
    padding: 3px 36px;
    margin:12px 0px 0px 0px;
    font-size: 13px;
    font-weight: 200;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}


.numberednav {font-size:10px;width:28px;margin:0px 7px 40px 0px;padding:5px 0px;}

/* accordion overides */

p.as-layer  {font-size:18px;}

.teamshot {margin:0px 0px 24px 0px;}

ul.rooms, ul.rooms2 {
list-style-position: inside;
font-size:1.5em;
line-height:1.8em;
    margin: 0px;
    /* border: 1px solid #73AD21; */ 
    }
    
ul.roomsmasterposition {font-size:1.5em;line-height:1.8em;

    margin: 0px;
    margin-left:30px;
    border: 1px solid #73AD21; 
    }

a.roomz:link { font-size:1em;line-height:1.2em;}
a.roomz:visited { font-size:1em;line-height:1.2em;}
a.roomz:hover { font-size:1em;line-height:1.2em;cursor:default;text-decoration:underline;} 
a.roomz:active { font-size:1em;line-height:1.2em;}


.upperlimit {font-size:100%;line-height:200%;}

ul.upperlimit {list-style-type:disc;list-style-position:inside;}

.listheading {font-size:136%;line-height:136%;}


.insetblock {
  display: inline-block;
  width:50px;
  height: 70px;
  margin: 1em 0em 1em 1em;
  vertical-align: center;
}

.insetblock2 {
  display: inline-block;
  width: auto;
  height: 20px;
  margin: 2em 0em 1em 1em;
  vertical-align:top;
}

.insetimage {margin:12px 0px;}

.roomheaders {font-size:16px;}

.btn-twitter, .btn-facebook, .btn-instagram {margin-bottom:13px;}


a.awesomerefresh:link, a.awesomerefresh:active { font-size:13px;color:#EEEEEE;font-weight:600;}
a.awesomerefresh:hover {font-size:13px;color:#00aef0;text-decoration:none;font-weight:600;} 
a.awesomerefresh:visited  {font-size:13px;color:#EEEEEE;text-decoration:none;font-weight:600;} 




a.underlinecopy:link { text-decoration:underline;}
a.underlinecopy:visited { text-decoration:underline;}
a.underlinecopy:hover { text-decoration:none;font-weight:500;} 
a.underlinecopy:active { text-decoration:underline;}

a.proplink:link, a.awesomerefresh:active { color:#FFFFFF;text-decoration:none;}
a.proplink:hover {font-weight:300;color:#FFFFFF;text-decoration:underline;} 
a.proplink:visited  {color:#FFFFFF;text-decoration:none;} 


/* css gallery */

.gallery {
    border: 0px solid #ccc;
}

.gallery:hover {
    border: 0px solid #777;
}

.gallery img {
    width: 100%;
    height: auto;
}

.desc {
    padding: 15px;
    text-align: center;
    visibility:hidden;
}

* {
    box-sizing: border-box;
}

.galleryholder {width:102%;margin-left:-1px;margin-top:40px;} /* an effort to align the gallery precisely with the text column */

.responsive {
    padding: 0px 9px 0px 0px;
    float: left;
    width: 32.9%; /* this figure applies to everything beyond 992px's width could be set to 24.9% to give 4 pictures in a row */
}


@media only screen and (max-width: 992px){
    .responsive {
        width: 32.9%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 768px){
    .responsive {
        width: 50%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 576px){
    .responsive {
        width: 100%;
    }
}




/* end css gallery */


.slideshow {margin:0px 0px 30px 0px;}


.floatnewsletter {
  display: inline-block;
  width: 140px;
  height: 100px;
  margin: 1em;
}


.floatnewsletter p {line-height:14px;}


ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    margin-left:0px;
    color:#707372;
}

lh {  font-family:"Proxima N W01SC Reg", Arial, Helvetica, sans-serif;
	font-weight:200;
	font-style:normal;
	font-size:17px;
	line-height:20px;
	color:#707372;
	text-align:left;
	padding:0px 0px 8px 0px;
    }

    
ul.healthylist li {}


ul#tinybullet li {	
    list-style: none;
    background: url(../images/bullet.gif) no-repeat 0 0.25em;
    padding: 0 0 5px 12px;
	margin-top: 0px;
	text-indent: 0px;
	visibility: visible;
	text-align: left;
	}
	


ul#tinybullet li ul li{ list-style: circle url(../images/bullet.gif)  outside;
	margin-left: 0px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
    color: #707372;
	
	}
	
	
.subnavigational ul {list-style-position:inside;}



@media (min-width: 1265px) {
.aboutusfloaterright {
float: right;
margin:0px 0px 20px 20px;
}

figure {width:400px;float:left;margin:6px 25px 0px 0px;
}

.aboutusfloaterleft {
float: left;
width:400px;
height:auto;
}


}

@media (max-width: 1264px) {
.aboutusfloaterright {
width:100%;
height:100%;
margin:6px 0px 20px 0px;
}

.aboutusfloaterleft {
width:100%;
height:auto;
margin:6px 0px 20px 0px;
}

figcaption {margin-top:-20px;margin-bottom:10px;}


}


.clearfloats {
clear:both;
}

