/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
  line-height:1.3;
  font-family: "proxima-nova";
}

header{
  width:100%;
  background:#fff;
}

header img{
  height:100px;
  width:auto;
  margin:1rem auto;
  display:block;
}

header h2 a{
  color:#2a84bf;
  text-decoration:none;
}

header h2 a:hover{
  color:#2a84bf;
}

header .contact{
  display:block;
  width:100%;
  background:#2a84bf;
  text-align:center;
}

header .contact p{
  line-height:2;
  text-align:center;
  margin:0;
  color:#fff;
}

header .contact a{
  color:#fff;
  margin:0 0.5rem;
  text-decoration: none;
}

header .search{
  float:right;
  padding:0 1.5rem 1.5rem 0;
  grid-row:2;
  grid-column:2;
}

header .search form{
  float:right;
  margin:1rem;
}

header .search input[type=search],header .search input[type=text]{
  background:#2a84bf;
  line-height:1.4rem;
  height:36px;
  border-top-left-radius:18px;
  border-bottom-left-radius:18px;
  border:none;
  text-indent:1rem;
  font-size:1rem;
  margin-right:0px;
  display:inline-block;
  color:#fff;
  font-family: "proxima-nova";
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

header .search input[type=search]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

header .search input[type=submit]{
  border:none;
  border-top-right-radius:0.7rem;
  border-bottom-right-radius:0.7rem;
  margin:0px;
  font-size:1rem;
  height:36px;
  padding-right:10px;
  border-top-right-radius:18px;
  border-bottom-right-radius:18px;
  display:inline-block;
  font-family: "proxima-nova";
  cursor:pointer;
  background:#2f4154;
  color:#fff;
}

header .search input[type=submit]:hover{
  background:#fff;
  color:#2a84bf;
}

header nav{
  background:#2a84bf;
  width:100%;
  grid-row:2;
  grid-column:1 / 3;
}

header nav ul{
  text-align:center;
  line-height:2.4rem;
  margin-bottom:0;
  margin-left:0;
}

header nav ul li{
  display:inline-block;
  margin:0 1rem;
  font-size:1.2rem;
  font-weight:700;
}

header nav ul li a{
  color:#fff;
  text-decoration:none;
}

header nav ul li a:hover{
  color:#2f4154;
}

header nav button{
  display:none;
}

footer{
  width:100%;
  background:#2a84bf;
  padding:2rem;
  margin-top:100px;
  box-sizing: border-box;
}

footer div{
  padding:0 1rem;
  max-width:100%;
  margin:0 auto;
  text-align:center;
  box-sizing: border-box;
}

footer h2,
footer p,
footer a{
  color:#fff;
  margin-bottom:1rem;
}

footer p a{
  color:#fff;
}

footer div ul{
  list-style:none;
  color:#fff;
  margin-left:0px;
  line-height:2;
}

footer div ul li a{
  color:#fff;
}

footer div ul li a:hover{
  color:#f1f2f2;
}

footer div img{
  width:200px;
  height:auto;
  margin-bottom:1rem;
}

footer div.social ul{
  text-align:center;
  font-size:2rem;
  line-height:1.3;
}

footer div.social ul li{
  display:inline-block;
}

footer div.social ul li a{
  color:#fff;
}

footer input{
  font-size:1rem;
  color:#333;
  padding:0.5rem;
  font-family:'proxima-nova';
  border:none;
  border-radius:4px;
}

footer input[type=submit]{
  background:#fff;
  font-size:1rem;
  border:none;
  border-radius: 4px;
  margin-left:1rem;
  padding:0.5rem;
  font-family:'proxima-nova';
  padding:0.5rem 1rem;
  cursor: pointer;
  font-weight:700;
}

a.mobile-view{
  display:none;
}

@media screen and (max-width:1100px){
  header nav ul li a{
    font-size:80%;
  }
}

@media screen and (max-width:940px){
  header nav{
    background:transparent;
  }
  header nav button{
    margin:0 auto;
    background:#2a84bf;
    padding:0.5rem 2rem;
    border-radius: 4px;
    font-weight:700;
    color:#fff;
    border:none;
    font-size:1rem;
    cursor: pointer;
  }
  header nav button i{
    margin-left:1rem;
  }
  header nav ul{
    font-size:100%;
    display:none;
    position:fixed;
    top:0px;
    right:0px;
    width:280px;
    text-align:right;
    background:#fff;
    height:100vh;
    box-shadow: 0px 0px 10px #777;
    z-index:2000;
  }
  header nav ul.show{
    display:block;
  }
  header nav ul li{
    display:block;
    border-bottom:1px solid #eee;
  }
  header nav ul li a{
    color:#2a84bf;
  }
  header nav button{
    display:block;
  }
  header nav button.menu{
    margin-bottom:1rem;
  }
  header nav li.close-menu button{
    position: absolute;
    top:0.6rem;
    left:1rem;
    height:1.4rem;
    text-align:center;
    padding:0 0.3rem;
  }
  header nav li.close-menu button i{
    margin:0;
  }
}

ul.breadcrumbs{
  font-size:0.8rem;
  margin:1rem 0;
  text-align:center;
}

ul.breadcrumbs li{
  display:inline-block;
  color:#2a84bf;
}

ul.breadcrumbs li a{
  color:#ccc;
}

ul.breadcrumbs li a:hover{
  color:#2a84bf;
}

.wrapper{
  width:100%;
  box-sizing:border-box;
}

.wrapper.grey{
  background:#f1f2f2;
  box-sizing:border-box;
}

.wrapper.padding{
  padding:90px 0;
}

.restrict{
  max-width:800px;
  box-sizing:border-box;
  margin:0 auto;
  display:block;
  padding:0 1rem;
}

.restrict.columns{
  display:grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap:1rem;
}

.restrict.columns-alt{
  display:grid;
  grid-template-columns: 1fr;
  grid-column-gap:1rem;
  background:#eee;
  padding:1rem;
  margin-bottom:1rem;
}

.restrict.columns-alt img{
  width:calc(50% - 2rem);
  margin-right:1rem;
  float:left;
}

.restrict.columns{
  max-width:1024px;
}

.restrict.wider{
  max-width:1280px;
}

.restrict img{
  max-width:100%;
  height:auto;
}

.restrict.event{
  padding:1rem;
  box-sizing:border-box;
  background:#f1f2f2;
  margin:90px auto;
}

.restrict.event img{
  margin-bottom:1rem;
}

.restrict.photos div{
  border:1px solid #eee;
  margin:1rem;
  padding:1rem;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-column-gap:1rem;
  grid-row-gap:1rem;
}

.restrict.photos form{
  border:none;
  padding:0;
  margin:0;
}

.restrict.photos h2{
  grid-column:1 / 4;
}

@media screen and (max-width:1024px){
  .restrict.padding{
    padding:40px 1rem;
  }
  .restrict.event{
    padding:1rem;
    margin:40px auto;
  }
}

@media screen and (max-width:640px){
  .restrict.columns{
    grid-template-columns:1fr;  
  }
}

p.dtstart{
  font-size:0.9rem;
  color:#777;
}

.center{
  text-align:center;
}

.right{
  text-align:right;
}

ul.image_nav{
  display:block;
  max-width:1024px;
  margin:0 auto;
  padding:1rem;
  box-sizing:border-box;
  list-style:none;
  text-align:center;
}

ul.image_nav li{
  position:relative;
  width:30%;
  margin:1%;
  display:inline-block;
  margin-bottom:1rem;
}

ul.image_nav li a.centered-image{
  max-height:210px;
  display: flex;
  justify-content: center;
  overflow:hidden;
}

ul.image_nav li .vertical img{
  width:100%;
  height:auto;
  display:block;
}

ul.image_nav li .vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.image_nav li a.text{
  background:#2a84bf;
  color:#fff;
  font-weight:700;
  text-decoration:none;
  padding:1px 0.5rem;
  box-sizing:border-box;
  font-size:1.3rem;
  display:inline-block;
  width:100%;
  text-align:center;
}

ul.image_nav li a.text:hover{
  background:#2f4154;
}

.columns ul.image_nav{
  padding:0px;
  margin-bottom:1rem;
}

.columns ul.image_nav a.text{
  font-size:1rem;
}

ul.image_nav p.offer{
  text-align:center;
  margin:0px;
  margin-top:10px;
}

ul.image_nav li .advertDisplay{
  position:absolute;
  top:1rem;
  right:1rem;
  width:100%;
}

ul.image_nav li .advertDisplay a{
  display:inline-block;
  background:#fff;
  padding:4px;
  float:right;
  color:#2a84bf;
}

ul.image_nav li .advertDisplay a:hover{
  background:#2a84bf;
  color:#fff;
}

ul.image_nav li .advertDisplay i{
  display:inline-block;
  float:right;
  margin:4px;
}

@media screen and (max-width:768px){
  ul.image_nav li{
    width:45%;
    margin:2%;
  }
}

@media screen and (max-width:440px){
  ul.image_nav li{
    width:100%;
    margin:0 0 1rem;
  }
}

h1{
  font-size:2rem;
  margin-bottom:1rem;
  color:#2f4154;
  font-weight:700;
}

h2{
  font-size:1.4rem;
  margin-bottom:1rem;
  color:#2f4154;
  font-weight:700;
}

h3{
  font-size:1.2rem;
  margin-bottom:1rem;
  color:#2f4154;
  font-weight:700;
}

p{
  margin-bottom:1rem;
  color:#2f4154;
}

ul{
  margin-bottom:1rem;
  color:#2f4154;
}

table{
  margin-bottom:1rem;
  color:#2f4154;
  width:100%;
}

strong{
  font-weight:700;
}

em{
  font-style:italic;
}

ul{
  margin-bottom:1rem;
  list-style:disc;
  margin-left:40px;
}

p.error{
  border:2px solid #880000;
  padding:0.5rem;
  background:#eee;
  color:#880000;
  font-weight:700;
}

p.success{
  border:2px solid #629106;
  padding:0.5rem;
  background:#eee;
  color:#629106;
  font-weight:700;
}

p small{
  font-size:90%;
}

.page form{
  border:1px solid #eee;
  margin:1rem;
  padding:1rem;
}

.page form div.input{
  width:100%;
  display:block;
}

.page form label{
  font-size:1rem;
  color:#777;
  display:block;
  width:100%;
}

.page form label small{
  font-size:90%;
  color:#8e8e8e;
  font-style:italic;
}

.page form h3{
  margin-top:2rem;
}

.page form .form_columns{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-column-gap:1rem;
}

.page form .form_columns.hide,.page form .input.hide{
  display:none;
}

.page a{
  color:#2a84bf;
}

.page a:hover{
  color:#2f4154;
}

.page a.button:hover,.page ul.buttons li a:hover{
  color:#fff;
}

@media screen and (max-width:640px){
  .page form .form_columns{
    grid-template-columns:1fr;
  }
}

.page form input,.page form textarea,.page form select{
  width:100%;
  margin-bottom:1rem;
  border:none;
  box-sizing:border-box;
  background:#eee;
}

.page form input[type=file]{
  background:transparent;
}

.page form input[type=text],.page form input[type=number],.page form input[type=email],.page form input[type=password],.page form input[type=tel],.page form textarea,.page form input[type=url],.page form select{
  font-size:1rem;
  color:#333;
  padding:0.5rem;
  font-family:'proxima-nova';
}

.page form input[type=checkbox],.page form input[type=radio]{
  width:auto;
}

.page form input[type=submit]{
  color:#fff;
  background:#2a84bf;
  font-family:'proxima-nova';
  height:2.4rem;
  border-radius:1.2rem;
  text-align:center;
  padding:0 2rem;
  font-size:1rem;
  width:auto;
  cursor:pointer;
}

.page form input[type=submit]:hover{
  background:#2f4154;
}

.page form input[type=submit].warning{
  background:#880000;
}

.page form input[type=submit].warning:hover{
  background:#eee;
  color:#880000;
}

ul.buttons{
  margin:0;
  text-align:center;
  padding-top:0px;
}

ul.buttons li{
  margin:0 1rem;
  display:inline-block;
  margin-bottom:1rem;
}

ul.buttons li a, a.button{
  background:#2a84bf;
  color:#fff;
  text-decoration:none;
  line-height:2.4rem;
  display:block;
  height:2.4rem;
  border-radius:1.2rem;
  text-align:center;
  padding:0 2rem;
  font-size:1rem;
  width:auto;
  cursor:pointer;
}

a.button{
  display:inline-block;
  margin-right:1rem;
  margin-bottom:1rem;
}

ul.buttons li a:hover, a.button:hover{
  background:#2f4154;
}

.columns ul.buttons{
  text-align:left;
}

.columns ul.buttons li{
  margin:0 1rem 1rem 0;
}

.cycle-slideshow{
  margin:0 auto;
  max-width:1920px;
  width:100%;
  height:auto;
}

.cycle-slideshow img{
  width:100%;
  height:auto;
  margin-bottom:1rem;
}

.margin-slim{
  margin:1rem 0;
}

.margin-mid{
  margin:2rem 0;
}

.margin-full{
  margin:4rem 0;
}

.padding-slim{
  padding:1rem 1rem;
}

.padding-mid{
  padding:2rem 1rem;
}

.padding-full{
  padding:4rem 1rem;
}

@media screen and (max-width:1024px){
  
}

form.stripe{
  
}

form ul.photos{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-column-gap:1rem;
  grid-row-gap:1rem;
  margin-left:0;
  list-style:none;
}

@media screen and (max-width:768px){
   form ul.photos{
    grid-template-columns:1fr 1fr;
  }
}

@media screen and (max-width:480px){
   form ul.photos{
    grid-template-columns:1fr;
  }
}


form ul.photos li{
  
}

form ul.photos li img{
  width:100%;
  height:auto;
}

.page form div.form-hide{
  display:none;
}

ul.calendar-nav{
  list-style:none;
  margin-left:0;
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  background:#2f4154;
  padding-bottom:1rem;
  padding-top:1rem;
  margin-bottom:0;
  border-bottom:none;
}

ul.calendar-nav li{
  display:inline-block;
  text-align: center;
}

ul.calendar-nav li,
ul.calendar-nav li a{
  color:#fff;
  text-decoration:none;
}

ul.calendar-nav li a:hover{
  color:#2a84bf;
}

a.calendar-event{
	color:#fff;
	background:#2f4154;
	text-decoration: none;
	padding:4px;
	border-radius: 3px;
    font-size:10px;
    display:block;
    margin-bottom:3px;
}

a.calendar-event:hover{
  background:#2a84bf;
  color:#fff;
}

table.calendar{
  width:100%;
  margin-bottom:90px;
}

table.calendar thead{
  background:#2a84bf;
}

table.calendar tr{

}

table.calendar tr th{
  width:14.28%;
  color:#fff;
  font-weight:700;
}

table.calendar tr td{
  padding:4px;
  box-sizing:border-box;
  position:relative;
  padding-top:2rem;
  border-bottom:1px solid #ccc;
}

table.calendar tr td span.day{
  position:absolute;
  top:4px;left:4px;
  background:#ccc;
  color:#fff;
  font-weight:700;
  font-style:italic;
  font-size:0.8rem;
  text-align:center;
  line-height:1.2rem;
  width:1.2rem;
  border-bottom:1px solid #ccc;
}

table.calendar tr td br{
  display:none;
}

.vevent {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-size:0.8rem;
}

.vevent a{
  color:#fff;
  background:#2a84bf;
  border-radius:2px;
  text-decoration:none;
  padding:4px;
}

#tides{
  background:url('../images/tides.jpg') center center no-repeat;
  background-size:cover;
  max-width:1024px;
  margin:2rem auto;
  padding:2rem 1rem;
}

#weather{
  background:url('../images/weather.jpg') center center no-repeat;
  background-size:cover;
  max-width:1024px;
  margin:2rem auto;
  padding:2rem 1rem;
}

#weather iframe{
  max-width:700px;
  margin:0 auto;
  display:block;
  background:rgba(255,255,255,0.8);
}

#tides section{
  max-width:700px;
  margin:0 auto;
  display:block;
  background:rgba(255,255,255,0.8);
  padding:2rem 1rem;
  box-sizing:border-box;
}

#tides h2,#tides p{
  text-align:center;
  color:#2f4154;
}

#tides div{
  margin:0 auto;
  display:block;
}

.webcam{
  width:100%;
  padding:90px;
  background:#f1f2f2;
  box-sizing:border-box;
  margin-bottom:90px;
}

.webcam img{
  max-width:100%;
  height:auto;
  margin:0 auto;
  display:block;
}

.redactor-box{
  margin-top:0.5rem;
  margin-bottom:1rem;
}

ul.tabs{
  margin-bottom:2rem;
  width:100%;
  list-style:none;
  margin-left:0px;
  padding-bottom:0.5rem;
  border-bottom:1px solid #2a84bf;
}

ul.tabs li{
  display:inline-block;
}

ul.tabs li a{
  display:block;
  padding:0.8rem 1.5rem;
  background:#fff;
  text-decoration:none;
  color:#2f4154;
}

ul.tabs li.active a,ul.tabs li a:hover{
  background:#2a84bf;
  color:#fff;
}

.tab.container{
  width:100%;
}

.tab-container section{
  padding:1rem;
  box-sizing:border-box;
  background:#fff;
}

.tab-container .restrict{
  padding-left:0px;
  padding-right:0px;
}

.tab-container section form{
  margin:0;
  padding:0;
  border:none;
  margin-bottom:3rem;
}

.tab-container section.gallery{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-column-gap:1rem;
  grid-row-gap:1rem;
}

.tab-container section.gallery h2{
  grid-column:1 / 4;
}

.tab-container section:first-child img{
  max-width:220px;
  float:right;
  margin-left:1rem;
  margin-bottom:1rem;
}

.tab-container.edit section:first-child img{
  max-width:100%;
  width:100%;
  height:auto;
}

.tab-container ul.social{
  list-style:none;
  margin-left:0px;
}

.tab-container ul.social li{
  font-size:1.2rem;
  margin-bottom:1.4rem;
}

.tab-container ul.social li a{
  padding:0.5rem 1rem;
  color:#fff;
  text-decoration:none;
  background:#2a84bf;
}

.tab-container ul.social li a:hover{
  background:#2f4154;
}

.tab-container ul.social li i{
  margin-right:4px;
}

ul.gallery{
  max-width:1024px;
  margin:0 auto;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-row-gap:1rem;
  grid-column-gap:1rem;
  grid-column:1 / 4;
}

ul.gallery li{
  
}

ul.gallery li img{
  max-width:100%;
  height:auto;
}

.tab-container section .split{
  display:grid;
  grid-template-columns:1fr 1fr;
  clear:both;
}

.tab-container section .split div:last-child{
  text-align:right;
}

.map{
  position:relative;
}

.blob{
  width:12px;
  height:12px;
  border:1px solid #fff;
  border-radius: 50%;
  float:left;
  margin-right:12px;
  z-index:200;
  background:#1C75BC;
  box-shadow:0px 0px 3px #59a4d0;
  z-index:20000;
}

ul.search{
  list-style:none;
  margin-left:0px;
  width:100%;
  margin:0 auto;
  display:block;
}

ul.search li{
  padding:1rem;
  background:#eee;
  margin-bottom:2rem;
}

ul.search li a.button{
  margin-bottom:0px;
}

ul.search li p:last-child{
  margin-bottom:0px;
}

.payment{
  text-align:center;
  margin-bottom:100px;
  display:none;
  background:#eee;
  padding:2rem;
  margin-top:50px;
  box-sizing:border-box;
}

ul.buttons.hide{
  display:none;
}

@media screen and (max-width:680px){
  
  .tab-container section .split{
    grid-template-columns: 1fr; 
  }
  
  .tab-container section .split div:last-child{
    text-align:left; 
  }
  
  .tab-container section.description img{
    max-width:40%;
  }
  
}

.delete{
  display:none;
}

figure{
  margin-bottom:1rem;
}

figcaption{
  font-size:80%;
  color:#777;
}